b {
    font-weight: 600;
}
.social-info {
    margin-top: 32px;
}
ul.footer-social-list {
    display: flex;
    gap: 10px;

}
ul.footer-social-list li a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #ffffff00;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd420;
    border-radius: 5px;
}
ul.footer-contact-list {
    display: flex;
    gap: 10px;
}
ul.footer-contact-list li a {
    display: flex;
    width: 45px;
    height: 45px;
    background: #ffffff00;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd420;
    border-radius: 5px;
}
.pay-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #e5e5e5;
    border-radius: 8px;
    margin-top: 32px;
}
.pay-images img {
    max-width: 60px;
}
.search-style-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
div#header-search-result {
    position: absolute;
    background: white;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    top: 53px;
    display: none;
    z-index: 9;
    max-width: 700px;
    left: 50%;
    transform: translateX(-50%);
}
div#header-search-result.active {
    display: flex;
}
.search_list_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
}
a.products-search_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #BABABA;
}
.products-search_image {
    width: 100px;
}
.products-search_image img {
    height: 80px;
    width: auto;
    padding: 10px;
}
.products-search_info {
    position: relative;
    width: calc(100% - 100px);
}
p.products-search_name {
    color: #27272a;
    font-weight: 600;
}
.product-search-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    padding: 5px 0px;
    color: #6d6d6d;
}
.product-search-stock {
    font-size: 14px;
}
.products-search_other {
    position: absolute;
    right: 0;
    color: #ffd420;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
    bottom: 0px;
}
p.products-search_price_old {
    color: #717172;
    font-size: 16px;
    text-decoration: line-through;
    margin-right: 20px;
}
.modal-dialog .product-article {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
    color: #999999;
}
.modal-dialog .product-article span{
    padding-left: 8px;
    font-weight: 600;
}
.modal-dialog .product-price span {
    font-size: 32px;
    font-weight: bold;
    color: #ffc60b;
}

.cart-toast {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #1f1f1f;
    color: #fff;
    padding: 16px 22px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 9999;
    pointer-events: none;
    font-size: 15px;
}

.cart-toast.active {
    opacity: 1;
    transform: translateY(0);
}

.cart-toast-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-toast-icon {
    background: #ffc60b;
    color: #fff;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}
.cart-dropdown-wrap ul li {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 20px;
    flex-direction: row;
}
ul.tags-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
a.action-btn.hover-up.wishlist_add.active {
    border: 1px solid #ffc60b;
    color: #ffc60b;
}

.font-xs {
    display: flex;
}

.optional_product_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0px;
}
.optional_product_svg svg.size-6 {
    width: 25px;
    height: 25px;
    color: red;
    cursor: pointer;
}
span.product_info_hover {
    position: absolute;
    width: 270px;
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 400;
    bottom: 26px;
    left: 26px;
    padding: 8px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid black;
    display: none;
}
.optional_product_svg {
    position: relative;
    padding-left: 8px;
}
input.check-option {
    width: 22px;
    height: 22px;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
}
.optional_product_svg:hover span.product_info_hover {
    display: block;
}

.popup.popup-buy {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.popup.popup-buy {
    background: #000000b3;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.popup.popup-buy.active {
    display: flex;
}
.popup-cart-model {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    background: white;
    border-radius: 10px;
    max-height: 85vh;
    height: 535px;
}
.popup.popup-buy .popup-cart-model {
    max-width: 675px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
    background: white;
    border-radius: 25px;
    max-height: 85vh;
    height: 670px;
    margin-left: 5px;
    margin-right: 5px;
}
button.us-close {
    position: absolute;
    right: 0;
    top: -4px;
    transform: rotate(90deg);
    transition: transform .4s !important;
    width: 50px;
    height: 50px;
    background: #b1b1b100;
    border: 0;
    z-index: 1;
}
.popup.popup-buy button.us-close {
    position: absolute;
    right: -40px;
    top: -40px;
    transform: rotate(90deg);
    transition: transform .4s !important;
    width: 50px;
    height: 50px;
    background: #b1b1b100;
    border: 0;
    z-index: 1;
}
.catalog-buy_container.model-buy {
    padding: 20px;
}
.popup.popup-buy .catalog-buy_container.model-buy {
    padding: 20px;
    padding-bottom: 10px;
}
form.buy-credit {
    padding: 5px 25px;
}
.popup.popup-buy .us-modal-close-icon {
    border-color: rgb(255 255 255);
}
.us-modal-close-right {
    transform: rotate(45deg);
}
.popup_prod_info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 15px;
}
.popup_prod_info_image {
    display: flex;
    width: 105px;
}
.popup_prod_info_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 105px;
    width: calc(100% - 135px);
}
img {
    vertical-align: top;
    max-width: 100%;
}
.popup_prod_info_title {
    font-size: 24px;
}
span.module-price-card {
    color: #ffd420;
    font-size: 30px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
}
span.module-price-card span {
    color: #ffd420;
    font-size: 30px;
    font-weight: 600;
    margin-right: 0;
    letter-spacing: .3px;
}
.popup_credit_info_text {
    background: #ffd420;
    font-size: 24px;
    font-weight: 600;
    color: #00536E;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 34px;
    padding-left: 15px;
}
.popup_credit_info_text span {
    background: #00536e;
    color: #FFFFFE;
    display: block;
    width: 50%;
    border-radius: 10px;
    text-align: center;
}
.form-credit-title {
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.input-expand {
    position: relative;
    margin-top: 15px;
    width: 100%;
}
.input-expand input {
    width: 100%;
    height: 40px;
    outline: unset;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .24);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: background-color .3s, border-color .3s;
}
.input-expand label {
    position: absolute;
    left: 20px;
    top: -7px;
    background: white;
    padding: 0 5px;
}
.popup.popup-buy .submit-form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.submit-credit-text {
    font-size: 12px;
    width: 100%;
    color: #000000;
    padding-bottom: 10px;
}
.popup.popup-buy button.btn_form-next {
    background: #00536e;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 22px;
}
.submit-form button.btn_form-next {
    color: #27272a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    background-color: #ffd42000;
    padding: 8px 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ffd420;
    border-radius: 5px;
    margin-top: 5px;
}
.us-modal-close-icon {
    position: absolute;
    top: 12px;
    left: 25px;
    bottom: 12px;
    border: 1px solid #FFF;
}
.us-modal-close-left {
    transform: rotate(135deg);
}

.products_variations {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 24px;
}
.products_variations_items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
a.products_variations_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: calc((100% / 5) - 30px);
}
a.products_variations_item img {
    border: 1px solid #757575;
    border-radius: 5px;
}
a.products_variations_item.active img {
    border: 1px solid #ffd420;
}
a.products_variations_item.active span {
    color: #ffd420;
}

a.products_variations_item span {
    color: #3C3C3C;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


.price_product h4.text-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    min-width: 125px;
}
.price_total h4.text-brand {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-width: 125px;
}
.cart-page span.cart-price-old {
    font-size: 16px;
    text-decoration: line-through;
    color: #7e7e7e;
}
.cart-page span.cart-price-new {
    font-size: 22px;
}

.modal-dialog .deal {
    border-radius: 16px;
}
.modal-dialog h4.product-title {
    background: #ffffffb3;
    border-radius: 16px;
}
.modal-dialog .clearfix.product-price-cover {
    background: #ffffffb3;
    border-radius: 16px;
    width: max-content;
    padding-right: 16px;
}

.banners .banner-text {
    background: #ffffffb3;
    border-radius: 16px;
    padding: 16px 40px;
    margin: 16px;
    margin-top: 0px;
}
.article_widget .col-lg-1-5 {
    width: 100%;
}

.mega-menu-wrapper {
    width: 80vw;
    background: #fff;
    max-height: 80vh;
}

.mega-left {
    width: 250px;
    border-right: 1px solid #eee;
}

.mega-main-categories li {
    padding: 10px 15px;
    cursor: pointer;
}

.mega-main-categories li:hover {
    background: #f5f5f5;
}

.mega-right {
    flex: 1;
    padding: 20px;
}

.mega-content {
    display: none;
}

.mega-content.active {
    display: block;
    column-count: 4;
    column-gap: 40px;
}

.mega-subcategory {
    break-inside: avoid;
    margin-bottom: 25px;
}


.mega-subcategory h5 a{
    font-size: 16px;
    color: #00536e;
}
.mega-subcategory h5 {
    font-size: 20px;
    padding: 8px;
}

.categories-dropdown-wrap .mega-subcategory ul li {
    display: flex;
    align-items: center;
    line-height: 18px;
    border-radius: 5px;
    border: 0px solid #F2F3F4;
    padding: 5px 18px;
    margin: 0 16px 8px 0;
    height: auto;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}


@media (max-width: 721.98px) {
    .pay-images {
        flex-direction: row;
        justify-content: space-between;
        gap: 8px;
        background: #e5e5e5;
        border-radius: 8px;
        margin-top: 32px;
        padding: 8px;
        flex-wrap: wrap;
    }
    .logo.logo-width-1 a img {
        width: 90px;
        min-width: 90px;
    }
}