/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
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;
}
.nivoSlider img {
    height: 100% !important;
}
[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 {
    position: absolute;
    top: -82px;
	right: 20px;
    margin-top: 0;
}
.owl-nav div {
    color: #222222;
    margin: 0;
    font-size: 24px;
    text-align: center;
    transition: .3s ease;
    display: inline-block;
}
.owl-nav div:hover {
    color: #f3a90a;
}
.owl-next::before {
    content: '|';
	color: #8c8c8c;
	font-size: 16px;
	padding: 0 18px;
	vertical-align: top;
	position: relative;
	top: 2px;
}
.sellb .owl-nav div:hover {
    color: #003980;
}
.nivo-prevNav, .nivo-nextNav{
    font-size: 36px;
    color: #003980;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
}
.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;
}
.nivoSlider .nivo-prevNav:hover,.nivoSlider .nivo-nextNav:hover{
    background-color: #003980;
    color: #fff; 
}

main {
    background: #fff;
}
.btn-primary, .btn-default, .btn-secondary, .btn-tertiary{
    background: #003980;
    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;
}
.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: #f3a90a;
    color: #fff;
}
.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    width: 100%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #f3a90a;
}
/*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;
}
/* head start */
.nav1, .nav2 {
    position: relative;
    z-index: 99;
}
.smail{
	margin-top: 3px;
}
.smail h1{
	color: #fff;
	font-size: 0.8125rem;
	letter-spacing: 0.5px;
	font-weight: normal;
	text-transform: capitalize;
}
.smail h1 span{
	display: inline-block;
	color: #fff;
	z-index: 1;
	position: relative;
}
.lan, .cun {
    display: inline-block;
    margin: 0 5px;
}
.lan svg, .cun svg, #compare-link a svg, .wishl svg {
    fill: #fff;
    transition: 0.3s ease;
}
.language-selector-wrapper button:hover svg, .currency-selector button:hover svg, #compare-link a:hover svg, .wishl:hover svg{
	fill: #f3a90a;
}
#compare-link a svg, .wishl svg{
	margin: 0 5px;
}
.language-selector-wrapper button, .currency-selector button, #compare-link a, .wishl a, .language-selector-wrapper ul li a, .currency-selector ul li a {
    color: #fff;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.language-selector-wrapper button:hover, .currency-selector button:hover, .wishl:hover a, #compare-link:hover a, .language-selector-wrapper ul li:hover a, .currency-selector ul li:hover a {
    color: #f3a90a;
}
.language-selector-wrapper ul li a, .currency-selector ul li a {
    color: #222222;
}
#_desktop_language_selector .language-selector ul, #_desktop_currency_selector .currency-selector ul {
    min-width: 130px;
    border-top: 3px solid #f3a90a;
    top: 30px;
}
#_desktop_currency_selector, .wishlist-head{
	margin: 0 30px;
}
.mail{
	margin: 0 50px;
}
.head-menu svg{
	fill: #f3a90a;
}
.mail svg, .call .need-help{
	margin: 0 10px;
	vertical-align: middle;
}
.head-menu .mail span{
	color: #000;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	font-weight: 500;
}
.head-menu .call h1{
	color: #000;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: capitalize;
}
.head-menu .call .contact{
	color: #000;
	font-size: 0.9375rem;
	letter-spacing: 1px;
	font-weight: 500;
}
.user-down {
    padding: 10px;
    border-top: 3px solid #f3a90a;
    min-width: 200px;
    margin-top: 0;
    top: 52px;
}
#_desktop_user_info{
	margin: 0 30px;
}
.user-info svg, .blockcart svg{
	fill: #fff;
}
.user-info .account, .blockcart .cart-products-count{
	color: #fff;
	font-size: 1rem;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 10px;
}
.user-info, .blockcart {
	background: #f3a90a;
	border-radius: 50px;
	padding: 9px 20px;
	cursor: pointer;
	transition: 0.3s ease;
}
.user-info:hover, .blockcart:hover{
	background: #000;
}
.user-down li a {
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 25px;
    cursor: pointer;
    text-transform: uppercase;
}
.ico-menu {
    position: relative;
    width: 15px;
    top: -8px;
    margin: 0 auto;
    left: -8px;
}
.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 22px;
}
.ico-menu .bar:nth-child(2) {
    top: 7px;
    width: 22px;
}
.ico-menu .bar:nth-child(3) {
    top: 14px;
    width: 22px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #000d1b;
    overflow: hidden;
}
@media(min-width: 768px){
    .btn-navbar.navbar-toggle {
        padding: 0;
        border: none;
        background: transparent;
        vertical-align: middle;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 9;
    }
    .bar {
        height: 12px;
        width: 20px;
        display: inline-block;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        background: #f3a90a;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0s;
    }
    .wr-menu:hover .ico-menu .bar::after {
        left: 0;
    }
    #_desktop_top_menu{
    	position: relative;
        padding: 6px 15px 0;
    }
    #_desktop_top_menu::after{
    	content: '';
    	position: absolute;
    	border-right: 1px solid rgba(0, 13, 27, 0.102);
    	height: 60px;
    	top: -13px;
		right: 0;
		left: auto;
    }
}
.head-menu ul li{
	margin: 0 20px;
}
.head-menu ul li a{
	color: #222222;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
    position: relative;
    top: -3px;
}
.head-menu ul li a:hover{
	color: #f3a90a;
}
.nav-full {
    padding: 13px 0;
    background-image: url(../../assets/img/full-img.png);
    background-repeat: no-repeat;
    height: 60px;
    line-height: 10px;
}
.menubo {
    margin-top: 5px;
}
.call {
    float: right;
}
#_desktop_logo {
    width: 22%;
}
@media(min-width: 1200px){
	#_desktop_top_menu{
		width: 19%;
        float: left;
    }
    .head-menu {
        width: 81%;
        float: left;
        padding-top: 3px;
    }
}

/* search */
#search_widget{
    float: left;
    width: 60%;
}
/* .d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
    padding: 0;
}
.d-search button:hover svg{
    fill: #f3a90a;
}
.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 */
/* header end */
#index #content-wrapper, .slider-home, .sellb {
	padding-left: 0;
	padding-right: 0;
}
.sellb .owl-nav{
	right: 55px;
	bottom: 60px;
	top: auto;
}
.sellb .owl-next, .sellb .owl-prev{
	color: #fff;
}
.sellb .owl-next::before {
    content: '|';
	color: #fff;
}
.nivo-controlNav {
    display: none;
}



/* shipping start */
.deli {
	margin-top: 80px;
	margin-bottom: 80px;
	float: left;
	width: 100%;
}
.deliveryinfo ul{
	text-align: center;
	cursor: pointer;
}
.deliveryinfo ul li h4{
	color: #000d1b;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.deliveryinfo ul li p{
	color: rgba(30, 48, 70, 0.6);
	font-size: 0.75rem;
	letter-spacing: 1px;
	font-weight: normal;
}
.deliveryinfo ul li svg{
	fill: #000d1b;
	transform: rotate(45deg);
	transition: .3s ease;
}
.deliveryinfo ul:hover li svg{
	fill: #f3a90a;
}
.deliveryinfo ul li.d-svg{
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border: 2px solid #ebebeb;
	border-radius: 100px;
	border-bottom: none;
	border-left: none;
	transform: rotate(-45deg);
}
@media(min-width: 768px){
	.ser-s::after{
		content: '';
		position: absolute;
		border-left: 1px solid rgba(0, 0, 0, 0.102);
		height: 120px;
		left: 0;
		top: 0;
	}
	.ser-s::before, .ser-s1::before{
		content: '';
		position: absolute;
		border-right: 1px solid rgba(0, 0, 0, 0.102);
		height: 120px;
		right: 0;
		top: 0;
	}
}


/* video start */

.vedio-block {
    position: relative;
    padding: 0;
}
.vedio-bg {
    background: url('../../assets/img/vbg.png');
    position: relative;
    padding: 159px 0;
    text-align: center;
    height: 360px;
}
.play-video svg {
    fill: #fff;
}
.play-video {
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: block;
}
.vedio-bg p {
    display: none;
}



/* testimonial */
.testi .head-t {
    display: none;
}
.testi-bg .owl-carousel .owl-stage-outer .owl-item{
    padding: 0 15px;
}
.testi {
    margin: 60px 0;
}
.testi .test-all svg {
    fill: #f3a90a;
}
.testi .item{
    position: relative;
    padding-top: 0px;
}
.testi .d-test p {
    color: #9e9e9e;
    font-size: 14px;
    line-height: 25px;
    margin: 18px 0;
    padding: 0;
    text-align: left;
}
.testi .des_namepost {
    color: #f3a90a;
    font-size: 16px;
    letter-spacing: .8px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.test-desc {
    text-align: left;
    float: left;
    padding: 0 30px;
    width: 73%;
}
.testi .des_dev {
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 400;
}
.testimonial .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 0 !important;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0;
    position: relative;
    background: #767676;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #f3a90a;
    opacity: 1;
    width: 30px;
}
.testi1 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/testi1.jpg") no-repeat scroll center;
}
.testi2 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/testi2.jpg") no-repeat scroll center;
}
.testi3 {
     background: rgba(0, 0, 0, 0) url("../../assets/img/testi3.jpg") no-repeat scroll center;
}
.timg {
    width: 190px;
    height: 190px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%;
    left: 0;
    right: 0;
    margin-bottom: 20px;
    float: left;
}
.testimonial .owl-theme .owl-dots .owl-dot{
    margin: 0 5px;
    transition: 0.4s ease-in-out
}
.des_dev{
    color: #939393;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
}
.d-test p{
   color: #939393;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 100px;
    position: relative;
}
/* testimonial end */
/* shipping end */

.container.center-banner {
    clear: both;
    position: relative;
    z-index: 9;
    padding: 0;
}
.center-b {
    float: left;
    width: 100%;
    margin-top: -100px;
}
.third-banner {
    float: left;
    width: 100%;
    margin: 80px auto;
}
.img-left {

    clear: both;

}
/* tabs start */
.product-tab-item{
	float: left;
	width: 100%;
}
.product-tab-item .nav-tabs li {
    position: relative;
}
.heading-home{
	background: #f5f5f5;
	margin-bottom: 40px;
	padding: 20px;
	color: #000d1b;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}
.tabn a{
	position: relative;
	margin: 0 40px;
	padding: 0 40px;
}
.pro-tab li a.active::after {
    content: '';
    position: absolute;
    top: auto;
    height: 2px;
    background: #f3a90a;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    bottom: -20px;
}
.pro-tab li a{
	color: #000d1b;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
    position: relative;
}
.nav-item.tabn a {
    border-left: 2px solid #000d1b;
    border-right: 2px solid #000d1b;
}
.pro-tab li a.active, .pro-tab li a:hover{
	color: #f3a90a;
}
.thumbnail-container img{
	width: auto !important;
}
.thumbnail-container, .wb-image-block{
	position: relative;
}
.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;
}
.sale, li.product-flag {
    background: #f3a90a;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 2px 11px;
    position: absolute;
    top: 15px !important;
}
.sale {
    left: 15px;
    right: auto;
}
li.product-flag {
    right: 15px;
    left: auto;
}
.listds{
	display: none;
}
.product-title, .product-title a {
    color: #000d1b;
    font-size: 1rem;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 20px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-title:hover, .product-title a:hover {
    color: #f3a90a;
}
.product-price-and-shipping {
    color: #003980;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 10px 0;
}
.count-rate{
	color: #8c8c8c;
	font-size: 0.875rem;
	letter-spacing: 1px;
	margin: 0 15px;
}
.wb-product-desc{
	margin-top: 10px;
}
.product-tab-item .pro-home{
	margin-bottom: 50px;
}
.product-tab-item .owl-item .pro-home:last-child{
	margin-bottom: 0px;
}
.special{
	float: left;
	width: 100%;
}
.quick, .wl button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
}
.cart button{
	padding: 0;
    cursor: pointer;
    border: none;
}
.absbtn {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 100%;
    text-align: center;
    padding: 10px 0;
    display: flex;
    width: 45px;
    height: 43px;
}
.wl, .compare, .quick {
    width: 100%;
    text-align: center;
}
.wl svg, .compare svg, .quick svg {
    fill: #5a5a5a;
    transition: .3s ease;
}
.wl:hover svg, .compare:hover svg, .quick:hover svg {
    fill: #f3a90a;
}
.compare {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.cartb svg{
	fill: #fff;
	transition: .3s ease;
}
.cartb{
	min-width: 40px;
	min-height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	background: #003980;
	transition: .3s ease;
}
.cartb .cart-add{
	color: #fff;
	font-size: 0.75rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 0;
	display: inline-block;
	width: 0;
	transition: all 0.4s ease-out 0s;
	vertical-align: middle;
}
.cartbtn:hover .cartb{
	background: #f3a90a;
	/* min-width: auto; */
	/* border-radius: 50px; */
	/* padding: 0 12px; */
}
.cartbtn .add-cart{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: auto;
}
.cartbtn{
	white-space: nowrap;
	transition: 0.3s ease
}
.cartbtn .cartb:hover .cart-add{
	opacity: 1;
	padding-right: calc(-100% + 30px);
	width: auto;
	margin-left: 10px;
}
@media(min-width: 992px){
	.absbtn {
	    position: absolute;
	    top: 120px;
	    left: 64px;
	    right: 64px;
	    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);
	}
	.cart.add-cart{
		opacity: 1;
		/* -webkit-transition: all 0.4s ease-in-out 0s;
	    -o-transition: all 0.4s ease-in-out 0s; */
	    transition:none;
	    transform: none
	}
}
/* tabs end */
/* category product start */
.cate-pro{
	float: left;
	width: 100%;
}
.item-inner .item{
	background: rgba(255, 255, 255, 0.851);
  	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.09);
  	padding: 0;
  	margin-bottom: 30px;
}
.item-inner .item:last-child{
	margin-top: 0;
}
.item-inner .cat-img{
	padding: 0;
}
.categoryName{
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.categoryName a{
	color: #f3a90a;
	font-size: 0.9rem;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid #f3a90a;
	padding-bottom: 15px;
}
.categoryName:hover a{
	color: #003980;
}
.sub-cat li{
	margin-bottom: 6px;
}
.sub-cat li a, .sub-cat li i{
	color: #8c8c8c;
	font-size: 0.8125rem;
	letter-spacing: 1px;
    text-transform: capitalize;
}
.sub-cat li i{
	font-size: 0.4rem;
	vertical-align: middle;
}
.sub-cat li a:hover{
	color: #f3a90a;
	padding-left: 3px;
}
.content-cate {
	margin-top: 30px;
}
/*#owl-catfeature .owl-item{
	padding-right: 10px !important;
	padding-left: 20px !important;;
}*/
/* category product end */
/* subscribe start */
.block_newsletter {
    border-top: 1px solid #e5e5e5;
}
.email-home{
	float: left;
	width: 100%;
}
.email-bg {
    padding: 40px 0;
    float: left;
    width: 100%;
}
.news {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.news-p {
    padding: 0;
}
.em-p {
    padding: 0;
    color: #737373;
    letter-spacing: 1px;
}
.sign-email{
	color: #fff;
	font-size: 1.375rem;
	letter-spacing: 1px;
	font-weight: 500;
}
.email-btn svg{
	fill: #8c8c8c;
	position: absolute;
	top: 38px;
	left: 15px;
}
.email-sub {
    background: #f3a90a;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0 6px 6px 0;
    padding: 0 34px;
    transition: .3s ease;
    position: absolute;
    top: 0;
    right: 0;
}
.email-sub:hover{
	background: #003980;
}
.email-btn .email{
	color: rgba(255, 255, 255, 0.502);
	font-size: 0.8125rem;
	letter-spacing: 0.5px;
	margin-top: 30px;
}
/* subscribe end */
.next-prevb, .logos{
	width: 100%;
	float: left;
}
.logos img{
	width: auto !important;
	margin-bottom: 10px;
}
.logos a:last-child img{
	margin-bottom: 0px;
}
.logos{
	margin-top: 80px;
	margin-bottom: 80px;
}
/* footer start */
.links h3, .links h3 a, .c-info, .follow,.payd {
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
}
.links h3 a:hover, .copy a:hover{
    color: #f3a90a;
}
.footer-static-content{
	margin-bottom: 30px;
	margin-top: 30px;
}
.block-social{
    margin-bottom: 0;
    padding: 0;
}
.block-payment {
    margin-bottom: 40px;
    padding: 0;
}
.footer-container li a, .fthr .block, .fthr .data a, .foot-link a, .footer-static-content {
    cursor: pointer;
    font-size: 0.8125rem;
    letter-spacing: 1px;
    line-height: 30px;
    color: rgba(255,255,255,0.5);
    padding: 0;
    word-break: break-all;
    width: 100%;
}
.footer-container li:hover a, .fthr .block:hover, .fthr .data a:hover, .foot-link a:hover{
	color: #f3a90a;
}
.payment li a i {
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}
.payment li a i:hover{
    color: #f3a90a;
}
.fthr h3 {
    margin-top: 20px;
}
.payment li {
    margin: 0 5px;
}
.linkblock a, .account-list li a{
	transition: 0.3s;
}
/* .footer-container .linkblock li a, .footer-container #block_myaccount_infos li a{
	margin: 0 10px;
} */
/* .linkblock ul li a::before, .account-list li a::before {
    color: #9d9d9d;
    content: "\f101";
    float: left;
    font-family: "FontAwesome";
    font-size: 15px;
    transition: 0.3s;
} */
.linkblock ul li:hover a::before, .account-list li:hover a::before{
	color: #f3a90a;
}
.linkblock ul li:hover a, .account-list li:hover a {
    padding-left: 3px;
}
.copy {
    position: relative;
    background-color: #002859;
}
.copy a{
	color: #fff;
	font-size: 0.875rem;
	letter-spacing: 1px;
	z-index: 99;
	position: relative;
}
.cp-r.container {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#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: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#scroll svg{
	fill: #f3a90a;
}
#scroll:hover svg{
	animation: rotating 2s infinite;
	-webkit-animation: rotating 2s infinite;
	-moz-animation: rotating 2s infinite;
	-o-animation: rotating 2s infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.footer-logo .img-responsive {
    margin: 0 auto;
}
.footer-logo {
    text-align: center;
}
/* footer end */
@media(min-width: 992px){
	#wrapper{
		background: #fff /*url('../../assets/img/bg-img.png');*/
		position: relative;
		background-size: cover;
		width: 100%;
	}
	.wberCategoryFeature {
		/*background-image: url('../../assets/img/cate-img.png');*/
		background-size: cover;
		background-position: 130px -5px;
		background-repeat: no-repeat;
        padding-top: 80px;
        padding-bottom: 50px;
	}
	.email-home{
		position: relative;
	}
}
@media(min-width: 1200px) and (max-width: 1599px){
	.container_wb_megamenu .title-menu .cate{
		margin: 0 15px;
	}
	.wberCategoryFeature{
		background-position: -140px -5px;
	}
	.sign-email{
		font-size: 1.10rem;
		letter-spacing: 0px;
	}
	.email-btn svg{
		top: 22px;
	}
	.payment li {
	    margin: 0 4px;
	}
    .mail {
        margin: 0 40px;
    }
    #_desktop_user_info {
        margin: 0 20px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
	.user-info, .blockcart{
		padding: 9px 10px;
	}
	.user-info .account, .blockcart .cart-products-count{
		font-size: 0.85rem;
	}
	#_desktop_user_info, .container_wb_megamenu .title-menu .cate {
	    margin: 0 10px;
	}
	.mail {
	    margin: 0 15px;
	}
	#_desktop_top_menu {
	    width: 22%;
	}
	.head-menu{
		width: 68%;
	}
	.head-menu ul li {
	    margin: 0 20px;
	}
	.absbtn{
		top: 90px;
		left: 30px;
		right: 30px;
	}
	.sign-email{
		font-size: 1.10rem;
		letter-spacing: 0px;
	}
	.footer-container .links .wrapper, #block_myaccount_infos, .block-contact{
		padding-left: 15px;
	}
	.links h3, .links h3 a, .c-info, .follow{
		letter-spacing: 0px;
	}
	.payment li {
	    margin: 0 2px;
	}
    .call {
    display: none !important;
    }
    .menubo {
    margin-top: 6px;
    }
    .center-b {
    margin: 30px auto;
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.smail h1, .language-selector-wrapper button, .currency-selector button, #compare-link a, .wishl a, .mail-help .call .contact,.mail-help .call h1,.mail-help .mail span{
		letter-spacing: 0;
	}
	#_desktop_currency_selector, .wishlist-head {
	   margin: 0 10px;
	}
	.mail svg, .call .need-help{
		margin: 0 2px;
	}
	.mail,#_desktop_user_info {
	    margin: 0 5px;
	}
	.head-menu ul li a{
		font-size: 0.80rem;
		letter-spacing: 0px;
	}
	.head-menu ul li {
	    margin: 0 4px;
	}
    .container_wb_megamenu .title-menu .cate{
        margin:0 14px; 
    }
    .menubo{
        margin-top: 14px;
    }
	.deliveryinfo ul li h4{
		font-size: 0.90rem;
		letter-spacing: 0px;
	}
	.content-cate {
	    margin-top: 10px;
	}
	.categoryName{
		margin-bottom: 10px;
	}
	.sign-email{
		font-size: 1.10rem;
		letter-spacing: 0px;
	}
	.user-info .account, .blockcart .cart-products-count .cart-s{
		display: none !important;
	}
	.user-info .account, .blockcart .cart-products-count{
		margin-left: 0;
	}
	.user-info, .blockcart{
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		padding: 0;
	}
	.cart-c {
	    min-width: 20px;
	    line-height: 20px;
	    background-color: #003980;
	    border-radius: 100%;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    position: absolute;
	    top: 5px;
		right: 2px
	}
}
@media(min-width: 992px) AND (max-width: 1199px){
    .menubo{
        margin-top: 13px;
    }
}
@media(max-width: 991px){
     #search_widget {
    width: 80%;
    }
    .email-bg {
    padding: 40px 0 0 0;}
    .em-p {
    font-size: 12px;
    }
    #wrapper{
        background: #fff;
    }
	.product-price-and-shipping, .regular-price{
		font-size: 0.95rem !important;
	}
	.absbtn{
		margin-top: 10px;
	}
	.footer-logo img{
		text-align: center;
		margin: 0 auto;
	}
	.footer-container{
		padding: 40px 0 0 0;
	}
	.footer-static-content, .logos, .email-home,.deli {
	    margin-bottom: 30px;
        margin-top: 30px;
	}
    .cp-r.container {
    padding: 0 0 15px 0;
    border-top: 0;
    }
	.cate-pro{
		margin-bottom: 0px;
	    margin-top: 0px;
	}
	.links h3, .links h3 a, .c-info, .follow, .block-social,.product-tab-item .pro-home{
		margin-bottom: 15px;
        clear: both;
	}
	.footer-container li a, .fthr .block, .fthr .data a, .foot-link a, .footer-static-content{
		letter-spacing: 0px;
	}
	.payment li {
	    margin: 0 3px;
	}
	.post_title a{
		font-size: 1rem;
	}
    .call ,.payd,.follow,.footer-logo{
    display: none !important;
    }
    .wberCategoryFeature {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .test-desc {
    padding: 0 0 0 30px;
    width: 72%;
    }
    #index .blog_post_content_bottom {
    padding: 60px 15px 30px;
    margin-top: -51px;
    }   
    .dbor {
    top: 30px;}
    .block-payment {
    margin-top: 30px;
    padding: 20px 0 0 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 8px;
    float: left;
    width: 100%;
    clear: both;
    }
    .center-b {
    margin: 30px 0 0 0;
    }
    .item-inner .item {
    background: transparent;
    box-shadow: none;
    border: 1px solid #e4e4e4;
    }   
    .third-banner {
    margin: 30px auto;
    }
}
@media(max-width: 767px){
	.linkblock{
		padding-left: 0;
		padding-right: 0;
	}
	.heading-home{
		margin-bottom: 20px;
		padding: 15px;
		font-size: 0.90rem;
	}
	.owl-nav{
		top: -55px;
	}
	.cartb .cart-add{
		display: none;
	}
	.cartbtn:hover .cartb{
		min-width: 40px;
		padding: 0;
	}
	.cartb{
		min-width: auto;
		min-height: auto;
		line-height: 20px;
		background: transparent !important;
	}
	.cartb svg{
		fill: #5a5a5a;
	}
	.cartb:hover svg{
		fill: #f3a90a;
	}
	.cartbtn:hover .cartb{
		background: transparent;
		min-width: auto;
	}
	.content-cate {
	    margin-top: 10px;
	}
	.categoryName{
		margin-bottom: 15px;
	}
	.sub-cat li a, .sub-cat li i{
		font-size: 0.70rem;
		letter-spacing: 0px;
	}
	.sub-cat li i{
		font-size: 0.4rem;
	}
	.categoryName a{
		font-size: 0.80rem;
	}
	.tabn a::after, .tabn a::before{
		content: none;
	}
	.sellb .owl-nav{
		right: 20px;
		bottom: 20px;
	}
	.count-rate{
		display: none !important;
	}
    .sale, li.product-flag{
        padding: 0px 6px;
    }
    .product-title, .product-title a{
        font-size: 0.96rem;
    }
	/* 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: #f3a90a;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    .close-nav i{
        font-size: 16px;
        color: #fff;
    }
    .sidenav:hover i{
    	color: #222222;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #header .logo{
        width: 130px;
        margin-top: 4px;
    }
    #menu-icon .navbar-toggle {
        background: transparent;
        font-size: 20px;
		margin-right: 15px;
        color: #fff;
        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: #f3a90a;
    }
    #_mobile_user_info, #_mobile_cart{
        position: relative;
    }
    #mobile_top_menu_wrapper #top-menu li {
        padding: 10px;
    }
    #wrapper, #footer {
        display: block !important;
    }
    #_desktop_top_menu, #header .header-nav, .nav-full{
        display: none;
    }
    .user-down, .wb-dropdown-cart.dropdown{
		top: 40px;
	}
	#header .header-top{
		padding: 8px 0;
	}
	#header .header-top .position-static{
		margin-top: 0;
        width: 100%;
	}
	#_mobile_user_info{
		margin: 0 15px;
	}
	.user-info .account, .blockcart .cart-products-count .cart-s{
		display: none !important;
	}
	.user-info .account, .blockcart .cart-products-count{
		margin-left: 0;
	}
	.user-info, .blockcart{
		width: auto;
		height: auto;
		line-height: 40px;
		text-align: center;
		padding: 0;
		background: transparent !important;
	}
	.cart-c {
	    min-width: 20px;
	    line-height: 20px;
	    background-color: #f3a90a;
	    border-radius: 100%;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    position: absolute;
	    top: 0px;
		right: -4px
	}
	.hsearch{
		line-height: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	.hsearch svg{
		fill: #fff;
	}
	.wb-menu-vertical .menu-vertical{
		position: unset;
		border: none;
	}
	#search_widget {
        padding: 15px 0;
        width: 100%;
    }
	#_desktop_currency_selector, .wishlist-head{
		margin: 0;
	}
	.language-selector-wrapper .link, .currency-selector .link {
	    font-size: 12px;
	    cursor: pointer;
	}
	#_mobile_currency_selector, #_mobile_language_selector {
	    border: 1px solid #e5e5e5;
	    padding: 3px;
	    margin-top: 10px;
	}
	#_mobile_language_selector {
	    margin: 0 3px;
	}
	.wishl a,#compare-link a,.language-selector-wrapper button, .currency-selector button {
	    color: #222222;
	}
	.lan svg, .cun svg, #compare-link a svg, .wishl svg{
		fill: #222222;
	}
	#compare-link a svg, .wishl svg {
	    margin-left: 0;
	    margin-right: 5px;
	}
}
@media(min-width: 576px) and (max-width: 767px){
	.tabn a{
		margin: 0 20px;
		padding: 0 20px;
	}
}
@media(max-width: 575px){
    .email-btn .email{
        display: none;
    }
	.copy a{
		font-size: 0.80rem;
		letter-spacing: 0px;
	}
	.third-banner{
		margin-top: 20px;
	}
	.sign-email{
		font-size: 1rem;
		letter-spacing: 0px;
	}
	.tabn a{
		margin: 0 15px;
		padding: 0;
	}
	.pro-tab li a{
		font-size: 0.75rem;
		letter-spacing: 0px;
	}
	.ser-s,.center-b .slide1:nth-child(2){
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.ser-s1, .center-b .slide1:nth-child(3){
		margin-bottom: 15px;
	}
	.center-b, .sellb{
		margin-top: 20px;
	}
	#search_category{
		display: none;
	}
	#search_query_top{
		padding: 15px;
	}
}

/* product page start */
#footer{
	margin-top: 40px;
    clear: both;
}
#index #footer{
	margin-top: 0px;
}
#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: #003980;
    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: #f3a90a;
}
.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: #000d1b;
    line-height: 30px;
}
#product .price, .product-prices .product-discount {
    display: inline-block;
}
.product-actions .control-label {
    margin: 10px 0;
    display: block;
    max-width: 130px;
    color: #0b0b0b;
    float: left;
}
.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;
}
.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 #f3a90a;
    margin-bottom: 5px;
    background-color: #fff;
}
.product-images li.thumb-container .thumb {
    cursor: pointer;
    margin-bottom: .625rem;
    border: 2px solid #e7e7e7;
    width: 100%;
}
.product-images li.thumb-container .thumb:hover, .product-images li.thumb-container .thumb.selected {
    border: 2px solid #f3a90a;
}
#zoom-img .owl-nav{
    display: none;
}
.quickview .owl-carousel .owl-stage-outer {
    border: none;
}
.destab {
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.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 #f3a90a;
}
.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;
}
#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 #f3a90a;
    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;
}
#_desktop_cart {
    float: right;
}
.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%;
    }
}
@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;
    }
    .language-selector-wrapper button, .currency-selector button, #compare-link a, .wishl a, .language-selector-wrapper ul li a, .currency-selector ul li a {
    font-size: 0.7125rem;}
}
@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
    }
    .breadcrumb .breadc{
    	margin-bottom: 20px;
    	margin-top: 20px;
    }
    .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: 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;
    }
}
@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;
}
.facet-title {
    color: #f3a90a;
    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: #003980;
}
.gridimg svg:hover, #wbgrid.selected .gridimg svg, .listimg svg:hover, #wblist.selected .listimg svg {
    fill: #f3a90a;
 }
 .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 .quick{
	position: unset;
	opacity: 1;
	transform: none;
}
.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;
}
.wb-product-list .wb-product-desc .r-t-p {
    padding: 0;
    padding-bottom: 15px;
}
#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{
    position: unset;
    opacity: 1;
    transform: none;
    width: 200px;
}
.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;
}
.wb-product-grid .product-miniature {
    margin-bottom: 20px;
    padding: 0;
}
.wb-product-list .item-product {
    margin-bottom: 20px;
}
#search .sale, #search li.product-flag, #manufacturer .sale, #manufacturer li.product-flag {
    padding: 0px 6px;
}
@media(min-width: 1600px){
    #left-column{
        width: 20%;
    }
    .left-column{
        width: 80%;
    }
    .wb-product-list .wb-image-block{
    	width: 24%;
    }
    .wb-product-list .wb-product-desc{
    	width: 76%;
    }
}
@media(min-width: 434px) 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.6875rem;
    }
    .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;
        padding-left: 0;
    }
    #search_filters h4{
        padding: 12px 20px;
    }
    #_mobile_search_filters_clear_all button{
        padding: 14px !important;
    }
    .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;
    }
    .products-sort-order {
        margin-right: 15px;
    }
    .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;
	}
}
@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;
    }
    .wb-product-grid .product-title, .wb-product-grid .product-title a{
    	width: 64%;
    }
}
@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;
    }
    .input-group .input-group-btn > .btn[data-action="show-password"] {
        margin-bottom: 15px;
    }
    .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: 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: 4px 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;
}
 #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 #e5e5e5;
}
#left-column .contact-rich .block .icon i{
    color: #222222;
}
.divide-right i{
	color: #46a74e;
	margin-top: 2px;
}
.contact-rich h4 {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 15px;
}
#order-items .details span{
    text-transform: capitalize;
}
.product-add-to-cart .a-c-w{
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
}
.wb-product-list .thumbnail-container .wb-image-block {
    background: #f5f5f5;
}
@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;
    }
}
@media(max-width: 767px){
	.quickview .product-add-to-cart {
	    padding: 0;
	}
	.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;
 }
 .product-description .sale{
 	left: 30px;
 }
.search-widget form button[type="submit"] svg{
	fill: #003980;
 }
.search-widget form button[type="submit"]:hover svg{
	fill: #f3a90a;
 }
 /* review start */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #f3a90a;
 }
 #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;
}
.product_name strong{
    text-transform: capitalize;
    font-size: 1.125rem;
    font-weight: 500;
}
/* 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;
}
/* banner effect start */
.beffect {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.beffect a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.beffect img {
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.beffect:hover a::after{
    background: rgba(255,255,255,.1);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
/* banner effect end */
@media(min-width:1410px) and (max-width:1589px){
     #search_widget {
    width: 55%;
    }
    .test-desc {
    padding: 0 0 0 30px;
    width: 65%;
    }
    .dbor {
    top: 30px;}
}

@media(min-width:1200px) and (max-width:1409px) {
      #search_widget {
    width: 55%;
    }
    .test-desc {
    padding: 0 0 0 30px;
    width: 65%;
    }
    .dbor {
    top: 30px;}
}
@media(max-width: 767px){
    .pro-tab li a.active::after {
    bottom: -15px;
    }
}
@media(min-width: 576px) and (max-width: 600px){
    .test-desc {
    padding: 0 0 0 15px;
    width: 65%;
    }
    .nivo-directionNav a {
    top: 38%;
    }
    .news-p {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    }
    .email-btn {
    padding: 0;
    width: 100%;
    }
    .email-bg {
    padding: 20px 0 0 0;
    }
    .email-home{
       margin-top: 0;
    }
}
@media(max-width: 575px){
    .nivo-directionNav {
        display: none;
    }
    .nav-item.tabn a {
    border-left: 0;
    border-right: 0;
    }
    .pro-tab li a.active::after {
    content: none;
    }
    .timg {
    float: none !important;
    margin: 0 auto 20px;
    height: 100px;
    width: 100px;
    }
    .test-desc {
    padding: 0 !important;
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px !important;
    }
    .testi .d-test p {
    text-align: center !important;
    }
    .testi {
    margin: 30px 0;
    }
    .email-home{
       margin-top: 0;
    }
    .news-p {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    }
    .email-btn {
    padding: 0;
    width: 100%;
    }
    .email-bg {
    padding: 20px 0 0 0;
    }
    .product-tab-item .owl-nav {
    position: relative;
    margin: 15px auto 0;
    text-align: center;
    top: 0;
    right: 0;
    }
    main {
    overflow: hidden;
    }
}
@media(max-width: 479px){
    .product-tab-item .owl-nav {
    position: relative;
    margin: 15px auto 0;
    text-align: center;
    top: 0;
    right: 0;
    }
    .product-flags,.sale {
    display: none;
    }
}


.cartb:hover svg{
    fill: #fff !important;
}
.cartbtn .cartb:hover .cart-add{
    display: none;
    opacity: 0;
}
.wb-list-product-reviews{
    display: none;
}
.email-sub:hover{
    background-color: #7a7a7a !important;
}
.categoryName:hover a{
    color: #7a7a7a !important
}
.product-price-and-shipping{
    color: #7a7a7a !important;
}
.cartb{
    background-color:#003980 !important;
}
.container_wb_megamenu .title-menu{
	margin-top: 5px;
}
@media(min-width: 1200px) AND (max-width: 1299px){
	#_desktop_top_menu{
		width: 25%;
	}
	.head-menu{
		width: 75%;
	}
	.head-menu ul li{
		margin: 0 8px;
	}
}
@media(min-width: 992px) AND (max-width: 1010px){
	#_desktop_user_info, .container_wb_megamenu .title-menu .cate{
		margin: 0 7px;
	}
}
/* .product-tab-item .nav-tabs li{
    margin-right: 15px;
} */
.product-tab-item .nav-tabs li.fea a{
    border-right: 2px solid #000d1b;
    padding-right: 20px;
    margin-right: 20px;
}