header .dropdown-item {
    transition: all ease-in-out 0.1s;
}

header .dropdown-item:hover {
    background-color: #fff8ec !important;
    color: #ff6600;
}

.login-btn,
.register-btn {
    padding-inline: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all ease-in-out 0.3s;
}

.register-btn:hover {
    background-color: #ff7f0a !important;
}

.register-btn:active {
    background-color: #e64905 !important;
}

.header-search {
    padding: 2px;
    height: 40px !important;
    background: #c92609;
    background: linear-gradient(
        158deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 26%
    );
}

.header-menu-rights a {
    color: #29292b;
    text-decoration: none;
}

.brand-dropdown {
    width: 95vw !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}

.card_btn svg path,
.card_btn .rounded-circle {
    transition: all ease-in-out 0.2s;
}

.card_btn:hover svg path {
    fill: #ff6600;
}

.card_btn:hover .rounded-circle {
    background-color: #0f5257 !important;
}

.nesletter-bar-input {
    font-size: 15px;
}

.nesletter-bar-input::placeholder {
    font-size: 13px;
}

.nesletter-bar-btn {
    font-size: 15px;
    font-weight: 600;
    width: 20%;
    transition: all ease-in-out 0.2s;
}

.nesletter-bar-btn:hover {
    background-color: #ff7f0a;
}

.nesletter-bar-btn:active {
    background-color: #e64905;
}

footer .copywights span {
    color: #3d3d3d !important;
    font-size: 12px;
    font-family: "Poppins-Regular";
}

footer .item-box:not(:last-child) {
    border-right: 1px solid rgba(61, 61, 61, 0.3);
}

@media only screen and (max-width: 786px) {
    footer .item-box {
        border-right: none !important;
    }
}

.btn-vendor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2672b5 !important;
    border-color: #2672b5 !important;
    height: 46px;
}

.prod-card {
    justify-content: space-between;
}

.prod-card:hover {
    border: 2px solid #e64905;
    box-shadow: none;
}

.prod-card .img_wrapper a:has(.main_prev) {
    display: block;
    aspect-ratio: 1;
}

.prod-card .img_wrapper img.main_prev {
    aspect-ratio: 1;
}

.secondary_pics {
    left: 10px;
    bottom: 10px;
}

.secondary_pics li {
    width: 20px;
    height: 20px;
    aspect-ratio: 1 !important;
    /* opacity: .4; */
}

.secondary_pics li.active {
    width: 23px;
    height: 23px;
    border: 2px solid #e64905;
}

.secondary_pics li img {
    width: 100%;
    aspect-ratio: 1;
}

.product_options {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    right: 10px;
    top: 10px;
}
.product_options li button {
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -webkit-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    -moz-box-shadow: -2px 1px 5px 0px rgba(176, 176, 176, 0.26);
    /* transition: all ease-in 2s; */
}

.product_options li button span {
    width: 0px;
    display: none;
    font-size: 12px;
    font-family: "Poppins-Regular";
    /* transition: all ease-in .3s; */
}

.product_options li button:hover {
    background-color: #fff;
    aspect-ratio: auto;
    padding: 8px;
    width: auto;
}

.product_options li button:hover span{
    display: inline;
    width: auto;
}

.prod-card .brand_wrapper a {
    text-decoration: none;
    color: #828282;
}

.prod-card h4,
.prod-card h4 a {
    font-size: 16px;
    font-family: "Poppins-SemiBold";
    color: #29292b;
    text-decoration: none;
    text-transform: capitalize;
    transition: all ease-in-out 0.2s;
}

.prod-card h4 a:hover {
    color: #e64905;
}

.prod-card h4 {
    display: block;
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-card .price_wrapper .regularPrice::after {
    content: "";
    background-color: #c9c9c9;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 40%;
    left: 0;
}

.prod-card .price_wrapper .regularPrice {
    position: relative;
    font-family: "Poppins-Medium";
    font-size: 15px;
    color: #828282;
    line-height: 17px;
    padding-inline: 4px;
}

.prod-card .price_wrapper .regularPrice .currency {
    margin-bottom: 4px;
}

.prod-card .price_wrapper .regularPrice .currency path {
    fill: #828282;
}

.prod-card .price_wrapper .activePrice {
    font-family: "Poppins-SemiBold";
    font-size: 22px;
    color: #0f5257;
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.prod-card .os_tag {
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-style: italic;
    color: #0f5257;
}

.prod-card .isStockOff_overlay::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    background-color: rgba(217, 217, 217, 0.4);
    backdrop-filter: blur(1px);
    /* z-index: 9; */
}

.prod-card .card-img-topoptions-l1-left {
    position: absolute !important;
    left: -10px;
    top: 10px;
    height: 30px !important;
    line-height: 30px !important;
}

.prod-card .gradient-progress {
    /* background-image: none !important; */
    background: #c92609;
    background: linear-gradient(
        171deg,
        rgba(201, 38, 9, 1) 0%,
        rgba(255, 102, 0, 1) 55%
    );
}

.prod-card .price_wrapper {
    position: relative !important;
    bottom: 0;
}

header .btn-close {
    filter: invert(1);
    cursor: pointer;
}

header .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#brands_dropdown_content .table thead th {
    background-color: #fff !important;
}

.ad_banner_wrapper {
    padding: 3px;
}

.ad_banner_wrapper a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ad_banner_wrapper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 425px) {
    #ad_bank_2_wrap {
        height: 31px;
        width: 100%;
    }
    /* .ad_banner_wrapper a img {
        object-fit: contain;
    } */
}

#ad_bank_2_wrap {
    height: 73px;
    width: 100%;
}

.btn {
    font-family: "Poppins-Medium";
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0;
    gap: 10px;
    padding: 10px 25px 10px 25px;
}

.btn-outline-light:hover svg path {
    fill: var(--bs-btn-hover-color);
}
/* 
.btn.viewall-btn_new {
    background-color: rgba(29, 29, 29, 1);
    color: white;
    font-family: "Poppins-Medium";
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0;
    gap: 10px;
    padding-inline: 20px;
} */
h3.section_title {
    font-family: "Poppins-SemiBold";
    font-size: 28px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.clearance-section {
    min-height: auto !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.brand_logo-holder {
    display: inline-block;
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    text-align: center;
}

.brand_logo-holder img {
    text-align: center;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.brand_logo-holder:hover img {
    filter: none;
}

.swiper-cta img {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    object-fit: cover;
    text-align: right;
}

.swiper-cta .carousel_content {
    position: relative;
    padding: 7rem 4rem 7rem 4rem;
    background: #000000;
    background: linear-gradient(
        166deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(255, 255, 255, 0) 55%
    );
}

.deals-section{
    min-height: auto !important;
}