/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@font-face{
    font-family: 'Roboto-Bold';
    src:url(../../assets/fonts/Roboto-Bold.ttf);
}
@font-face{
    font-family: 'Roboto-Light';
    src:url(../../assets/fonts/Roboto-Light.ttf);
}
@font-face{
    font-family: 'Roboto-Medium';
    src: url(../../assets/fonts/Roboto-Medium.ttf);
}
@font-face{
    font-family: 'Roboto-Regular';
    src: url(../../assets/fonts/Roboto-Regular.ttf);
}
body {
	font-family: 'Roboto-Regular';
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 1px;
	background-color: #fff;
}
a{
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
}
.zoomLens{
    background: url('../../assets/img/zoom.png') repeat !important;
    border: none !important;
}

ul{
	margin-bottom: 0;
}
[disabled] {
    cursor: no-drop !important;
}
a:hover,a:focus,button:focus{
	color: #2a5986;
	text-decoration: none;
	outline: none;
}
.owl-carousel{
     z-index: 0;
}
:focus{
    outline: none;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper{
	min-height: 350px;
}
.fancybox-skin{
	background-color: #fff;
	border-radius: 0;
}
@media(max-width: 384px){
    .fancybox-error{
        padding: 8px;
        white-space: unset;
    }
}
/*loader start */
#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
}
#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;
}
#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%);
}
.object{
	position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loading.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* add to cart modal */
#blockcart-modal .cart-content p span{
    color: #888;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
}
.mhr{
    margin: 0;
    padding: 14px 0;
}
#blockcart-modal .close{
    color: #888;
    padding: 15px;
}
.modprice{
    font-family: 'Roboto-Medium';
    font-size: 16px;
    margin-bottom: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 16px;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
    background: #faba48;
    color: #000;
    transition: 0.3s ease;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    transition: 0.3s ease;
    border-radius: 4px;
}
#blockcart-modal .cart-content-btn .btn:hover{
    background-color: #2a5986;
    color: #fff;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;
}
#blockcart-modal .modal-body{
	padding: 0;
}
/* cart modal over */
/* cart dropdown */
.cartname a{
    font-family: 'Roboto-Medium';
}
#_desktop_cart ul{
    width: 280px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
}
.cartprice{
    clear: both;
    position: relative;
    top: -37px;
    left: 75px;
    width: 50%;
    color: #7a7a7a;
}
.cartname{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 61%;
}
.cart-inner-table{
    width: 100%;
}
.cartdrop{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
    max-width: 75px;
}
.cart-inner-table tr td{
    border: 1px solid #ececec;
    padding: 3px 10px;
    letter-spacing: 1px;
    font-size: 14px;
}
.cartdrop:last-child{
    border-bottom: none;
    margin-bottom: 0
}
.check-out{
    margin-top: 10px;
    margin-bottom: 0;
}
/* topbar */
#_desktop_currency_selector,#_desktop_language_selector{
	display: inline-block;
}
#_desktop_user_info,#_desktop_cart{
	display: inline-block;
	padding-top: 12px;
}
.header-nav{
	background-color: #2a5986;
	padding: 10px 0;
}
.header-top{
	background: #fff;
	padding: 34px 0;
}
.header-nav .text-xs-left span{
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
}
.header-nav .text-xs-right .dropdown-menu{
	top: 32px;
	border-bottom: 3px solid #de223b;
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Roboto-Medium';
}
.user-down{
	padding: 6px 10px;
	line-height: 26px;
	border-bottom: 3px solid #de223b;
	font-size: 13px;
    text-transform: capitalize;
}
.header-nav .text-xs-left p{
	margin-bottom: 0;
}
.header-nav .text-xs-right button,.header-nav .text-xs-right button span{
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 2px;
}
.scon{
    background: url(../../assets/img/icon.png) no-repeat scroll -95px -30px;
    width: 36px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.useri{
    background: url(../../assets/img/icon.png) no-repeat scroll -167px -30px;
    width: 19px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.sep{
	border-left: 1px solid #eceeef;
	font-size: 36px;
	vertical-align: middle;
	padding-left: 30px;
	margin-left: 30px;
}
.cart-icon{
    background: url(../../assets/img/icon.png) no-repeat scroll -127px -83px;
    width: 30px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;		
}
#_desktop_language_selector{
	margin-right: 25px;
}
.cart-tot{
	background: #fec853;
	color: #000;
	font-size: 12px;
	border-radius: 100%;
	min-width: 20px;
	position: absolute;
	margin-top: 3px;
	margin-left: -13px;
	letter-spacing: 0;
	padding: 0px 6px;
	top: 0;
}
/* menu */
.page-not-found .search-widget form button[type="submit"]{
	padding: 9px 18px;
    right: 0;
    margin: 0;
}
.menu{
	margin-bottom: 40px;
}
.menu h1{
	background: #fec853;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	letter-spacing: 2px;
	padding: 15px;
}
.mei{
    font-size: 18px;
    transition: 0.3s all ease;
}
.menu .category:hover .mei {
    transform: rotate(-90deg);
    margin: 3px;
}
.menu .popover .mei{
    display: none;
}
.evenmenu{
	background-color: #f7f7f7;
}
.oddmenu{
	background-color: #efefef;
}
.menu-page{
	border: 1px solid #e6e6e6;
}
/* slider btn */
.owl-theme .owl-nav{
	margin-top: 0
}
#owl-image-slider .owl-dots{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#owl-image-slider.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 6px;
    background: #de223b;
    border-radius: 0;
}
#owl-image-slider.owl-theme .owl-dots .owl-dot.active span,#owl-image-slider.owl-theme .owl-dots .owl-dot:hover span{
	background-color: #fec853;
}
.tab-pro .owl-nav,#owl-spe .owl-nav,#blog .owl-nav,#owl-related .owl-nav{
	position: absolute;
	top: -50px;
	right: 0;
}
.tab-pro .owl-theme .owl-nav div,#owl-spe .owl-nav div,#blog .owl-nav div,#owl-related .owl-nav div{
	background: #2a5986;
	opacity: 1;
	border-radius: 0;
	font-size: 20px;
	min-width: 31px;
	min-height: 30px;
	text-align: center;
	padding: 4px 0;
	margin: 0;
	transition: 0.3s ease;
}
.tab-pro .owl-theme .owl-nav .owl-prev, #owl-spe .owl-nav .owl-prev, #blog .owl-nav .owl-prev, #owl-related .owl-nav .owl-prev{
    margin-right: 5px;
}
.tab-pro .owl-theme .owl-nav div:hover,#owl-spe .owl-nav div:hover,#blog .owl-nav div:hover,#owl-related .owl-nav div:hover{
	background-color: #fec853;
	color: #000;
}
.testim .owl-theme .owl-dots .owl-dot span {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: transparent;
}
.testim .owl-dots .owl-dot.active span,.testim .owl-theme .owl-dots .owl-dot:hover span{
    background: #de223b;
    border: 2px solid #de223b;
    border-radius: 100%;
}

.bestback .owl-nav{
	position: absolute;
	top: -36px;
	right: 10px;
}
.bestback .owl-theme .owl-nav div{
	background: #2a5986;
	opacity: 1;
	border-radius: 0;
	font-size: 20px;
	min-width: 27px;
	min-height: 27px;
	text-align: center;
	padding: 3px 0;
	margin: 0 5px;
	transition: 0.3s ease;
}
.bestback .owl-theme .owl-nav div:hover{
	background-color: #de223b;
}
#zoom-image .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 45%;
	font-size: 30px;
}
#zoom-image .owl-nav .owl-next{
	position: absolute;
	right: 0;
	top: 45%;
	font-size: 30px;
}
.tab-pro .owl-item{
    margin-right: 30px;
}
/* category */
#wb_category_feature{
	margin: 40px 0;
}
.block-category{
    min-height: 130px;
}
.catei img{
	max-width: 70px;
}
.catei{
	background-color: #fec853;
	padding: 30px 0;
	transition: 0.3s ease;
}
.catei:hover{
	background-color: #ededed;
}
.catei h1{
    font-family: 'Roboto-Medium';
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 0 1px;
}
/* product */
.thumbnail-container:hover .second-img{
    opacity: 1;
}
.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;
    padding: 1px;
}
.thumbnail-container{
	border: 1px solid #e6e6e6;
    margin: 0 1px;
}
.price{
	font-size: 20px;
	color: #de223b;
	font-family: 'Roboto-Medium';
}
.regular-price{
	color: #7a7a7a;
	text-decoration: line-through;
	font-size: 16px;
}
.product-title a{
	color: #2a5986;
	font-size: 14px;
	font-family: 'Roboto-Medium';
}
.product-title a:hover{
	color: #de223b;
}
.product-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}
.button-group{
	margin-top: 8px;
}
.add-cart{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
    -webkit-margin-before: 2px;
}
.new{
	background: #de223b;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: 'Roboto-Medium';
	color: #fff;
	font-size: 12px;
	min-width: 48px;
	text-align: center
}
.sale{
	background: #fec853;
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: 'Roboto-Medium';
	color: #000;
	font-size: 12px;
	min-width: 49px;
	text-transform: capitalize;
	text-align: center;
}
.cartb{
	background: #2a5986;
	border: 1px solid #2a5986;
	min-width: 151px;
	min-height: 40px;
	cursor: pointer;
	transition: .3s ease;
}
.wish,.quick{
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	min-width: 43px;
	min-height: 41px;
	cursor: pointer;
	transition: .3s ease;
}
.button-group button:hover{
	background-color: #fec853;
	border: 1px solid #fec853;
}
.cartb:hover .pcart{
	background: url(../../assets/img/icon.png) no-repeat scroll -167px -141px;
}
.cartb:hover .bnow{
	color: #000;
}
.bnow{
	font-family: 'Roboto-Medium';
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	padding: 0 6px;
}
.wb-product-desc{
	padding: 0 10px 10px 10px;
}
.pcart{
    background: url(../../assets/img/icon.png) no-repeat scroll -97px -141px;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.pwish{
	background: url(../../assets/img/icon.png) no-repeat scroll -102px -189px;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: relative;
	top: 2px;
}
.pquick{
	background: url(../../assets/img/icon.png) no-repeat scroll -167px -189px;
    width: 16px;
    height: 9px;
    display: inline-block;
}
.newli::before{
	content: '|';
	padding-right: 15px;
	color: #eaeaea;
}
.pro-tab{
	border-left: 4px solid #2a5986;
	padding: 5px 0;
	margin-bottom: 20px;
}
.heading{
	border-left: 4px solid #2a5986;
	padding: 5px 0;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 15px;
	font-family: 'Roboto-Medium';
	color: #2a5986
}
.heading span{
	padding: 0 15px;
}
/* testimonial */
.testim{
	background: url(../../assets/img/testi.png);
	padding: 75px 0;
	margin: 40px 0;
}
.timg{
	background: url(../../assets/img/timg.png);
	width: 100px;
	height: 100px;
	margin: 0 auto 25px auto;
}
.quote{
    background: url(../../assets/img/icon.png) no-repeat scroll -61px -233px;
    width: 56px;
    height: 39px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.content_test p{
	color: #95989d;
	margin-bottom: 25px;
}
.testim .item{
	padding: 0 350px;
}
.content_test h3{
	color: #2a5986;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px;
}
/* blog */
.home_blog_post_area{
	margin-top: 40px;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog_mask {
    visibility: hidden;
}
.blog_mask .sicon {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 11px;
    font-size: 20px;
    color: #000;
}
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_post_content_top {
    position: relative;
}
.post_title a{
	color: #2a5986;
	font-size: 16px;
	font-family: 'Roboto-Medium';
}
.bdate,.content_more a{
	color: #9f9e9e;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Roboto-Medium';
}
.post_title a:hover,.content_more a:hover{
	color: #de223b;
}
.content_more{
	margin-left: 10px;
	display: inline-block;
}
.read_more i{
	font-size: 14px;
}
.post_title{
	margin: 10px 0;
}
.allbl{
    padding: 15px 0;
    border: none;
}
.allbl .meta_author{
    color: #000;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    margin-bottom: 10px;
    color: #666;
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
}
.allbl .content_more{
    padding: 0;
    margin: 10px 0;
}
.allbl .post_title{
    padding: 0;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 15px;
}
.allbl hr{
    border-top: 1px solid #251f1f;
    width: 10%;
    position: absolute;
    margin: 5px 0;
}
.blogdl{
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 15px;
    right: 15px;
    margin-top: -30px;
    padding: 5px 10px;
}
.blogdl span{
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.6;
}
#module-wbblog-single .post_title{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 15px;
    min-height: auto;
    margin-bottom: 15px;
}
#module-wbblog-archive .allbl{
    padding: 0 15px;
}
#module-wbblog-archive .blog_post_content{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#module-wbblog-archive .content_more a{
    text-decoration: none;
    color: #fff;
}
#module-wbblog-archive .content_more a:hover{
	color: #000;
}
.post_d i{
    font-size: 12px;
    color: #aaa;
    margin-right: 10px;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 12px;
}
.post_metas li{
    display: inline-block;
}
.comment_list li{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.comment_list li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.allbl .meta_category{
    margin: 0 15px;
}
.wco{
    margin-left: 33px;
}
/* comment */
.commlist{
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}
.comment_content{
    padding: 10px 15px;
}
.fn{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
}
.vcard img{
    height: 61px;
    width: 61px;
}
.comment_content i{
    font-size: 18px;
    padding-right: 15px;
    line-height: 30px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
}
/* leftcolumn */
.bestback,.block_newsletter,.block-social{
	margin-top: 40px;
}
.bestback .wb-image-block{
	padding: 0;
	border: 1px solid #e6e6e6;
}
.bestback .product-title{
	text-transform: capitalize;
    overflow: unset;
    text-overflow: unset;
    white-space: normal;
}
.bestback .wb-product-desc{
	text-transform: capitalize;
}
.lefthead{
	background: #fec853;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Roboto-Medium';
	padding: 15px;
	letter-spacing: 1px;
}
.bestback .thumbnail-container{
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
	border-left: none;
	border-right: none;
}
#owl-topr,#owl-new{
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
/* emailsub */
.emailback{
	padding: 20px 15px;
	border: 1px solid #e6e6e6;
}
.emailback h1{
	font-family: 'Roboto-Medium';
	font-size: 24px;
	text-transform: capitalize;
	margin-top: 15px;
}
.emailback hr{
	border-top: 2px solid #fec853;
	width: 22%;
}
.emailback p{
	font-size: 12px;
	font-family: 'Roboto-Medium';
	color: #000;
}
.ebtn{
	margin: 0 auto;
	display: block;
	background-color: #2a5986;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Roboto-Medium';
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 9px 40px;
	margin-top: 15px;
	transition: 0.3s ease;
	width: 100%;
}
.ebtn:hover{
	background-color: #fec853;
	color: #000;
}
.emaili{
	background: url(../../assets/img/icon.png) no-repeat scroll -148px -211px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}
.block-social ul{
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 15px;
}
.block-social ul li{
	display: inline-block;
	border: 1px solid #e6e6e6;
	min-width: 38px;
	min-height: 38px;
	text-align: center;
	padding: 8px 0;
}
.facebook a::before {
    content: "\f180";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
.logo-slider{
	background: url(../../assets/img/logos.jpg);
    padding: 12px 0;
}
.logos{
	margin-top: 40px;
}
/* footer */
/* service */
.s1{
    background: url(../../assets/img/icon.png) no-repeat scroll -87px -312px;
    width: 30px;
    height: 31px;
    display: inline-block;
}
.s2{
	background: url(../../assets/img/icon.png) no-repeat scroll -167px -312px;
    width: 36px;
    height: 27px;
    display: inline-block;
}
.s3{
	background: url(../../assets/img/icon.png) no-repeat scroll -86px -373px;
    width: 31px;
    height: 32px;
    display: inline-block;
}
.s4{
    background: url(../../assets/img/icon.png) no-repeat scroll -167px -369px;
    width: 26px;
    height: 31px;
    display: inline-block;
}
.deliveryinfo li{
	display: inline-block;
	margin: 0 4px;
}
.deliveryinfo{
	background-color: #1a1a1a;
	margin: 0 0 50px 0;
	padding: 35px 0;
}
.dcontent h4{
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.dcontent p{
	font-size: 12px;
	margin-bottom: 0;
	font-family: 'Roboto-Medium';
	letter-spacing: 1px;
}
#scroll {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: none;
	outline: none;
	z-index: 2;
	background: url("../../assets/img/gototop.png") no-repeat scroll center;
}
#footer .lnk_wishlist i{
    display: none;
}
.links h3, .links h3 a, .c-info{
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Roboto-Medium';
    margin-bottom: 15px;
    color: #fec853;
    text-transform: uppercase;
}
.footer-container li a,.fthr .block,.fthr .data a,#footer .lnk_wishlist{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    padding: 0;
    font-family: 'Roboto-Medium';
}
.footer-container li a:hover,.fthr .block:hover,.fthr .data a:hover,#footer .lnk_wishlist:hover{
    color: #fec853;
    opacity: 1;
}
#footer_contact .icon .fa-map-marker {
    margin-bottom: 8px;
}
#footer_contact .icon i {
	float: left;
	width: 25px;
	margin-top: 7px;
	font-size: 16px;
}
.payment li i{
	font-size: 20px;
	color: #8d8d8d;
	padding: 0 10px;
	margin-top: 10px;
}
.block_newsletter .alert{
    font-size: 12px;
    margin-top: -156px;
    padding: 3px 15px;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.email{
	word-break: break-all;
}
.payment li{
	display: inline-block;
}
.copy{
	padding: 15px 0;
	border-top: 1px solid #1a1a1a;
	margin-top: 40px;
}
.copy a{
	color: #8d8d8d;
}
#footer{
	margin-top: 40px;
	background-color: #000;
	padding-top: 40px;
}
/* sidenav */
.close-nav span{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
}
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: 999;
    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;
    text-align: left;
}
.sidenav .close-nav {
    background-color: #2a5986;
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
}
#mobile_top_menu_wrapper {
    margin: 0;
    line-height: 20px;
    display: block !important;
}
.close-nav i{
    font-size: 16px;
    color: #fff;
}
.navbar-header button{
    border: none;
    background: transparent;
    font-size: 17px;
    cursor: pointer;
    vertical-align: bottom;
    color: #000;
    padding: 0;
    margin-right: 15px;
	margin-top: 10px;
}
/* product page */
.otherm{
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}
.otherm .menuicon{
    float: left;
    padding: 0 20px;
    margin-top: -4px;
}
.otherm .close-nav .material-icons{
    padding-top: 3px;
}
.product-tab li a{
    margin: 0 14px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
    vertical-align: middle;
}
.arr{
    padding: 0 15px;
}
#description p{
    margin-bottom: 0;
}
#product .thumb-container {
    padding: 1px;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-prices{
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}
.prodes p,.product-variants .product-variants-item{
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
/*  border-bottom: 1px solid #fff; */
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid #eee;
}
#wishlist_button{
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Roboto-Medium';
}
.social-sharing{
    margin-top: 15px;
}
.product-additional-info .buttons_bottom_block{
    margin-bottom: 15px;
}
.propage h1 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #de223b;
    text-transform: capitalize;
    font-family: 'Roboto-Medium';
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
}
.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-family: 'Roboto-Medium';
}
.product-quantity .add{
    margin: 0 10px;
}
.product-variants > .product-variants-item ul li label{
    margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color{
    margin-top: 8px;
}
.wishlist_button_extra{
	padding: 8px 10px 7px 10px;
	margin-top: -4px;
	font-size: 12px;
}
#idWishlist{
    border: 1px solid #eaeaea;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
    padding: 5px 10px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.product-tab .nav-item{
    display: inline-block;
}
#gellery{
    margin-bottom: 15px;
}
.block-reassurance-item{
    border: 1px solid #eee;
}
.block-reassurance-item img{
    border: 1px solid #eee;
    background: #f8f8f8;
    border-radius: 100%;
    padding: 9px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.block-reassurance-item .h6{
    font-size: 14px;
    line-height: 20px;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #de223b;
    height: 2px;
    width: 3%;
}
.product-tab .nav-tabs .nav-item a::before{
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 44px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}
.product-tab .nav-link.active{
    color: #de223b;
}
.attachment h4{
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product-tab{
    margin: 30px 0;
    border: 1px solid #eee;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 12px 0;
}
.propage .open-comment-form i,#ratep i{
    margin: 0 5px;
    font-size: 18px;
}
.prodes p,.product-customization{
    font-size: 14px;
}
#ratep{
    text-transform: capitalize;
}
.data-sheet li{
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-features .h6{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Roboto-Medium';
}
/* category page */
.facet li{
    margin-top: 12px
}
.facet-title{
    color: #000;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: 'Roboto-Medium';
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #aaa;
    -webkit-margin-before: -20px;
    background: #f8f8f8;
    padding: 2px 7px 1px 7px;
    min-width: 23px;
    min-height: 23px;
}
.wb-grid-list{
    margin-top: 6px;
}
.wb-grid-list span {
    padding: 6px 4px 0px 5px;
    cursor: pointer;
    border: 2px solid transparent;
}
.wb-grid-list i {
    font-size: 20px;
}
.wb-grid-list .active {
    border: 2px solid #de223b;
}
.total-products p {
    margin-bottom: 0;
    margin-top: 13px;
}
.sro{
    margin-top: 6px;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #eee;
    color: #000;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: #fff;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    font-size: 12px;
}
.products-sort-order .dropdown-menu {
    width: 100%;
    border: none;
    right: 0;
    left: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.products-sort-order .select-list {
    display: block;
    padding: 2px 5px;
    line-height: 25px;
    margin: 0 5px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.page-header .trend,#mywishlist .trend{
    margin-top: 0;
}
.page-content p{
    margin-bottom: 10px;
}
.is_wish_list_default{
	margin-bottom: 0 !important;
}
.category-cover{
    position: absolute;
    right: 0;
    top: 25px;
}
.sort-by{
    margin-top: 7px;
}
.wb-product-grid .listds{
    display: none;
}
.wb-product-grid,.wb-product-list{
    margin-bottom: 30px;
}
.listds p{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Roboto-Medium';
}
.products-sort-order,.lgrid{
    padding: 0;
}
#wblist{
    background: url('../../assets/img/list.png') center  no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 15px;
}
#wbgrid{
    background: url('../../assets/img/grid.png') center  no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 15px;
}
.thumbnail-container{
	position: relative;
}
.wb-product-list .wb-image-block{
	padding: 0;
}
.wb-product-list .thumbnail-container{
	float: left;
	width: 100%;
}
.wb-product-list .wb-product-desc{
	padding-top: 15px;
}
.js-search-filters-clear-all{
	border: none;
	background: none;
	text-transform: uppercase;
	color: #de223b;
	font-family: 'Roboto-Medium';
	cursor: pointer;
}
/* pagination */
.pagination {
    text-align: center;
    background: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    border: 1px solid #e6e6e6;
}
.pagination i{
    font-size: 20px;
    margin-top: -5px;
}
.pagination .page-list li a {
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus{
    background: #de223b;
}
.pagination .text-xs-left{
    line-height: 34px;
}
/* other page */
.product-line-grid-body{
    line-height: 25px;
}
.quickview .product-quantity{
	margin-top: 10px;
}
.page-footer{
	margin-top: 15px;
}
#index .page-footer,#module-wbblog-single .page-footer{
	margin-top: 0 !important
}
/* effect */
.leftbanner{
	position: relative;
}
.leftbanner:hover::before {
    width: 100%;
    height: 100%;
    right: auto;
    transition: all 0.5s ease-in-out 0s;
}
.leftbanner::before {
    background-color: #fff;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    opacity: 0.2;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
}
@media (min-width: 600px){
	.propage .star_content{
		float: left;
	}
	.propage .open-comment-form {
		text-transform: capitalize;
		display: inline-block;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		padding: 0 10px 0 15px;
		margin: 0 7px 0 15px;
	}
}
@media (min-width: 768px){
	.top-menu .sub-menu{
		left: 100%;
		width: 400px;
		margin-left: -15px;
		margin-top: -49px;
	}
	.arltr{
    	margin-top: 18px;
	}
}
@media (min-width: 1800px){
	#footer .links .wrapper::before, #block_myaccount_infos::before, .block-contact::before {
	    border-left: 1px solid #1a1a1a;
	    min-height: 210px;
	    content: '';
	    left: -150px;
	    position: absolute;
	}
	.wb-product-grid{
		width: 20%;
	}
}
@media (min-width: 1360px) and (max-width: 1799px){
	#left-column{
		width: 20%;
	}
	#content-wrapper{
		width: 80%;
	}
	.cartb{
		min-width: 125px;
	}
}
@media (max-width: 1799px){
	.testim{
		background: #f8f8f8;
		padding: 20px 0;
	}
	.testim .item{
		padding: 0;
	}
	.price{
		font-size: 16px;
	}
	.regular-price{
		font-size: 14px;
	}
}
@media (min-width: 600px) and (max-width: 1199px){
	.deliveryinfo li{
		display: block;
		text-align: center;
	}
	.dcontent h4{
		font-size: 12px;
		margin-top: 5px;
	}
	.dcontent p{
		font-size: 11px;
	}
}
@media (max-width: 599px){
    #form_wishlist input.inputTxt{
        float: none;
        margin: 0;
        width: 100%;
    }
	.sro{
		margin-bottom: 4px;
	}
	.pagination .text-xs-left{
		line-height: normal;
		margin-bottom: 5px;
	}
	.pagination .text-xs-left,.pagination .text-xs-right{
        text-align: center;
        width: 100%;
    }
    .quickview #product-availability{
        display: none;
    }
	.filter-button{
		padding-left: 0;
	}
	.product-tab .tab-pane{
		padding: 10px;
	}
	#description p{
		font-size: 12px;
	}
	#product_comments_block_tab button.usefulness_btn{
		font-size: 11px;
		padding: 0 4px;
	}
	.product-actions .add-to-cart{
		padding: 0 6px;
		font-size: 12px;
	}
	.product-tab li a{
		margin: 0 4px;
		font-size: 12px !important;
	}
	#block-reassurance li{
		width: 100%;
		margin-bottom: 3px;
	}
	.product-quantity .add {
    	margin: 0 3px;
	}
	.arltr{
    	margin-top: 10px;
	}
	.dcontent h4{
		font-size: 14px;
	}
	.si1,.si2,.si3{
		margin-bottom: 15px;
	}
	.homeslider-container img {
	    width: 100%;
	    transform: translate(-50%,0%);
	    min-width: 366px;
	    left: 50%;
	    position: relative;
	}
	#owl-image-slider .owl-item {
	    overflow: hidden;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.deliveryinfo{
		display: none;
	}
	#js-product-list .wb-product-grid, .wb-product-list{
        width: 50%;
    }
    .lgrid{
        width: 40%;
    }
    .sro{
        width: 60%;
    }
}
@media (max-width: 767px){
    .form-control-label{
        padding-top: 0;
    }
    .product-tab{
        margin-bottom: 0;
    }
    #blockcart-modal .product-image{
        margin-bottom: 5px;
    }
    .catei h1{
        font-size: 12px;
        letter-spacing: 0;
    }
	.blogdl{
		position: unset;
		margin-top: 0;
	}
	.js-search-filters-clear-all{
		background: #de223b;
		color: #fff;
		padding: 7px 5px;
		vertical-align: middle;
		transition: 0.3s ease;
	}
	.js-search-filters-clear-all:hover{
		background-color: #fec853;
		color: #000;
	}
	#search_filter_toggler{
		padding: 8px 0 6px 0;
	}
	.block-reassurance-item .h6{
		font-size: 11px;
	}
	.nav-tabs .nav-link{
		font-size: 14px;
	}
	.user-down{
		top: 44px;
		min-width: 11rem
	}
	#_mobile_currency_selector,#_mobile_language_selector{
		display: inline-block;
		margin: 0 2px;
	}
    #_mobile_currency_selector select,#_mobile_language_selector select{
        -webkit-appearance: none;
    }
	#_mobile_cart .dropdown-menu{
		top: 44px;
		width: 289px;
		padding: 10px;
	}
	#search_widget{
		padding: 0;
	}
	.cart-tot{
		margin-top: -7px;
        -webkit-margin-start: 0px;
	}
	.search-widget form button[type="submit"]{
		right: 0;
		margin: 0;
		padding: 11px 15px;
	}
	.header-top .search-widget form input[type="text"]{
		padding: 10px 15px;
	}
	#wrapper,#footer{
		display: block !important;
	}
	#_mobile_logo img{
		max-width: 120px;
	}
	#_mobile_cart{
		margin-left: 15px;
		margin-top: 7px;
		position: relative;
	}
	#_mobile_user_info{
		margin-top: 7px;
		position: relative;
	}
	.header-nav{
		background-color: #fff;
		padding: 15px 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	.header-top{
		padding: 15px 0;
	}
	.bestback, .block_newsletter, .block-social,.home_blog_post_area{
		margin-top: 30px;
	}
	.testim,#wb_category_feature{
		margin: 30px 0;
	}
	.catei{
		padding: 10px 0;
	}
	.leftbanner{
		display: none;
	}
	#left-column{
		padding: 0;
	}
	.deliveryinfo{
		margin: 0 0 20px 0;
	}
	.copy{
		margin-top: 20px;
	}
	#footer{
		padding-top: 15px;
	}
	.owl-carousel .owl-item .wb-image-block img{
		width: auto;
	}
	.quote{
		display: none;
	}
	.content_test{
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.search-widget form button[type="submit"]{
		padding: 11px 33px;
	}
	.header-top .search-widget form input[type="text"]{
		padding: 10px 15px;
	}
	#search_widget{
		margin-top: 3px;
	}
	.bnow{
		font-size: 13px;
		letter-spacing: 0;
	}
	.cartb{
		min-width: auto;
	}
	.block-reassurance-item .h6{
		font-size: 11px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.bnow{
		font-size: 11px;
		letter-spacing: 0;
	}
	.cartb{
		min-width: auto;
	}
	.propage .star_content{
		float: none;
	}
	.propage .open-comment-form{
		border: none;
		margin: 0;
		padding: 0
	}
}
@media (max-width: 1199px){
	.listds p{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}