/* global styles */
@font-face {
    font-family: 'PTSans_regular';
    src: local('Roboto'), local('PTSans_regular'), url('/fonts/Roboto.woff2') format('woff2'), url('/fonts/Roboto.woff') format('woff'), url('/fonts/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Medium';
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/Robotomedium.woff2') format('woff2'), url('/fonts/Robotomedium.woff') format('woff'), url('/fonts/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Light';
    src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Robotolight.woff2') format('woff2'), url('/fonts/Robotolight.woff') format('woff'), url('/fonts/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Bold';
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/Robotobold.woff2') format('woff2'), url('/fonts/Robotobold.woff') format('woff'), url('/fonts/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "PTSans_bold";
    src: url(../fonts/PT_Sans/PTSansBold.woff) format("opentype")
}

@font-face {
    font-family: "PTSans_regular";
    src: url(../fonts/PTSans/PTSANSPRO.OTF) format("opentype")
}

@font-face {
    font-family: "lobster";
    src: url(../fonts/Lobster/lobsterRegular.woff) format("opentype")
}


body {
	font-family: PTSans_regular;
	background: #fff;
	background-attachment: fixed;
}


h1 {
	margin: 20px 0;
	font-size: 24px;
}
a {
	color: #323232;
	cursor: pointer;
}
a:hover, a:active, a:focus {
	color: #ec5c5e;
}
img{
	max-width: 100%;
}
#top img{
	max-width: none;
}
.red-link,
.red-links a{
	color: #ec5c5e;
}
.fa {
}
.links span.active{
	border: 1px solid #ec5c5e;
    padding: 4px 8px;
    border-radius: 4px;
    color: #ec5c5e;
}
.links a{
	
	color: #63b85e;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #63b85e;
}
.links a:hover{
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #63b85e;
    background: #63b85e;
}
.links{
	padding: 6px;
	}
i.required {
	color: #00b8ff;
}
.inline-block{
	display: inline-block;
	vertical-align: middle;
}
.hr-margin-5{
	margin-top: 5px;
	margin-bottom: 5px;
}

.content-wrapper{
	background: #fbfafa;
	/* background-image: url(/catalog/view/theme/default/image/bg_all.png); */
}

/* override bootstrap styles */



.description a {
    color: #04a651;
    text-decoration: underline;
}

.breadcrumb > li{
	display: inline;
}
.breadcrumb>li+li:before{
	content: '/';
    padding: 0 5px;
    color: #ccc;
}
.btn-link{
	color: #333;
}


.payment__ofer{
	margin-top: 20px;
	color: #747474;
	font-size: 12px;
}
.payment__ofer a{
	color: #747474;
	font-size: 12px;
	text-decoration: underline;
}
button.mfp-close, button.mfp-arrow {
	font-size: 40px;
    color: #000;
}

.review-list {
    padding: 10px;
    border: solid 1px #efefef;
    margin-bottom: 15px;
}
.payment__ofer{
	margin-bottom: 20px;
}

.pagination-wrapper{
	margin-bottom: 30px;
	margin-top: 10px;
}

.pagination-wrapper .col-sm-6.text-left{
	width:auto;
	float:none;
	text-align: left;
}
.pagination-wrapper .col-sm-6.text-right{
	width:auto;
	float:none;
	text-align: left;
	font-weight: 300;
	font-size: 12px;
}

.pagination{
	margin: 0;
	font-size: 14px;
  line-height: 1.42857143;
}
.pagination>li>a, 

.pagination>li>span{
	color: #888;
	
}
.sidebar__link {
    display: block;
    color: #595a5a;
    font-size: 14px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 12px;
}
.sidebar__item {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 1px;
    background: #fff;
    border-radius: 5px;
}
.sidebar__list a {
    padding-left: 15px;
}
.sidebar__list {
    padding: 0;
    border-bottom: 1px solid #edeef1;
    position: relative;
    line-height: 43px;
    background: #fff
}
.sidebar__list .closed, .sidebar__list .caticon {
    cursor: pointer;
}
.sidebar__list a + ul {
    display: none;
}
.sidebar__link::after {
    content: '';
    background: url(../image/icons/strelka_top-black.png) no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}
.sidebar__list .closed:after {
    content: '';
    background: url(../image/icons/strelka_down.png) no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 12px;
    margin-top: 10px;
}

.sidebar__list .closed, .sidebar__list .caticon {
    cursor: pointer;
}
.sidebar__list .activeul + a + ul {
    display: block;
    background: #fff;
    list-style: none;
    padding: 0 0 0 15px;
}
.welcomme{
	display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 5px;
	
}

.header-nav-menu__link {
    color: #000000;
    font-size: 16px;
}

.sidebar__list a.active:before {
    content: '';
    position: absolute;
    border-left: 3px solid #04a651;
    width: 3px;
    left: 0;
    top: 0;
    height: 45px;
}
.sidebar__list a.active + ul {
    display: block;
    background: #fff;
    list-style: none;
    padding: 0 0 0 15px;
}
.sidebar__list a.active {
    font-weight: 700;
}

.popular-categories__item.full {
    margin-right: 0;
    margin-bottom: 20px;
    vertical-align: top;
    border-radius: 5px;
    text-align: center;
}
.name_cat {
    text-align: center;
    padding: 10px 0;
}

.name_cat a {
    text-transform: uppercase;
    font-size: 16px;
}
.new_dising_welc{
	padding:0;
}
.new_dising{
	padding:0;
}

label{
	font-weight: normal;
}
.required > label:before{
	content: "* ";
	color: #f00;
}
#tab-description p a:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../image/icons/pdf-icon1.png)no-repeat;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

#show-modules-col-left > .hid-icon,
#show-modules-col-left.open > .show-icon,
#show-modules-col-right > .hid-icon,
#show-modules-col-right.open > .show-icon{
	display: none;
}

#show-modules-col-left > .show-icon,
#show-modules-col-left.open > .hid-icon,
#show-modules-col-right > .show-icon,
#show-modules-col-right.open > .hid-icon{
	display: inline-block;
}

.col-show-button{
	margin-bottom: 20px;
}
.common-home .col-show-button{
	display: none!important;
}

.image-radio{
	display: inline-block;
}
.image-radio input{
	display: none;
}
.image-radio img{
	cursor: pointer;
}

.image-radio input:checked +img{
	border-color: #444;
background-color: #444;
}

@media (min-width: 768px) {
	.image-radio img{
		max-width: 39px;
	}
}
@media (min-width: 992px) {
	.image-radio img{
		max-width: 41px;
	}
}
@media (min-width: 1200px) { 
	.image-radio img{
		max-width: 44px;
	}
}

.dropdown-menu .divider {
	margin: 5px 0;
}


/* new helper classes */

@media (max-width: 767px) { 
	.text-right-xs{
		text-align: right;
	}
	.text-left-xs{
		text-align: left;
	}
	.text-center-xs{
		text-align: center;
	}
	.dropdown-menu.pull-left-xs{
		left: 0;
		right: auto;
	}
	.hid-col-left,
	.hid-col-right{
		display: none;
	}
	.hid-col-left.show,
	.hid-col-rigth.show{
		display: block;
	}
	.common-home .hid-col-left,
	.common-home .hid-col-right{
		display: block;
	}
	}
@media (min-width: 768px) { 
	.text-right-sm{
		text-align: right;
	}
	.text-left-sm{
		text-align: left;
	}
	.text-center-sm{
		text-align: center;
	}
}
@media (min-width: 992px) {
	.text-right-md{
		text-align: right;
	}
	.text-left-md{
		text-align: left;
	}
	.text-center-md{
		text-align: center;
	}
}
@media (min-width: 1200px) { 
	.text-right-lg{
		text-align: right;
	}
	.text-left-lg{
		text-align: left;
	}
	.text-center-lg{
		text-align: center;
	}
}

.visible-xs-inline{
	display: none;
}
@media (max-width: 768px) {
	.visible-xs-inline{
		display: inline;
	}
}

.display-table{
	display: table; 
	width: 100%; 
	height: 100%;
}
.display-table-cell{
	display: table-cell; 
	width: 100%; 
	height: 100%; 
	vertical-align:middle;
}

.caretalt{
	transition: transform ease 0.2s;
	font-size: 16px;
}
.open .caretalt{
	transform: rotate(-180deg);
	transition: transform ease 0.2s;
}


.alert-alt {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-info-alt {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-success-alt {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-danger-alt {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-warning-alt {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

/* top line*/
#top {
	border-bottom: 1px solid #f0f0f0;
	padding-top: 3px;
	padding-bottom: 5px;
}
.container-fluid .menu-line{
	 background: #c0a89c;
	/*  background: #4CAF50; */
}	
.bar-subskribe{
	height: auto;
	padding:15px;
	background: rgb(165,222,159);
	background: -moz-linear-gradient(left, rgb(165,222,159) 0%, rgb(117,198,104) 17%, rgb(138,173,228) 34%, rgb(171,166,246) 62%, rgb(238,100,99) 81%, rgb(244,189,212) 100%);
	background: -webkit-linear-gradient(left, rgb(165,222,159) 0%,rgb(117,198,104) 17%,rgb(138,173,228) 34%,rgb(171,166,246) 62%,rgb(238,100,99) 81%,rgb(244,189,212) 100%);
	background: linear-gradient(to right, rgb(165,222,159) 0%,rgb(117,198,104) 17%,rgb(138,173,228) 34%,rgb(171,166,246) 62%,rgb(238,100,99) 81%,rgb(244,189,212) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5de9f', endColorstr='#f4bdd4',GradientType=1 );
}
#top .btn-group{
	margin: 0 3px;
}
#top .pull-left > div:first-child .btn-group{
	margin-left: 0;
}
#top .pull-right > div:last-child .btn-group{
	margin-right: 0;
}
#top .btn{
	padding-top: 0px;
	padding-bottom: 0px;
	padding:0;
	background: none;
	box-shadow: none;
}
#top .btn:hover{
	box-shadow:none;
}
#top .btn a{
	text-decoration: none;
}
#top .btn img{
	vertical-align: baseline;
}
#top .btn .badge{
	border-radius: 4px;
	background: none;
	color:#333;
}

#top .btn .caretalt{
	color: #777;
}

#top .btn .icon, #top .btn .icon{
	color: #777 ;
}
#top .btn:hover .icon, #top .btn:hover .icon{
	color: #E65136 ;
}
#top .dropdown-menu{
	z-index: 1012;
	min-width: 100%;
}
#top .dropdown-menu > li > a{
	padding-left: 10px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	#top .btn-group{

		margin-left: 2px;
		margin-right: 2px;
	}
	#top .btn{
		padding-left: 4px;
		padding-right: 4px;

	}
}

.dropdown-menu-icon{
	font-size: 14px;
	text-align: center;
	color: #777;
}
a:hover .dropdown-menu-icon{
	color: #E65136;
}
.list-group{
	//margin-top:25px;
}
.list-group-icon{
	font-size: 14px;
	width: 20px;
	text-align: center;
	color: #777;
}
.sales_reklam {
	background: #fff;
}
.sales_reklam .title{
	font-size: 20px;
    margin-bottom: 15px;
    font-family: PTSans_regular;
}
.sales_reklam ul{}
.sales_reklam ul li{   
	text-decoration: underline;
    font-family: Roboto Light;
    padding-bottom: 5px;
    font-size: 12px;}
.sales_reklam ul li a{
	text-decoration: underline;
    font-family: Roboto Light;
    padding-bottom: 5px;
    font-size: 12px;
}
a:hover .list-group-icon{
	color: #E65136;
}

.card-icon{
	line-height: 42px; 
	width: 50px; 
	text-align: center; 
	font-size: 42px; 
	color: #aaa;
}
.well:hover .card-icon{
	color: #E65136;
}

.input-group-addon .fa{
	width: 18px;
	text-align: center;
}
#filter_form .filter_left{
	margin-bottom: 80px;
    padding-right: 15px;
    margin-left: 15px;
}
#filter_form .col-md-3{
	    width: auto;
		padding: 0;
}
#filter_form .dropdown-menu .input_price{	    
	white-space: nowrap;
    display: inline-block;
	padding: 10px 10px;
	}
#filter_form li{
	    white-space: nowrap;
    display: inline-block;
}
#filter_form .btn-default{
    padding: 8px 8px;
    border-radius: 0;
    border: none;
	background:#efefef;
}
/* logo */
#logo {
	padding: 12px 0;
	position: relative;
}

#logo img{
	margin: auto;
}
@media (max-width: 992px) {
	#logo {
		padding: 20px 0 10px 0;
	}
	.description .welcomme{
		display:none;
		}
}
@media (min-width: 992px) {
	#logo img{
		margin-left: auto;
	}
	
}

/* phone */
#phone {
	padding: 10px 0;
	position: relative;
}
@media (min-width: 992px) {
	#phone {
		margin-left: -10px;
	}
}
#phone .phone {
font-size: 17px;
line-height: 20px;
position: relative;
display: inline-block;

}
#phone .main-phone {
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}
#phone .phone .icon{
	color: #ccc;
	font-size: 18px;
}
#phone .hint{
	display:block;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	color: #aaa;
	margin-right: 10px;
	margin-left: 10px;
}
#phone .allcontacts{
	min-width: 100%;
	margin-top: 7px;
	z-index: 1012;
}
#phone .fu{
	width: 16px;
	text-align: center;
	padding: 1px 0;
}
#phone .max16{
	max-width: 16px;
}
#phone .schedule{
	padding: 0 20px;
}


@media (min-width: 992px) {
	#phone {
		padding: 12px 0;
	}
}

/* header menu2 */
		/*second level*/
		.second-title {
			display: block;
			width: 236px;
			height: 38px;
			padding-left: 42px;
			line-height: 36px;
			text-decoration: none;
		    position: relative;
			font-size: 13px;
			border-bottom: 1px solid #eee;
			overflow: hidden;
		}
		.second.vis .second-title {
			color: #fff;
			background: #FE9E21;
			text-shadow: 1px -1px #e8880f;
			line-height: 36px;
			overflow: visible;
		}
	   .second.vis .second-title:after {
			content: '';
			position: absolute;
			right: -38px;
			bottom: 0px;
			border: 19px solid transparent;
			border-left: 20px solid #FE9E21;
			z-index: 20;
	   }

	   	   
	   .second-title > span {
			position: absolute;
			left: 8px;
			top: 6px;
	   }
	   .second-title > i {  
	       position: absolute;
			display: block;
			right: 10px;
			z-index: 21;
			font-size: 24px;
			top: 5px;
		}
	   
		.second-ch {
	       width: 236px;
	   }
	   
	   .second > div {
			/*position: relative;*/
	   }
	   .level3 {
			display: none;
			position: absolute;
			top: 0;
			margin-left: 278px;
			border-left: 1px solid #ccc;
			background: #f0f0f0;
			width: 726px;
			padding: 20px 10px 10px 10px;
			z-index: 1;
			overflow: visible;
		}
		
		/*li.second:first-child .level3{display: block;}*/
		.second-ch.vis .level3{display: block;}
		
		.level3 > ul > li {
			display: inline-block;
			vertical-align: top;
			height: 165px;
			width: 118px;
		}
		
		.level3 > ul > li > div {	
			min-height: 155px;
			text-align: center;
			border: 1px solid #F0F0F0;
			margin-bottom: 10px;
			border-radius: 5px;
		}
		
		.level3 > ul > li > div:hover {
			background: #fff;
			border: 1px solid #eee;
			border-radius: 5px;
			/*min-height: 155px;*/
			overflow: hidden;
			box-shadow: 2px 1px 1px #ccc;
			z-index: 20;
			padding: 10px;
			margin-left: -10px;
			margin-top: -10px;
			position: relative;
			width: 116px;
		}
		
		.level3 > ul > li.sub {
			width: 236px;
			position: relative;
		}

		.level3 > ul > li.sub > div:hover  {
			width: 233px;
			position: absolute;
			z-index: 100;
		
		}
		
		.level3 > ul > li > div > a{
		    text-decoration: none;
		}
		
		.level3 > ul > li > div > a > span {
			display: block;
		}
		

		.level3 > ul > li > div > a > span.level3-title {
		    color: #0156a9;
			height: 38px;
			font-size: 12px;
			line-height: 16px;
		}
		.level3 > ul > li > div:hover > a > span.level3-title:hover {
			text-decoration: underline;
		}
		
		.level3 > ul > li > div:hover > a > span.level3-title {
			color: #ff3c00
		}
		


		.level3 > ul > li.sub > div > a > span.level3-image {
			width: 110px; 
			padding-left: 4px;
		}
		.level4 {
			position: relative;
			margin-left: 107px;
			margin-top: -83px;
			width: 125px;
			height: 110px;
			overflow: hidden;
		}
		.level3 > ul > li.sub > div:hover .level4 {
			height: auto;
		}

		.level4:after {
			content: '';
			height: 35px;
			left: 0;
			right: 0;
			bottom: 0;
			position: absolute;
			bottom: 0;
			background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f0f0f0 100%, #f0f0f0 30%, #f0f0f0);
			background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #f0f0f0 100%, #f0f0f0 30%, #f0f0f0);
			background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #f0f0f0 100%, #f0f0f0 30%, #f0f0f0);
			background: linear-gradient('to bottom', rgba(255, 255, 255, 0), #f0f0f0 100%, #f0f0f0 30%, #f0f0f0);
		}
		
		.level3 > ul > li.sub > div:hover .level4:after {
			display: none
		}

		
		.level4 > ul > li > a {
			color: #555;
			text-decoration: none;
			position: relative;
			display: block;
		}
		.level4 > ul > li > a > span {
			margin-left: 10px;
			display: block;
			line-height: 14px;
			margin-bottom: 4px;
		}
		.level4 > ul > li > a:hover {
			text-decoration: underline;
		}
		
		.level4 > ul > li > a .fa {
			color: #000;
			left: 0;
			position: absolute;
			font-size: 16px;
			top: -2px;
		}
		
		.more-cat-left {
			width: 10%;
			float: left;
			font-size: 16px;
			color: grey;
			vertical-align: middle;
			line-height: 28px;
		}		
		.more-cat-right {
			width: 90%;
			float: right;
		}
		
		.more-cat-right ul li {
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		.more-cat-right ul li a {
			text-decoration: none;
		}		
		.more-cat-right ul li a:hover {
			text-decoration: underline;
		}
		
		.more-cat-right ul li span {			
			vertical-align: bottom;
			line-height: 26px;
			font-size: 14px;
		}
		.more-cat-right ul li span + span {	
			margin-left: 10px;
		}

/* cosmio menu css*/
#cmenu {
			height: 45px;
			max-height: 36px;
			list-style: none;
			padding-right: 35px;
			padding-left: 3px;
			width: 100%;
			padding: 0;
			margin: 0 auto auto auto;
			position: relative;
			z-index: 16;
			max-width:1360px
		}
		
		#cmenu.gogogo {
			z-index: 1001;
		}
			

		#cmenu ul {
			list-style: none;
			margin: 0;
			padding: 0;
			text-align:left;
		}

		#cmenu > ul > li {
			text-align: center;
			float: left;
			padding: 0px 10px;
			color: #4e4d4d;
			font-size: 11px;
			/* border-left: 1px solid #2DA3EC;
			border-right: 1px solid rgb(32, 113, 188); */
		}
		#cmenu > ul > li:hover {
			background-color: #00000047;
			}
		
		#cmenu > ul > li.vis {
			padding: 0px 10px;
			border-left: 1px solid #0065E0;
			border-right: 1px solid #0065E0;
			color: #323232;
			height: 44px;
			background: #084786;
		}
			
		#cmenu > ul > li:first-child {
			/*border-left: 0;*/
		}			
		
		#cmenu > ul > li:last-child {
		 /*	border-right: 0;*/
		}				
		
		#cmenu > ul > li:first-child.vis {
		 /*	padding-left: 8px;
			margin-right: -2px;*/
		}	
			

		
		/*
		#cmenu > ul > li.vis > div { 
		   opacity: 1;
		   height: auto;
		   width: 100%;
		   transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
		   -moz-transition-delay: 0.2s;
		}*/
		
		#cmenu.gogogo > ul > li.vis > div { 
		   opacity: 1;
		   height: auto;
		   width: 100%;
		   /*
		   transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
		   -moz-transition-delay: 0.2s;
			*/
		}
		
		#cmenu > ul > li > a {
			font-family: Roboto Bold;
			color: #fff;
			font-size: 12px;
			text-decoration: none;
			display: table-cell;
			vertical-align: middle;
			height: 35px;
			text-transform: uppercase;
		}	
		
		/*
		#cmenu > ul > li.vis > a{
		    padding: 0 10px 10px 10px;
		}
		*/
		.fl-left {
			position: absolute;
			width: 100%;
			bottom: -2px;
			left: 0px;
		}
		.fl-right .fa {
			font-size: 22px!important;
			color: #8DC8FF;
		}
		
		#cmenu > ul > li.vis .fl-left {
			/*
			bottom: -4px;
			left: -1px;
		*/
		}
		
		
		#cmenu > ul > li.vis + li {

		}
		
			

	
	#cmenu > ul > li > a > span {
		display:block;
	}
			
			
	#cmenu > ul > li.active {
		background-color: #00000047;
	}	
	

	#cmenu > ul > li.active > a{
		color: #fff;
	}
		
	#cmenu > ul > li.active:hover > a{	
			/*color: #000;*/
	}
		
		#cmenu > ul > li > div {
			position: absolute;
			z-index: 101;
			border-bottom: 0;
			
			left: 0px;
			top: 45px;
			width: 0; 
			opacity: 0; 
			height: 0;
			overflow: hidden;	
			padding: 0 10px 30px 10px;
			margin-left: -10px;
		}


		#cmenu > ul > li > div > div {
			padding: 0px 10px 20px 0px;
			width: 1014px !important;
			margin: 0 auto !important;
			/*overflow: hidden;*/
			padding-bottom: 30px;
			background: #fff;
			box-shadow: 2px 2px 7px #bbb;
			border-bottom: 1px solid #ccc;
		}
	

		
		#cmenu .cmenu_item{
			/*
				halfhope fix
				original image file
				http://modcom.kz/catalog/view/theme/9responsive2_violet/image/menu_sprite.png
			
			background: url('data:image/png;base64,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') no-repeat;
			*/
		}
		/*
		#cmenu .item_0 {
				background-position: 22px 4px;
		}
		#cmenu .item_0:hover {
				background-position: 21px -100px;
				background-color:#fff;
		}
		#cmenu .item_1 {
				background-position: -90px 4px;
		}
		#cmenu .item_1:hover {
			background-position: -90px -100px;
			background-color:#fff;
		}						
		#cmenu .item_2 {
				background-position: -200px 4px;
		}
		#cmenu .item_2:hover {
			background-position: -200px -100px;
			background-color:#fff;
		}							
		#cmenu .item_3 {
				background-position: -334px 4px;
		}
		#cmenu .item_3:hover {
			background-position: -334px -100px;
			background-color:#fff;
		}							
		#cmenu .item_4 {
				background-position: -464px 4px;
		}
		#cmenu .item_4:hover {
			background-position: -464px -100px;
			background-color:#fff;
		}							
		#cmenu .item_5 {
				background-position: -622px 4px;
		}
		#cmenu .item_5:hover {
			background-position: -622px -100px;
			background-color:#fff;
		}							
		#cmenu .item_6 {
				background-position: -780px 4px;
		}
		#cmenu .item_6:hover {
			background-position: -780px -100px;
			background-color:#fff;
		}						
		#cmenu .item_7 {
				background-position: -928px 4px;
		}
		#cmenu .item_7:hover {
			background-position: -928px -100px;
			background-color:#fff;
		}
		*/
		/*test*/
			
			
		.multiline_item {
			line-height:15px;
			display:inline-block;
			vertical-align:
			middle;
			width:90%;
		}
		
		

/* header menu */
#header-menu{
	padding: 10px 0 20px 0;
}
#header-menu .btn{
	line-height: 20px;
	font-size: 15px;
}
#header-menu .btn span{
	border-bottom: 1px solid #ddd;
}
#header-menu i{
	color: #ccc;
}
@media (min-width: 992px) {
	#header-menu {
		padding: 33px 0 33px 0;
	}
}

/* search */
#search {
	position: relative;
	padding: 27px 0;
	z-index: 1011;
	width:100%;
}
#search .glyphicon-search {	
	color:#99d093;
	font-size: 15px;
    font-weight: 100;
}
#search .btn{
/* 	padding-top: 10px;
	padding-bottom: 10px; */
}
#change_category{
	background-color: #eee;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	border-right-width: 0px;
	border-color: #ccc;
}
#change_category .category-name{
	display: inline-block;
	vertical-align: bottom;
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#search .btn .caret{
	color: #ccc;
}
#search-button{
    background: none;
    color: #333;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    border-color: #ccc;
    border-left: none;
}
#search .form-control{
	height: auto;
	border-right: none;
}

/* prome */
.promo-header{
	padding: 14px 0;
}
.promo-header p{
	margin: 0;text-transform: uppercase;
	
}
.promo-header a{
	color: #e85656;font-size: 12px;
	
}
/* cart */
#cart {
	position: relative;
	padding:10px 0;
	border-radius: 5px;
	z-index: 1010;
}
#cart  > .btn{
	width: 100%;
    background: none;
    border: none;
	box-shadow: none;
}
#cart > .btn > .fa{
	line-height: 32px;
	float: right;
	color: #fff;
}

#cart > .btn > .fa-shopping-cart{
	border: 1px solid #e85656;
    border-radius: 31px;
    font-size: 24px;
    padding: 5px;
    width: 37px;
    height: 37px;
    text-align: left;
    color: #e85656;
	line-height: normal;
	float: left;
    margin-right: 5px;
}
#cart > .btn #cart-total{
	display: block;
    color: #e85656;
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    padding: 8px 0;
	
}
#cart > .btn .cart-total{
	display: block;
    color: #e85656;
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    padding: 8px 0;
	
}
#cart > .btn #cart-total b{
	color: #e85656;
}
#cart .products, #cart .prices{
	line-height: 32px;
	font-size: 14px;
	white-space: no-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
.cart_item_count{
	position: absolute;
    margin-left: 24px;
    top: 0px;
    background: #68ba60;
    color: #fff;
    height: 17px;
    border-radius: 4px;
    width: 17px;
    font-size: 12px;
	left: 12px;
}
/* ЛК */
	.lk-items-count, .lk-items-total{
	color: #fff;
    font-size: 16px;
	}
	.lk-basket-main .discount{
	font-size: 60px;
	display: inline-block;
    float: left;
	}
	.lk-basket{
	background: #62b358;
    height: 185px;
	width: 100%;
	}
	.button-more:hover{color: #fff;}
	
	.button-more{
    padding: 5px;
    border: 1px solid #fff;
    display: block;
    float: left;
    color: #fff;
    position: absolute;
    bottom: 17px;
	}
.lk-basket, .lk-sales, .lk-dop-menu{	
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    letter-spacing: .2px;
    padding: 16px 20px 0;
    position: relative;
    vertical-align: top;
	margin: 0 0 19px;
	}
	
.lk-sales{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    height: 185px;
    background: #6984e3;
}	
.lk-dop-menu{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    height: 185px;
    background: #f24f50;
}
	.lk-content-title{
	border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 14px;
    position: static;
    text-transform: uppercase;
    text-decoration: none;
    word-spacing: 2px;
	
	}
	
@media (min-width: 992px) {
	#cart .products, #cart .prices{
		line-height: 16px;
		font-size: 13px;
		display: block;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

/* menu */
#menu {
	border-radius: 6px;
	margin-bottom: 20px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	z-index: 1009;
}
#menu a{
	text-decoration: none;
}
#menu .btn-menu{
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: -1px -1px 0px rgba(0,0,0,.1);
	border-radius: 6px;
	padding: 10px 17px 10px 13px;
	z-index: 1001;

    background-color: #42beee;
    border-color: #27b8f1;
}
#menu:active{
	box-shadow: none;
}
.common-home #menu:active{
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.common-home .btn-menu:active{
	box-shadow: none;
}

#menu.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu.open .btn-menu{
	border-radius: 6px 6px 1px 1px;

}

#menu .btn-menu > .fa{
	float: right;
	line-height: 20px;
}



#menu #menu-list{
	width: 100%;
	border-color: #ddd;
	border-radius: 0px 0px 4px 4px;
	padding: 0;
	margin: -1px 0 0 0;
}
#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: #00b8ff;
	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 + li{
	border-top: 1px solid #eee;
}
#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{

	color: #00b8ff;
	position: relative;
	z-index: 1009;

}
#menu #menu-list  > li.hover > a{
  background: #f5f5f5;
	color: #00b8ff;
	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;
}
#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 #eee;
}
#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: #00b8ff;
}


@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: -5px;
		min-height: 100%;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 5px 0 25px;
		margin-top: -1px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0,0,0,0.4);
		box-sizing: content-box;
		z-index: 1008;
		overflow:hidden
	}
	
	#menu .see-all-categories{
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		line-height:24px;
		font-size:12px;
		border-top:1px solid #eee;
		background:#f5f5f5;
		text-align:center;
	}
	#menu .see-all-categories a{
		display: block;
	}
	#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;
		font-weight: 600;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box .h5 a:hover{
		background: none;
		color: #00b8ff;
	}
	
	
	
	#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: illine;
		padding: 0;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box  a:hover{
		background: none;
	}
	.common-home #menu #menu-list{
		display: block;
	}
	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}
	.common-home #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: 1200px) {
	.box-col-3{width: 325.4%;}
	.container {
    width: 1200px;
}
}


/* main layouts */
#content {
	background-color:#fff;
	margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.breadcrumb  {
	background: none;
	font-size: 13px;
	padding: 0 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    padding-bottom: 10px;
}

#column-left{
	
}
#column-right{
	
}

/* buttons */
.btn-addtocart{
    color: #fff;
    background-color: #63b85e;
    border-color: #fff;
	/* padding: 5px 96px; */
    max-width: 100%;
    width: 25%;
	border-radius: 25px;
}
.btn-addtocart:hover, .btn-addtocart:active, .btn-addtocart.active, .open>.dropdown-toggle.btn-addtocart{
	color: #63b85e;
	background-color: #fff;
	border-color: #63b85e;
}
.btn-wc{
	text-align: left;
}


/* box product */
.box-product .panel-heading{
	overflow: hidden;
    font-size: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    padding: 15px 60px 15px 15px;
    margin: 0;
}
.category_featured  .panel-default {
    margin-bottom:0px;
	border-radius:0;
}
.product-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -40px;
    right: 5px;
    height: 35px;
}
.description_home{
	background: #fff;
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 25px;
}

.category_featured  .panel-heading {
    width: 13%;
    background: #ed6667;
    text-overflow: unset;
    white-space: unset;
    padding: 8px;
    margin: 0;
    border-radius: 0;
    border: none;
	min-width:120px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
	color: #fff;
}
.bg_plyaska{
	overflow:hidden;background: rgb(165,222,159);background: -moz-linear-gradient(left, rgb(165,222,159) 0%, rgb(117,198,104) 17%, rgb(138,173,228) 34%, rgb(171,166,246) 62%, rgb(238,100,99) 81%, rgb(244,189,212) 100%);background: -webkit-linear-gradient(left, rgb(165,222,159) 0%,rgb(117,198,104) 17%,rgb(138,173,228) 34%,rgb(171,166,246) 62%,rgb(238,100,99) 81%,rgb(244,189,212) 100%);background: linear-gradient(to right, rgb(103, 189, 94) 0%,rgb(84, 154, 72) 17%,rgb(87, 135, 210) 34%,rgb(136, 129, 255) 62%,rgb(241, 72, 71) 81%,rgb(244,189,212) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5de9f', endColorstr='#f4bdd4',GradientType=1 );padding: 4px;margin-bottom: 20px;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
   /* border-color: #42beee; */
}
.panel-default {
    border: none;
    border-radius: 0;
}
.box-product .panel-body{
	padding: 0;
}
.box-product .product-item{
	position: relative;
	text-align: center;
	padding: 0;
}
.box-product .product-item .image{
	position: relative;
	padding: 5px 15px;
	min-height: 190px;
}
.box-product .product-item .image img{
	margin: 0 auto;
	max-width: 180px;
}
.box-product .product-item .image .sticker{
	position: absolute;
	background: #f15151;
	left: 0;
	top: 10px;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px 5px 15px;
	opacity: 0.9;
	cursor: default;
	transition:padding ease 0.3s;

		border-radius: 0; 
		
}

.box-product .product-item .image .sticker:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	border-bottom: 30px solid transparent;
  border-left: 10px solid #f15151;

}
.box-product .product-item:hover .image .sticker{
	opacity: 1;
		
}
.box-product .product-item:hover .image .sticker.with-date{
	
	
}
.box-product .product-item   .countdown{
	position: absolute;
	left: 15px;
	bottom: 15px;
	box-sizing: border-box;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	opacity: 1;
	background: #eee;
	color: #000;
	white-space: nowrap;
	transition: all ease 0.3s;
	border: 1px solid #ddd;
		border-radius: 4px;
}

.box-product .product-item:hover   .countdown{
	
	transition: all ease 0.3s;
}
.box-product .product-item   .countdown  .fa{

}
.box-product .product-item:hover   .countdown  .fa{

}
.box-product .product-item   .countdown > span{
	


}
.box-product .product-item:hover   .countdown > span{


}
.box-product .product-item:hover   .countdown > span{
	max-width: 200px;
	transition: max-width ease 0.3s;
}
.box-product .product-item  .caption{
	padding: 0 15px 10px;
}
.box-product .product-item  .name{
	position: relative;
	overflow: hidden;
	height: 36px;
	margin: 0 0 7px 0;
}
.box-product .product-item  .name a{
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.box-product .product-item  .price{
	font-size: 18px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.box-product .product-item  .price-old{
	color: #adadad;
	font-size: 16px;
	font-weight: 300;
	text-decoration: line-through;
}
.box-product .product-item  .price-new{
	font-weight: 600;
}
.box-product .product-item  .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
.box-product .product-item .buttons{
	padding: 0 15px 12px 15px;
}
.box-product .product-item:hover .btn-addtocart{
	color: #63b85e;
	background-color: #fff;
	border-color: #63b85e;
}
.box-product .product-item:hover .btn-addtocart:hover,.box-product .product-item:hover .btn-addtocart:active,.box-product .product-item:hover .btn-addtocart.active{
	color: #63b85e;
	background-color: #fff;
	border-color: #63b85e;
}
.caption .addtocart-additional > li a{
	/* //padding-left: 10px; */
	padding-right: 10px;
}
.caption .addtocart-additional{
	padding:0;
	text-align: right;
}
.caption .addtocart-additional li{
	display:inline-block;
}
.box-product-nocarousel .panel-body{
	padding: 0 10px;
}
.product-item-nocarousel{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 15px;
}
@media (min-width: 1200px) {
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		
		width: 20%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(5n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(5n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 25%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(4n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (min-width: 992px ) and (max-width: 1200px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 25%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(4n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(4n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 33.3333333333%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(3n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (min-width: 768px ) and (max-width: 992px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 33.33333%;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(3n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(3n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
}
@media (min-width: 480px ) and (max-width: 768px){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		width: 50%;
		float: left;
	}
	.col-sm-12 .product-item-nocarousel:nth-child(2n),
	.container > .box-product-nocarousel .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-9 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-9 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
	.col-md-6 .product-item-nocarousel{
		width: 50%;
	}
	.col-md-6 .product-item-nocarousel:nth-child(2n){
		border-right: none;
	}
}
@media (max-width: 480px ){
	.col-sm-12 .product-item-nocarousel,
	.container > .box-product-nocarousel .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
	.col-md-9 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
	.col-md-6 .product-item-nocarousel{
		border-right: none;
		width: 100%;
	}
	.related-products  .product-item{
		min-width:48%!important;
		}
}
#column-left .product-item-nocarousel,
#column-right .product-item-nocarousel,
#home_position_1 .product-item-nocarousel,
#home_position_4 .product-item-nocarousel{
	border-right: none;
	width: 100%;
}
form > .buttons{
	margin-bottom: 20px;
}




/* product page */
.inline-info{
	display: inline-block;
	margin-right: 25px;
	font-size: 13px;
	color: #00b8ff;
}
.inline-info b{
	font-weight: normal;
	color: #333;
}
.inline-info-right{
	display: inline-block;
	font-size: 13px;
}
.stars{
	display: inline-block;
	color: #ccc;
	font-size: 14px;
	margin-right: 7px;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
 .stars .active{
	color: #00b8ff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
@media (min-width: 992px) {
	.inline-info-right{
		float: right;
	}
}
.prod-rat{
	font-size: 0;
	color: #ccc;
	display: inline-block;
	vertical-align: middle;
}
.prod-rat *{
	margin: 0;
}
.prod-rat input{
	display: none;
}
.prod-rat label .fa{
	font-size: 28px;
	padding: 2px 4px 2px 0px;
	cursor: pointer;
}
.rat-star.active{
	color: #42beee!important;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.rat-star.checked{
	color: #42beee;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.thumbnails {
	background: #fff;
	margin-bottom: 20px;
}
.thumbnails .main-image-wrapper{
	text-align: center;
	margin-bottom: 10px;
}
.thumbnails .main-image{
	display: inline-block;
	
}
.images-additional {
	text-align: left;
	font-size: 0;
	margin-left: -5px;
}
.images-additional .thumbnail{
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
}
#product_fix{
/* 	background-color:#f8f8f8;
	box-shadow: 0px 0px 9px 4px #00000019; */
 border-left: 1px solid #f1f1f1;
}
#product .price .priceBig{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	font-family: roboto medium;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#product .price .price-old{
	color: #00b8ff;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
}
#product .price .tax,
#product .price .points{
	color: #777;
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
}
#product .radio-checbox-options{
	display: inline-block;

}
#product .radio-checbox-options input{
	display: none;

}
#product .radio-checbox-options label {
	padding: 3px 5px;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-weight: normal;
	cursor: pointer;
}
#product .radio-checbox-options label:hover {
	background: #f5f5f5;
	border: 1px solid #aaa;
}
#product .radio-checbox-options label .option-price{
	padding: 0 3px;
	font-size: 12px;
	display: inline-block;
	background: #eee;
	border-radius: 3px;
}
#product .radio-checbox-options label:hover .option-price{
	background: #fff;
}
#product .radio-checbox-options input:checked + label {
	color: #fff;
  background-color: #42beee;
  border-color: #27b8f1;
}
#product .input-group-addon, .input-group-btn{
	width:auto;
}
#product .radio-checbox-options input:checked + label .option-price{
	background: rgba(255,255,255,.3);
}
.quantity-plus-minus{
    padding: 0;
    background: #f9f9f9;
    margin: 0;
}
.input-group.quantity {border-radius: 2px;border: 1px solid #f4f4f4;}
.input-group.quantity #input-quantity, #cart_info .input-sm{
	text-align: center;
    border: none;
    margin: 0;
    box-shadow: none;
}
.quantity-plus-minus .btn{
/* 	display: block;
	padding: 0;
	border-radius: 0;
	line-height: 14px;
	background: #eee;
	width: 25px;
	text-align: center;
	border-top-color: #fff;
	border-left-color: #fff; */
}
.quantity-plus-minus .btn:first-child{
	border-radius: 4px 0 0 0;
	border-bottom-color: #ccc;
}
.quantity-plus-minus .btn:last-child{
	border-radius: 2px;
    margin-right: 0;
    border: none;
    background: none;
    color: #000;
	}
@media (max-width: 992px) {
	.quantity{
	margin-bottom: 10px;
	}
.catalog-left-menu {
	background: #fff;
    padding: 10px;
}   
.logo-line{display:none}
.catalog-left-menu li a{    
	padding: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(51,51,51,.2);}
.catalog-left-menu li{
	margin: 0 5px 9px;
    display: inline-block;
    padding: 0;
	}
}
.related-products{
	border-color: #ccc;
}
.product-tabs{

}
.product-tabs > li > a{
	border-color: #ddd;
	background: #f5f5f5;
	margin-right: 5px;
	margin-top: 4px;
}
.product-tabs > li > a:hover{
	border-color: #ccc;
	background: #f5f5f5;
}
.product-tabs > li.active > a{
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
}
.product-tabs > li.active > a:after{
	content: "";
	position: absolute;
	background: inherit;
	width: 100%;
	height: 10px;
	top: 100%;
	left: 0;
}
.tab-content{
	padding: 15px 0;
}
.capcha{
padding: 0;
overflow: hidden;
}
.capcha img{
margin: -2px -1px -1px -1px;
}

.bsic-capcha-wrapper{
	overflow: hidden; 
	padding: 0;
	margin: 0;
}
.bsic-capcha-wrapper img{
	margin: -1px -1px -2px -1px; display: block; max-width: none;
	
}

.category_load{
	text-align: center;
    width: 100%;
    max-width: 282px;
    margin: auto;
    background: #ec5c5e;
    padding: 8px;
    border-radius: 20px;
    color: #fff;
    margin-top: 25px;
	cursor: pointer;
	text-transform: uppercase;
}
#category-column-left #column-left{
	width: 100%;
	padding: 0;
}



.addtocart-group{
	width:100%;
}
.addtocart-group #button-cart{
	width: 70%;
}
.addtocart-group #button-fastorder{
	width: 30%;
}

#product #column-right{
	width:100%;
	padding:0;
}

/* modules styles */
.filter-item{
	padding: 2px 5px;
	margin: 0 ;
}
.filter-name{
	margin: 0 0 0 20px;
}
.filter-total{
	font-size: 0.8em;
	color: #bbb;
	vertical-align: bottom;
}
.filter-item:hover{
	background: #f5f5f5;
}
.module-filter input[type="checkbox"]{
	display: none;
}
.module-filter input[type="checkbox"] + label{
	font-weight: 400;
	cursor: pointer;
	display: block;
	margin: 0;
	line-height: 20px;
}
.module-filter input[type="checkbox"] + label .check-icon{
	display: block;
	float: left;
	line-height: 20px;
	width: 20px;
	color: #ccc ;
}
.module-filter .filter-item:hover .check-icon{

	color: #00b8ff ;
}
.module-filter input[type="checkbox"] + label .check{
	display: none;
}
.module-filter input[type="checkbox"]:checked + label .check{
	display: inline-block;
	color: #00b8ff;
}
.module-filter input[type="checkbox"]:checked + label .uncheck{
	display: none;
}
.filter-toggle {
	cursor: pointer;
	color: #aaa;
}
.filter-toggle:hover {
	color: #42beee ;
}
.filter-toggle .on{
	display: block;
	line-height: 20px;
}
.filter-toggle .off{
	display: none;
}
.filter-toggle.collapsed .on{
	display: none;
}
.filter-toggle.collapsed .off{
	display: block;
	line-height: 20px;
}




.custom-blocks .custom-block{
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
	padding: 13px 15px;
	background: #fff;
}
.custom-block .image{
	width: 50px;
	float: left;
}
.custom-block .text{
	margin-left: 65px;
}
.custom-block  a,
.custom-block  a:hover{
	text-decoration: none;
}
.custom-block .text .title{
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
	height: 25px;
	overflow: hidden;
	font-weight: 600;
	font-size: 16px;
}
.custom-block .text p{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	height: 36px;
	overflow: hidden;
}

.wrapper-advantages{
	background: #fff;
	display: table;
    width: 100%;
    margin: 20px 0;
	padding:10px 0;
}
.wrapper-advantages ul{
	padding: 10px 8px;
    text-align: center;
}
.wrapper-advantages ul li{
	display: inline-block;
    width: 20%;
	vertical-align: middle;
}
.wrapper-advantages ul li img{margin-right: 10px;}
.wrapper-advantages ul li span{display: inline-grid;text-align: left;}

.subcategory{
	padding:4px 7px;
	
}
.subcategory:hover{
	border-color: #ccc;
  box-shadow: 0 3px 15px rgba(0,0,0,.2);
  transition: all .2s ease-in-out;
	
}
.subcategory img{
	max-width: 60px;
	
}
.subcategory .no-image{
	font-size: 28px;
	line-height: 60px; 
	width: 60px;
	text-align: center; 
	color: #ddd
}
.subcategory .name-wrapper{
	margin-left: 70px; 
	height: 60px;
	overflow: hidden;
}
.subcategory p{
	line-height: 1.42857143;
	margin: 0;
	word-break: break-all;
}




.short-attr-table{
	width: 100%;
}
.short-attr-table td{
	vertical-align: top;
	overflow: hidden;

}
.short-attr-table .left{
	width: 65%;
	
}
.short-attr-table .left span{
	margin-right: 7px;
	
}

.short-attr-table .right{
	width: 35%;
}
.short-attr-table .right span{
	margin-left: 7px;
	display: inline-block;
	
}
.short-attr-table .left:after{
	content: "";
	display: inline-block;
	width: 100%;
	margin-right: -100%;
	border-bottom: 1px dotted #ccc;
	vertical-align: baseline;
}



.catalog-left-menu li a .fa-chevron-right{    
	position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    font-size: 10px;
    color: #9B9B9B;}
.catalog-left-menu li a .fa-chevron-left{margin-right: 10px; font-size: 12px;}
.catalog-left-menu{margin-top:20px;}
.catalog-left-menu  .list-group-item  { border:none;padding: 10px 15px 10px 33px;cursor: pointer}
.catalog-left-menu  .list-group-item:hover > a, .catalog-left-menu  .list-group-item:hover a >.fa-chevron-right {color:#ec5c5e;}
.catalog-left-menu  .list-group-item:first-child {
    border-radius: 0;
	border-bottom:1px solid #f4f4f4!important;
}
.catalog-left-menu .active{
    z-index: 2;
    color: #000;
    background-color: #fff;
	border:none;
   
}
.catalog-left-menu a.list-group-item:hover{background:#fff;color:#ed6667;}
.catalog-left-menu  .list-group-item.active:hover{border:none;}
.catalog-left-menu  .list-group-item.active:first-child{ border-bottom:1px solid #f4f4f4;}
.list-group-item  .sub_cat_child{
	    left: 100%;
    top: 0;
    width: auto;
    padding: 15px;
/*     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; */
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    width: 100%;
	list-style: none;
	}
.list-group-item  .sub_cat_child li:first-letter{
    
    color: #ec5c5e;
   }
.list-group-item  .sub_cat_child li {
	line-height: 25px;
	font-size: 16px;
		}
	.list-group-item:hover {
	background: #fbfbfb;
	}
	.list-group-item:hover .sub_cat_child{
	display:block
	}
.products-filter{
	margin-bottom:20px;
}

.products-filter #sort-button{
	position:static;
}
.products-filter #sort-button .dropdown-menu{
	min-width:100%;
}


.product-layout .image {
	padding: 0 5px;
}
.product-layout .caption h4 > a{
	font-size: 16px;
	
}

.product-layout:hover .btn-addtocart{
	color: #63b85e;
	background-color:#fff;
	border-color: #63b85e;
}
.product-layout:hover .btn-addtocart:hover, .product-layout:hover .btn-addtocart:active, .product-layout:hover .btn-addtocart.active, .product-layout:hover .open>.dropdown-toggle.btn-addtocart{
	color: #63b85e;
	background-color:#fff;
	border-color: #63b85e;
}
.product-grid{
	padding:0;
}
.custon_description{
	font-family: Roboto Light;
}
.product-grid  .description{
	display: none;
}

.table-bordered > thead > tr > td{
	
	border:none;
}

.product-grid  .caption .name{
	
	margin: 0 0 7px 0;
	position: relative;
	height: 40px;
	overflow: hidden;
}

.product-grid  .caption .btn-group.dropup, .product-item .btn-group.dropup{
	width:100%;
}

.product-grid  .caption .name a{
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.product-thumb{
    margin: 0;
    border: 0;
    border-right: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
	
}

.product-layout  .caption .price{
	font-size: 18px;
	font-weight: 600;
	color: #2e2e2e;
	margin-bottom: 5px;
	font-family: Roboto Bold, Roboto Medium;
}

.product-layout  .caption .price .price-old{
	text-decoration: line-through;
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto Bold;
}
.product-layout  .caption .price .price-new{
	font-weight: 600;
	color: #ec5c5e
}

.product-layout  .caption .price .price-tax{
	color: #333;
	font-size: 14px;
	font-weight: 300;
}


.product-layout  .caption .rating{
	color: #ddd;
}
.product-layout  .caption .rating .active{
	color: #e85656;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.data.select:before{
	content:"\f00c";
    position: absolute;
    top: 5;
    z-index: 999;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5cb85c;
    font-size: 24px;
	margin-left: 10px;
}
.product_complect.bottom_summ{
	text-align: center;
    padding-top: 40px;
}

.product-list  .caption .name{
	
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
}

.product-list  .caption .name a{
	display: block;
	font-size: 16px;
	line-height: 20px;
}



@media (min-width: 992px){
.product-list .image {
	float: left;
	margin-right: 20px;
}
.product-list .image img{
	max-width: 200px;
}
.product-layout .product-thumb:hover {
	border-color: #ccc;
	box-shadow: 0 3px 15px rgba(0,0,0,.2);
	transition: all .2s ease-in-out;
	z-index: 1;
    position: relative;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
}




.slideshow{
	/* box-shadow: 0 2px 5px rgba(0,0,0,.4); */
	border: 1px solid #ddd;
	border-radius: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

@media (min-width: 1200px) {
	.common-home .slideshow .nivoSlider{
		left: auto;
		margin-left: 0;
		width: auto;
	}
}
.slideshow .nivo-controlNav{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 12px;
	z-index: 999;
	text-align: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1;
}
@media (min-width: 992px) {
	.slideshow .nivo-controlNav{

		text-align: right;

	}
}
.slideshow .nivo-controlNav .nivo-control{
		background: #fff;
		/* border: 1px solid #bbb; */
		margin: 3px;
		width: 12px;
		height: 12px;
		line-height: 12px;
		display: inline-block;
		text-align: center;
		font-size: 0px;
		border-radius: 50%;
		text-decoration: none;
}
.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active{
		background: #42beee;
		/* border: 1px solid #aaa; */
		color: #fff;
		text-decoration: none;
}

.slideshow .nivo-slice[name="0"]{
	border-radius: 6px;
}


.banner{
margin-bottom: 20px;
}


.footer-box {
	background: #fff;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	/* padding: 30px 30px 20px 30px;
	
	margin-top: 20px; */
}

.list-unstyled.footer-lista  a{
	font-family: PTSans_regular, arial;
    font-weight: 400;
    color: #656565;
    font-size: 15px;
}
.list-unstyled.footer-lista  a:hover{color:#ec5c5e}
.powered{    
	background: #f0f0f0;
    padding: 14px;
}
#footer-map + .container > .footer-box{
	margin-top: 0;
}

.footer-box h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
}
.footer-box h5 span{
	/* vertical-align: bottom;
	border-bottom: 1px solid #ddd; */
}

.footer-box hr{
	border-color: #eee;
}

.footer-box li{
	margin: 3px 0;
}

.footer-box .glyphicon,
.footer-box .fa  {
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
	color: #42beee;
	margin-right: 10px;
}

.pay-icons{
	margin: 5px 0 0 0;
}

.pay-icons li{
	display: inline-block;
	opacity: 0.75;
}
.pay-icons li:hover{
	opacity: 1;
}



#footer-map {
	background: #fff /* url('../image/bg.png') 50% 50px no-repeat */;
	background-attachment: fixed;
	position: relative;
}

#footer-map .close-map{
	position: absolute;
	top: 47px;
	right: 10px;
	display: none;
	font-family: arial;
}
#footer-map .close-map button{
	
}
#footer-map .close-map .btn-contacts{
	width: 200px;
}


#footer-map .map-toogle{
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -22px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #bbb;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#footer-map .map-toogle:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	border-radius: 50%;
z-index:3;	
}
#footer-map .map-toogle a{
	font-size: 14px;
	z-index: 4;
	position: relative;
	display: block;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	background: #42beee;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	line-height: 36px;
	text-align: center;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
	cursor: pointer;
}

#footer-map .glass,
#footer-map .glass:before,
#footer-map .glass:after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#footer-map .glass:before{
	content: "";
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
#footer-map .glass:after{
	content: "";
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

#footer-map .map-content{
	position: relative;
	height: 80px;
	overflow: hidden;
	opacity: 1;
}




#footer-map .map-content > ymaps{
	width: auto!important;
	height: 100%!important;
}
#footer-map .ymaps-2-1-29-copyrights-pane{
	display: none;
}
#footer-map .ymaps-2-1-29-controls-pane{
	opacity: 0;
}


.map-open{
	overflow: hidden;
}
.map-open #footer-map .container{
	width: 100%;
	padding: 0;
}
.map-open #footer-map .close-map{
	display: block;
}
.map-open #footer-map .glass{
	visibility: hidden;
}
.map-open #footer-map .ymaps-2-1-29-controls-pane{
	opacity: 1;
}



#scroll-top-button{
	display: none;
	position: fixed; 
	bottom: 20px; 
	right: 20px; 
	color: rgba(0,0,0,.2); 
	z-index: 1049;
	cursor: pointer;
}
#scroll-top-button:hover{
	color: rgba(0,0,0,.3); 
}
#scroll-top-button .fa{
	font-size: 42px;
}
.map-open #scroll-top-button{
	display: none!important;
}




.modal{
	text-align: center;
}
@media screen and (min-width: 768px){
	.modal:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	body.modal-open > header,
	body.modal-open > footer,
	body.modal-open > .content-wrapper{
		-webkit-filter: blur(1px);
			filter: blur(1px);
	}
}
.modal .modal-dialog{
	display: inline-block;
	text-align: left;
	vertical-align: middle
}
.modal .modal-header .close{
	margin: 0;
	height: 25px;
	width: 25px;
	outline: none;
}
.modal .modal-title{
	font-weight: 600;
}
.modal .modal-load-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 100%;
	color: #ccc;
	border-radius: 6px;
	z-index: 9999;
}
.modal .modal-load-mask > div{
	display: table;
	width: 100%;
	height: 100%;
}
.modal .modal-load-mask > div > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}






#modal-cart .products{
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
#modal-cart .alert{
	padding: 10px 15px;
	margin-bottom: 15px;
}
#modal-cart .product{
	padding: 10px 0;
}
#modal-cart .product + .product{
	border-top: 1px solid #e5e5e5;
}
#modal-cart .cartCell{
	white-space: nowrap;
}
#modal-cart .cartCell:after{
	content: "";
	display: inline-block; 
	vertical-align: middle; 
	height: 60px; 
	width: 0px; 
}
#modal-cart .cartCellContent{
	display: inline-block; 
	vertical-align: middle; 
	white-space: normal;
	position: relative;
}
#modal-cart .product .image{
	float: left;
	width: 60px;
}
#modal-cart .product .name{
	margin-left: 75px;
}

#modal-cart .pquantity .form-control {
	text-align: center;
}
#modal-cart .popupTotal{
	color: #333;
}
#modal-cart .popupTotal:hover{
	text-decoration: none;
}
#modal-cart .popupTotal:focus{
	text-decoration: none;
}
#modal-cart .popupTotal .fa-angle-down{
	transform: rotate(-180deg);
	transition: transform ease 0.2s;
}
#modal-cart .popupTotal.collapsed .fa-angle-down{
	transform: none;
	transition: transform ease 0.2s;
}
#modal-cart #total-more table{
	margin-top:10px;
	margin-bottom: 0;
}
#modal-cart .cartMask{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(245,245,245,1);
	color: #ccc;
	z-index: 9999;
	border-radius: 4px;
}
#modal-cart .cartMask.white{
	background: rgba(255,255,255,1);
}
#modal-cart .cartMask > div{
	display: table;
	width: 100%;
	height: 100%;
}
#modal-cart .cartMask > div > div{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width: 768px){
	#modal-cart .modal-dialog{
		width: calc(100% - 20px);
	}
	#modal-cart .btn-col-2, #modal-cart .btn-col-3{
		margin-top: 10px;
	}
	#modal-cart .pquantity {
		max-width: 100px;
	}
	#modal-cart .pprice {
		text-align: center;
	}
}



.middle-45px-parent{
	white-space: nowrap;
}
.middle-45px-parent:after{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	white-space: normal;
}
.middle-45px{
	display: inline-block;
	vertical-align: middle;
}


#modal-qview .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}

#modal-qview hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
#modal-qview hr.first{
	margin-top: 15px;
	margin-bottom: 15px;
}
#modal-qview hr.second{
	margin-top: 15px;
	margin-bottom: 10px;
}

#modal-qview .thumb {
	margin-bottom: 10px;
}
#modal-qview .img-thumbnail{cursor:pointer}
#modal-qview .img-thumbnail.active{border-color: #42beee;}


@media screen and (max-width: 992px){
	#modal-qview .modal-footer .btn{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#modal-qview .modal-footer .text-center .btn, #modal-qview .modal-footer .text-right .btn{
		margin-top: 10px;
	}
	.price-old{display: none;}
}

#modal-qview .price{
	font-size: 30px;
}
#modal-qview .price .price-old{
	color: #a2a2a2;
  text-decoration: line-through;
  font-size:16px;

}
#modal-qview .price .tax{
	color: #777;
  font-size: 14px;
  font-weight: 300;
}

#modal-qview .points{

}

#modal-qview .discounts{
 
	
}
#cart_info{
	background:#fff;
	padding: 15px;
	box-shadow: 0px 0px 4px 0px #dedede;
    border-radius: 2px;
}
.cart-total{
	/* float:right; */
	
}
#shipping_info{
padding: 10px 0;
	
}
.right{
	float:right;
}
#payment_info{
padding: 10px 0;
}
.customer_info_1{
}
.customer_info_2{

}
.customer_info_3{

}
.highlight{display:flex}
#review{
/* 	padding: 10px;
    border: solid 1px #efefef; */
}
#modal-qview .review .stars{
	font-size: 20px;
	color: #ccc;
	text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
#modal-qview .review .stars .active{
	color: #F5A33F;
}

#modal-qview .options .cr{
	margin: 3px 2px 3px 0;
}

@media (max-width: 992px) {
	.right{
	float: none;
    width: 100%;
    margin: auto;
}
.sm-xs-center{
	text-align: center;
}
.sm-xs-center .text-right{
	text-align: center;
}
#shipping_info{
	    width: 100%;
	    display: inline-block;
	    padding-left: 15px;
	    padding-right: 15px;
}
#payment_info{
	    width: 100%;
	    float: none;
	    display: block;
	    padding-left: 15px;
	    padding-right: 15px;
}
.customer_info_1{
	display: inline-block;
	width: 100%;
	}
.customer_info_2{
	display: inline-block;
	width: 100%;
	float:right;
}
.customer_info_3{
	display: inline-block;
	width: 100%;
}
.highlight{display:flex}

}




#modal-callback .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}
@media screen and (max-width: 768px){
	#modal-callback .modal-dialog{
		width: calc(100% - 20px);
	}
}

#modal-fastorder .modal-load-mask{
	position: relative;
	height: 290px;
	min-width: 298px;
	box-sizing: border-box;
	padding: 0 50px;
}
#modal-fastorder .image{
	margin-bottom:17px;
	cursor:pointer
}
#modal-fastorder .price{
	line-height:34px;
	font-size:18px;
}
#modal-fastorder .price-old{
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 300;
	text-decoration: line-through;
}

.form-control.error{
	border:solid 1px red;
	
}

/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  font-family: Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.smllogo {
  padding: 9px 0px 0 16px;
  margin: 0;
  float: left;
  width: 6%;
}

.smllogo a {
  display: block;
  float: left;
  padding: 0;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1300px;
}

.wsmenu {
  width: 100%;
  float: left;
  font-family: Helvetica, sans-serif;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  margin: 0;
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
  max-width:1280px;
}

.wsmenu>.wsmenu-list>li:hover{
	background-color: #ffffff2e;
    cursor: pointer;
}
.wsmenu>.wsmenu-list>li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  /* border-left: 1px solid #ccc; */
    border-left: 1px solid #ccc;
    width: 25%;
    border-right: 1px solid;
}

.wsmenu>.wsmenu-list>li>.navtext {
  line-height: 16px;
  text-align: right;
  padding: 11px 12px;
  margin: 0px;
    /* border-bottom: 2px solid #4caf50; */
	border-bottom: 2px solid #c0a89b;
    color: #fff;
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  text-decoration: none;
  position: relative;
  
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;

  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  line-height: 10px;
  margin-left: 0px;
  position: relative;
  right: -7px;
  text-align: right;
  top: 1px;

}

.wsmenu>.wsmenu-list>li>.navtext>span {
  display: block;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: normal;
  font-family: PTSans_regular;
      text-align: center;
	  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

/* Main Search Bar CSS*/
.wsmenu>.wsmenu-list>li.wssearchbar {
  width: 40%;
  float: left;
  padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  color: #fff;
  opacity: 0.9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>i {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  margin-right: 9px;
  font-size: 14px;
}



.wsmenu>.wsmenu-list>li.wsshopmyaccount {
  float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  display: block;
  padding: 0 24px 0 24px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}



.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 11px;
  vertical-align: middle;
}

/* Main Menu Cart Icon*/
.wsmenu>.wsmenu-list>li.wscarticon {
  float: right;
  clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
  display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
  padding: 0 27px 0 23px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li.wscarticon a i {
  font-size: 16px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}

.wsmenu>.wsmenu-list>li.wscarticon i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 2px;
  color: #7b7b7b;
}

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu>.wsmenu-list>li>.wsshoptabing {
  width: auto;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: auto;
  background-color: #f8f8f8;
  /* left: 0; */
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 9999;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
  width: 100%;
  list-style: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
  display: block;
  padding: 5px 11px;
  font-size: 13px;
  color: #606060; 
  width: 100%;
  float: left;
  position: relative;
  border-left: 3px solid #f0f0f0;
  background-color: #f0f0f0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    color: #000;
    display: block;
    float: left;
    padding: 10px 8px 0px 8px;
    width: auto;
    height: auto;
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
  display: block;
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading {
  line-height: normal;
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a:hover {
  color: #000;
  text-decoration: none;
}
.dekboo20{
width:20%;
}
.wsmenu>.wsmenu-list>li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
 
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
  text-align:center;
  margin-bottom: 18px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
  color: #000;
  font-size: 14px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 0px 0px;
  font-size: 13px;
  margin-bottom: 12px;
  min-height:32px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
  background-image: url(../images/kitchen-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .computermenubg {
  background-image: url(../images/computer-menu-img.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .wstpngsml {
  padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu>.wsmenu-list>li .wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #717171;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a:after {
  position: absolute;
  content: '';
  top: 42px;
  right: 50%;
  width: 13px;
  height: 13px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #ffffff;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a>i {
  opacity: 1;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
  opacity: 0.5;
}

.wsmenu>.wsmenu-list>li .brandcolor01 {
  color: #424242;
}

.wsmenu>.wsmenu-list>li .brandcolor02 {
  color: #00bcf2;
}

.wsmenu>.wsmenu-list>li .brandcolor03 {
  color: #00aff0;
}

.wsmenu>.wsmenu-list>li .brandcolor04 {
  color: #003087;
}

.wsmenu>.wsmenu-list>li .brandcolor05 {
  color: #a82400;
}

.wsmenu>.wsmenu-list>li .brandcolor06 {
  color: #ff3300;
}

.wsmenu>.wsmenu-list>li .brandcolor07 {
  color: #7ac142;
}

.wsmenu>.wsmenu-list>li .brandcolor08 {
  color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/* ================== Desktop Half Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: 0px;
  left: auto;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

  /* ================== Mobile Base CSS ================== */
  html {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
   .wsmenu>.wsmenu-list>li>.navtext>span {
  color: #000;
}

  body.wsactive {
    overflow: hidden;
  }


  /* ================== Mobile Main Menu CSS ================== */
  .smllogo {
    display: none;
  }

  .wsmain {
    margin: 0px;
    background-color: transparent;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
    border-left: none;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 260px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -260px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: static;
  }

  .wsmenu>.wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu>.wsmenu-list>li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 9px 32px 9px 18px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    position: static;
  }

  .wsmenu>.wsmenu-list>li>.navtext {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a i {
    margin-right: 7px;
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
    display: inline-block;
    right: auto;
    left: 27px;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wssearchbar {
    display: none;
  }



  .wsmenu>.wsmenu-list>li.wscarticon {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    text-align: left;
    font-size: 13px;
  }

  /* ================== Mobile Dropdown CSS ================== */
  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 13px 0px 13px 16px;
    color: #6e6e6e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  /* ================== Mobile Mega Menu CSS  ================== */
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    background-color: #fff;
    padding-top: 5px;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 8px 0px 8px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .wstabitem02>.wsshoplink-active>a:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
    font-weight: bold;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstbootslider {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstmegamenucolr {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstliststy01>li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy03 li {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }

  .wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .computermenubg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstabitem02 {
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li {
    position: relative;
    text-align: left;
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    padding: 13px 11px;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    padding-left: 0px;
  }

  .wsmenu-list>li>.navtext {
    margin: 0px;
  }

  .wsmenu .wsmenu-list>li .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
    width: 100%;
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
    border: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
    display: none;
  }

  /* ================== Mobile Header CSS ================== */
  .wsmobileheader {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    height: 60px;
    background-color: #eaecf0;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
  }

  .wsactive .wsmobileheader {
    margin-left: 260px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsmobileheader>.smllogo {
    display: block;
    width: 80px;
    margin: 7px auto 0px auto;
    float: none;
    padding-left: 0px;
  }

  .mobiletext {
    display: inline-block;
  }

  /*Mobile Search Bar*/
  .wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    position: relative;
    top: 44px;
    right: 0px;
    padding: 18px 22px;
    cursor: pointer;
	display:none;
  }

  .wsmobileheader .wssearch i {
    font-size: 18px;
    color: #9196a0;
  }

  .wsmobileheader .wssearchform {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 44px;
    top: 0px;
    left: 0;
    padding: 13px 15px;
    cursor: default;
  }

  .wsmobileheader .wssearch.wsopensearch {
    width: 100%;
    background-color: #f4f4f4;
  }

  .wsmobileheader .wssearch.wsopensearch .wssearchform {
    display: block;
  }

  .wsmobileheader .wssearchform form {
   
    display: block;
    position: relative;
  }

  .wsmobileheader .wssearchform form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 12px;
    position: absolute;
    top: 0;
    color: #777777;
    height: 34px;
    line-height: 36px;
    font-size: 15px
  }

  .wsmobileheader .wssearchform input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px;
    text-indent: 33px;
    margin: 0px;
    line-height: 18px;
    padding: 0px;
    display: block;
  }

  .wsmobileheader .wssearch.wsopensearch {
    left: 0px;
    right: auto;
    width: 100%;
    height: 60px;
	display: block;
  }

  .wsmobileheader .wssearch i.wsclosesearch {
    display: none;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
    display: inline-block;
    float: right;
    font-size: 23px;
  }

  .wsmobileheader i.wsopensearch {
   background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px 22px;
    cursor: pointer;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 12px 0 0 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #9196a0;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .wsmenu>.overlapblackbg {
    right: 0;
    width: calc(100% - 260px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu>.overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
  width:100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    margin-left: 260px;
	width:100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
	height: 100%;
  }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    border-left: 1px solid;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 23px 21px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
    /* transform: rotate(-45deg);
    margin-top: 27px */;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f5f5f5;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }
.mob_menu_img img{
	width: 99%!important;
}
.product-layout .caption .price .price-new {
    font-size: 14px;
}
.product-layout .caption .price .price-old {
    font-size: 14px;
}
.btn {
    display: inline-block;
    padding: 6px 6px;
}
  /*End Media Query*/
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
  .wsmenu>.wsmenu-list>li.wssearchbar {
    width: 21%;
  }

  .smllogo {
    width: 7%;
  }

  .wsmenu {
    width: 93%
  }
}
/* Desktop Main Menu Color */

.headerfull {
  background-color: #fff;
}

.wsmenu>.wsmenu-list {
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
      /* color: #000000; */
    font-size: 16px;
}
.wsmenu>.wsmenu-list>li>.navtext>span:hover {
      /* color: #fff; */
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  color: #555555;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  color: #9e9e9e
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  color: #828181;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
  color: #7b7b7b;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  background-color: #eeeeee;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  background-color: #eeeeee;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus {
  color: #000;
}

.wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
  border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a>i {
  color: #898d91;
}

.wsmenu>.wsmenu-list>li>a.active i {
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a>i {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a:hover i {
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover {
  background-color: #d7d7d7;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover i {
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  background-color: #d7d7d7;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle>i {
  color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle i {
  color: #333;
}

.wsmenu>.wsmenu-list>li>a.active {
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a {
background-color: #00000047;
    color: #ffffff;
    border-bottom: 2px solid #ed1e24;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
  background-color: #fff;
  color: #555555; 
  border-radius: 0;
  color: red;
}

/* Mobile Header Color */

.wsmobileheader {
  background-color: #fff;
}

.wsactive .wsmobileheader {
  border-left: solid 1px #e0e0e0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
  border-color: rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
  color: rgba(0, 0, 0, 0.25);
}

.wsmenu>.wsmenu-list>li>a {
  border-bottom-color: rgba(0, 0, 0, 0.13);
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;

  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;

  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu-list>li>.wsshoptabing {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;

  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu-list>li:hover .wsshoptabing {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);

     transition-delay: 0.5s;
}

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

  /* ================== Mobile Base CSS ================== */

   .wsmenu>.wsmenu-list>li>.navtext>span {
  color: #000;
      text-align: left;
    font-size: 12px;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {

    border-radius: 0;
	border-left: 0;
}
.wsmenu-click{
	display:none
}
}
@media (max-width: 1610px) { 
	.wsmenu>.wsmenu-list>li:last-child>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
		    left: auto;
    right: 100%;
		}
	.wsmenu-list li:last-child .wsshoptabing .wsshopwp .container-fluid{
		ddd:ddd;
		}
	}
