body {
    /* font-family: 'Poppins', sans-serif; */
    font-size: 15px;
    font-weight: 400;
    color:#555;
    background:#f5f6f6;
    font-family: 'poppinsregular';
}
@font-face {
    font-family: 'a Alley Garden';
    src: url('../fonts/aAlleyGarden.woff2') format('woff2'), url('../fonts/aAlleyGarden.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/SegoePrint.woff2') format('woff2'), url('../fonts/SegoePrint.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* html, body{margin: 0; padding: 0; } */

/* img {
    max-width: 100%
} */

div.required .control-label:after {
    content: ' *';
    color: #786b6b;
}
.mainnav .navbar-collapse {
    text-transform: uppercase;
}
.bg-dark {
    /* background-color: #37b6b8!important; */
    /*background-color: #f5f5f5 !important;*/
    background-color: #37b6b8 !important;
}
.navbar-expand-lg .navbar-nav .nav-link { padding: 9px 30px; }
.navbar-expand-lg .navbar-nav.beforelogin .nav-link { padding: 9px 20px; }
.navbar-dark .navbar-nav .nav-link img {
    margin-right: 5px;
    width: auto;
    height: 24px;
}
.navbar-expand-lg .navbar-nav .dropdown .nav-link {
    padding: 11px 30px;
}
.navbar {
    padding: 0 15px;
}
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
    /* color: #fff; */
    /* background: #43c1c3; */
    background: #fff;
    color: #111;
}
.navbar-dark .navbar-nav .nav-link:hover{ 
    /*color: #111;*/ color: #fff;
}
.navbar-dark .navbar-nav .nav-link.dropdown-toggle:hover{ color: #111; }
.searchbar {
    display: inline-block; width: 100%;  position: relative;  /*padding-top: 10px; */
}
.searchbar button {
    position: absolute;
    top: 17px;
    left: 15px;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0
}
.searchbar button:focus {
    border: 0;
    background: transparent;
}
.searchbar button i {
    font-size: 20px!important;
    /* color: #979797; */
    color: #37b6b8;
}
 
.searchbar .searchclosehead{
    position: absolute;
    z-index: 11;
    right: 8px;
    top: -1px;
    font-size: 28px;
    /*color: #179698;*/
    cursor: pointer;
    padding: 0 5px;
    display: none;
    color: #666;
}
.middlenav {
    /* padding: 22px 15px 15px 15px; */
    padding: 10px 0 0 0;
}
.searchbar .form-control {
 height: calc(3em + .75rem + 6px);
    /* background: #f5f5f5; */
    border: 0;
    font-size: 15px;
    /*color: #989898;*/
    color: #333;
    padding: 10px 10px 10px 50px;
    border-radius: 6px;
    /* background: #fff; */
    /*border: 1px solid #ccc;*/
    border: 1px solid #37b6b8;
}
.navbar-light .navbar-brand {
    font-family: 'a Alley Garden';
    font-size: 65px;
    color: #37b6b8
}
.navbar-light .navbar-brand:hover {
    color: #37b6b8
}
.navbar-dark .navbar-nav .dropdown .nav-link {
    font-size: 14px
}
.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255,255,255,1); */
    font-size: 14px;
    /*color: #111;*/
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link i {
    font-size: 24px;
    margin-right: 7px;
}
.navbar-expand-lg.middlenav .navbar-nav .nav-link {
    /* padding: 0 5px; */ display: inline-block;
}
.navbar-expand-lg.middlenav .navbar-nav .nav-item:last-child .nav-link {
    /* border-left: 1px solid #e5e5e5; */
    /* padding-right: 0; */
}
.navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-item:last-child .nav-link {
    border-left: 0;
}
.navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-item{
    position: relative;
}
.navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-link {
    padding: 0 15px; line-height: 28px;
}
.afterlogin img {
    width: 50px;
    height: 50px
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right:30px;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(55,182,184,.25);
}
header {
    background: #dddddd;
    color: #676767;
    /* padding: 10px 15px 5px 15px */
    padding: 10px 0 0;
}
header .phone i {
    font-size: 20px;
}
header i {
    /* margin-right: 10px; */
}
.middlenav {
    background: url(../img/nav-pattern.jpg) repeat-x #ffffff;
    /* background-position: left -2px; */
}
.mt-29{margin-top:29px}

.shopping-cart {
    background: #ff6f69;
    padding: 6px 25px;
    border-radius: 50px;
    color: #fff;
    border: 0;
    outline: 0!important;
    transition: all 0.3s ease;
}
.shoppingdiv i {
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}
.shopping-cart:hover {
    color: #fff;
    text-decoration: none;
}
.shopping-cart span {
}
.shoppingdiv .table i {
    font-size: 12px;
    margin: 0;
}
.shoppingdiv .table {
    font-size: 14px;
    color: #555;
    margin-bottom: 0
}
.shoppingdiv .table.totaltable{ margin-top: 10px; }
header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
}
header ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: auto;
    color: #4e4e4e
}
header ul li a {
    color: #676767;
    font-size: 14px;
    padding: 0 20px;
    display: inline-block;
    /* border-left: 1px solid #bebebe; */
}
header ul.beforelogin li a {
    border-left: 1px solid #e5e5e5;
}
header ul li a:hover {
    color: #000;
    text-decoration: none;
}
header ul li:first-child a {
    /* border-left: 1px solid #e5e5e5; */
    border-left: none;
}

header ul li:last-child a {
    padding-right: 0;
}
.middlenav i {
    font-size: 26px; /*color: #999;*/ color: #777;
}
.flaticon-notification {
    position: relative;  /* top:15px; */
}
a {
    transition: all 0.3s ease;
}
.rel {
    position: relative;
}
.shoppingdiv {
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 3px;
}
.carousel-caption {
    top:30%;
    bottom: auto;
}
.carousel-caption h1 {
    font-family: 'a Alley Garden';
    font-size:50px;
    color: #fff;
    text-shadow: 2px 2px 2px #9ac0c6;
}
.carousel-caption p {
    font-size: 28px;
    color: #33646a;
    font-weight: 300;
    margin-bottom: 40px
}
.carousel-indicators {
    right: 0;
    left: auto;
}
ol.carousel-indicators {
    /* margin-bottom: 50px; */
}
.carousel-indicators li {
    height: 7px;
    margin-right: 8px;
    margin-left: 8px;
    opacity: 1;
    background-color: transparent;
}
.carousel-indicators .active {
    opacity: 1;
    /* background-color: #37b6b8; */
    /* background-color: #fff; */
    background-color: #37b6b8;
}
/* owl nav */
.nav-btn {
    color: rgba(255,255,255,0.4);
}
.nav-btn:hover {
    color: rgba(255,255,255,1);
}
.owl-prev, .owl-next {
    position: absolute;
    top: 0px;
    height: 100%;
}
.owl-prev {
    left: -30px;
}
.owl-next {
    right: -30px;
}
.nav-btn {
    font-size: 50px
}
.shopbycategory {
    padding: 65px 0 35px 0;
    color: #fff;
    background: url(../img/cat-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cat {
    text-align: center;
}
.cat i {
    width: 160px;
    height: 160px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #fff;
    line-height:105px;
}

.cat a img {
    max-width:60px;
    margin: 0 auto;
    display: inline-block!important;
}
.cat p {
    text-align: center;
    margin: 20px 0 0 0;
}
.cat a {
    color: #fff;
}
.cat a:hover {
    color: #fff;
    text-decoration: none;
}
.cat a:hover i {
    color: #3cacad
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}
.trending-products {
    padding: 0px 0  100px;
    /* background: url(../img/cloud.jpg) repeat-x #f5f6f6; */
    background: url(../img/cloud.jpg) repeat-x;
    background-position: bottom left;
}
.trending-extrainfo {
    padding: 0px 0  100px;
    /* background: url(../img/cloud.jpg) repeat-x #f5f6f6; */
    background: url(../img/cloud-extrainfo.jpg) repeat-x;
    background-position: bottom left;
}
.title {
    text-align: center;    
    font-size: 38px;
    margin: 0 0 45px 0;
    /* font-family: 'a Alley Garden'; */
    font-family: 'Segoe Print';   
}
.black {
    color: #000;
}
.title.black{ margin: 0 0 25px;}
.productlink {
    color: #606060;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.productlink:hover {
    text-decoration: none;
    color: #000;
}
.products {
    box-shadow: 0px 0px 10px #eee;
    /*border-radius: 6px;*/
    display: inline-block;
    background: #fff;
    width: 100%;
    position: relative;    
    border: 1px solid #ccc;
    overflow: hidden;
}
.product-grid .products{ min-height: 520px;}

.product-info {
    padding: 15px 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.product-img { overflow: hidden; }

.product-grid .product-img{height:310px; }
.product-img a{ width: 100%; height: 100%; display: block;}

.product-list .product-img{ height: 300px;}

.product-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.product-info p {
    font-size: 12px;
    /*color: #8a8a8a;*/
    margin: 10px 0 0 0;
    min-height:37px;
    height: 56px;
    color: #555;
}
.new-arrivals .product-img,
.section-article .product-img, 
.section-reccomenation .product-img, 
.section-recent-product .product-img{
    min-height: 365px;
    max-height: 365px;
    height: 365px;
}

.price {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 10px;
    font-size:15px;
    color: #111;
    font-weight:700;
    margin: 0;
    min-width: auto;
    float: right;
}
.pricediv {
    display: inline-block;
    width: 100%;
    margin-top:10px;
}
.pricediv .block-btn-blk [data-toggle="tooltip"] {
    &:hover {
      &::before {
        display: none;
      }
    }
}
.pricediv .block-btn-blk [data-toggle="tooltip"] {
    &:hover {
      &::after {
        display: none;
      }
    }
}
.navbar-light .navbar-nav [data-toggle="tooltip"] {
    &:hover {
      &::before {
        display: none;
      }
    }
  }
  .navbar-light .navbar-nav [data-toggle="tooltip"] {
    &:hover {
      &::after {
        display: none;
      }
    }
  }
  .vendorimg[data-toggle="tooltip"] {
    &:hover {
      &::before {
        display: none;
      }
    }
  }


  button[data-toggle="tooltip"] {
    &:hover {
      &::before {
        display: none;
      }
    }
  }
  .btn[data-toggle="tooltip"] {
    &:hover {
      &::before {
        display: none;
      }
    }
  }

.trending-products .nav-btn {
    font-size: 20px;
}
.trending-products .nav-btn {
    color: rgba(122,123,123,0.4);
}
.trending-products .nav-btn:hover {
    color: rgba(122,123,123,1);
}
.trending-products .owl-prev {
    left: -40px;
}
.trending-products .owl-next {
    right: -40px;
}
.tendinglist {
    margin-bottom: 70px
}
.tendinglist .nav-link.active, .tendinglist .show>.nav-link {
    background-color: #37b6b8;
}
.tendinglist .nav-link {
    border-radius: 50px;
    padding: 10px 40px;
    color: #595959;
    font-size: 18px
}
.best-matches {
    padding: 65px 0 60px 0;
    background: #fff
}
.bm {
    display: inline-block;
    background: #fff;
    width: 100%;
    margin: 15px 0;
}
.bm-img {
    border-radius: 5px;
}
.bm-info {
    padding: 25px 10px 25px 28px;
    position: relative;
}
.bm-info p {
    font-size: 12px;
    color: #8a8a8a;
    margin: 10px 0 20px 0;
}
.bmimg {
    overflow: hidden;
    height: 220px;
}
.bmimg img {
    width: 100%;
    height: 100%;
    /*border-radius: 5px;*/
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bmimg:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.morelink {
    padding: 10px 20px;
    background: #37b6b8;
    color: #fff;
    font-size: 20px;
    border-radius: 7px 0 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
}
.morelink.gray {
    background: #e8e8e8;
    color: #000;
}
.blog-container a:hover .gray {
    background: #ff6f69;
    color: #fff;
}
.bmpricediv {
    display: inline-block;
    width: 100%;
}
.bmprice {
    color: #000;
    font-weight: 600
}
.borderdiv {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 125px;
    width: 180px;
    border-top: 0;
    border-right: 0;
}
.bm-title {
    color: #000;
    margin-top: 10px;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bm a:hover {
    text-decoration: none;
}
.bm a:hover .morelink {
    background: #ff6f69;
}
.membericon {
    position: absolute;
    top: -25px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}
.membericon a{ display: inline-block;  width: 100%;  height: 100%;}
.membericon a img {
    /* border-radius: 50%; */
    width: 100% !important;
    height: 100%;
    /* border: 5px solid #fff; */
}

.bmtitle {
    margin: 0 0 20px 0
}
.seeall {
    /* margin-bottom: 25px; */ margin-top: 10px;
}
.seeall a{ font-size: 16px; font-weight: bold;}

a { color: #37b6b8; }
a:hover { color: #209a9c; text-decoration: none; }
a:not([href]) { color:#37b6b8; text-decoration: none; }
a:not([href]):hover { color:#209a9c; text-decoration: none; }

.best-matches .searchbar { margin-bottom: 60px; }
.blog { padding: 65px 0 35px 0; background: #f5f6f6; }
.blog-container {
    display: inline-block;
    background: #fff;
    width: 100%;
    margin: 0; 
   /*  border-radius: 7px; */
   border: 1px solid #ccc;
   box-shadow: 0px 0px 10px #eee;
   overflow: hidden;
}
.blogdate {
    padding: 10px 30px;
    background: #37b6b8 /* #ff6f69 */;
    color: #fff;
    display: inline-block;
    position: relative;
    left: -30px;
   /*  border-radius: 0 20px 20px 0; */
}
.blog-info {
    padding: 15px 25px 25px;
    position: relative;
}
.blog-container h5 {
    font-size: 17px;
    font-weight: 700;
    color: #2d2d2d;
    margin: 25px 0 15px 0
}
.blog-container p {
    color: #4f4f4f;
    line-height: 25px
}
.extrainfo {
    background: #fffcf0;
    padding: 70px 0;
    color: #000;
}
.infoimg {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}
.extrainfo h3 {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}
.infodiv {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: 15px 0;
}
.info-content {
    display: inline-block;
    width: auto;
    flex: 1 1 100px;
}
.cat-search {
    position: relative;
}
.cat-search {
    display: flex;
    padding: 15px 0;
    background: #fff;
    border-radius: 10px;
    color: #979797;
    width: 70%;
    margin: 0 auto;
}
.cat-search .btn {
    background: #37b6b8;
    color: #fff;
    padding: 10px 45px;
    border: 1px solid #37b6b8;
    font-size: 15px;
 height: calc(3em + .75rem + 6px);
}
.cat-search .searchbar {
    margin: 0 15px 0 0;
}
.carousel-control-next, .carousel-control-prev {
    /* display: none; */
    width: 30px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #37b6b8 !important;
  opacity: 1.0;
  font-size: 20px;
  line-height: 16px;
}
.carousel-control-next:hover, .carousel-control-prev:hover{
    background: #fff;
  color: #37b6b8;
  opacity: 1.0;
}
.carousel-control-next{
    /* right:45%; */
    right: 0;
}
.carousel-control-prev{
    left: 50%;
}
.carousel-control-prev .left{ transform: rotateZ(-180deg); }
footer {
    padding: 45px 0;
    background: #fff
}
footer ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    margin: 0;
    padding: 0;
}
footer ul li a {
    color: #333;
    font-weight: 300;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    word-break: break-all;
}
.fixed-top {
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
.fixed-top .shopping-cart {
    padding: 6px 25px;
}

.mainnav .dropdown-menu {
    margin: 0;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    min-width: 320px;
    padding: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    
}
.mainnav .setting-mobile .dropdown-menu{
    width: 240px;
    border: 1px solid #eee;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  top: 67px;
}
.shoppingdiv .dropdown-menu {
    /* min-width: 350px; */
    padding: 15px 0;
    border-radius: 8px;
    right: 0;
    left: auto;
    margin-top: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    /* max-height: 320px; */
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    /*width: 400px;
    max-width: 100%;*/
}
.shoppingdiv .table td { border: 0; padding: 0 7px 10px; }
.shoppingdiv .table.totaltable td { border: 0;  padding: 5px 10px 0; }
.shoppingdiv .table.totaltable td a{ border-left: none; height: inherit;}
.shoppingdiv .table td button {
    padding: 0;
    line-height: normal;
    color: #555;
    outline: 0;
    box-shadow: none;
}
.productscroll{ max-height: 200px; overflow-y: auto;}
.mainnav .dropdown-menu .dropdown-item {
    padding: 10px 25px;
    /*color: #6b6b6b;*/
    color: #333;
    display: inline-block;
}
.mainnav .dropdown-menu .dropdown-item i {
    float: right
}
footer .title {
    font-size: 27px;
    text-align: left;
    margin-bottom: 15px
}
.subscribe {
    border-left: 1px solid #37b6b8;
    padding: 0 0 50px 85px;
    margin: 15px 0;
}
.subscribe .form-control {
    height: calc(1.5em + .75rem + 20px);
    background: #fff;
    border: 1px solid #37b6b8;
    padding: 10px 10px 10px 30px;
    border-radius: 6px;
}
.subscription {
    position: relative;
}
.subscription .greenbtn {
    position: absolute;
    top: 8px;
    right: 8px;
}
.subscribe p {
    margin-bottom: 25px
}
.form-control::placeholder {
    color:#989898;
}
 .form-control.custom-fc::placeholder {
    color:#cacaca;
}
.addcart {
    background: #fff;
    border: 1px solid #37b6b8;
    border-color: #37b6b8;
    color: #37b6b8;
}
.addcart:hover {
    background: #37b6b8;
    border: 1px solid #37b6b8;
    color: #fff !important;
}
.greenbtn {
    background: #37b6b8;
    border: 1px solid #37b6b8;
    color: #fff !important;
}
.greenbtn:hover {
    background: #239a9c;
    color: #fff;
    border: 1px solid #239a9c;
}
.redbtn {
    background: #ff6f69;
    border: 1px solid #ff6f69;
    border-color: #ff6f69;
    color: #fff;
}
.redbtn:hover {
    background: #ea463f;
    color: #fff;
    border: 1px solid #ff6f69;
    border-color: #ff6f69;
}
.whitebtn {
    background: #fff;
    border: 2px solid #37b6b8 !important;
    color: #37b6b8 !important;  
    border-width:2px;  
}
.whitebtn:hover {
    background: #37b6b8;
    border: 2px solid #37b6b8;
    color: #fff !important;
}


.btn{ 
    /* font-family: 'Segoe Print';  */
    font-size: 16px;
    border-radius: 6px;
}
.btn-large {
    padding: 9px 30px;
}
.btn-white{ 
    background-color: #fff;
    border-color: #37b6b8;
    color: #37b6b8;    
    border-width:2px;
}
.btn-white:hover{ 
    background-color: #37b6b8;
    border-color: #37b6b8;
    color: #fff;    
}
.btn-green{
    background-color: #37b6b8;
    border-color: #37b6b8;
    color: #fff;
}
.btn-green:hover{
    background-color: #239a9c;
    border-color: #239a9c;
    color: #fff;
}
.btn-red {
    background: #ff6f69;
    border-color:#ff6f69;
    color: #fff;
}
.btn-red:hover {
    background-color: #ea463f;
    color: #fff;
    border-color:#ff6f69;
}



.added {
    background: #fff6f6;
    border: 1px solid #fff6f6;
    color: #ff6f69;
    /*pointer-events: none;*/
}
.added:hover {
    background: #ff6f69;
    border: 1px solid #ff6f69;
    color: #fff;
}
.added i {
    margin-right: 5px;
}
.copyright {
    background: #37b6b8;
    color: #fff;
    text-align: center;
    padding: 15px 15px 20px;
}
.breadcrumb-section {
    padding: 20px 0 20px 0;
    background: url(../img/breadcrumb.jpg) repeat-x #f5f6f6;
    background-size: cover;
    border-bottom: 1px solid #ddd;
}
.breadcrumb {
    text-align: center;
    display: inline-block;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
    padding: 10px 0;
}
.breadcrumb-item {
    display: inline-block;
    width: auto;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px; font-family: 'Segoe Print'; 
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 10px;
}
.breadcrumb-section h2 {
    /*color: #37b6b8;*/
    font-size: 23px;
    margin: 0 0 10px 0;
    color: #333;
}
.product-listing { padding: 40px 0 30px; }
.product-listing .searchbar .form-control {
    background: #fff;
    border: 2px solid #e8e8e8;
}
.custom-fc {
    /* height: calc(2em + 1.5rem + 4px); */
    height: 36px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #8b8b8b;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
select{ font-family: 'poppinsregular'; }
.grid {
    text-align: right;
    padding: 0 0;
}
.grid div {
    display: inline-block;
}
.grid a{
    font-size: 30px; padding: 0 0 0 30px; color: #aeaeae
}
.grid a:hover{
    color: #37b6b8
}

.grid button  {
    font-size: 20px; color: #aeaeae; padding: 0px; border: 1px solid #ccc; height: 30px; width: 30px; text-align: center; border-radius: 0;
}
.sorting-row .input-group-text {
    padding: .115rem .75rem !important; color: #179698; font-size: 14px; background-color: #fff; border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.grid button:hover  {
    color: #37b6b8; border: 1px solid #37b6b8;
}
.grid button.active{
    color: #37b6b8; border: 1px solid #37b6b8;
}
.grid a.active {
    color: #aeaeae;
}
.btn.focus, .btn:focus {
    outline: 0;  box-shadow:none
}
.sorting-row {
    margin-bottom: 15px; border-bottom: 1px solid #ccc; margin-top: 15px;
}
.product-listing .product-info {
    padding: 28px 12px 12px 12px;
}
.product-listing .productlink {
    color: #404040;
    font-size: 14px;
}
.love-small {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
}
.price2 {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 7px 0;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 0 0 0 5px;
    min-width: auto;
    float: right;
}
.price2new {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin: 15px 0 0 0;
    min-width: auto;
    float: left;
    clear: both;
}

.pricediv .btn {
    font-size: 22px;
    font-weight: 500;
    padding: 1px 7px;
    /* color: #37b6b8; */
}
.pricediv .btn i{}

.flaticon-shopping-bags{ 
    /* font-weight: bold; */
    width: 25px !important;
    height: 25px !important;
    margin-top: 7px;
} 
.afterlogin .flaticon-shopping-bags{ margin-top: 3px; }

img.flaticon-shopping-bags{ opacity: 0.63;}
.pricelistview{
    float: left;
    margin-left: 2px;
}
.product-listing .product-info .pricediv {
    display: inline-block;
    width:100%;
    float:left;
    margin-top:10px;
}
.product-listing .products {
    padding: 5px 5px 5px 5px;
    margin: 15px 0;
}
.left-panel {
    background: #fff;
    border-radius: 7px;
    padding: 15px 0;
    margin: 15px 0;
}
.left-panel .card {
    padding: 0;
    border: 0;
}
.left-panel .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.heading {
    /* background: #f1f1f1; */
    background: #fff;
    /* color: #4c4c4c; */
    /* font-weight: 700; */
    border-radius: 1px;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #37b6b8;
    color: #37b6b8;
    height: 46px;
}
.heading:focus {
    box-shadow: none;
}
.heading i {
    margin-left: 10px;
    font-size: 22px;
    width: 20px;
    height: 20px;
}
.left-list {
    margin: 0;
    padding: 0px;
    list-style-type: none;
}
.left-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.left-list li a {
    margin: 0;
    padding: 6px 0;
    color: #818181;
    font-size:14px;
    display: inline-block;
    width: 100%;
}
.left-list li a:hover {
    color: #37b6b8
}
.left-list li a i {
    font-size: 7px;
    vertical-align: middle;
    margin-right:10px;
    color: #37b6b8;
}
.left-list li.active a i {
    font-size: 8px;
    vertical-align: middle;
    color: #37b6b8;
    position: relative;
    top: -2px;
}
.left-list li.active a {
    color: #37b6b8
}
.left-list li ul{ padding-left: 20px;}

.left-list .form-check .form-check-label{ margin-left: 0;
    width: 100%;
  position: relative;
  padding-left: 30px;
}
.left-list .form-check{ padding-left: 0;}
.left-list .form-check .form-check-input{ margin-left: auto; left: 0; display: inline-block;}
/*
.left-list .form-check::after{ 
    position: absolute; z-index: 11; border: 1px solid #555; right: 0; width: 30px; height: 30px; content: "";
}
.left-list .form-check input:checked + .left-list .form-check::after {
    background-color: #2196F3;
}
*/

.viewall {
    color: #4e4e4e;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    float: right;
    padding: 10px 15px;
}
.viewall:hover {
    color: #37b6b8;
    text-decoration: underline;
}
.color-list {
    margin: 0;
    padding: 25px;
    list-style-type: none;
}
.color-list li {
    margin: 0;
    padding: 15px 0;
    list-style-type: none;
}
.color-list li a {
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.color-list li a:hover {
    color: #37b6b8
}
.color-border {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 0 20px 0 0;
    position: relative;
    top: 5px;
}
.color-list p {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
}
.red {
    background: #ff0000;
}
.yellow {
    background: #ffff00;
}
.orange {
    background: #ffa600;
}
.black-color {
    background: #000;
}
.pink {
    background: #ffc0ca;
}
.brown {
    background: #a52a2b;
}
.cyan {
    background: #01ffff;
}
.beige {
    background: #906f48;
}
.left-panel-pad {
    padding: 35px 25px
}
.left-panel .form-check {
    margin:5px 10px;
    color: #4e4e4e;
    font-size: 18px;
}
.left-panel .form-check:last-child {
    margin-bottom: 0;
}
.left-panel .form-check-input {
    margin-top: 4px;
}
.left-panel .form-check-label {
    margin-left: 5px;
    font-size:14px
}
.left-panel .card {
    margin: 0px 0;
}
.left-panel .scroll {
    height: 500px;
    overflow-y: scroll;
}
.new-collection {
    display: flex;
    width: 100%;
    background: url(../img/new_collection.jpg) no-repeat;
    text-align: center;
    border-radius: 7px;
    height: 400px;
    background-size: cover;
    margin: 15px 0;
    float: left;
    padding: 15px;
}
.new-collection p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}
.new-collection h2 {
    font-family: 'Segoe Print';
    font-size: 32px;
    color: #000;
    margin: 20px 0;
}
.collection-wrap {
    width: 100%
}
.loadmore {
    width: 320px;
    margin-top: 25px;
}
.scrollbar {
    max-height:300px;
    overflow-y: scroll;
    padding:10px 10px;
}
.vendor-scrollbar {
    max-height:300px;
    overflow-y: scroll;
    padding:0 15px 0 0; margin:15px 0;
}
#myModal-seller-info h3{font-size:16px; font-weight:600; margin-bottom:15px}
#myModal-seller-info .table th{font-size:14px; font-weight:600;}

 #style-3::-webkit-scrollbar-track {
 background-color: #ededed;
}
 #style-3::-webkit-scrollbar {
 width:7px;
 background-color: #37b6b8;
}
 #style-3::-webkit-scrollbar-thumb {
 background-color: #37b6b8;
}
.new-arrivals {
    padding: 40px 0 40px 0;
    background: #fff
}
.owl-dots {
    display: none;
}
.new-arrivals .nav-btn {
    color: rgba(122,123,123,0.4);
}
.new-arrivals .nav-btn:hover {
    color: rgba(122,123,123,1);
}
.new-arrivals .nav-btn {
    font-size: 20px;
}
.owl-carousel.owl-drag .owl-item {
    padding: 5px 5px 0px 0px;
    /* margin: 5px 5px 5px 5px; */
}
.product-slider {
    padding: 40px 0;
    background: #fff
}
.product-title2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #585858;
    margin-bottom: 10px;
    height: 45px;
}
.size {
    display: inline-block;
}
.size p {
    font-size: 14px;
    font-weight: 600;
    color: #383838;
    margin: 0
}
.flaticon-scale {
    font-size: 32px;
    color: #878787;
    margin-left: 30px;
}
.price-box {
    border: 2px dashed #cfeaea;
    padding:20px 20px;
    border-radius: 10px;
}
.price-box .boxprice {
    font-size:18px;
    color: #37b6b8;
    font-weight: 600;
    padding:0;
    display: inline-block;
}
.sep {
    height: 1px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #ebebeb;
    flex: 0 0 100%;
    max-width: 100%;
}
hr {
    border-top: 1px solid rgba(242,242,242,1);
}
.price-row {
    margin-bottom: 15px;
    width: 100%;
}
.price-row img {
    margin-right: 15px;
    float: left;
    vertical-align: middle;
}
.safely {
    color: #7a7a7a;
}
.safely img {
    padding: 8px 0;
}
.cart-row .btn {
    padding: 7px 20px;
}
.redbtn i {
    margin-right: 10px
}

.user-rating {
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 15px 20px;
    box-shadow: 5px 5px 0px #f1f1f1;
}
.user-rating .icon {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    float: left;
    margin: 0 20px 0 0;
}
.user-rating span {
    padding: 0 20px;
}
.star {
    margin-left: 10px;
    margin-top: -4px;
}
.username {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.username p {
    font-weight: 400;
    margin: 15px 0 0 0
}
.arrowlink {
    float: right;
    font-size: 24px;
    padding: 10px 0;
    color: #cccccc;
}
.product-description {
    padding: 40px 0 60px 0;
    background: #f5f6f6;
}
.description {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 7px;
}
.description .nav {
    border-bottom: 3px solid #eaeaea;
    padding: 10px 30px 0 30px;
}
.description .nav-pills .nav-link {
    border-radius: 0;
    padding: 20px 35px;
    font-size: 16px;
    color: #555;
}
.description .nav-pills .nav-link:hover {
    color: #37b6b8;
}
.description .nav-pills .nav-link.active {
    color: #37b6b8;
    background-color: transparent;
}
.description .tab-content {
    padding: 30px 30px;
    min-height: 398px
}
.description-para {
    line-height: 27px;
    font-weight: 300;
    padding: 0 0 30px 0;
}
.description .table td, .description .table th {
    padding: 1.5rem 0;
}
.description .table th {
    font-weight: 400;
    color: #000;
}
.description .table td {
    font-weight: 400;
    color: #363636;
    font-weight: 300
}
.trending-p h3 {
    font-family: 'Segoe Print';
    font-size: 20px;
    color: #000;
    margin: 30px 0 10px 0;
}
.strollers {
    width: 100%;
    background: url(../img/strollers.jpg) no-repeat;
    text-align: center;
    border-radius: 7px;
    height: 356px;
    background-size: cover;
    margin: 0px 0 30px 0;
    float: left;
    padding: 15px;
    position: relative;
}
.strollers h2 {
    font-family: 'Segoe Print';
    font-size: 32px;
    color: #000;
    margin: 0px 0 10px 0;
}
.strollers p {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}
.strollers .redbtn {
    position: absolute;
    bottom: 65px;
    left: 0;
    border-radius: 0 5px 5px 0;
}
.related-products {
    padding: 40px 0 40px 0;
    background: #f7feff;
}
.title-small {
    font-size: 30px
}
.add-product {
    padding: 35px 0 70px 0
}
.whitebg {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 7px;
    padding: 50px;
}
.whitebg-np {
    padding: 0
}
.fotosh {
    padding: 50px 50px;
}
.sep-nm {
    margin: 0
}
.whitebg .form-group {
    margin-bottom: 30px;
}
.custom-fg {
    margin-bottom: 20px;
    position: relative;
}
/*.custom-fg i {
    position: absolute;
    bottom: 46px;
    right: 37px;
    color: #999
}*/
.formicon {
    position: absolute;
    bottom: 8px; /* 16px; */
    right: 20px;
    color: #999;
    padding: 0;
}
.custom-fg label {
    color: #777;
}
.largebtn {
    padding: 9px 40px;
}
.title2 {
    font-size: 22px;
    font-weight: 400;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 40px 0 0 0;
    opacity: 1;
}
.custom-file-input {
    color: transparent;
    outline: 0
}
.custom-file-input::-webkit-file-upload-button {
 visibility: hidden;
}
.custom-file-input::before {
    content: 'Select first photo of product';
    color: #a3a3a3;
    display: inline-block;
    background: #fafafa;
    border: 2px dashed #e2e2e2;
    border-radius: 7px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 150px 0
}
.custom-file-input:hover::before {
    border-color: #ccc;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #f5f6f6, #f5f6f6);
}
.thumbimg {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%
}
.thumbimg li {
    margin: 0 15px 0 0;
    list-style-type: none;
    display: flex;
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
    color: #fff
}
.thumbimg li img {
    border-radius:5px;
    border:1px dashed #dee2e6;
}
.thumbimg li a {
    background: #fafafa;
    border: 1px dashed #dddddd;
    border-radius: 5px;
    padding: 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    width: 100%;
    display: inline-block;
    width: 100%
}
.thumbimg li span {
    position: absolute;
    border-radius: 50%;
    background: #37b6b8;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 4px;
    left: -9px;
    top: -9px;
}
.thumbimg li.active a {
    background: #37b6b8;
    border: 1px solid #37b6b8;
}
.thumbimg li:last-child {
    margin-right: 0;
}
.avatar {
    padding: 0!important;
    width: 50px;
    height: 50px
}
.blogdiv .blog-container {
    margin: 0 0 30px 0;
}
.blogdiv .blog-info {
    padding: 15px 20px 20px 20px;
}
.blogdiv .blogdate {
    left: -20px;
    padding: 10px 20px
}
.blogdiv .morelink {
    padding: 5px 20px;
}
.blogcomment {
    display: inline-block;
    float: right;
    padding: 10px 0;
    color: #4f4f4f
}
.blogcomment .fa {
    font-size: 20px;
    color: #37b6b8;
    margin-right: 10px
}
.postleft {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 7px;
    padding: 30px 20px;
    position: relative;
}

.marketplace .postleft {
    background: #37b6b8;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 8px;
    padding: 20px 20px;
    position: relative;
    color: #fff
}
.marketplace .postleft h4{ margin-bottom: 0;}

.postright {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 7px;
    padding: 30px 25px;
    display: inline-block;
    width: 100%;
}
.latest-posts {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
}
.latest-posts li {
    margin: 15px 0;
    padding: 0;
    line-height: normal;
    font-size: 16px
}
.latest-posts a {
    color: #818181;
    font-size: 14px
}
.latest-posts a:hover {
    color: #333;
    text-decoration: none;
}
.latest-posts h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #4c4c4c;
    font-weight: 600;
}
.categories {
    margin-bottom: 0;
}
.categories li {
    font-size: 14px;
    font-weight: 500
}
.categories a {
    color: #555555;
}
.categories a:hover {
    color: #37b6b8;
}
.categories i {
    margin-right: 10px;
}
.pagination {
    margin-bottom: 0;
    float: right;
}
.showing {
    margin-top: 5px
}
.page-link {
    color: #37b6b8;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #37b6b8;
    border-color: #37b6b8;
}
.blog-heading {
    font-size: 17px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 0 0 15px 0;
}
.blogimage {
    margin: 25px 0
}
.blogimage img {
    border-radius: 7px
}
.blogpara {
    line-height: 28px
}
.datecontainer i {
    color: #37b6b8;
    margin-right: 10px;
}
.postright hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.postright h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px 0
}
.leftpager, .rightpager {
    display: inline-block;
    width: auto;
}
.rightpager {
    float: right;
}
.pager a .fa-long-arrow-left {
    margin-right: 10px;
}
.pager a .fa-long-arrow-right {
    margin-left: 10px;
}
.comment-img {
    height: 60px;
    width: 60px;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 20px;
}
.comment-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}
.comments {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: normal;
}
.comments li {
    margin: 0 0 30px 0;
    padding: 0;
    list-style-type: none;
}
.comment-inner {
    overflow: hidden;
    position: relative;
}
.author {
    font-weight: 600;
    display: inline-block;
    width: 100%;
}
.comment-date {
    display: inline-block;
    width: 100%;
    color: #a3a1a1;
    font-size: 13px;
}
.comment-content {
    margin-top: 10px;
}
.tooltip > .tooltip-inner {
    text-align: left;
}
.facebookbtn {
    background: #1976d2;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    display: flex;
    margin-bottom: 20px
}
.facebookbtn:hover {
    background: #0f67bf;
    color: #fff;
}
.facebookbtn i {
    font-size: 30px;
    padding: 10px 20px;
    border-right: 1px solid #3386d7
}
.facebookbtn span {
    padding: 22px 20px;
    border-left: 1px solid #035eb9
}
.googlebtn {
    background: #ffffff;
    color: #484848;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}
.googlebtn:hover {
    background: #f6f6f6;
    color: #484848;
}
.googlebtn i {
    padding: 18px 20px;
    border-right: 1px solid #e4e4e4
}
.googlebtn i img {
    max-width: 30px
}
.googlebtn span {
    padding: 22px 20px;
}
.applebtn {
    background: #000000;
    color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    display: flex;
}
.applebtn:hover {
    background: #111;
    color: #fff;
}
.applebtn i {
    font-size: 30px;
    padding: 18px 20px;
    border-right: 1px solid #333
}
.applebtn span {
    padding: 22px 20px;
    width:100%
}
.login-register h2 {
    font-size: 27px;
    font-family: 'Segoe Print';
    margin: 0 0 30px 0;
    color: #37b6b8;
}
.login-register p {
    font-size: 13px;
    color: #333;
    margin-bottom: 20px
}
.lr {
    font-size: 17px;
    color: #e0e0e0;
    padding: 20px 0 40px;
    text-transform: uppercase;
}
.lr a {
    color: #111;
}
.lr a:hover {
    color: #37b6b8;
}
.lr span {
    padding: 0 30px
}
.loginbg {
    background: url(../img/loginbg.jpg) no-repeat;
    height: 100%;
    background-size: cover;
    /*border-radius: 10px 0 0 10px;*/
    background-position: center top;
}
.loginbg h2{ 
    position: absolute; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; top: 40px;
        font-size: 28px; font-family: 'Segoe Print';  color: #fff; z-index: 111;
}
.loginbg h3{ 
    font-size: 26px; margin: 0 0 0; text-transform: uppercase; text-align: center;
        position: absolute; left: 50%; transform: translateX(-50%); width: 100%; top: 40px; color: #fff;
}

.login-register {
    padding: 50px 50px 50px 20px; text-align: center;
}
.login-register .form-group {
    margin-bottom: 30px;
}
.login-register.registerdiv .form-group {
    margin-bottom: 15px;
}

.login-register h3 {
    font-size: 17px;
    margin: 0 0 40px 0;
    color: #404040;
    text-transform: uppercase;
    text-align: center;
}
.login-register.registerdiv h3 {
    margin: 0 0px 20px;
}
.fp a {
    color: #404040;
    display: inline-block;
    width: 100%
}
.fp a:hover {
    color: #37b6b8;
}
.fp a:first-child {
    margin-bottom: 25px
}
.login-register .btn {
    height: calc(2em + 1.5rem + 4px);
}
.logindiv {
    padding: 80px 50px 80px 20px;
}
.registerdiv {
    padding: 50px 40px 30px 10px;
    text-align: left;
}
.logindiv {
    padding: 80px 50px 80px 20px;
}
.registerdiv .form-check {
    text-align: left;
}

.login-register.loginregisterdiv{ min-height:450px; }
.loginregisterdiv.login-register{ padding-top: 100px; }

.mp-left-panel {
    background: #fff;
    border-radius: 7px;
    padding: 30px 30px;
    margin: 15px 0 30px 0;
    line-height: 26px
}
.rating-right-panel {
    background: #fff;
    border-radius: 7px;
    padding: 30px 30px;
    margin: 15px 0 30px 0;
    line-height: 26px
}
.rating-right-panel h3 {
    font-size: 15px;
    font-weight: 600;
    color: #494949;
    margin: 0 0 25px 0;
}

.mp-left-panel h3 {
    font-size: 15px;
    font-weight: 600;
    color: #494949;
    margin: 0 0 15px 0;
}
.spacer {
    display: inline-block;
    width: 100%;
    height: 15px
}
.mp-left-panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 400px;
    overflow-y: auto;
}
.mp-left-panel ul li {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
    word-break: break-all;
    display: inline-block;
    width: 100%;
}
.mp-left-panel ul li i {
    float: left;
    margin: 0 20px 1px 0;
    color: #37b6b8;
    font-size: 20px;
    overflow: hidden;
}
.mp-left-panel ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.mp-left-panel ul li a {
    color: #1f1f1f;
    background: #fff
}
.mp-left-panel ul li a:hover {
    color: #37b6b8;
    background: #fff
}
.mp-left-panel a {
    color: #969696;
    font-size: 13px;
    background: #f5f6f6;
    text-align: center;
    margin-top: 15px;
}
.mp-left-panel a:hover {
    color: #000;
    font-size: 13px;
    background: #d5d5d5;
    text-align: center;
    margin-top: 15px;
}
.member-profile {
    background: url(../img/member-profile.jpg) repeat-x #37b6b8;
    background-size: cover;
}
.whitestrip {
    background: #fff;
    padding: 15px 0
}
.memberbigavatar {
    width: 200px;
    height: 200px;
    border: 10px solid #76d6d8;
    border-radius: 50%;
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}
.memberbigavatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.member-name {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 70px 0 30px 235px;
    display: inline-block;
    width: 100%;
}
.member-name h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.memberstar {
    padding: 0 0 0 235px
}
.starwrap {
    display: inline-block;
    width: auto
}
.timediv {
    display: inline-block;
}
.clock {
    color: #9c9c9c;
    font-weight: 300
}
.editproduct {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    background: rgba(55,182,184, 0.7);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.editproduct a {
    color: #fff;
    position: relative;
    padding: 6px 13px;
}
.editproduct .dropdown-menu {
    top: 10px!important;
    min-width: auto;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    right:0;
    left: auto!important
}
.editproduct .dropdown-menu:before {
    content: "";
    position: absolute;
    right: 10px;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}
.editproduct .dropdown-menu:after {
    content: "";
    position: absolute;
    right: 10px;
    top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #000 transparent;
    z-index: 9998;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000!important;
    background-color: #37b6b8;
}
.products .dropdown-item {
    color: #9f9f9f;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 300;
}
.products .dropdown-item:hover {
    color: #000;
    background: transparent;
}
.products .dropdown-item:first-child{
    padding-top:0;
}
.products .dropdown-item:last-child{
    padding-bottom:0;
}
.memberbtn {
    display: inline-block;
}
.memberbtn a {
    padding: 5px 10px;
    margin:5px 0;
    text-align: center;
    display: inline-block;
    line-height: normal;
}
.tpicon {
    display: inline-block; 
    border-radius: 5px;
    margin-right: 5px;
    font-size: 24px;
    line-height:23px;
    background: #e0e3e3;
    padding: 7px 7px;
    color: #000;
    border: 0;
    float:left;
   
}
.carticon {
    margin-right: 5px;
    color: #37b6b8;
    background: #fff;
    border: 1px solid #37b6b8;
    padding: 6px;
}
.best-matches .searchbar i {
    position: absolute;
    font-size: 20px!important;
    top: 17px;
    left: 30px;
}
.shoppingdiv .table td.borderb {
    border-bottom: 1px solid #e5e5e5;
}
.cart-price {
    font-weight: 600;
    margin-left: 15px;
    color: #333
}
.checkoutdiv {
    padding: 5px 5px 0;
    display: inline-block;
    width: 100%;
}
.settingsleft {
    padding: 20px 20px; margin-bottom:20px;
}
.settingsleft h4{ margin-bottom: 0;}
.settings {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.settings li {
    margin: 0;
    line-height: normal;
}
.settings li.active a {
    color: #37b6b8;
}
.settings a {
    color: #555555;
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
}
.settings a i {
    margin-right: 30px;
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: 2px;
}
.settings a:hover {
    color: #37b6b8;
    text-decoration: none;
}
.settings h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #4c4c4c;
    font-weight: 600;
}
.marketplace .settings a {
    color: #fff;
    cursor: pointer;
}
.marketplace .settings a:hover {
    color: #bafeff;
}
.marketplace hr {
    border-top: 1px solid rgba(242,242,242,0.3);
}
.marketplace .settings h3 {
    color: #fff;
}
.verified {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.verified li {
    margin: 0;
    padding-bottom: 20px;
    list-style-type: none;
    line-height: 24px;
    color: #a3a1a1
}
.verified li span {
    float: right;
    width: 50%;
}
.verified li i {
    float: left;
    margin: 0 20px 0 0;
    color: #37b6b8;
    font-size: 20px;
}
.form-heading {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 25px 0;
}
.profileimg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}
.profile-heading {
    font-size: 20px;
    color: #404040;
    margin: 0 0 30px 0;
    font-weight: 400
}
.profile-heading2 {
    font-size: 16px;
    color: #404040;
    margin: 0 0 30px 0;
    font-weight: 400;
}
.shippingimg {
    border-radius: 5px;
    background: #37b6b8;
    padding: 10px;
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
}
.shipping {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px
}
.shipping span {
    color: #a3a1a1
}
.shipping-line {
    padding: 0px 20px 10px;
    display: inline-block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
    margin: 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #37b6b8;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 50px;
    position: absolute;
}
.slider.round:before {
    border-radius: 50%;
}
.switchdiv {
    display: inline-block;
    padding: 19px 0;
    float: right;
}
.flexdiv {
    display: flex
}
.discountdiv {
    margin-left: 20px;
    padding: 3px 0;
}
.lightcolor {
    color: #a3a1a1;
}
.wallet-price {
    font-size: 30px;
    color: #000
}
.pushheader {
    background: url(../img/push.png) no-repeat;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    padding: 45px 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}
.push-products {
    width: auto;
    position: absolute;
    left: 60px;
    top: -40px;
    right: 0;
}
.pushprice {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}
#push .products {
    padding: 5px 5px 5px 5px;
    margin: 15px 0;
}
#push .product-info p {
    margin: 10px 0 0 0;
}
.push-right {
    padding: 60px 40px
}
.push-right .form-check {
    margin-bottom: 20px;
}
.push-right .product-img {
    max-height: 200px;
}
.pushit {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px
}
.modal-content {
    border: 0; border-radius: 10px; overflow: hidden;
}
.btn-primary{
    /* background-color: #179698;
    border-color: #179698; */
    background-color: #37b6b8;
    border-color: #37b6b8;
    color: #fff;    
}
.btn-primary:hover {
    color: #fff;
    /* background-color: #0c7e80;
    border-color: #179698; */
    background-color: #239a9c;
    border-color: #239a9c;
  }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #37b6b8;
    border-color: #37b6b8;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #37b6b8;
    border-color: #37b6b8;
    box-shadow: none;
}
.mainnav .submenu.dropdown-menu .dropdown-item {
    padding: 10px 30px;
    font-size: 14px;
    background: #f8f9fa;
    text-transform: capitalize;
}
.mainnav .submenu.dropdown-menu .dropdown-item:hover {
    background: #fff;
}
.forum-news ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.forum-news li {
    margin:5px 0;
    padding: 0;
    line-height: normal;
    color: #777;
    font-size: 14px;
}
.forum-news li a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    width:100%;
}
.forum-news li a:hover {
    color: #333;
    text-decoration: none;
}
.forum-news h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 600;
}
.forum-news li a span {
    float: right;
    width:25%;
    text-align: right;
}
.forum-news li a .leftspan {
    width:75%;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    float: left;
    text-align: left;
}
.nopad{
    padding:0;
}

.forumright {
    margin-bottom: 30px;
    line-height: 28px;
    position: relative;
}

.forumright h2{
    color: #000;
    font-size:18px;
    font-weight:600;
    margin:0;
    padding:30px 110px 30px 30px;
    border-bottom: 3px solid #eaeaea
}

.forumright h5{
    color: #000000;
    font-size:16px;
    font-weight:600;
    margin:0 0 10px 0;
}
.forum-extrainfo{
    font-size:13px;
    color:#777777;
    margin-top:10px;
}

.pad30{
    padding:30px
}
.darktxt{
   color: #000; font-weight:600
}
.forumright hr{
    margin:20px 0;
}
.forumsearch{
    margin-bottom:35px
}
.forumsearch .searchbar .form-control{
background: #fff
}
.pagleft{
    float: left;
}
.pagination-wrap{
    display:inline-block;
    width: 100%;
}
.article-wrap{
    display: flex;
    width:100%;
}
.article-user {
    height: 110px;
    width: 110px;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    margin-right:30px;
}
.article-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.article-right {
    position: relative;
    display: inline-block;
    width: calc(100% - 75px);
}
.article-line {
    color: #999999;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}
.comment-icons{
    font-size: 30px
}
.heartdiv {
    color: #dddddd;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.newsmore {
    position: absolute;
    top: 30px;
    right: 30px;
}

.ratingright {
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 7px;
    padding: 30px 40px;
    margin: 15px 0 30px 0;
}
#content h2{
    font-size:18px;
    font-weight:500;
    margin-bottom:20px;
}

.sorting-row .greenbtn {
    padding: 15px 20px;
}
span.price-tax {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    color: #8a8a8a;
}

.rating-wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}
.rating-user {
    height:40px;
    width:40px;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
    margin-right:20px;
}
.rating-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.message-row{
    padding: 30px;
    border-radius:7px;
    margin:2px 0;
}
.message-row:hover{
    background: #f5f6f6;
}
.message-row .username{
    color: #000000;
    font-size: 16px;
    font-weight:600;
    margin-bottom:5px
}
.message-row.active{
    background: #f5f6f6;
}
.editmessage{
    top:0;
    right:0;
}

.message-row .rating-user {
    height:40px;
    width:40px;
}
.greenmessage{
    background:#37b6b8;
    color: #fff;
    padding: 30px;
    border-radius:7px;
    margin:15px 0;
    position: relative;
}


.greenmessage:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 18px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #37b6b8;
    z-index: 9999;
}

.greenmessage-container {
    overflow: hidden;
    position: relative;
    margin-right: 50%;
    padding-left:20px;
}
.message-date{
    color:#999999;
    font-size: 14px
}
.message-heading {
    font-size: 17px;
    font-weight: 600;
    color: #4c4c4c;
    margin: 0 0 30px 0;

}
.message-user {
    margin-top: 35px;
    margin-right: 0;
    width: 50px;
    height: 50px;
}

.graymessage-container {
    overflow: hidden;
    position: relative;
    margin-left: 50%;
}
.graymessage{
    background:#f5f6f6;
    color: #666666;
    padding: 30px;
    border-radius:7px;
    margin:15px 0
}
.carttable{
    text-align:center; color: #444;
}
.cart-label{
    color: #777;
    margin-bottom:15px;
}
.cart-product-image {
    max-width: 150px;
    min-width: 50px;
}
.cart-product-image img{
    border-radius:7px
}
.cart-product-title{
    text-align: left;
    max-width:220px
}
.cart-size{
text-align: left;
color: #9f9f9f;
margin-top:15px;
font-size:13px
}

.carttable td{
    padding:15px 15px;
    border-bottom:1px solid #e5e5e5;
    border-top:0;
    vertical-align: top !important;
}
.carttable td .cart-price{ margin-left: 0; white-space: nowrap; }
.cart-price{ font-size:15px;  font-weight:600; }
.cart-price span{ color: #777; }
.closebtn{ padding:0; }
.nextdetail{ padding: 15px 0;}
.nextdetail h2{ font-size: 25px;}
.nextdetail h4{ margin: 0 0 15px; }
.nextdetail .panel-group{ margin: 27px 0px 0; }
.nextdetail .panel-group .panel{ margin: 0 0 20px; }

.nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn .largebtn { padding: 4px 40px; }
.nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn .btn-large { padding: 4px 30px; }
#collapse-payment-method label input[type="radio"],
#collapse-shipping-method label input[type="radio"],
#collapse-payment-address label input[type="radio"]{ margin-right: 6px;}
.form-card .previous{ color: #37b6b8; }
#collapse-shipping-address .panel-body form .row{ margin-bottom: 20px;}
#collapse-payment-method .agree{ margin: 0 5px; }

#collapse-payment-method input[type="checkbox"]{ margin-left: 8px;}

#collapse-checkout-confirm .singleprice{ white-space: nowrap; }
#collapse-checkout-confirm .totalprice{ white-space: nowrap; }
#collapse-checkout-confirm .prodname{ min-width: 180px; }
#collapse-checkout-confirm table tr td{ vertical-align: top; }
#collapse-checkout-confirm table tr td strong a{ margin: 0 5px; }

.qty .btn {
    border: 1px solid #e7e7e7;
    padding: 10px;
    width:40px;
    height:40px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    border-radius:0;
    color: #666666
}
.qtyinput {
    border: 1px solid #e7e7e7;
    width:60px;
    float: left;
    text-align: center;
    height:40px;
    font-weight: 600;
    color: #666666
}

.qty {
    display: inline-block;
    width: auto;
    min-width: 110px;
}
.qty label {
    float: left;
    margin: 7px 15px 0 0;
}
.summary td{
    border:0;
    padding: 10px 0
}
.scart{
    padding:30px;
}

/*custom checkbox*/

/*.round {
  position: relative;
}*/
.round label {
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left:5px;
    opacity: 0;
    position: absolute;
    top:6px;
    transform: rotate(-45deg);
    width: 10px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}
.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round.redcolor label {
    background-color: red;
}
.round.yellowcolor label {
    background-color:#ffff00;
}
.round.orangecolor label {
    background-color:#ffa600;
}
.round.blackcolor label {
    background-color:#000;
}
.round.pinkcolor label {
    background-color:#ffc0ca;
}
.round.browncolor label {
    background-color:#a52a2b;
}
.round.cyancolor label {
    background-color:#01ffff;
}
.round.beigecolor label {
    background-color:#906f48;
}

.round.redcolor input[type="checkbox"]:checked + label {
  background-color:red;
}
.round.yellowcolor input[type="checkbox"]:checked + label {
  background-color:#ffff00;
}
.round.orangecolor input[type="checkbox"]:checked + label {
  background-color:#ffa600;
}
.round.blackcolor input[type="checkbox"]:checked + label {
  background-color:#000;
}
.round.pinkcolor input[type="checkbox"]:checked + label {
  background-color:#ffc0ca;
}
.round.browncolor input[type="checkbox"]:checked + label {
  background-color:#a52a2b;
}
.round.cyancolor input[type="checkbox"]:checked + label {
  background-color:#01ffff;
}
.round.beigecolor input[type="checkbox"]:checked + label {
  background-color:#906f48;
}
.product-listing h1{
    font-size: 22px;
    font-weight:600;
    margin-bottom:20px
}
.searchmessage {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 0;
    color: #000;
}
.search-label input{
    margin-right: 7px;
    top: 1px;
    position: relative;
}

.modal-body .login-close {
    padding: 20px;
    position: absolute;
    z-index: 999;
    right: 0;
    font-size: 15px;
    border-width: 0;
}

.product-listing .nav-pills .nav-link{color:#555555;padding: 10px 12px;}
.product-listing .nav-pills .nav-link:hover{color:#37b6b8}
.product-listing .nav-pills .nav-link.active{color:#fff; background:#37b6b8;}
.product-listing .tab-content{ padding-top:30px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 5px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.postright h1 {
    font-size: 18px;
    font-weight: 500;
    margin:0 0 15px 0;
}
.topmar{ margin-top:15px; }
.fa-stack {width: auto;height: auto;line-height: normal;}
.content-bg {background: #fff;border-radius: 7px;padding: 30px 30px;}

.dropdown-menu a:focus{
    color: #fff;
    text-decoration: none;
    background-color: #37b6b8;
}
.price-new{ color:#000}
.price-old{ color:#777; text-decoration: line-through; font-weight:300}
button:focus {outline: 0;outline: 0 auto -webkit-focus-ring-color;}
.old-price-div {min-height: 20px; margin-top:5px;}
.product-title {/*min-height: 42px;*/ text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; color: #111; }

.model span {font-size: 14px;font-weight: 600;color: #383838;}
.stardiv .fa{ color:#ffc107 }
.datebtn{ position:absolute; top:8px; right:10px; color:#ddd }
.date{position:relative;}
#trending-single-product .owl-nav {
    /* border-top:1px solid #eaeaea; */
}
#trending-single-product .nav-btn {color: rgba(122,123,123,0.4); font-size:20px}
#trending-single-product .owl-prev, #trending-single-product .owl-next {
    margin: 0px 0px; position:inherit;
}
.shoppingdiv .img-thumbnail {padding: 0; min-width: 70px; height: 50px;}
.box.sidebarFilter.panel.panel-default {padding: 0 25px; margin:40px 0 30px 0}
.slider .tooltip.top {margin-top: -55px!important;}
.price-filter {padding:0;border:0}
.slider.slider-horizontal {width: 100%!important;}
.slider-selection{background-color: #7ce1e2!important;box-shadow: none!important;background-image: none!important;}
.slider-handle {background-color: #37b6b8!important;box-shadow: none!important;background-image: none!important;}
.slider{background:#fff}
.sidebarFilter .panel-heading{font-weight:700; color:#4c4c4c; margin-bottom:15px}
.filterdiv{padding:0 25px; margin:25px 0 0 0;}
.slider.slider-horizontal .slider-handle:last-child {margin-left: -20px;}
.brand-list{margin:0 0 15px 0; padding:0; list-style-type:none; display:inline-block; width:100%; float:left; color:#000; font-weight:600}
.brand-list li{margin:0; padding:0; display:block; width:100%;}
.brand-list li a{ color:#8a8a8a; display: inline-block; float:left; width:20%; padding:5px 0; font-size:14px; font-weight:400}
.brand-list li a i{ margin-right:10px; }
.brand-list li a:hover{ color:#000;}
.sidebarFilter:hover .tooltip{opacity:1}
#myModal-notification button.close {
    position: absolute;
    right: 15px;
    top: 25px;
}
.shop-search-icon{position: absolute;left:15px;top: 17px;}
#fg-shoppartner {position: relative; margin-bottom:15px}
#fg-shoppartner .custom-fc{padding-left:35px}
.register-scrollbar {max-height:406px; overflow-y: auto; padding:0 0 0;}
.ac_btn{border: 0;background: transparent;padding:5px 0;width:100%; text-align:left; position: relative; color:#37b6b8}
.scrollbar_new{padding:0 15px 0 0;}
.ac_btn i{position: absolute;right: 0;top: 10px;}



/*24 November 2020 start*/
.forumright h5 a{
    color: #37b6b8;
}
.forumright h5 a:hover{
    color: #37b6b8;
}
.al {border: 1px solid #e8e6ed;
    padding: 5px 15px;
    border-radius: 5px;
}
.article-left{
    background: #37b6b8;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 250px;
    position: relative;
    margin-right:30px;
    font-size:13px;
    padding: 10px;
    color: #fff
}
.article-left a{
    color: #fff
}

.flexdiv{ display:flex; }
.thumb {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
}
.user-title{text-align: center; margin:10px; color: #000; font-size:15px; font-weight:600}
.article-right2{flex: 0 0 calc(100% - 280px);}
.article-wrap {margin: 15px 0;}
.black{color:#000}
.black a{color:#000}
.forum-link{color:#555}
.forum-link:hover{color:#000}
.forum-link.active {color:#37b6b8}
.emoji td{ padding:15px 10px }
.emoji td a img{ max-width:30px }
blockquote {
    border-left: 8px solid #43c1c3;
    padding: 15px 25px 15px 65px;
    font-style: italic;
    position: relative;
    border-radius: 5px;
    background: #fbfbfb;
    z-index: 1;
    border-right: 1px solid #43c1c3;
    margin-top: 0.8rem;
}
blockquote:before {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    left: 6px;
    top: 15px;
    height: 1px;
    color: #c3e9ea;
    font-size: 48px;
    z-index: -1;
}
.btn-emoji {
    display: inline-block;
    text-decoration: none;
}
.btn-emoji .btn-container {
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    display: flex;
    overflow: hidden;
    box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.btn-emoji .btn-container .icon {
    padding: 0px 5px;
}
.btn-emoji .btn-container .count {
    padding: 5px 10px;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-left: 1px solid #e2e2e2;
}
.btn-emoji:hover .btn-container .count {
    background-color: #37b6b8;
    color: #fff;
}
.reaction_div{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;}
.search_btn2{position: absolute;right: 90px;top: 0;}

.custom-file-input.seller::before{display: none;}
.custom-file-label.custom-fc {padding: 15px 20px;}
.custom-file-label.seller-label::after {
    height: calc(2em + 1.5rem + 0px);
    padding: 15px 20px;
}

.custom-file-input.seller {
    color: #555;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    height: calc(2em + 1.5rem + 2px);
    padding-top: 12px;
}
.custom-file.custom-file-new{height: 56px;display: inline-block;width: 100%;}
.text-danger {
    color: #dc3545!important;
    float: left;
    display: inline-block;
    width: 100%;
}
.custom-file-input.seller{margin:0 0 0 0;}
.planlist{list-style-type: square;}
.planlist li {padding:5px 0}

.notification-dropdown {
    width: 250px;
    top: 60px;
    font-size: 13px;
    max-height: 300px;
    overflow-y: auto;
}
.notification-dropdown a{
    display:block;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}
.notification-dropdown a + a{
    border-top: 1px solid #f1f1f1;
}
span#customnoticount {
    position: absolute;
    top: -5px;
    right: 8px;
    background: #ff6f69;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
}
.nav-link.avatar img{border-radius:50%;}
.table.table-pl .sold-td{min-width:130px}
.thumbimg .btn-danger {
    position: absolute;
    padding: 0;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 18px;
    right: -8px;
    top: -10px;
}
/*.file-input-group{ margin-top:30px; }*/

.article-line .tpicon {
    padding: 1px 8px;
    font-size: 15px;
}

.liked_user_list {
    position: absolute;
    left: 0;
    top: 33px;
    width: 250px;
    z-index: 100
}
.liked_user_list ul {
display: inline-block; width: 100%; margin:0; padding:10px auto; background:#f5f6f6
}
.liked_user_list ul li { padding:3px 0; margin: 0; color:#555;}
.notification-dropdown a p{ margin:0; text-align: right; color:#ccc }
.whitebg .tab-content {padding: 15px 0;}
.manufacturer-div .dropdown-menu{ right:15px; }
.manufacturer-div .dropdown-menu li{padding:0 15px;}
.manufacturer-div .dropdown-menu li a{ color:#555 }
.postright h1 a:not([href]){color:#fff}
.showloader{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}
.productname ul li{ padding:0 15px }
.productname ul li a{ color:#555}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#wishlist-total span {
    position: absolute;
    top: -5px;
    right: 5px;
    background: #ff6f69;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
}
#wishlist-total i {
    position: relative;
    top:2px;
}
.beforelogin #wishlist-total i {
    top:-5px;
}
.beforelogin #wishlist-total span {
    top: -18px;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #37b6b8;
    outline: 0;
}
.vendorimg{ margin: 0 15px 5px;  display: inline-block; }
.vendorimg img{ width: 35px; }


/*24 November 2020 End*/
.dropdown-menu2{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 10rem;
    padding:15px;
    margin: .125rem 0 0;
    color: #555;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    height:auto;
    max-height:350px;
     overflow-y:auto;
}
.dropdown-menu2 li{border-bottom: 1px solid rgba(0,0,0,.10); padding:5px 0; cursor: pointer;}


.message-fg .dropdown-menu {
    right: 15px;
}
.message-fg .dropdown-menu li {
    padding: 0 15px;
}
.up{ margin-top:50px; }
.col-up{text-align: right;}
.table-responsive>.table-bordered {
    border-bottom:1rem;
}
#payment-custom-field1 .date button{position:absolute; top:8px; right:5px}

#checkout-checkout legend {
    font-size: 16px;
    font-weight: 600;
}
.postleft h4{font-size:18px}
#review-t h2{font-size:18px}
.input-group-btn .greenbtn{border-radius: 0 5px 5px 0; border: 2px solid #37b6b8;}
#images_add button{min-height:52px}
.button-wrap{ margin:auto 0 }
.flex{display: flex;}
.upload-image{text-align: center;}
.upload-image label{ margin: 15px 0; white-space: nowrap; width:200px; overflow: hidden;text-overflow: ellipsis; }
.upload-image img{border-radius: 5px; border: 1px dashed #dee2e6;}
.address .panel-body {border: 1px solid #ebebeb;padding: 30px; margin:30px 0;}
/* .btnicon{ margin-right:10px } */
.cat-search .dropdown-menu{ height: 300px; overflow-y:auto; }
.navbar-collapse.bg-dark .dropdown-menu{
    /* height:300px;  */
    /* overflow-y:auto */
}
.navbar-collapse.bg-dark .dropdown-menu li{ display: block;}

.carousel-search{ margin-top:130px; }
.navbar-expand-lg .navbar-nav{ white-space:nowrap; }
p.wk_pd_category {cursor: pointer;}
.custom-fg .dropdown-menu li{ padding:0 15px }
.product-list{width:100%;}
.product-list .products{display: flex;}
.product-list .productlink:first-child{ width:30% }
.product-list .product-title {min-height: auto;}
.product-list .product-info p {min-height:auto;}
.product-list .price2 {float: inherit;}
.product-list .old-price-div {min-height: auto;}

.faq h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.faq {
    background: #fff;
    padding: 50px 0;
}
.faq .card-header{ padding:10px 0; background: transparent;}
.faq .card-body p{color:#555; line-height: 24px; margin-bottom:0}
.faq .card-header .btn{ padding:0; font-size:16px; font-weight:400 }
.faq .card-header .btn i{ margin-right:10px; font-size: 12px; color:#37b6b8}
.inputicon {position: absolute;top: 8px;right: 20px; cursor: pointer;}
.inputicon2 {position: absolute;top:38px;right: 20px; cursor: pointer;} /* top:50px; */
.datediv{ position: relative; }
.datediv .btn{ position: absolute;position: absolute;top: 10px;right: 5px; }
.shoppingdiv .dropdown-menu li p{ margin-bottom:0}
.cartcount2{ font-size:15px }
.love {
    display: inline-block;
    float: left;
    background: #f5f6f6;
    border-radius: 5px;
    padding: 7px 10px;
    font-size:18px;
    line-height:23px;
    color: #000
}

.love:hover {
    text-decoration: none;
    color: #333;
}
.love.active {
    background: #ff6f69;
    color: #fff;
    padding: 7px 10px;
    border: 0;
}
.count2{font-size: 15px;
    position: relative;
    line-height: 15px;
    top: -1px;}
.product-status {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    background: rgba(55,182,184, 0.7);
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
}
.checkoutdiv a{ width: 100%;  }
.checkoutdiv a.btn.greenbtn{ margin-bottom: 10px; }

.cat-search-btn {
    padding: 15px 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.cat-search-btn .greenbtn {
    background:#37b6b8; color:#fff;
    border:2px solid #37b6b8
}
.cat-search-btn .greenbtn:hover {
    background:#fff; color:#37b6b8 !important;
    border:2px solid #37b6b8;
}

.product-highlight{
    /* border:1px solid #37b6b8; */
    border:3px solid #acf4f5;
    /* box-shadow:0 0 5px #37b6b8; */
    box-shadow: none;
}

.freeshipping {
    background: #f5f5f5;
    color: #ff6f69;
    padding:0px 15px;
    font-family: 'Segoe Print';
    font-size:20px
}
.freeshipping i {
    color: #37b6b8;
    font-size: 40px;
    vertical-align: middle;
}
.fsproduct {
    border-radius: 5px;
    margin-bottom: 15px;
}
.btn-primary, 
.greenbtn{ 
    /* font-family: 'Segoe Print';  */
}

    
/****************/
 @media (max-width:1450px) {

    .owl-prev, .owl-next {
        position: inherit;  margin: 30px 30px 0 30px;
    }
    .owl-nav {
        text-align: center;
    }
    #partenerlogo .owl-nav {
        display:none;
    }
}

/**************/
 @media (max-width:1350px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        /* padding: 5px 15px; */
    }
    .heading {
        padding: 10px 15px;
    }

    .product-listing .product-info {
        padding: 28px 7px 7px 7px;
    }
    .carousel-caption p {
        font-size: 24px;
    }
}

/****************/
@media (max-width:1200px){
    .product-grid .products{ min-height: 470px;}
    

}
/**************/
 @media (max-width:1200px) {
.cat-search {
    width: 100%;
}

.subscribe {
    padding: 0 0 30px 30px;
}
.cart-row .btn {
    padding: 7px 5px;
}
.user-rating {
    padding: 15px 15px;
}
.user-rating .icon {
    margin: 0 20px 10px 0;
}
.carousel-caption h1 {
    font-size:40px;
}

}


/************************/
@media screen and (max-width:1200px) and (min-width:993px) {
.navbar-expand-lg.mainnav .navbar-nav .nav-link i {
    display: none;
}
    .navbar-expand-lg .navbar-nav .nav-link {
    /*  padding: 5px 15px; */
    }
    .product-title2{ height: 80px;}
}


/*********************/
 @media screen and (max-width:1200px) and (min-width:768px) {
    .product-listing .product-info {
        padding: 28px 12px 12px 12px;
    }
    .pricediv .btn {
        float: right;
    }
    .price2 {
        padding: 0 0;
        margin: 0;
        /* width: 100%; */
        margin-top: 10px;
        display: inline-block;
        text-align: left;
    }
    .heading {
        padding: 10px 12px;
        /* font-size: 11px; */
    }
    .heading i {
        margin-left: 5px;
        font-size: 16px;
        width: 15px;
        height: 15px;
    }
    .viewall {
        font-size: 12px;
        padding: 8px 10px;
    }

    .left-panel-pad {
        padding: 25px 15px;
    }
    .left-panel .form-check-label {
        margin-left: 5px;
    }
    .scrollbar {padding: 20px 15px;}


}


/****************/
 @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}


/*****************/
 @media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }

}


/*****************/
 @media (min-width:992px) {
    .modal-lg { max-width: 975px;}
    #push .modal-lg { max-width: 800px;}
 
}


/****************/
 @media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link { padding: 10px 15px; }
    .navbar-expand-lg .navbar-nav{ }
    .navbar-dark .navbar-nav .nav-item:first-child{  }
    .navbar-dark .navbar-nav .nav-item:last-child{ margin-bottom: 5px; }

/*.mainnav .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }
    .mainnav .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .mainnav .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .mainnav .navbar-toggler.collapsed ~ .mainnav .navbar-collapse {
        transition: left 500ms ease-in-out;
    }*/
    .navbar-dark .navbar-toggler {
        outline: 0; padding: 3px 5px;
    }
    .navbar-dark .navbar-toggler-icon{ filter: brightness(0); }
    .middlenav .navbar-nav {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }
    .middlenav .navbar-nav li {
        display: inline-block; width: auto;
    }
    .navbar-light .navbar-brand {
        display: inline-block;
        text-align: center;
        margin: 0;
        line-height: normal;
    }
    .middlenav {
        /* padding: 20px 15px 10px 15px; */ padding: 10px 0 0 0;
    }
    /* header {
        padding: 10px 15px 0px 15px;
    } */
    .navbar-dark .navbar-nav .nav-link {
        font-size: 15px;
    }
    .navbar-dark .navbar-nav .nav-link i {
        margin-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .dropdown .nav-link {
        padding: 11px 15px;
    }
    .searchbar {
        margin: 0;
    }
    .product-title2 {
        margin-top: 30px;
    }
    .description {
        margin-top: 30px;
    }
    .middlenav .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .blogdiv {
        margin-top: 30px;
    }
    .postright {
        margin-top: 15px;
    }
    .login-register {
        padding: 30px 30px 30px 30px;
    }
    .logindiv {
        padding: 80px 50px 80px 50px;
    }
    .memberbtn {
        display: inline-block; margin: 15px 0;
    }

    .fixed-top .shopping-cart {
        padding: 7px 30px 6px 30px;
    }
    .greenmessage-container {
        margin-right: 10%;
    }
    .graymessage-container {
        margin-left: 10%;
    }
    .article-left{flex: 0 0 200px;}
    .article-right2 {flex: 0 0 calc(100% - 230px);}
    blockquote {
        padding: 15px 15px 15px 15px;
    }
    .whitebg-np {margin-bottom: 30px;}
    .push-products { width: 100%; position: static;}

    .vendorimg{ margin-right:0; }
    .returning_customer{ margin-top:30px }
    .carousel-caption { top: 10%; }
    .upload-image{text-align:left;}
    .upload-image label{width:200px; vertical-align: middle;}
    .upload-image img{width:auto; margin-right:15px}
    .storeimg{ margin-bottom:20px }

    .product-list .productlink:first-child {width: 50%;}
    .description .tab-content { min-height: auto; }
    .beforelogin #wishlist-total i { top: 1px; font-size: 24px; }
    .beforelogin #wishlist-total span { top: -20px; }
    .navbar-nav.beforelogin{ margin-top:-5px; }

    #wishlist-total span {top: -7px;}
    .carousel-caption h1 {font-size:30px;}
    .carousel-caption p {font-size: 18px;}
    .cat-search-btn {width: 100%;}

    #msform .buttons {  width: 100%; display: inline-block; }
    .plus-mobile a{ top: 0;}

    .price { padding: 7px 5px; font-size:14px; }
    .searchbar .searchclosehead{ right: 36px;}


}


/*************/
@media (max-width:768px) {

    header ul li a {
        padding: 0 10px;
    }
    .tendinglist .nav-link {
        padding: 10px 20px;
        font-size: 16px;
    }
    .subscribe {
        padding: 0 0 0 0;
        border-left: 0;
        margin-bottom: 0
    }
    .middlenav .navbar-nav {
        margin-top: 0;
    }
    .sorting-row .form-inline {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }
    .sorting-row .form-inline .form-control {
        width: 100%;
    }
    .sorting-row {
        margin-bottom: 0;
    }


    .left-panel {
        margin: 0 0 15px 0;
    }
    .memberbigavatar {
        width: 100px;
        height: 100px;
        border: 5px solid #76d6d8;
        top: 8%;
        left: 0;
        background: #fff;
        box-shadow: 0 10px 15px rgba(0,0,0,0.05);
    }
    .member-name {
        padding: 30px 0 30px 120px;
    }
    .memberstar {
        padding: 0 0 0 0;
    }
    .pagination {
        margin-bottom: 0; float: inherit;
    }    
    .pagleft {
        margin-bottom:15px
    }
    .article-user {
        height: 40px; width: 40px; margin-right: 20px;
    }
    .largebtn {padding: 9px 15px;}
    .btn-large { padding: 9px 15px; }
    .custom-fc {
    /*  height: calc(3em + 4px); */
    }
    .datediv .btn {top: 4px;}
    .navbar-light .navbar-brand{font-size:60px}
    .button-wrap {margin: 0 0 15px 0;width: 100%;}
    .navbar-nav.beforelogin{ margin-top:20px; }
    ol.carousel-indicators{display: none}
    .cat-search .btn {padding: 10px 15px;font-size: 12px;height: auto;}
    .searchbar .form-control {height: auto;  padding: 10px 10px 10px 35px;border-radius: 5px;}
    .searchbar button {top: 8px;left: 10px;}
    /* .searchbar button i {font-size: 15px!important;} */
    .cat-search-btn {padding: 10px 0;width: 100%;}
    .cat-search .dropdown-menu {font-size: 12px;}
    .cat-search {padding: 10px 0;}
    .cat-search-btn .btn {font-size: 12px;}
    .carousel-caption {top: 0;}
    .carousel-search {margin-top: 150px;}


}


/********************************************/
@media (max-width:576px) {
    .shoppingdiv .dropdown-menu { min-width: 320px; }
    header { padding: 10px 0 0; }
    header ul { width: 100%; text-align: center; float: inherit; }
    .phone { text-align: center; }

    .shopping-cart { padding: 7px 20px 6px 20px; }
    .shoppingdiv { top: 0px; }
    .showing { margin-top: 0; text-align: center; margin-bottom: 15px; }

    .pagination li.page-item {display: inline-block; float: left; }
    .pagination-wrap {text-align: center; }
    .article-wrap {display: inline-block!important;}
    .article-left{ margin-right:0 }
    .article-left{ margin-bottom:15px }
    /*.article-right {width: calc(100%);}*/

    .whitebg {padding: 15px;}
    .message-row {padding: 15px 0;}
    .postright {padding: 15px 15px;}
    .steps-txt{display: none;}
    .col-up{text-align: left;}
    .up {margin-top:0;}
    .product-list .productlink:first-child {width: 60%;}

    .carousel-caption p {font-size:12px; margin-bottom:10px}
    .carousel-caption h1 {font-size:18px;}
    .carousel-caption{padding-top:10px; padding-bottom:10px}
    ol.carousel-indicators{display: none}
    .carousel-search {margin-top:75px;}
    .cat-search{padding:0; border-radius:5px}
    .cat-search .searchbar {margin: 0 8px 0 0;}
    .cat-search .navbar {padding: 0 8px;}
    .cat-search .btn {padding: 10px 15px;font-size: 12px;height: auto;}
    .searchbar .form-control {height: auto;  padding: 10px 10px 10px 35px;border-radius: 5px;}
    .searchbar button {top: 8px;left: 10px;}
    /* .searchbar button i {font-size: 18px!important;} */
    .cat-search-btn {padding: 10px 0;width: 100%;}
    .cat-search-btn .btn{padding:5px 5px; font-size:10px}
    .cat-search .dropdown-menu {font-size: 12px;}
    .carousel-caption {top: 10%;}

    .main-img-col{ padding: 5px 10px; }

}


/*************/
@media (max-width:480px) {
    .price2{font-size: 11px;}
}


/**************/
 @media (max-width:450px) {
.tendinglist .nav-item { width: 100%; text-align: center; }
.carousel-caption {top:0;}
.carousel-caption p {font-size:12px; margin-bottom:10px}
.carousel-caption h1 {font-size:18px;}
.carousel-caption{padding-top:10px; padding-bottom:10px}
ol.carousel-indicators{display: none}
.carousel-search {margin-top:75px;}
.carousel-caption{left:15px; right:15px;}
.cat-search{padding:0; border-radius:5px}
.cat-search .searchbar {margin: 0 8px 0 0;}
.cat-search .navbar {padding: 0 8px;}
.cat-search .btn {padding: 10px 15px;font-size: 12px;height: auto;}
.searchbar .form-control {height: auto; padding: 10px 10px 10px 35px;border-radius: 5px;}
.searchbar button {top: 8px;left: 10px;}
/* .searchbar button i {font-size: 15px!important;} */
.cat-search-btn {padding: 10px 0;width: 100%;}
.cat-search-btn .btn{padding:5px 5px; font-size:10px}
.cat-search .dropdown-menu {font-size: 12px;}
/* .navbar-expand-lg.middlenav .navbar-nav .nav-link {  padding: 0 5px; } */

}


/*************/
@media (max-width:330px) {
    .carousel-caption h1 {font-size: 15px;}
    .carousel-caption {left: 10px;right: 10px;}
    .carousel-caption h1 {font-size: 15px;margin-bottom: 0;}
    .carousel-search {margin-top: 65px;}
    .navbar-expand-lg.middlenav .navbar-nav .nav-link {padding: 0 5px;}

}


/***************************/
.mainnav.fixed-top .middlenav{background: #fff; padding: 0px 10px 0px 10px}
.mainnav.fixed-top .navbar-light .navbar-brand{ font-size: 40px;}
.mainnav.fixed-top #navbarsExample02{ margin: 10px 0;}

.searchbar .form-control{ height: 42px; }
.searchbar button{ top: 5px; }


/**************** Banner Slider ***********/
.banner-slider{ background: #37b6b8; /* padding-bottom: 5px; */ /*margin: 1px 0;*/}
.home-carousel .carousel-item{ height: 500px; overflow: hidden;}
.home-carousel .carousel-item img{ width:100%; height: 100%; object-fit: cover; }

.item-custom{ position: relative; display: flex; flex-direction: row; height: 500px; /* padding-top: 1px; */}
.item-custom .item-img{ width: 50%;}
.item-custom .item-caption{ /*width: 40%; margin-left: 10%;*/ padding:30px 25px 25px; color: #fff;  position: relative; }
.item-custom .caption2{ position: absolute; z-index: 11; bottom: 0; /*left: 10%; width: 40%;*/ padding: 25px; color: #fff; }
.item-custom .item-img img{ width:100%; height: 100%; object-fit: cover; }
.caption2 a{ background: #fff; display: inline-block; margin:5px 8px 0 0; color: #37b6b8; padding: 7px 12px; border-radius: 0px; font-size: 14px;}
.cap-icon img{ width: 60px !important; display: inline-block; margin:0 10px 10px 0; }

.item-caption h2{ font-size: 22px; color: #111;}
.item-caption h3{ font-weight: normal; font-size: 18px; line-height: 24px; color: #111;}
.item-custom .caption2 h2{ font-weight: normal; font-size: 22px; color: #111; }

.home-carousel ol.carousel-indicators{  
    /*background: #ccc;*/
    background: #777;
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    width: 50%;
    margin-bottom: 0px;
    bottom: 0px; height: 5px;
    align-items: center;
}
.home-carousel ol.carousel-indicators li{ width: 100px; height: 5px;}
.item-custom .item-img{ order: 2;}
.item-custom .item-caption{ order: 1; }


/********** 20-02-24 ******/
.hero-block{ padding: 30px; background-color: #fff; border-radius: 6px; width: 380px;
    text-align: left;}
.hero-block h2{ color: #000; font-size: 30px; margin: 0 0 30px; }
.hero-block a.banner-link{ display: block; background-color: #ff6f69; text-align: center; color: #fff; border: none; border-radius: 4px; width: 100%;
    padding: 10px; margin: 0 0 20px; } 
.hero-block p{ margin: 0 0 0px;  font-size: 15px; }
.hero-block p a{ color: #ff6f69;  }
.hero-block button{ background-color: #ff6f69; display: block; color: #fff; border: none; border-radius: 4px; width: 100%;  padding: 10px; margin: 0 0 20px; }

.home-carousel .carousel-caption{ top: 50%; transform: translateY(-50%); }


/*******/
.container-block{padding-top:25px;}
.custom-block{ display: flex; flex-direction: column; }
.blockone{  background: #37b6b8; border-radius: 0px 0 0 0; padding: 10px 25px; color: #fff;}
.blocktwo{  /*background: #c6f0f1;*/ background: #eee;  padding:10px 5px;}
.blockone{ width: 100%;}
.blocktwo{ width: 100%; }

.blockone h2{ margin: 0 0 3px; font-size: 24px; }
.blockone p{ margin: 0 0 0px; }
.blockone a{ text-decoration: underline; color: #fff; }

.blocktwo .owl-nav{ 
    /* display: none; */
}

.section-article{ padding: 50px 0 0; 
    /* background: #fff; */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,246,246,1) 100%); 
}
.section-reccomenation{ padding: 40px 0 0px; 
    /* background: #fff; */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,246,246,1) 100%); 
}
.section-recent-product{ padding: 40px 0 0; 
    /* background: #fff; */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,246,246,1) 100%); 
}


/****************/
@media only screen and (max-width : 1200px) {
    /* .item-custom .item-caption { width: 50%;  margin-left: 0%; } */
    /* .item-custom .caption2{ left: 0; width: 50%; } */

    /* .blockone{ width: 30%;} */
    /* .blocktwo{ width: 70%; } */
    .hero-block{ width: 100%;}
}


/****************/
@media only screen and (min-width : 1401px) {
    .item-custom .item-caption { width: 710px; margin-left: calc(50% - 710px); }
    .item-custom .caption2 { width: 710px; left: calc(50% - 710px); }

}


/*******************/
@media only screen and (min-width : 1200px) and  (max-width : 1400px) {

    .item-custom .item-caption{ width: 50%; margin-left: 0; }
    .item-custom .caption2{ width: 50%; left: 0; }

}


/******************/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .item-custom .item-caption { width: 490px; margin-left: calc(50% - 490px); }
    .item-custom .caption2 { width: 490px; left: calc(50% - 490px); }

}


/***************/
@media only screen and (min-width : 768px) and (max-width : 991px) {
    .item-custom .item-caption { width: 380px; margin-left: calc(50% - 380px); }
    .item-custom .caption2 { width: 380px; left: calc(50% - 380px); }

}


/****************/
@media only screen and (max-width : 991px) {
    .custom-block{ display: inherit; flex-direction: inherit; }
    .blockone{ width: 100%;}
    .blocktwo{ width: 100%; }
    .hero-block{ width: 100%;}
}


/************ 22-02-24 *******/
.custom-search{ /* display: inline-flex; flex-direction: row; */ display: inline-block; }
.custom-search .card{ position: relative; margin-right:5px; display: inline-block; }
.custom-search .card .collapseone{ position: absolute; left: 0; top: 45px; z-index: 111; background: #fff; border: 1px solid #37b6b8;
    width: 300px; }
.custom-search .card:last-child{ margin-right: 5px; }
.btn-filter{ display: inline-block; }
#button-filter.btn{ border-radius: 1px; /*min-height: 46px;*/ }

.search-filter-mobile{ font-size: 22px; margin-bottom: 15px;}
/* .sorting-row{display: none;} */
.search-col{background-color: #fff; padding: 20px; border-radius: 6px;}

.search-col .list-group { display: flex; flex-direction: row;}
.search-col .list-group .list-group-item{ padding: 12px 25px; }
.search-col .list-group .list-group-item + .list-group-item { border-top-width: 1px;  }

.category-search{ background: #fff; padding: 20px; border-radius: 6px; margin: 30px 0;}
.close-box{ display: none; }


/**************** 23-02-24*****/
.middlenav ul.navbar-nav li a{ height: 30px; }
.search-desktop{ display: block; /* width: 100%; */ width: 65%; }
.search-mobile{ display: none;}
.cart-desktop{ display: inline-block;}

.cart-mobile{ display: none; }
.cart-mobile{ padding: 0px 12px; }
.cart-mobile .shoppingdiv{ position: inherit; }
.cart-mobile .shoppingdiv .shopping-cart{ padding: 0px 0px; }
.cart-mobile .shoppingdiv .shopping-cart i{ /*color: #111;*/ margin-right: 0; color: #999; font-size: 26px;}

.cart-mobile .shopping-cart{ background: none;}
.cart-mobile .shopping-cart span{ display: none !important;}
.cart-mobile .shopping-cart.dropdown-toggle::after{ display: none;}

 
.cart-mobile-desktop{ padding: 0px 12px; position: relative;}
.cart-mobile-desktop .shoppingdiv{ position: inherit; }
.cart-mobile-desktop .shoppingdiv .shopping-cart{ padding: 0px 0px; }
.cart-mobile-desktop .shoppingdiv .shopping-cart i{ /*color: #111;*/ margin-right: 0; color: #999; font-size: 26px;}

.cart-mobile-desktop .shoppingdiv{ position: inherit; margin-top: -5px;}
.cart-mobile-desktop .shoppingdiv .shopping-cart{ position: relative;  }
.cart-mobile-desktop .shoppingdiv .shopping-cart i{ /*color: #111;*/ color: #999; font-size: 25px;}

.cart-mobile-desktop .shopping-cart{ background: none;} 
/* .cart-mobile-desktop .shopping-cart span{ display: none !important;}  */
.cart-mobile-desktop .shopping-cart span{ display: inline-block !important;}
.cart-mobile-desktop .shopping-cart.dropdown-toggle::after{ display: none;}
/* .d-lg-block {
     display: none !important; 
} */
.cart-mobile-desktop .shopping-cart span.cart-count{  position: absolute;
    top: -2px;
    right: -10px;
    background: #ff6f69;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 22px; 
}


.navbar-nav.beforelogin .cart-mobile-desktop{ padding: 0px 20px 0px 12px; }

.login-nav .fa{ display: none;}
.login-nav span{ display: inline-block;}
.register-nav .fa{ display: none;}
.register-nav span{ display: inline-block;}

.container.toprow .row{ /*padding-top: 5px;*/ margin-bottom: 5px;}

.setting-mobile{ padding: 0 0 0 15px; position: relative; }
.setting-mobile a{ /*margin-left: 10px;*/ display: inline-block; margin-top: 0px;}
.setting-mobile a i{ margin-right: 0; font-size: 28px; }
.horse-mobile{  display: none; }

/* .plus-mobile{  display: none; } */
.plus-mobile{  display:inline-block; position: relative;  height: 36px; width: 36px; margin: 0 15px 0 15px; }
    .plus-mobile a { position: absolute; left: 0; top: -4px; }
    .plus-mobile a img{ opacity: 1;}

.adv-search{ font-family: 'poppinssemibold'; font-size: 12px; text-decoration: underline; }
.navbar-light .navbar-nav .nav-link{ color: #444; }
.about-txt a{ color:#000; }

.owl-carousel .owl-stage-outer{ padding: 0 0px;}

.navbar-light .navbar-brand{ z-index: 3;}
.searchbar{ z-index: 3;}
.header-overlay{ display: none;}
.header-overlay{ position: absolute; z-index: 2; content: ""; left: 0; top: 0; right: 0; bottom: 0; background-color: #fff;}


/***************/
.fa.nav-btn {  
    font-size: 28px; /*color:#37b6b8;*/ 
    /* color: rgba(0, 0, 0, 0.2);  */
    background: rgba(255,255,255,0.6); padding: 1px; width: 30px; height: 30px; color: #37b6b8;
}
.flaticon.nav-btn{ font-size: 22px; padding: 0px; width: 30px; height: 34px; color: #fff; /*background: rgba(255,255,255,0.6);*/ background: #37b6b8; }
.flaticon.nav-btn.left{ transform: rotateZ(-180deg); }
.flaticon.nav-btn:hover{ color: #333; }

.owl-carousel.owl-loaded{ position: relative;}
.owl-carousel.owl-loaded .owl-nav{ position: absolute; top: 40%; left: 0; right: 0;  transform: translateY(-50%); z-index: 111; }
.owl-carousel.owl-loaded .owl-prev, .owl-carousel.owl-loaded .owl-next{ margin: 0 0;}

.section-icons{ margin-left: auto; display: flex; flex-direction: row; align-items: center;  margin-top: 2px;  }

#cart .dropdown-menu{ padding:20px 10px 10px; }

/***************/
.product-list .product-info{display: flex; flex-direction: column;}
.product-list .old-price-div{ flex: 1 0 0;}
.product-list .membericon{top: 0px; left: -40px; /*width: 180px;*/ text-align: left; }

.reset-filter{ text-align: right; padding: 8px 0 0;}
.reset-filter button{ background-color: transparent; border: none; display: inline-block; color: #37b6b8; font-size: 14px;}
.reset-filter button i{ margin-right: 5px;}


/**** Autosearch box css****/
.search-desktop{ position: relative; }
.search-mobile{ position: relative; }
.autosearchbox{
    position: absolute; left: 0; right: 0; top: 100%; z-index: 111; background: #fff; border-radius: 6px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); 
    padding: 12px;
}
.search-mobile .autosearchbox{ left: -45px; border-radius: 0; top: calc(100% + 1px);}
.autosearchbox ul{ margin: 0; padding: 0; list-style-type: none; width: 100%; float: inherit;}
.autosearchbox ul li{ display: block;}
.searchproduct ul li a{ display: flex; flex-direction: row; justify-content: left; align-items: center; margin: 0 0 0px; padding:8px 5px; border-bottom: 1px solid #ccc;}
.searchproduct ul li a:hover{ background-color: #f5f5f5;}

.searchproduct ul li a .prod-img{ width: 60px; height: 60px; margin-left: 5px;}
.searchproduct ul li a .prod-img img{ width: 100%; height: 100%; object-fit: contain; }
.searchproduct ul li a .prod-detail{ text-align: left; padding-left: 20px;}
.searchproduct ul li a .prod-detail p{text-transform: lowercase; margin: 0 0 0; font-size: 13px; }
.searchproduct ul li a .prod-detail .searchprice { color: #fff; font-size: 14px; font-weight: 600; background: #37b6b8; display: inline-block; padding: 2px 4px 0; border-radius: 4px;}
.all-result{ text-align: right; padding: 5px 0 0;}
.all-result a{ text-transform:capitalize; display: inline-block; }


/******** Leftbar *******/
/* .sidenav{display: none;} */

#sidenav {
    width: 100%; max-width: 350px; height: 100%; position: fixed; top: 0; background: #fff; left: -350px; transition: left .35s; z-index: 1111;
}
.sidenav-overlay {
    position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); left: 100%; top: 0; z-index: 111; cursor: default;
}
#sidenav:target {
    left: 0;
}
#sidenav:target+.sidenav-overlay {
    left: 0;
}
.sidenav-inner{ display: flex; flex-direction: column; width: 100%; height: 100%; background: #eee; }
.bar-title{ display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 8px 10px 10px; border-bottom: 1px solid #ddd; background: #fff; }
.bar-title .close{ border: none; background: transparent; font-size: 22px; line-height: 20px; }
.bar-content{ flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; }

.nav-tabs .nav-item{ flex: 1 0 0; }
.nav-tabs .nav-link{ width: 100%; border-radius: 0; border:1px solid #ddd !important; background: #fff; color: #888; padding: 10px 8px; font-size: 14px; }
.nav-tabs .nav-link.active{ position: relative;}
.nav-tabs .nav-link.active::after{ position: absolute; z-index: 1; content: ""; width: 90%; height: 2px; background: #ccc; left: 50%; transform: translateX(-50%);
bottom: 0; }
.mainlink{ padding: 10px; text-align: left; background: #fff;}
.mainlink a{ text-decoration: none; color: #000; font-size: 16px;}
.tab-content{ /*background: #fff;*/ }

.sidenav .subcategory{ }
.sidenav .subcategory ul{ display: flex; justify-content: space-between; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.sidenav .subcategory ul li{ flex-basis: 50%; max-width: 50%;}
.sidenav .subcategory ul li:nth-child(2n + 1){ padding-right: 5px;}
.sidenav .subcategory ul li:nth-child(2n){ padding-left: 5px;}
.sidenav .subcategory ul li button{ width: 100%;  display: block; cursor: pointer; background: #fff; border: none; padding: 0;}
.subcat-img{ width: 100%; height: 80px; overflow: hidden;}
.subcat-img img{ width: 100%; height: 100%; object-fit: cover; }
.subcat-title{ padding: 10px 15px; text-align: left; }

.sublinks{ padding: 10px; background: #fff; margin-top: 10px;}
.sublinks ul{ list-style: none; margin: 0; padding: 0; }
.sublinks ul li{ display: block; border-bottom: 1px solid #ddd; padding: 15px 0;}
.sublinks ul li:last-child{ border-bottom: none;}
.sublinks ul li a{ display: block; color: #333; }
.sublinks ul li a span{ float: right; margin-right: 5px; }

.result-title h2{     font-size: 23px;font-weight: 700;}

.postright  table tr td{ vertical-align: middle; }
.postright  table tr td:last-child{ white-space: nowrap; }
.postright  table tr td a{ display: inline-block; }
.postright  table tr td a img{ width: 60px; height: 60px; border-radius: 6px; }
.postright  table tr td.camping{ white-space: nowrap; }
.postright  table tr td .price{ float: inherit; display: inline-block; min-width: 100px;}
.postright  table tr td.singleprice{ }

.providers_row{ text-align: center;}
.plugin #providers .provider{ float: none; display: inline-block; }

.main-img-col{ padding: 30px 50px 0; }
h3.modal-title{ font-size: 24px; }

.child_info_append { border-top: 1px solid #eee; padding-top: 10px; }
.child_info_append .col-lg-6{ border-bottom: 1px solid #eee; margin-bottom: 10px;}

.seller-category{ border-radius: 8px; box-shadow: 0px 0px 8px rgba(0,0,0,0.2);  margin: 10px 0 20px; background-color: #f6f9f9; }
.seller-category .table{ margin-bottom:0; }
.seller-category .table tbody tr:last-child td{ border-bottom: none; }
.seller-category .cart-product-title{ min-width:100px; text-wrap: balance; word-wrap: break-word; word-break: break-all;}
.seller-category .cart-label{ min-width:100px; }

.seller-category{ position: relative; }





/****************************************************************************************/
/****************************************************************************************/
@media only screen and (max-width : 1199px) {
.navbar-expand-lg .navbar-nav .dropdown .nav-link { padding: 11px 15px; }
.shopping-cart{ padding: 6px 16px;}
.item-custom{ height: 380px;}
.home-carousel .carousel-item{ height: 380px;}

.product-grid .product-img { height: 190px; }
.product-grid .products { min-height: 420px; }

}


/*********************/
@media only screen and (max-width : 991px) {
    .search-col .list-group{ flex-direction: column;}

    /* header css  */
    .navbar { padding: 15px 10px 10px; }
    header ul{ float: inherit; text-align: left;}
    header ul li:first-child a{ border-left: none;}
    header ul li a{ border-left: none; }

    .product-description .column-1{ order: 2; }
    .product-description .column-2{ order: 1; margin-bottom: 20px; }
    .addcart span{ display: none;}

    .product-grid .products{ min-height: 470px;}
    .largebtn { padding: 9px 20px; }
    .btn-large { padding: 9px 20px; }

    .section-icons{ justify-content: right; margin-top: 2px;}
    .vendorimg{ margin: 0 15px 5px;}
    .searchbar button { top: 8px; }

    .mainnav .setting-mobile .dropdown-menu{ top: 52px;}
    header ul.beforelogin li a {  border-left: none; }

    .new-arrivals .product-img,
    .section-article .product-img, 
    .section-reccomenation .product-img, 
    .section-recent-product .product-img{
        min-height: 340px; max-height: 340px;
    }

    .leftbar{ display: block; }
    .product-list .product-img{ height: auto;}

    .product-grid .product-img { height: 180px; }
    .setting-mobile a{ margin-top: 1px;}

    .login-register.loginregisterdiv{ min-height:300px; }
    .loginregisterdiv.login-register{ padding: 30px 20px 20px; }
    .loginbg{ min-height: 300px; position: relative;}
    .login-register { padding: 30px 20px 20px; }
    .login-register h2{ display: none; }
    .loginbg h2{ 
        top: 25px;
        font-size: 25px; 
    }
    .login-register h3{ display: none; }
    .loginbg h3{ display: block; }
    .loginbg h3{
        font-size: 20px; margin: 0 0 0; text-transform: uppercase; text-align: center;
        position: absolute; left: 50%; transform: translateX(-50%); width: 100%; top: 40px; color: #fff;
    }
    .login-register.registerdiv h3 { margin: 0 0px 20px 0;  }
    .register-scrollbar{ padding: 0 0px 0 0; }
    .modal-body .login-close{ color: #fff; opacity: 1; text-shadow: none;}
    .flaticon-shopping-bags{ margin-top: 0;}
    .afterlogin .flaticon-shopping-bags { margin-top: 0px; }

    .child_info_append .col-lg-6:nth-child(2n+1){ border-bottom: none; margin-bottom: -5px;}
    .child_info_append .col-lg-6:last-child{ border-bottom: none}

}


/*********************/
@media only screen and (max-width : 991px) {  
 
    /* header css  */
    .mainnav .middlenav .navbar-collapse{ flex-basis: auto; text-align: right; padding-top: 0px;}
    #navbarCollapse{ margin-top: 5px;}
    .mainnav .middlenav .container{ margin: 10px auto 0;}
    .container.toprow .row{ margin-bottom: 5px;}
    .toprow ul.hidesell{ text-align: center;}
    
    .container.toprow .row .col-sm-4,
    .container.toprow .row .col-sm-8{ padding-right: 5px; padding-left: 5px; }
    .container.toprow .row .col-sm-8{ text-align: right;}
    .navbar-light .navbar-brand { font-size: 50px; }
    .mainnav .container{ display: flex; flex-direction: row;}
    .navbar-light .navbar-brand{ font-size: 50px;}
    .searchbar a{ display: none;}
    .navbar-collapse .searchbar { width: auto;} 
    .middlenav .navbar-nav{ width: auto; margin-top: 0px;}

    .search-desktop{display: none;}
    .search-mobile{ display: inline-block; }
    .cart-desktop{ display: none;}
    .cart-mobile{ display: inline-block;}
    .cart-mobile-desktop{ display: inline-block;}
    
    .search-mobile .searchbar{ margin: 0 0 !important; padding-top: 0;  }
    .search-mobile  .searchbar .form-control{ height: 40px;}
    .search-mobile{ width: calc(100% - 46px); position: absolute; z-index: 11; right: 0; top: 0; border-bottom: 1px solid #37b6b8; }
    .cart-mobile .shoppingdiv{ position: inherit;}
    .cart-mobile .shoppingdiv .shopping-cart{ position: relative;  }
    .cart-mobile .shoppingdiv .shopping-cart i{ /*color: #111;*/ color: #999; font-size: 25px;}
    .cart-mobile-desktop .shoppingdiv{ position: inherit;}
    .cart-mobile-desktop .shoppingdiv .shopping-cart{ position: relative; top: -7px;  }
    .cart-mobile-desktop .shoppingdiv .shopping-cart i{ /*color: #111;*/ color: #999; font-size: 25px;}
    .searchbar .form-control:focus{ outline: none; }

    .cart-mobile .shopping-cart{ background: none;}
    .cart-mobile .shopping-cart span{ display: inline-block !important;}
    .cart-mobile .shopping-cart.dropdown-toggle::after{ display: none;}

    .cart-mobile .shopping-cart span.cart-count{  position: absolute;
        top: -2px;
        right: -10px;
        background: #ff6f69;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 10px;
        line-height: 22px; }

    .cart-mobile-desktop .shopping-cart{ background: none;}
    .cart-mobile-desktop .shopping-cart span{ display: inline-block !important;}
    .cart-mobile-desktop .shopping-cart.dropdown-toggle::after{ display: none;}

    .cart-mobile-desktop .shopping-cart span.cart-count{  position: absolute;
        top: -6px;
        right: -10px;
        background: #ff6f69;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 10px;
        line-height: 22px; }

    .login-nav .fa{ display: inline-block;}
    .login-nav span{ display: none;}
    .register-nav .fa{ display: inline-block;}
    .register-nav span{ display: none;}
    .register-nav{ display: none !important;}

    .beforelogin #wishlist-total i,
    .login-nav .fa{ font-size: 25px; }

    .navbar-nav.beforelogin{ margin-top: -7px; }
   /*  .navbar-expand-lg.middlenav .navbar-nav .nav-link {  } */

    .setting-mobile{ display: inline-block; }
    .horse-mobile{  display:inline-block; position: relative;  height: 26px; width: 26px; margin: 0 2px 0 0}
    .horse-mobile a { position: absolute; left: 0; top: 5px;}
    .horse-mobile a img{  width: 22px; opacity: 0.6;}

    .plus-mobile{ }
    .plus-mobile a{ /* top:-2px; */ }


    /********* 11-03-24 ******/
    .nav-search.navbar { padding: 0px 0px; border-top: 1px solid #37b6b8; /*border-bottom: 1px solid #ccc;*/ }
    .navbar-dark .navbar-toggler{ border-right: 1px solid #37b6b8; border-radius: 0; padding: 5px 7px; border-bottom: 1px solid #37b6b8;}
    .searchbar .form-control{ border: none; padding: 10px 10px 10px 10px !important; border-radius: 0;}
    .search-mobile .searchbar .form-control{ height: 41px;}
    .nav-search.navbar.bg-dark{ background-color: #fff !important; }
    .search-mobile .searchbar .input-group-btn{ position: absolute; right: 46px; top: -2px;}

    .banner-slider{ margin: 0 0;}
    .plus-mobile{  }
    .mainnav.fixed-top .navbar-light .navbar-brand { font-size: 33px; }

    .custom-block { margin-left: -10px; margin-right: -10px; }  

    .trending-products .owl-prev { left: -5px; }
    .trending-products .owl-next { right: -5px; }
    .owl-prev { left:-5px; }
    .owl-next { right: -5px; }
    .caption2 a{ margin: 5px 3px 0 0; padding: 7px 5px;font-size: 13px;}

}


/**************/
@media only screen and (max-width : 767px) {

    .custom-search { flex-direction: column; }
    /* .custom-search .card{ display: block; margin-right: 0;} */
    .custom-search .card .card-header .heading{ width: 100%; margin: 0 0 10px; text-align: left;}
    .custom-search .card .card-header .heading i{ float: right;}
    /* .custom-search .card .collapseone{ width: 100%;} */

    /****** Banner slider *****/
    .banner-slider{ padding-left: 0px; padding-right: 0px;}
    /* .home-carousel { margin: 0 -5px; } */
    .item-custom{ display: inherit; }
    .item-custom .item-img{ width: 100%; height: 275px;}
    .item-custom .item-caption{ width: 100%; padding: 20px 0px 6px 0px; margin-left: 0; min-height: 180px;}
    .item-custom .caption2{ position: relative;
        z-index: inherit;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding: 0px 0 20px;
        color: #fff;
        height: 90px;
        left: 0; 
    }
    .home-carousel .carousel-item{ height: auto; overflow: inherit;padding-left: 15px; padding-right: 15px;}
    .item-custom{ height: auto; padding-top: 15px;}

    .home-carousel ol.carousel-indicators{ display: block; }
    .home-carousel ol.carousel-indicators{ width: calc(100% - 30px); bottom: inherit; top: 380px; display: flex !important;
        margin-left: 15px; margin-right: 15px; }

    .carousel-control-next, .carousel-control-prev{ margin-top: -30px;}
    .carousel-control-next { right:0px; }
    .carousel-control-prev{ left: 0px; }
    
    .product-grid .products{ min-height: 470px;}
    .cap-icon img{ width: 45px !important;}
    .carousel-control-next, .carousel-control-prev{ width: 30px; height: 34px; font-size: 20px;}
    .home-carousel ol.carousel-indicators{ left: 0;}
    .owl-carousel .owl-stage-outer { padding: 0 0px; }

    .navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-link{ padding: 0 10px;}
    .cart-mobile { padding: 0px 10px; }
    .cart-mobile-desktop { padding: 0px 10px; }
    .setting-mobile {padding: 0 0 0 10px; }
    .vendorimg { margin: 0 10px 5px; }
    span#customnoticount{ right: -3px;}
    #wishlist-total span{ right: -1px;}

    .middlenav i{ font-size: 22px;}
    .cart-mobile .shoppingdiv .shopping-cart i{ font-size: 24px; font-weight: bold;}
    .cart-mobile-desktop .shoppingdiv .shopping-cart i{ font-size: 24px; font-weight: bold;}
    .setting-mobile a i{ font-size: 25px;}
    .vendorimg img { width: 30px; }
    
    .new-arrivals .product-img,
    .section-article .product-img, 
    .section-reccomenation .product-img, 
    .section-recent-product .product-img{ /* min-height: 340px; max-height: 340px; */ min-height: 290px; max-height: 290px; }
    .tpicon { font-size: 20px;}
    .price{font-size: 14px;padding: 7px 8px;}
    .love {  padding: 7px 7px;}

    .views-gallery, .Zimage{ height: 320px;  }
    .sxy-zoom-container .sxy-zoom-bg{ max-height: 320px !important; }
    .views-gallery .bx-viewport {height: 250px !important;}

    .product-grid .product-img { height: 250px; }
    .flaticon-shopping-bags { width: 22px !important; height: 22px !important; }
    .title{ font-size: 32px; }

    .product-description { padding: 10px 0 10px 0; }
    /* .postright { margin-top: 0px; } */
    .add-product { padding: 30px 0 30px 0; }

    #progressbar li span{ display: none;}

    .nextdetail #accordion .panel .panel-collapse .input-group{ display: inherit; }
    .nextdetail #accordion .panel .panel-collapse .input-group .form-control { display: block;  width: 100%; border-radius: 4px;}
    .nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn { display: block;  width: 100%; margin-top: 15px; }
    .nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn .btn.largebtn{ width: 100%; }
    .nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn .btn.btn-large{ width: 100%; }
    .nextdetail #accordion .panel .panel-collapse .input-group .input-group-btn .greenbtn { border-radius: 5px 5px 5px 5px; }

    #button-payment-method.greenbtn { display: block; margin-top: 15px;}

}


/*************/
@media only screen and (max-width : 600px){
    .navbar-light .navbar-brand{ font-size: 45px;}
    .container.toprow .row{ padding-top: 0;}

}


/****************/
@media (max-width: 576px) {
    .addcart span{ display: none;}

}


/****************/
@media (max-width: 575px) {
    .product-grid .products{ min-height: 490px;}
    /* .owl-carousel.owl-loaded .owl-nav{ left: -15px; right: -15px; }
    .owl-carousel.owl-loaded .owl-prev { left: -10px; }
    .owl-carousel.owl-loaded .owl-next { right: -10px; } */

    .trending-products .owl-prev { left: -15px; }
    .trending-products .owl-next { right: -15px; }
    .owl-prev { left: -15px; }
    .owl-next { right: -15px; }
    .custom-block { margin-left: 0; margin-right: 0; }
    .home-carousel { margin: 0 0px; }
    .mainnav .setting-mobile .dropdown-menu{ top: 48px;}
    .price{font-size: 13px;padding: 9px 7px;}

    .views-gallery, .Zimage{ height: 300px; max-height: 300px; }
    .sxy-zoom-container .sxy-zoom-bg{ max-height: 300px !important; }
    .views-gallery .bx-viewport {height: 210px !important;}

    .price-box .price-row.last{ padding-bottom: 20px; }
    
    .product-info{ padding: 15px 10px;}
    .cart-mobile-desktop .shoppingdiv .shopping-cart{ top: -4px; }

    /* 
    #progressbar li{ width: 100%; display: block; min-height: 80px; }
    #progressbar li::before{ position: absolute; display: inline-block; left: 10px; top: 50%; transform: translateY(-50%);}
    #progressbar li::after{ top: 0px;  z-index: 1; left: 34px; width: 2px; height: 100%;  bottom: 0;}
    */
    
    .main-img-col{ padding: 30px 10px 0; }
    .fotosh { padding: 30px 0px; }
    

}


/***********/
@media only screen and (max-width : 480px){
    .navbar-light .navbar-brand{ font-size: 33px;}
    
    .login-nav .fa{ font-size: 24px; /* margin: 0 5px; */}

    .beforelogin #wishlist-total i{ font-size: 25px; /* margin: 0 5px; */}

    .cart-mobile .shoppingdiv .shopping-cart{ padding: 0 0;}
    .cart-mobile-desktop .shoppingdiv .shopping-cart{ padding: 0 0;}
    /***********/
    .caption2 a{ margin: 5px 3px 0 0; padding: 7px 5px;font-size: 13px;}
    .home-carousel ol.carousel-indicators li { width: 80px; }

    /* .products{ min-height: 520px;} */

    /*** Filter css **/
    .heading { padding: 10px 10px; }
    .custom-search{ overflow-x: auto; white-space: nowrap; display: block; overflow-y: hidden; }
    .custom-search .card .collapseone {
        position: fixed;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0; 
        z-index: 1111;
        border: none;
        width: auto;
    }
    .scrollbar { overflow-y: auto; max-height: calc(100% - 48px); }
    .accordion > .card > .card-header{ margin-bottom: 0;}
    .slider.slider-horizontal { width: calc(100% - 130px) !important; }
    .close-box{ display: block; padding: 10px 15px 10px; border-bottom: 1px solid #ccc; }
    .close-box span{ font-size: 18px;}
    .close-box a{ font-size: 18px; color:#555; float: right; padding: 10px 15px; margin: -10px -15px; border-left: 1px solid #ccc; }

    .custom-search .card .card-header .heading i{ display: none;}
    .left-panel{ margin: 0 -15px 15px; border-radius: 0;}

    .item-custom .item-img {  height: 190px; /* height: 220px; */  }
    .carousel-control-next, .carousel-control-prev{ margin-top: -20px;}
    .home-carousel ol.carousel-indicators{ top: 294px;/* top: 325px; */}

    .plus-mobile { margin: 0 10px 0 7px; }
    .navbar-expand-lg.middlenav .navbar-nav .nav-link{ padding: 0 10px;}
    .navbar-expand-lg.middlenav .navbar-nav .nav-item:last-child .nav-link{ padding-right: 0;}
    .navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-link{ padding: 0 5px;}
    .cart-mobile { padding: 0px 10px; }
    .cart-mobile-desktop { padding: 0px 10px; }
    
    .setting-mobile {padding: 0 0 0 8px; }
    .vendorimg { margin: 0 10px 5px; }
    .mainnav .setting-mobile .dropdown-menu{ top: 42px;}

    .shopping-cart i{font-size: 23px;}
  
    .product-grid .price{ width: 100%; margin: 10px 0 0;}
    .new-arrivals .product-img,
    .section-article .product-img, 
    .section-reccomenation .product-img, 
    .section-recent-product .product-img {
         /* min-height: 300px; max-height: 300px;  */ 
         min-height: 180px; max-height: 180px; 
        
    }
    .product-grid .products{ min-height: 430px;}
    .product-info p{ height: 75px; word-break: break-all; overflow: hidden;}
    /* .pricediv div.pull-left:nth-child(2n + 2){ float: right !important;} */

    .cap-icon img{ width: 35px !important;}
    .item-caption h2{ font-size: 20px;}
    .item-caption h3{ font-weight: normal; font-size: 16px; }
    .tpicon { font-size: 18px;}
    .price{font-size: 13px;  padding: 7px 5px; width: 100%; margin-top: 8px; }

    .product-grid .product-img { height: 180px; }
    .reset-filter button{ font-size: 12px;}
    .navbar-nav.beforelogin { margin-top: 0px; }
    .navbar-nav.beforelogin .cart-mobile-desktop{ padding: 0px 10px 0px 10px; }


}


/***************/
@media only screen and (max-width : 400px){
    .navbar-expand-lg.middlenav .navbar-nav.afterlogin .nav-link{ padding: 0 3px;}
    .cart-mobile-desktop { padding: 0px 3px; }

}


/**********/
@media only screen and (max-width : 360px){
    /* .navbar { padding: 15px 10px 10px; } */
    .beforelogin #wishlist-total i, 
    .login-nav .fa { font-size: 24px; /*  margin: 0 5px; */ } 
}

#partenerlogo.owl-carousel .owl-item img{ width: 80%; /*height: 100px;*/ }

/* @media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 970px !important;
    }
}

@media (min-width: 576px){
    .container, .container-sm {
        max-width: 755px;
    }
}  */
.product-listing {
    position: relative; /* Set position to relative for overlay positioning */
}

#loading-overlay {
    position: absolute; /* Position overlay relative to its container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
    z-index: 1000; /* Ensure it's above other elements */
    display: none; /* Initially hidden */
}

.product-listing .spinner {
    position: absolute; 
    top: 20%; 
    left: 50%; 
    font-size: 35px;
    transform: translate(-50%, -50%);
}

.product-layout.product-grid.col-lg-3,
.product-layout.product-grid.col-md-3,
.product-layout.product-grid.col-sm-6,
.product-layout.product-grid.col-6{
	padding-right: 7.5px;
  padding-left: 7.5px;
}
 /*  3996 */

/* 03-06-24 search switch */
.switch-container{ display: flex; align-items: center; margin-right: 10px;  position:relative;}
.switch-container label{ margin:0; }
.switch-container .switch{     width: 45px;  height: 20px; }
.switch-container .switch .slider{ border-radius: 36px; }
.switch-container .switch .slider::before{ border-radius:50%; left:2px; bottom:2px;}

.toggle-data{ position: absolute; z-index:11; left:0; top:calc(100% + 10px); background:#fff;  padding: 15px;
  width:300px; box-shadow:0 0 7px rgba(0,0,0,0.1); border-radius:6px; display: none; }
.toggle-data h4{ font-size: 15px; line-height: 20px; margin:10px 0;  }
.toggle-data p{ font-size: 13px; margin:10px 0; }
.toggle-data p span{ color:#37b6b8; }
.toggle-data p button{ border:none; background-color:transparent; color:#37b6b8; }


/********************/
@media only screen and (max-width : 575px) {
    .switch-container{ margin-bottom:6px; width:100%; }
    .cart-mobile-desktop{ position: inherit;}
    .shoppingdiv .dropdown-menu{ border-radius: 0; margin-top: 1px;}
    .productscroll { max-height: 270px; }
    .marketplace .postleft{ padding: 20px 15px; }
    .settingsleft { padding: 20px 15px; }

}
 
/* filter search save list */
 
.savesearch h4{display:inline-block; color: #37b6b8; font-size: 16px; margin-top: 7px; font-weight: 600; position:relative; }
.favoritebox{ background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1); border-radius:3px; margin:20px 0;}
.favoritebox .catrow{padding:15px 20px; border-bottom:1px solid #eee; display:flex; justify-content:space-between; align-items:center;}
.favoritebox .catrow:hover{ background:#edf6f7;}

.searchcon{  display: inline-block; margin-right: 15px; width: 30px; height: 30px; border-radius: 50%;
  background: #bbb; color: #fff; font-size: 16px; text-align: center; line-height: 28px; flex:1 0 auto;}
.cattitle{ color: #37b6b8; font-size: 15px; line-height: 20px; font-weight: 600; }
.brand{ font-size: 12px; color:#666; }
.catdelete{ font-size: 20px; color: #666; margin-left: 15px;}

.wraptooltip {
  cursor: help; position: relative; -webkit-transform: translateZ(0); 
}

.wraptooltip .tooltip {
background: #fff;
box-shadow:0 0 5px rgba(0,0,0,0.1);
top: calc(100% + 10px);
color: #666;
display: block;
left: -70px;
margin-bottom: 15px;
opacity: 0;
padding:8px 12px;
pointer-events: none;
position: absolute;
width: 320px;
-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
    transform: translateY(10px);
-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.wraptooltip .tooltip p{ color:#000; margin: 5px 0; font-size:15px;}
.wraptooltip .tooltip:before {
  bottom: 10px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* CSS Triangles - see Trevor's post */
.wraptooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #ccc 10px;
  top: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.wraptooltip:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* IE can just show/hide with no transition */
.lte8 .wraptooltip .tooltip {
display: none;
}
.lte8 .wraptooltip:hover .tooltip {
display: block;
}

@media only screen and (max-width : 767px) {
  .wraptooltip .tooltip{left:0; }
  .wraptooltip .tooltip::after {
    left:-50px;
  }
}


/*******************/
@media only screen and (max-width : 480px) {
  .favoritebox .catrow{ padding:15px 15px; }
}


/******************/
@media only screen and (max-width : 340px) {
  .wraptooltip .tooltip{width:300px; }
}


/*************** New */
.cartrow tr td a{ height:auto !important; padding:0 0 !important; word-wrap: break-word; word-break: break-all; white-space: normal; font-size: 13px; color: #555; }
.cartrow tr td{ word-wrap: break-word; word-break: break-all;}
.cartrow a:focus{ background-color: transparent; color: #333; }

.checkoutdiv .greenbtn { height:auto !important; }
.checkoutdiv .greenbtn i{ color: #fff !important; margin-top: 0 !important; vertical-align: middle; font-size: 22px; }

.checkoutdiv .whitebtn { height:auto !important; }
.checkoutdiv .whitebtn i{ color: #37b6b8 !important; vertical-align: middle; }
.checkoutdiv .whitebtn:hover i{ color: #fff !important; }

.cartbox li{ display: block;}

.settings1, .settings2 { display: block; }
.toggle-bar1, .toggle-bar2{ display: none;}



/****************/
@media (max-width: 992px) {
    .cartbox li{ display: block !important}


}


/**********************/
@media screen and (max-width: 991px) { 

    .settings1, .settings2 {
        display: none;
    }
    .toggle-bar1, .toggle-bar2 {
        display: inline-block; background: none; border: none; float: right; color: #666;
    }
    .toggle-bar2{ color: #fff;}
    .toggle-bar1.active + .settings1,
    .toggle-bar2.active + .settings2 {
        display: block;
    }

}


/* .cart-mobile .shoppingdiv .shopping-cart{ position: relative;  }
.cart-mobile .shoppingdiv .shopping-cart i{  color: #999; font-size: 25px;}
.cart-mobile-desktop .shoppingdiv{ position: inherit;} */


/****************************************/
/*********** Custom Checkbox ***********/
.tile {
    position: relative;
    display: block;
    margin: 10px 0;  
  }
  .tile label {
    cursor: pointer; 
    display: flex;
    justify-content: left;
    align-items: center;  
    margin: 0;
  }
  .tile label span{
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bfbfbf;
    border-radius: 6px;
    margin-right: 10px;
  }
  .tile label span img{ 
    width: 70%; height: 70%; object-fit: contain; 
  }
  .tile label h3{ margin: 0 0; font-size: 15px;}
  .tile input[type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
  }
  .tile:hover {
  }
  .tile.selected label span{
    background-color: #37b6b8 ;
  }
  .tile.selected label h3{
    color: #37b6b8;
  }
  
/* registration page add child */
.addchild-div{ position:relative; }
.childclose{ position: absolute;
  top: 2px;
  right: 15px;
  z-index: 1;
  color: #ff6f69;
  cursor: pointer;
  font-size: 18px; } 

 
 
  
/************ new 14-11-24 ***********/
.modal{ padding-right: 0 !important; }
.message-heading.mobileview .arrow-right,
.message-heading.mobileview .arrow-left{ display: none;}

.product-modal {
    box-shadow: 0px 0px 10px #eee;
    /*border-radius: 6px;*/
    display: inline-block;
    background: #fff;
    width: 100%;
    position: relative;    
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 15px;
}
.product-modal .productlink {    
    display: block;
    width: 100%;
    text-align: center;
  }
  .product-modal .productlink .product-title {
    min-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #111;
    font-size: 15px;
  }
  .product-modal .productlink .product-img{ height: 220px; }
  .product-modal .btn-round .btn{ width: 35px;  height: 35px; border-radius: 50%; line-height: 28px; font-size: 20px !important; margin-left: 6px; padding: 5px; }
  .product-modal .btn-round .btn.addcart{background-color: #37b6b8; border-color: #37b6b8; color: #fff;}
  .product-modal .btn-round .btn.removecart{background-color: #ff6f69; border-color: #ff6f69; color: #fff; line-height: 27px;}

  .carttable td{white-space: nowrap; padding: 15px 10px;}
  .carttable td.col-product-title{ white-space: normal;}
  .cart-label { margin-bottom: 5px; }

  .cross {
    position: relative; width: 20px; height: 20px; display: inline-block;
  }
  .cross:before, .cross:after {
    position: absolute; left: 9px; content: ' '; height: 20px; width: 2px; background-color: #fff;
  }
  .cross:before {
    transform: rotate(45deg);
  }
  .cross:after {
    transform: rotate(-45deg);
  }
  .plus { 
    position: relative; width: 20px; height: 20px; display: inline-block; 
}
  .plus:before, .plus:after {
    position: absolute;  content: ' ';  background-color: #fff;
  }
  .plus:before {
    width: 20px; height: 2px; left: 0; top: 10px;
  }
  .plus:after {
    width: 2px; height: 20px; left: 9px; top: 1px;
  }

.pro-bundle-title a{ display: inline-block; font-size: 16px;  }
.pro-bundle-title a span{ display: inline-block; vertical-align: middle; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd; overflow: hidden; margin-right: 10px;}
.pro-bundle-title a span img{ width: 100%; height: 100%; object-fit: cover;}

/*****************/
@media (max-width: 991px) {
    .message-heading.mobileview{ position: relative; text-align: center; }    
    .message-heading.mobileview .arrow-right,
    .message-heading.mobileview .arrow-left{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #37b6b8;
    border-left: 2px solid #37b6b8;
    position: absolute;
    z-index: 11;
    top: 5px;
    }
    .message-heading.mobileview .arrow-left{ transform: rotate(-45deg); left: 0px;}
    .message-heading.mobileview .arrow-right{ transform: rotate(135deg); right: 0px;}
    .product-modal .price{ margin-top: 0 !important;}

    /*************New*************/
    .seller-category.mobileview{ position: relative; text-align: center; }    
    
    .seller-category.mobileview .lleft,
    .seller-category.mobileview .rright{
        display: flex;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #f6f9f9;
        position: absolute;
        z-index: 9;
        top: 50%;
        transform: translateY(-50%);
        /* padding: 5px 5px; */
        justify-content: center;
        align-items: center;
    }
    .seller-category.mobileview .lleft{left: -10px; box-shadow: -6px 0px 6px rgba(0,0,0,0.1);}
    .seller-category.mobileview .rright{right: -10px; box-shadow: 6px 0px 6px rgba(0,0,0,0.1);}

    .seller-category.mobileview .lleft .arrow,
    .seller-category.mobileview .rright .arrow{
        display: inline-block;
        width: 9px;
        height: 9px;
        border-top: 2px solid #37b6b8;
        border-left: 2px solid #37b6b8;
    }

    .seller-category.mobileview .lleft .arrow{transform: rotate(-45deg); margin-left: 2px;}
    .seller-category.mobileview .rright .arrow{transform: rotate(135deg); margin-right: 2px;}

}
 
/****************/
@media (max-width: 767px) {
.product-modal .productlink .product-img {
    height: 160px;
  }
  .modal-header h5{font-size: 1.20rem;}
}


 /* Style the suggestion bubble */
 .suggestion-bubble {
    position: fixed;         /* Make it fixed on the page */
    bottom: 20px;            /* Position from the bottom of the page */
    right: 20px;             /* Position from the right of the page */
    background-color: #37b6b8;  /* Bubble background color */
    color: white;            /* Text color */
    padding: 15px;           /* Padding around the text */
    border-radius: 10px;     /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);  /* Shadow for 3D effect */
    display: none;           /* Hidden by default */
    font-size: 14px;         /* Text size */
    max-width: 300px;        /* Max width of the bubble */
    z-index: 1000;           /* Make sure it's on top of other elements */
    opacity: 0;              /* Initially invisible */
    transition: opacity 0.5s ease-out;  /* Fade out transition */
}

/* Add animation to show the bubble */
.suggestion-bubble.show {
    display: block;
    opacity: 1;
}

/****** New *****/

.myradio{ position: relative; padding-left: 32px;}
.myradio input[type="radio"]{ visibility: hidden; margin-right: 15px !important; position: absolute; z-index: 1;}
.myradio input[type="radio"]{}
.myradio .check{
    display: block;
    position: absolute;
    border: 5px solid #ccc;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    content: "";
    cursor: pointer;
}
.myradio .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }
.myradio input[type=radio]:checked ~ .check {
    border: 5px solid #37b6b8;
}  
.myradio input[type=radio]:checked ~ .check::before{
    background: #37b6b8;
}

/********** New 251224**********/
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #37b6b8;
    display: inline-block;
    vertical-align: middle;
}

input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    display: inline-block;
    vertical-align: middle;
}

input[type="radio"]:checked {
    background-color: #37b6b8; 
    border-color: #37b6b8;    
}

input[type="radio"]:hover {
    border-color: #37b6b8; 
}


.radio-button-group {
    display: flex;
    gap: 10px;
  }
  
  .radio-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .radio-button input[type="radio"] {
    display: none; /* Hide the default radio button */
  }
  
  .radio-button img {
   /*  width: 50px; */ /* Adjust the size as needed */
    height: 50px;
    /* border: 2px solid transparent; */ /* Default border */
    border-radius: 5px; /* Optional for rounded corners */
    transition: border 0.3s ease;
    border: 2px solid #b4b4b4; 
  }
  
  .radio-button input[type="radio"]:checked + img {
    border: 2px solid #37b6b8; /* Highlight border when selected */
  }

  textarea {
    width: 100%;
    height: 150px;
    overflow-y: auto; /* Scrollbar appears when content overflows */
    resize: none; /* Disable resize icon */
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.word-counter {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 14px;
    color: #555;
}