@charset "utf-8";
/*----google font----*/
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@500;600;800&display=swap');

/*---custom font---*/
@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium_bt-webfont.eot');
    src: url('../fonts/futura_medium_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff'),
         url('../fonts/futura_medium_bt-webfont.ttf') format('truetype'),
         url('../fonts/futura_medium_bt-webfont.svg#futuramedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/unicode.futurab-webfont.eot');
    src: url('../fonts/unicode.futurab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unicode.futurab-webfont.woff2') format('woff2'),
         url('../fonts/unicode.futurab-webfont.woff') format('woff'),
         url('../fonts/unicode.futurab-webfont.ttf') format('truetype'),
         url('../fonts/unicode.futurab-webfont.svg#futurabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: 'futuraheavy';
    src: url('../fonts/futura_heavy_font-webfont.eot');
    src: url('../fonts/futura_heavy_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_heavy_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_heavy_font-webfont.woff') format('woff'),
         url('../fonts/futura_heavy_font-webfont.ttf') format('truetype'),
         url('../fonts/futura_heavy_font-webfont.svg#futuraheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'futurabook';
    src: url('../fonts/futura_book_font-webfont.eot');
    src: url('../fonts/futura_book_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_font-webfont.woff') format('woff'),
         url('../fonts/futura_book_font-webfont.ttf') format('truetype'),
         url('../fonts/futura_book_font-webfont.svg#futurabook') format('svg');
    font-weight: normal;font-style: normal;
}
@font-face {
    font-family: 'futuralight';
    src: url('../fonts/futura_light_font-webfont.eot');
    src: url('../fonts/futura_light_font-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_light_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_light_font-webfont.woff') format('woff'),
         url('../fonts/futura_light_font-webfont.ttf') format('truetype'),
         url('../fonts/futura_light_font-webfont.svg#futuralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*..............custom fonts..............*/

/*..............common styles..............*/
body { 
    /* font-family: 'futurabook', sans-serif;  */    
    color: #535766; margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0 0 20px; padding: 0; }

h1{ font-size: 40px; }
h2{ font-size: 40px; }
h3 { font-size: 24px; font-weight: 700;text-transform: uppercase;
    letter-spacing: 2px;    color: #101010; }
h4{  font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 17px; 
    /* font-family: 'futuramedium';  */
}
p { font-size: 16px; }

ul, li { margin: 0; padding: 0; list-style: none; }
a, img{ border:0; text-decoration: none; outline: none;}
a, a:visited, a:focus { color: #101010; outline: none; text-decoration: none; 
  transition:all 0.3s ease 0s; box-shadow: 0 0 0 #000; }
a:hover{ text-decoration:none; color: #101010; outline: none; transition:all 0.3s ease 0s; }
input, textarea, select{ font-weight: 300; font-size: 14px; outline: none;}
input:focus, textarea:focus, select:focus { outline: none; border-radius: 0; }
img { max-width: 100%; }
.btn {    border-radius: 0;
    padding: 15px 40px;
    border: 0;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    transition-duration: .5s;
    background: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn:hover,
.btn:focus,
.btn:active {color: #767677;background-color: #101010;
transition-duration: .5s;box-shadow: none;}
/*..............common styles..............*/

/*..............header styles..............*/
header {  }
.top-header { padding: 2px 0; background-color:#101010; }
.top-header .form-group { margin: 0; }
.top-header .form-control { background-color: transparent; border: 0px; color: #ffffff; padding: 0; }
.top-header p {    margin: 5px 0;
    font-size: 13px; }
.top-header p span { font-weight: bold; text-transform: uppercase; }
.top-header .info span{    margin-right: 8px;}
header ul li{ display: inline-block; margin: 0 10px; }
header ul li:last-child{ margin-right: 0; }
.welcome a img { margin-right: 10px; }
.welcome a { color: #fff; }
.welcome ul { text-align: right; }
.form-control:focus { color: #fff; background-color: transparent; border-color: transparent; box-shadow: 0 0 0 0 transparent; }
.navbar-brand img {}
nav.navbar li a { font-family: 'futuramedium', sans-serif; font-size: 14px; }
.navbar-light .navbar-nav .nav-link { color: #000; }
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, 
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #db5e5e; }
.display-header a.navbar-brand { position: absolute; display: block; right: 10%; width: 39%; margin: 0 auto; text-align: center; top: 30%;
    transform: translateY(-50%); }
.cart-box {  }
.cart-box img { width: 19px; }
.cart-box ul li.wishlist-icon img { width: 22px; }
.cart-box ul li { margin: 0 10px; }
.cart-box ul li.cart{position: relative;    margin-right: 0;}
nav.navbar {    padding-left: 0; }
.bottom-header {  }
nav { position: relative;  }
.cart-box .cart:after { content: '';         width: 20px;
    height: 20px;
    font-size: 9px;
    display: inline-block;
    background-color: #000000;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    right: -5px; }
.bottom-header nav ul li a { font-size: 18px; font-weight: 500; }
.main-header li.nav-item:first-child { margin-left: 0; }
header ul li:first-child{margin-left: 0;}
.bottom-header nav ul li:hover a{    color: #5c5c5c;}
#mySidenav{    width: 100%;  display: flex;}
#menu-header-menu-two.navbar-nav {    }
.dark-header .offer{position: relative;    margin-top: 5px;}
.dark-header .offer img{    position: absolute;
        left: -38px;
    top: 0;}
.hdr-main{ display: flex;    justify-content: space-between;    align-items: center;        padding: 15px 0;}
.navbar-brand{ }
span.counter { z-index: 1; position: relative;     top: -10px;
    left: -1px;
    color: #fff;
    font-size: 11px;}
/*---category---*/
.bars { display: none; }
.dark-header { background-color: #101010; padding: 10px 0; }
.closebtn {display: none;}
.dark-header a { color: #fff;font-size: 16px; }
.dark-header img { margin-right: 10px; vertical-align: text-bottom; }
/*.dark-header ul li a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 5px; }*/
.dark-header .offer, .sidenav { display: inline-block; }
.display { display: flex; justify-content: space-between; }
.dark-header .navbar{padding: 0;}
.dark-header .navbar li{}
.dark-header .navbar li a{    color: #fff;} 
.dark-header .navbar li:hover a{    color: #d1d1d1;}



.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
      font-size: 20px;
    color: #000000;
  display: block;
  transition: 0.3s;
  font-weight: 500;
}

.overlay a:hover, .overlay a:focus {
  color: #838383;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;    line-height: 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 18px}
  .overlay .closebtn {
    font-size: 40px;    line-height: 30px;
    top: 15px;
    right: 35px;
  }
}



main {
  height: 100vh;
}

.turquoise { padding: 0;}
.turquoise i{color: #101010;    font-size: 28px;    }
.mob-nav{display: none;}

.search-cont{
    max-width: 500px;
    width: 100%;
}
.top-header .info nav li{
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    border-right: 1px solid #fff;
    margin: 0;
}
.top-header .info nav li:last-child{
    border: none;
}
.top-header .info nav li a{
    color: #fff;
    padding: 0 10px;
}
.top-header .info nav li a:hover{
    text-decoration: underline;
}
.top-header .info nav li:last-child a{
    padding-right: 0;
}

.search-cont .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    line-height: 20px;
    font-size: 14px;    
    border-radius: 2px;
}
.search-cont .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    top: 19px;
}

/*..............header styles..............*/

/*..............banner styles..............*/
#demo .carousel-control-prev,
#demo .carousel-control-next{display: none;}




/*..............banner styles..............*/

/*..............sub-banner styles..............*/
.collection-box{position: relative;    height: 600px;}
.collection-box .image-wrap{position: relative;}
.collection-box .image-wrap:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;background-image: linear-gradient(to top,rgba(4,4,4,.65),rgba(54,54,54,.2));}
.collection-box img{    height: 600px;
    object-fit: cover;}
.section-holder{position: absolute;    left: 50px;
    bottom: 50px;}
.collection-box .section-holder h3{color: #fff;}
.section-holder .btn{ background: #fff; color: #000; }
.collection-box:hover .btn{background: #101010; color: #fff;}

/*..............sub-banner styles..............*/

/*..............Support styles..............*/
section.sub-banner, section.category-section, section.style-section {  }
.support-section{background: #fdfdfd;}
.support-cont { margin: 60px 0; }
.support-cont .box { position: relative; padding-left: 100px; height: 120px; padding-top: 35px; }
.support-cont .box .icon { line-height: 83px; position: absolute; left: 0; top: 18px; }
.support-cont .box h4 { font-family: 'futuramedium'; font-size: 23px; line-height: 30px; margin: 0 0 3px; }
.support-cont .box p { color: #2b2b2b; font-size: 14px; line-height: 20px; }
.support-cont .col-md-4:after { content: ""; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); width: 1px; height: 70%;
    background-color: #d6d6d6; }
.support-cont .col-md-4:last-child:after { content: ""; display: none; }
/*..............Support styles..............*/

/*..............category styles..............*/
.owl-carouselOne .image-wrap{    }
.owl-carouselOne .image-wrap img{height: 344px; object-fit: cover;}
.owl-carouselOne .owl-nav { display: none;}
.owl-carouselOne .owl-nav .owl-next { position: absolute; right: 0; top: 0; }
.owl-carouselFour .box h5{ font-size: 14px; line-height: 20px; font-family: 'futurabook';}
.category a.btn { border: 2px solid #000; border-radius: 0; padding: 20px 30px; position: relative; top: 44%;    background: transparent; }
.category a.btn:hover{color: #000;}
.category-section { margin-bottom: 80px !important; }
.category.text-md-right { position: relative; height: 100%; }
.text-wrap h2 { margin-top: 35px;     font-size: 26px;
    line-height: 34px;font-weight: 300; text-align: left; position: relative; }
.text-wrap h2 span { font-size: 22px; }
.owl-carousel.owl-carousel .owl-nav button.owl-next { background-image: url(../images/right-arrow.png); background-repeat: no-repeat;
    background-position: center; }
.owl-carousel.owl-carousel .owl-nav button.owl-prev { background-image: url(../images/left-arrow.png); background-repeat: no-repeat;
    background-position: center; }
.owl-carousel.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { top: inherit; position: static; 
    border: 1px solid #dedede; width: 130px; height: 126px; display: block; margin: 0; border-radius: 0; }
.owl-carousel.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span { display: none; }
.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover { background-color: #e8e8e8; color: #FFF; text-decoration: none; }
.owl-carousel .owl-nav button.owl-prev { border-bottom: 0 !important; }
/*..............category styles..............*/

/*..............Product styles..............*/
.product-section {  }
.product-section h1 { font-family: 'Big Shoulders Display', cursive; margin: 20px 0 45px; font-weight: bold; }
.tab-content .row .col-lg-3.col-md-6 { margin: 10px 0; }
.nav-tabs .nav-link { font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: -1px; }
.nav-tabs .nav-item { margin: 0 10px; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: transparent; border-bottom: 3px solid #979797;
    color: #979797; position: relative; }
.products h6 { margin: 25px 0 15px; height: 60px; color: #000; }
.products h4 { font-weight: bold; font-size: 18px; margin: 10px 0 20px; color: #000; }
.product-tab .tab-pane { margin-top: 30px; }
.nav-tabs .nav-link.active:after { content: ''; width: 12px; height: 12px; display: block; background-color: #979797; margin: 0 auto;
    position: absolute; left: 0; right: 0; border-radius: 100%; bottom: -7px; }

.tab-content .woocommerce ul.products{    margin: 0;}
.tab-content .woocommerce ul.products li.product{    margin-bottom: 0;border: 1px solid transparent;}
.tab-content .woocommerce ul.products li.product:hover{
    border: 1px solid #000;}
/*..............Product styles..............*/

/*..............Best-selling styles..............*/
.selling-section { padding: 70px 75px 40px; background-color: #f4f4f4; }
.selling-section h2 { font-size: 52px; margin-bottom: 40px; }
.best-sellin a.btn { transform: rotate(90deg); top: 56%; }
.selling-section .owl-nav{ top: 0; position: absolute; right: -17%; margin: 0; }
.selling-section .owl-carousel.owl-carousel .owl-nav button.owl-next, .selling-section .owl-carousel .owl-nav button.owl-prev 
    { top: inherit; position: static; border: 2px solid #090909; width: 105px; height: 105px; display: block; margin: 0 0 -2px; border-radius: 0; }
.owl-carousel .owl-nav button.owl-prev { border-bottom: 0; }
.text-wrap { position: relative; }
.text-wrap h3 { font-size: 22px; font-weight: 300; }
.text-wrap a i { position: absolute; right: 10px; top: 38px; font-size: 28px; }
.best-sellin .text-wrap { padding: 40px 0; }
.best-sellin .image-wrap img{height: 300px;
    object-fit: contain;   }
/*..............Best-selling styles..............*/

/*..............Testimonial styles..............*/
.testimonial-section { margin: 80px 0; }
.testimonial-section .row { margin: 10px 0 35px; }
.testimonial-section .row .box-wrap { border: 1px solid #ccc; display: inline-block; width: 85%; }
.box-wrap img { width: 37% !important; margin: 20px 0; float: left; }
.box-wrap.fl-right img { float: right; }
.testimonial-section .comma { background-color: #2c2c2c; height: 85px; width: 85px; display: inline-block; margin-right: -5px; }
.testimonial-section .comma img { width: auto; margin: 25px auto; }
.text-box { display: inline-block; width: 58%; padding: 20px 0 20px 30px; }
.text-box p { font-size: 15px; }
.box-wrap { vertical-align: top; }
.testimonial-section .row.justify-content-end .comma { margin-left: -5px; }
.secondrow .box-wrap img{    float: right;}
.testimonial-section .owl-carousel .owl-item .comma img{ width: auto; }
.testimonial-section h5 {     font-size: 22px; }
.text-box h6 { text-align: right;    font-size: 15px; }
.testimonial-section .row.justify-content-end .text-box h6 { text-align: left; }
.testimonial-section .row.justify-content-end .text-box h6:after { content: ''; display: inline-block; width: 55px; height: 2px; background-color: #000;
    margin-left: 10px; vertical-align: middle; }
.testimonial-section .text-box h6:before { content: ''; display: inline-block; width: 55px; height: 2px; background-color: #000;
    margin-right: 10px; vertical-align: middle; }
.testimonial-section .row.justify-content-end .text-box h6:before { content: ''; display: none; }
.testimonial-section .text-box{text-align: right;}
.testimonial-section .row.secondrow .comma {
    margin-left: 0;
    float: right;    margin-right: 18px;
}
/*..............Testimonial styles..............*/

/*..............Vintage-Style styles..............*/
section.style-section { margin-bottom: 80px; }
.vintage h2 { 
    font-size: 52px;
    line-height: 60px;
font-weight: 300; }
.vintage p { font-size: 21px; color: #8a8a8a; }
section.style-section .vintage .imagewrap{     background: #fff;
    display: block;
    padding: 1px;
    border: 1px solid #ccc;}
section.style-section .vintage .imagewrap img{    height: 232px;
    object-fit: contain;
    width: 100%;}
/*..............Vintage-Style styles..............*/

/*..............Footer styles..............*/
footer { padding: 70px 0 0 0; background-color: #101010; }
footer h6 { font-family: 'futuramedium'; color: #fff; text-transform: uppercase; font-size: 18px; letter-spacing: 2px; margin-bottom: 24px;}
.foot-nav ul li { font-family: 'futurabook'; color: #fff; font-size: 18px; line-height: 24px; margin-bottom: 12px; display: block; padding: 0; }
footer .social a { color: #fff; font-family: 'futurabook'; font-size: 18px; line-height: 24px; text-transform: capitalize; display: block;
    margin-bottom: 15px; }
footer .social { margin-top: 30px; }
footer .social a i { color: #fff; margin-right: 20px; }
footer .address-info p { font-size: 18px; line-height: 24px; padding-left: 35px; position: relative; color: #fff; margin-bottom: 18px; }
footer .address-info p a { color: #fff; }
footer .address-info p span { position: absolute; left: 0; top: 0; font-size: 20px; color: #fff; }
.foot-nav ul li a { color: #fff; }
.footer-bottom { border-top: 1px solid #4d4d4d; border-bottom: 1px solid #4d4d4d; padding: 25px 0; margin-top: 45px; text-align: center; }
.footer-bottom .foot-nav ul li { color: #fff; font-size: 13px; line-height: 15px; margin-bottom: 0; display: inline-block; text-transform: uppercase;
    padding: 0px 15px; border-right: solid 1px #fff; }
.copyright { padding: 15px 0; }
.copyright p { margin-bottom: 0; font-size: 13px; color: #fff; }
.copyright a { color: #fff; }
.footer-bottom .foot-nav ul li:last-child { border-right: 0; }
/*..............Footer styles..............*/


.pro-card{
    overflow: hidden;
    position: relative;    
   border: 1px solid #e9e9eb;
}
.pro-card figure{margin-bottom: 0;}
.pro-card figure img{
    max-width: 100%;
    height: auto;
}
.pro-card .pro-card-meta{
    padding: 10px 10px 15px 10px;
}
.pro-card .pro-card-meta .product-item-brand{font-weight: 600;margin-bottom: 0;color: #101010;}
.pro-card .pro-card-meta .product-item-title{
    margin: 4px 0 8px;
    color: #535766;
    font-size: 14px;
}
.pro-card .pro-card-meta .product-item-selling-price {
    color: #101010;
    padding: 0 3px 0 0;
    font-weight: 700;
    font-size: 16px;
}
.pro-card .pro-card-meta  .product-item-mrp {
    text-decoration: line-through;
    color: #101010;
    padding: 0 3px;
    opacity: .7;
    font-size: 12px;
}
.pro-card .pro-card-meta .product-item-discount {
    color: #ff905a;
    padding: 0 3px;
    font-size: 12px;
    font-weight: 700;
}


/*About page css start*/
.inner_banner {position: relative; width: 100%; height:380px; padding: 0; overflow: hidden; background: #000; }
.inner_banner:after{ content: ''; background-color: rgb(24 18 56 / 32%); position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner_banner img {width: 100%; height: 380px;object-fit: cover; }
.inner_banner .bannerText {position: absolute; top: auto; left: 0; right: 0; bottom: 120px; margin: auto; text-align: center; font-weight: 400; color: #fff; text-transform: uppercase; z-index: 1;}
.inner_banner .bannerText p{font-size: 17px;
    color: #fff;
    text-transform: initial;}
.inner_banner h1{color: #fff;    margin-bottom: 20px;}
.breadcrumb-cont{      text-align: center; }
.breadcrumb-cont li{font-size: 14px;font-weight: 500;color: #fff;text-transform: uppercase;    display: inline-block;}
.breadcrumb-cont li a{color: #fff;}
.breadcrumb-cont li a:hover{color: #fff;}
.breadcrumb-cont li.separator {    color: #fff;padding: 0 8px;}
.inner-container{padding-top: 30px;padding-bottom: 50px;    min-height: 500px;}

.abt-img{width: 100%;
    height: auto;    border: 5px solid #fff;
    box-shadow: 5px 0px 10px rgb(0 0 0 / 13%);}
.inner-container h2{    margin-bottom: 30px;}
.inner-container h5{     color: #c61b1b;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    }
.abt-bottom-wrap img{width: 100%;
    height: auto;}

.inner-container h3{    margin-bottom: 20px;}
/*About page css end*/

/*Contact page Start*/
.contact-info .info-box h4{text-transform: capitalize;
    margin: 10px 0 15px 0;
    font-family: 'Audiowide', cursive;}
.contact-info .info-box p{margin-bottom: 0;}
.contact-info .info-box p a{color: #535151;}
.contact-info .info-box {height: 100%;
    border: 1px solid rgba(103, 113, 128, 0.15);
    text-align: left;
    clear: both;
    padding: 40px 50px;position: relative;
}
.info-box:before{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #fad348;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.info-box:hover:before{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.contact-form-wrap{ background: rgb(210 208 208 / 32%); padding: 100px; }
.contact-form-wrap h5{}
.contact-form .form-control{border-radius: 0;
    height: 60px;
    outline: 0;
    background: #fff;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1rem;
   }
.contact-form textarea.form-control{height: 220px;resize: none; }
.contact-form .btn{    padding: 15px 40px;
    font-size: 16px;
    line-height: 16px;}
.mmcaptcha .mmcaptcha-image {
    background-color: #fff;
    width: 150px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
}
.mmcaptcha .mmcaptcha-text {
    display: inline-block;
    vertical-align: top;
}
.mmcaptcha-text input.wpcf7-captchar {
    width: 150px;
    height: 42px;
    border: 0;
    padding: 0 15px;
}
.map iframe{width: 100%;}
/*Contact page End*/
.service-blog-box .img-wrapper{margin-bottom: 20px;}
.service-blog-box .img-wrapper img{ height: 340px;    object-fit: cover;    width: 100%; }
.service-blog-box a.btn{ color: #fff; }
.service-blog-box h3{    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;    min-height: 52px;}
.blog_details img{width: 45%;float: left; margin: 10px 35px 20px 0;}
#comments .submit{    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background: #ba0404;
    border: 0;}
#comments .form-control:focus{    border: 1px solid #ced4da;}
#comments .form-control{    color: #495057;    height: 42px;}
#comments textarea.form-control{ height: 100px; resize: none; }
#comments h1{    font-size: 24px;}
ol.commentlist{padding: 0;}
ol.commentlist li{    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px; margin-bottom: 10px;} 
ol.commentlist li .meta{    text-align: center;}
ol.commentlist li .meta img{    width: 85px;
    height: 85px;
       border-radius: 4px;
    margin: 0 !important;}
#comments h3 {
    font-size: 22px;
    font-weight: 600;
}
/*** Woocomerce css Start ***/
.woocommerce nav.woocommerce-breadcrumb{    font-family: 'Lato', sans-serif;
    font-size: 16px;
    float: left;
    color: #e7349b;
    font-weight: 700;    width: 100%;}
.woocommerce nav.woocommerce-breadcrumb a{    color: #293189;
    padding: 0 8px;
    font-weight: 400;}
.cetegory_filter h3,
.cetegory_filter h2{    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;    margin: 0 0 30px;}
.cetegory_filter h3:after,
.cetegory_filter h2:after{    background: #2b3386 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    left: 0;}
.woocommerce .widget_yith_wc_category_accordion ul {padding-left: 0;margin-bottom: 40px;}
.woocommerce .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li,
.woof_list li {border-bottom: 1px solid #dadada;padding: 15px 0;color: #6b6b6b;
    font-size: 14px;text-transform: capitalize;
}
.woocommerce .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li a,
.woof_list li a{color: #6b6b6b;}
.woocommerce .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.current-cat a,
.woocommerce .widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li a:hover{ color: #2b3386; }
.woocommerce .widget_yith_wc_category_accordion ul.children{padding-left: 25px;    margin-bottom: 0;}
.woof_list li label{}
.berocket_filter_slider.ui-widget-content, .berocket_filter_price_slider.ui-widget-content{    background: none repeat scroll 0 0 #2b3386 !important;}
.woocommerce .woocommerce-ordering select{ font-family: 'tt_normsmedium';     border: 1px solid #dadada;
    font-size: 14px;
    padding: 8px 10px;
    color: #000;
    height: 40px;
    border-radius: 0;}
.woocommerce #nc-list-grid-icons{text-align: right;}
.woocommerce #nc-list-grid-icons a{border: solid 1px #dadada;
    padding: 8px 10px;}
.woocommerce #nc-list-grid-icons a:hover{border: solid 1px #2b3386;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{    background-color: #f4f4f4;    padding: 0 0 30px 0;}
.woocommerce-page ul.products li.product .nc-list-content-image {    background-color: #f6f6f6;position: relative;}
.woocommerce-page ul.products li.product .nc-list-content-image img{    transition: .3s;}
.woocommerce ul.products li.product a img{        height: 245px;
    width: 100%;
    object-fit: cover;
    background-color: #f4f4f4;}
.woocommerce ul.products.columns-3 li.product:hover .nc-list-content-image img, 
.woocommerce-page ul.products.columns-3 li.product:hover .nc-list-content-image img{    transform: scale(1.1);}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{    font-size: 17px;    font-weight: 600;
    line-height: 20px;       min-height: 50px; text-align: left;}
.woocommerce ul.products li.product .button{ margin-top: 0; }
.woocommerce ul.products li.product .star-rating{font-size: 14px;    margin-bottom: 15px;}
.woocommerce .star-rating::before{color: #2b3386;}
.woocommerce ul.products li.product .price{font-size: 15px;
    font-weight: 600;color: #101010;    float: left;
    width: 100%;    margin-bottom: 15px;}
.woocommerce ul.products li.product .price del{    margin-right: 5px;}
.woocommerce span.onsale{    background-color: #444444;padding: 3px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    height: auto;
    line-height: 24px;
    min-height: auto; display: none;}
.woocommerce ul.products li.product .onsale{    right: 10px;
    top: 10px;
    margin: 0;    display: none;}
.woocommerce ul.products.list li.product a img{ margin-bottom: 0; }
.woocommerce ul.list li.product, 
.woocommerce ul.list li.product{    border-bottom: 1px solid #ebebeb;    padding-bottom: 30px;}
.woocommerce div.product .product_title{font-size: 22px; margin-bottom: 20px;color: #101010;}
.woocommerce div.product .summary p.price{    color: #101010;font-size: 20px;margin-bottom: 20px;}
.woocommerce div.product .summary p.price del .amount,
.woocommerce div.product .summary p.price del{color: #888;
    font-size: 18px;}
.woocommerce div.product .summary p.price ins{text-decoration: none;}
.woocommerce .inner-container p{    color: #3e3e3e;}
.woocommerce .quantity .qty{    border: 1px solid #b5adad;
    padding: 8px 10px;    width: 80px;height: 44px;}
.woocommerce div.product form.cart .variations select{    height: 32px;    min-width: 20%;    padding: 6px;}
.woocommerce div.product form.cart div.quantity{ margin-right: 12px;}
.woocommerce .star-rating span::before{    color: #2b3386 !important;}
.woocommerce.woocommerce-page ul.products li.product .button, 
.woocommerce-page .woocommerce-message .button, 
.woocommerce-page .woocommerce button.button,
.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce.woocommerce-page div.product form.cart .button, 
.woocommerce.woocommerce-page #respond input#submit, 
.woocommerce-account .woocommerce .button, 
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled], 
.woocommerce.woocommerce-page a.added_to_cart, 
.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{     border-radius: 0;
 padding: 12px 25px;
    font-size: 12px;
    line-height: 14px;    letter-spacing: 2px;
    margin-right: 5px;        background: #101010;
    color: #fff;
    border: 0;text-transform: uppercase;
}
.woocommerce.woocommerce-page ul.products li.product .button:hover, 
.woocommerce-page .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce button.button:hover,
.woocommerce-cart.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce.woocommerce-page div.product form.cart .button:hover, 
.woocommerce.woocommerce-page #respond input#submit:hover, 
.woocommerce-account .woocommerce .button:hover, 
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover, 
.woocommerce.woocommerce-page a.added_to_cart:hover, 
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{    color: #767677;
    background: #101010;
    outline: none; box-shadow: none; outline: none; }
.woocommerce.woocommerce-page ul.products li.product .button.product_type_external,
.woocommerce.woocommerce-page ul.products li.product .button.compare,
.woocommerce.woocommerce-page ul.products li.product .button.add_to_cart_button{ }
.woocommerce a.added_to_cart.wc-forward{ display: none; }
a.design_btn{
    border: solid 2px #2b3386;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
     background: #101010;
    color: #fff;
    border: 0;
    padding: 15px 33px;    margin-top: 30px;}
.woocommerce div.product form.cart{margin-top: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{    padding: 0;   }
.woocommerce div.product .woocommerce-tabs ul.tabs li{     background-color: transparent;   
    color: #333;
    font-size: 20px;
    font-weight: 500;
      border-radius: 8px;
            padding: 6px 0;
    border: 1px solid #fff;
    outline: none;
       margin: 0 50px 2px 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding: 0;    font-weight: 500;color: #000000;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{color: #333;  
    background: transparent;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
     }
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color: #2b3386;}
 .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
 .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {box-shadow: none;border: 0;}
 .woocommerce.woocommerce-page div.product .woocommerce-tabs .panel{    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;}
.woocommerce div.product .woocommerce-tabs .panel #comments{ margin-top: 0; }
.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{    border-bottom: 1px solid #fff;}
.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel li{    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #404040;}
.woocommerce-Tabs-panel h2 {
   font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.woocommerce #review_form #respond  #submit{    margin: 15px 0;}
.related.products{    margin-top: 50px;
    float: left;
    width: 100%;}
.related.products h2{    font-weight: 500;
        font-size: 40px;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 50px;}
.woocommerce.woocommerce-page ul.products li.product .by-vendor-name{ display: none; }
.woocommerce-tabs{    margin-top: 88px;
    float: left;
    width: 100%;}
.woocommerce .star-rating span::before{    color: #2b3386 !important;}
a.design_btn{background-color: #2b3386;
    border: solid 2px #2b3386;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 33px;    margin-top: 30px;}
.woocommerce div.product form.cart{margin-top: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{    padding: 0;   }
.woocommerce div.product .woocommerce-tabs ul.tabs li{     background-color: transparent;   
    color: #333;
    font-size: 20px;
    font-weight: 500;
      border-radius: 8px;
            padding: 6px 0;
    border: 1px solid transparent;
    outline: none;
       margin: 0 50px 2px 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border: 1px solid transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding: 0;    font-weight: 500;color: #000000;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{color: #333;  
    background: transparent;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
     }
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color: #2b3386;}
 .woocommerce div.product .woocommerce-tabs ul.tabs li:before,
 .woocommerce div.product .woocommerce-tabs ul.tabs li:after,
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
 .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {box-shadow: none;border: 0;}
 .woocommerce.woocommerce-page div.product .woocommerce-tabs .panel{    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;}
.woocommerce div.product .woocommerce-tabs .panel #comments{ margin-top: 0; }
.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{    border-bottom: 1px solid transparent;}
.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce.woocommerce-page div.product .woocommerce-tabs .panel li{    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #404040;}
.woocommerce-Tabs-panel h2 {
   font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.woocommerce #review_form #respond  #submit{    margin: 15px 0;    padding: 14px 29px;
    font-size: 12px;
    line-height: 18px;
    height: auto;}
.woocommerce ul.products li.product .yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse
{padding: 0;
    background-color: transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;}
.woocommerce ul.products li.product .yith-wcwl-add-button i,
.yith-wcwl-wishlistexistsbrowse i,
.yith-wcwl-wishlistaddedbrowse i{    color: #000;    font-size: 17px !important;}

.single-product.woocommerce .entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 50px;
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-product.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse,
.single-product.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse{    background: transparent;
    width: 100%;
    height: auto;
    border-radius: 0;
    text-align: left;
    color: #000;
    font-size: 16px;}
.single-product.woocommerce .entry-summary .yith-wcwl-wishlistexistsbrowse i,
.single-product.woocommerce .entry-summary .yith-wcwl-wishlistaddedbrowse i{    color: #000;
    font-size: 18px !important;border: 1px solid #000; padding: 10px;}



.related.products{    margin-top: 50px;
    float: left;
    width: 100%;}
.related.products h2{    font-weight: 500;
        font-size: 40px;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 50px;}
.woocommerce.woocommerce-page ul.products li.product .by-vendor-name{ display: none; }
.woocommerce-tabs{    margin-top: 88px;
    float: left;
    width: 100%;}
.woocommerce table.shop_table td.product-thumbnail a{    display: inline-block;
    vertical-align: top;    margin-right: 12px;}
.woocommerce table.shop_table td.product-thumbnail a.button{    font-size: 12px;
    padding: 10px 22px;
    margin: 0 4px;}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{    background-color: #000000;    color: #fff;}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{     background: rgb(255,203,0);
    background: linear-gradient( 
144deg
 , rgba(255,203,0,1) 0%, rgba(255,110,0,1) 84%);
    color: #fff;
    outline: none;}
    #char_cont{    color: #f00;    font-size: 13px;
    font-style: italic;}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select{    border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 10px;
    outline: none;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;}
.woocommerce form .form-row textarea{    border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 10px;
    outline: none;
    height: 100px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;}
.woocommerce-account .woocommerce .woocommerce-ResetPassword .button{    margin-top: 10px;}
.woocommerce h3{    font-size: 24px;}
.woocommerce .woocommerce-order-details h2{    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;}
.woocommerce table.shop_table td{    font-size: 14px;}
.berocket_aapf_widget li.slider span.left input, 
.berocket_aapf_widget li.slider span.right input{ text-align: center; }
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row label,
.woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-input-wrapper{    width: 100%;}
.woocommerce-MyAccount-content .woocommerce-address-fields button.button{ margin-top: 15px; }
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2{
    max-width: 100%;
}
.woocommerce form .password-input, 
.woocommerce-page form .password-input{
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    content: "\f09d";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--followers a:before {
    font-family: 'FontAwesome';
    content: "\f234";
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;   
    font-weight: 600;
}
.woocommerce-account p.order-again {
    text-align: right;
}
.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    width: 100%;
}
.woocommerce .woocommerce-input-wrapper{
    width: 100%
}
.woocommerce-page ul.products li.product .abt-sec.product{    text-align: center;}
.woocommerce-page ul.products li.product .abt-sec.product .btn{    font-size: 16px;}
.cart_totals h2{ font-size: 32px; }
.woocommerce-page div.product div.images{     width: 48%;
    padding: 30px;
    border: 1px solid #ccc;}
.woocommerce-page div.product div.summary{       width: 50%;
    padding-left: 30px;}
.woocommerce.woocommerce-page div.product form.cart .single_add_to_cart_button.button{    padding: 15px 30px;
    font-size: 12px;}
.yith-wcwl-add-button{ 
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;}
.product_info{padding: 0 20px 0 40px;}
.woocommerce div.product form.cart table td{ margin-bottom: 5px; }
.woocommerce div.product form.cart table td input{     border: 1px solid #ccc;
    height: 36px;
    padding: 8px 10px;
        margin: 5px;}
.woocommerce div.product form.cart table{margin-bottom: 20px;}
.select2-container--default .select2-selection--single{border: 1px solid #ccc;
    max-width: 100%;
    padding: 8px 10px;
    outline: none;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 40px;}
#customer_details{    margin-bottom: 32px;}
.woocommerce-customer-details h2.woocommerce-column__title{ font-size: 24px; }
#customer_login h2{    font-size: 32px;}
#reviews input{border: 1px solid #ccc;
    height: 36px;
    padding: 8px 10px;
    margin: 5px;}
.search_blurb .post-contnet{
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.woocommerce #review_form #respond textarea{box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    height: 80px;
    padding: 8px 10px;
    margin: 5px;}
.woocommerce #review_form #respond input{border: 1px solid #ccc;
    height: 36px;
    padding: 8px 10px;
    margin: 5px;}
.woocommerce #review_form #respond p.comment-form-cookies-consent input{height: auto;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{  color: #101010;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
        color: #535766;
    }
.wishlist-title-container{    display: none;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{    font-size: 14px;}
.woocommerce-Addresses address{font-size: 14px;}
.woocommerce-EditAccountForm legend{    margin-top: 35px;
    float: left;}
.woocommerce ul.order_details li strong{    font-size: 14px;}
.woocommerce table.shop_table.wishlist_table td{ text-align: left; }
.woocommerce-cart table.cart td.actions .coupon .input-text{ width: 215px; }
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding: 3px 15px;
}
.woocommerce.woocommerce-page ul.products li.product .button.add_to_cart_button{
  margin: 0 15px 10px 15px;
}
/*** Woocomerce css End ***/

.woocommerce .inner-container p.woocommerce-result-count {
    color: #535766;
    font-size: 15px;
}

.product_meta{font-size: 14px;}
.product_meta .sku_wrapper,
.product_meta .posted_in{    display: block;
    font-size: 14px;}
.cart_totals .shop_table tr.shipping{    }
.woocommerce ul#shipping_method li label{    font-size: 0;}
.woocommerce ul#shipping_method .amount {
    font-weight: 700;
    font-size: 14px;
}
.woocommerce div.product div.images img.attachment-shop_single{height: 400px;object-fit: cover;}
.woocommerce-product-gallery .single-product-main-image span{    display: block !important;}

.woocommerce div.product div.images img.attachment-medium,
.woocommerce div.product div.images img.wpgs-thumb-main-image{height: 105px;
    object-fit: cover;}

.single .inner-container h2{font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;    color: #101010;}
.footer .payment img{ height: 28px;object-fit: contain; }
.signup-cont{    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 25px;}

.es-field-wrap{    width: 80%;
    float: left;
    height: auto;}
.es-field-wrap label,
.es-field-wrap span,
.es-field-wrap span,
.es-field-wrap input[type="email"]{width: 100%; display: block;}
.es-field-wrap input[type="email"]{ padding: 0 10px;    border: 1px solid #fff;    height: 45px;font-size: 14px;
    color: #cccccc;     }
.es-field-wrap label{    border: 1px solid #fff;margin: 0;}
.sub_button{    position: relative;
    background-color: #fff;    text-align: center;
    text-transform: uppercase;
    color: #e9afc0;
    border: 0;
    font-size: 12px;
    height: 47px;
        cursor: pointer;
    float: left;
        width: 20%;}
  .signup-col .foot-nav{    float: left;}

.signup-cont form{ position: relative; }
.signup-cont .wpcf7 form.invalid .wpcf7-response-output{    color: #eb0303;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    bottom: -125px;}
.signup-cont .wpcf7 form.sent .wpcf7-response-output{font-size: 12px;
    line-height: 18px;
    position: absolute;
       bottom: -98px;
    color: #46b450;}
.sub_button:after{content: "\f1d8";font: normal normal normal 22px/1 FontAwesome;     color: #605e5f;
        position: absolute;
    left: 0;
    right: 0;
    margin: auto;    z-index: 1;
    top: 15px;}
.sub_button input[type="submit"]{background: transparent;
    border: 0;    font-size: 0;
       color: #fff;    height: 47px;}
.signup-cont .wpcf7-not-valid-tip{    position: absolute;
    color: #f00;
    left: 0;
    bottom: -30px;
    font-size: 13px;    z-index: 2;
    font-size: 0;}
.contact-form-wrap.return-form-wrap {padding: 75px;
    background: rgb(181 181 181 / 32%);
}
.contact-form-wrap .contact-form .form-control{    color: #495057;}
.contact-form-wrap .contact-form input::-webkit-input-placeholder { /* Edge */
          color: #495057;
}

.contact-form-wrap .contact-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
          color: #495057;
}

.contact-form-wrap .contact-form input::placeholder {
          color: #495057;
}
.contact-form-wrap .return-form .wpcf7-list-item{    margin: 0;
    display: block;
    font-size: 14px;}
.contact-form-wrap .return-form h6{    font-weight: 500;
    font-size: 17px;}



.owl-carouselTwo .box .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse,
.owl-carouselTwo .box .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse{    position: absolute;
    right: 10px;
    top: 38px;}
.owl-carouselTwo .box .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.owl-carouselTwo .box .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon{    margin-right: 0;}
.owl-carouselTwo .box .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a{position: absolute;
    left: 0;
    bottom: -38px;
    font-size: 14px;
    line-height: 14px;}


.woocommerce-checkout #payment ul.payment_methods li img{    width: auto;
    height: 40px;  }


.iconic-color-field{margin-bottom: 25px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 25px 0;}
.iconic-color-field label{    font-weight: 600;
    margin-right: 15px;}
#iconic-color{    border: 1px solid #b5adad;
    padding: 8px 10px;
    height: 44px;}

.privacy-policy .inner-container ul{    margin-bottom: 20px;}
.privacy-policy .inner-container ul li{position: relative; padding-left: 15px;}
.privacy-policy .inner-container ul li:after{content: ''; width: 5px; height: 5px; background-color: #3c3c3c; border-radius: 50%; position: absolute; left: 0; top: 9px;}


.login-cont{
    background: #faf8f8;
    padding: 35px;
    border-radius: 4px;
}
.login-cont .welcome-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #424553;
}
.login-cont .welcome-header-small {
    font-size: 16px;
    font-weight: 400;
    color: #535766;
}
.login-cont form label{
    font-size: 15px;
    font-weight: 400;
    color: #535766;
}
.login-cont form .input-text{
    border: 1px solid #d4d5d9;
    font-size: 14px;
    padding: 11px 12px;
    line-height: 16px;
    width: 100%;
    height: auto;
    color: #101010;
}
.login-cont form .input-text:focus{
    border: 1px solid #101010;
}
.login-cont form button {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    transition-duration: .5s;
    background: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    padding: 15px 40px;
    margin-top: 15px;
    cursor: pointer;
}
.login-cont form button:hover{
    color: #767677;
}
.login-cont form a{color: #101010;    font-weight: 500;}
.login-cont form a:hover{color: #535766; text-decoration: underline;}
.login-cont form p{color: #535766;}
.login-cont .lost_password{
    margin-bottom: 0;
}
.login-cont .register .form-row:last-child{
    margin-bottom: 0;
}

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
    background: #faf8f8;
    padding: 35px;
    border-radius: 4px;
}
form.woocommerce-ResetPassword.lost_reset_password p {
    color: #535766;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    border: 1px solid #d4d5d9;
    font-size: 14px;
    padding: 11px 12px;
    line-height: 16px;
    width: 100%;
    height: auto;
    color: #101010;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button{
    width: 100%;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transition-duration: .5s;
    background: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    padding: 15px 40px;
    margin-top: 15px;
    cursor: pointer;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button:hover{
    border-radius: 0;
    padding: 15px 40px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 2px;
    margin-right: 5px;
    background: #101010;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}
.vendor-registration-cont h2.reg_header1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #424553;
    text-transform: capitalize;
}
.vendor-registration-cont form.register .mvx_regi_form_box label {
    font-size: 15px;
    font-weight: 400;
    color: #535766;
}
.vendor-registration-cont form.register .mvx_regi_form_box input[type="text"],
.vendor-registration-cont form.register .mvx_regi_form_box input[type=email],
.vendor-registration-cont form.register .mvx_regi_form_box textarea{
    border: 1px solid #d4d5d9;
    font-size: 14px;
    padding: 11px 12px;
    line-height: 16px;
    width: 100%;
    height: auto;
    color: #101010;   
}
.vendor-registration-cont form.register .mvx_regi_form_box h3{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #424553;
    text-transform: capitalize;
}
.vendor-registration-cont form.register button.woocommerce-Button.button{
    display: block;
    width: 100% !important;
    height: auto !important;
    font-size: 13px !important;
    line-height: 14px !important;
    color: #fff !important;
    text-align: center;
    transition-duration: .5s;
    background: #101010 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    padding: 15px 40px !important;
    margin-top: 15px;
    cursor: pointer;
}
.owl-carouselvendor .item{
    display: flex;
    justify-content: center;
}
.owl-carouselvendor .pro-card{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carouselvendor .pro-card figure{
    padding: 10px;
}
.owl-carouselvendor .pro-card img{
    width: 100%;
}
.yith-wcan-filters .yith-wcan-filter .filter-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
    padding: 0 15px;
}
.yith-wcwl-add-to-wishlist .button {
    background-color: #c0501a; /* Replace with your desired color */
    color: #ffffff;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
    color: #535766;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
    color: #101010;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover{
    color: #101010 !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip{
    background-color: #101010;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before{
    border-right:5px solid #101010;}
    .yith-wcan-filters{
        border: 1px solid #edebef;
        padding: 20px 0;
    }
    .yith-wcan-filters .filter-content{
        padding: 0 15px 15px 15px;
        border-bottom: 1px solid #e9e9ed;
    }
    .yith-wcan-filters .yith-wcan-filter{
        margin-bottom: 20px;
    }
    a.show-more{
        color: #c0501a !important;
    }
/*.sale-percentage-circle {
    display: inline-block;
    background-color: #ff4c4c;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.sale-percentage-stripe {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    transform: rotate(-45deg);
    z-index: 10;
    width: 100%;
    text-align: center;
}

.floating-sale-percentage {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f44336;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
}

.product:hover .floating-sale-percentage {
    display: block;
}

.sale-title {
    background-color: #ff6347;
    color: white;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}*/
/*.product-regular-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.product-sale-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
}

.product-discount-percentage {
    font-size: 14px;
    color: #27ae60;
    font-weight: bold;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}*/

/* vendor page css */
.vendor-step-box{
    border: 1px solid #e9e9eb;
    padding: 40px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #f5f5f5;
    border-radius: 6px;
}
.vendor-step-box .circle{
    width: 80px;
    height: 80px;
    background-color: #101010;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 80px;
    margin-top: -80px;
    margin-bottom: 25px;
}
.owl-carousel.owl-carouselbrand .owl-item img,
.owl-carousel.owl-carouselglobal .owl-item img,
.owl-carousel.owl-carouselfeatures .owl-item img,
.owl-carousel.owl-carouselmost-viewed .owl-item img,
.owl-carousel.owl-carouselcategory .owl-item img{   
    height: 280px !important;
    object-fit: cover;
}
.vendor-step-box a{
    color: #fff;
}
.vendor-tab .nav-pills{
    border: 1px solid #e9e9eb;
}
.vendor-tab .nav-pills .nav-link{
    border: 0;
    border-bottom: solid 1px #e9e9eb;
    border-radius: 0;
    background: transparent;
}
.vendor-tab .nav-pills .nav-link.active,
.vendor-tab .nav-pills .nav-link:focus{
    color: #fff;
    background-color: #101010;
    border-radius: 0;
    outline:none;
}
.vendor-tab .nav-pills .nav-link:hover{
    cursor: pointer;
}

.vendor-banner h2{
    font-size: 24px;
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    max-width: 500px;
    width: 100%;
}
.vendor-banner h2,
.vendor-banner h1,
.inner_banner.vendor-banner .bannerText p{
    color: #101010;
    font-weight: 400;
}
.vendor-banner h1{
    font-weight: bold;
}
.inner_banner.vendor-banner:after{
    content: '';
    background-color: transparent;
}
.owl-carouselseller{
    background: #f5f5f5;
    border-radius: 12px;
    padding: 40px 40px 60px 40px;
    
}
.owl-carouselseller figure{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    margin: auto;
}
.owl-carouselseller figure img{
    height: 130px;
    object-fit: cover;
}
.owl-carouselseller .seller-name{
    max-width: 160px;
    width: 100%;
}
.owl-carouselseller .seller-info h4{
    margin-bottom: 10px;
}
.owl-carouselseller .owl-dots{
    display: flex;
        gap: 5px;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 30px;
}
.owl-carouselseller .owl-dots .owl-dot{
    outline: none;
}
.owl-carouselseller .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    background: #c2c2c2;
}
.owl-carouselseller .owl-dots .owl-dot.active span{
    background: #000;
}

.grow-business h3{
    max-width: 500px;
}
.grow-business .grow-cont{
    border: 1px solid #f0effc;
    padding: 35px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.04);
}
.grow-business .grow-cont span i{    font-size: 42px;
    color: #101010;}
.grow-business .grow-cont h4{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #101010;
    }
.cta-section{
    background-image: url('../images/default_image.webp');
    padding: 80px 40px;
}
.cta-section h2{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #101010;
    margin: 0;
}

.berocket_single_filter_widget .bapf_head h3{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #101010;
}
.bapf_slidr_all .irs--square .irs-max, 
.bapf_slidr_all .irs--square .irs-min{
    color: #535766;
    font-size: 14px;
}
.bapf_slidr_all .irs--square .irs-from, 
.bapf_slidr_all .irs--square .irs-single, 
.bapf_slidr_all .irs--square .irs-to{
    background-color: transparent;
    color: #535766;
    font-size: 14px;
}
.bapf_slidr_all .irs--square .irs-bar{
    background-color: #101010 !important;
}
.bapf_slidr_all .irs--square .irs-handle{
    border: 1px solid #000;
    background-color: #101010;
    border-radius: 50%;
}
.berocket_single_filter_widget .bapf_body ul li input[type="checkbox"]{
    width: 16px;
    height: 16px;
    padding: 4px;
    position: relative;
    border: 1px solid #c3c2c9;
    border-radius: 4px;
}
.berocket_single_filter_widget .bapf_ckbox_sqchck input[type=checkbox]:checked:after{
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #101010;
    border-right: 2px solid #101010;
}
.berocket_single_filter_widget .bapf_body ul li label{
    color: #535766;
    font-size: 14px;
}
.left-part{
    border-right: 1px solid #edebef;   
}
.left-part .berocket_single_filter_widget{
    border-bottom: 1px solid #e9e9ed;   
    padding: 20px 50px 0 25px;
}