@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&subset=cyrillic');

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #313131;
}

body.open-minicart,
body.open-sidebar,
body.open-infomenu{
	overflow: hidden;
    position: fixed;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
}
/* default font size */

/* Override the bootstrap defaults */
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
}

button{
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a:focus, button:focus {
	outline: 0!important;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

b, strong {
	font-weight: 600;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #ffffff;
	border: 1px solid#e4e7ea;
	border-right: 0;
}

.form-control {
	height: 38px;
	box-shadow: none;
	border-radius: 3px;
	padding: 5px 15px;
	font-size: 14px;
	border-color: #e5e7ea;
}

#input-password {
    max-width: 400px;
    width: 100%;
}

#input-confirm {
    max-width: 400px;
    width: 100%;
}

#input-email {
    max-width: 400px;
    width: 100%;
}

.form-control:focus,
.form-control:hover{
	border-color: #1a7c53;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea.form-control {
	border-radius: 3px;
}

.btn {
	padding: 10px 45px;
	font-size: 12px;
	/*border-radius: 3px;*/
	background: #fff;
	border: 1px solid#e4e7ea;
	color: #777;
	font-weight: 500;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.btn:hover{
	background: #fff;
	color:#35a174;
	/*box-shadow: 0 1px 3px 0 rgba(36,36,59,.15), 0 8px 16px 0 rgba(36,36,59,.15);*/
}

.main-btn {
    background: #35a174;
    color: #fff;
    border-color: #35a174;
}

.main-btn:hover{
	background: #1a7c53;
	color: #fff;
	border-color: #1a7c53;
}


.btn-del-cart {
	font-size: 20px;
	background: #fff;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	padding: 0;
	border: 1px solid#e4e7ea;
}

.btn-del-cart:hover, .btn-del-cart {
	background: #c9302c;
	color: #fff;
	border-color: #c9302c;
}

.section-title{
	font-weight: 500;
	font-size: 24px;
	margin: 30px 0 30px;
	position: relative;
}

.widget-title {
	font-weight: 500;
	font-size: 16px;
	margin: 12px 0 18px;
	position: relative;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #352977;
	/*background: #ecf0f1;*/
}


header {
	background: #ffffff;
	padding: 10px 0;
	margin-bottom: 60px;
}

.menu-list-top .navbar-nav>li>a{
	font-weight: 500;
	color: #222;
	padding: 15px 0;
	margin-right: 11px;
}

.menu-list-top .navbar-nav>li>a:hover,
.menu-list-top .navbar-nav>li>a:focus{
	background: none;
	color: #222;
	text-decoration: underline;
}

#logo img{
	height: 50px;

}

.dropdown-menu>li>a {
	padding: 6px 15px;
	font-size: 13px;
}




/* search */
#search {
	width: 460px;
	float: left;
	padding: 8px 0;
	position: relative;
	margin-left: 30px;
}

#search .form-control {
	font-size: 13px;
	background: #fff;
	border: 1px solid#c7c8ca;
	padding: 8px 60px 8px 10px;
	color: #3a3a3a;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 8px;
}

#search .form-control::placeholder {
	color: #afb9c1;
	opacity: 1;
}

#search .form-control:-ms-input-placeholder {
	color: #afb9c1;
}

#search .form-control::-ms-input-placeholder {
	color: #afb9c1;
}


#search button {
	position: absolute;
	top: 12px;
	right: 10px;
	border: none;
	background: none;
	color: #a0acb2;
	font-size: 24px;
	padding: 0;
}

/* cart */
#cart {
	float: right;
	position: relative;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #222;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	width: 500px;
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 6px;
	overflow: hidden;
}

#cart .dropdown-menu li p {
	padding: 0 5px 20px 20px;
	margin: 0;
	background: #fff;
	overflow: hidden;
	/*border-top: 1px solid#e4e7ea;*/
}

#cart .dropdown-menu li .not-empty {
    text-align: center;
}

#cart .table>tbody>tr:nth-of-type(odd) {
	/*background-color: #ecf0f1;*/
}

#cart .table>tbody>tr td a{
	font-weight: 500;
	color: #222;
        font-size: 12px;
}

#cart .table .price{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

#cart .table .count{
	white-space: nowrap;
}

#cart .table .img-thumbnail {
	width: 60px;
	max-width: 100px;
}

#cart .table>tbody>tr>td,
#cart .table>tbody>tr>th,
#cart .table>tfoot>tr>td,
#cart .table>tfoot>tr>th,
#cart .table>thead>tr>td,
#cart .table>thead>tr>th {
	padding: 8px;
	vertical-align: middle;
	border: none;
}

#cart .total-table>tbody>tr:nth-of-type(odd){
	background: none;
}

.online-help-box{
	color: #222;
	float: right;
	height: 50px;
	text-align: left;
	/*padding-right: 23px;*/
	padding-left: 60px;
	border-left: 1px solid#e4e7ea;
	padding-top: 3px;
	position: relative;
}

.online-help-box span {
	font-size: 36px;
	position: absolute;
	left: 15px;
	top: 4px;
}

.setting-dropdown {
    float: right;
    position: relative;
}

form#form-currency {
    margin-bottom: 20px;
}

.setting-icon {
    background: none;
    border: none;
    font-size: 36px;
    line-height: 1;
    padding: 5px;
    margin-right: 5px;
}

.setting-menu {
padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    right: 0;
    width: 200px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.setting-icon:hover {
	color: #4363a5;
}

.setting-dropdown .dropdown-menu{
	width: 200px;
	padding: 15px;
	margin: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 10px 20px -5px rgba(36,36,59,.15);
	border: 1px solid #dae3f0;
}

.btn-settings {
    background: none;
    border: 1px solid#e4e7ea;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 5px;
}

.btn-settings.active,
.btn-settings:hover{
	background: #ffdd59;
	border-color: #ffdd59;
	color: #fff;
}

.btn-cart {
height: 56px;
    padding: 0 15px 0 60px;
    display: block;
    text-align: left;
    color: #fff;
    border: none;
    background: none;
    position: relative;
    background: #44368c;
}

.btn-cart  span{
    font-size: 34px;
    position: absolute;
    left: 15px;
    top: 10px;
}

.btn-cart .title, .online-help-box .title {
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.btn-cart #cart-total {
    color: #ffffff;
    font-size: 12px;
}

.online-help-box .text {
	color: #222;
	font-size: 15px;
	font-weight: 600;
}
.open-shop  {
	color: #222;
    font-size: 13px;
}
.open-shop2  {
	margin-top: -5px;
    color: #222;
    font-size: 13px;
}

/* menu */
#menu {
	background: #44368c;
	border-radius: 0;
	border: none;
	margin: 0;
	position: absolute;
	top: 106px;
	left: 0;
	width: 100%;
	/*border-bottom: 1px solid#fff*/
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#menu.fixed-menu{
	/*position: fixed;
	top: 0;
	z-index: 999;*/
}

.navbar-right {
	margin: 0;
}

#menu  .navbar-collapse{
	padding: 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 18px 15px;
	min-height: 15px;
	font-size: 15px;
}

#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
#menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

#menu .nav > li > a.icon-btn{
	font-size: 27px;
	height: 56px;
	padding: 15px 15px;
}

.icon-btn .btn-text{
	display: none
}

.icon-btn .count {
	background: #35a175;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
	position: absolute;
	top: 10px;
	left: 35px;
	color: #fff;
	font-weight: bold;
}

.mobile-cart .count {
    background: #35a175;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 10px;
    left: 35px;
    color: #fff;
    font-weight: bold;
}


#menu .dropdown-menu {
	padding-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 10px 20px -5px rgba(36,36,59,.15);
	border: none;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner ul li a img{
	margin: 0 20px;
}
#menu .dropdown-inner a {
    min-width: 170px;
    display: inline-block;
    padding: 7px 10px;
    clear: both;
    color: #222;
    font-size: 13px;
    text-align: center;
    position: relative;
    box-sizing: initial;
	font-weight: 500;
	margin-bottom: 20px;
}
#menu .dropdown-inner li a:hover {
	color: #44368c;
	/*background: #ecf0f1;*/
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #e4e7ea;
	padding: 10px 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	bottom: 0;
	font-weight: 500;
	color: #44368c;
	display: none;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffdd59;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

#menu .btn-category {
	width: 262px;
	background: #352977;
	border: none;
	height: 56px;
	text-align: left;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}

#menu .btn-category:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: 0.3s all;
}

#menu .open .btn-category:before{
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
#menu .category-dropdown{
	width: 100%;
	margin: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 0;
}

#menu .category-dropdown .dropdown-submenu {
	position: static;
}

#menu.fixed-menu {
	/*border-bottom: 1px solid#ecf0f1;
	background-color: #44368c;*/
}

#menu.fixed-menu .nav > li > a {
	/*color: #6c7c93;*/
}

#menu.fixed-menu .btn-cart {
	/*color: #313131;*/
	/*background: #ecf0f1;*/
}

#menu.fixed-menu .btn-cart #cart-total{
	/*color: #313131;*/
}

#menu.fixed-menu .nav > li > a:hover,
#menu.fixed-menu .nav > li > a:focus,
#menu.fixed-menu .nav > li.open > a {
	/*background-color: rgb(242, 249, 255);*/
        background: #1c7592;
}


.category-dropdown>li>a {
    padding: 14px 30px 10px 15px;
    color: #4d4c4c;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;

}

.category-dropdown>li.dropdown-submenu>a:before{
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: 15px;
	/*top: 10px;*/
}


.category-dropdown>li>.dropdown-menu {
	left: 100%;
	top: 0;
	border-radius: 0;
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	background: #ffffff;
	min-width: 200px;
	min-height: 100%;
}

#menu .dropdown-menu-right {
 width: 100%;
 min-width: 200px;
 }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
    .navbar-brand img {
        height: 28px;
        margin-top: 12px;
        width: 90px;
    }
}


@media (min-width: 768px) {
	#menu .dropdown-submenu:hover .dropdown-menu {
		display: block;
		border-left: 1px solid#f2f2f2;
		border-bottom-right-radius: 6px;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	
	.phone-head a {
    padding: 10px !important;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 10px;
    display: block !important;
}

.phone-head a:hover {
   
   color:#44368c;
   text-decoration: underline;
}
	
	.manufacturer-image-top img {
    width: 80px !important;
}
	
 .blueimp-gallery>.title {
        font-size: 16px !important;
        line-height: 20px !important;
}

    .visible-xs {
        display: block !important;
        margin-left: 6px;
        margin-right: 6px;
    }
    
    .main-btn:hover{
	background: #35a174;
    color: #222;
    border-color: #35a174;
}

	
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding: 0;
		/*background-color: rgb(230, 241, 251);*/
		box-shadow: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
#menu .dropdown-inner a {
    width: 100%;
    color: #222;
    font-size: 12px;
    padding: 8px 15px;
}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
		background: #ecf0f1;
                border-color: #ecf0f1;
	}
#menu .see-all {
	margin-top: 0;
	border: none;
	font-size: 13px;
	padding: 8px 15px;

}
.open-shop  {
	color: #222;
    font-size: 13px;
    margin-left: 30px;
}
.open-shop2  {
	margin-top: -5px;
    color: #222;
    font-size: 13px;
    margin-left: 30px;
}

.slider-bigthumb .slick-list{
border: 1px solid#e4e7ea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.p-brand {
    font-size: 16px !important ;
    margin-top: 24px !important ;

}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */

.footer-service {
	background: #ecf0f1;
	position: relative;
    display: none;   
}



.service-item {
	padding: 30px 0 30px 55px;
	position: relative;
}

.service-item span {
	font-size: 44px;
	position: absolute;
	left: 0;
	top: 29px;
}

.service-item .title {
	font-size: 15px;
	font-weight: 500;
}

.service-item .text {
	font-size: 13px;
	color: #6c7c93;
}

footer {
	padding: 50px 0 90px;
	background-color: #f5f6fa;
	font-size: 13px;
}

footer a {
	color: #222;
}
footer a:hover {
	color: #352977;
}
footer h5 {
	font-size: 15px;
	font-weight: 600;
	color: #44368c;
	cursor: pointer;
	position: relative;
	margin: 0 0 15px;
}

footer .list-unstyled {
	margin-bottom: 30px;
	line-height: 30px;
}

footer .phone {
	font-size: 14px;
}

footer .phone span{
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	border: 1px solid#24243b;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	margin-right: 7px;
}

footer .email {
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

footer .open-hours {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #222;
}


footer .social-btn a {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
	background: #6f6f6f;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

footer .social-btn a:hover {
	color: #fff;
	background: #44368c;
}

footer .payment-list li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 6px;
}

footer .payment-list li a {
	display: block;
	background: #ecf0f1;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

footer .payment-list li a:hover {
	background: #ecf0f1;
}

footer .payment-list li a img {
	height: 36px;
	opacity: 0.7;
	transition: 0.3s all;
}


footer .payment-list li a:hover img {
	opacity: 1;
}

.footer-powered {
	background: #ecf0f1;
	padding: 20px 0;
	color: #adbdd4;
	overflow: hidden;
}

.footer-powered a {
	color: #8b9db7;
	font-weight: 500;
}
.footer-powered a:hover{
	color: #6d6d6d;
	text-decoration: underline;
}


.powered{
	float: left;
}

.copyright{
	float: right;
}
/* alert */
.alert {
	padding: 8px 60px 8px 75px;
	/*box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);*/
	border-radius: 6px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 400px;
	font-size: 14px;
	font-weight: 500;
	min-height: 40px;
	display: block;
	border: none;
	z-index: 9999;
	color: rgba(255, 255, 255, 0.59);
	margin: 0;
	overflow: hidden;
}

.alert .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: 0px;
}

.alert .close {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.09);
}

.alert .close:hover{
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.alert .fa {
	color: #fff;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	width: 60px;
	bottom: 0;
	background: rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
	justify-content: center;
}

.alert a {
    margin: 0 3px;
    color: #ffffff;
}

.alert-success {
	background: #00bf54;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #ffffff;
}

.alert-success .fa{
	background: #03a54a;
}

.alert-danger {
	background-color: #f44336;
}

.alert-danger .fa {
	background-color: #d32f2f;
}

.alert-info {
	background: #1886ff;
}

.alert-info .fa {
	background: #0071ec;
}

/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 20px 0;
    border: none;
    background: none;
	font-size: 13px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb > li {
	padding: 0 20px 0 0;
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before{
	content: '';
}

.breadcrumb > li a {
	color: #616161;
	position: relative;
	font-weight: 500;
}

.breadcrumb > li > a:hover {
	color: #222;
}

.breadcrumb > li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 16px;
	position: absolute;
	right: -20px;
	top: -2px;
}

.breadcrumb > li:last-child a {
	color: #bfbdbd;
}

.breadcrumb > li:last-child a:hover {
	color: #4363a5;
}

.breadcrumb > li:last-child a:before{
	display: none;
}


.pagination {
	margin: 0;
}
/* buttons */

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #e4e7eaddd);
	background-repeat: repeat-x;
	border-color: #e4e7eaddd #e4e7eaddd #b3b3b3 #b7b7b7;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-edit-product {
    width: 100%;
	border: 1px solid #35a174;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #35a174;
    font-size: 14px;
}

.btn-edit-product:hove {
	border: 1px solid #35a174;
    margin-top: 10px;
    color: #fff;
    background: #35a174;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c11b00;
    border-color: #c11b00;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff3d1d;
    background-image: linear-gradient(to bottom, #ff3d1d, #ff3d1d);
    background-repeat: repeat-x;
    border-color: #ff3d1d #ff3d1d #ff3d1d;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-repeat: repeat-x;
	border-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff !important;
	background-color: #c83e19 !important;
	border-color: #df5c39 !important;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000000;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #e4e7ea;
	color: #222;
	padding: 10px 15px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #e4e7ea;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	background: #fff;
    position: relative;
    transition: .3s all;
 border: 1px solid #e4e7ea;
    margin: -1px;

}
.product-thumb-auto {
    margin-bottom: 30px;
	background: #fff;
	position: relative;
	transition: 0.3s all;
}


.product-thumb:hover{
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	z-index: 3;
	position: relative;
}

.product-thumb .image {
	    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

.product-list .product-thumb .image {
    float: left;
}

.product-thumb .sale {
    color: #ff0000;
    z-index: 2;
    font-weight: 600;
    background: #ffffff;
    text-align: center;
    font-size: 12px;
    width: 45px;
    top: 8px;
    right: 0;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 15px;
    border-radius: 20px;
    border: 2px solid #ff0000;
}

.product-thumb-auto .sale {
	color: #fff;
    z-index: 2;
    font-weight: 600;
    background: #cc0000;
    text-align: center;
    font-size: 14px;
    width: 45px;
    top: 8px;
    right: 0px;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 15px;
    border-radius: 20px;
}

.product-list .product-thumb .sale {
	left: 15px;
	z-index: 3;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}


.product-thumb h3 {
	font-size: 13px;
	margin-top: 0;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
        font-weight: normal;
        line-height: 1.3;
}
.product-thumb-auto h3 {
	font-size: 13px;
	margin-top: 0;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
        font-weight: normal;
        line-height: 1.3;
}

.product-list .product-thumb h3 {
	white-space: normal;
}

.product-thumb h3 a {
	color: #222;
}
.product-thumb-auto h3 a {
	color: #222;
}
.product-thumb h3 a:hover {
	color: #352977;
}
.product-thumb-auto h3 a:hover {
	color: #352977;
}
.product-thumb .caption {
padding: 5px 15px 15px;
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-thumb-auto .caption {
padding: 5px 15px 15px;
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.product-list .product-thumb .caption {
	margin-left: 210px;
	text-align: left;
	padding: 20px 20px 56px 5px;
	height: 210px;
	border-right: 1px solid#f2f2f2;
	border-radius: 0;
}

.product-list .product-thumb .caption .button-group {
	margin-bottom: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -215px;
	top: 0;
	bottom: 0;
	padding: 20px;
	text-align: center;
	width: 200px;
}

.product-list .product-thumb .caption .button-group a {
	display: block;
}

.product-list .product-thumb .caption .button-group .btn{
	width: 100%;
	margin-bottom: 10px;
}

.product-thumb .caption .description{
	display: none;
}

.product-list .product-thumb .caption .description {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.product-list .product-thumb {
	margin-bottom: 30px;
	overflow: hidden;
	padding-right: 215px;
}


.product-list .product-thumb .quiqview-btns {
	background: none;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	left: 215px;
	bottom: 20px;
	top: auto;
	z-index: 3;
	text-align: left;
	right: 215px;
}

.product-list .product-thumb .quiqview-btns .icon-btn {
	width: auto;
	height: auto;
	color: #cacaca;
	border: none;
	border-radius: 0;
	margin: 0 10px 0 0;
	background: none;
	display: inline-block;
	overflow: hidden;
	line-height: 1;
}

.product-thumb .quiqview-btns .icon-btn .text{
	display: none;
}

.product-list .product-thumb .quiqview-btns .icon-btn:hover{
	color: #4363a5;
	background: none;
}

.product-list .product-thumb .quiqview-btns .icon-btn span{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.product-list .product-thumb .quiqview-btns .icon-btn .text {
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	display: inline-block;
}


.product-list .product-thumb .image img {
	width: 180px;
	height: 180px;
}

@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 5px;
}
.rating .fa-star {
	color: #e6e6e6;
	font-size: 13px;
}
.rating .fa-star.stary {
	color: #ffc84a;
	z-index: 1;
}

.rating-prod .fa-star.stary {
	color: #ffc84a;
	z-index: 1;
}

.rating-prod .fa-star {
	color: #e6e6e6;
	font-size: 14px;
}
.rating-prod .fa-stack {
	font-size: 6px;
}

h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #222222;
    font-weight: bold;
    font-size: 14px;
}

.product-list .product-thumb .price {
	font-size: 16px;
	margin-bottom: 15px;
}

.product-thumb-auto .rating .fa-stack {
    font-size: 4px;
}

.product-thumb-auto .p-instock {

    font-size: 13px;
}

.product-thumb .price-new {
	font-weight: 700;
    color: #cc0000;
}
.product-thumb-auto .price-new {
	font-weight: bold;
    color: #cc0000;
}
.product-thumb .price-old {
    font-size: 1.6rem;
    color: #222;
	display: block;
}

.product-thumb-auto .view_price .price {

    font-size: 17px;
    font-weight: bold;
}

.product-thumb-auto .price-old {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.product-thumb-auto .grn {
    font-size: 12px;
    top: -6px;
}

.price-old:after {
position: absolute;
    content: '';
    height: 1px;
    top: calc(50% - 0px);
    left: -3px;
    right: 0px;
    background-color: #222;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg);
	
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    font-weight: 400;
    padding: 10px 0px 0px;
}


/* .product-thumb .caption .button-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-block;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
} */

.buy-buttons .button-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 15px 30px 15px;
}

.product-thumb .caption .button-group a{
	display: none;
}



.product-thumb .quiqview-btns {
text-align: center;
    position: absolute;
    top: 25%;
    right: 2px;

}

.product-thumb .quiqview-btns .icon-btn {
	width: 44px;
	height: 44px;
	font-size: 20px;
	background: #ecf0f1;
	font-weight: bold;
	color: #808080;
	padding: 0;
	border: none;
	line-height: 50px;
	position: relative;
	text-align: center;
	display: block;
	border-radius: 6px;
	margin-bottom: 10px;
}

.product-thumb .quiqview-btns .icon-btn:hover{
	background: #ffdd59;
	color: #fff;
	border-color: #ffdd59;
}

.row .product-pricelist:last-child{
	margin-bottom: 30px
}

.row-m {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .row-m {
        margin-left: 0;
    }
    }


.product-pricelist .product-thumb {
	margin: 0;
	border-radius: 0;
	border: none;
	border-bottom: 3px solid#ecf0f1;
	align-items: center;
	padding-left: 170px;
	height: 170px;
}

.product-pricelist .product-thumb .quiqview-btns{
	display: none;
}

.product-pricelist .product-thumb .image {
	width: 170px;
	position: absolute;
	left: 0;
	top: 0;
}

.product-pricelist .product-thumb .caption {
	padding: 15px 150px 15px 15px;
	width: auto;
	height: 167px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-pricelist .product-thumb .caption .button-group {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	width: 150px;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-pricelist .product-thumb .caption .description {
	display: block;
	font-size: 13px;
}

.product-pricelist .product-thumb .price {
	text-align: center;
	margin-bottom: 10px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #e4e7ea;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

.thumbnail>img {
  max-width: 70%;
}




/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


.card {
	background: #fff;
	margin-bottom: 30px;
	/*padding: 0 30px 30px 30px;*/
	border-radius: 6px;
}

.card h3{
	margin-top: 0;
}

h1.title-page {
	margin: 0 0 20px;
	font-size: 26px;
}

.card h2.title-page,h2.title-page {
	font-size: 20px;
	margin: 0 0 20px;
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	margin-bottom: 30px;
}

.card-category img{
	width: 100%;
}

.card-category h1 {
	margin: 0 0 15px;
	font-size: 22px;
}

.card-category #category-description {
	margin-bottom: 10px;
}


.card-subcategory h2 {
	font-size: 24px;
	margin: 0 0 30px;
}

.subcategory-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}

.subcategory-list li{
	display: block;
	width: 25%;
	padding: 0 15px;
}

.subcategory-list li a{
	color: #222;
	font-weight: 500;
	font-size: 13px;
	background: #fff;
	padding: 10px;
	padding-left: 65px;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	border-radius: 6px;
	margin-bottom: 30px;
}

.subcategory-list li a:hover{
	color: #1071dc;
}

.subcategory-list li a img{
	width: 40px;
	position: absolute;
	left: 15px;
}

.btn-category-description {
	background: none;
	color: #222;
	border: none;
	padding: 0 35px 0 0;
	position: relative;
	font-weight: 500;
	font-size: 13px;
}

.btn-category-description:hover{
	color: #ffdd59;
}

.btn-category-description:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: -4px;
}

.btn-category-description.hiden:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-view .btn {
	width: 50px;
	height: 38px;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	background-color: #ffffff;
	line-height: 29px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-shadow: none;
	border: none;
	font-size: 14px;
}



.btn-view .btn.active {
	background: #ffdd59;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#compare-total {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
#compare-total {
	display:none;
}

.thumbnail>img {
  max-width: 100%;
}
}
.home-text {
	margin-bottom: 30px;
	background: #fff;
	padding: 30px;
	border-radius: 6px;
}

.home-text-container{
	position: relative;
	padding-right: 80px
}

.home-text-container h2{
	margin: 0 0 30px;
	font-size: 26px;
}

.home-text-container ul {
	padding-left: 17px;
}

#expand-home-text {
	background: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: 0.3s all;
	color: #ffdd59;
	border: 3px solid#dfeefb;
}

#expand-home-text:hover {
	background: #dfeefb;
	color: #222;
}

#expand-home-text.open{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}




.card-category #category-description.collapse {
	height: 58px!important;
	display: block;
	overflow: hidden;
}

.card-category #category-description.collapse.in{
	height: auto!important;
}

.panel-attribute .head-td {
	margin-bottom: 10px;
	/*background: #ecf0f1;*/
	padding: 8px 10px;
        border-bottom: 2px solid #e5e5e5;
}

.panel-attribute .attr-td {
	padding: 6px 10px;

}
.att_zn{
    font-weight: 600;
}
.attr_row{
    border-bottom: 1px dashed #e8e8e8;
    margin: 0px;
}


.category-wall-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	height: 200px;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	transition: 0.3s all;
        border: 1px solid #e4e7ea;
}

.category-wall-box:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.category-wall-box .category-list {
	width: 60%;
	font-size: 13px;
	line-height: 24px;
	padding-left: 15px;
}

.category-wall-box .image {
	width: 40%;
}

.category-wall-box .image img{
	width: 100%;
}

.category-wall-box .title {
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: hidden;
	color: #313131;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.category-wall-box .show-more {
	font-size: 11px;
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}

.category-wall-box .show-more:hover{
	color: #44368c;
}

.category-wall-box ul {
	margin: 0 0 10px;
	padding-left: 0;
	list-style: none;
}

.category-wall-box ul li a {
	color: #424242;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-wall-box ul li a:hover{
	text-decoration: underline;
	color: #44368c;
}

.tags a{
	background: #ecf0f1;
	padding: 5px 15px;
	border-radius: 6px;
	font-size: 13px;
	color: #313131;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tags a:hover{
	background: #ffdd59;
	color: #ffffff;
}

.tags span{
	display: block;
	margin: 15px 0;
	font-weight: 500;
	font-size: 16px;
}


.banner-box {
	background: #fff;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: 205px;
	border-radius: 6px;
}



.banner-box:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.35);
	content: '';
	-moz-transition: transform 0.9s;
	-o-transition: transform 0.9s;
	-webkit-transition: transform 0.9s;
	transition: transform 0.9s;
	-moz-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-ms-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-o-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	-webkit-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -115%, 0);
	z-index: 3;
}

.banner-box:hover:before {
	-moz-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-ms-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-o-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	-webkit-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
	transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 115%, 0);
}

.banner-box img{
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.banner-box:hover img {
	transform: scale(1.1) rotateZ(-1.5deg);
	-webkit-transform: scale(1.1) rotateZ(-1.5deg);
	-moz-transform: scale(1.1) rotateZ(-1.5deg);
	-o-transform: scale(1.1) rotateZ(-1.5deg);
	-ms-transform: scale(1.1) rotateZ(-1.5deg);
}

.banner-box .banner-text {
	padding: 30px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #adadad;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 4;
}

.banner-box .banner-text .name {
	font-weight: bold;
	color: #222;
	font-size: 23px;
	margin-bottom: 15px;
}

.banner-box.long-banner:before{
	display: none;
}

.banner-box.long-banner .banner-text{
	color: #fff;
}

.banner-box.long-banner .banner-text .name {
	color: #fff;
}


.owl-carousel.custom-nav .owl-nav {
	position: absolute;
	top: -66px;
	right: 0;
	background: #fff;
}



.owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
	width: 38px;
	height: 38px;
	text-align: center;
	/*border-radius: 50%;*/
	overflow: hidden;
	background-color: #ecf0f1;
	font-size: 28px;
	line-height: 45px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	margin-left: 5px;
	color: #222 !important;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev:hover,
.owl-carousel.custom-nav .owl-nav button.owl-next:hover{
	background-color: #352977;
	color: #fff !important;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: #ecf0f1 !important;
}

.owl-dots {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: -30px;

}




.owl-carousel button.owl-dot{
	width: 22px;
	height: 10px;
	background: #dbecfb;
	display: inline-block;
	margin: 0 3px;
	border-radius: 20px;
}

.owl-carousel button.owl-dot:hover {
	background: #c2dff9;
}

.owl-carousel button.owl-dot.active {
	background: #ffdd59;
}

.owl-carousel.carousel .owl-item img {
	width: auto;
}

.owl-carousel.carousel .owl-dots {
	margin-bottom: 0px;
}

.banner-block-home .banner-box {
	height: 165px;
}

.banner-block-home .banner-box .banner-text .name {
	margin-bottom: 5px;
}

.banner-block-home .banner-box .title {
	color: #222;
	margin-bottom: 10px;
	font-size: 15px;
	display: block;
	width: 60%;
}

.banner-block-home .banner-box a {
	color: #222;
	text-decoration: underline;
	font-size: 14px;
}

.banner-block-home .banner-box a:hover {
	color: #1071dc;
}



.thumb-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.thumb-container .slider-thumb {
	width: 108px;
	position: relative;
	z-index: 2;
}

.slider-thumb-container {
	position: relative;
	z-index: 3;
	margin-top: -5px;
}

.thumb-container .slider-thumb img{
	display: block;
	width: 100%;
	border: 1px solid#e4e7ea;
	border-radius: 6px;
	padding: 4px;
}

.slider-bigthumb {
	width: 100%;
	margin-left: -115px;
	padding-left: 130px;
}

.thumb-container .slider-thumb .slick-current img,
.thumb-container .slider-thumb img:hover {
	border: 1px solid#ccc;
}

.thumb-container .slider-thumb .slick-slide:focus,
.thumb-container .slider-thumb .slick-slide:hover{
	outline: 0;
	cursor: pointer;
}

.thumb-container .slider-thumb .slick-slide {
	margin: 5px 0;
}

.none-slider-bigthumb {
	width: 100%;
}

.slider-bigthumb .slick-slide {
	/*border-radius: 6px;*/
	overflow: hidden;
	padding: 15px;
}

.slider-bigthumb .slick-slide img{
	width: 80%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}

/* .slider-bigthumb .slick-list{
border: 1px solid#e4e7ea;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

*/


.prev.slick-arrow,
.next.slick-arrow{
	font-size: 26px;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	background: #44368c;
	border-radius: 50%;
	position: relative;
	z-index: 3;
	cursor: pointer;
}



.prev.slick-arrow {
	margin-bottom: -15px;
}

.next.slick-arrow {
	margin-top: -15px;
}

.prev.slick-arrow.slick-disabled,
.next.slick-arrow.slick-disabled{
	background: #ecf0f1;
	color: #222;
}

.product-info h1 {
	font-size: 20px;
    margin: 0 0 35px;
    font-weight: 600;
    line-height: 2.5rem;
}

.product-info .rating {
	margin-bottom: 15px;
}

.box-info-product{
	overflow: hidden;
}

.box-info-product .form-group {
    float: left;
    margin: 0;
    width: 200px;
    display: none;
}

.box-info-product #button-cart {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    height: 5.2rem;
    padding: 0;
    margin: 0;
    line-height: 5rem;
    background: #35a174;
    border-color: #35a174;
    color:#fff;

}

.box-info-product #button-cart:hover {
    
background: #1a7c53;
;
}

.detail-action .btn-icon {
	background: none;
	border: none;
	padding: 0;
	font-weight: 500;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #bfbdbd;
}

.detail-action .btn-icon:hover {
	color: #1a7c53;
}

.detail-action .btn-icon span{
    font-size: 20px;
    float: left;
    margin-right: 5px;
}

.number-spinner .btn {
	height: 42px;
	/*border-radius: 6px;*/
	background: #ecf0f1;
	color: #131313;
	border-color: #ecf0f1;
}

.number-spinner .btn:hover{
	background: #ffdd59;
	color: #ffffff;
	border-color: #ffdd59;
}



.number-spinner .form-control {
	height: 42px;
	border: 1px solid#ecf0f1;
}



.product-price {
	margin-bottom: 15px;
}

.product-price .tax{
	font-size: 13px;
	color: #6c7c93;
}

.product-price .new-price {
	color: #222;
	font-size: 4rem;
	font-weight: 700;
	display: inline-block;
}

.special-price {
    color: #cc0000;
    font-size: 4.2rem;
    font-weight: 700;
    display: inline-block;
}
.a-price {
	display: inline-block;
    font-weight: 600;
    line-height: 0.8;
    margin-left: 10px;
}

.product-price .old-price {
	display: inline-block;
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: .8;
    color: #222;
}

.econom {
    font-size: 1.4rem;
    font-weight: 500;
    color: #cc0100;  
    padding-top: 2px;
    
}

.econom .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -3px;
    
}

.old-price:after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #222;
    -webkit-transform: rotate(352deg);
	-ms-transform: rotate(352deg);
    transform: rotate(352deg);
}

.title-panel {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.9rem;
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 0;
    color: #4d4b4b;
    font-weight: 600;
}

.title-panel:after {
    position: absolute;
    top: 50%;
    left: 100%;
    right: -2000px;
    content: '';
    border-bottom: solid 2px #808080;
}

.panel-pr-d {
    overflow: hidden;
}

.text-danger {
	color: #ff4b48;
	font-weight: 500;
	font-size: 13px;
}


.product-info .list-unstyled {
	margin-bottom: 15px;
	line-height: 25px;
}

.product-info .list-unstyled span {
	display: inline-block;
	width: 150px;
}

.box-review {
	margin-bottom: 20px;
    float: right;
    margin-top: -24px;
}

@media (max-width: 767px) {
.box-review {
	margin-bottom: 15px;
	float: right;
}

.slider-bigthumb .slick-slide img{
	width: 100%;
    height: auto;
} 
}

@media (max-width: 992px) {
.box-review {
	margin-bottom: 15px;
	float: right;
}

.button-group .wish, .button-group .comp {
    width: 32px;
    
}

.view_price .price {
    font-size: 16px;
}
}

.box-review .rating{
	display: inline-block;
	z-index: 0;
	position: relative;
	float: right;
}


.box-review a{

    font-size: 13px;
    color: #7d7d7d;
    text-align: center;
    display: block;
}

.box-review a:hover{

    color: #ffdd59;
}

.card-info .nav-tabs {
	border: none;
	background: none;
	padding: 0;
}

.card-info .nav-tabs>li.active:before {
    display: block;
    content: '';
    width: 26px;
    height: 2px;
    background-color: #ffdd59;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -13px;
    z-index: 2;
}

.card-info .nav-tabs>li.active>a {
    color: #555;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #e4e7ea !important;
    border-bottom-color: transparent !important;
	border-radius: 7px 7px 0 0;
}

/*.card-info .nav-tabs>li.active>a:hover{
    background-color: #fff !important;
}*/

.nav-tabs>li {
    margin-bottom: -1px !important;
}
.nav-tabs {
    border-bottom: 1px solid #e4e7ea !important;
}

.card-info .nav-tabs>li {
	float: left;
	margin-bottom: 0px;
}

.card-info .nav-tabs>li>a {
	display: block;
	font-size: 16px;
	color: #222;
	padding: 14px 25px;
	font-weight: 500;
	position: relative;
	border-radius: 0;
	/*border: none!important;*/
	margin: 0;
}

.card-info .nav-tabs>li.active>a {
	background: #fff;

}

.card-info .nav-tabs>li.active>a:hover {
	background-color: #ffffff;
}

.card-info .nav-tabs>li>a:hover {
	background-color: #eee;
	color: #222;
	border-radius: 7px 7px 0 0;
}

.review-stars-lab {
	overflow: hidden;
        margin-top: 33px;
}

.lab-text {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-top: 2px;
}

#reviewstar{overflow:hidden;position:relative;float:left;}
#reviewstar input{opacity:0;position:absolute;top:0;z-index:0;width:18px;height:20px;margin:0;}
#reviewstar input:checked ~ label{color:#ffdd59;}
#reviewstar label{float:right;cursor:pointer;margin-bottom:0;margin-right:4px;position:relative;z-index:1;color:#e2e2e2;font-size:19px;transition:0.3s all;}
#reviewstar label:hover,
#reviewstar label:hover ~ label{color:#ffdd59;}

.review-box .autor{
	font-weight: 500;
	font-size: 15px;
}

.review-box {
	background: #ffffff;
	position: relative;
	padding: 15px 0 10px 0px;
	border-bottom: 1px solid#ecf0f1;
}



.review-box .date {
	font-weight: 400;
	color: #bfbdbd;
	font-size: 13px;
}

#mobile-sidebar-btn {
width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
}

#mobile-sidebar-btn span{
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #222;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


#mobile-sidebar-btn span:nth-child(1) {
    top: 0px;
}

#mobile-sidebar-btn span:nth-child(2),
#mobile-sidebar-btn span:nth-child(3) {
    top: 8px;
}

#mobile-sidebar-btn span:nth-child(4) {
    top: 16px;
}

#mobile-sidebar-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#mobile-sidebar-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-sidebar-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-sidebar-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-brand {
	display: none;
}

#info-btn{
	display: none;
}

#mobile-cart{
	display: none;
}
.mobile-cart{
	display: none;
}

.main-table{
	width: 100%;
}

.main-table tr th {
	font-weight: 500;
	border-bottom: 1px solid#e4e7ea;
	vertical-align: middle;
	padding: 10px;
}

.main-table tr td{
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
	width: 20%;
	border: 1px solid #f0f3f6;
	font-weight: 500;
}

.main-table tr td.price {
	font-weight: 700;
    color: #555555;
    font-size: 23px;
}

.old-price-sravni{
	font-weight: 700;
    color: #bfbdbd;
    font-size: 23px;
    display: inline;
    position: relative;
}
.old-price-sravni:after {
    position: absolute;
    content: '';
    height: 1px;
    top: calc(50% - 0px);
    left: -3px;
    right: 0px;
    background-color: #9c9c9c;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg);
}

.main-table tr td.head-td {
	background: #f0f3f6;
	padding: 10px;
}

.group-inpt input {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


.group-inpt .btn {
    height: 38px;
    padding: 5px 20px;
}
.panel-default {
	border: 1px solid #ddd;
}
.panel-default>.panel-heading {
	color: #222;
	background-color: #ecf0f1;
	padding: 15px;
}
#ocfilter.panel-default>.panel-heading {
	display: none;
	
}
.panel-default>.panel-heading>.panel-title>a{
	display: block;
	position: relative;
}

.panel-default>.panel-heading>.panel-title>a .fa {
	font-size: 19px;
	position: absolute;
	right: 15px;
}

@media(max-width: 767px){
.panel-title {
	font-size: 14px;
}
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
	overflow: hidden;
	background: #ffffff;
}

.account-box {
	display: block;
	text-align: center;
	border: 1px solid#e4e7ea;
	/*border-radius: 6px;*/
	padding: 20px 35px;
	color: #222;
	margin-bottom: 30px;
}

.account-box span {
	font-size: 36px;
	display: block;
	margin-bottom: 10px;
}

.account-box:hover {
	background: #f0f3f6;
}


.option-label {
	font-size: 16px;
}

.input-image {
	display: inline-block;
	margin-right: 5px;
}

.input-image img {
	display: block;
	padding: 2px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.input-image label, .input-image label{
	padding: 0;
}

.checkbox+.checkbox, .radio+.radio{
	margin-top: 10px;
}


.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.input-image [type="radio"]:checked + img {
	background: #2986ff;
}

.input-image [type="radio"]:disabled + label {
	color: #aaa;
}


.show-tablet{
	display: none!important;
}

.hide-tablet{
	display: block!important;
}

.slider-home-carousel {
	border-top: 10px solid#ecf0f1;
}

.slider-home-carousel .home-carousel-wrapper{
	display: flex;
	/*border-radius: 6px;*/
	overflow: hidden;
}

.slider-home-carousel .left-info{
	height: 380px;
	background: #4363a5;
	color: #fff;
	padding: 20px;
	width: 380px;
}

.slider-home-carousel .slider-title {
	font-size: 32px;
	font-weight: bold;
}

.slider-home-carousel .after-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-home-carousel .price-text {
	font-size: 18px;
	margin-bottom: 20px;
}

.slider-home-carousel .price-text span{
	font-size: 30px;
	font-weight: bold;
}

.slider-home-carousel .list-attribute .item span{
	width: 46px;
	font-size: 24px;
	border: 1px solid#fff;
	text-align: center;
	height: 46px;
	border-radius: 50%;
	line-height: 46px;
	float: left;
	margin-right: 10px;
}

.slider-home-carousel .list-attribute .item{
	overflow: hidden;
	margin-top: 15px;
}

.slider-home-carousel .right-info {
	width: 760px;
	height: 380px;
}

.slider-home-carousel .owl-dots {
	text-align: left;
	padding: 0 20px;
	margin-top: -30px;
}

.slider-home-carousel.owl-carousel button.owl-dot {
	width: 16px;
	height: 16px;
	background: #5279ca;
	border-radius: 20px;
	margin: 0 5px 0 0;
}

.slider-home-carousel.owl-carousel button.owl-dot.active {
	background: #fff;
}

.slider-home-carousel .main-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#back-top {
	position: fixed;
    right: 90px;
    bottom: 15px;
    z-index: 1000;
    background: #e3e3e3;
    color: #6e6e6e;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 50px;
    height: 50px;
    line-height: 56px;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 5px;
}

#back-top:hover{
	opacity: 1;
}


#policy{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	display: none;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #fff;
	padding: 20px 0;
	color: #000;
	box-shadow: 0 0 0px 3px #43b02a;
	font-weight: 500;
}
#policy.active{
	display:block
}
#policy.activated{
	margin-bottom:0;
	opacity:1;
	visibility:visible
}

.policy-text {
	width: calc(100% - 200px);
	font-size: 12px;
	float: left;
}
#policy .policy-confirm{
	transition: .3s;
	background-color: #43b02a;
	color: #fff;
	float: right;
	padding: 10px 25px;
	font-size: 12px;
	border-radius: 40px;
	display: inline-block;
}
#policy .policy-confirm:hover{
	color:#000;
	background-color:#fff
}

.pagination-line{
	margin-bottom: 30px;
	font-size: 13px;
	color: #a2b8cc;
	margin-top: 20px;
}

.pagination {
	margin: 20px 0 0;
}


.pagination>li>a,
.pagination>li>span {
    /*border-radius: 50%;*/
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    padding: 0;
    border: none;
    background: #fff;
    color: #777;
}

.pagination>li {
    display: inline-block;
    margin-right: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
	/*border-radius: 50%*/
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
	/*border-radius: 50%*/
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #ecf0f1;
	border-color: #ecf0f1;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ffdd59;
	border-color: #ffdd59;
}


.manufactured-box {
	background: #fff;
	border: 1px solid #e4e7ea;
	display: block;
	padding: 15px;
	text-align: center;
	border-radius: 6px;
	font-size: 14px;
	color: #222;
	font-weight: 500;
	margin-bottom: 15px;
}

.manufactured-box:hover{
	color: #222;
	-webkit-box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
	box-shadow: 0 0 15px 0 rgba(50,50,50,.15);
}

.manufactured-box img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.list-group.category-group {
	background: #ffdd59;
	padding: 10px;
	border-radius: 6px;
}

.list-group.category-group a {
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 6px;
	font-weight: 500;
	font-size: 13px;
	background: none;
}

.list-group.category-group .list-group-item:first-child{
	border-radius: 6px;
}

.list-group.category-group a.active,
.list-group.category-group a.active:hover,
.list-group.category-group a:hover {
	color: #fff;
	background: #567ed2;
	border: none;
	text-shadow: none;
}

#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }

@media(max-width: 1200px){
	.btn-view .btn {
    width: 42px;
}

.product-fixed-panel-content {
    max-width: 900px !important;
}

.product-name-title {
    width: 70% !important;;
}

.btn-kupit {
    width: 59%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex; /* Используем flex для выравнивания текста */
    justify-content: center; /* Горизонтальное выравнивание текста по центру */
    align-items: center; /* Вертикальное выравнивание текста по центру */
}

.rating .fa-stack {
    font-size: 5px;
}

	.online-help-box.email-box{
		display: none;
	}

.product-thumb .caption {
    padding: 5px 15px 20px;

}

.service-item {
    padding: 30px 0 30px 50px;
}

.service-item .title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}


.service-item span {
    font-size: 40px;
    top: 28px;
}

.banner-block-home .banner-box .title {
    font-size: 13px;
}


	#search {
		width: 460px;
		margin-right: 20px;
	}

	.menu-list-top .navbar-nav>li>a {
    padding: 15px 7px;
}

	.product-list .product-thumb .caption .description {
		font-size: 12px;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn .text {
		display: none;
	}

	.slider-home-carousel .right-info {
		width: 580px;
		height: 280px;
	}

	.slider-home-carousel .left-info {
		height: 280px;
	}

	.slider-home-carousel .slider-title {
		font-size: 24px;
		line-height: 1;
	}

	.slider-home-carousel .after-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.slider-home-carousel .price-text span {
		font-size: 24px;
		font-weight: bold;
	}

	.slider-home-carousel .list-attribute .item span {
		width: 40px;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}

	.slider-home-carousel .list-attribute .item {
		font-size: 12px;
	}

	.box-info-product .form-group {
		width: 180px;
	}

	.box-info-product #button-cart {
		width: 100%;
	}

	footer .social-btn a {
		font-size: 15px;
		margin-right: 3px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.subcategory-list li {
		width: 33.3333%;
	}

	.product-list .product-thumb .caption .button-group {
		width: 170px;
	}

	.product-list .product-thumb {
		padding-right: 170px;
	}

	.product-list .product-thumb .caption .button-group {
		right: -170px;
		width: 170px;
	}

	.product-thumb h3 {
		font-size: 13px;
	}
	.product-thumb-auto h3 {
		font-size: 13px;
	}

	.product-list .product-thumb .quiqview-btns {
		left: 20px;
		right: auto;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn {
		width: 34px;
		height: 34px;
		background: #ecf0f1;
		display: inline-block;
		text-align: center;
		border-radius: 6px;
		color: #808080;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn span {
		float: none;
		margin-right: 0;
		margin-top: 0;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn:hover {
		color: #fff;
		background: #ffdd59;
	}
}


@media(max-width: 992px){
	#menu .btn-category {
    width: 220px;
    font-size: 16px;
}
#menu .category-dropdown {
    width: 220px;
}
.category-dropdown>li>.dropdown-menu {
    left: 220px;
}
	.subcategory-list li {
		width: 33.3333%;
	}

    .service-item span {
        font-size: 44px;
        top: 16px;
    }

    .service-item .title {
		font-size: 15px;
		margin-bottom: 5px;
    }

	.section-title {
		font-size: 21px;
	}

    .service-item .text {
        font-size: 15px;
    }

    .service-item {
        padding: 15px 0 15px 55px;
    }

    .footer-service {
        padding: 15px 0;
    }

    .thumb-container {
        margin-bottom: 30px;
    }

	#content{
		height: auto;
		min-height: 0;
	}

	.card-info .nav-tabs>li>a {
		font-size: 14px;
	}

	h2 {
		font-size: 22px;
	}


    .banner-box img {
        width: auto;
        float: right;
    }

    .banner-block-home .banner-box .title {
        font-size: 15px;
    }

	.two-banners .banner-box .banner-text {
		background: rgba(73, 69, 86, 0.84);
		color: #fff;
	}

	.banner-box .banner-text .name {
		color: #fff;
		font-size: 18px;

	}

	.banner-box .banner-text {
		font-size: 16px;
		padding: 15px;
	}

	.home-text-container h2 {
		margin: 0 0 15px;
		font-size: 21px;
	}

	.slider-home-carousel .owl-dots {
		padding: 0;
		margin-top: -20px;
	}

	.category-wall-box .image {
		width: 100%;
		text-align: center;
	}

    .product-list .product-thumb .image img {
        width: 160px;
        height: 160px;
    }

    .product-list .product-thumb .caption {
        margin-left: 175px;
    }


    .product-list .product-thumb .caption .description {
        font-size: 13px;
        margin-bottom: 10px;
    }

	.online-help-box{
		display: none;
	}

	#search {
		width: 280px;
		position: relative;
	}

	.alert {
		font-size: 13px;
	}

	#logo img {
		height: auto;

	}

	.menu-list-top .navbar-nav>li>a {
		padding: 8px 7px;
	}

.btn-cart .title {
    font-size: 12px;
}
.btn-cart #cart-total {
     font-size: 10px;
}

.btn-cart span {
    font-size: 28px;
    top: 14px;
}

.btn-cart {
    padding: 0 15px 0 55px;
}

.show-tablet{
	display: block!important;
}

.hide-tablet{
	display: none!important;
}

	.slider-home-carousel .left-info {
		height: auto;
	}

	.slider-home-carousel .home-carousel-wrapper {
		display: block;
	}

	.slider-home-carousel .left-info {
		height: auto;
		width: auto;
		display: flex;
		align-items: center;
	}

	.slider-home-carousel .price-text {
		margin-bottom: 0;
	}

	.slider-home-carousel .main-info {
		margin-right: 30px;
	}

	.slider-home-carousel .list-attribute .item {
		font-size: 12px;
		margin: 10px 0;
	}

	.list-attribute {
		width: 450px;
	}

	.slider-home-carousel .right-info {
		width: auto;
		height: auto;
	}

	.setting-icon {
		padding: 0;
		margin-right: 0px;
	}

	.setting-dropdown {
		margin-top: -3px;
	}

	header {
		height: 76px;
	}

	#menu {
		top: 76px;
	}

	#menu .see-all {
		position: relative;
		bottom: auto;
	}
}

	.btn-kupit .mob {
       display: none;
	}
	.btn-kupit .desc {
       display: inline-block;
	}

@media(max-width: 767px){

	.product-thumb {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    transition: 0.3s all;
    border: 0.5px solid #e4e7ea;
}
#back-top {
	position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 1000;
    background: #e3e3e3;
    color: #6e6e6e;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 50px;
    height: 50px;
    line-height: 56px;
    font-size: 40px;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 5px;
}


.product-thumb:hover{
	box-shadow: none;
	z-index: 3;
	position: relative;
}

.box-info-product #button-cart {
    border-radius: 6px;

}

.btn-promo {
   border-radius: 6px !important;
}

.mob-container .product-thumb .caption .button-group {
    margin-top: -65px;
    max-width: 30px;
    float: right;
    margin-right: 20px;
}
.mob-container  .rating .fa-star {

    font-size: 10px;
}

 .mob-container .rating-info {
	display: inline-block;
    font-size: 10px;
    margin-left: 7px;
    position: absolute;
    line-height: 20px;
    color: #8f8f8f;
}

 .mob-container .dop-info {
 	display: none;
 }
   .mob-container .icon-btn.wish {
 	display: none;
 }
  .mob-container  .icon-btn.comp {
 	display: none;
 }
.mob-container {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.mob-container .col-xs-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.mob-container .product-grid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
    .card {
        margin-bottom: 0px;
    }
    
    .title-panel {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 0;
    color: #4d4b4b;
    font-weight: 600;
}

	.icon-btn .count{
		float: none;
		top: 5px;
		left: 29px;
	}
	
	.icon-btn-c .count {
		float: none;
		left: 29px;
	}
	
	.icon-btn-c {
		color: #222;
	}

    .section-title {
        font-size: 20px;
        padding-right: 80px;
		margin: 20px 0 20px;
    }

    .category-wall-box {
		height: auto;
		margin-bottom: 15px;
		display: block;
		text-align: center;
    }

	.category-wall-box .category-list {
		width: 100%;
		padding-left: 0;
	}

	.home-text-container {
		position: relative;
		padding-right: 0;
		border-bottom: 3px solid#ecf0f1;
		padding-bottom: 23px;
		margin-bottom: 25px;
	}

	#expand-home-text {
		position: relative;
		float: right;
	}

	.home-text {
		padding: 15px;
	}


    footer .list-unstyled {
        margin-bottom: 15px;
    }

	.footer-powered {
		margin-top: 10px;
		text-align: center;
	}

	.footer-powered .powered,
	.footer-powered .copyright{
		float: none;
	}

    .banner-box {
        margin-bottom: 15px;
        height: auto;
    }

	.owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
		width: 34px;
		height: 34px;
		line-height: 39px;
	}

	.owl-carousel.custom-nav .owl-nav {
		top: -61px;
	}

	.banner-box .banner-text {
		font-size: 14px;
	}

#logo {
    display: none;
}

#search {
    width: 100%;
    float: none;
    padding: 0;
    margin-right: 0;
}

	.thumb-container {
		display: block;
		margin-bottom: 15px;
	}

	.slider-thumb-container {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.thumb-container .slider-thumb {
		width: auto;
		margin: 0 -5px;
	}

	.thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
	}

	.slider-bigthumb {
		margin-left: 0;
		padding-left: 0;
	}

	.prev.slick-arrow, .next.slick-arrow {
		border-radius: 50%;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-bottom: 0;
		margin-top: -15px;
		z-index: 10;
	}

	.prev.slick-arrow {
		left: -10px;
		transform: rotate(-90deg);
	}

	.next.slick-arrow{
		right: -10px;
		transform: rotate(-90deg);
	}

	#menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
		background: #fff;
		z-index: 1001;
		margin: 0;
		background: #f3f3f3;
	}

	.sidebar {
		background: #fff;
		position: fixed;
		width: 100%;
		left: 0;
		top: 50px;
		bottom: 0;
		overflow-y: auto;
		margin-left: -100%;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
	}

	.open-sidebar .sidebar{
		margin: 0;
		background: #fff;
	}
	
        .category-dropdown>li>a {
            padding: 12px 30px 12px 15px;
            color: #222;
            position: relative;
            font-size: 13px;
            border: 1px solid #e4e7ea;
            margin: 3px 5px;
			border-radius: 6px;;


        }

	.navbar-brand {
		display: block;
		padding: 0 5px;
	}

	.navbar-brand img {
		height: 28px;
		margin-top: 12px;
		width: 110px;
	}

	#info-btn {
		padding: 11px 7px;
		float: right;
		display: block;
		font-size: 27px;
		line-height: 1;
	}



	body {
		padding-top: 50px;
         max-width: 100%;
	}

	#menu .navbar-nav {
		width: auto;
		margin: 0;
		background: #f3f3f3;
	}

	#menu .btn-category {
		display: none;
	}

	#menu .nav > li > a {
		color: #222;
		padding: 10px 15px;
		font-size: 14px;
	}

	#menu .category-dropdown {
		width: auto;
		display: none;
		position: relative;
		float: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
	}

	li.li-category {
		border-bottom: 1px solid#e4e7ea;
	}

	.dropdown-menu li > a:hover {
		color: #1a7c53;
	}

	.category-dropdown>li.dropdown-submenu.open>a:before{
		transform: rotate(90deg);
	}


	#search button {
		top: 6px;
	}

header {
	margin: 0;
	margin-left: -100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 51px;
	bottom: 0;
	transition: 0.3s all;
	z-index: 9999;
	padding: 0;
	height: auto;
}

	.open-infomenu header{
		 margin-left: 0;
	}

	.subcategory-list li {
		width: 100%;
	}

	.card-category img {
		display: none;
	}

	.card-category h1 {
		font-size: 24px;
	}

	.card-subcategory h2 {
		font-size: 20px;
		margin: 0 0 20px;
	}

	.subcategory-list li a {
		font-size: 12px;
		margin-bottom: 15px;
	}

	#mobile-cart{
		padding: 11px 10px;
		float: right;
		display: block;
		font-size: 27px;
		line-height: 1;
                position: relative;
	}
	.mobile-cart{
		padding: 11px 7px;
		float: right;
		display: block;
		font-size: 27px;
		line-height: 1;
                position: relative;
	}

	#cart {
		float: none;
		position: fixed;
		width: 100%;
		margin-left: -100%;
		bottom: 0;
		top: 50px;
		left: 0;
		background: #fff;
		z-index: 1030;
		padding-top: 0;
		overflow-y: auto;
		-webkit-transition: 0.3s all;
		-moz-transition: 0.3s all;
		-ms-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
	}

	#cart .dropdown-menu {
		width: 100%;
		display: block;
		position: relative;
		left: auto;
		top: auto;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #fff;
	}

	.open-minicart #cart{
		margin-left: 0;
	}

	.open-minicart .sidebar{
		margin: 0;
	}


	.navbar-toggle{
		margin-right: 7px;
	}

.btn-cart {
    padding: 10px 15px;
    height: auto;
    width: 100%;
    background: none;
    color: #222;
    border-bottom: 1px solid #e4e7ea;
}

.count-c {
    background: #35a175;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    top: 10px;
    left: 25px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

#menu.fixed-menu {
    background: #f3f3f3;
    border-bottom: 1px solid#dae3f0;
}
	.btn-cart span {
		display: none;
	}

	.buttons-overflow .pull-left,
	.buttons-overflow .pull-right{
		float: none!important;
	}

	.buttons-overflow .btn{
		display: block;
		width: 100%;
	}

	.buttons-overflow .pull-left .btn{
		margin-bottom: 10px;
	}

	#cart .dropdown-menu li p {
		padding: 0 15px 15px;
		background: none;
		overflow: hidden;
		border-top: none;
	}

	#cart .dropdown-menu li p .btn {
		float: none!important;
		width: 100%;
		margin: 5px 0;
	}

	.mini-cart-table tr {
		display: block;
		position: relative;
		padding-left: 80px;
		min-height: 80px;
	}

	.mini-cart-table tr td{
		display: block;
	}

	.mini-cart-table tr td:first-child{
		position: absolute;
		left: 0;
		top: 0;
	}

	.mini-cart-table tr td.count {
		width: 40%;
		display: inline-block;
	}

	.mini-cart-table tr td.price {
		display: inline-block;
	}

	.mini-cart-table tr td:last-child {
		position: absolute;
		padding: 0!important;
		top: 8px;
		right: 10px;
	}

	.mini-cart-table tr td:nth-child(2) {
		padding-right: 45px!important;
		padding-bottom: 0!important;
	}

	.total-table {
		font-size: 12px;
	}

	#cart .table .img-thumbnail {
		width: 70px;
		max-width: 70px;
	}

	.alert {
		display: block;
		padding: 8px 60px 8px 55px;
		width: auto;
		right: 15px;
		left: 15px;
		bottom: auto;
		top: 60px;
	}

	.alert .fa {
		height: 30px;
		line-height: 30px;
		width: 30px;
		background: none;
		top: 50%;
		margin-top: -15px;
		left: 15px;
	}

	.alert .close {
		right: 15px;
		bottom: -24px;
		/*font-size: 26px;
		height: 27px;
		width: 30px;*/
		/*border-bottom-left-radius: 20px;*/
		/*border-bottom-right-radius: 20px;*/
		height: 30px;
        line-height: 30px;
        width: 30px;
	}

	.account-box {
		padding: 15px;
		height: 120px;
	}

	.alert-success .close{
		background: rgb(76, 175, 80);
	}

	#content{
		min-height: 1px;
	    margin-right: -6px;
        margin-left: -6px;
	}

	.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    
	}

	.breadcrumb > li a:before {
		top: -4px;
	}

.card-info .nav-tabs {
    margin: 0;
    padding: 0;
}

	.card-info .nav-tabs>li.active>a:before{
		display: none;
	}

	.product-info h1 {
		font-size: 14px;
        line-height: 1.6rem;
        font-weight: 500;
        margin: 0 0 25px;
	}

	.product-list .product-thumb .image {
		float: none;
	}

	.product-list .product-thumb .caption {
		margin-left: 0;
		text-align: center;
		padding: 20px;
		height: auto;
	}

	.product-list .product-thumb .caption .button-group {
		margin-bottom: 0;
		position: relative;
		right: auto;
		width: auto;
		padding: 0;
	}

	.product-list .product-thumb {
		padding: 0;
	}

	.product-list .product-thumb .caption .description {
		display: none;
	}

	.product-list .product-thumb .sale {
		left: 15px;
		right: auto;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn,
	.product-thumb .quiqview-btns .icon-btn{
		width: 40px;
		height: 40px;
		margin: 0 0 10px;
		font-size: 20px;
		line-height: 40px;
		display: block;
		color: #777;
		border: 1px solid#e4e7ea;
		border-radius: 50%;
		background: #fff;
	}

	.product-list .product-thumb .quiqview-btns,
	.product-thumb .quiqview-btns{
		display: block;
		height: auto;
		opacity: 1;
		background: none;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 20px;
		right: 20px;
		left: auto;
	}

	.product-list .product-thumb .quiqview-btns .icon-btn span {
		float: none;
		margin-right: 0;
		margin-top: 0;
	}

	.product-pricelist .product-thumb {
		padding-left: 0;
		height: auto;
		border: 1px solid #e4e7ea;
		margin: 0 0 30px;
		border-radius: 6px;
	}

	.product-pricelist .product-thumb .image {
		width: auto;
		position: relative;
	}

	.product-pricelist .product-thumb .quiqview-btns {
		display: block;
	}

	.product-pricelist .product-thumb .caption {
		padding: 15px;
		width: auto;
		height: auto;
		display: block;
	}

	.product-pricelist .product-thumb .caption .button-group {
		justify-content: space-between;
		flex-direction: row;
		position: relative;
		width: auto;
	}

	.product-pricelist .product-thumb .caption .description{
		display: none;
	}

	.product-pricelist .product-thumb .price {
		margin-bottom: 0;
	}

	#menu .nav > li > a.icon-btn {
		font-size: 22px;
		height: auto;
		padding: 10px 15px;
		text-align: left;
		display: block;
}

	li .icon-btn span {
    float: left;
    margin-right: 10px;
}

.icon-btn .btn-text {
    font-size: 14px;
    font-style: normal;
    display: block;
}

.menu-list-top .navbar-nav>li>a {
    padding: 10px 15px;
    font-size: 13px;
}

.online-help-box {
    display: block;
    float: none;
    width: 100%;
    border: none;
    padding: 10px 0;
    height: auto;
}

.phone-head {
    margin-left: 0px;
}

.online-help-box span {
    position: relative;
    left: 0;
    top: 10px;
    font-size: 22px;
    float: left;
    margin-right: 10px;
}

.online-help-box .title {
    display: none;
}

.online-help-box .text {
    font-size: 18px;
        font-weight: 500;
}

.navbar-nav .open .dropdown-menu>li>a {
    padding: 12px 30px 12px 15px;
    font-size: 13px;
}

.setting-dropdown {
    float: none;
    position: relative;
}

.setting-icon{
	display: none
}

.setting-dropdown .dropdown-menu {
    width: 100%;
    padding: 15px;
    margin: 0;
    display: block;
    top: auto;
    position: relative;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-settings {
    width: auto;
}

#form-currency {
    margin: 15px 0;
}

.btn-cart .title {
    font-size: 14px;
}

.btn-cart #cart-total {
    color: #222;
    font-size: 12px;
}

#cart .dropdown-menu li .not-empty {
    text-align: left;
}

	.service-item .title {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.service-item .text {
		font-size: 12px;
	}

.card-info .nav-tabs>li>a {
    background: #fff;
    text-align: center;
}

	.card-info .nav-tabs>li.active>a {
		background: #306ebd;
		/*color: #fff;*/
	}

.card-info .nav-tabs>li.active>a:hover {
    background-color: #e2dfdf;
}

.review-box {
    margin-bottom: 15px;
    padding: 15px;
}

	.slider-home-carousel .left-info {
		display: block;
		text-align: center;
	}



	.slider-home-carousel .main-info {
		margin-right: 0;
	}

	.slider-home-carousel .list-attribute {
		display: none;
	}

	.slider-home-carousel .main-btn {
		position: absolute;
		right: auto;
		width: 150px;
		text-align: center;
		margin-left: -75px;
		left: 50%;
	}

	.slider-home-carousel .list-attribute .item span {
		float: none;
		display: block;
		margin: 0 auto 5px;
	}

	.slider-home-carousel .after-title {
		margin-bottom: 10px;
	}

	.slider-home-carousel .owl-dots {
		padding: 0;
		margin-top: 15px;
		text-align: center;
		margin-bottom: 15px;
	}

	#policy{
		width:100%
	}
	.policy-text {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#policy .policy-confirm {
		float: none;
	}

	.card-info .nav-tabs>li {
		width: 100%;
	}

	.panel-attribute .attr-td {
		padding: 8px 0;
		font-size: 12px;
	}

	.panel-attribute .head-td {
		border-bottom: 1px solid#e4e7ea;
		padding-bottom: 10px;
	}

	.pagination {
		margin: 20 0 8px;
		width: 100%;
		text-align: center;
	}

	footer {
		padding: 30px 0 60px;
		text-align: center;
	}

	footer .phone span {
		display: inline-block;
		float: none;
	}

	.social-btn {
		margin-bottom: 30px;
	}

	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		background-color: #44368c;
	}

	#menu .dropdown-menu {
		box-shadow: none;
		border: none;
		border-radius: 0;
	
	}

	.online-help-box.email-box {
		display: block;
	}

	.slider-home-carousel {
		border-top: 15px solid#ecf0f1;
	}

	.banner-box img {
		height: 200px;
	}

	.service-container .col-md-3.col-sm-6 {
		width: 50%;
		float: left;
	}

	.service-item {
		padding: 15px 0;
		text-align: center;
	}

	.service-item span {
		top: 0;
		position: relative;
		margin-bottom: 10px;
	}

	.product-thumb h3 {
		white-space: normal;
	}
	.btn-kupit .desc {
       display: none;
	}
	.btn-kupit .mob {
       display: inline-block;
       background: url(../image/shopping_cart.svg);
       width: 18px;
       height: 18px;;
       background-size: 100%;
	}

	.mob-container {
		display: block !important;
	}

	.mob-container .btn-kupit {
    width: 70px;
    height: 37px;
    padding: 4px 10px !important;
    border-radius: 3px;
}

	.category-wall-box .image img {
		width: 100%;
	}

	.product-thumb {
		margin-bottom: 15px;
	}

	.mob-container .product-thumb {
		margin-bottom: 0px;
		padding-top: 10px;
    padding-bottom: 4px;
	}

	.mob-container .view_price .price-old {
    display: inline;
    position: absolute;
    left: 15px;
    margin-top: -14px;
	font-size: 12px;
    font-weight: 500;
}
.mob-container .price-old .grn {
	font-size: 10px !important;;
    font-weight: 500;
    position: relative;
    top: -2px;
}

    .mob-container .product-thumb .caption {
    padding: 5px 8px 0px;
}
 .mob-container .name-product {
    min-height: 37px;
}
 .mob-container .name-product h3 {
    margin-bottom: 0;
    height: 37px;
}
  .mob-container .product-thumb h3 {
    font-size: 11px;
    line-height: 13px;
	margin-bottom: 10px;
}
.pagination-line {
    margin-top: 20px;
}
.simplecheckout-block .right-bl span.simplecheckout-cart-total {
   display: block;
}
.product-grid {
	width: 50% !important;
}
.simplecheckout-block .right-bl {
   width: 100%;
   display: block;
   position: relative;
	}
.simplecheckout-block .right-bl span.simplecheckout-cart-total.simplecheckout-cart-buttons {
    margin-right: 0px;
    display: inline-block;
    min-width: 132px;
}

   .mob-container .product-thumb .image img:nth-child(2) {
   	max-width: 44px !important;
   }
  .mob-container .product-thumb .sale {
    font-size: 10px;
    width: 36px;
    margin-top: 0px;
}
    .mob-container .fa-stack {
    width: 1.1em;
}
    .mob-container  .p-instock {
    font-size: 11px;
    line-height: 19px;
}
     .mob-container .view_price .price {
    font-size: 19px;
}
    .mob-container .view_price .price {
    margin-top: 20px;
}

	.pagination-line .text-right {
		text-align: center;
	}

	footer .phone {
		display: block;

	}
        footer .phone span{
            display: none;
        }
        .footer-phone{
            margin-left: 0 !important;
        }
}
@media (max-width: 407px) {
    .box-info-product #button-cart {
    width: 100%;
    margin: 10px 0 0;
    line-height: 3rem;
    height: 5rem;
    font-size: 16px;
    }
    .box-info-product .form-group {
        width: 100%;
    }
    
    .p-model {
       color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding: 6px;
    margin-bottom: 4px;
    background: #ffb514;
    font-size: 1.5rem !important;
}


    .pp-instock {
    line-height: 22px;
    font-size: 1.4rem !important;
    font-weight: 500;
    text-transform: uppercase;
}
}

@media (max-width: 380px) {
    
    .p-model {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px;
    margin-bottom: 4px;
    background: #f9e7a6;
    font-size: 1.4rem !important;
}
    .pp-instock {
    line-height: 22px;
    font-size: 1.4rem !important;
    font-weight: 500;
    text-transform: uppercase;
}

	.card-info .nav-tabs>li {
		width: 100%;
	}

	.card-info .nav-tabs>li>a {
		font-size: 14px;
		padding: 10px 15px;
	}

	.box-info-product .form-group {
		float: none;
	}

	.box-info-product .detail-action {
		margin-top: 15px;
		float: none;
	}

	.box-review .rating {
		display: block;
	}

	.box-info-product .form-group {
		width: 100%;
	}

	.box-info-product #button-cart {
		width: 100%;
		margin: 10px 0 0;
	}

	.detail-action .btn-icon {
		margin-right: 10px;
	}

	.slider-home-carousel .price-text span {
		font-size: 18px;
	}

	.slider-home-carousel .price-text {
		font-size: 16px;
	}

	.slider-home-carousel .slider-title {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.service-container .col-md-3.col-sm-6 {
		width: 100%;
		float: none;
	}

	.category-wall-box .image img {
		width: 140px;
	}

	.section-title {
		font-size: 18px;
	}
}

.dop-info{

    margin-bottom: 15px;
    margin-top: 15px;


}
.dop-info .options{

    color: #555555;
    font-weight: 500;
    background: #f6f6f6;
    padding: 6px;
    font-size: 12px;
}

.ok_stok{
    color: #00a500;
    background: #00a5000d;
}
.no_stok{
    color: #ed1c24;
    background: #ed1c2414;
}
.minstock{
    color: #f6a312;
    background: #f6a31217;
}

.instock{
    font-size: 13px;
    float: right;
    text-transform: lowercase;
    line-height: 22px;
	font-weight: 500;
}

.view_price {
    margin: 0px 0 18px;
	margin-top:14px;
}

.product-thumb-auto .view_price {
	margin-top:6px;
	margin-bottom: 0px;
}

.view_price .price{
    font-weight: 700;
    color: #222;
    font-size: 20px;
}
.view_price .price-old{
    display: inline;
	position: relative;
}

.btn{
    border-radius: 6px;
}

.button-group .wish, .button-group .comp{
    width: 36px;
    height: 40px;
    border: 1px solid #ecf0f1;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border-radius: 6px;
    background: #ecf0f1;
    font-weight: bold;
    color: #808080;
	padding-left: 0px;
    padding-right: 0px;
}

.button-group .comp:hover{
	background: #1a7c53;
    color: #fff;
    border-color: #1a7c53;
 }

.button-group .wish:hover{
	background: #1a7c53;
    color: #fff;
    border-color: #1a7c53;
 }

.name-product{
    min-height: 50px;
}
.name-product h3{
    margin-bottom: 0;
	height: 52px;
}


.footer-phone{
    display: block;
    /*margin-left: 35px;*/
}

.podcategory{
    margin-bottom: 15px;
}

@media (min-width: 1200px) {

.podcategory{
    margin-bottom: 15px;
    width: 12.4999999%;
}
}


.podcategory img{
    border: 1px solid #e4e7ea;
	border-radius: 6px;
	padding: 10px;
}

.name-cat{
    color: #222;
    font-size: 15px;
    font-weight: 500;

}

.cat-desc{
    margin: 50px 0 20px;
}

.h1-name h1{
    margin-bottom: 20px;
    margin-top: 0;
}

@media (max-width: 767px) {

h1 {
    font-size: 18px;
}
h1.title-page {
	margin: 0 0 20px;
	font-size: 18px;
}

}

.h1-name{
    /*margin-bottom: 20px;*/
}

.row-flex {
        display: flex;
    flex-flow: row wrap;
    /* float: left;*/
}

.prod-name h1{
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 600;
}

.input-group-btn .btn{
    padding: 10px 25px;
}

.info-prod{
    font-size: 12px;
    margin-bottom: 6px;
}

.p-model span {
    font-weight: 500;
}

.p-manufacturer a{
    font-weight: 600;
    color: #313131;
}

.p-stock{
    pdisplay: inline-block;
}
.pp-instock{
    line-height: 27px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
}
.p-instock{
    text-transform: lowercase;
    line-height: 22px;
    font-size: 13px;
	font-weight: 500;
	float: right;
	background: none;
}

.besplano{
    display: none;
    margin: 30px 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding-left: 5.5rem;
    background: url(../image/delivery-van-orange.svg) no-repeat 0 -0.7rem;
    background-size: 4.4rem 4.4rem;
}
.view_pp{
   color: #222;
}
.noUi-pips-horizontal{
    display: none;
}

.ocf-option-values label {
    display: flex;
    align-items: center;
    position: relative;
}
.ocf-option-values label {
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    padding: 4px 0;
}
.ocf-option-values label:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    content: '';
    margin-right: 10px;
    position: relative;
    top: -1px;
    left: -1px;
    width: 18px;
    /*height: 18px;*/
    color: #000000;
    /*font-size: 14px;*/
}

.ocf-option-values label:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.ocf-option-values label .ocf-target {
    display: none;
}

.ocf-option-values label small:before{
    background-color: transparent;
    content: '(';
}
.ocf-option-values label small:after{
    background-color: transparent;
    content: ')';
}

.list-group .ocfilter-option label small {
    color: #000000;
    background-color: transparent;
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 12px;
    color: black;
    padding: 0;
}

.ocf-option-values label small{
    color: #000000;
    background-color: transparent;
    position: absolute;
    right: 0;
    font-weight: 400;
    font-size: 12px;
    color: black;
}
.ocf-option-values label{
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
}

.ocf-option-values label.ocf-selected:before {
    content: '\2714';
    color: #ff3d1d;
}

.ocf-option-values label.ocf-selected:after {
    border-color: #ff3d1d;
}

.ocfilter-option label.ocf-selected {
    color: black;
}

.ocfilter-option label.ocf-selected:hover:before {
    content: '\2715';
}

.ocfilter-option label:hover:before, .ocfilter-option label[check="checked"]:before {
    content: '\2714';
}

.collapse-value button{
    font-weight: 500;
    color: #484848;
}



.ocfilter-option .ocf-option-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #484848;
}

/*.panel-heading{
    display: none;
}*/

.selected-options .btn:hover{
    background: #c9302c;
}
.selected-options {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid #e4e7ea;

}

.selected-options .ocfilter-option {
    padding: 5px 10px;
}
.popover-content > .btn-primary {
    background: #ffdd59 !important;
    color: #222;
    border: none;
}

.collapse.in hr{
    margin: 0;
    display: none;
    border: none;
}
#ocfilter{
    border: 1px solid #e4e7ea !important;
}

#ocfilter .list-group-item:nth-child(2){
    border: none;
}

#ocfilter .list-group-item:nth-child(1){
    border-top: none;
    border-bottom: 1px solid #e4e7ea;
    margin-bottom: 1px;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn {
    background: #44368c;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 3px;
}

#cart img{
    border: none;
}

#cart ul.dropdown-menu{
    padding: 0 7px 0 5px;
}

.vis-cart tr:nth-child(1){
    display: none;
}
.vis-cart .text-right{
    width:100%;
}

.mini-cart-table tr{
    border-bottom: 1px solid #e4e7ea;
}

.ocfilter-mobile{
    z-index: 2000;
}

.pagination li.active span, .pagination li a:hover {
    background: linear-gradient(180deg,#ed5d35,#ae3957);
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #44368c;
}

.table-responsive-t .remove-b, .table-responsive-t .remove-b:hover{
   /* border-radius: 50%;*/
    width: 30px;
    height: 30px;
    padding: 0;
    background: #ff3d1d;
    font-size: 20px;
    font-weight: 400;
    padding-top: 2px;
}

.table-responsive-t .total{
    font-weight: bold;
}

.table-responsive-t .plml {
    padding: 5px 10px;
    height: 30px;
    /* border-radius: 6px; */
    background: #ecf0f1;
    color: #131313;
    border-color: #ecf0f1;
}

.table-responsive-t .btn:hover {
    /*background: #c9302c !important;
    color: #ffffff;
    border-color: #c9302c;*/
}

.table-responsive-t input{
    font-size: 14px;
    z-index: 10 !important;
    text-align: center;
    height: 30px;
    min-width: 40px !important;
    padding: 0;
}

.one-prod{
    border-bottom: 1px solid #e4e7ea;
	margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.table-responsive-t .name-prod{
    font-size: 12px;
    font-weight: bold;

}
.table-responsive-t .name-prod a, .table-responsive-t .name-prod a:hover{
    color: black;
}

.table-responsive-t .total{
    margin-top: 30px;
}

.simplecheckout-cart-total-value{
    font-weight: bold;
}

.table-responsive-t .bl-c{
    padding: 0 15px;
}

.simplecheckout-cart-total{
    border: none;
}

.bt-zakaz, .simplecheckout-button-right input, .button_oc{
    background: #ffdd59;
    color: #222;
    border-color: #ffdd59;
}
.bt-zakaz:hover, .simplecheckout-button-right input:hover, .button_oc:hover{
    background: #ffdd59;
    color: #222;
    border-color: #ffdd59;
}

.simplecheckout-button-right .button_oc{
    background: #ffdd59;
    color: #fff;
    border-color: #ffdd59;
    opacity: 1;
}
.simplecheckout-button-right .button_oc:hover{
    background: #ffdd59;
    color: #fff;
    border-color: #ffdd59;
    opacity: 1;
}

.product-layout.product-grid{
    /*width: min-content;*/
    width: 24.63333333%;
    padding-right: 0;
    padding-left: 0;
    
}
.dropdown-menu .dropdown-inner {
	width: 100%;
}

.container, .wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
}


.container .row-flex {
	min-width: 100%;
}
.ocf-offcanvas {
    margin-top: 55px;
}
@media screen and (min-width: 981px) {
.li-category.new>.dropdown-menu {
    /*display: block !important;*/
}
#menu .li-category.new .btn-category:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
}

@media screen and (min-width: 768px) {
.dropdown-menu {
	width: 832px;
}
.li-category.open, .li-category.new.open, .li-category.new {
    z-index: 99;
}
.overl-menu {
	box-shadow: 0 0 0 9999px rgba(0,0,0,.3);
    visibility: hidden;
    z-index: 9;
    opacity: 0;
    position: fixed;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.overl-menu.hover {
    visibility: visible;
    opacity: .7;
}
.dropdown-menu ul li {
	display: inline-block;
	width: 24%;
    vertical-align: top;
}
.freeshipping-top_left.no-left {
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 9;
}
.freeshipping-top_left.yes-left {
    position: absolute;
    top: 10px;
    left: 155px;
    z-index: 9;
}
}

@media screen and (max-width: 981px) {
#slideshow0 {
	width: 100%;
	margin-left: 0px;
    border-radius: 10px;
	
	 
}
.dropdown-menu {
	width: 678px;
}
.dropdown-menu ul li {
	display: inline-block;
	width: 32%;
    vertical-align: top;
}
}

.freeshipping-np {
	color: #27ae60;
    font-weight: 700;
}


.freeshipping-np-timer {
    text-transform: uppercase;
    color: #c00;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.freeshipping-np-timer img {
    width: 40px;
    display: block;
}

@media (max-width: 767px) {
.freeshipping-np-timer {
  font-size: 11px;
  gap: 5px !important;
}

.freeshipping-np-timer img {
    width: 30px;
    display: block;
}
}

@media screen and (min-width: 1400px) {

.dropdown-menu {
	width: 1097px;
}
.dropdown-menu ul li {
	display: inline-block;
	width: 16%;
    vertical-align: top;
}

.btn-kupit{
    width: 62%;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex; /* Используем flex для выравнивания текста */
    justify-content: center; /* Горизонтальное выравнивание текста по центру */
    align-items: center; /* Вертикальное выравнивание текста по центру */

}
}

.btn-kupit{
    width: 59%;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex; /* Используем flex для выравнивания текста */
    justify-content: center; /* Горизонтальное выравнивание текста по центру */
    align-items: center; /* Вертикальное выравнивание текста по центру */

}

@media screen and (max-width: 1200px) {

.dropdown-menu {
	width: 897px;
}
.dropdown-menu ul li {
	display: inline-block;
	width: 24%;
    vertical-align: top;
}

.category-dropdown>li>a {
    padding: 8px 40px 8px 10px;
    color: #4d4c4c;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
    
}


@media (max-width: 767px) {
.online-help-box.email-box .menu-list-top .navbar-nav>li>a {
    top: -15px;
}
.prod-name h1 {
    margin: -5px 0 10px 0;
	font-size: 16px;
    font-weight: 500;
}
	.mob-container .product-thumb span.promocodpr {
    font-size: 10px;
}
	.mob-container .product-thumb span.promoprice {
    font-size: 12px;
}

	.mob-container .product-thumb .grnp {
    font-size: 10px;
}

#slideshow0 {
	width: 100%;
    margin-left: 0px;
    border-radius: 10px;
}

}

@media (max-width: 992px) {
    #slideshow0 {
	width: 100%;
    margin-left: 0px;
    border-radius: 10px;
}
}   
.p-model {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px;
    margin-bottom: 4px;
    background: #ffb514;
    font-size: 1.4rem;
    float: right;

}
@media (max-width: 450px) {
    .special-price {
        font-size: 4rem;
		display: inline-block;
    }
    .product-price .old-price{
        font-size: 18px;
    }
}
@media (max-width: 450px) {
    .product-price .old-price {
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    color: #222;
    line-height: .8;
    }
    
    .p-brand {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
    color: #4a91dc;
}

	/*span.grn {
    font-size: 10px;
    font-weight: 600;
    position: relative;
    top: -8px;
}*/
.category-val .grn {
    font-size: 12px!important;
    font-weight: 500;
    position: relative;
    top: -7px;
}

.searc-val .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -7px;
}

.special-val .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -7px;
}
.manufacturer-val .grn {
    font-size: 12px!important;
    font-weight: 500;
    position: relative;
    top: -7px;
}
}

@media (max-width: 450px) {
.price-old .grn {
	font-size: 10px;
    font-weight: 500;
    position: relative;
    top: -3px;
}

.slider-bigthumb .slick-slide img {
        width: 100%;
        height: auto;
    }
    
}

/*NEW STYLE*/
.grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -8px;
}

.price-old .grn {
        font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -5px;
}

.new-price .grn {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -20px;
}

.special-price .grn {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: -20px;
}

.old-price .grn {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -8px
}
.simplecheckout-block .simplecheckout-cart-total .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -6px;
}

.simplecheckout-block .total .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -5px;
}

.simplecheckout-block .radio .grn {
    font-size: 12px;
    font-weight: 400;
    position: relative;
	top: 0px;
}

.all-total .grn {
    font-size: 12px;
    font-weight: 400;
    position: relative;
	top: -5px;
}

.display-products-cart tr td.totals .grn {
    font-size: 12px;
    font-weight: 400;
    position: relative;
	top: -4px;
}

.mobile-products-cart .totals .grn {
    font-size: 11px;
    font-weight: 400;
    position: relative;
    top: -4px;
}

.category-val .grn {
    font-size: 12px;
}


.product-val .grn {

}

.navbar-right .btn-cart span.grn {
    font-size: 12px;
	font-weight: normal;
    position: relative;
    display: inline-block;
    left: 3px;
    top: 0;
}
span.promoprice {
    font-size: 13px;
    color: #cc0000;
    font-weight: 600;
}
span.promocodpr {
    font-size: 12px;
    color: #cc0000;
    font-weight: 600;
}
a.st {
    color: #3e77aa;
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 15px;
    font-weight: 600;
}

/*.rating-info {
	display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    position: absolute;
    line-height: 25px;
    color: #8f8f8f;
}*/

.product-thumb  .buy-buttons {
position: absolute;
display: none;
left: 0px;
right: 0px;
z-index: 10;
background: #fff;
box-shadow: inset 0px 0px 0px 1px #e8e8e8;
}
.product-thumb:hover .buy-buttons  {
display: block ;
padding-top: 0px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
-webkit-box-shadow: 0px 13px 15px 0px rgb(50 50 50 / 15%);
box-shadow:  0px 13px 15px 0px rgb(50 50 50 / 15%);
z-index: 10;
border-color: #fff!important;
}

@media (max-width: 767px) { 
.mob-container .product-thumb:hover .buy-buttons  {
display: none !important;
color: #fff;

}
}
.buy-buttons-text {
padding-left: 10px;
padding-right: 10px;
}
.buy-buttons-text table {
width: 100%;
}
.buy-buttons-text tr {
}
.buy-buttons-text tr td {
font-weight: normal;
    color: #222;
    font-size: 11px;
}
.buy-buttons-text tr td span {
font-weight: 500;
    color: #5c5b5b;
    font-size: 11px;
}
.answer_admin {
	border-radius: 6px;
    background: #f8f8f8;
    margin-top: 10px;
}
.name_answer {
	padding: 10px 0 0 10px;
    font-weight: 500;
}
.text_answer {
	padding: 10px;
}

.name_answer:empty {
   display: none;
}
.answer_admin:empty {
   display: none;
}

.text_answer:empty {
   display: none;
}

.zo_ico {

     position: relative;
     left: -5px;
     margin-right: 5px;

}
select.noselectlang {
    float: right;
    margin-right: 0px;
    margin-top: 16px;
border: none;
    background: none;
    outline: none;
    font-size: 14px;
}

.main-table tr td.table-nazvanie {
   font-size: 14px;
    font-weight: 500;
    text-align: left;
    width: 20%;
    position: relative;
    color: #44368c
}
.main-btn-sravni {
    background: #ffdd59;
    color: #fff;
    border-color: #ffdd59;
    width: 100%;
}

.main-btn-sravni:hover{
	background: #cc0000;
	color: #fff;
	border-color: #cc0000;
}

.closed-sravmi {
        padding: 10px 45px;
    font-size: 12px;
    border-radius: 3px;
    background: #44368c;
    border: 1px solid#44368c;
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
    /* padding-top: 51px; */
    margin-top: 10px;
}

.closed-sravmi:hover{

    background: #44368c;
    border: 1px solid#44368c;
    color: #fff;
}

.img-thumbnail{

   border: none;
}

.name-sravni {
  
    color: #44368c;
    font-weight: 500;
}

.poloska {

height: 20px;
background: orange;
color: white;
font-size: 12px;

}

.product-delivery-payment {

    margin-top: 10px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-sizing: border-box;

}


.product-delivery-payment-warp {

    display: grid;
    align-items: center;
    grid-template-columns: min-content 1fr;
    grid-column-gap: 16px;
    column-gap: 16px;
    padding: 16px;

}

.product-delivery-icon {

    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;

}

.product-payment-icon {

    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;

}

.product-about-icon {

    width: 24px;
    height: 24px;
    margin: auto;

}

.p-brand {

    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    color: #4a91dc;
}

.quantity_0 {

    color: #777;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.similar {

    border-bottom: 1px dotted;
}

.write_a_feedback {
    
    text-decoration: none;
    border-bottom: 1px dotted;
    font-size: 18px;
    
}

.qq-feedback {
    
    margin-top: 20px;
    
}

.weight_bolshe {
    
    color: #fd0606;
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
    display: inline-block;
    margin-left: 15px;
    
}

.promo_sale {
    
    font-size: 24px;
    color: #ff4f00;
    padding-top: 10px;
    
}

.copy-block {
    cursor: pointer;
    font-size: 24px;
    font-size: 30px;
    color: #ff4f00;
    display: inline-block;
    padding: 12px 16px;
    line-height: 35px;
    border: 1px dashed;
    border-radius: 5px;
    margin-top: 20px;
}
.copy-feedback {
    background-color: #4CAF50;
    color: #fff;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
}

.btn-promo {
        width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #23a1d1;
    border: 1px dashed #c9302c;
}

.btn-promo:hover {
    background-color: #fffae7;
}


.out-of-stock {
    filter: grayscale(100%);
}

.owl-carousel .owl-item img {
border-radius: 10px;

}

@media (max-width: 767px) {
    .mob-nav .product-thumb-auto .caption {
        padding: 5px 8px 0px;
    }
    
    .mob-nav .p-instock{
    text-transform: lowercase;
    line-height: 22px;
    font-size: 12px;
    font-weight: 500;
    float: right;
    }
    
    .mob-nav .fa-stack {
        width: 1.1em;
    }
    
    .mob-nav .rating .fa-star {
        font-size: 10px;
    }
    
   .mob-nav .view_price .price{
        font-size: 16px;
    
}
   .mob-nav .grn {
    font-size: 010px;
    font-weight: 500;
    position: relative;
    top: -6px;
}
   .mob-nav .product-thumb-auto .price-old {
    font-size: 16px;
}

  .mob-nav .product-thumb-auto h3 {
    font-size: 11px;
    line-height: 13px;
	margin-bottom: 10px;
}

}

.product-actions {
    text-align: center;
}

.product-actions .btn-danger:hover {
  background-color: #c9302c; /* Цвет при наведении */
}

.buttons-overflow {
    
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
    float: right;

	}

@media (max-width: 767px) {
	.product-actions {
		 display: flex;
         justify-content: space-between;
	}
	
	.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: center;
}

.product-actions .btn-danger:hover {
  background-color: #c9302c; /* Цвет при наведении */
}

}

.attribute-columns {
  display: flex;
  flex-wrap: wrap;
}

.attribute-columns .column {
  width: 48%;
}

@media (max-width: 767px) {
  .attribute-columns .column {
    width: 100%;
  }
}

.btn-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
.grnp {
    font-size: 12px;
  }
  
  .grnpn {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: -6px;
  }


#product-fixed-panel {
    display: none; /* Скрываем блок изначально */
}

.product-fixed-panel {
    /* Стили для основного контейнера панели */
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 999;
}

.product-fixed-panel-content {
    /* Стили для внутреннего контента панели */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 70%;
    margin: 0 auto;
}

.product-name-title {
    /* Стили для названия продукта */
    font-size: 14px;
    font-weight: 600;
    width: 74%;
}

.product-price-container {
    /* Стили для контейнера цены продукта */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-new-price {
    /* Стили для новой цены продукта */
    font-size: 1.5em;
    color: #35a174;
    font-weight: bold;
}

.product-special-price {
    /* Стили для специальной цены продукта */
    font-size: 1.5em;
    color: #cc0000;
    font-weight: bold;
}

.product-a-price {
    /* Стили для контейнера старой цены и экономии */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product-price-container .product-old-price {
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    font-weight: 600;
    line-height: .8;
    color: #222;
}

.product-old-price:after {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #222;
    -webkit-transform: rotate(352deg);
    -ms-transform: rotate(352deg);
    transform: rotate(352deg);
}

.product-old-price .grn {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: -5px;
}

.product-econom {
    /* Стили для информации об экономии */
    font-size: 0.9em;
    color: #d9534f;
}

.product-main-btn {
    /* Стили для основной кнопки */
    background: #35a174;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.product-main-btn:hover {
    background-color: #1a7c53;
     color: #fff;
}

@media (max-width: 768px) {
	.product-name-title {
      font-size: 10px;
        font-weight: 600;
        width: 50% !important;
}
.product-delivery-payment {
      font-size: 11px;
}

.product-description {
      font-size: 13px;
}


#back-top {
    display:none !important;
}

#product-fixed-panel-buy .button-text {
        display: none;
    }

#product-fixed-panel {
    display: none; /* Скрываем блок изначально */
}

.product-fixed-panel {
        padding-bottom: 10px;
}

.product-fixed-panel-content {
    /* Стили для внутреннего контента панели */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    max-width: 94% !important;
    margin: 0 auto;
}
.widget-connect {
       z-index: 9 !important;
}

body.checkout-simplecheckout #menu {
        display: block !important;
}

body.checkout-simplecheckout #menu {
    display: block !important;
}

body.checkout-simplecheckout #box #search {
    display: block !important;
}

body.checkout-simplecheckout .breadcrumb {
    display: none !important;
}

body.checkout-simplecheckout .online-help-box {
    display: block !important;
}

body.checkout-simplecheckout .navbar-nav {
    display: block !important;
}

.blueimp-gallery>.slides>.slide>.slide-content {

  margin-top: 100px !important;
}

.blueimp-gallery>.indicator>li {
    width: 42px !important;
    height: 42px !important;
    
}

}

body.checkout-simplecheckout #menu {
    display: none;
}

body.checkout-simplecheckout #box #search {
    display: none;
}

body.checkout-simplecheckout .breadcrumb {
    display: none;
}

body.checkout-simplecheckout .online-help-box {
    display: none;
}

body.checkout-simplecheckout .navbar-nav {
    display: none;
}

body.checkout-simplecheckout header {
    margin-bottom: 5px;
    border-bottom: 1px solid #e4e7ea;
}

body.checkout-simplecheckout footer {
    display: none;
}
body.checkout-simplecheckout h1 {
    font-size: 20px;
    font-weight: 600;
}

body.checkout-simplecheckout .container, .wrapper {
    max-width: 1200px;
}

.nav-onas {
display: none;
}

@media (max-width: 768px) {
.nav-onas {
font-weight: 500;
    color: #222;
    display: block;
}



    .nav-onas .navbar-nav>li>a {
        padding: 10px 15px;
        font-size: 13px;
    }
    
.time-menu {
    padding-left: 46px;
    font-style: normal;
    font-size: 12px;
    margin-top: 20px;
    }
    
.time-menu-two {
    padding-left: 46px;
    font-style: normal;
    font-size: 12px;
    padding-bottom:50px;
    }
    
   .time-menu .btn-text{
    font-style: normal;
   
    }
    
    .time-menu-two .btn-text{
    font-style: normal;
   
    }
    
 #menu .nav > li > a.icon-btn-menu {
        font-size: 14px;
        padding-left: 48px;
        font-weight: normal;
}
  
  .icon-btn-menu  .btn-text{
    font-style: normal;
   
    }
    
}

  /* Предотвращение расширения изображения */
  .slider-bigthumb img {
    max-width: 100%;
    height: auto;
    display: block;
    visibility: hidden; /* Изображение будет скрыто до полной загрузки */
  }

  /* Скрытие слайдера до полной инициализации */
  .slider-bigthumb, .slider-thumb {
    opacity: 0;
    transition: opacity 0.1s;
  }

  /* Показ изображения после инициализации слайдера */
  .slider-bigthumb.slick-initialized img {
    visibility: visible;
  }
  
  .thumb-container .prev,
.thumb-container .next {
  display: none;
}
  
.product-item[data-quantity="0"] #button-cart {
    display: none;
}

.product-fixed-panel[data-quantity="0"] #button-cart {
    display: none;
}

.social-btn {
    display: none;
}

.model-cart {
   color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 6px;
    margin-bottom: 10px;
    background: #ffb514;
    font-size: 1.2rem;
    margin-top: 4px;
}


#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 90%; /* Ограничение ширины для мобильных устройств */
    padding: 20px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 10000;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
    #popup {
        width: 90%; /* Ширина будет занимать 90% экрана */
        max-width: 400px; /* Ограничиваем максимальную ширину */
        padding: 15px; /* Уменьшаем внутренние отступы */
    }
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

#popup button {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    background-color: #e3342f;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

#popup button:hover {
    background-color: #b03632;
}

.popup-title {
    text-align: center;
}

.brand-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.manufacturer-image-top {
   float: right !important;
   display: inline-block;
}

.manufacturer-image-top img {
    width: 100px;
}

.manufacturer-flag {
   float: right !important;
   display: inline-block;
   margin-top: 4px;
}

.manufacturer-flag img {
    width: 40px;
}


#scrollToTop {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#scrollToTop:hover {
    background-color: #352977;
    transform: scale(1.1);
}

#scrollToTop {
    display: none; /* Кнопка скрыта по умолчанию */
    position: fixed;
    bottom: 14px;
    right: 18px;
    z-index: 1000;
    background: #44368c;
    color: #ffffff;
    border: none;
    border-radius: 50%; /* Круглая форма кнопки */
    width: 55px;
    height: 55px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 42px; /* Размер иконки */
    line-height: 50px;
    padding-top: 6px; /* Центровка иконки */
}

/* Скрытие кнопки на мобильных устройствах */
@media (max-width: 768px) {
    #scrollToTop {
        display: none !important; /* Полное скрытие кнопки на мобильных устройствах */
    }
}

/* Стилизация самой полосы прокрутки */
@media (min-width: 769px) {
    /* Полоса прокрутки */
    ::-webkit-scrollbar {
        width: 12px; /* Ширина скроллбара */
    }

/* Стилизация трека (фона скроллбара) */
::-webkit-scrollbar-track {
    background: #f0f0f0; /* Цвет трека */
    border-radius: 10px; /* Скругленные углы */
}

/* Стилизация ползунка (scroll thumb) */
::-webkit-scrollbar-thumb {
    background: #44368c; /* Цвет ползунка */
    border-radius: 10px; /* Скругление */
}

/* При наведении мыши на ползунок */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Цвет ползунка при наведении */
}
}

/* Для экранов шириной 768px и меньше (мобильные устройства) стандартный скроллбар */
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        display: none; /* Убирает стилизацию и показывает стандартный скроллбар устройства */
    }
}


.messenger-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #000; /* Цвет текста */
    margin-right: 10px;
}

.messenger-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    color: #222;
    margin-right: 10px;
    font-weight: 600;
}

.messenger-link.viber:hover {

    color: #675da9;
    text-decoration: underline;
   
}

.messenger-link.telegram:hover {

    color: #24a2e0;
    text-decoration: underline;
 
}


.messenger-link img {
    margin-right: 5px;
    width: 24px;
    height: 24px;
}


.ask-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.messenger-buttons {
    justify-content: center;
    gap: 10px;
}

.messenger-buttons-prod {
            justify-content: center;
    gap: 10px;
        }

.ask-product {

       padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    margin: 10px auto;

}

.phone-head a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.phone-head a:hover {
   
   color:#44368c;
   text-decoration: underline;
}

.phone-info {
    margin: 0 0 20px;
    font-weight: 500;
}
/*.phone-info a {
    display: inline-block;
    padding: 10px 20px;
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #f5f5f5;
    border-radius: 6px;
}

.phone-info a:hover {
   
   color:#44368c;
   text-decoration: underline;
}
*/
.messenger-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 15px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: white;
        cursor: pointer;
        transition: background 0.3s;
        margin-bottom: 10px;
    }
    .viber-button {
        background-color: #7360f2;
    }
    .viber-button:hover {
        background-color: #5a4acb;
        color: white;
    }
    .telegram-button {
        background-color: #0088cc;

    }
    .telegram-button:hover {
        background-color: #0077b5;
        color: white;
    }
    .messenger-button img {
        width: 24px;
        height: 24px;
    }
    
    /* Для мобильных устройств */
    @media (max-width: 768px) {
        .messenger-buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .messenger-buttons-prod {
            display: inline-block;
            flex-direction: column;
            gap: 10px;
        }
        
    }

.custom-button {
    display: inline-block;
    padding: 10px 14px;
    background-color: #007bff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
       background: #44368c;
    color: #fff;
    border-color: #44368c;
    font-size: 14px;
}

.custom-button:hover {
    background-color: #352977;
    color: #fff;
    transform: scale(1.05);
}

.contact-container {
    margin: 0 0 20px;;
}
.contact-container .text {
    color: #222;
    font-weight: 500;
}

.contact-container .text:hover {
    color: #44368c;
    text-decoration: underline;
}


.thumb-container {
    position: relative; /* чтобы стикер позиционировался внутри */
}

.sticker-discount {
    position: absolute;
    top: 16px;
    left: 120px;
    background: #FCE900;
    color: #020202;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 5px;
    border-radius: 2px;
    z-index: 9;
    line-height: 1.2;
    text-align: center;
    width: 110px;
    word-wrap: break-word;
}

.none-slider-bigthumb .sticker-discount {
    top: 0;
    left: 0;
}




/* Планшеты (ширина до 991px) */
@media (max-width: 991px) {
    .sticker-discount {
        font-size: 12px;
        padding: 5px 5px;
        top: 156px;
        left: 128px;
        width: 110px;
    }
    

}

/* Смартфоны (ширина до 767px) */
@media (max-width: 767px) {
    .sticker-discount {
        font-size: 12px;
        padding: 3px 7px;
        top: 156px;
        left: 6px;
    }

}

/* Маленькие смартфоны (ширина до 480px) */
@media (max-width: 480px) {
    .sticker-discount {
        font-size: 11px;
        padding: 3px 6px;
        top: 96px;
        left: 5px;
    }
    

}

/* Совсем маленькие экраны (до 360px) */
@media (max-width: 360px) {
    .sticker-discount {
        font-size: 10px;
        padding: 2px 5px;
        top: 76px;
        left: 4px;
    }

.freeshipping-top_left + .sticker-discount {
        top: 100px;
        left: 10px;
    }
}
.sticker-discount + .freeshipping-top_left {
    margin-top: 30px; /* Если .freeshipping-top_left присутствует перед .sticker-discount */
}

@media (max-width: 767px) {
    .product-fixed-panel .product-name-title {
        display: none;
    }
}

footer .row {
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

/*  до 359px */
@media (max-width: 359px) {
  .navbar-brand img {
    width: 90px;
    height: auto;
    margin-top: 12px;
  }
}


@media (min-width: 360px) and (max-width: 389px) {
  .navbar-brand img {
    width: 90px;
    height: 28px;
    margin-top: 12px;
  }
}


@media (min-width: 390px) and (max-width: 411px) {
  .navbar-brand img {
    width: 125px;
    height: 28px;
    margin-top: 12px;
  }
}


@media (min-width: 412px) and (max-width: 429px) {
  .navbar-brand img {
    width: 125px;
    height: auto;
    margin-top: 12px;
  }
}


@media (min-width: 430px) and (max-width: 767px) {
  .navbar-brand img {
    width: 140px;
    height: auto;
    margin-top: 12px;
  }
}

#button-popup-login {
  background: #35a174;
  color: #fff;
  font-size: 14px;
}

#button-popup-login:hover {
  background: #2c8a62;
}

.product-register-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: 
#f5f6fa;
    border: 1px dashed 
#44368c;
    border-radius: 10px;
}
.product-register-box__icon {
    flex-shrink: 0;
    font-size: 16px;
    color: 
#4a5cf0;
}
.product-register-box__text {
    flex: 1;
    font-size: 13px;
    line-height: 1.3;
    color: #222;
}
.product-register-box__button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 6px 14px;
    background: 
#ffe57a;
    color: 
#44368c;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}
.product-register-box__button:hover {
    background: 
#ffd630;
    color: 
#44368c;
}
.product-register-box__button i {
    font-size: 12px;
}
@media (max-width: 480px) {
    .product-register-box {
        flex-wrap: wrap;
    }
    .product-register-box__icon {
        order: 1;
    }
    .product-register-box__text {
        order: 2;
        flex-basis: calc(100% - 26px);
    }
    .product-register-box__button {
        order: 3;
        flex-basis: 100%;
        justify-content: center;
        margin-top: 4px;
    }
}