 /*!
 * @update 10.06.2020
 * @author Webibazaar Template https://www.webibazaar.com
 * @contact info@webibazaar.com 
 * @license
 * Copyright  2016-2020 Winter Infotech Team
 * Dual licensed under the MIT or GPL Version 2 licenses.
 *
 */
body{
    font-family: 'Poppins', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
}
.img-responsive{
    display: block;
    height: auto;
    max-width: 100%;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
[disabled]{
    cursor: no-drop !important;
}
.list-inline {
    list-style: none;
}
.list-inline > li {
    display: inline-block;
}
:focus, button:focus{
    outline: none;
}
svg{
	vertical-align: middle;
}
.owl-nav .owl-next, .owl-nav .owl-prev{
	position: absolute;
	top: 135px;
}
.owl-nav .owl-prev{
	left: 0;
}
.owl-nav .owl-next{
	right: 0;
}
.owl-nav div, .nivo-prevNav, .nivo-nextNav {
	width: 32px;
	height: 32px;
	line-height: 32px;
    font-size: 20px;
    color: #222222;
    background: #fff;
    text-align: center;
    transition: .3s ease;
    display: inline-block;
    border-radius: 4px;
}
.owl-nav div:hover, .nivo-prevNav:hover, .nivo-nextNav:hover {
    color: #fff; 
    background: #3bac44;
}
.product-tab-item .owl-nav .owl-next, .product-tab-item .owl-nav .owl-prev,#owl-special .owl-nav .owl-next, #owl-special .owl-nav .owl-prev, #owl-related .owl-nav .owl-next, #owl-related .owl-nav .owl-prev,#cat-pro .owl-nav .owl-next, #cat-pro .owl-nav .owl-prev, #view-pro .owl-nav .owl-next, #view-pro .owl-nav .owl-prev{
	background: #f5f5f5;
}
.product-tab-item .owl-nav .owl-next:hover, .product-tab-item .owl-nav .owl-prev:hover,#owl-special .owl-nav .owl-next:hover, #owl-special .owl-nav .owl-prev:hover,#owl-related .owl-nav .owl-next:hover, #owl-related .owl-nav .owl-prev:hover, #cat-pro .owl-nav .owl-next:hover, #cat-pro .owl-nav .owl-prev:hover, #view-pro .owl-nav .owl-next:hover, #view-pro .owl-nav .owl-prev:hover{
	background: #3bac44;
}
.product-tab-item .owl-nav .owl-next, .product-tab-item .owl-nav .owl-prev{
	top: 436px;
}
#owl-special .owl-nav .owl-next, #owl-special .owl-nav .owl-prev, #owl-related .owl-nav .owl-next, #owl-related .owl-nav .owl-prev, #cat-pro .owl-nav .owl-next, #cat-pro .owl-nav .owl-prev, #view-pro .owl-nav .owl-next, #view-pro .owl-nav .owl-prev{
	top: 195px;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
.nivoSlider .nivo-prevNav, .nivoSlider .nivo-nextNav{
    opacity: 0;
}
.nivoSlider:hover .nivo-prevNav, .nivoSlider:hover .nivo-nextNav{
    opacity: 1;
}
.nivoSlider:hover .nivo-prevNav {
    left: 60px;
}
.nivoSlider:hover .nivo-nextNav{
    right: 60px;
}
main {
    background: #fff;
}
.btn-primary, .btn-default, .btn-secondary, .btn-tertiary{
    background: #000;
    color: #fff;
    border: none;
    text-align: center;
    transition: 0.3s ease;
    padding: 11px 15px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.8px;
    border-radius: 4px;
}
.btn-primary:hover, .btn-default:hover, .btn-secondary:hover, .btn-primary:focus, .btn-defualt:focus, .btn-secondary:focus, .btn-tertiary:hover, .btn-tertiary:hover{
    background: #3bac44;
    color: #fff;
}
.fixed {
    position: fixed !important;
	z-index: 100 !important;
	top: 0;
	transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
	width: 100%;
	left: 0;
	right: 0;
	border-bottom: 1px dashed #b7b7b7;
	background: #fbfbfb !important;
}
.fixed .wb-menu-vertical ul.top-menu{
	border-bottom: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*loader start */
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 1.3s ease 0.3s;
    -o-transition: all 1.3s ease 0.3s;
    -webkit-transition: all 1.3s ease 0.3s;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    width: 100px;
    height: 100px;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#index .object{
    position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../assets/img/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
}
#index #page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* header start */
.smail h1{
	color: #222222;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
}
.header-nav{
	padding-top: 30px;
}
.nav2{
	margin-top: 12px;
}
.lan-cur, #_desktop_user_info{
	margin: 0 25px;
}
.lan-cur{
	margin-right: 0;
}
.user-down, .lan-cur-down {
    padding: 10px;
    border-top: 3px solid #3bac44;
    min-width: 200px;
    margin-top: 0;
    top: 44px;
    border-radius: 4px;
}
.user-down li a {
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 25px;
    cursor: pointer;
    text-transform: capitalize;
}
.d-search button svg, .lan-cur svg, .user-info svg, .blockcart svg{
	fill: #4f4f4f;
	cursor: pointer;
}
.d-search button:hover svg, .lan-cur:hover svg, .user-info:hover svg, .blockcart:hover svg{
    fill: #3bac44;
}
.cart-c {
    background: #000;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    top: -5px;
    right: -5px;
}
.language-selector-wrapper button, .currency-selector button {
    background: #000;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
}
.language-selector-wrapper button, .currency-selector button, .language-selector-wrapper ul li a, .currency-selector ul li a {
    font-size: 0.78rem;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: capitalize;
    transition: 0.3s ease;
}
.language-selector-wrapper button:hover, .currency-selector button:hover {
    background: #3bac44;
    color: #fff;
}
.language-selector, .currency-selector {
    border-radius: 4px;
}
.currency-selector {
    margin: 0 8px;
}
.lan-cur-down {
    min-width: 230px;
    padding: 20px 10px;
    border-radius: 4px;
    z-index: 9999;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu {
    display: none;
    border-top: 3px solid #3bac44;
    border-radius: 4px;
}
/* search */
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
    padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search {
    overflow: hidden;
}
body.active-search::before {
    background: rgba(0,0,0,0.7) none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99;
    transition: all .2s ease 0s;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(18,18,18,.9);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 60px;
}
.wbSearch .close-nav {
    color: #fff;
    display: inline-block;
}
.wbSearch #search_block_top{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
body.active-search .wbSearch #search_block_top{      	
	animation: fadeInDown 0.3s 0.2s ease-out both;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
}
/* search end */
.megamenu{
	text-align: center;
}
.wb-menu-vertical ul.top-menu{
	border-bottom: 1px dashed #b7b7b7;
	padding-bottom: 35px;
	padding-top: 35px;
}
#index #content-wrapper{
	padding-left: 0;
	padding-right: 0;
}
@media(min-width: 992px){
	#index #header{
		position: absolute;
		z-index: 99;
		left: 0;
		right: 0;
		background: transparent;
	}
}
/* header end */
.nivo-controlNav {
    display: none;
}
/* shipping start */
.heading-home{
    font-family: 'Pacifico', cursive;
	font-size: 1.875rem;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 50px;
	text-transform: capitalize;
	color: #222222;
}
.heading-home span{
    position: relative;
	padding-bottom: 5px;
}
.heading-home span::before,.heading-home span::after {
    content: '';
    border: 2px solid #3bac44;
    position: absolute;
    transform: skewX(-45deg);
    width: 100%;
    transition: all .3s ease-in-out;
}
.heading-home span::before{
    top: 0;
    right: 45px;
}
.heading-home span::after{
    bottom: 0;
    left: 45px;
}
.deliveryinfo{
	margin-top: 80px;
	margin-bottom: 80px;
}
.deliveryinfo .ses{
	text-align: center;
	cursor: pointer;
}
.deliveryinfo ul li.d-svg{
	width: 148px;
	height: 148px;
	text-align: center;
	border: 1px solid #3bac44;
	line-height: 148px;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
	transition: .3s ease;
}
.deliveryinfo ul li.d-svg svg{
	fill: #3bac44;
	transition: .3s ease;
}
.deliveryinfo ul li.d-svg:hover{
	background: #3bac44;
}
.deliveryinfo ul li.d-svg:hover svg{
	fill: #fff;
}
.deliveryinfo ul li h4{
	color: #222222;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.deliveryinfo ul li p{
	color: #919191;
	font-size: 0.8125rem;
	font-weight: normal;
	letter-spacing: 0.5px;
}
/* shipping end */
/* category img start */
.cat-img img{
	border-radius: 4px 4px 0px 0px;
}
.categoryName{
	color: #222222;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	text-align: center;
	transition: .3s ease;
}
.cat-img:hover .categoryName{
	color: #3bac44;
	letter-spacing: 3px;
}
/* category img end */
/* tabs start */
.product-tab-item{
	margin-top: 80px;
	margin-bottom: 80px;
}
.pro-tab ul{
	text-align: center;
	margin-bottom: 45px;
}
.pro-tab ul li a{
	color: #222222;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pro-tab ul li a.active, .pro-tab ul li a:hover{
	color: #3bac44;
}
.tabn a {
    position: relative;
    margin: 0 40px;
    padding: 0 40px;
}
.tabn a::after, .tabn a::before {
    content: '';
    position: absolute;
    top: 0;
    height: 15px;
}
.tabn a::before {
    border-right: 2px solid #222222;
    right: 0;
}
.tabn a::after {
    border-left: 2px solid #222222;
    left: 0;
}
.thumbnail-container .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
}
.thumbnail-container img {
    width: auto !important;
    border-radius: 4px;
}
li.product-flag, .sale{
	background: #3bac44;
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	top: 15px !important;
	padding: 0px 10px;
	border-radius: 6px 0px 6px 0px;
}
li.product-flag{
	left: 15px;
}
.sale{
	right: 15px;
}
.thumbnail-container, .wb-image-block {
    position: relative;
}
.thumbnail-container{
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
.wb-product-desc{
	text-align: center;
	margin: 5px 20px 20px;
}
.listds{
	display: none;
}
.pro-home{
	margin-bottom: 50px;
}
.pro-home:last-child{
	margin-bottom: 0px;
}
.product-title, .product-title a {
    color: #222222;
    font-size: 0.9375rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-title:hover, .product-title a:hover {
    color: #3bac44;
}
.product-price-and-shipping {
    color: #3bac44;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
}
.wb-list-product-reviews{
	margin-top: 10px;
	margin-bottom: 10px;
}
.name-top{
	border-top: 3px solid #3bac44;
	width: 60px;
}
.quick, .wl button, .cart button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
}
.cart button{
	background: #3bac44;
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px 14px;
	border-radius: 4px;
	transition: .3s ease;
}
.cart:hover button{
	background: #222222;
}
.quick svg, .compare svg, .wl svg, .cart svg{
	fill: #222222;
	transition: .3s ease;
}
.quick:hover svg, .compare:hover svg, .wl:hover svg, .cart:hover svg{
	fill: #fff;
}
.wl .wish, .compare a, .quick {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
	transition: .3s ease;
}
.wl .wish, .compare a{
	float: left;
}
.compare, .wl {
	vertical-align: middle;
}
.compare{
	margin: 0 5px;
}
.wl:hover .wish, .compare:hover a, .quick:hover{
	background: #3bac44;
}
@media(min-width: 992px){
	.absbtn {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 120px;
	    opacity: 0;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
		transform: scale(0);
	}
	.cart.add-cart {
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 30px;
	    opacity: 0;
		-webkit-transition: all 0.4s ease-in-out 0s;
		-o-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
		transform: scale(0);
	}
	.thumbnail-container:hover .absbtn, .thumbnail-container:hover .cart.add-cart {
	    opacity: 1;
	    transform: scale(1);
	}
	.thumbnail-container:hover .wb-list-product-reviews, .thumbnail-container:hover .product-price-and-shipping{
		opacity: 0;
		transform: scale(1);
	}
}
/* tabs end */
.center-b img{
	border-radius: 4px;
}
/* testimonial start */
.testimonial{
	margin-top: 80px;
	margin-bottom: 80px;
    background-image: url('../../assets/img/testimonial.png');
	background-position: 50% 0;
	cursor: crosshair;
	height: 660px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 160px;
}
.test1 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/testi1.png") no-repeat scroll center;
}
.test2 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/testi2.png") no-repeat scroll center;
}
.test3 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/testi3.png") no-repeat scroll center;
}
.test1, .test2, .test3 {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    border: 3px solid rgba(0, 0, 0, 0.2);
}
.content_test{
	text-align: center;
}
.content_test h1{
	color: #222222;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 25px;
	margin-bottom: 15px;
}
.content_test p{
	color: #222222;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	font-weight: 500;
}
.des_testimonial{
	color: #222222;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: rgba(0, 0, 0, 0.3);
    padding: 6px;
}
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
    background: #3bac44;
}
/* testimonial end */
/* blog start */
.next-prevb{
	margin-top: 80px;
	margin-bottom: 80px;
}
.logos {
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
}
/* blog end */
/* footer start */
.footer-bg{
	background-image: url('../../assets/img/footer-bg.png');
	background-position: 0 -40px;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 50px;
	margin-top: 80px;
}
.send-btn{
	margin: 0 12px;
}
.send-btn h2{
	color: #222222;
	font-family: 'Pacifico', cursive;
	font-size: 1.5rem;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.send-btn p{
	color: #222222;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-weight: normal;
}
.bestrc{
	margin-top: 4px;
}
.bestlc .send {
	margin-top: 10px;
}
.full-email{
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.block_newsletter form input[type=submit]{
	text-transform: capitalize;
	font-size: 1rem;
	border-radius: 0px 4px 4px 0px;
	font-weight: 500;
}
.links h3, .links h3 a, .c-info, .follow{
	letter-spacing: 1px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 30px;
	color: #333333;
	text-transform: capitalize;
	font-size: 1.125rem;
}
.footer-container li a, .fthr .block, .fthr .data a, .foot-link a, .footer-static-content{
	color: #494949;
	font-size: 0.8125rem;
	letter-spacing: 0.5px;
}
.footer-container li:hover a, .fthr .block:hover, .fthr .data:hover a, .foot-link:hover a{
	color: #3bac44;
}
.footer-static-content{
	margin-top: 20px;
	margin-bottom: 25px;
}
.payment li a i {
    font-size: 20px;
    color: #676767;
}
.payment li a i:hover {
    color: #3bac44;
}
.payment li {
    margin: 0 5px;
}
#owl-insta .slick-slide .item {
    padding-right: 5px;
    margin-bottom: 0;
}
.payd{
	margin-top: 30px;
}
.footer-border{
	border-bottom: 1px dashed #b7b7b7;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.copy{
	background: #3bac44;
	padding: 12px 0;
}
.copy .copyright{
	margin-top: 12px;
}
.copy a{
	color: #fff;
	font-size: 0.8125rem;
	letter-spacing: 1px;
}
.copy a:hover{
	color: #222222;
}
.payment-img p{
	font-size: 0.9375rem;
	letter-spacing: 1px;
	color: #fff;
	text-transform: capitalize;
}
.payment-img .desc {
	margin: 0 20px;
}
.pay-img {
    content: '';
    width: 123px;
    height: 36px;
    display: inline-block;
    margin-top: 4px;
}
.img {
    background: url("../../assets/img/b1.png") no-repeat scroll center;
}
.img2 {
    background: url("../../assets/img/b2.png") no-repeat scroll center;
    width: 112px;
}
#scroll {
    position: fixed;
	right: 20px;
	bottom: 50px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	display: none;
	outline: none;
	z-index: 2;
	transition: .3s ease;
}
#scroll svg{
	fill: #222222;
}
#scroll:hover svg{
	fill: #3bac44;
}
@media(min-width: 1200px) and (max-width: 1559px){
	.owl-nav .owl-next, .owl-nav .owl-prev{
		top: 90px;
	}
	.product-tab-item .owl-nav .owl-next, .product-tab-item .owl-nav .owl-prev {
	    top: 416px;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	.owl-nav .owl-next, .owl-nav .owl-prev{
		top: 100px;
	}
	.product-tab-item .owl-nav .owl-next, .product-tab-item .owl-nav .owl-prev {
	    top: 316px;
	}
	.payment li {
	    margin: 0 4px;
	}
	.payment-img p, .send-btn p, .smail h1{
		letter-spacing: 0px;
	}
	.header-nav {
	    padding-top: 10px;
	}
	.wb-menu-vertical ul.top-menu{
		padding-bottom: 20px;
		padding-top: 20px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.copy a{
		letter-spacing: 0px;
	}
	.payment li {
	    margin: 0 2px;
	}
	.deliveryinfo ul li h4{
		letter-spacing: 0px;
		font-size: 0.90rem;
	}
	.deliveryinfo ul li p{
		letter-spacing: 0;
		font-size: 0.754rem;
		max-height: 40px;
		overflow: hidden;
	}
	.testimonial{
		padding-top: 120px;
		height: 570px;
	}
	.heading-home{
		font-size: 1.40rem;
	}
}
@media(max-width: 991px){
	.bestrc {
	    margin-top: 0;
	}
	.bestlc {
		display: none;
	}
	.payment-img .desc{
		display: none !important;
	}
	.footer-bg{
		padding-top: 60px;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.links h3, .links h3 a, .c-info, .follow{
		margin-bottom: 5px;
	}
	.footer-static-content {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.footer-logo img{
		text-align: center;
		margin: 0 auto;
	}
	.footer-border{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.post_title a{
		font-size: 1rem;
	}
	.cart-add{
		display: none;
	}
	.cart button{
		padding: 0 !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: #fff !important;
		text-align: center;
	}
	.cart:hover button{
	    background: #3bac44 !important;
	}
	.owl-nav .owl-next, .owl-nav .owl-prev, .nivoSlider .nivo-prevNav, .nivoSlider .nivo-nextNav, .name-top{
		display: none;
	}
	.wb-list-product-reviews {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.logos{
		padding-top: 20px;
	}
	.next-prevb, .testimonial, .product-tab-item, .deliveryinfo{
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.testimonial{
		padding-top: 120px;
	}
	.des_testimonial{
		margin-top: 10px;
		font-size: 0.70rem;
	}
	.content_test h1{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.pro-home {
	    margin-bottom: 20px;
	}
	.wb-product-desc{
		margin: 5px 10px;
	}
	.wb-menu-vertical ul.top-menu {
	    border-bottom: none;
	    padding-bottom: 0;
	    padding-top: 0;
	}
	.nav2{
		display: none;
	}
	.lan-cur, #_mobile_user_info{
		margin: 10px;
	}
	.lan-cur{
		margin-right: 0;
		margin-bottom: 0;
		margin-top: 0;
	}
	.header-nav {
	    padding: 10px 0;
	}
	#_mobile_cart, #_mobile_user_info, .mobile-setting, .mobile-search{
		margin-top: 12px;
	}
	.language-selector-wrapper .link, .currency-selector .link {
	    font-size: 12px;
	    cursor: pointer;
	    background: transparent;
	    color: #fff;
	}
	.language-selector-wrapper .link option, .currency-selector .link option{
		color: #222222;
	}
	.language-selector-wrapper .language-selector, .currency-selector {
	    background: #222222;
	    padding: 5px 8px;
	    border-radius: 4px;
	    color: #fff;
	}
	.language-selector-wrapper .language-selector:hover, .currency-selector:hover {
	    background: #3bac44;
	}
	/* sidenav */
    .close-nav span{
        color: #fff;
        text-transform: uppercase;
        font-size: 14px
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: rgba(0,0,0,0.7) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #3bac44;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    .close-nav i{
        font-size: 16px;
        color: #fff;
    }
    .sidenav:hover i{
    	color: #222222 !important;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #header .logo{
        width: 130px;
    }
    #menu-icon .navbar-toggle {
        background: transparent;
        font-size: 20px;
		margin-right: 15px;
        color: #222222;
        transition: 0.3s ease;
        text-align: center;
        border: none;
        cursor: pointer;
        margin-top: 10px;
        padding: 0;
        min-width: auto;
		min-height: auto;
    }
    #menu-icon .navbar-toggle:hover{
        color: #3bac44;
    }
    #_mobile_user_info, #_mobile_cart{
        position: relative;
    }
    #mobile_top_menu_wrapper #top-menu li {
        padding: 10px;
    }
    #wrapper, #footer {
        display: block !important;
    }
    .user-down, .wb-dropdown-cart.dropdown{
		top: 40px;
	}
}
@media(max-width: 767px){
	.heading-home span::before, .heading-home span::after{
		border: 1px solid #3bac44;
	}
	.heading-home span{
		padding-top: 5px;
	}
	.product-title, .product-title a{
		font-size: 0.85rem;
	}
	.product-price-and-shipping{
		font-weight: 500;
		letter-spacing: 0;
	}
	.heading-home{
		font-size: 1rem;
	}
	.deliveryinfo ul li.d-svg{
		width: 125px;
		height: 125px;
		line-height: 125px;
	}
	.deliveryinfo ul li h4{
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.deliveryinfo ul li p{
		letter-spacing: 0;
	}
	.category_feature .heading-home span {
	    padding-bottom: 6px;
	}
	.pro-tab ul{
		margin-bottom: 20px;
	}
	.linkblock{
		padding-left: 0;
		padding-right: 0;
	}
	.block-social{
		margin-bottom: 15px;
	}
	.footer-static-content{
		letter-spacing: 0;
		font-size: 0.68rem;
	}
	.compare {
	    margin: 0;
	}
	.wbSearch{
		padding: 15px;
	}
	#search_query_top, #search_block_top .btn.button-search, #search_category{
		height: 40px;
	}
}
@media(max-width: 575px){
	.tabn a{
		margin: 0 10px;
		padding: 0 10px;
	}
	.center-b .slide1:nth-child(2){
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.copy a{
		font-size: 0.78rem;
		letter-spacing: 0px;
	}
	.copy{
		text-align: center !important;
		padding: 5px 0;
	}
	.copy .copyright {
	    margin-top: 0;
	}
	.categoryName{
		top: 15px;
	}
	.balldate{
		letter-spacing: 0px;
	}
	#search_category{
		display: none;
	}
	#search_query_top{
		padding: 10px;
	}
}
@media(max-width: 449px){
	.ser-s{
		margin: 20px 0;
	}
	.ser-s1{
		margin-bottom: 20px;
	}
}
@media(min-width: 449px) and (max-width: 575px){
	.ses{
		width: 50%;
	}
	.deliveryinfo .ses:first-child, .deliveryinfo .ser-s {
	    margin-bottom: 20px;
	}
}
@media(min-width: 576px) and (max-width: 767px){
	.deliveryinfo .ses:first-child, .deliveryinfo .ser-s {
		margin-bottom: 20px;
	}
	#search_query_top{
		width: 60%;
	}
}
/* product page start */
.product-cover img{
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
#additional-carousel .slick-next::before {
    content: "\f107 ";
    font-family: fontAwesome;
    font-size: 25px;
}
#additional-carousel .slick-prev::before {
    content: "\f106";
    font-family: fontAwesome;
    font-size: 25px;
}
#additional-carousel .slick-prev, #additional-carousel .slick-next {
    font-size: 0;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    color: #222222;
    margin-top: 8px;
    line-height: 0;
}
.zoomWindow {
    top: 0px !important;
}
#attachments .attachment{
    margin-bottom: 15px;
}
#attachments h3.h5{
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 12px;
    border-right: 1px solid #e7e7e7;
    text-transform: capitalize !important
}
#attachments h4{
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
}
#attachments h4 a{
    color: #2b241d !important;
}
#attachments p{
    margin-top: 10px;
    margin-bottom: 10px;
}
#block-reassurance{
    margin-top: 10px;
}
#webizoom .product-images{
    text-align: center;
}
.propage .wb-list-product-reviews{
    margin-bottom: 0;
    padding-bottom: 0;
}
.propage .wl .wish, .quickview .wl .wish, .propage .compare a, .quickview .compare a {
    min-width: 38px;
	min-height: 38px;
	line-height: 38px;
    background: #011327;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s ease;
    text-align: center;
    float: left;
}
.propage .wl .wish.added, .quickview .wl .wish.added, .propage .compare a.added, .quickview .compare a.added,.propage .wl:hover .wish, .quickview .wl:hover .wish, .propage .compare:hover .wb-compare-button, .quickview .compare:hover .wb-compare-button {
    background: #3bac44;
}
.propage .compare svg, .quickview .compare svg, .quickview .wl svg, .propage .wl svg{
	fill: #fff !important;
}
#product #main h1.h1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
    line-height: 30px;
}
#product .price, .product-prices .product-discount {
    display: inline-block;
}
.product-actions .control-label {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    max-width: 130px;
    color: #0b0b0b;
    float: left;
}
.product-add-to-cart{
	margin-top: 5px;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
.social-sharing ul li.facebook a::before {
    content: "\f180";
    background-color: #3b5998;
}
.social-sharing ul li.twitter a::before {
    content: "\f099";
    background-color: #1dcaff;
}
.social-sharing ul li.googleplus a::before {
    content: "\f0d5";
    background-color: #d34836;
}
.social-sharing ul li.pinterest a::before {
    content: "\f231";
    background-color: #c8232c;
}
.social-sharing ul li.facebook a::before, .social-sharing ul li.twitter a::before, .social-sharing ul li.googleplus a::before, .social-sharing ul li.pinterest a::before {
    font-family: FontAwesome;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.social-sharing ul li.facebook a:hover::before{
    color: #3b5998;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.social-sharing ul li.twitter a:hover::before{
    color: #1dcaff;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.social-sharing ul li.googleplus a:hover::before{
    color: #d34836;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.social-sharing ul li.pinterest a:hover::before{
    color: #c8232c;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
#block-reassurance li {
    border-left: 2px solid #3bac44;
    margin-bottom: 5px;
    background-color: #fff;
}
.product-images li.thumb-container .thumb {
    cursor: pointer;
    margin-bottom: .625rem;
    border: 2px solid #e7e7e7;
    width: 100%;
    border-radius: 4px;
}
.product-images li.thumb-container .thumb:hover, .product-images li.thumb-container .thumb.selected {
    border: 2px solid #3bac44;
}
.quickview .owl-carousel .owl-stage-outer {
    border: none;
}
.destab {
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
}
.destab .nav-tabs > li {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin-left: 0px !important;
    display: inline-block;
}
.destab .nav-tabs {
    border-bottom: 0px;
}
.destab .nav-tabs .nav-link.active, .destab .nav-tabs .nav-link:hover {
    color: #0b0b0b;
    background-color: #fff;
    border-color: transparent;
    border-top-color: transparent;
    border-top: 3px solid #3bac44;
}
.destab .nav-tabs .nav-link {
    padding: 15px 40px;
    border-top: 3px solid transparent;
    color: #222222;
    text-transform: capitalize;
}
.data-sheet li.name {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 16px;
}
.data-sheet li {
    display: inline-block;
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 22%;
    margin-right: 10px;
}
#productCommentsBlock {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 4px;
}
#productCommentsBlock .star-pro i {
    margin-right: 5px;
}
.destab .tab-content {
    margin: 20px;
}
.product-reference{
    margin-top: 10px;
}
#productCommentsBlock .tabs{
    padding: 15px;
    margin-top: 0px;
}
#product_comments_block_tab p{
    margin-bottom: 0px;
}
#productCommentsBlock .title {
    color: #0b0b0b !important;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-top: 3px solid #3bac44;
    padding: 10px 40px;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    font-weight: 700;
    display: inline-block;
}
.panel-product-line{
    padding: 10px 0;
}
.cart-grid-right #block-reassurance{
    margin-top: 0;
}
.product-add-to-cart .compare{
    margin: 0 5px;
    padding-right: 0;
    width: auto;
}
.product-add-to-cart .wl{
	margin: 0;
	width: auto;
}
.product-add-to-cart .add{
    display: inline-block;
    vertical-align: top;
}
.a-c-w{
	margin-top: 20px;
}
.backc, .proc{
    margin-bottom: 30px;
}
.prodes{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.samecat, .viewpro{
    margin-top: 30px;
}
.prodes p{
    font-size: 0.875rem;
}
.product-customization .h4.card-title {
    font-size: 1.25rem;
    font-weight: 500;
}
@media(min-width: 768px){
    .sticky {
        position: sticky;
        top: 15px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .social-sharing li{
        margin-left: 4px;
    }
    #product-availability {
        font-size: 12px;
    }
    #main .images-container .js-qv-mask{
		width: 22%;
    }
    .product-cover{
    	width: 78%;
    }
    .wb-menu-vertical li.level-1{
    	margin: 0 15px;
    }
    #header .wb-menu-vertical ul li.level-1 li.item-header a{
    	letter-spacing: 0px;
		font-size: 0.76rem;
    }
}
@media(max-width: 991px){
    .first-banner{
        margin-top: 30px;
    }
    .product-customization {
        margin-top: 20px;
    }
    #additional-carousel .slick-prev, #additional-carousel .slick-next{
    	display: none !important;
    }
    .slick-slide{
    	margin-right: 10px;
    }
    .breadcrumb .breadc{
    	margin-bottom: 20px;
    	margin-top: 0px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .product-actions .control-label{
        width: 90px;
    }
    .product-actions .add-to-cart .material-icons{
        display: none;
    }
    #product #main h1.h1 {
        font-size: 17px;
        letter-spacing: 1px;
    }
    .product-price{
        font-size: 1rem;
    }
}
@media(max-width: 767px){
    #wrapper .breadcrumb li a span{
        font-size: 14px
    }
    .product-customization button{
        padding: 10px 8px;
        font-size: 13px;
    }
    #product .new-pro.new {
        margin-top: 15px;
    }
    #product #main h1.h1{
        font-size: 17px;
        letter-spacing: 1px;
    }
    .product-features > dl.data-sheet dt.name {
        margin-bottom: 10px;
    }
    .product-actions .add-to-cart .material-icons{
        display: none;
    }
    .destab{
        margin-bottom: 20px;
    }
    #zoom-image .owl-prev, #zoom-image .owl-next{
        top: 15px;
    }
     #blockcart-modal .divide-right{
        margin-top: 0px;
        padding: 0;
     }
     #blockcart-modal .product-image {
        width: 100%;
    }
    .product-price{
    	font-size: 0.90rem;
		letter-spacing: 0;    
	}
    #product #content{
    	margin-bottom: 0;
    }
    .product-customization .h4.card-title{
    	font-size: 1rem;
    }
}
@media(min-width: 768px) and (max-width: 991px){
     .con-menu ul {
        margin-left: 55px;
    }
}
@media(max-width: 414px){
    .open-comment-form {
        padding: 10px 5px;
        text-transform: capitalize;
        font-size: 14px;
    }
}
@media(max-width: 575px){
    .destab .nav-tabs .nav-link{
        padding: 10px 0px;
        font-size: 11px;
        display: block;
    }
    #form_wishlist input.inputTxt{
        margin: 10px 0px;
        float: none;
    }
    .data-sheet li{
        width: 45%;
    }
    .destab .nav-tabs > li {
        width: 33.33%;
        text-align: center;
    }
    .add-to-cart{
		letter-spacing: 0;
		font-size: 0.75rem;
    }
    .quickview .modal-body{
    	padding-top: 0;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    .destab .nav-tabs .nav-link{
        padding: 15px 20px;
    }
}
@media(min-width: 600px) and (max-width: 767px){
    #main .images-container .js-qv-mask{
    	width: 20%;
    }
    .product-cover{
    	width: 80%;
    }
}
/* product end */
/* category page start */
#_desktop_search_filters_clear_all, #category-description, .category-cover {
    display: none;
}
.block-categories ul {
    margin-bottom: 0px;
}
#search_filters .facet .facet-label a span {
    position: absolute;
    right: 35px;
    -webkit-margin-before: -20px;
    background: #e5e5e5;
    color: #888;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 4px;
}
.facet-title {
    color: #3bac44;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 0.8125rem;
}
#category .block-category {
    min-height: 0;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    background: none;
}
.gridimg, .listimg {
    display: inline-block;
    cursor: pointer;
}
.gridimg svg, .listimg svg{
    fill: #222222;
}
.gridimg svg:hover, #wbgrid.selected .gridimg svg, .listimg svg:hover, #wblist.selected .listimg svg {
    fill: #3bac44;
 }
 .listimg{
    margin: 0 10px;
 }
.total-products p {
    margin-top: 10px;
    color: #222222;
    margin-bottom: 0px;
    font-size: 0.96rem;
}
.products-selection {
    margin: 0;
    border-left: 0;
    border-right: 0;
    padding-bottom: 30px;
}
.products-sort-order {
    padding: 0;
}
.wb-product-list .listds p{
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 0.9375rem;
    color: #929292;
}
.wb-product-list .thumbnail-container .second-img, .wb-product-grid .wb-image-block img.second-img{
    display: none;
}
.wb-product-list .item-product {
    margin-bottom: 20px;
}
.wb-product-list .thumbnail-container .wb-image-block{
    padding-left: 0;
    padding-right: 0;
}
.wb-product-list .thumbnail-container .wb-product-desc .product-title a{
    line-height: 25px;
    font-size: 1.125rem;
}
.wb-product-list .product-price-and-shipping{
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 10px;
}
.wb-product-grid .product-miniature {
    width: 100%;
}
.wb-product-list .product-miniature {
	padding: 0;
}
.products-selection .total-products, .products-selection .total-products .wb-grid-list{
    padding: 0;
}
.products-selection .total-products .wb-grid-list{
    margin-top: 4px;
}
.wb-product-list .listds{
    display: block;
}
#search_filters ul {
    margin-bottom: 0;
}
#search_filters h4{
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 500;
}
.custom-checkbox .padding-check{
    padding: 0;
}
.wb-product-list .absbtn, .wb-product-list .cart.add-cart{
    position: unset;
    opacity: 1;
    transform: none;
}
.wb-product-list .thumbnail-container:hover .absbtn, .wb-product-list .thumbnail-container:hover .cart.add-cart{
	transform: none;
}
.wb-product-list .cart button{
	padding: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	text-align: center;
}
.wb-product-list .cart:hover button{
	background: #3bac44;
}
.wb-product-list .cart button span:first-child{
	display: block !important;
}
.wb-product-list .cart-add{
	display: none;
}
.wb-product-list .cartbtn .add-cart{
	opacity: 1;
    transform: none;
}
.wb-product-list .button-group{
	margin-top: 10px;
}
.wb-product-list .wb-product-desc{
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wb-product-grid .product-miniature {
    margin-bottom: 20px;
    padding: 0;
}
.wb-product-list .item-product {
    margin-bottom: 20px;
}
.pagination .showing{
	color: #222222;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	line-height: 35px;
}
.wb-product-list .thumbnail-container{
	width: 100%;
	float: left;
}
.wb-product-list .name-top{
	border-top: none;
	margin: 0;
}
#search .sale, #search li.product-flag, #manufacturer .sale, #manufacturer li.product-flag {
    padding: 0px 6px;
}
.wb-product-list .thumbnail-container:hover .wb-list-product-reviews, .wb-product-list .thumbnail-container:hover .product-price-and-shipping {
    opacity: 1;
    transform: none;
}
@media(min-width: 576px){
	.wb-product-list .wb-product-desc{
		text-align: left;
	}
}
@media(min-width: 1600px){
    #left-column{
        width: 20%;
    }
    .left-column{
        width: 80%;
    }
}
@media(min-width: 412px) and (max-width: 575px){
    .wb-product-grid .item-product, .wb-product-list .item-product{
        width: 50%;
    }
}
@media(min-width: 700px) and (max-width: 767px){
    .wb-product-grid .item-product{
        width: 33.33333%;
    }
}
@media(min-width: 1200px) and (max-width: 1599px){
    #left-column{
    	width: 22%;
    }
    .left-column{
    	width: 78%;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        font-size: .80rem;
    }
    #products .wbpc-main .count, .wbpc-main .count{
        font-size: 17px;
    }
	.total-products p{
		font-size: 0.80rem;
	}
	.wb-product-grid .item-product{
		width: 33.33333%;
	}
}
@media(min-width: 992px) and (max-width: 1199px){
	#left-column{
    	width: 25%;
    }
    .left-column{
    	width: 75%;
    }
    .wb-product-grid .item-product, .wb-product-list .wb-image-block{
        width: 33.33333%;
    }
    .wb-product-list .wb-product-desc{
        width: 66.66667%;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        font-size: 0.75rem;
    }
    .wb-product-list .listds p{
        margin-bottom: 10px;
        font-size: 0.75rem;
    }
    .wb-product-list .thumbnail-container .wb-product-desc .product-title a{
        font-size: 0.9375rem;
        margin: 0;
    }
    .wb-product-list .thumbnail-container .product-title{
        margin: 0;
    }
	.wb-product-list .item-product{
		padding: 0;
	}
	.wb-product-list{
		margin: 0;
	}
	.total-products p{
		font-size: 0.80rem;
	}
}
@media(min-width: 768px) and (max-width: 991px){
    .total-products p {
        font-size: 0.80rem;
    }
    .products-selection .sort-by {
        display: none;
    }
    .wb-product-list .thumbnail-container .wb-product-desc .product-title{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .thumbnail-container .button-group .cartb .pcart {
        font-size: 0.8125rem;
    }
    .pagination a{
        margin: 4px;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        font-size: 0.75rem;
    }
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product{
        width: 33.33333%;
    }
    .wb-product-list .listds p{
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 0.75rem;
    }
    .wb-product-list .thumbnail-container .wb-product-desc .product-title a{
        font-size: 0.9375rem;
        margin: 0;
    }
    .wb-product-list .thumbnail-container .product-title{
        margin: 0;
    }
    #left-column{
    	width: 33%;
    }
    .left-column{
    	width: 67%;
    }
    .pagination{
    	text-align: center;
    }
}
@media(max-width: 991px){
    .wb-product-list .description p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        min-height: 0;
    }
    .wb-product-grid .thumbnail-container .second-img{
        display: none;
    }
    #category .heading-pro{
        font-size: 1.125rem;
        letter-spacing: 2px;
    }
    .destab{
        margin-bottom: 20px;
    }
    .products-selection .filter-button {
        padding-right: 0;
    }
    #search_filters h4{
        padding: 12px 20px;
    }
    .menu-item .sale{
        display: none;
    }
}
@media(max-width: 767px){
    #search_filters .facet .facet-label a span{
        right: auto;
        margin: 0 10px;
        position: unset;
    	float: right;
    }
    .wb-grid-list{
        margin-top: 0px;
    }
    .total-products p {
        font-size: 13px;
    }
    .products-selection .total-products .wb-grid-list {
        margin-top: 0px;
    }
    .thumbnail-container .wb-image-block img.second-img{
        display: none;
    }
    .wb-product-list .item-product{
		padding: 0;
	}
	.wb-product-list .product-miniature {
	    padding: 0 15px;
	}
	.wb-product-list .wb-product-desc .product-title a {
	    font-size: 0.95rem !important;
	}
	.pagination{
		text-align: center;
	}
}
@media(min-width: 576px) and (max-width: 767px){
    .wb-product-list .thumbnail-container .wb-product-desc{
        padding-left: 15px;
    }
    .wb-product-grid .thumbnail-container img{
        width: 100%;
    }
    .main-home .wb-product-grid.col-xs-12, .main-home .wb-product-list.col-xs-12{
        padding-right: 15px;
        padding-left: 15px;
    }
    .total-products p {
        display: none;
    }
}
@media(max-width: 575px){
    .products-selection .total-products {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }
    .pagination {
        text-align: center;
        margin-top: 0;
    }
    .pagination .page-list {
        float: none;
    }
    .wb-product-list .thumbnail-container .wb-product-desc .product-title{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 10px;
        font-size: 1rem;
    }
    .wb-product-list .wb-list-product-reviews{
        margin-top: 10px;
    }
    #manufacturer .heading-home span{
    	font-size: 0.80rem;
		letter-spacing: 0px;
    }
    .wb-product-list .wb-product-desc {
	    padding-top: 0;
	}
}
@media(min-width: 1600px){
	#search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product{
		width: 20%;
	}
}
@media(min-width: 992px) and (max-width: 1599px){
	#search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
	    width: 25%;
	}
}

@media(min-width: 1410px){
	#search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product{
		width: 50%;
	}
}
/* category page end */
/* other pages start */
#contact .contact-rich .block .data{
	font-size: 0.90rem;
    color: #5d5d5d;
}
.block_newsletter p.alert {
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
 .modal-footer .panel-product-line a{
    float: left;
    margin-right: 10px;
 }
 #blockcart-modal.desc{
    padding-right: 0;
    padding-left: 0;
 }
 #blockcart-modal .fa-check{
    margin-top: 5px;
}
 #blockcart-modal .modal-header {
    border: none;
    background: #131313;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px 4px 0px 0px;
}
 #blockcart-modal .close {
    float: right;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}
#blockcart-modal .cart-products-count {
    font-size: 1.20rem;
    margin-bottom: 15px;
    background-color: transparent;
    color: #222222;
    position: unset;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding-bottom: 15px;
}
#blockcart-modal p, #blockcart-modal .desc span {
    color: #121212;
    margin-bottom: 15px;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    font-weight: normal;
}
#blockcart-modal p.price{
    font-size: 1.25rem;
    margin-top: 15px;
}
.page-subheading, .bottom-indent{
    margin-bottom: 10px;
}
#index .page-footer{
    margin-bottom: 0px;
}
#module-blockwishlist-mywishlist .form-group{
    margin-bottom: 0;
}
#showSendWishlist{
    margin-bottom: 20px;
}
.cart-drop-table td {
    width: 25%;
    padding: 4px;
}
.blockcart table {
    width: 100%;
    margin-bottom: 20px;
}
.checkout-color{
    background-color: #fff;
    padding: 30px 15px;
}
#reply-title{
    font-size: 1rem;
    font-weight: 500;
}
.blog-content .blog_post_content_bottom li {
    float: left;
    margin-right: 10px;
}
.blog_post_content_bottom.allbl{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog_post_content_bottom.allbl .post_title {
    margin-bottom: 20px;
    margin-top: 20px;
}
.wbblog_submit_btn{
    margin-top: 20px;
    margin-bottom: 20px;
}
.commlist .comment_list li{
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}
.comments_area .comment_list li.comment .comment_body .comment_author img{
    border-radius: 100%;
}
.blog_post_content_bottom.allbl .content_more{
    margin-top: 20px;
}
.blog_post_content_bottom.allbl .post_d{
    margin-top: 20px;
}
.blog_post_content_bottom.allbl .post_d i{
    margin-right: 5px;
}
.blog_post_content_bottom.allbl .post_title a{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 15px;
    color: #222222;
}
#cart .product-price {
    font-size: 15px;
}
#cart .product-line-info{
    margin-top: 5px;
}
#cart .has-discount.product-price{
    margin-bottom: 10px;
    margin-top: 10px;
}
#view_wishlist p{
    margin-bottom: 10px;
}
#module-wbblog-single .blog-content{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
#search .page-not-found p, #pagenotfound .page-not-found p{
    margin-bottom: 15px;
}
.blockcart .dropdown-backdrop{
    position: unset;
}
ul.wlp_bought_list li .btn_action form{
    display: inline-block;
}
.page-order-detail .box p{
    margin-bottom: 10px;
}
.quickview .modal-footer{
    padding: 0;
    padding-top: 15px
}
.product-price strong{
    font-weight: normal;
}
.wb-modal-wishlist-bt{
    margin-right: 10px;
}
 .wb-modal-wishlist button{
    float: right;
 }
.new-wishlist .form-group{
    margin-bottom: 0;
    position: relative;
}
.new-wishlist .has-success, .new-wishlist .has-danger{
    margin-top: 0;
    margin-bottom: 20px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0;
}
.ui-front{
    border: 1px solid #7a7a7a;
    border-bottom: 3px solid #7a7a7a;
}
.ui-front li a span{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #1e1e1e;
    cursor: pointer;
}
.ui-state-focus, .ui-widget-content .ui-state-focus{
    border: none;
    background: transparent;
    background-image: none;
}
.ui-front li:hover span, .ui-front li:focus span{
    color: #7a7a7a;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin: 0;
}
.quickview .product-add-to-cart{
    padding: 15px 0px;
}
.quickview h1.h1{
    color: #222222;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
}
.quickview .owl-next::before{
	content: none;
}
.page-cms h2, .page-cms h3, .page-cms p{
    margin-bottom: 20px;
}
.page-cms h2, .page-cms h3, .page-content.page-cms .page-heading{
    font-size: 1.125rem;
    font-weight: 500;
}
.wb-compare-review-dropdown .review_content{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#myModalLabel .head{
    margin: 0 10px;
}
.qdesc span{
	margin-bottom: 15px;
}
#left-column .contact-rich{
    background: #fff;
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
#left-column .contact-rich h4 {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-information{
	padding-top: 25px;
}
#order-items .details span{
    text-transform: capitalize;
}
@media(min-width: 992px) and (max-width: 1199px){
	#contact #left-column{
		width: 25%;
	}
	#contact .left-column{
		width: 75%;
	}
    .product-line-grid-right .col-md-10{
        padding: 0;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    #blockcart-modal .modal-title{
        font-size: 0.90rem;
    }
    #blockcart-modal .cart-products-count{
        font-size: 1rem;
    }
    .contact-information{
        padding-right: 0;
        padding-left: 0;
    }
    .contact-rich h4{
    	font-size: 1rem;
    }
}
@media(max-width: 767px){
	.wb-compare-review-dropdown .well.well-sm{
        padding: 3px 10px;
    }
	.cart-content{
		padding-right: 0;
		padding-left: 0;
	}
	.product-variants > .product-variants-item {
	    margin: 0;
	}
    #contact .form-footer{
        margin-top: 15px;
    }
    #contact .filestyle{
        width: 100%;
    }
    .wishlist-product-info .form-group {
        margin-bottom: 0;
    }
    .new-pro .thumbnail-container .product-title{
        font-size: 15px;
    }
    .cart-grid-right #block-reassurance {
        margin-top: 10px;
    }
    body#checkout section.checkout-step .step-title{
        font-size: 14px;
    }
    #blockcart-modal .modal-title {
        font-size: 12px;
    }
    #myModalLabel .head{
        margin: 0 5px;
    }
    .modal-body .col-md-6 h1.h1{
        font-size: 16px;
    }
    .quickview .modal-body .product-actions{
        font-size: 12px;
    }
    #blockcart-modal .cart-products-count{
        font-size: 16px;
    }
    #blockcart-modal .product-name{
        font-size: 18px;
    }
    #blockcart-modal .cart-content .cart-content-btn{
        margin-top: 10px;
    }
    .checkout-color{
        padding: 30px 0px;
    }
    #manufacturer .heading-pro{
        font-size: 16px;
        letter-spacing: 0px;
    }
    .custom-checkbox label {
        margin-bottom: 0;
    }
    .form-group {
        margin-bottom: 0;
    }
    .quickview .product-cover {
        width: 100%;
    }
    .card-block {
        padding: 15px;
    }
    .page-my-account #content .links a span.link-item{
        padding: 5px;
        font-size: 12px;
    }
    p{
    	font-size: .80rem;
    }
    #authentication .custom-checkbox label {
	    padding-left: 0;
	}
	#authentication .custom-checkbox .col-xs-10{
		padding: 0;
	}
	#contact #left-column{
        margin-bottom: 20px;
    }
    .quickview h1.h1{
    	font-size: 16px;
    }
 }
 @media(max-width: 991px){
    .modal-footer .panel-product-line a {
        float: none;
    }
    .page-content .contact-rich{
        margin-bottom: 20px;
    }
 }
 @media(min-width: 768px){
    .forgotten-password .form-fields .center-email-fields button {
        margin-left: 20px;
    }
    #blockcart-modal .desc{
        padding: 0;
    }
 }
 @media(max-width: 575px){
    .blockcart .head-cart-drop{
        min-width: 300px;
        width: 100%;
        padding: 10px;
    }
    .new_review_form_content{
        margin-top: 20px;
    }
    .contact-information{
        padding-right: 0;
        padding-left: 0;
    }
    .quickview .modal-header{
        padding: .625rem .625rem 0 .625rem;
    }
    .quickview .modal-dialog{
        width: auto;
    }
 }
 @media(min-width: 400px) and (max-width: 575px){
    #myModalLabel .head {
        line-height: 25px;
    }
}
 @media(max-width: 991px){
    #manufacturer .products-sort-order, #search .products-sort-order{
        margin-right: 0px;
    }
 }
 @media(max-width: 1199px){
    .product-line-grid-right .qty{
        padding: 4px;
    }
    #cart .has-discount.product-price .current-price {
        margin-top: 15px;
    }
 }
 @media(min-width: 1200px) and (max-width: 1599px){
    .product-line-grid-right .qty{
        padding: 0;
    }
 }
 @media(min-width: 576px) and (max-width: 767px){
 	.contact-rich h4{
 		font-size: 1rem;
 	}
 }
 .email-alert{
    padding-left: 0;
    padding-right: 0;
 }
 .sign-out{
 	display: inline-block;
	margin-bottom: 20px;
 }
 #my-account #main .page-content{
    border: none;
    padding: 0;
 }
 #module-wbblog-archive .page-content, .blog-content .sticky{
    border: none !important;
    padding: 10px;
 }
 #manufacturer-description{
    display: none;
 }
 .product-description .product-title,  .product-description .product-title a{
    display: block;
 }
 .page-content .contact-rich{
    border: 1px solid #e7e7e7;
    padding: 15px;
    border-radius: 4px;
 }
 .cl-row-reset{
 	margin-bottom: 15px;
 }
 .wbContent .content_price{
	margin-top: 10px;
 }
 .search-widget form button[type="submit"] svg {
    fill: #222222;
}
.search-widget form button[type="submit"]:hover svg {
    fill: #3bac44;
}
#module-wbblog-archive #content-wrapper{
	padding-right: 0;
	padding-left: 0;
}
.product_name strong{
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 500;
}
.wish-image-block img, .product-image img{
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}
.wb-wishlist-button.added, .wb-compare-button.added{
	background: #3bac44;
}
.wb-wishlist-button.added svg, .wb-compare-button.added svg{
	fill: #fff;
}
.review_title{
	text-transform: capitalize;
}
 /* review start */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #3bac44;
 }
 #product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-skin{
    background-color: #fff;
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.comment-pro{
    margin-top: 20px;
}
.comment-pro .product-head1{
    font-size: 1.25rem;
    letter-spacing: 1px;
}
.comment-pro .prodes{
    margin-top: 10px;
}
#new_comment_form textarea{
    border: 1px solid #e7e7e7 !important;
}
#new_comment_form label{
    margin: 15px 0 4px 0;
}
#new_comment_form #criterions_list li {
    margin-bottom: 0px;
}
.fr{
    margin-top: 15px;
    float: right;
}
.wb-modal-review .modal-title, .wb-modal-review .close{
    color: #fff;
    font-weight: normal;
}
.wb-modal-review .modal-header{
    background-color: #1e1e1e;
    padding: 10px;
}
.wb-modal-review-bt{
    margin: 0 10px;
}
.wb-modal-review .modal-body{
    padding: 0;
    padding-top: 15px;
}
.arr{
    margin: 0 10px;
}
/* review end */
.lang-de .cart-dropdow-button{
    letter-spacing: 0;
    padding: 10px;
}
#pagenotfound .page-not-found p, #products .page-not-found p{
    margin-bottom: 10px;
}
.lang-fr #blockcart-modal .cart-products-count, .lang-pt #blockcart-modal .cart-products-count, .lang-pl #blockcart-modal .cart-products-count{
	font-size: 1rem;
}
.lang-pt #blockcart-modal .modal-title, .lang-nl #blockcart-modal .modal-title{
	font-size: 0.875rem;
}
.lang-pl #blockcart-modal .cart-content .cart-content-btn .btn, .lang-pt #blockcart-modal .cart-content .cart-content-btn .btn, .lang-ro #blockcart-modal .cart-content .cart-content-btn .btn, .lang-ru #blockcart-modal .cart-content .cart-content-btn .btn{
	font-size: 0.625rem;
}
.wb-productscompare-item .product-image{
	position: relative;
}
#owl-logo img{
	width: auto !important;
}
/* banner effect start */
.beffect {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.beffect span.banner {
	background:rgba(255,255,255,0.7) none repeat scroll 0 0;
	display:block;
	text-indent:-9999px;
	height:0;
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
	position:absolute;
	width:0;
}
.beffect span.banner.b1 {
	left:0;
	top:0;
}
.beffect span.banner.b2 {
	right:0;
	top:0;
}
.beffect span.banner.b3 {
	bottom:0;
	left:0;
	top:auto;
}
.beffect span.banner.b4 {
	bottom:0;
	right:0;
	top:auto;
}
.beffect:hover span.banner {
	height:100%;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	-webkit-opacity:0;
	transition-duration:1.3s;
	width:100%;
}
/* banner effect end */