/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import	url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,600italic,700,700italic&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic');

body {
	font-family: 'Open Sans', sans-serif;
	
}


body.component .content .uk-container {
	min-height: calc(100vh - 365px);
}

.top-menu {
	background: #434b4d;
}

.top-menu nav {
	margin: 0px;
	background: #434b4d;
}

.top-menu .uk-navbar-nav > li > a {
	color: #ffffff;
	text-shadow: none;
}

.top-menu .uk-navbar-nav>li.uk-active>a, .top-menu .uk-navbar-nav>li>a:hover
	{
	background: #343a3c;
}
.top-header-menu {
	display: block;
	height: 100%;
}
.top-header-menu li {

	color: #ffffff;
	font-size: 14px; 
	font-weight: 400;
	display: block;
	float: left;
	padding: 0px;
	line-height: 58px;
}
.top-header-menu li a {
	color: #ffffff;
	font-size: 13px; 
	font-weight: 400;
	display: block;
	float: left;
	padding: 0 6px;
	line-height: 58px;	
	text-transform: uppercase;
}
.top-header-menu  li a:hover, 
.top-header-menu  li.uk-active a {
 	background-color: #4ea9a2;
}
.top-header-menu > li > ul {
	display: none;
}
.top-header-menu > li:hover, 
.top-header-menu > li.active {
 	background-color: #4ea9a2;
}
.top-header-menu > li > ul {
	position: absolute;
	top: 58px;
	background: #fff;
	left: 0px;
	width: 100%;
	height: 150px;
	font-weight: 300;	
	z-index: 100;

	padding: 25px 0 ;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 4px 0px rgba(50, 50, 50, 0.75);	
}

.top-header-menu > li > ul > li {
	display: block;
	float: left;
	width: 25%;
	padding-left: 35px;
} 
.top-header-menu > li:hover > ul {
	display: block;
}
.top-header-menu > li > ul a {
	color:#333333;
	font-size: 14px;
	text-decoration: none;
}
.top-header-menu > li > ul a:hover,
.top-header-menu > li > ul > li.active a {
	text-decoration: underline;
	color: #666666;
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .top {
	text-align: center;
	margin-bottom: 28px;


}
.header .top span {
	margin:  0 30px 0 20px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	color: #434b4d;
	font-size: 14px;
	font-weight: 400;	
}

.header .tm-logo {
	color: #434b4d;
	font-size: 17px;
	font-weight: 400;
	text-align: center;

}
.header .tm-logo:hover {
	text-decoration: none;
}
.header .tm-logo img {
	margin-bottom: 10px;
}
.header .header-icons {
	text-transform: uppercase;
	color: #434b4d;
	font-size: 10px; 
	font-weight: 400;
	margin-bottom: 30px;
}
.header .header-icons div {
	width: auto;
	padding-left: 35px;
	display: block;
	float: left;
}

.header .header-icons img {
	display: block;
	float: left;
	height: 26px;
}
.header .header-icons span {
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 12px;
}
.header .header-a {
	padding-left: 20px;
}
.header .header-a a {
	font-family: Arial;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	
}
.header .header-a a img {
	margin-right: 9px;
}
.header .header-a a:hover {
	text-decoration: none;
}
.header .link {
	margin-bottom: 10px;
}

.header .top-title {
	font-family: Athelas;
	color: #794958;
	font-size: 27px;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	margin-bottom: 26px;
}

.header .phones {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	color: #434b4d;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 35px;

}

.header .phones div:first-child {
	margin-bottom: 13px;
}
.header .user {
	margin-top: 35px;
}
.header .user button {
	background: none;
	border: none;
}
.header .user a {
	color: #794a58;
	font-size: 14px; 
	margin: 0 5px;
}

.header .header-b {
	padding-left: 160px;
}
.header .p-user .icon {
	color: #794a58;
	font-size: 18px;
}
.header .p-user {
	margin: 10px 0;
	color: #000000;
	font-size: 14px; 
	min-height: 10px;

}
.header .p-user a {
	color: #000000;
	font-size: 14px; 	
	text-decoration: underline;
}
.header .p-user a:hover {

	text-decoration: none;
}

.header .top-user {
	margin-top: 35px;
}

.header .top-user .login {
	padding: 8px 15px;
	margin-right: 17px;
	background: #55bfb7;
	color: #ffffff;
	font-weight: 700;
	border-radius: 3px;
}
.header .top-user .login:hover {
	text-decoration: none;
	background: #4ea9a2;
}
.header .top-user .register {
	text-decoration: underline;
	color: #000000;
}
.header .top-user .register:hover {
	text-decoration: none;
}

.top-categories {
	background-color: #55bfb7;
	height: 58px;
}
.top-categories .uk-container {
	position: relative;
}

.top-login {
	background-color: #794a58;
	padding-top: 32px;
	padding-bottom: 22px;
}

.top-login .uk-container {
	padding-left: 100px;
	padding-right: 100px;
}

.top-login .uk-form input[type="text"], .top-login .uk-form input[type="password"]
	{
	color: #434b4d;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 0 10px 10px;
	height: auto;
}

.top-login .uk-form button, .white-btn {
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	height: 42px;
	
}
.top-login .uk-form button {
	padding: 0px;
	text-align: center;
}

.top-login .uk-form button:hover, .white-btn:hover {
	color: #333333;
	background: #ffffff;
}

.btn.green {
	font-size: 20px;
	padding: 20px;
	border: 1px solid #55bfb7;
	color: #55bfb7;
	background: #fff;
	border-radius: 3px;
	font-weight: 700;
}
.btn.green:hover {
	color: #fff;
	background: #55bfb7;
}


.top-login .pretext, .top-login .pretext a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 27px;
}

.top-login .pretext a {
	text-decoration: underline;
}

.top-login .pretext a:hover {
	text-decoration: none;
}

.top-login .inline a, .top-login .remember {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	text-decoration: underline;
	text-align: center;
	margin-top: 5px;
}

.top-login .remember {
	text-decoration: none;
	text-align: left;
}

.top-login .inline a:hover {
	text-decoration: none;
}

.inline {
	display: inline;
}

.tm-sidebar-a {
	padding-top: 20px;
}

.tm-sidebar-a .inner {
	width: 220px;
}

.tm-sidebar-a .uk-panel .item {
	margin-bottom: 5px;
}

.tm-sidebar-a a {
	color: #434b4d;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 5px 0 5px 0;
}

.tm-sidebar-a  .active a {
	background: #55bfb7;
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	color: #fff;
}

.sidebar-top {
	background: url("../images/left-top.png") no-repeat;
	height: 27px;
	width: 100%;
}

.sidebar-bottom {
	background: url("../images/left-bottom.png") no-repeat;
	height: 33px;
	width: 100%;
}

.tm-sidebar-a .uk-panel {
	background: url("../images/left-bg.png") repeat-y;
}

.jshop_menu_level_1 {

}
.tm-sidebar-a .jshop_menu_level_1 a {
	font-size: 13px;
	padding-left: 30px;
}
.tm-sidebar-a .jshop_menu_level_2 a {
	font-size: 11px;
	padding-left: 35px;
}

#rssearch {
	margin-top: 14px;
	text-align: right;
}

#rssearch button {
	content: '';
	box-sizing: border-box;
	background: -webkit-linear-gradient(90deg, #b4b4b4 0%, #fafafa 100%);
	background: -moz-linear-gradient(90deg, #b4b4b4 0%, #fafafa 100%);
	background: -o-linear-gradient(90deg, #b4b4b4 0%, #fafafa 100%);
	background: -ms-linear-gradient(90deg, #b4b4b4 0%, #fafafa 100%);
	background: linear-gradient(0deg, #b4b4b4 0%, #fafafa 100%);
	width: 42px;
	height: 30px;
	border-radius: 0px;
}

#rssearch button:hover {
	box-sizing: border-box;
	background: -webkit-linear-gradient(90deg, #fafafa 0%, #b4b4b4 100%);
	background: -moz-linear-gradient(90deg, #fafafa 0%, #b4b4b4 100%);
	background: -o-linear-gradient(90deg, #fafafa 0%, #b4b4b4 100%);
	background: -ms-linear-gradient(90deg, #fafafa 0%, #b4b4b4 100%);
	background: linear-gradient(0deg, #fafafa 0%, #b4b4b4 100%);
}

#rssearch .search-icon {
	width: 100%;
	height: 100%;
	background: url("../images/search.png") no-repeat center;
}

#rssearch input[type="text"] {
	height: 30px;
	border-radius: 0px;
	padding: 0px;
	padding-left: 10px;
	width: 190px;
	box-shadow: none;
	color: #000;
	font-size: 12px;
	font-style: italic;
	border: none;
}

#rssearch input[type="text"]:focus {
	border: none;
	box-shadow: none;
	z-index: 0;
}

#tm-middle {
	margin-bottom: 50px;
}

#callback-modal .title {
	font-size: 20px;
	color: #fff;
	margin: 30px 0;
	text-transform: uppercase;
}

.bottom-full-bg {
	background-color: rgba(67, 75, 77, 0.08);
}
.bottom-full .connect {
	background-color: rgba(67, 75, 77, 0.08);
	padding: 35px 50px 40px 50px;
}

.bottom-full .connect h3 {
	color: #794a58;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.bottom-full .connect ol {
	display: block;
	width: 45%;
	float: left;
	color: #434b4d;
	font-size: 12px;
	font-weight: 400;
	counter-reset: myCounter;
	position: relative;
	padding-left: 20px;
}

.bottom-full .connect ol.last {
	margin-left: 5%;
	counter-reset: myCounter 5;
}

.bottom-full .connect ol li {
	margin-bottom: 15px;
	list-style: none;
	margin-left: 5px;
}

.bottom-full .connect ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #794a58;
	font-size: 18px; 
	font-weight: 700;
	left: 0px;
	position: absolute;
}

.bottom-full .connect .video {
	text-align: center;
	position: relative;
}
.bottom-full .connect .video a {
    position: absolute;
    left:50%;
    margin-left:-79px;
    top:50%;
    margin-top: -79px;
    color: #fff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.68);
	width: 158px;
	height: 158px;    
}
.bottom-full .connect .video a:hover {
	background-color: rgba(0, 0, 0, 0.9);
}
.bottom-full .connect .video a:before {
	line-height: 158px;
	font-size: 60px;
	margin-left: 20px;
}

.bottom-full .contact {
	background-color: #794a58;
	padding: 40px 0;
}
.bottom-full .contact h3 {
	width: 600px;
	margin: 0px auto;
	color: #ffffff;
	font-size: 18px; 
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px
}
.bottom-full .contact form {
	width: 470px;
	margin: 25px auto 0 auto;
}
.bottom-full .contact form input {
	margin-bottom: 10px;
	width: 100%;
	color: #434b4d;
	font-size: 12px; 
	font-weight: 300;
	padding-left: 10px;
	box-sizing: border-box;
	height: 40px;

}
.bottom-full .contact form button {
	width: 100%;
	text-transform: uppercase;
	height: 50px;
}
.xcon-failed, 
.xcon-success {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 10px 0 10px 0;
}

#tm-bottom-a .uk-panel {
	background: none;
}
#tm-bottom-a .brands img {
	padding: 10px 30px 10px 20px;
}
#tm-bottom-a .contact-text {
	padding-top: 30px;
	padding-left: 50px;
	color: #434b4d;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}
#tm-bottom-a .contact-text .email, 
#tm-bottom-a .contact-text .email a {
	color: #7b0041;
}
#tm-bottom-a .contact-text .email a {
	text-decoration: underline;
}
#tm-bottom-a .contact-text .email a:hover {
	text-decoration: none;
}

#tm-bottom-b {
	margin: 0px;
	padding: 30px 40px;
	background-color: #151718;
 
	text-align: left;
}
#tm-bottom-b .uk-panel {
	background: none;
	padding: 0px;
}
#tm-bottom-b .uk-row-first {
	padding-left: 0px;
}
#tm-bottom-b a {
	color: #ffffff;
	font-size: 12px; 
	font-weight: 400;
	line-height: 24px;	
}
#tm-bottom-b .item {
	width: 20%;
	float: left;
}
#tm-bottom-b .active a {
	color: #949494;
	text-decoration: underline;
}
.footer-bg {
	background-color: #151718;
	border-top: 1px solid  #333333;
}
.tm-footer {
	margin: 0px;
	text-align: left;
	padding: 0px 40px;
	
	background-color: #151718;
}
.tm-footer .socials {

	text-align: center;
}
.tm-footer .socials a {
	border-left: 1px solid  #333333;
	display: inline-block;
	width: 50px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}
.tm-footer .socials a:last-child {
	border-right: 1px solid  #333333;
	
}
.tm-footer .socials a:hover img {
	opacity: 0.5;
}
.tm-footer .copyright {
	color: #ffffff;
	font-size: 10px; 
	font-weight: 300;
	padding-top: 20px;
}
.tm-totop-scroller, .tm-totop-scroller:visited {
	color: #ffffff;
	right: 40px;
	top: 20px;
}
.uk-modal-dialog.callback {
	background: #794a58;
}
.uk-close.callback {
	color: #fff;
}
.uk-modal-dialog input[type="text"] {
	margin-bottom: 15px;
}
.tm-main {
	padding-top: 10px;
	//padding-left: 0px;
}
.tm-main h1 {
	font-size: 18px; 
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #794a58;
	margin: 10px 0 10px 0;
}

/* Magaz */
.list_product .product  {
	//border: 1px solid #000;
	padding: 10px;
	margin-bottom: 10px;
}
.list_product .product .image {
	text-align: center;
	position: relative;
}
.list_product .product .lbls-block {
	position: absolute;
	right: 0px;
	top: 10px;	
}
.list_product .product .lbls-block span {
	display: block;
	float: right;
	clear: both;
	margin-bottom: 5px;
	background: #4ea9a2;
	color: #fff;
	padding: 3px 15px 3px 10px;	
	font-size: 11px;
}

.list_product .product .image img {
	width: 100%;
}
.list_product .product_title {
	line-height: 13px;
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	
}
.list_product .product_title a {
	color: #434b4d;
	font-size: 12px; 
	font-weight: 300;
}
.list_product .jshop_code_prod {
	color: #434b4d;
	font-size: 12px; 
	font-weight: 600;

}
.list_product .jshop_code_prod span {
	font-weight: 400;
}
.list_product .jshop_price {
	color: #794a58;
	font-size: 24px; 
	font-weight: 600;
	margin-top: 7px;

}
.list_product .jshop_price .currencycode {
	font-size: 12px;
}
.list_product .buttons a {
	display: block;
	border-width: 2px;
	width: 146px;
	height: 40px;	
	color: #ffffff;
	font-size: 18px; 
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	margin: 0 auto 0 auto;
	border-style: solid;	
}
.list_product .buttons a.button_detail {
	border-color: #55bfb7;
	
}
.list_product .buttons a.button_detail:hover {
	background: #fff;
	border-color: #fff;
	color: #434b4d;
}
.list_product .buttons .button_buy, .list_product .buttons .login-link {
	background: #55bfb7;
	border-color: #55bfb7;
}
.list_product .buttons .button_buy:hover, .list_product .buttons .login-link:hover {
	background: #4ea9a2;
	border-color: #4ea9a2;
	
}
.list_product .buttons a:visited, .list_product .buttons a:focus {
	text-decoration: none;
} 
.list_product .buttons a.first {
	margin-top: 40px;
	margin-bottom: 10px;
}
.list_product .buttons a:hover {
	background: #55bfb7;
	text-decoration: none;
}
.productfull h1 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
}
.productfull .jshop_code_prod, .productfull .prod_price {
	color: #794a58;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;	
}
.productfull .prod_price {
	display: flex;
	position: relative;
}
.productfull .prod_price.mrc {
	margin-top: 10px;
}
.productfull #product_code, .productfull .block_price {
	display: block;
	color: #70c8c1;
	font-size: 24px; 
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 14px;
}
.productfull .block_price {
	font-size: 24px;
	display: inline-block;
	margin-top: 0px;
	margin-left: 10px;
}
.productfull .prod_price.mrc .block_price {
	margin-left: 17px;
}
.productfull .login-link {
	color: #55bfb7;
	font-size: 14px; 
	font-weight: 600;
	text-decoration: underline;
	margin-top: 20px;
	display: inline-block;
}
.productfull #list_product_image_thumb img {
	width: 60px;
}
#block_price {
	color: #794a58;
	font-size: 24px; 
	font-weight: 600;
}
.productfull .jshop_prod_description h3 {
	color: #794a58;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.productfull .jshop_prod_description {
	color: #787878;
	font-size: 11px; 
	font-weight: 400;
}
.productfull .attributes {
	margin-top: 20px;
}
.productfull .extra_fields {
	color: #444444;
	font-size: 12px; 
	font-weight: 400;
}


.productfull .extra_fields .extra_fields_name {
	font-weight: 700;
}
.productfull .attributes_title {
	color: #70c8c1;
	font-size: 18px; 
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;

}
.productfull .after-title {
	margin-top: 25px;
}
.productfull .after-price {
	padding-bottom: 40px;
	border-bottom: 1px solid #55bfb7;
}
.productfull.without-attr .after-price {
	border: none;
}
.next-prev-products a {
	display: block;
	text-align: center;
	padding: 5px;
	position: relative;
}
.old_price {
	text-decoration: line-through;
}
.list_product .old_price {
	position: absolute;
	right: 10px;
}
.productfull .old_price {
	position: absolute;
	top: -30px;
	right: 0px;
}

.productfull .attribute .buttons div.non-stock {
	display: block;
	width: 100% !important;
	text-align: center;
	font-weight: 700;
	margin-top: 15px !important;
	
}
.productfull.modal-attributes .attribute .buttons div:first-child {
	width: 100%;
	margin-bottom: 10px;
}
.productfull.modal-attributes .attribute .buttons button {
	width: 100%;
}
.productfull.modal-attributes .quantity-lbl {
	display: none;
}

.attribute .buttons button {
	padding: 0px 5px;
	text-align: center;
}
.productfull.modal-attributes .attribute .buttons div {
	display: block;
}



.currencycode {
	font-size: 12px;
}
.productfull .attribute {
	text-align: center;
	margin-bottom: 20px;
}
.productfull .attribute input[type="radio"] {
	display: none;
}
.productfull .attribute .name {
	color: #70c8c1;
	font-size: 18px; 
	font-weight: 400;
	margin-top: 12px;
	text-transform: uppercase;	
	clear: both;
}
.productfull .attribute .quantity {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.productfull .attribute .buttons {
	margin-top: 10px;
}
.productfull .attribute .buttons button {
	width: 100%;
	margin-top: 10px;
	font-size: 14px; 
	font-weight: 400;
	border-radius: 0px;

}

.productfull .attribute  input[type="text"] {
	box-sizing: border-box;
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 30px;
	margin: 0px 0px 0px 0;
}
.productfull.without-attr .main-image {
	text-align: center;
}
.productfull.without-attr .quantity {
	margin-top: -10px;
}
.productfull.without-attr .quantity label {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}
.productfull.without-attr .quantity input {
	width: 20px;
	margin: 0 10px;
	text-align: center;
}
.productfull.without-attr .quantity button {
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0px;
	font-size: 18px; 
	font-weight: 400;

}

.productfull .attributes .images {
	margin: 5px 0 0 0;
}
.productfull .attributes .images > a {
	width: 30%;
	float: left;
	margin-right: 1%;
	border: 1px solid #70c8c1;
}

.productfull.without-attr .jshop_prod_description {
	margin-top: 20px;
	color: #787878;
	font-size: 11px; 

}
.productfull.without-attr .extra_fields {
	margin-top: 10px;
}
.productfull.without-attr .desc-title {
	text-transform: uppercase;
	color: #794a58;
	font-size: 18px;
}


.ok-add-cart {
	text-align: center;
}

.shop-cart h2 {
	color: #55bfb7;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: url("../images/cart_small_icon.png") no-repeat left center;
	padding-left: 25px;
}
.shop-cart tr th {
	background-color: #bdaaa0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
}
.shop-cart .image img {
	height: 120px;
}
.shop-cart .product_name a {
	color: #434b4d;
	font-size: 18px;
	font-weight: 400;
}
.shop-cart .list_attribute {
	margin-top: 20px;
}

.shop-cart .jshop_code_prod {
	color:#434b4d;
	font-size: 12px;
	font-weight: 400;
	margin-top: 20px;

}
.shop-cart .price {
	color:#794a58;
	font-size: 24px;
	font-weight: 400;
}
.shop-cart .center {
	text-align: center;
}
.shop-cart .cart_reload {
	float: right;
}
.shop-cart td {
	padding: 15px 0;
	border-bottom: 1px solid #bdaaa0;
}
#oneStepCheckoutForm .shop-cart .quantity input {
	text-align: center;
	margin: 0px 5px;
	width: 40px;
}
.shop-cart .totals {
	float: right;
	margin-top: 20px;
}
.shop-cart .totals .block {
	display: inline-block;
	vertical-align: top;
} 
.shop-cart .totals .first {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 45px;
}
#oneStepCheckoutForm .totals {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;	
}
#oneStepCheckoutForm .totals .lbl {
	font-weight: 400;
}
#oneStepCheckoutForm .totals > div {
	margin-bottom: 20px;
}
#oneStepCheckoutForm .add_info {
	margin-top: 10px
}
#oneStepCheckoutForm .btns {
	margin: 30px 0 20px 0;
}
#oneStepCheckoutForm .btns button {
	margin: 0px;
}
.shop-cart .totals .first > div {
	margin-bottom: 20px;
}
.shop-cart .totals .first .lbl {
	font-weight: 400;
}
.shop-cart .checkout {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background: #55bfb7;
}
.shop-cart .checkout:hover {
	background: #fff;
	color: #000;
}
.shop-cart .back {
	margin-top: 25px;
	text-align: right;
}
.shop-cart  .back a {
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
}
.shop-cart  .back a:hover {
	text-decoration: none;
}
.component .jshop {
	padding-bottom: 40px;
}
.quantity-arrow {
	display: inline-block;	
	background: url("../images/quntity_arrow_l.png") no-repeat center;
	width: 10px;
	height:30px;
	vertical-align: middle;
	cursor: pointer;
}  

.quantity-arrow.up {
	background: url("../images/quntity_arrow_r.png") no-repeat center;
}

.form-error {
	font-size: 12px;
	color: red;
}
label.error {
	color: red;
}
.form-error-text {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: red;
	font-weight: 700;
	display: none;
	position: absolute;
	top: 20px;
	width:100%;
	text-align: center;
	
	
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red	
}

body.message #system-message-container h2 {
	display: none;
}
body.message #system-message-container h1 {
	text-align: center;
}
body.message #system-message-container .uk-alert-success {
	background: none;
	color: #000;
}


ol {
	list-style: none; 
	counter-reset: li; 
}
ol li:before {
	counter-increment: li; 
	
	content: counters(li,".") ". "; 
}
.jshop_list_category {
	margin-top: 30px;
}
.jshop_list_category .category {
	text-align: center;
}
.jshop_list_category h2 {
	font-size: 14px;
	
}

#price-list .category {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	
}
#price-list .category .show-category {
	cursor: pointer;
	display: block;
}
#price-list .category.level1 {
	padding-left: 30px;
}
#price-list .category.level2 {
	padding-left: 60px;
}
#price-list .category.level3 {
	padding-left: 90px;
}

#price-list .category img {
	width: 100%;
}
#price-list .category table {
	margin-top: 15px;
}
#price-list .category table td {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}
#price-list .category table th {
	border: 1px solid #000;
	padding: 10px;	
	background: #55bfb7;
	color: #fff;
}
#price-list .category input[type="text"] {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
#price-list .category button {
	width: 100%;
}
#price-list .category table .show-more td {
	padding: 0px;
}
#price-list .category .show-more a {
	display: block;
	background: #55bfb7;
	color: #fff;	
	line-height: 30px;
	text-transform: uppercase;
}


.component h1 {
	color: #ffffff;
	font-size: 18px; 
	font-weight: 400;
	line-height: 24px; 
	background-color: #55bfb7;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 10px;
}


#comjshop_register {
	background-color: #b2b2b2;
	color: #ffffff;
	padding-bottom: 40px;
}
#comjshop_register h1 {
	margin-top: 0px;
	padding-top: 20px;
	color: #fff;
}
#comjshop_register .uk-form-label {
	text-transform: uppercase;
	width: 250px;
	margin-right: 15px;
	text-align: right;
}
#comjshop_register h3 {
	color: #ffffff;
}
#comjshop_register label span {
	display: none;
}

#comjshop_register form .uk-width-1-1 {
	margin-top: 20px;
}

.uk-form-controls.checkboxes {
	margin-top: 5px;
}
#comjshop_register .uk-form-controls {
	margin-left: 270px;
}

#comjshop_register .ext_field_2 label {
	margin-right: 10px;
}
#comjshop_register input[type="text"],
#comjshop_register input[type="password"] {
	width: 100%;
}

#comjshop_register .box_button {
	margin-top: 40px;
	text-align: center;
	position: relative;
}
#comjshop_register button {
	font-size: 13px;
	padding: 15px 25px;
	font-weight: 400;
	background: #55bfb7;
	color: #fff;
	text-transform: uppercase;
}
#comjshop_register button:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}

#comjshop_register .confirm {
	margin-top: 15px;
	padding: 10px;
}
#comjshop_register .confirm a {
	color: #fff;
	text-decoration: underline;
}
#comjshop_register .confirm a:hover {
	text-decoration: none;
}
#comjshop_register .requiredtext {
	text-align: center;
	margin: 10px 0 30px 265px;
}


.tm-main .uk-article-title {
	text-align: center;
	margin: 20px 0 40px 0;
}
.uk-article-title:after,
.uk-article-title:before {
	background: url("../images/header_bg.png") no-repeat center;
	display: inline-block;
	width: 50px;
	height: 17px;
	content: '';
	margin-left: 20px;
}
.uk-article-title:before {
	margin-left: 0px;
	margin-right: 20px;
}
ul.icons {
	padding-left: 10px;
}
ul.icons li {
	list-style: none;
	position: relative;
	padding: 10px 0 10px 30px;	
}

ul.icons li::before {
    content: '';
    background: url(../images/list_icon.png) no-repeat left center;
    height: 100%;
    width: 22px;
    position: absolute;
    left: 0;
    top: 0px;
}


.uk-button {
	border: 1px solid #55bfb7;
	padding: 4px 35px;
	color: #55bfb7;
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
	background: #fff;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}
.uk-button:hover {
	color: #fff;
	background: #55bfb7;
}

.uk-button.green {
	background-color: #55bfb7;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 6px 50px;
}
.uk-button.green:hover {
	background: #fff;
	color: #000;
	
}

.checkout .uk-panel {
	background: none;
}
.checkout button {
	margin: 30px 0 20px 0;
}
.checkout .uk-panel .uk-panel {
	padding: 0;
	margin-top: 10px;
}
.checkout .uk-grid-margin {
	margin-top: 10px;
}
.checkout .uk-panel-title {
	color: #55bfb7;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	margin-bottom: 0;
}
.checkout .uk-panel-title img {
	margin: 0 10px 5px 0;
}
.checkout .add_info textarea {
	border-width: 1px;
	border-color: #c2c2c2;
	border-style: solid;
	background-color: #ffffff;
	width: 470px !important;
	height: 108px;
	margin-top: 10px;	
}
.checkout select,
.checkout textarea,
.checkout .uk-form input[type="text"] {
	margin-left: 30px;
}
.user-profile {
	background: none !important;
}
.user-profile {
	color: #000 !important;
}
.user-profile input[type="text"],
.user-profile input[type="password"]{
	box-sizing: border-box;
	height: 32px;
}
.user-profile label input {
	margin-top: -3px;
}
.user-profile .links {
	padding: 20px 0 20px 0;
	border-bottom: 1px #8d8d8d solid;
}
.user-profile .links a {
	color: #55bfb7;
	font-size: 18px;
	font-weight: 700;	
}
.user-profile .links a.active {
	color: #794a58;
}
.user-profile .links li {
 	display: inline-block;
 	list-style-type: none;
	text-transform: uppercase;
	margin-right: 40px;
}
.user-profile .uk-form-horizontal .uk-form-label {
	text-align: right;
	color:#000000;
	font-size: 18px;
	font-weight: 400;	
}
.user-profile .requiredtext {
	margin-bottom: 20px;
}
.myorders_list table td, 
.myorders_list table th{
	padding: 10px 20px;
}
.success-add {
	margin-top: 10px;
	color: #000;
	text-align: center;
	display: inline-block;
}
#comjshop_list_product .success-add {
	color: #fff;
}
.loader {
	width: 160px;
	height: 32px;
	background: url("../images/135.gif") no-repeat center;
	display: inline-block;
	
}
#list_product_image_middle {
	padding-top: 20px;
	border-top: 1px solid #55bfb7;
}
#list_product_image_middle h4 {
	margin-bottom: 20px;
}

#my-video .uk-modal-close {
	width: 20px;
	height: 20px;
}
#my-video .uk-close-alt::after {
	margin-top: -20px;
}
.back-link {
	color: #70c8c1;
	margin-bottom: 10px;
	display: inline-block;

}

#price-list .child {
	display: none;
}

.g-recaptcha > div {
	margin: 5px auto;
}
.latest {
	margin-bottom: 20px;
}
.latest h3 {
	text-align: center;
	color: #794a58;
	text-transform: uppercase;
	margin: 15px 0;
	font-size: 24px;
}

#lightbox-image-details a {
	margin-bottom: 10px;
}


@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}



@media (max-width: 768px) {
	body {
		//font-family: arial !important;
		
	}
	.top-categories {
		//display: none;
	}
	.top-categories .uk-grid > div:FIRST-CHILD {
		display: none;
	}
	#rssearch {
		text-align: center;
	}
	#rssearch input[type="text"] {
		width: 80% !important;
	}
	.header .top {
		display: none;
	}
	.header {
		border-bottom: 1px solid #55bfb7;
		padding-bottom: 20px;
	}
	.header .phones {
		margin-top: 0px;
	}
	.header .tm-logo > div:NTH-CHILD(2){
		display: none;
	}
	.header .header-b {
		padding-left: 35px;
	}
	.header .header-b .user-logout {
		margin-left: -25px;
		text-align: center;
		margin-top: 15px;
	}
	.header .header-b #jshop_module_cart {
		margin-left: -25px;
		text-align: center;		
	}
	.header .header-a {
		text-align: center;
		padding-left: 0px;
		display: none;
	}
	.header .top-user > div:FIRST-CHILD {
		float: left;
	}
	.header .top-user > div:LAST-CHILD {
		float: right;
		margin-right: 10px;
	}
	.header .top-user .call-back {
		color: #000000; 
	}
	.header .top-user .call-back img {
		margin-right: 10px;
	}
	.header .top-user a {
		font-size: 14px;
	}
	.component h1 {
		margin-top: 0px;
	}
	#top-login {
		display: none;
	}
	#lost_password div, #lost_password label {
		display: inline-block;
	}
	.login_block .uk-text-center {
		text-align: left !important;
		margin: 20px 0 30px 0;
	}
	#comjshop_register {
		margin: 0 -20px 0 -20px;
		padding: 0 20px 35px 20px;
	}
	#comjshop_register h1 {
		margin-bottom: 10px;
	}
	
	h1.uk-article-title:AFTER,
	h1.uk-article-title:BEFORE {
		display: none;
	}
	#comjshop_register .uk-form-label {
		width: 100%;
		float: none;
		font-size: 12px;
		line-height: normal;
		text-align: left;
		padding-left: 15px;
	}
	#comjshop_register .uk-form-controls {
		width: 80%;
		margin-left: 15px;
	}

	#comjshop_register button {
		float: none;
	}
	#comjshop_register .form-error-text {
		top: -50px;
	}
	#comjshop_register .ext_field_2 label {
		display: block;
	}
	#comjshop_register .requiredtext {
		margin: 10px 0 0 10px;
		text-align: left;
	}
	#tm-footer {
		padding: 0px 0 10px 0px;
	}
	#tm-footer {
		position: relative;
	}
	#tm-footer .uk-grid > div:FIRST-CHILD {
		position: absolute;
		bottom: 0px;
		width: 100%;
		text-align: center;
		right: 0px;
		padding-left: 0px;
	}
	#tm-footer .socials {
		margin-bottom: 20px;
	}
	#tm-footer .socials a:FIRST-CHILD {
		border-left: none;
	}
		#tm-footer .socials a:LAST-CHILD {
		border-right: none;
	}
	.bottom-full .connect {
		padding: 20px 0px 0 0;
	}
	.bottom-full .connect h3 {
		width: 80%;
		margin: auto;
		line-height: 30px;
	}
	.bottom-full .connect ol {
		display: none;
	}
	.bottom-full .contact form {
		width: 100%;
	}
	.bottom-full .contact h3 {
		width: auto;
		padding: 0 20px;
	}
	.bottom-full .contact .xpert-contact {
		padding: 0 20px;
	}
	#tm-bottom-a .brands {
		padding-bottom: 0px;
	}
	#tm-bottom-a .brands img {
		padding: 0px;
		width: 45%;
	}
	#tm-bottom-a .brands img:FIRST-CHILD {
		margin-right: 5%;
	}
	#tm-bottom-a .contact-text {
		padding-top: 5px;
	}
	
	.bottom-full .connect .video a {
	    margin-left:-50px;
	    margin-top: -50px;
		width: 100px;
		height: 100px;    
	}
	
	.bottom-full .connect .video a:before {
		line-height: 100px;
		font-size: 40px;
		margin-left: 15px;
	}
	.uk-button.green {
		padding: 6px 20px;
	}
	.uk-container {
		padding-left: 0;
		padding-right: 0;
	}
	.uf_options {
		width: 50%;
	}
	div[class^="uf_label_"] {
		width: 40%;
	}
	div[class^="uf_label_characteristics_"], #uf_attributes_1_label {
		text-align: left;
		margin: 0px 20px 20px 0;
	}
	#uf_attributes_1 {
		float: none;
	}
	#comjshop_list_product .product {
		width: 100%;
		box-sizing: padding-box;
	}
	#uf_finded_products {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: padding-box;
	}
	#uf_prices .uf_trackbar_inputs input {
		width: 40px;
	}
	#uf_prices .uf_trackbar_inputs span {
		width: 30px;
	}

	#tm-content {
		padding: 0 20px;
	}
	.next-prev-products {
		margin-bottom: 15px !important;
	}


	.attributes_title {
		text-align: center;
	}
	.productfull .after-price {
		margin-right: -20px;
		padding-right: 20px;
	}
	.productfull .extra_fields {
		margin: 20px 0 10px 0;
	}
	.without-attr .main-image {
		margin-top: 20px;
	}
	.without-attr .quantity {
		text-align: center;
	}
	.without-attr .desc-title {
		margin-top: 20px;
	}
	.uk-navbar-toggle, .uk-navbar-toggle:hover {
		color: #fff;
		text-transform: uppercase;
	}
	.uk-navbar-toggle::after {
		content: "\f0c9   Меню";
	}
	.component #comjshop {
		padding: 0 20px;
	}
	.component #comjshop h1 {
		margin: 0 -20px;
	}
	.shop-cart h2 {
		line-height: 24px;
	}
	.shop-cart table td {
		display: block;
		border: none;
		background: #fff;
	}
	.shop-cart .totals .block {
		width: 50%;
		float: left;
		display: block;
		text-align: center;
	}
	.shop-cart .totals {
		float: none;
	}
	.shop-cart .totals .first {
		margin: 0px;
		text-align: left;
	}
	.shop-cart .checkout {
		font-weight: 400;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	.shop-cart table th {
		display: none;
	}
	.shop-cart .table-title {
		background-color: #bdaaa0;
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 10px 0;	
		margin-bottom: 20px;
	}
	
	.shop-cart tr td:nth-child(1),
	.shop-cart tr td:nth-child(2) {
		width: 100%;
		float: left;
	}
	.shop-cart tr td:nth-child(1) .table-title,
	.shop-cart tr td:nth-child(2) .table-title {
		display: none;
	}
	.shop-cart tr td:nth-child(3) {
		clear: both;
	}

	.shop-cart tr td:nth-child(6) {
		clear: both;
		text-align: center;
	}
	.shop-cart tbody td.product_name {
		padding-bottom: 0px;
		border: none;
	}
	.shop-cart tbody td.image {
		text-align: center;
	}
	.shop-cart table .btns {
		text-align: center;
		margin-top: 20px;
	}
	.shop-cart .cart_reload {
		margin-right: 30px;
	}
	.shop-cart .jshop_prod_cart {
		border-bottom: 2px solid #bdaaa0;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.shop-cart .rempve a img {
		display: none;
	}
	.shop-cart .rempve a:AFTER {
		content: 'Удалить';
	}
	.shop-cart .cart_reload {
		display: none;
	}
	.shop-cart table td .lbl,
	.shop-cart table .jshop_code_prod strong,
	.shop-cart table td .jshop_cart_attribute .name {
		display: block;
		width: 40%;
		float: left;
		color: #794a58;
		font-size: 20px;
		font-weight: 400;
		
	}
	.shop-cart table td .value,
	.shop-cart table .jshop_code_prod span,
	.shop-cart table td .jshop_cart_attribute .value {
		display: block;
		width: 50%;
		float: left;
		color: #794a58;
		font-size: 20px;
		font-weight: 400;
		padding-left: 10%;
		
	}
	.shop-cart table .center {
		text-align: left;
	}
	.shop-cart table tbody td, 
	.shop-cart table td .jshop_cart_attribute,
	.shop-cart table .jshop_code_prod {
		border-bottom: 1px solid #bdaaa0;
		padding-bottom: 10px;
	}
	#oneStepCheckoutForm {
		padding: 0 20px;
	}
	.checkout .add_info textarea {
		width: 90% !important;
	}
	.checkout .uk-panel-title .image {
		float: left;
		display: block;
		width: 7%;
		margin:  0 3% 0 0;
	}
	.checkout .uk-panel-title span {
		display: block;
		float: left;
		width: 90%;
	}
	.checkout .uk-panel > div {
		clear: both;
		margin-top: 15px;
	} 

	#step1-form label {
		text-align: left;
	}
	#tm-middle {
		position: relative;
	}
	.tm-totop-scroller {
		position: fixed;
		right: 10px;
		top: 90%;
		padding: 10px;
		background: #151718;
	}
	.header-b .user {
		padding: 0px;
		margin-top: 0px;
	}

	.header-b .user .uk-form a {
		color: #434b4d;
		font-size: 12px; 
		font-weight: 700;
	}

	.header .call-back {
		margin-bottom: 10px;
	}
	.header .top-user {
		margin-top: 15px;
	}
	
	.footer-bg {
		margin-top: 30px;
	}
	.mycart_content {
		margin: 0px;
	}
	.mycart_content tr td:FIRST-CHILD {
		display: none;
	}
	.top-menu .phones {
		float: right;
		color: #fff;
		margin: 0px 15px 0 0;
		font-size: 18px;
		line-height: 45px;
	}
	.list_product .buttons .button_buy, 
	.list_product .buttons .login-link {
		display: none;
	}
	.list_product .buttons .button_detail {
		margin-top: 40px;
	}
	.list_product figcaption {
		display: none;
	}

}

@media (max-width: 360px) {
	.header .top-user .link {
		width: 60px;
		position: relative;
		padding-left: 30px;
		margin-right: 0px;
		margin-top: -10px;
	}
	.header .top-user .call-back img {
		position: absolute;
		left: 0px;
		top: 0px;
	}
}




