body {
    position: relative;
}

.sticky .header-search-box {
    min-width: auto;
    width: auto !important;
    display: none;
    margin-right: 0;
}

.sticky.fixed .header-search-box,
.sticky .header-search-box.mobile-search-box {
    display: block;
}

.sticky.fixed .main-nav-item {
    margin: 0;
}

.main-nav-item.has-submenu.position-static {
    padding-top: 4px;
}

.main-nav-item.has-submenu.position-static:first-child {
    padding-top: 0;
}
.whatsapp-popup {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 40px;
}
.whatsapp-popup p {
    margin: 0;
    padding: 0;
    color: #000;
}
.icon-box {
    width: 40px;
    height: 40px;
    margin-left: auto; /* pushes it to the right */
}
.whatsapp-popup img {
    width: 100%;
    height: 100%;
}

.header-top-info ul li {
    display: inline-block;
}

.header-name-area span {
    color: #015b9f;
    font-size: 20px;
}

.header-name-area p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -8px;
}

.details-facebook {
    text-align: center;
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    margin: 3px 0px;
    height: 35px;
    background-color: #4867aa;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.details-instagram {
    text-align: center;
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    margin: 3px 0px;
    height: 35px;
    background-color: #b73fb7;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.details-twitter {
    text-align: center;
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    margin: 3px 0px;
    height: 35px;
    background-color: #1da1f2;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.details-whatsapp {
    text-align: center;
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    margin: 3px 0px;
    height: 35px;
    background-color: #25d366;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.details-youtube {
    text-align: center;
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    margin: 3px 0px;
    height: 35px;
    background-color: #d62424;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.forgot,
.learn-btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 3px 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.facebook {
    color: #4867aa;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.instagram {
    color: #b73fb7;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.twitter {
    color: #1da1f2;
    text-align: center;
    font-size: 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.youtube {
    color: #d62424;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.whatsapp {
    color: #25d366;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.main-brands {
    padding: 2px;
    margin: 2px 0;
    border: 1px solid #000;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.brand-item {
    position: relative;
    display: block;
    margin: 1em auto;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid;
}

.main-brands:hover {
    border: transparent;
}

/* .brand-item:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.brand-item:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
} */

.wthree-btn {
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid;
}

/*-- deals-effect --*/
/* @-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 3oopx;
    height: 300px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 300px;
    height: 300px;
  }
}

.wthree-btn:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.wthree-btn:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.wthree-btn:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wthree-btn:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
} */

.wthree-btn:hover {
    color: #f5f5f5 !important;
}

/* .wthree-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  -moz-animation: criss-cross-left 0.8s both;
  -o-animation: criss-cross-left 0.8s both;
  -ms-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.wthree-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  -moz-animation: criss-cross-right 0.8s both;
  -o-animation: criss-cross-right 0.8s both;
  -ms-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
} */

.sub-header {
    /* background-color: #052043; */
    background-color: #052043;
    width: 90%;
    margin: auto;
}

.custom-container {
    width: 93%;
    margin: auto;
}

/* .header-border {
    padding: 2px 0px;
    background-color: #052043;
    width: 86%;
    margin: auto;
} */

.discount-btn {
    background-color: red;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    padding: 14px 18px 15px;
    text-decoration: none;
    white-space: nowrap;
    width: 250px;
    position: absolute;
    right: 2%;
}
.discount-btn:hover {
    background-color: rgb(155, 87, 87);
    border-radius: 10px;
    color: #fff;
}

.sub-header h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 4px 0px;
}

.cat-title {
    text-align: center;
    border: 1px solid #000;
}

.cat-title h4 {
    margin-bottom: 0;
    color: #052043;
}

.cat-title a:hover {
    color: #1f767c;
}

.cat-item {
    padding: 10px;
    overflow: hidden;
}

.cat-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-detail-cart-btn {
    background-color: #00aef0;
    color: #fff;
    border: 2px solid #00aef0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    margin-bottom: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

input[type="submit"].product-detail-cart-btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.btn-edit {
    background-color: #00aeec;
    border-color: #00aeec;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}
.btn-edit:hover {
    background-color: #fff;
    border-color: #00aeec;
    color: #00aeec;
}

.wishcart {
    background-color: orange;
    color: #fff;
    border: 2px solid orange;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.wishcart:hover {
    background-color: #ffa6009b;
    color: #000;
    border: 2px solid ffa6009b;
}

.footer-bottom {
    background-color: #000;
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.sidebar_btn {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}

.sidebarManu {
    width: 100%;
}

.sqr-btn i {
    color: red;
    font-size: 20px;
}

.sqr_btn_eye i {
    color: #333;
    font-size: 20px;
}

.product-detail-thumb .badges {
    background-color: red;
    border-radius: 40px;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    font-weight: 500;
    right: 15px;
    line-height: 18px;
    min-width: 45px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    z-index: 9;
}
.cart-button {
    text-align: center;
}

.single_price {
    font-size: 20px;
}

.coupon h4 {
    font-size: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-detail-cart-btn {
        font-size: 10px;
        height: 35px;
        min-width: 100px;
    }
}

@media only screen and (max-width: 600px) and (min-width: 360px) {
    .authencity {
        background-color: #052043;
        padding: 4px 0 !important;
        color: #fff;
        margin-top: -38px;
    }

    .authencity h3 {
        color: #fff;
        text-align: center;
        font-size: 11.1px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 2px;
    }
    .bottom-promo .banner .banner-content .text,
    .bottom-promo-mob .banner .banner-content .text {
        font-size: 10px;
        margin-right: 0px;
        margin-left: 0;
    }
    .bottom-promo .banner .banner-content .shop-now,
    .bottom-promo-mob .banner .banner-content .shop-now {
        font-size: 10px;
    }
}

.product-item-info {
    padding: 0 0px 0px;
    position: relative;
    top: -10px;
}

.product-item-info p {
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 6px;
    /* margin-top: -18px; */
    text-transform: uppercase;
    text-align: center;
    /* position: absolute; */
    left: 36%;
}

.product-item-info .productName-link h4 {
    font-weight: bold;
    line-height: 24px;
    height: 51px;
    overflow: hidden;
}
.product-item-info .productName-link h4 a {
    font-size: 16px;
}

/* .product-detail-cart-btn:hover {
    background-color: #ffa500;
    border-color: #ffa500;
    color: #000;
} */

.buynow:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.masonry-item .product-img {
    position: relative;
    overflow: hidden;
    /* height: 268px; */
}

/* .masonry-item .product-img img {
    width: 100%;
    height: auto;
} */

.masonry-item .product-img .pic-1 {
    backface-visibility: hidden;
    height: auto;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
}

.masonry-item .product-img .pic-2 {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
    display: inherit;
    filter: alpha(opacity=0);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.masonry-item:hover .product-img .pic-1 {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.masonry-item:hover .product-img .pic-2 {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.logo-main {
    height: 40px;
    width: 160px;
}

@media only screen and (max-width: 767px) {
    .product-item-info .productName-link h4 {
        line-height: 16px;
    }
    .product-item-info .productName-link h4 a {
        font-size: 12px;
    }

    .header-top-action-area .swiper-slide {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .logo-main {
        height: 40px;
        width: 100%;
    }
}

/* .product-item-title {
  height: 35px;
  overflow: hidden;
} */

/* .tab-pane{
  border: 1px solid;
    padding: 10px;
} */

.product_details {
    padding: 15px 0px;
    border-top: 1px solid #e5e5e5;
}

.feac-header {
    border-bottom: 1px solid #000;
    text-align: center;
}

.feature-link {
    display: flex;
}

.feature-link .name {
    font-weight: 400;
    color: #555;
    padding-right: 10px;
}

.feature-link .name {
    flex: 1 0 38%;
    font-size: 0.8125rem;
    margin: 0;
    background-color: #f5f0f0;
    padding: 2px 0px 2px 15px;
}
.feature-link .value {
    flex: 1 0 62%;
    font-size: 0.8125rem;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0px 2px 15px;
}

.list-group-item {
    padding: 3px 10px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    padding: 10px 0px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-banner-seven-item {
        padding: 125px 15px;
    }

    .section-two-space {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .order_submit {
        font-size: 16px;
    }

    .myaccount-table td {
        padding: 2px;
    }

    .myaccount-table th {
        padding: 2px;
    }
    .discount-btn {
        background-color: red;
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 130%;
        padding: 14px 18px 15px;
        text-decoration: none;
        white-space: nowrap;
        width: 250px;
        position: absolute;
        right: 35%;
    }
}

.features-row {
    border: 1px solid #000;
}

/* .features-row:last-child .feature-item{
    border-right: none;

} */

.feature-item span {
    font-size: 15px;
    text-align: left;
}

.feature-item p {
    font-size: 12px;
    text-align: left;
}

.mcartbtn {
    height: 25px;
    line-height: 20px;
}

.feature-svg {
    display: flex;
    align-items: left;
    border-right: 1px solid #ccc;
}

.another {
    border-right: 1px solid transparent;
}

.feature-svg .svg-name {
    margin-left: 3px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-two-space {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .product-detail-cart-btn {
        margin-bottom: 10px;
    }

    .footer-main .widget-title {
        margin-bottom: 10px;
    }

    .logo-main {
        height: 70px;
    }

    .order_submit {
        font-size: 16px;
    }
}

.product_scr {
    position: relative;
}

.suggestProduct {
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.suggestProduct ul li {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: pre-wrap;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
}

.feature-icon img {
    width: 50px;
    height: 50px;
}

/* .sidebar-area {
    width: auto;
} */
.filter-fixed {
    position: fixed;
    top: 10%;
    left: 1.5%;
}

@media only screen and (max-width: 767px) {
    .stock_out {
        padding-bottom: 20px;
        margin-top: 35px;
    }
    .discount-btn {
        background-color: red;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
        padding: 10px 10px 10px;
        text-decoration: none;
        white-space: nowrap;
        width: 233px;
        position: absolute;
        right: 30%;
    }

    .feature-svg {
        /* border-right: 1px solid #e5e5e5; */
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .svg-name {
        font-size: 13px;
        font-weight: 600px;
    }

    /* .header-top-action-area ul li {
        margin-left: 7px;
    } */

    .facebook {
        color: #4867aa;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .instagram {
        color: #b73fb7;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .twitter {
        color: #1da1f2;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .youtube {
        color: #d62424;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .whatsapp {
        color: #25d366;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .feature-link {
        border-bottom: 0.5px dotted #cfc9c9;
    }

    .coupon h4 {
        font-size: 13px;
    }

    .cat-title h4 {
        font-size: 11px;
    }

    .feature-item {
        align-items: center;
        /* border-right: 1px solid #000; */
        display: block;
        padding: 4px 0;
        text-align: center;
    }

    .header-search-box .form-control {
        height: 40px;
        line-height: 40px;
        padding: 5px 55px 7px 29px;
        /* width: 265px; */
        width: 100%;
        margin: 10px 0px;
    }

    .myaccount-table td {
        padding: 0px;
        font-size: 11px;
    }

    .myaccount-table th {
        padding: 0px;
        font-size: 12px;
    }

    .sqr_btn_eye i {
        font-size: 14px;
    }

    .sqr-btn i {
        font-size: 14px;
    }

    .header-name-area span {
        font-weight: 700;
    }

    .header-search-box .btn-src {
        height: 40px;
        line-height: 40px;
        width: 70px;
        /* background-color: transparent;
        color: black; */
    }

    .home_brand {
        padding: 0px 5px;
    }

    /* .wthree-btn {
    margin: 5px auto;
  } */

    .top-link-item a {
        font-size: 11px;
    }

    .feature-item span {
        font-size: 18px;
    }

    .col-6 {
        padding: 0px 8px;
    }

    .product-item-title {
        height: 45px;
    }

    .typeahead .dropdown-menu {
        width: 260px;
    }

    .typeahead .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        line-height: 15px;
    }

    .product-item {
        /* margin-bottom: 8px; */
        padding: 4px 10px 0px 8px;
    }
    .product-detail-cart-btn {
        height: 23px;
    }
}

@media only screen and (max-width: 575px) {
    .product-banner-seven-item {
        padding: 97px 15px;
    }
    .header-search-box .btn-src {
        width: 40px;
    }
    .add-cart-button {
        top: calc(86% - 5px);
    }
}

@media only screen and (max-width: 450px) {
    .product-banner-seven-item {
        padding: 62px 15px;
    }
}

@media only screen and (max-width: 450px) {
    .product-banner-seven-item {
        padding: 62px 15px;
    }
}

.order_submit {
    font-size: 40px;
    color: green;
    text-align: center;
}

/* .testClass ul li a {
    width: 100px;
    height: 150px;
} */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .header-search-box .form-control {
        /* width: 270px; */
        width: 100%;
    }

    .header-name-area span {
        font-size: 17px;
    }

    .feature-svg {
        border-right: 1px solid transparent;
    }

    .order_submit {
        font-size: 16px;
    }

    .masonry-item .product-img .pic-1 {
        height: auto;
    }

    .product-detail-cart-btn {
        margin-top: 6px;
    }
    .order {
        order: -1 !important;
    }

    .masonry-item .product-img .pic-2 {
        height: auto;
    }

    .product-item-title {
        font-weight: 700;
        line-height: 16px;
    }

    .product-item-title a {
        font-size: 12px;
    }

    .product-item-price .price-old {
        font-size: 12px;
    }

    .product-item-price {
        font-size: 12px;
    }

    .single_price {
        font-size: 20px;
    }

    .single_price .sinlge_old {
        font-size: 20px;
    }

    .product-item-price {
        /* margin-bottom: 10px; */
        margin-bottom: 0px;
    }

    .product-item-info {
        padding: 0 5px 5px;
    }

    .product-detail-cart-btn {
        font-size: 11px;
        height: 35px;
        min-width: 63px;
    }

    .product-detail-desc {
        margin-bottom: 10px;
    }

    /* .product-banner-seven-item {
    padding: 55px 15px;
  } */

    .section-two-space {
        padding-bottom: 27px;
        padding-top: 30px;
    }

    .header-top-info {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 5px 0;
    }

    .footer-main .widget-title {
        margin-bottom: 10px;
    }

    .product-item-title {
        font-weight: 700;
        height: 45px;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
    color: #052043;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 15px;
    transition: transform 0.2s ease-in-out;
}

.form-check-label {
    font-size: 14px !important;
}

.offCanvas #closeBtn {
    font-size: 25px;
}

.offCanvas .offCanvas_btn {
    background-color: #fff;
    color: #000;
    padding: 2px 12px;
    border: 1px solid rgb(189, 188, 188);
    font-family: FuturaBT-Medium;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: -4.5%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.offCanvas .offCanvas_btn button {
    background: none;
    border: none;
}

.offCanvas .offCanvas_btn button span {
    margin: 0 8px;
}

.offCanvas .offcanvas-end {
    width: 45%;
}

.offCanvas .offcanvas {
    z-index: 9999;
}

.offCanvas .offcanvas-body p,
.offCanvas .offcanvas-body ul li {
    font-family: FuturaBT-Medium;
    color: #000;
    font-size: 17px;
    margin-top: 15px;
    line-height: 1.5;
}
.offCanvas .offcanvas-body ul li i {
    font-size: 35px;
}

.offCanvas .btn.btn-outline-primary {
    border-color: #000;
    color: #000;
    padding: 10px;
    font-size: 16px;
}

.offCanvas .btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.offCanvas .btn.btn-outline-primary:hover {
    background-color: #000;
    color: #fff;
}

.offCanvas input.form-control {
    padding: 20px 10px;
}

.offCanvas .btn_subscriber {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.offCanvas .btn_subscriber:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.product_items_filter {
    width: 250px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    background-size: 1.2rem;
}

.offcanvas-start {
    width: 65%;
}

.home_brand {
    padding: 0px 4px;
}

.whats-btn {
    background-color: #03a84e;
    border: 1px solid #03a84e;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 35px;
    min-height: 35px;
    min-width: 107px;
    padding: 0 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.whats-btn:hover,
.whats-btn a:hover {
    color: #000;
}

.section-header {
    padding: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
    font-family: FuturaBT-Medium;
}
.section-header-2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 46px;
    margin: 0;
    font-weight: 700;
    font-family: FuturaBT-Medium;
}

@media only screen and (max-width: 600px) and (min-width: 360px) {
    .section-header {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 25px;
        margin: 0;
        font-weight: 700;
        font-family: FuturaBT-Medium;
        margin-top: 5px;
        /* float: left; */
    }

    .discount-btn {
        background-color: red;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 100%;
        padding: 7px;
        text-decoration: none;
        white-space: nowrap;
        width: 194px;
        position: absolute;
        right: 25%;
    }
}

@media only screen and (max-width: 360px) {
    .section-header {
        font-size: 20px;
    }
    .discount-btn {
        background-color: red;
        border-radius: 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        line-height: 126%;
        padding: 10px 14px 11px;
        text-decoration: none;
        white-space: nowrap;
        width: 200px;
    }
}

/* .section-header strong {
    color: #ffd281;
} */

.brand-bar-wrapper {
    display: grid;
    gap: 17px 0px;
    grid-template-columns: repeat(8, minmax(0, 233px));
    justify-content: space-between;
}

@media (max-width: 768px) {
    .brand-bar-wrapper {
        display: grid;
        gap: 17px 0px;
        grid-template-columns: repeat(3, minmax(0, 233px));
        justify-content: space-between;
    }
}

.styled-subscription-wrapper #newsLetterForm #newsLetterSubmit {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    height: 22px;
    line-height: 127%;
    margin-right: 0;
    margin-top: 0;
    min-width: 71px;
    padding: 4px 4px;
    position: absolute;
    right: 4px;
    top: 4px;
}
.styled-subscription-wrapper #newsLetterForm .description-subscribing {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    margin-top: 5px;
    opacity: 0.6;
    text-align: right;
}

.payment-img {
    height: 20px;
    width: 40px;
    margin-left: 5px;
}

.checkmarkLabel {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmarkLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #333;
}

.checkmarkLabel:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmarkLabel input:checked ~ .checkmark {
    background-color: #2196f3;
}

.view-all {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    padding: 14px 18px 15px;
    text-decoration: none;
    white-space: nowrap;
    float: right;
}

.checkmarkLabel:hover {
    color: #03a84e;
    background-color: rgba(173, 181, 189, 0.15);
    text-decoration: none;
}
.filter-items-wrapper .filter-wrapper .filtered-by {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.label-checkbox {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-left: 10px;
    padding: 0;
    text-decoration-line: none;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.form-check-input:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.btn.tab:hover {
    border: 1px solid #fff;
    background-color: rgb(62, 46, 107);
    color: #fff;
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.product-image {
    overflow: hidden;
}

.featured-deals-wapper
    .block-product-daily-deals
    .product-list
    .productItem:hover
    img {
    transform: scale(1.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.featured-deals-wapper
    .block-product-daily-deals
    .product-list
    .productItem:hover
    span {
    color: #04b995;
}
.featured-deals-wapper
    .block-product-daily-deals
    .product-list
    .productItem:hover
    .productName-link {
    color: black;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.featured-deals-wapper
    .block-product-daily-deals
    .product-list
    .productItem:hover
    .brand-name {
    color: black;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.product-name span {
    color: #04b995;
}
/* .product-name span:hover{
    color: #04b995 ;
} */

.section-wrapper {
    padding: 0px 10px 3px 10px;
    /* border-right: 1px solid #e38917;
    border-left: 1px solid #e38917;
    border-bottom: 1px solid #e38917;
    border-radius: 4px; */
    /* background-color: #ffe10e1f; */
    position: relative;
}

.brand-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: -20px;
    padding: 0px 0px;
    background-color: transparent;
    margin-bottom: 0px;
}
.brand-title::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #e38917;
    right: -9px;
    top: 50%;
}
.brand-title::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #e38917;
    left: -9px;
    top: 50%;
}
@media (max-width: 768px) {
    .brand-title {
        font-size: 24px;
        top: -16px;
        padding: 0px 0px;
    }
    .section-wrapper {
        padding: 0px 10px 5px 10px;
    }
    .brand-title::before {
        width: 22%;
        top: 50%;
    }
    .brand-title::after {
        width: 22%;
        top: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .brand-title {
        font-size: 24px;
        top: -16px;
        padding: 0px 0px;
    }
    .section-wrapper {
        padding: 0px 10px 5px 10px;
    }
    .brand-title::before {
        width: 19%;
        top: 50%;
    }
    .brand-title::after {
        width: 19%;
        top: 50%;
    }
}

.brand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.form-check-input {
    background-color: #fff;
}

@media (min-width: 1440px) {
    .lto-wrapper .swiper-slide:nth-child(3n) {
        left: 22px;
    }
}

.lto-wrapper .lto-image {
    width: 100%;
    height: auto !important;
}

.lto-wrapper p.lto-subtext {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15%;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}

.lto-wrapper p.lto-subtext .lto-red-text {
    color: #cc0000;
}

.lto-wrapper {
    display: block;
}

.heading-blog .link-all {
    display: none;
}

.blog-section .view-all {
    display: none;
}

.banner-image {
    position: relative;
}

.category-wrapper {
    /* background-color: #a5e3d78c;
    border-right: 1px solid #e38917;
    border-bottom: 1px solid #e38917;
    border-left: 1px solid #e38917;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; */
}

.slider-banner {
    position: relative;
}

.article-wrapper .article-image a:hover .banner-title a {
    font-size: 200px;
}

/* .article-item a:hover .banner-title a{
    color: #fff;
} */

.banner-title {
    position: absolute;
    right: 10px;
    bottom: 0px;
    text-align: center;
    font-size: 26px;
    transition: 0.5s;
}

.banner-title a {
    color: red;
}

/* .banner-title:hover{
    background-color: red;
    padding: 3px 5px;
    border-radius: 3px;
} */

.best-seller {
    background-color: orange;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fcompanyName {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.chatCall {
    color: #fff;
}
.chatCall h4 {
    color: #fff;
}

.branch-title {
    /* text-align: center; */
    color: #fff;
    margin-bottom: 0;
}

/* .wishlist-btn {
    border: none;
    width: 30px;
    height: 30px;
    float: left;
    background-color: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
} */
.wishlist-btn {
    border: none;
    float: left;
    font-size: 22px;
    margin-top: 6px;
    background-color: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.wishlist-btn i {
    color: lightgray;
    transition: all linear 0.3s;
}
.wishlist-btn:hover i,
.wishlist-btn.active i {
    color: red;
}
.featured-deals-wapper
    .block-product-daily-deals
    .product-list
    .productItem:hover
    i {
    color: red;
}
.product-item:hover i {
    color: red;
}

.add-cart-button {
    /* position: absolute; */
    top: calc(91% - 5px);
    right: 0;
    left: 0;
    padding: 0 10px 10px 10px;
    opacity: 1;
}
.productItem:hover .add-cart-button {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transform: scale(1);
    transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0s ease,
        transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
}

.productItem:hover {
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border: inherit;
    /* transform: scale(0.98); */
}
.masonry-item:hover .add-cart-button {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    transform: scale(1);
    transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0s ease,
        transform 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0s ease, transform 0.3s ease;
}

/* .masonry-item:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border: inherit;
    transform: scale(0.98);
} */

.stockAndWish li {
    display: inline-block;
}
.comment-reply-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    color: #242424;
    font-weight: 600;
}

.required {
    border: none;
    color: #e01020;
    font-size: 16px;
    line-height: 1;
}

.review-from {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    color: inherit;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color 0.5s ease;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.text-review {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}
.stars {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.brand-name {
    font-size: 14px !important;
    margin-top: -20px;
}

.productName-link {
    text-align: left;
    font-size: 17px;
    font-weight: bold;
}
.single-product-name {
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
}
.pro_brand {
    margin-top: -29px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: #000;
}
.pro_brand p {
    color: #000;
}

@media only screen and (max-width: 767px) {
    .copy-right {
        display: inline-block;
    }

    .add-cart-button {
        top: calc(86% - 5px);
    }
    .productName-link {
        text-align: left;
        font-size: 13px;
        font-weight: bold;
    }
    .pro_brand {
        margin-top: -17px;
    }
    .featured-deals-wapper
        .block-product-daily-deals
        .product-list
        .productItem
        .product-name
        .brand-name,
    .featured-deals-wapper
        .block-product-daily-deals
        .product-list
        .productItem
        .productName
        .brand-name {
        font-size: 13px;
        margin-top: -17px;
    }
    .wishlist-btn {
        margin-top: 8px;
        /* background-color: transparent; */
    }
    .whats-btn {
        min-width: 66px;
        padding: 0px 5px;
        font-size: 11px;
    }
    .single-product-name {
        font-size: 22px;
    }
    .pro_brand {
        font-size: 14px;
    }
}

.accordion-body {
    padding: 8px 26px;
}

/* ================================== */

/* Custom CSS Style Start */

.hero-five-slider-area .hero-five-slider-container .swiper-slide .img-box {
    height: 600px;
    width: 100%;
}
.hero-five-slider-area .hero-five-slider-container .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
}

.trust-content-section .trust-content-body .img-box {
    width: 100px;
    height: 100px;
}

.trust-content-section .trust-content-body .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.trending-banner-section {
    padding: 50px 0;
}

.trending-banner-section .trending-banner .img-box {
    width: 100%;
    height: 350px;
    position: relative;
}

.trending-banner-section .trending-banner .trending-info {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: 1;
    top: 0;
    left: 0;
}
.trending-banner-section .trending-banner .trending-info .trending-info-title {
    position: absolute;
    color: #fff;
    padding: 5px 15px;
    bottom: 50px;
    left: 50px;
    background-color: rgb(56, 56, 56, 0.5);
}

.trending-banner-section .trending-banner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* One Banner Section Style Start  */
.one-banner-image-section {
    padding: 40px 0;
}

.one-banner-image-section .img-box {
    width: 100%;
    height: 500px;
}
.one-banner-image-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* One Banner Section Style End  */
.blog-page-section .blog-body {
    /* border: 1px solid rgb(194, 192, 192); */
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
}


.blog-page-section .blog-body:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
}

.blog-page-section .blog-body .blog-info h3 {
    font-size: 20px;
    font-weight: 500;
}

.blog-page-section .blog-body .blog-info p {
    text-align: justify;
    color: #666;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

.blog-page-section .blog-body .blog-info p a {
    color: #00aeef;
}

.blog-page-section .blog-body .img-box {
    width: 100%;
    height: 260px;
     overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.blog-page-section .blog-body .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-page-section .blog-body .img-box {
    width: 100%;
    height: 350px;
}

.blog-details-page-section .blog-body .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-area .mobile-footer-menu .accordion .accordion-item {
    background-color: #000;
    border-top: 2px solid #c7c5c5;
    border-bottom: 2px solid #c7c5c5;
    margin-bottom: 8px;
}
.footer-area .mobile-footer-menu .accordion .accordion-button {
    color: #c7c5c5;
    padding: 5px 0;
}

.product-authentic-section {
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
}
.product-authentic-section .img-box {
    width: 80px;
    height: 80px;
}

.product-authentic-section .img-box img {
    width: 100%;
    height: 100%;
}

.slick-list.draggable .slick-track {
    width: 43368px !important;
}

.product-item .cart-button .outofstock {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background-color: #eee !important;
    color: #000 !important;
    border: none !important;
    font-size: 10px;
    height: 25px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.masonry-item:hover .product-item .cart-button .outofstock {
    display: none;
}

.newsLetterContent .img-box {
    width: 200px;
    height: 110px;
    margin: 0 auto;
}

.newsLetterContent .img-box img {
    width: 100%;
    height: 100%;
}

.footer-area .widget-item {
    width: 300px;
}
.footer-area .widget-item .input-block,
.footer-area .widget-item .input-block #newsLetterEmail {
    width: 225px;
}
.footer-area .widget-item .input-block #newsLetterEmail::placeholder {
    text-align: center;
}
@media screen and (max-width: 1600px) {
    .filter-fixed .sidebar-area {
        width: 220px;
    }
    .main-nav-item {
        margin: 0 6px;
    }
    .main-nav-link {
        font-size: 14px;
        padding: 7px 8px;
    }
    .offCanvas .offCanvas_btn {
        right: -5.5%;
    }

    .header-search-box .form-control {
        padding: 5px 55px 7px;
    }

    .filter-fixed .sidebar-area {
        width: 270px;
    }
}
@media screen and (max-width: 1500px) {
    .row-contained-EzA {
        width: 1400px;
    }
    .main-nav-link {
        font-size: 14px;
        padding: 7px 8px;
    }

    .filter-items-wrapper .filter-wrapper .filtered-by {
        font-size: 16px;
    }
    .accordion-button {
        font-size: 1rem;
    }
    .form-check-label {
        font-size: 14px !important;
    }

    .footer-main .widget-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 1400px) {
    .row-contained-EzA {
        width: 1300px;
    }
    .offCanvas .offCanvas_btn {
        right: -6%;
    }

    .section-header {
        font-size: 30px;
    }

    .filter-fixed .sidebar-area {
        width: 190px;
    }

    .main-nav-item {
        margin: 0;
    }
    .main-nav-link {
        font-size: 13px;
        padding: 7px 8px;
    }

    .submenu-nav-mega-link {
        font-size: 11px;
    }
    .submenu-nav-mega-item {
        width: 120px;
    }

    .header-search-box .form-control {
        padding: 5px 45px 7px;
        height: 35px;
    }
    .header-search-box .btn-src {
        height: 35px;
        width: 35px;
    }
    .sticky.fixed .header-search-box .form-control {
        height: 28px;
    }
    .sticky.fixed .header-search-box .btn-src {
        height: 28px;
        width: 28px;
    }

    .filter-items-wrapper .filter-wrapper .filtered-by {
        font-size: 14px;
    }
}
@media screen and (max-width: 1300px) {
    .row-contained-EzA {
        width: 1200px;
    }
    .header-top-info ul li {
        font-size: 12px;
    }
    .filter-fixed .sidebar-area {
        width: 170px;
    }

    .sidebar-area .widget-item {
        padding: 10px;
    }

    .accordion-button {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 1200px) {
    .row-contained-EzA {
        width: 1100px;
    }
    .submenu-nav-mega-item {
        width: 110px;
    }
    .offCanvas .offCanvas_btn {
        right: -6.5%;
    }
    .main-nav-link {
        font-size: 12px;
        padding: 0 7px;
    }
    .filter-fixed .sidebar-area {
        width: 165px;
    }
    .sidebar-area .widget-item {
        padding: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .row-contained-EzA {
        width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .row-contained-EzA {
        width: 900px;
    }
}

@media screen and (max-width: 900px) {
    .row-contained-EzA {
        width: 800px;
    }
}

@media screen and (max-width: 800px) {
    .row-contained-EzA {
        width: 700px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1328px) {
    .sticky.fixed .product_scr {
        width: 30%;
        margin: 0 auto;
    }
    .sticky.fixed .product_scr input#search2 {
        width: 100%;
    }

    .sticky.fixed .product_scr input#search2::placeholder {
        text-align: center;
    }
    .hand-icon {
        margin-top: 2px !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1190px) {
    .filter-fixed .sidebar-area {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .footer-area .widget-item {
        width: auto;
    }
    .footer-area .widget-item .input-block,
    .footer-area .widget-item .input-block #newsLetterEmail {
        width: 270px;
    }
    .footer-area .widget-item .input-block #newsLetterEmail::placeholder {
        text-align: left;
    }
    .subscribe .field-icons {
        margin-left: -20px;
        width: 100%;
        /* background-color: red; */
    }
    .subscribe .field-icons input {
        margin-left: -30px;
        padding: 0;
        width: 300px;
    }
    .trending-banner-section .trending-banner .img-box img,
    .one-banner-image-section .img-box img,
    .blog-page-section .blog-body .img-box img,
    .blog-details-page-section .blog-body .img-box img {
        object-fit: fill;
    }
    .offcanvas {
        z-index: 99;
    }
    .mobile-slider
        .hero-five-slider-area
        .hero-five-slider-container
        .swiper-slide
        .img-box {
        height: 530px;
    }

    .offCanvas .offCanvas_btn {
        right: -8.5%;
    }
}

@media screen and (max-width: 767px) {
    .fixed-div-container .second-div {
        width: 65%;
    }
    .fixed-div-container .third-div {
        width: 22%;
    }
    .fixed-div-container .second-div a {
        font-size: 14px;
        line-height: 16px;
    }
    .fixed-div-container .third-div span {
        font-size: 14px !important;
    }
    .row-contained-EzA {
        width: 100%;
    }

    /* .product-item .add-cart-button {
        display: none;
    } */

    .product-item .cart-button .outofstock{
        top: 0px;
    }
    .mobile_product_filter select {
        font-size: 14px;
    }
    .newsLetterContent .img-box {
        width: 120px;
        height: 80px;
    }
    .btn-register-now.login-btn {
        padding: 11px 10px 10px;
    }
    .header-search-box .btn-src {
        left: 0 !important;
        background: none;
        color: #000;
    }
    .header-search-box .form-control {
        padding-left: 35px;
        background: none;
    }

    .header-top-info,
    .header-top-action-area {
        width: 100%;
    }
    .section-header {
        font-size: 22px;
    }

    .modal-backdrop {
        z-index: 1 !important;
    }
    .header-action-cart {
        font-size: 15px;
        margin: 0 0 0 5px;
    }
    .header-action-cart {
        margin: 0 0 0 10px;
    }
    .header-info-dropdown .btn-info {
        font-size: 15px;
        padding: 0;
    }
    .blog-page-section .blog-body .blog-info {
        padding: 0 10px 10px;
    }
    .whatsapp-popup {
        bottom: 5px;
        right: 10px;
    }
    .offCanvas .offCanvas_btn {
        right: -18.5%;
    }

    .offCanvas .offcanvas-end {
        width: 92%;
    }

    .offCanvas #closeBtn {
        font-size: 20px;
    }
    .accordion-button {
        font-size: 1rem;
        font-weight: 500;
    }
    .trending-banner-section,
    .one-banner-image-section {
        padding: 20px 0;
    }

    .row-contained-EzA {
        padding: 0px 20px;
    }

    .row-contained-EzA.top_brand {
        padding: 0px 10px;
    }

    .blog-page-section .blog-body .img-box,
    .trending-banner-section .trending-banner .img-box,
    .one-banner-image-section .img-box {
        height: 200px;
    }

    .blog-details-page-section .blog-body .img-box {
        height: 250px;
    }

    .trending-banner-section
        .trending-banner
        .trending-info
        .trending-info-title {
        padding: 0 20px;
    }

    .trust-content-section .trust-content-body .img-box {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 360px) {
    .mobile-slider
        .hero-five-slider-area
        .hero-five-slider-container
        .swiper-slide
        .img-box {
        height: 450px;
    }

    .offCanvas .offCanvas_btn {
        right: -20%;
    }
}
