@font-face {
    font-family: cocon;
    src: url(../fonts/cocon.otf);
  }
  @font-face {
    font-family: careem;
    src: url(../fonts/careem.otf);
  }
/********************/
body, .font-text , .font-primary, table th, .page-title .entry-title, .masonry-filter li, .widget_rss ul li > a, .woodmart-price-table .woodmart-plan-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab > a, .woodmart-sizeguide-table tr:first-child td, .tabs-layout-tabs .tabs li, .woodmart-accordion-title, .woodmart-checkout-steps ul, .woocommerce-billing-fields > h3, .woocommerce-shipping-fields > h3, .woocommerce-additional-fields > h3, #ship-to-different-address label, #order_review_heading, .cart-totals-inner h2, .wood-login-divider, .woocommerce-MyAccount-title, header.title > h3, .woocommerce-column__title, .compare-field, .compare-value:before, .compare-basic .compare-value:before, .woodmart-wishlist-title, .woodmart-empty-page, .woodmart-products-tabs .tabs-name, .woodmart-products-tabs .products-tabs-title, #order_payment_heading, h1, h2, h3, h4, h5, h6, .title, legend, .woocommerce-Reviews .comment-reply-title, .menu-mega-dropdown .sub-menu > li > a, .mega-menu-list > li > a, .menu-item-register .create-account-link, .menu-label, .widgetarea-mobile .widget_currency_sel_widget .widget-title, .widgetarea-mobile .widget_icl_lang_sel_widget .widget-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title, .woodmart-more-desc table th, .product-image-summary .woocommerce-product-details__short-description table th, .product-image-summary .shop_attributes th{
    font-family: careem!important;
}
.wesd-box{
	margin:0 0 20px 0!important
}
.thumbs-position-bottom .woocommerce-product-gallery__wrapper{
	direction:ltr!important
}
.sub-menu-dropdown{
    right: 0;
    left: auto!important;
}
.form-row{
    margin-bottom:20px!important;
}
.left-side .wishlist-icon{
    background: #0B4AAA;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
}
.left-side .wishlist-count{
    background: #000!important;
    top: 2px!important;
    right: -6px!important;
}
ul.currency_switcher li , ul.currency_switcher li a{
    float:none!important;
    width:100%!important;
    display:block!important;
}
ul.currency_switcher{
    overflow:visible!important;
}
.password-input , .woocommerce-input-wrapper{
    display: block;
    width: 100%
}
.site-content{
    padding: 70px 0
}
/********************/
a , button , input , .offer , ::after , ::before , .trans , .service , .owl-theme .owl-dots .owl-dot span , span ,.cat-slider .slide .img , .drop ul{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
._banner img{
    width: 100%;
}
ul , p{
    padding: 0;
    margin: 0;
}
.pageContainer{
    overflow: hidden;
}
a:hover{
    text-decoration: none;
}

/*loader*/
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 99999999999999;
    background-color: #fff;
}
.loader > div{
    height: 100vh;
}
.loader img{
    display: block;
    max-width: 300px;
    height: auto;
    animation: bounce 2s ;
    -webkit-animation: bounce 2s ;
}
.cat-slider .owl-nav>div[class*=next]:after, .cat-slider .owl-nav>div[class*=prev]:after , ._products_ .owl-nav>div[class*=next]:after, ._products_  .owl-nav>div[class*=prev]:after {
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    display: block;
}
/*nav*/
nav .upper-bar{
    background-color: #0B4AAA;
    padding: 9px 0;
}
._social {
    text-align: right;
}
._social a i{
    font-size: 10px;
}
._social a{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
}
._social a:hover{
    color: #fff;
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.upper-bar .u-links li{
    padding: 0 10px;
    /* border-left: 1px solid #A4A4A4; */
}
.upper-bar .u-links li:last-of-type{
    border: none;
}
.upper-bar .u-links li a{
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.upper-bar .u-links li a span{
    margin: 0 7px;
}
.upper-bar .u-links li a i{
    font-size: 10px;
}
._dropdown{
    position: relative;
}
.drop ul{
    position: absolute;
    background-color:#fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    top:40px;
    left: 0;
    width: 150px;
    -webkit-transform:translateY(30px);
    -ms-transform:translateY(30px);
    transform:translateY(30px);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.drop ul li{
    padding: 0!important;
}
.drop ul::after{
    content:"";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color:#fff;
    left: 20px;
    top:-5px;
    -webkit-transform:rotateZ(45deg);
    -ms-transform:rotate(45deg);
    transform:rotateZ(45deg);
    z-index: -1;
}
.drop ul::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 20px;
    background-color:transparent;
    right: 0;
    top:-20px;;
    z-index: -2;
}
.drop ul li a{
    color: #333333!important;
    display: block;
    padding: 5px 12px;
    font-size: 13px!important;
    position: relative;
}
.main-page-wrapper{
    margin: 0!important;
}
.widget.widget-woof h5{
    display: none!important;
}
.products-bordered-grid.elements-grid:not(.elements-list) .product-grid-item{
    padding: 10px!important;
}
.drop ul li a::before{
    content: "";
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #0B4AAA;
    opacity: 0;
    visibility: hidden;
}
.drop ul li a:hover{
    color:#1371FF!important
}
.drop ul li a:hover::before{
    opacity: 1;
    visibility: visible;
}
._dropdown:hover .drop ul{
    visibility: visible;
    opacity: 1;
    -webkit-transform:translateY(0);
    -ms-transform:translateY(0);
    transform:translateY(0);
}
nav .logo {
    max-width: 180px;
    height: 80px;
}
nav .logo img{
    max-width: 100%;
    max-height: 100%;
}
.nav-bar{
    padding: 25px 0;
}
.left-side a{
    font-size: 12px;
    color: #3A3A3A;
}
.left-side a:hover{
    opacity: .7;
}
.left-side a i:first-child ,.left-side .woodmart-cart-icon.wd-tools-icon{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid #000;
    font-size: 13px;
    margin: 0 0 0 3px;
}
.left-side .woodmart-cart-icon.wd-tools-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-side .woodmart-cart-icon.wd-tools-icon::before{
    font-size: 16px!important;
}
.wish_{
    position: relative;
}
.wish_ span.vvs{
    padding: 0 7px;
    background: #333333;
    color: #fff;
    position: absolute;
    top: 6px;
    right: -10px;
    border-radius: 50%;
}
.left-side a i.fa-heart{
    color: #fff!important;
    background: #0B4AAA!important;
}
.left-side a i:last-child{
    font-size: 13px;
}
.search form{
    width: 100%;
    position: relative;
    margin: 5px 0;
    border-radius: 4px;
    overflow: hidden;
    background: #F8F8F8;
    border-radius: 20px;
}
.search form input{
    outline: 0;
    width: calc(100% - 50px);
    border: none;
    padding: 10px 15px;
    background: #F8F8F8;
}
.search form ::placeholder{
    color: rgba(112 , 112 ,112 , .27);
    font-size: 13px;
}
.search form button{
    color: #333333;
    width: 40px;
    height: 40px;
    background-color: #F8F8F8;
    outline: 0;
    border: 0;
}
.botttom-bar{
    background-color: #fff;
    padding: 13px 0;
    border-bottom: 5px solid #0B4AAA;
    border-top:1px solid #D2D2D2
}
.botttom-bar ul li{
    margin: 5px 14px;
}
.botttom-bar ul li a{
    color: #333333;
    font-size: 15px;
    line-height: 20px;
}
.botttom-bar ul li a:hover{
    color: #0B4AAA;
}

/*main sec*/
.m-slide img{
    width: 100%;
    height: auto;
}
.sidebar-container{
    padding-top:100px;
}
/**/
.services{
    position: relative;
    top:-33px;
    z-index: 10;
}
.service{
    width: 100%;
    margin: 5px auto;
    padding: 16px 10px;
    background: #333333;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    position: relative;
}
.service:hover{
    background: #1371FF;
}
.service::after{
    content: "";
    position: absolute;
    top:7px;
    left: 7px;
    bottom: 7px;
    right: 7px;
    border: 1px dotted #fff;
    border-radius: 30px;
}
/**/
._tabs{
    padding: 0 0 20px 0 ;
}
.cat-slider .slide{
    margin: 0 10px;
}

.cat-slider .slide .img img{
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.cat-slider .slide .img{
    padding: 7px;
    border: 1px solid transparent;
    border-radius: 50%;
}
.cat-slider .slide span{
    color: #333333;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
.cat-slider .slide:hover span{
    color: #0B4AAA;
}
.cat-slider .slide:hover  .img{
    border: 1px solid #0B4AAA;
}
/**/
._products h3 , .sub-categories h3{
    border-bottom: 1px solid #B8B8B8;
    margin: 0 0 50px 0;
}
._products h3 span , .sub-categories h3 span{
    font-size: 20px;
    position: relative;
    padding: 0 0 24px 0;
}
._products h3 span , .sub-categories h3 span{
    color: #333333;
    font-size: 17px;
}
._products h3 a{
    color: #3A3A3A;
}
._products h3 a::after{
    background:  #3A3A3A;
}
._products h3 span::after , .sub-categories h3 span::after , ._products h3 a::after{
    content: "";
    position: absolute;
    bottom: -1.5px;
    border-radius: 3px;
    right: 0;
    left: 0;
    height: 3px;
}
._products h3 span::after , .sub-categories h3 span::after{
    background: #1371FF;
}
._products{
    padding: 50px 0;
}
._products_ ._slide ._img{
    height: 191px;
    border-radius: 5px;
    position: relative;
}
.discount-sapn{
    position: absolute;
    top:20px;
    background: #1371FF;
    width: 72px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 14px;
    left: calc((100% - 72px) / 2);
}
._products_ ._slide ._img img{
    max-width: 80%;
    max-height: 80%;
    width: auto!important;
}
._products_ ._slide{
    position: relative;
    padding: 0 0 10px 0;
    border: 1px solid #E9E9E9;
}

._products_ ._slide ._actions{
    width: 100%;
    height: 35px;
    border-radius: 18px;
    position: absolute;
    top:210px;
    left: 0;
    padding: 2px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
._products_ ._slide ._actions .wd-action-btn.wd-quick-view-btn>a:before{
    display: none!important;
}
._products_ ._slide ._actions a , ._products_ ._slide ._actions button{
    margin: 0 7px!important;
    color: #333333!important;
    width: 34px!important;
    height: 34px!important;
    border: 1px solid #333333!important;
    border-radius: 50%!important;
    background: #fff!important;
    padding: 0!important;
}
._products_ ._slide ._actions a i{
    font-size: 16px;
}
._products_ ._slide ._body{
    margin: 17px 0 0 0;
}
._products_ ._slide ._body span{
    font-size: 15px;
    color: #B8B8B8;
    line-height: 20px;
}
._products_ ._slide ._body .price span:first-child{
    font-size: 17px;
    color: #1371FF!important;
    text-decoration: none!important;
}
._products_ ._slide ._body .price {
    margin: 8px 0;
}
._products_ ._slide ._body .price span:last-child{
    color: #B8B8B8;
    text-decoration: line-through;
}
._products_ ._slide:hover ._actions{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}
._products_ ._slide:hover ._body{
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
}
._products_ .owl-carousel .owl-nav div span{
    position: relative;
    top:-1px
}
.cat-slider .owl-nav div{
    position: initial!important;
	margin:0 5px;
	transform:none!important;
	-ms-transform:none!important;
	-webkit-transform:none!important;
	opacity:1!important;
	visibility:visible!important
}
.cat-slider .owl-nav{
    margin-top: 40px!important;
	position:relative;
	text-align:center
}
._products_ .owl-carousel .owl-nav .owl-next, ._products_ .owl-carousel .owl-nav .owl-prev , .cat-slider .owl-nav div{
    height: 40px!important;
    width: 40px!important;
    color: #333333!important;
    border: 1px solid #333333!important;
    font-size: 0!important;
    border-radius: 50%!important;
    overflow: hidden!important;
    background: #fff!important;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
            align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
            justify-content: center!important;
    position: absolute;
    top: calc((100% - 40px) / 2);
    outline: 0!important;
}
.owl-nav>div:after, .wrap-loading-arrow>div:after{
	font-size:18px!important
}
._products_ .owl-carousel .owl-nav div.owl-next{
    left: -25px;
	right:auto
}
._products_ .owl-carousel .owl-nav div.owl-prev{
    right: -25px;
}
._products_ .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1371FF;
    text-decoration: none;
    border: 1px solid #1371FF;
}
._category{
    position: relative;
    border: 1px solid #D1D1D1;
    overflow: hidden;
}
._category img{
    width: 100%;
}
.grid{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto;
    grid-template-areas:
    'a b c'
    'd b e';
}
.grid ._category{
    max-width: 378px;
}
.grid ._category:nth-child(1){
    grid-area:a;
    max-height: 370px;
    grid-column: span 1;
}
.grid ._category:nth-child(2){
    grid-area:b;
    max-height: 750px;
    grid-column: span 1;
}
.grid ._category:nth-child(3){
    grid-area:c;
    max-height: 370px;
    grid-column: span 1;
}
.grid ._category:nth-child(4){
    grid-area:d;
    max-height: 370px;
    grid-column: span 1;
}
.grid ._category:nth-child(5){
    grid-area:e;
    max-height: 370px;
    grid-column: span 1;
}
.grid1{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto;
     grid-template-areas:
    'a b b'
    'c c d';
}
.grid1 ._category{
    max-height: 370px;
}
.grid1 ._category:nth-child(1){
    grid-area:a;
    grid-column:  span 1;
    max-width: 378px;
}
.grid1 ._category:nth-child(2){
    grid-area:b;
    grid-column:  span 2;
    max-width: 775px;
}
.grid1 ._category:nth-child(3){
    grid-area:c;
    grid-column: span 2;
    max-width: 775px;
}
.grid1 ._category:nth-child(4){
    grid-area:d;
    grid-column: span 1;
    max-width: 378px;
}
.grid2{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
    grid-template-areas:
    'a b c'
    'a b d'
    'e g h'
    'f g h';
}
.grid2 ._category:nth-child(1){
    grid-area:a;
    grid-column: span 2;
    max-height: 550px;
    max-width: 578px;
}
.grid2 ._category:nth-child(2){
    grid-area:b;
    grid-column: span 1;
    max-height: 550px;
    max-width: 273px;
}
.grid2 ._category:nth-child(3){
    grid-area:c;
    grid-column: span 1;
    max-height: 270px;
    max-width: 273px;
}
.grid2 ._category:nth-child(4){
    grid-area:d;
    grid-column: span 1;
    max-height: 270px;
    max-width: 273px;
}
.grid2 ._category:nth-child(5){
    grid-area:e;
    grid-column: span 1;
    max-height: 270px;
    max-width: 273px;
}
.grid2 ._category:nth-child(6){
    grid-area:f;
    grid-column: span 1;
    max-height: 270px;
    max-width: 273px;
}
.grid2 ._category:nth-child(7){
    grid-area:g;
    grid-column: span 1;
    max-height: 550px; 
    max-width: 273px;
}
.grid2 ._category:nth-child(8){
    grid-area:h;
    grid-column: span 2;
    max-width: 578px;
    max-height: 550px;
}

._category img{
    width: 100%;
    height: 100%;
}
._category span{
    position: absolute;
    top:17px;
    left: 17px;
    right: 17px;
    bottom: 17px;
    color: #fff;
    font-size: 40px;
    background: rgba(0,0,0,0.2);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    padding: 10px;
    line-height: 40px;
    text-align: center;
}
._category:hover span{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}
/**/
.subscribe{
    padding: 56px 6%;
    background: #0B4AAA;
    color: #fff;
    margin: 0 0 70px 0;
}
.subscribe form{
    max-width: 570px;
    margin: 0 auto 0 auto;
    position: relative;
}
.subscribe form input[type = 'email']{
    background: none;
    outline: 0;
    height: 50px;
    padding: 0 120px 0 20px;
    border: 1px solid #FFFFFF;
    width: 100%;
    font-size: 13px;
    color: #fff;
    text-align:left;
}
.subscribe form ::placeholder{
    color:#fff
}
.subscribe form input[type = 'submit']{
    position: absolute;
    right: 0;
    background: none;
    outline: 0;
    border: 0;
    color: #fff;
    top: 0;
    font-size: 16px;
    bottom: 0;
    background: #fff;
    color: #0B4AAA;
    width: 110px;
	padding:0 5px!important;
	text-align:center!important
    height:50px;
}
.subscribe form button:hover{
    /*transform: translateX(-6px);*/
    /*-ms-transform: translateX(-6px);*/
    /*-webkit-transform: translateX(-6px);*/
}
/**/
._brands .owl-carousel .owl-stage-outer{
    padding: 50px 0;
}
._brands ._slide{
    height: 160px;
    background: rgba(232 , 232 , 232 , .2);
    margin: 0 10px;
}
._brands ._slide img{
    max-width: 80%;
    width: auto!important;
    max-height: 80%;
}
/**/
footer{
    background: #F9F9F9;
    color: #333333;
}
footer a{
    color: #333333;
}
.footer-top{
    padding: 60px 40px 50px 40px;
    border-top: 1px solid #707070;
    position: relative;
}
.footer-top::before{
    content: "";
    position: absolute;
    height: 25px;
    width: 97px;
    background-size: 100% 100%;
    top:-12.5px;
    left: calc((100% - 97px) / 2);
}
.footer-top ul li{
    margin: 5px;
}
.footer-top ul li a:hover{
    color: #F47A20;
}
.footer-body{
    padding:70px 0 50px 0;
}
.footer-h{
    font-size: 25px;
    display: block;
    margin: 0 0 8px 0;
    position: relative;
    top: -12px;
    color: #0B4AAA;
    padding: 0  0 0 20px;
}
.footer-h::before{
    content: "";
    position: absolute;
    top:13px;
    left: 0;
    height: 18px;
    width: 5px;
    border-radius: 4px;
    background: #0B4AAA;
}
.footer-sec ul li{
    margin: 0 0 16px 0;
}
.footer-sec ul li a{
    font-size: 15px;
    display: inline-block;
    position: relative;
    padding: 0  0 0 18px;
}
.footer-sec ul li a::before{
    content: "";
    position: absolute;
    top:10px;
    left:0;
    width: 8px;
    height: 8px;
    background: #0B4AAA;
    transform:rotateZ(45deg);
    -ms-transform:rotateZ(45deg);
    -webkit-transform:rotateZ(45deg);
}
.footer-sec ul li a:hover{
    color: #0B4AAA;
    transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
}
.footer-sec{
    position: relative;
    padding: 0 25px 0 0;
    width: fit-content;
    margin: auto;
}
footer p{
    padding: 0 0 0 30px;
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 30px;
}
.f-col{
    /* border-right: 1px solid #C8C8C8; */
}
footer .footer-sec img{
    max-width: 100%;
}
.footer-sec ul li i{
    background: #fff;
    color: #3A3A3A;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 0 0 6px;
}
.social{
    margin: 20px 0 0 0;
}
.social a{
    margin: 5px 10px;
    font-size: 35px;
    color: #4D4D4D;
}
.footer-sec ._social a:hover{
    color: #fff;
    transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}
.copy-rights{
    padding: 26px 0;
    background: #0B4AAA;
    color: #fff;
}
/**/
.fixed-footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    background:#0B4AAA;
    color: #fff;
    z-index: 19;
}
.fixed-footer a{
    color: #fff;
    font-size: 12px;
}
.fixed-footer a i{
    font-size: 14px;
}
.pro-col {
    padding: 0!important;
}
/*media query*/
@media (min-width: 1200px){
.pro-col {
    -ms-flex: 0 0 20%!important;
    flex: 0 0 20%!important;
    max-width: 20!important;
}
}
@media only screen and (max-width : 991px){
	._products_ .owl-carousel .owl-nav {
		margin:30px 0 0 0!important;
		text-align:center
	}
	._products_ .owl-carousel .owl-nav .owl-next, ._products_ .owl-carousel .owl-nav .owl-prev{
		position:initial;
		margin:0 5px
	}
    .footer-sec{
        margin:20px 0
    }
    ._products_ .owl-carousel .owl-nav button.owl-next, ._products_ .owl-carousel .owl-nav button.owl-prev{
        position: initial;
    }
}
@media only screen and (max-width : 767px){
	.sidebar-container{
		display:none!important
	}
    ._category span{
        font-size: 18px;
        line-height: 28px;
    }
    .sidebar-container{
        padding-top:30px;
    }
    .services{
        top:0;
        padding: 30px 0 0 0;
    }
    ._tabs{
        padding: 30px 0 20px 0;
    }
    .h{
        margin: 0 0 20px 0;
        display: block;
    }
    .nav-links{
        position: fixed;
        top: 0;
        z-index: 30;
        background: #fff;
        left: -300px;
        height: 100vh;
        width: 300px;
        padding: 70px 0 20px 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .nav-links ul li a{
        display: block;
        text-align: center;
        padding: 4px;
    }
    .nav-links ul li{
        margin: 10px 0;
    }
    .close-menu{
        color: #0B4AAA;
        cursor: pointer;
        position: absolute;
        top:30px;
        right: 20px;
    }
    .botttom-bar .container , .botttom-bar {
        padding: 0;
    }
    .open-menu{
        cursor: pointer;
        float: right;
        color: #0B4AAA;
    }

         /* width */
         .nav-links::-webkit-scrollbar {
            width: 4px;
        }
        
        /* Track */
        .nav-links::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        /* Handle */
        .nav-links::-webkit-scrollbar-thumb {
            background: #888;
        }
        
        /* Handle on hover */
        .nav-links::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        .m-overlay{
            position: fixed;
            z-index: 29;
            width: 100%;
            height: 100%;
            top:0;
            left: -100%;
            bottom:0;
            background:#0B4AAA;
            opacity: .35;
        }
        nav .logo {
            max-width: 100%;
            width: 157px;
            margin: auto;
        }
        .nav-bar{
            padding: 10px 0;
        }
        body{
            padding: 0 0 80px 0;
        }
}

@media only screen and (max-width : 575px){
	.upper-bar .u-links li a span{
		margin:0!important
	}
    .upper-bar .u-links li a{
        font-size: 12px;
    }
    .qtranxs-lang-menu > a{
        font-size: 0!important;
    }
    .upper-bar .u-links li{
        padding: 0 4px;
    }
      nav .logo {
        max-width: 100%;
        width: 127px;
    }
    .nav-bar{
        padding: 10px 0;
    }

    ._products h3 span, .sub-categories h3 span, ._products h3 a{
        font-size: 16px;
        padding: 0 0 13px 0;
    }
    ._tabs .nav-tabs .nav-link {
        font-size: 16px;
        padding: 5px;
        margin: 0 5px;
    }
    .grid , .grid1 , .grid2{
        display: block;
    }
    ._category img{
        max-height: 90%;
        max-width: 90%;
        height: auto;
        width: auto;
    }
    ._category{
        max-width: 100%!important;
        max-height: 100%!important;
        height: 155px;
        width: calc((100% - 24px) / 2);
        display: inline-flex!important;
        margin: 5px;
        align-items: center;
        justify-content:center;
        background: #eee;
        vertical-align: middle;
    }
    .grid ._category:last-child{
        width: calc(100% - 10px)!important;
    }

}