.footer-logo a img {
    width: 120px;
}
.top-bar-text {
    color: #fff;
}
.tf-top-bar .icon {
    color: #fff;
}

/*bag*/
.bag_box {
    text-align: center;
    border: 1px solid #bad5df;
    padding: 7px 7px 25px;
    margin-bottom: 35px;
}
.bag_box .bagimg{
    transition: 0.3s linear;
}
.bag_box:hover .bagimg{
    transition: 0.3s linear;
    transform: scale(1.03);
}
.filtertitle{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.canvas-header {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/**/

/*error*/
.page-404-wrap .image img {
    width: 260px;
    margin-bottom: 30px;
}
.page-404-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/**/

.wrapper-header a svg {
    color: #fff;
}

.card-product-info .tf-product-info-price .price-on-sale {
    font-size: 18px;
}
.card-product-info .tf-product-info-price .compare-at-price {
    font-size: 14px;
}
.tf-cart-totals-discount{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tf-cart-totals-discount h5 {
    font-size: 15px;
}
.tf-cart-totals-discount total-value {
    font-size: 15px;
}

.dash_warpper {
    display: flex;
    align-items: center;
    background: #ececec;
    padding: 10px;
    margin-bottom: 15px;
}
.dash_warpper .dash_ico {
    background: #005579;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.dash_warpper .dash_ico img {
    width: 33px !important;
    filter: brightness(0) invert(1);
}
.dash_cnt h4 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
}
.dash_cnt p {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}
.account-address-item {
    background: #0055791a;
    padding: 15px;
}
.point_event{
    pointer-events: none;
}
.bgdark{
    background-color: var(--darkblue);
}
.product-img1 h4 {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 500;
}
.shelfimg {
    position: relative;
    top: -5px;
    z-index: -1;
    height: unset !important;
}
.bagitems {
    border: 1px solid #0055790d;
    border-radius: 10px;
}
.baglist img.lazyloaded {
    height: 280px;
    object-fit: contain;
}
.coupouncode {
    width: 50%;
    margin: 20px auto;
}
@media(max-width:767px){
    .product-img1 h4 {
    font-size: 18px;
}

.abt_lt img {
    width: 200px;
}
}
.bagitems .card-product-wrapper {
    background: #f5f5f5;
}
.abt_lt {
    text-align: center;
}
.abt_lt img {
    width: 290px;
}
.bagbg {
    background: #f5f5f5;
}
.bagbg img {
    width: 220px !important;
    height: 300px !important;
    object-fit: contain !important;
    margin: 0 auto;
}
.product-img1 img {
    height: 185px !important;
}
.offersections img {
    width: 100%;
        height: 100%;
    object-fit: cover;
}
.offerimg {
    margin-bottom: 10px;
}
.offersections {
    width: 80%;
    margin: 0 auto;
}
.offerbox{
    display: flex;
    gap: 10px;
        justify-content: center;
}
.offr_rt_in {
    display: flex;
    gap: 10px;
}

@media(max-width:574px){
    .offersections {
        width: 100%;
        margin: 0 auto;
    }
    .offerbox{
        display: block;
    }
    .offr_rt_in {
        display: block;
    }
}

.hd-banner img {
    width: 100%;
}
@media(max-width:767px){
    .brandsec .wrap-slider {
        height: unset;
    }
}

/**/

/*Slider code*/
#carrousel .owl-carousel .owl-item:after {
    content: "";
    background: rgb(0 86 119 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#carrousel .owl-carousel .owl-item.center:after {
    content: "";
    background: transparent;
   
}
#carrousel .owl-carousel img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  object-fit: cover;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 12px 12px 10px -10px rgba(0, 0, 0, 0.25);
}
#carrousel .owl-carousel .owl-item {
  height: 350px;
  position: relative;
  transform: scale(0.7);
  -ms-transform: scale(0.7);
  transition: all 0.2s;
  -webkit-transform: all 0.2s;
  z-index: 1;
}
@media (max-width: 768px) {
  #carrousel .owl-carousel .owl-item {
    height: 270px;
  }
}
@media (max-width: 380px) {
  #carrousel .owl-carousel .owl-item {
    height: 200px;
  }
}
#carrousel .owl-carousel .owl-stage-outer {
  padding-bottom: 10px;
}
#carrousel .owl-item.big {
  transform: scale(1);
  -ms-transform: scale(1);
  z-index: 3;
}
#carrousel .owl-item.medium {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  z-index: 2;
}
#carrousel .owl-item.medium.mdright {
  /*border: solid 1px red;*/
  position: relative;
  left: -30px;
}
@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdright {
    left: 0px;
  }
}
#carrousel .owl-item.medium.mdleft {
  /*border: solid 1px blue;*/
  position: relative;
  right: -30px;
}
@media (min-width: 768px) {
  #carrousel .owl-item.medium.mdleft {
    right: 0px;
  }
}
#carrousel .owl-item.smallRight.active {
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  position: relative;
  left: -30px;
}
#carrousel .owl-item.smallLeft.active {
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  position: relative;
  right: -30px;
}
#carrousel .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
#carrousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}
#carrousel .owl-nav .owl-prev:hover {
  color: #adadad !important;
}
#carrousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 10px;
  background: transparent !important;
  color: #000 !important;
  font-size: 40px !important;
}
#carrousel .owl-nav .owl-next:hover {
  color: #adadad !important;
}
/*slider code ends*/

@media(max-width:574px){
    .baglist img {
        height: unset!important;
    }
}
@media (min-width:992px) and (max-width:1299px){
    .baglist img {
        height: unset!important;
    }
}
@media(max-width:992px){
    .filtersec .canvas-body {
        display: none;
        margin-bottom: 25px;
    }
}
@media(min-width:992px){
    .filtersec .tf-control-filter{
        display:none;
    }
   
}
 .showclass {
    display: block !important;
}


.catbox {
    background: #cee3eb;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 190px;
    margin-bottom: 15px;
}
.cat_cont h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.cat_cont p {
    margin-bottom: 12px;
    width: 280px;
    color: #5e5e5e;
}
.cat_img img {
    width: 220px;
    height: 145px;
    object-fit: contain;
}
@media(max-width:767px){
    .cat_cont p {
        width: 100%;
    }
}
@media(min-width:768px) and (max-width:991px){
    .cat_cont p {
        width: 190px;
    }
}