body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #f2f2f2;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	min-width: 320px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
img {
    max-width: 100%;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover ,a:active,a:focus {
	text-decoration: none;
	color: #da261c;
}
.p-0{padding: 0 !important;}
.pr-0{
	padding-right:0!important;
}
.pl-0{
	padding-left: 0!important;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.input-group-addon{
	background: transparent;
	border-color: transparent;
}
.form-control {
  	border-color: #eee;
   box-shadow: none; 
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #eee;
}
.alert-success {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 15px;

    z-index: 9999;
}
.alert-success a {
	color:#F7AD0A;
	text-decoration: underline;
}
.alert-success {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: transparent;
}
.alert-success button.close{
    color: #fff;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: none;
}

.breadcrumb {
	width: 100%;
	border: none;
	padding: 0 3px;
	background: transparent;
	list-style: none;
	margin: 10px 0;
	color: #222;
}
.breadcrumb li:first-child {
	margin-right: 3px;
}
.breadcrumb li{
	padding: 0;
	color: inherit;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
.dropdown-menu{
	padding:0;
	margin:0;
  box-shadow: 0 3px 5px rgba(0,0,0,.175);
	border-radius:0;
	border:none;
	min-width:100%;
	width:auto;
	z-index:1100;
}

.well{
	background-color: #f7f7f7;
	border-radius: 0;
	border-color:#f7f7f7;
	box-shadow: none;
}
.btn{
	border-radius:0;
}
.btn-default:hover ,.btn-default.focus, .btn-default:focus,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #f5f5f5;

}
.btn-primary{
	background-color: #2a93d4;
	border-color: #2a93d4;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus ,.btn-primary:hover {
	background-color: #17608d;
	border-color: #17608d;
}
.list-group-item{border: 1px solid #f5f5f5;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #2a93d4;
    border-color: #2a93d4;
		border-radius: 0;
}
#content {
    min-height: 600px;
}
#content > h1{
	margin: 0 0 1.5rem;
}
hr{
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagination{
  margin: 25px auto 10px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
  color: #fff!important;
  background-color: #da261c!important;
  border-color: #da261c!important;
}
.pagination>li>a, .pagination>li>span{
  display: block;
  padding: 0 10px;
  min-width: 45px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #222;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  height: 26px;
  line-height: 24px;
  transition: all 0.3s ease;
}

header svg{
	fill:#333;
}
.dropdown-menu-l{
		right: auto;
    left: 0;
}
.dropdown-menu-r{
		right: 0;
    left: auto;
}
@media(max-width:991px){
	.dropdown-menu-l{
		right: 0;
    left: auto;
	}
	.dropdown-menu-r{
		right: auto;
    left: 0;
	}
}
.dropdown-menu-l .btn-group{
	width:100%;
}
header{
	background-color: #f2f2f2;
}
.main-header{
	color: #222;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
/* logo */
#logo {
	position: relative;
	padding-right: 30px;
	flex: 1 0 285px;
	max-width: 250px;
}
#logo img {
	display: block;
	max-height: 220%;
	padding-left: 25%;
}
/* head */
.btn-group-head{
	margin: 0;
	min-height:70px;
}

.btn-group-head > .btn-group{
		margin: 0;
    padding: 0;
    height: 70px;
}
.btn-group-head > .btn-group .dropdown-menu-l ,.btn-group-head > .btn-group .dropdown-menu-r {
	min-width:160px;
}
.currency-select, .language-select{
	background: #fff;
}


.btn-group-head .btn-link{
	color: #333;
    text-decoration: none;
	font-size:12px;
}
.btn-group-head .btn-link:hover svg{
	fill:#F7AD0A;
}

.btn-group-head .dropdown-menu>li>a{
    padding: 9px ;
	text-align: center;
}
.btn-group-head .dropdown-menu .active{
	background:#f5f5f5;
	color:#000;

}
.btn-group-head .dropdown-menu .btn-link{
	height: 38px;
}
.btn-group-head .dropdown-menu .btn-link:hover{
	background:#f5f5f5;
	color:#000;
}
.btn-group-head .dropdown-menu .pull-left{
	border-bottom:1px solid #e7e7e7;
	width: 100%;
}
.btn-group-head .dropdown-menu .pull-left .btn-group{
	width: 100%;
}
.btn-group-head .btn-block+.btn-block {
    margin-top: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group{
	margin-left: 0;
}
/* search */

@media(max-width:768px){
	#search {
	    border-bottom: 1px solid #f5f5f5;
	    border-top: 1px solid #f5f5f5;
	}
}
#search .input-lg {
	background: #fff;
	border: none;
	color: #222;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
}
#search .input-lg::placeholder {
  color: #525156;
}
#search .search_wrappep{
	position: relative;
}
#search .btn-lg {
	border-radius: 4px;
	cursor: pointer;
	font-size: 20px;
	height: 32px;
	position: absolute;
	text-align: center;
	right: 4px;
	top: 4px;
	width: 50px;
	border: none;
	background: #232f3e;
	color: #fff;
	opacity: 0.8;
	transition: all 0.2s;
}
#search .btn-lg svg {
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-44%, -47%);
}
#search .btn:hover svg{
	fill:#F7AD0A;
}
@media (max-width: 767px){
	#search .btn-lg {
	    padding: 8px 4px;
	}
	#search .input-lg{
		font-size: 11px;
	}
}
/* cart */
#cart {
	width:100%;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  padding: 0 15px;
  color: #333;
  border-color: transparent;
  background: transparent;
	border-radius:0;
	width: auto;
}
#cart > .btn .fa-shopping-cart{
	width: 32px;
	height: 32px;
	color: #fff;
}

#cart > .btn svg{fill:#F7AD0A;}

#cart.open{
	 background: #f5f5f5;
}
#cart .close-cart{
	color:#333;
	background:transparent;
	border:1px solid transparent;
}
#cart .close-cart i{
	font-size: 20px;
}
#cart .close-cart:hover{color:#E8110F;}
#cart .dropdown-menu {
	z-index: 1001;
	min-width: 427px;
}
@media (max-width: 768px) {
	#cart .dropdown-menu {
		min-width: 100%;
		width: auto;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
#cart-total{
	white-space: normal;
}
#cart table>tbody>tr>td{
	border-top:1px solid transparent;
}
#cart .dropdown-menu li a{
	color:#333;
}
#cart .dropdown-menu li a:hover,#cart .dropdown-menu li a:active,#cart .dropdown-menu li a:focus{
	color:#F7AD0A;
}
#cart .dropdown-menu li a.btn-block{background: #f9f9f9;border:none;}
#cart .dropdown-menu li a.btn-block:hover,#cart  .dropdown-menu li a.btn-block:focus,#cart  .dropdown-menu li a.btn-block:active {
   	background: #f5f5f5;
    color: #F7AD0A;
		box-shadow: none;
}

@media (max-width: 767px){
.visible-xs.visible-cart {
    display: inline-block!important;
}
}
/*------menu ----*/
.menu-line{
	background: #525156;
	min-height:60px;
	color:#fff;
	padding: 10px 0;
}
.menu-line .text-phone{
	color: #fff;
	margin-top:15px;
	margin-right: 15px;
}
#home-menu a{
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	color: #222;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	line-height: 1;
}
#home-menu a:first-child{
	color: #da261c;
	font-weight: 700;
}

#home-menu a:hover,#home-menu a:focus,#home-menu a:active{
	color: #da261c;
}
#menu a{
	text-decoration: none;
}
.text-phone  .dropdown-menu{

    min-width: 160px;

}
.text-phone  .dropdown-menu>li>a{
	padding: 9px;
text-align: center;
}
@media (max-width: 991px) {
	.menu-line .text-phone{
		color: #F7AD0A;
		font-size: 20px;

	}
	#home-menu {
		text-align: center;
	}
	#home-menu a{color: #333;}
	#home-menu a:hover,#home-menu a:focus,#home-menu a:active{
		background:#f5f5f5;
		color:#F7AD0A;
    border-radius: 0;
		box-shadow:none;
	}
}
@media (max-width: 767px){
	#home-menu a{
		padding: 8px 5px;
		min-height: 10px;
	}
	#home-menu {
    text-align: left;
}
.menu-line .text-phone{
	margin-top:8px;
}
}
.menu-line .btn-menu{
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 0 15px;
	width: 100%;
	background: #F5CC43;
	color: #333;
	border-radius: 4px;
	height: 40px;
	text-align: left;
}
@media(max-width:768px){
	#menu .btn-menu{
	   min-height: 30px;
	}
}
#menu:active{
	box-shadow: none;
}
.common-home.open-hm #menu:active{
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.common-home.open-hm .btn-menu:active{
	box-shadow: none;
}
#menu.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu .btn-menu > .fa{
	line-height: 20px;
}
#menu #menu-list {
    width: 100%;
    border-color: #e7e7e7;
    padding: 0;
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#menu #menu-list .arrow{
	color: #aaa;
	line-height: 20px;
	float: right;
	transition: all 0.1s ease;
}
#menu #menu-list  > li.hover > .with-child .arrow{
	color: #F7AD0A;
	transform: translate(2px);
	transition: all 0.1s ease;
}
#menu #menu-list .count{
	font-size: 0.75em;
	color: #ccc;
	margin-left: 3px;
}
#menu #menu-list .livel-down {
	color: #ddd;
	margin-right: 5px;
}
#menu #menu-list > li{
	padding: 0;
}
#menu #menu-list > li.nofullheight{
	position:relative;
}
#menu #menu-list > li > a{
	padding: 8px 20px 8px 13px;
	white-space: normal;
}
#menu #menu-list > li > a > span.with-image{
	display: block;
	margin-left:30px;
}
#menu #menu-list  > li.hover > a{
  background: #f5f5f5;
	position: relative;
	z-index: 1009;

}

#menu #menu-list  > li > a >.icon{
	margin: -2px 13px -2px 0px;
	float:left;
}

#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li > a .hover-icon{


}
#menu #menu-list  > li.hover > a .peace-icon.with-hover,
#menu #menu-list  > li > a .hover-icon{
  display:none
}
#menu #menu-list  > li > a .peace-icon,
#menu #menu-list  > li.hover > a .hover-icon{
  display:block
}

#menu .dropdown-menu>li>a:hover,
#menu .dropdown-menu>li>a:focus {
  background: none;
}



#menu #menu-list > li:first-child > a{
	padding-top: 10px;
}
#menu-home-helper {
	display: none;
}
#menu #menu-list:hover{
	display: block;
}
#menu #menu-list > li  a .arrow{
	display: none;
}
#menu #menu-list > li .with-child{
	position:relative;
	margin-right: 39px;
	clear: none;
}
#menu #menu-list > li .with-child .mobilink{
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
}
.desktop #menu #menu-list > li .with-child .mobilink{
	display: block!important;
}
#menu #menu-list > li .toggle-child{
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child.open{
	background: #f5f5f5;
}
#menu #menu-list > li:first-child .toggle-child{
	padding: 10px 0 8px;
}
#menu #menu-list > li .toggle-child .fa{
	float: none;
}
#menu #menu-list > li .toggle-child .minus{
	display: none;
}
#menu #menu-list > li .toggle-child.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child.open .plus{
	display: none;
}
#menu #menu-list > li .with-child2{
	margin-right: 40px;
	clear: none;
}
#menu #menu-list > li .toggle-child2{
	display: block;
	float: right;
	width: 38px;
	padding: 11px 0 10px;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child2.open{
	background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa{
	float: none;
}
#menu #menu-list > li .toggle-child2 .minus{
	display: none;
}
#menu #menu-list > li .toggle-child2.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child2.open .plus{
	display: none;
}
#menu #menu-list > li .child-box {
	padding: 0;
	display: none;
}
#menu #menu-list > li .child-box-cell{
	padding: 0;
	border-top: 1px solid #f5f5f5;
}
#menu #menu-list > li .child-box .h5 {
	margin: 0;
}
#menu #menu-list > li .child-box .h5 a{
	display: block;
	padding: 8px 20px;
	line-height: 1.42857143;
}


#menu #menu-list > li .child-box .h5 a > .icon{
		display:none;
	}


#menu #menu-list > li .child-box-cell .child2-box{
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	display: none;
}
#menu #menu-list > li .child-box-cell .child2-box li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a{
	display: block;
	padding: 8px 20px 8px 35px;
	line-height: 1.42857143;
	color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover{
	color: #F7AD0A;
}


@media (min-width: 992px) {

#menu #menu-list  > li.hover > .with-child:after{
	content: "";
	position: absolute;
	right: 0px;
	top:  0;
	height: 100%;
	width: 10px;
	background: #fff;
	z-index: 1009;
}
#menu #menu-list  > li.hover > .with-child{
	background: linear-gradient(to right, #f5f5f5 70%, #fff 90%);
}


	#menu-list + #menuMask{
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		background: #000;
		visibility: hidden;
		z-index: 1038;
		opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
	}
	#menu-list:hover + #menuMask{
		visibility: visible;
		opacity: 0.5;
		height: 100%;
		width: 100%;
		-webkit-transition: opacity .15s linear;
		-o-transition: opacity .15s linear;
		transition: opacity .15s linear;
	}
	#menu-list:hover{
		z-index: 1039;
	}
	#menu:hover{
		z-index: 1039;
	}
	#menu:hover > .btn-menu{
		z-index: 1039;
	}
	#menu-list:hover #menu-list{
		z-index: 1039;
	}


	.blured .content-wrapper,
	.blured footer,
	.blured header #top,
	.blured header .logo-line,
	.blured header .search-box,
	.blured header .cart-box{
		-webkit-filter: blur(1px);
		filter: blur(1px);
	}


	#menu #menu-list > li   a .arrow{
		display: block;
	}
	#menu #menu-list > li  .toggle-child{
		display: none;
	}
	#menu #menu-list > li  .toggle-child2{
		display: none;
	}
	#menu #menu-list > li  .with-child{
		margin-right: 0;
	}
	#menu #menu-list > li  .with-child2{
		margin-right: 0;
	}
	#menu #menu-list > li .child2-box{
		display: block;
	}
	#menu #menu-list > li  .child-box{
		display: none;
		background: #fff;
		position: absolute;
		left: 100%;
		top: 0;
		min-height: 100%;

		border-radius: 0;
		padding: 5px 0 25px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0,0,0,0.4);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-sizing: content-box;
		z-index: 1008;
		overflow: hidden;
}

	.desktop #menu #menu-list > li  .child-box{	padding: 5px 0;}
	#menu .see-all-categories{
		position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 32px;
    font-size: 12px;
    background: #f5f5f5;
    text-align: center;
	}
	#menu .see-all-categories a{
		display: block;
		color:#333;
}

	.desktop #menu .see-all-categories{
		display: none;
	}


	#menu #menu-list > li.hover > .child-box{
		display: block;
	}
	#menu #menu-list > li .child-box >.row{
		padding: 4px 20px;
	}
	#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .h5{
		margin: 8px 0;
	}
	#menu #menu-list > li .child-box .h5 a{
		display: inline;
		padding: 0;
		color:#333;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box .h5 a:hover{
		background: none;
		color: #F7AD0A;
	}



	#menu #menu-list > li .child-box .h5 a > .icon{
		margin: -2px 10px -2px 0px;
		float:left;
	}

	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{


	}
	#menu #menu-list  > li .child-box .h5 a:hover >  .peace-icon.with-hover,
	#menu #menu-list  > li .child-box .h5 a >  .hover-icon{
		display:none
	}
	#menu #menu-list  > li .child-box .h5 a >  .peace-icon,
	#menu #menu-list  > li .child-box .h5 a:hover >  .hover-icon{
		display:block
	}



	#menu #menu-list > li .child-box-cell .child2-box{
		padding: 0 0 10px 10px;
		margin: 0;
		list-style: none;
		display: block;
	}
	#menu #menu-list > li .child-box-cell .child2-box li{
		border-top: none;
	}
	#menu #menu-list > li .child-box-cell .child2-box a{
		display: inlline;
		padding: 0;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box  a:hover{
		background: none;
		color:#F7AD0A;
	}
	.common-home.open-hm #menu #menu-list{
		display: block;
	}
	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}
	.common-home.open-hm #menu .btn-menu{
		border-radius: 5px 5px 1px 1px;
	}
	.box-col-3{width: 331.2%;}
	.box-col-2{width: 220%;}
	.box-col-1{width: 110%;}
}
@media (min-width: 1400px) {
	.container{
		width: 1366px;
	}	
	.box-col-3{width: 325.4%;}
}
.container{
	padding: 0 7px;
}
/* content */
#content {
	min-height: 600px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 15px;
}

/*--- owl */
.owl-carousel .owl-buttons div i{
	font-size: 20px;
}

.owl-pagination{
	top: -30px;
}
.owl-module .owl-wrapper-outer {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.owl-controls .owl-buttons .owl-prev ,.owl-controls .owl-buttons .owl-next {
    top: 40%;
}
 .owl-wrapper-outer {
  border: 0;
  border-radius: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.owl-controls .owl-page.active span {
    background: #222;
}
.owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.5);
}
/*---module--*/
.head-module{
	margin-bottom: 15px;
	color: #222;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
}
.owl-controls{
	height: 0;
}
.product-layout  {
	border-right: 1px solid #f5f5f5;
	padding: 10px;
}
.rice-tax sup {
	font-size: 11px;
	font-weight: 600;
	position: relative;
	top: -10px;
	margin-left: 2px;
}
#product-related .product-layout  {
	min-height: 260px;
}
.product-layout .image {
  text-align: center;
  padding-top:10px;
}
.product-layout .image a {
  display: block;
}
.product-layout .image img {
  margin-left: auto;
  margin-right: auto;
	max-width: 200px;
	height: 200px;
	object-fit: contain;
}
.rice-tax{
	color: #222;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
.product-price{
	border-top: 1px solid #dbdbdb;
	margin: 9px 0 0;
	padding: 10px 0 0;
	display: flex;
}
.btn-block.buy{
	background: #da261c;
	background: #525156;
	border-color: #da261c;
	color: #fff;
	padding: 0;
	border-radius: 3px;
	transition: all 0.2s;
	border: unset;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	overflow: hidden;
	position: relative;
}
.btn-block.compare, .btn-block.fast_order_button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	border-radius: 3px;
	text-decoration: none;
	background: transparent;
	border: 1px solid rgb(127, 127, 127);
	color: rgb(69, 69, 69);
	opacity: 0.7;
	font-size: 0px;
	transition: all .2s;
	padding: 0 5px;
	flex: 0 0 35px;
	max-width: 35px;
	width: 35px;
	margin-left: 5px;
}
.btn-block.buy:after,
.btn-primary:after{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.btn-block.buy:hover:after,
.btn-primary:hover:after {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@keyframes shine {
	100% {left: 125%;}
}


.product-layout .caption h4{
	margin: 0;
  height: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	margin-bottom: 5px;
}
.product-layout .caption h4 a{
	color: #222;
	background: rgba(255,255,255,0.9);
	line-height: 1.2;
	font-size: 14px;
	transition: .3s;
	display: block;
	position: relative;
	font-weight: 500;
	padding-bottom: 5px;
	text-decoration: none;
}
.caption .price-old::after{
	border-bottom: 1px solid #575757;
	content: "";
	left: 0;
	position: absolute;
	top: 45%;
	width: 100%;
	transform: rotate(-10deg);
}
.caption .price-old{
	margin: 0 10px 0 0;
	color: #575757;
  font-size: 14px;
  font-weight: 400;
	position: relative;
}
.caption .price-old sup{
	display: none;
}
.caption .price-old+.rice-tax{
	color: #B10707;
}


.caption a{
	color:#333;
}
.caption p{
	max-height: 60px;
	margin:0;
	overflow: hidden;
}
.caption a:focus,.caption a:hover,.caption a:active {
    color: #F7AD0A;
}
.owl-module .product-price .btn-group .btn-block{
	text-align: center;
	padding: 7px 0;
	font-size:16px;
}
.nexer-logo{
 	display: inline-block !important;
 	vertical-align: middle !important;
	opacity:0.7;
}
.nexer-logo:hover{
	opacity:1;
}
.owl-module .product-price .btn-group .btn-block .fa{
	font-size: 16px;
	line-height: 1;
	padding: 0 5px;
}
.owl-module	.product-wish-comp{
	position: absolute;
	top: 0;
	left: 0;
	transition:0.5s;
}
.product-price .btn-group:first-child {
	flex-grow: 1;
}
.product-price .btn-group {
	width: auto!important;
}
.owl-module .product-layout:hover .product-wish-comp{
	opacity:1;
	webkit-animation: linearmove 1s infinite;
  	-moz-animation: linearmove 1s infinite;
  	-o-animation: linearmove 1s infinite;
  	animation: linearmove 1s infinite;
}
.product-wish-comp button{
	background-color: transparent;
	height: 40px;
	width: 40px;
	margin: 5px 5px 0 auto;
	border-radius: 100%;
	border: 0;
	color: #da261c;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media(max-width:768px){
	.owl-module	.product-wish-comp{
		opacity: 1;
		
	}

}
.product-wish-comp button .fa{
	font-size:20px;
}
.product-wish-comp button:hover{
	background: #f5f5f5;
}
.owl-module .owl-buttons div{
	color:#000;
	opacity: 0.3;
}

.owl-module .owl-buttons div i{
	font-size:20px;
}
.owl-module .owl-prev,.owl-module .owl-next {
	top: -25px!important;

}
.owl-module .owl-prev {
  left: auto!important;
  right: 35px!important;
}
.owl-module .owl-next {
  left: auto!important;
  right: 10px!important;
}

/*product*/
.thumbnails {
    margin-left: -20px;
		text-align: center;
}
.thumbnails:first-child img{
	margin:0 auto;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
	padding-top:10px;
}
.thumbnails > li {
    margin-left: 20px;
}
.image-additional {
    max-width: 78px;
}
#product .form-control{
	border-radius: 0;
	box-shadow: none;
}
.addthis_counter.addthis_pill_style {
    margin-left: 12px;
}
.tab-content{
	padding-top: 10px;
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

@media(max-width:767px){
.nav>li>a {
    padding: 5px 10px;
}
}

/* for OCS 3 */
.featuder-article-module-ocs .caption h4{
	margin-bottom: 0;
   height: 34px;
   overflow: hidden;
}
.featuder-article-module-ocs .caption {
    padding: 0 5px 5px 5px;
    height: auto;
}

.featuder-module-ocs .caption{
    padding: 10px 5px 40px 5px;
}
#column-left .featuder-module-ocs.row,#column-right .featuder-module-ocs.row,#column-left  .featuder-article-module-ocs.row,#column-right  .featuder-article-module-ocs.row{
  	margin-right: 0;
 	margin-left: 0;
}

.featuder-article-module-ocs .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: transparent;
	color: #666;
	font-size: 16px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
}
.featuder-article-module-ocs .button-group button:hover{
	background: #F7AD0A;
	color:#fff;
}
.featuder-article-module-ocs .button-group button + button {
	width: 20%;
}
.featuder-article-module-ocs.button-group button:hover {
	color: #444;
	background-color: #EAEAEA;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.featuder-article-module-ocs .button-group button,.featuder-article-module-ocs .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.featuder-article-module-ocs.button-group button, .featuder-article-module-ocs .button-group button + button {
		width: 33.33%;
	}
}
/* ----for OCS 3 */

.rating .fa,#review .fa{
	color:#F7AD0A;
}
.product-layout .rating{
	display: grid;
	position: absolute;
	top: 15px;
   right: 0;
}
/*footer*/
footer {
	background: #525156;
	color: #fff;
	margin-top: 0;
	padding: 30px 0 0;
}
footer h4{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
}
footer .contact-list{
	list-style-type: none;
	padding-left: 0;
}
footer .contact-list li{
	margin-bottom: 15px;
}
footer svg{
	width: 12px;
	height: 12px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
footer a{
	position: relative;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.3;
	transition: all 0.2s;
}
.footer__copyright{
	padding: 15px 0;
	border-top: 1px solid #dbdbdb;
	color: #fff;
}
.footer__copyright .row{
	display: flex;
	align-items: center;
}
.footer-icons{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
	justify-content: flex-end;
}
footer .open-time{
	display: flex;
}
footer .open-time div strong:not(:nth-child(2)),
footer .open-time div br:not(:first-child){
	display: none;
}
footer .pages-list li a {
	padding-left: 20px;
	margin-bottom: 10px;
	display: inline-flex;
}
footer .pages-list {
	padding: 0;
	list-style-type: none;
}
.footer-icons li{
	border: 1px solid rgb(219, 219, 219);
	background-color: rgb(255, 253, 253);
	height: 32px;
	padding: 0 5px;
	margin: 0 0 0 5px;
	border-radius: 4px;
}
footer .pages-list a:before {
	content: "\f192";
	display: inline-block;
	font: normal normal normal 10px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 3px;
	left: 0;
}
footer h4:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	left: 1px;
	bottom: 0;
	background: #da261c;
}
footer h4 span{
	font-weight: bold;
	margin-left: 5px;
}

#toptext {
	height: auto;
	background-color: #da261c;
	color: #fff;
	text-align: center;
}
.header__top {
	background: #525156;
	color: #fff;
	padding: 2px 0;
}
.header__account{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
}
.header__account svg {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.header__lang{
	position: relative;
	padding: 5px 10px;
	white-space: nowrap;
	display: inline-flex;
}
.header__top-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__lang #form-language{
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	left: -12px;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	width: auto;
	transition: opacity 0.3s ease;
	z-index: 20;
}
.header__lang:hover #form-language{
	opacity: 1;
	visibility: visible;
}
.header__lang:hover .current__lang:after{
	transform: rotate(-135deg);
	top: 0px;
}
.header__lang #form-language .btn-link img{
	flex: 0 0 20px;
	max-width: 20px;
	margin-right: 4px;
}
.header__lang #form-language .btn-link{
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500; 
	line-height: 1;
	color: #222;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
	border: none;
	width: 100%;
	background: none;
	text-align: left;
}
.current__lang{
	display: inline-flex;
	align-items: center;
}
.current__lang img{
	flex: 0 0 20px;
	max-width: 20px;
	margin-right: 4px;
}
.current__lang:after {
	content: "";
	display: inline-block;
	min-width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #fff;
	transform: rotate(45deg);
	transition: all 0.1s;
	position: relative;
	top: -2px;
	margin-left: 7px;
}
.header__top .row{
	display: flex;
	align-items: center;
}
.menu-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.header-contact svg{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	line-height: 10;
}
.header-contact .viber svg{
	width: 22px;
	height: 22px;
	margin-bottom: -5px;
	margin-left: -2px;
	margin-right: 6px;
}
.header-contact{
	position: absolute;
	right: -5px;
	top: -30px;
	display: flex;
	flex-direction: column;
	z-index: 10;
	height: auto;
	border-radius: 4px;
	padding: 15px 15px 13px;
	color: #222;
	width: 225px;
}
.btn{
	padding: 0 15px;
}

.header-contact a{
	margin-bottom: 5px;
	text-align: left;
}
.header-contact:hover{
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	background: #fff;
}
.header-contact:hover .header-contact__phone:after{
	opacity: 0;
}
.header-contact:hover .mail,
.header-contact:hover .open-time{
	display: block;
}
.header-contact .mail{
	display: none;
	font-size: 14px;
	text-align: left;
}
.header-contact .open-time{
	display: none;
	font-size: 14px;
	text-align: left;
}
.header-contact__phone:after{
	content: '\2807';
	font-size: 30px;
	position: absolute !important;
	right: 9px;
	top: 15px;
	display: block;
	line-height: 1;
	width: 10px;
	color: #222;
}
.header-contact__phone{
	font-size: 16px;
}
.shop-tools{
	display: flex;
	height: 40px;
	align-items: center;
}
#wishlist-total:hover i,
#compare-total:hover i{
	color: #da261c;
}
#wishlist-total i, #compare-total i{
	width: 32px;
	height: 32px;
	color: #fff;
	transition: color 0.3s ease;
}
#wishlist-total i::before,
#cart > .btn .fa-shopping-cart{
	font-size: 30px;
	line-height: 1;
}
#compare-total i::before{
	font-size: 26px;
	line-height: 1;
}
#wishlist-total span, span#cart-total, #compare-total span{
	background: #F5CC43;
	border: 2px solid;
	border-color: #525156;
	border-radius: 50%;
	color: #222;
	padding: 1px 0 0 0px;
	position: absolute;
	right: 7px;
	top: -5px;
	width: 22px;
	height: 22px;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
	line-height: 17px;
	display: block;
}
#wishlist-total span{
	right: 2px;
}
.owl-controls .owl-page.active span {
	background: #da261c;
}
.owl-controls .owl-page{
	margin: 0;
}
.owl-controls .owl-page span{
	width: 35px;
	height: 5px;
	margin: 4px 4px;
	background: #dbdbdb;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 2px;
	box-shadow: unset;
}
.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
	width: 30px;
	height: 60px;
	padding: 0;
	font-size: 36px;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	outline: none;
	left: inherit;
	background: rgba(0,0,0,.5);
	text-align: center;
	color: #eee;
	transition: all .2s ease-in-out 0s;
	margin: 0;
	position: absolute;
}
.owl-carousel .owl-buttons .owl-prev:not(.disabled):hover, .owl-carousel .owl-buttons .owl-next:not(.disabled):hover {
	background: #222;
	color: #FFF;
	text-decoration: none;
}
.owl-carousel .owl-buttons .owl-next {
	right: 0;
	border-radius: 2px 0 0 2px;
}
.owl-carousel .owl-buttons div i {
	margin: 20px 0px 0;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 0;
	border-radius: 0 2px 2px 0;
}
.owl-carousel .owl-buttons div{
	opacity: 1;
}
div#slideshow0 {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.dropdown-menu{
	top: calc(100% + 10px);
}
.product-carousel{
	margin-bottom: 0;
}
.block-box{
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	position: relative;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #222;
	content: "\f101";
	font: normal normal normal 16px/1 "FontAwesome";
	font-size: 12px;
}

.feature-block {
	margin: 0 -15px 0 0;
}
.feature-block ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.feature-block ul li img{
	margin-bottom: 5px;
}
.feature-block ul li{
	text-align: center;
	color: rgb(58, 58, 58);
	background: rgb(255, 255, 255);
	border-right: 1px solid;
	border-color: #dbdbdb;
	flex-direction: column;
	justify-content: center;
	display: flex;
	font-weight: 500;
	align-items: center;
	flex: 0 1 100%;
}
.feature-block ul li:last-child{
	border-right: none;
}
.description-cat{
	clear: both;
	padding: 10px;
	margin: 10px 0;
	border-left: 4px solid rgb(188, 188, 188);
	background: rgb(247, 247, 247);
	display: block;
	border-radius: 5px;
	font-weight: 400;
	font-size: 12px;
	color: rgb(74, 74, 74);
	line-height: 1.3;
	min-height: 36px;

	padding: 15px 15px;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
}
#column-left .list-group{
	background: #fff;
	color: #222;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	display: block;
	z-index: 1;
	padding: 5px 15px;
	margin-bottom: 15px;
}
#column-left .list-group a{
	position: relative;
	font-family: inherit;
	display: block;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	text-decoration: none;
	color: #222;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	transition: all 0.3s ease 0s;
}
.list-group-item.active, .list-group-item:hover{
	color: #da261c!important;
}
.list-group__name{
	font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    color: #222;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.list-group__name:hover .filter__name_arrow{
	color: #da261c;
}
.list-group-item svg:first-child{
	width: 18px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20px;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	max-width: 20px;
	margin-right: 10px;
	height: auto;
}
.list-group-item span{
	padding-right: 10px;
}
.list-group-item svg:last-child{
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
}
.list-group__name.closed .filter__name_arrow {
	transform: rotate(180deg);
}
.owl-carousel .item {
	display: flex;
	justify-content: center;
	width: 100%;
}
.owl-carousel .item img{
	width: 100%;
}
#product-product #content{
	background: unset;
	border: unset;
	border-radius: unset;
	padding: 0 7px;
	margin-bottom: 15px;
}
.product-head{
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	padding: 15px 15px;
	margin-bottom: 15px;
	padding-right: 180px;
	width: 100%;
}
.product-head h1{
	margin: 0;
	font-size: 28px;
}
.product-head .product-articul{
	right: 16px;
	top: 15px;
	max-width: 200px;
	white-space: nowrap;
	position: absolute;
	padding: 5px 10px;
	background: rgb(255, 224, 172);
	color: rgb(47, 47, 47);
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
}
.product-head .product-articul span{
	font-size: 14px;
	font-weight: 500;
}
#product-product .thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	padding: 15px 15px;
	flex-wrap: wrap;
}
.price-control{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	border: 1px solid;
	border-color: rgb(127, 127, 127);
	opacity: .7;
	height: 34px;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	max-width: 100px;
	overflow: hidden;
}
.price-control .quantity-minus,
.price-control .quantity-plus{
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1;
	font-size: 20px;
	height: 34px;
	border: unset;
	background: unset;
}
.price-control input{
	border: 0 none;
	display: block;
	width: calc(100% - 60px);
	text-align: center;
	font-weight: 500;
	line-height: 1;
	padding: 5px 0;
	font-size: 15px;
	height: 34px;
}
.product-info-block{
	position: relative;
	border-bottom: 3px solid #e9eaed;
	padding: 15px;
	background-color: #fff;
}
.buy-row .form-group{
	margin-bottom: 0;
}
.product-info-block .fa-stack {
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.left-feed {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	margin-top: 7px;
	margin-left: 2px;
	line-height: 1.2;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	background-color: transparent;
	border: unset;
	border-bottom: 1px dashed;
	border-color: #666;
	text-decoration: none;
	padding: 0;
}
.instock{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px; 
	color: #238523;
}
.product-info-block select{
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	width: 200px;
	min-width: 50%;
	max-width: 100%;
}
.product-info-block .price li{
	display: flex;
	align-items: center;
	gap: 15px;
}
.product-info-block .price .h3{
	margin: 0;
	font-weight: 600;
	color: #222;
	font-size: 34px;
	position: relative;
	line-height: 1;
	padding: 10px 0;
	margin-right: 15px;
}
.product-info-block .price .h3 sup{
	font-size: 16px;
	font-weight: 500;
	position: relative;
	top: -1.2em;
	margin-left: 5px;
}
#product-product #content>.row{
	display: flex;
	flex-wrap: wrap;
}
#product-product #content>.row>div{
	display: flex;
}
.btn-primary{
	border: none;
	border-radius: 4px!important;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	font-family: inherit;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	width: 100%!important;
	max-width: 250px;
	height: 40px;
	transition: all 0.2s;
	opacity: 1;
	background: #da261c!important;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.product-info-block .btn-default{
	border: 1px solid rgb(127, 127, 127);
	color: rgb(69, 69, 69);
	opacity: 0.7;
	border-radius: 3px!important;
	font-size: 0px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	font-weight: 500;
	text-transform: uppercase;
	height: 40px;
	width: 40px;
	transition: all 0.2s;
	text-decoration: none;
}
.buy-row .btn-group{
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}
.product-info{
	border: 1px solid #dbdbdb;
	width: 100%;
}
.product-description{
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
}
.product-description .nav-tabs{
	display: flex;
	align-items: center;
	border-bottom: 4px solid rgb(233, 234, 237);
	background: #fff;
}
.tab-content {
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.tab-content>.active{
	color: #222;
	font-size: 1.2em;
}
.tab-content>.active p{
	line-height: 1.6;
	margin: 0 0 1.5rem;
}
.product-description .nav-tabs li a{
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	height: 45px;
	padding: 0 30px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: unset!important;
	background-color: unset;
}
.product-description .nav-tabs li.active,
.product-description .nav-tabs li a:hover{
	color: #da261c;
}
.product-description .nav-tabs li.active:after{
	content: "";
	height: 4px;
	position: absolute;
	bottom: -4px;
	background: #da261c;
	width: 100%;
	left: 0;
}

.write-review {
	position: relative;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.form__title {
	font-weight: 600;
	font-size: 16px;
	user-select: none;
	padding: 0 15px 0 15px;
	color: #222;
	background: rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	line-height: 1.2;
	z-index: 2;
	margin: 0 auto;
	align-items: center;
	display: flex;
}
.form__header {
	text-align: center;
	position: relative;
	margin-top: 5px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.form__title svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.form__header::after {
	content: "";
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	top: 55%;
	right: 0;
	display: block;
	width: 100%;
}
.write-review .form-group{
	margin: 0;
	margin-bottom: 20px;
}

#button-review {
	display: block;
	color: #fff;
	background-color: #222!important;
	border: 1px solid;
	border-color: #222;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	height: 40px;
	line-height: 38px;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
	padding: 0 20px;
	font-size: 12px;
	font-family: inherit;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.specification-name, .specification-text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	min-height: 1px;
	font-size: 13px;
	color: #222;
}
.specification-list li {
	width: calc(50% - 15px);
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #dbdbdb;
	padding: 10px 0;
	margin-bottom: 15px;
}
.specification-list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0 15px;
	margin: 0;
	column-gap: 30px;
}
.specification-text {
	text-align: right;
	font-weight: 600;
}
.product-info-block ul li{
	margin-bottom: 10px;
}
.product-info-block ul{
	padding: 0px;
	margin: 0 0 0 15px;
	color: #222;
}
#information-information #content,
#common-home #content,
#product-compare #content,
#account-wishlist #content,
#account-login #content,
#account-register #content{
	background: unset;
	border: unset;
	border-radius: 3px;
	padding: 0 7px;
	margin-bottom: unset;
	min-height: unset;
}
#information-information .page-title, 
#product-compare .page-title,
#account-wishlist .page-title,
#account-login .page-title,
#account-register .page-title
{
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	padding: 15px 15px;
	margin-bottom: 15px;
}
#information-information .page-title h1,
#product-compare .page-title h1,
#account-wishlist .page-title h1,
#account-login .page-title h1,
#account-register .page-title h1
{
	margin: 0;
	font-size: 28px;
}

#information-information .page-content, 
#product-compare .page-content,
#account-wishlist .page-content,
#account-login .page-content,
#account-register .page-content
{
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background-color: #fff;
	position: relative;
	padding: 15px 15px;
	margin-bottom: 15px;
}
#product-compare .page-content{
	padding: 15px 17px 15px 15px;
}
#information-information .page-content iframe{
	width: 100%;
}

#product-compare .page-content {
	display: flex;
	flex-wrap: wrap;
}
.comparison-names{
	flex: 0 0 25%;
	width: 100%;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}
.comparison-products{
	flex: 0 0 75%;
	max-width: 75%;
	border-bottom: 1px solid #dbdbdb;
}
.comparison-names ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.comparison-names .space-item{
	height: 340px;
	background-color: transparent!important;
}
.comparison-names ul li{
	padding: 10px 15px;
	border-top: 1px solid #dbdbdb;
	font-size: 13px;
	font-weight: 500;
}
.comparison-names ul li:nth-child(even) {
	background: #dbdbdb;
}
.captcha_wrap{
	width: auto;
}

.form-horizontal .form-group{
	margin-left: -7px;
	margin-right: -7px;
}

.footer-map{
	padding: 30px 0;
}

.form-horizontal .btn-primary{
	justify-content: center;
}

.btn-danger{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	border-radius: 3px;
	text-decoration: none;
	background: transparent;
	border: 1px solid rgb(127, 127, 127);
	color: rgb(69, 69, 69);
	opacity: 0.7;
	font-size: 0px;
	transition: all .2s;
	padding: 0 5px;
	flex: 0 0 35px;
	max-width: 35px;
	width: 35px;
	margin-left: 5px!important;

	position: relative;
	opacity: .8;
	border-color: #da261c;
	color: #da261c;
}
.btn-danger::before{
	font-size: 16px;
	line-height: 1;
}
.products-slider .product-wish-comp {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.products-slider .owl-wrapper-outer {
	border: unset;
	box-shadow: none;
}
.product_feature .single-feature .fa-stack{
	width: 1em;
	height: 1em;
	line-height: 1em;
	color: #d5d5d5;
}
.product_feature .single-feature{
	padding: 10px 15px;
	border-top: 1px solid #dbdbdb;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
.product_feature .single-feature:last-child{
	border-bottom: 1px solid #dbdbdb;
}
.products-slider .product-layout {
	height: 340px;
	display: flex;
	flex-direction: column;
}
.single-product .product-layout{
	border-right: unset;
}
.single-product .product-layout .caption{
	margin-top: auto;
}
.single-product .product-price .btn-group .btn-block .fa {
	font-size: 16px;
	line-height: 1;
	padding: 0 5px;
}
.single-feature:nth-child(even){
	background: #dbdbdb;
}
.single-product, .products-slider{
	border-right: 1px solid #dbdbdb;
}
.products-slider .owl-prev {
	left: 0px!important;
	top: 10%!important;
	opacity: 1!important;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 11px!important;
	font-size: 54px!important;
}
.products-slider .btn-block.buy{
	min-width: 230px;
}
.products-slider .owl-next {
	right: 2px!important;
	top: 10%!important;
	opacity: 1!important;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 11px!important;
	font-size: 54px!important;
}
#product-compare .product-carousel{
	margin-bottom: 0!important;
}
.wishlist-wrap .product-wish-comp{
	position: absolute;
	top: 0;
	right: 0;
}
.wishlist-wrap .product-layout {
	border-right: 1px solid transparent;
	min-height: 340px;
	padding: 10px;
	position: relative;
	transition: .3s;
	background: #fff;
	border: 1px solid #dbdbdb;
	display: flex;
	flex-direction: column;
}
.wishlist-wrap .product-layout .caption{
	margin-top: auto;
}
.product-layout .remove {
	position: absolute;
	top: 0px;
	right: 10px;
	text-decoration: none;
	width: 26px!important;
	height: 26px;
	color: #da261c;
	padding: 0;
}
.product-layout .remove .fa:before{
	color: #b10707 !important;
	font-size: 23px;
	line-height: 1;
}
.product-layout .product-price .btn-group .btn-block .fa {
	font-size: 16px;
	line-height: 1;
	padding: 0 5px;
}
@media(min-width: 1200px){
	.col-xl-25 {
		float: left;
		width: 20%;
	}
}
.form-wrap{
	position: relative;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.change_pass, .password_remind {
	position: relative;
	font-family: inherit;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	text-decoration: none;
	font-size: 12px;
	color: #222;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
	opacity: 0.7;
	transition: all .3s ease 0s;
}
.password_remind span{
	padding-right: 3px;
}
.password_remind svg{
	width: 12px;
	height: 12px;
	position: relative;
	top: 1px;
}
.btn-black{
	display: inline-block;
	color: #fff;
	background-color: #222!important;
	border: 1px solid;
	border-color: #222;
	text-align: center;
	white-space: nowrap;
	border-radius: 3px;
	height: 40px;
	max-width: unset;
	line-height: 38px;
	font-weight: 600;
	cursor: pointer;
	user-select: none;
	padding: 0 20px;
	font-size: 12px;
	font-family: inherit;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	width: auto!important;
}
.new-client{
	padding-left: 20px;
}
.new-client ul {
	padding: 0;
	margin: 0 0 1.5rem 1.5rem;
	color: #222;
}
.new-client ul li{
	font-weight: 500;
	margin-bottom: 1rem;
}
.new-client h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #222;
	line-height: 1.2;
	margin-bottom: 15px;
}
.register .buttons {
	display: flex;
	justify-content: space-between;
	padding: 0 7px;
}
.register .btn-primary{
	margin-left: auto;
}
.register .form-group{
	margin: 0 0 15px!important;
}
#checkout-cart .input-group {
	display: inline-flex;
	gap: 5px;
}
#checkout-cart .input-group-btn{
	width: auto;
	display: flex;
}
#checkout-cart .btn-danger {
	min-width: 40px;
	height: 40px;
	border-radius: 4px;
}
#checkout-cart .form-control {
	height: 40px;
	border-radius: 4px;
}
#checkout-cart .btn-primary {
	padding: 0 5px;
	min-width: 40px;
	justify-content: center;
}
.btn-callback{
	padding: 0 10px;
	border-radius: 3px;
	height: 25px;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid transparent;
	color: #333;
	margin: 10px;
	background-color: #F5CC43;
	margin-left: auto;
	margin-right: 10px;
}
body.open-modal{
	overflow: hidden;
}
body.open-modal .modal.show{
	opacity: 1;
	visibility: visible;
}
body.open-modal .modal-wrap{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
#fastorder {
	width: 100%;
}
.modal {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 15000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.modal-fastorder .modal-wrap{
	margin: auto;
	height: auto;
}
.modal-fastorder .modal-wrap h6{
	display: block;
	position: relative;
	font-family: inherit;
	color: #222;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 1.5rem;
	text-align: center;
	font-size: 18px;
}
.modal-fastorder{
	display: flex!important;
	align-items: center;
}
.modal-fastorder .alert-success{
	position: static;
}
.modal-fastorder .modal-wrap{
	padding: 35px 30px 15px;
}
.modal-wrap {
	background-color: #fff;
	height: 100%;
	max-width: 100%;
	width: 400px;
	padding: 15px 30px;
	margin-left: auto;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease;
}
.modal-wrap h3 {
	text-align: center;
	color: #222;
	font-size: 21px;
	margin: 30px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}
.modal-wrap .btn-primary{
	max-width: 100%;
	justify-content: center;
	background-color: #222!important;
	border-color: #222;
}
.modal-wrap .close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #222;
	text-shadow: unset;
	font-size: 16px;
	border-radius: 100%;
	opacity: 1;
}
.modal-wrap .form-group{
	margin-left: -7px;
	margin-right: -7px;
	display: flex;
}

.mob-btn, .mob-search{
	display: none;
}

.mobile-menu{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(35, 47, 62, 0.5);
	z-index: 1000;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}
.mob-menu__cat, .mobile-lang .current__lang, .mobile-phone, .mobile-email{
  color: #fff;
  padding: 10px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
  font-size: 16px;
}

.mobile-lang .current__lang{
	width: 100%;
}

.mob-menu__cat a{
	color: #fff;
}

.mobile-phone a, .mobile-email a{
	color: #fff;
}
.mobile-email{
	border-bottom: unset;
}
.mobile-phone .header-contact__phone::after{
	display: none;
}
.mobile-close{
	color: #fff;
  padding: 10px 22px;
  font-weight: 500;
  width: 100%;
  background: #da261c;
  font-size: 16px;
}
.mob-menu__cat i:first-child{
	margin-right: 3px;
}
.mob-menu__cat i:last-child{
	margin-left: auto;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 100%;
	width: 41px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
  justify-content: center;
	position: absolute;
}
.mobile-lang #form-language{
	display: none;
	width: 100%;
}
.mobile-lang #form-language .btn-group{
	width: 100%;
}
.mobile-lang #form-language .btn{
	text-align: left;
	padding: 10px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  position: relative;
  font-size: 16px;
  background: unset;
  color: #fff;
}
#mobile-menu>li {
    padding-left: 24px;
}
.mobile-lang .current__lang::after{
	display: none;
}
.mobile-lang .current__lang i:last-child{
	margin-left: auto;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 100%;
	width: 41px;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
  justify-content: center;
	position: absolute;
}
.mobile-menu__list a{
	color: #fff;
}
#mobile-menu ul{
	display: none;
}
#mobile-menu .with-child{
	position: relative;
}
#mobile-menu .with-child>i{
	margin-left: auto;
	border-left: 1px solid rgba(255,255,255,0.3);
	height: 100%;
	width: 41px;
	top: 0;
	right: 0;
	display: flex;
  justify-content: center;
	position: absolute;
	color: #fff;
	padding: 13px;
}
#mobile-menu{
	display: none;
}
#mobile-menu .sub-menu li{
	padding-right: 41px;
}
#mobile-menu .sub-menu{
	display: none;
}
#mobile-menu li{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.sub-menu a {
  gap: 10px;
}
.sub-menu a i {
  padding-top: 2px;
}

#mobile-menu .sub-menu li:last-child{
	border: unset;
}

#mobile-menu li a {
  color: #fff;
  padding: 10px 22px;
  display: inline-flex;
  width: auto;
}
#mobile-menu ul{
	padding: 0;
	list-style-type: none;
}
.mobile-menu__wrap{
	background-color: #232f3e;
	transition: all 0.3s ease;
	transform: translateX(-100%);
	height: 100%;
	min-width: 320px;
  width: 40%;
  display: flex;
	flex-direction: column;
}
.mobile-menu.open{
	opacity: 1;
	visibility: visible;
}
.mobile-menu.open .mobile-menu__wrap{
	transform: translateX(0%);
}


.mobile-menu .logo-row{
	background-color: #fff;
	padding: 10px;
}
.mobile-menu .logo{
	max-width: 110px;
}
#mobile-menu{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.product-info-block .radio label{
	display: flex;
	align-items: center;
  gap: 10px;
}



@media(max-width:1199px){
	.product-head{
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	}
	.product-head .product-articul{
		position: static;
	}
	.btn-group-head , .btn-group-head > .btn-group {
	    height: 60px;
			min-height:60px;
	}
	#logo img{
		padding: 0;
	}
	.shop-tools{
		margin-left: -10px;
	}
	.shop-tools .btn {
    padding: 0 10px!important;
	}
	#wishlist-total span, span#cart-total, #compare-total span{
    right: 0px;
	}
	.owl-carousel .owl-buttons div i {
    margin: 0;
	}
	.owl-module .owl-prev, .owl-module .owl-next {
    top: -45px!important;
	}
	.owl-module .owl-prev {
    right: 70px!important;
	}
	.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
    height: 30px;
	}
	.owl-carousel .owl-buttons .owl-prev,
	.owl-carousel .owl-buttons .owl-next{
		border-radius: 2px;
	}
}
@media(max-width: 991px){
	.product-layout .image img{
		max-width: 100%;
	}
	.product-info-block .price .h3{
		margin-right: 0;
	}
	.product-head h1 {
    font-size: 22px;
	}
	.col-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.menu-line .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.menu-line .row>div:nth-child(2){
		order: 3;
	}
	.menu-line .row>div:nth-child(1){
		margin-right: auto;
	}
	.menu-line .mob-btn {
    display: inline-flex;
    width: auto!important;
    align-items: center;
    height: 30px!important;
    gap: 5px;
    min-width: 100px;
		margin: 0;
	}
	#menu{
		display: none;
	}
	.mob-search{
		display: flex;
		margin: 0 5px;
		cursor: pointer;
	}
	#search{
		display: none;
		margin-top: 5px;
	}
	#toptext, .header__top,.main-header{
		display: none;
	}
	.shop-tools .btn-group-justified{
		width: auto;
	}
	.shop-tools{
		margin: 0;
	}
	.feature-block{
		margin: 0;
	}
}
@media(max-width: 767px){
	.thumbnails .image-additional{
    margin-left: 10px;
	}
	.thumbnail{
		margin-bottom: 0;
	}
	#content{
		margin-left: 7px;
    margin-right: 7px;
	}
	#product-product #content{
		margin-left: 0px;
    margin-right: 0px;
	}
	#product-category>.row{
		display: flex;
		flex-wrap: wrap;
	}
	#product-product #content>.row>div {
    display: flex;
    width: 100%;
	}
	#product-product .thumbnails{
		margin-bottom: 15px;
	}
	.feature-block ul{
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.feature-block ul li{
		flex: 0 1 50%;
	}
	.specification-list li{
    width: 100%;
	}
	.tab-content>.active{
		font-size: 1em;
	}
	#compare-total i::before {
    font-size: 22px;
    line-height: 1;
	}
	#cart > .btn .fa-shopping-cart {
    width: 27px;
    height: 27px;
	}
	#wishlist-total i, #compare-total i {
    width: 27px;
    height: 27px;
	}
	.shop-tools .btn {
    padding: 0 7px!important;
	}
	.mob-search {
    width: 25px;
    height: 25px;
	}
	#wishlist-total i::before, #cart > .btn .fa-shopping-cart {
    font-size: 26px;
    line-height: 1;
	}
}
@media(max-width: 576px){
	.product-description .nav-tabs{
		flex-direction: column;
	}
}

@media(max-width: 480px){
	.product-layout{
		width: 100%;
	}
	.feature-block ul li{
		border: unset;
	}
	.feature-block ul li br{
		display: none;
	}
}
.owl-carousel.product-carousel .owl-buttons .owl-prev,
.owl-carousel.product-carousel .owl-buttons .owl-next
{
	width: 40px;
	height: 40px;
	border: 2px solid #dbdbdb;
	border-radius: 10px;
	background: unset;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-carousel.product-carousel .owl-buttons .owl-prev{
	padding-right: 2px;
}
.owl-carousel.product-carousel .owl-buttons .owl-next{
	padding-left: 2px;
}
.owl-carousel.product-carousel .owl-buttons div i {
	margin: 0;
	font-size: 14px;
}

.product-carousel.owl-module .owl-prev {
	left: auto!important;
	right: 55px!important;
}
.product-carousel.owl-module .owl-prev, .product-carousel.owl-module .owl-next {
	top: -45px!important;
}
.sale-percent {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #da261c;
	display: inline-flex;
	padding: 0 10px;
	height: 25px;
	border-radius: 20px;
	align-items: center;
}
.popular-label{
	position: absolute;
	top: 38px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #23a344;
	display: inline-flex;
	padding: 0 10px;
	height: 25px;
	border-radius: 20px;
	align-items: center;
}
.owl-module .product-wish-comp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}
.owl-module .product-wish-comp >.btn-group{
	width: auto;
}

