:root {
    --primary-color: #293068;
    /* Deep Royal Blue (GMR Blue) */
    --secondary-color: #0C1445;
    /* Deep Navy for depth */
    --accent-color: #3F8CFF;
    /* Sky Blue accent (optional highlight) */
    --text-color: #ffffff;
    --background-color: #f7f9ff;

    /* Gradient options */
    --gradient-bg: linear-gradient(135deg, #293068 0%, #0C1445 100%);
    --gradient-bg-soft: linear-gradient(135deg, #1F3ED1 0%, #293068 100%);

    --font-size-large: 18px;
    --padding: 12px;
}



@media only screen and (min-width: 768px) {
    .tabs-style-03 .box-cate-link .item.active {
        background: var(--primary-color);
    }
}

.md-dialog-inner .acount-menu {
    display: none
}


.payment-method-billing-address,
#opc-shipping_method {
    display: none !important;
}

#step_codes,
#step_code {
    background: white !important;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    border-radius: 5px;
}

#step_code {
    float: right !important;
}

#step_codes {
    float: left !important;
    width: 100%;
}

.passport-holder button {
    position: relative;
    float: right;
    top: -20px;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    color: white;
    background: #d31e4b;
    border: navajowhite;
}



button[role="add-address"],
.new-address-popup {
    display: none !important;

}


@media only screen and (min-width: 768px) {
    .page-header .header-middle .header-panel-container {
        padding: 20px 30px 20px 30px;
    }

    .page-header .sticky-menu:not(.active) .features-links>li {
        padding: 0px;

    }

    .page-header {
        margin-bottom: 0px
    }

}

.page-header .header-top {
    text-align: center;
}

.terminal-selection .terminal-txt {
    margin-bottom: 3px;
}

.terminal-icon img {
    height: 31px;
    margin-right: 5px;
    ;
}

.customer-service-text {
    color: grey;
}

.terminals a {
    color: var(--primary-color) !important;
    opacity: .3;
}

.terminals a.selected {
    opacity: 1 !important;
}

.page-footer .footer-content-bottom .footer-address {
    border: none;
}

.footer-highlight-content {
    display: contents;
    font-size: 1.4em;
    color: #000;
    font-weight: 600;
}

.page-footer .block.newsletter .content {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-header {
        margin-bottom: 0px;
    }
}

#category_slider {
    padding: 3rem;
}

#category_slider .item-image {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 1px solid #F5F5F5;

    align-items: center;

    justify-content: center;
    background-color: #F5F5F5;

}

#category_slider .item {
    text-align: center;
}

#category_slider .item-title {
    padding-top: 15px;
    font-weight: bold;
}

#category_slider .item-image img {
    max-width: 100px;
    margin: 0 auto;
}

/* Home Page Sections */
.cdz-block-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}




.cdz-block-title .b-desc {
    font: 400 16px / 1.35 "Playfair Display", Helvetica Neue, Verdana, Arial, sans-serif;
    font-size: 21px;
    font-style: italic;
    margin: 10px auto 0 !important;
}


.cdz-block-title:after {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100px;
    height: 3px;
    background: #282828;
    left: calc((100% - 100px) / 2);
}


@media only screen and (min-width: 768px) {
    .tabs-style-03 .box-cate-link {
        padding: 0 0 2rem 0;
        list-style: none;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .cdz-block-title .b-title.h2 {

        font-size: 2rem;
        line-height: 35px;
    }
}

.tabs-style-03 .box-cate-link li.active {
    border-bottom: 3px double var(--primary-color);
}

.text-main,
.nd-title {
    background-image: var(--gradient-bg);
    color: transparent;
    background-clip: text;

}

.desk_vertcial-menu-container:hover {
    color: var(--text-color) !important;
}

.product-image-photo {
    width: 80% !important;
    height: auto;

}

.product-list-style-03 .wrap-right .action.primary:focus,
.product-list-style-03 .wrap-right .action.primary:active,
.product-list-style-03 .wrap-right .action.primary:hover {
    color: white;
    border-color: none;
    background: transparent
}

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

.product-bottom {
    padding: 5px 5px !important;
    text-align: center;

    background-color: transparent !important;
}

.tab-content .products {
    margin-top: 0px;
}

.product-list-style-03 .wrap-right .cdz-product-labels,
.product-list-style-24 .cdz-product-labels {
    top: 0px;
    left: 0px;
}

.cdz-product-labels .label-item {
    background: var(--gradient-bg);
    font-size: 10px;
    font-family: 'Mulish';
    text-transform: capitalize;
    border-radius: 0px;
}



.product-list-style-24 .product-item-name {
    padding: 0px;
}

.breadcrumbs {
    padding: 10px 10px;
    margin: 2px;


}

.breadcrumbs .items>li {
    font-size: 12px;
}

.product-item .price-box {
    display: inline-flex;
    align-items: center;

}

.product-item .price-box .price,
.product-list-style-03 .wrap-right .price-box .special-price .price {
    color: darkred;
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Montserrat';
}

.product-item .old-price .price {
    color: #999;
    font-size: 11px;
    text-decoration: line-through;
    font-weight: 400;

}

.product-info-main .product.alert a {
    text-decoration: underline;
}

.product-list-style-24 .price-box .old-price,
.product-list-style-24 .price-box .special-price {
    float: none;
    margin-right: 5px;
}

.brand_name a {
    color: var(--primary-color) !important;
    text-transform: uppercase;

    font-size: 13px;
    font-weight: 900 !important;
    font-family: 'Mulish';
    letter-spacing: 1px;

}

.product-list-style-46 .action.tocart {
    position: absolute;
    right: -15px;
    bottom: -10px;
    display: inline-block;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 46px;

    text-align: center;
    border-radius: 100%;
    transition: all 500ms ease;
    backface-visibility: hidden;
    color: white;
    border-color: var(--primary-color);
    background: var(--gradient-bg);
    border-radius: 100% 0 0;
    padding-left: 10px;
}

.product-item form .field.qty {
    display: none;
}

.product-item-name {
    min-height: 40px;
}

.block-compare {
    display: none !important;
}

.product-item-info {
    border-radius: 5px;
}

.post-list-style05 .post-category {
    display: none
}

.old-price,
.old.price {
    text-decoration: none;
}

.product-view-style-03 .page-main {
    padding-top: 0px !important;
}


.product-static-text {
    display: none;
}

.header-bottom {
    margin-bottom: -2px;
    border: 1px solid #ddd;
}

.product-info-main .brand a {
    color: var(--primary-color) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900 !important;
    font-family: 'Mulish';
    letter-spacing: 1px;
}

.product-info-main .product-info-stock-sku {
    font-size: 13px;

}

.product-info-main .page-title-wrapper .page-title {
    font-size: 26px;
}

.product-info-main .price-box .special-price .price {
    font-size: 30px;
    color: #222222;
    font-weight: bold !important;
}

.product-social-links {
    width: 100%;
    display: inline-flex;
    align-items: baseline;
    justify-content: space-between;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin: 0px;
}

.field.street {
    display: none !important;
}

[name="shippingAddress.country_id"],
[name="shippingAddress.region"],
[name="shippingAddress.city"],
[name="shippingAddress.postcode"] {
    display: none;
}

.page-header .header-top {
    display: none;
}

@media only screen and (min-width: 768px) {

    .desk-vertcial-menu-container .menu-container {
        margin-top: -9px;
        padding: 0px;
    }

    .form_element_width_half {
        width: calc(50% - 10px) !important;
        float: left;
        margin-right: 10px !important;
    }

    .primary-passport .field._required:not(:first-of-type) {

        width: calc(50% - 10px) !important;
        float: left;
        margin-right: 10px !important;
    }

    .passport-holder .field._required:not(:first-of-type) {

        width: calc(50% - 10px) !important;
        float: left;
        margin-right: 10px !important;
    }

    #step_codes .field._required {
        width: calc(50% - 10px) !important;
        float: left;
        margin-right: 10px !important;
    }

    .field._required>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
    }


}

[class*="vertcial-menu-container"] .menu-title {
    border-right: 1px solid #ddd;
    border-radius: 0px;
    min-height: 54px;
    background: transparent !important;
    color: #222 !important;
}

.custom-ckfield-error {
    border: 2px solid red !important;
}

.desk-vertcial-menu-container {
    background: white;
}



.desk-vertcial-menu-container:hover {
    color: white !important;

}

@media (min-width: 768px) {
    .cdz-scroll-menu .m-top-list {

        width: 366px;

        box-shadow: none;
    }
}

.desk-vertcial-menu-container:hover {
    background: linear-gradient(90deg, #d31e4b -6.43%, #6b2369 103.92%) !important;
    color: white !important;

}


.ddf-menu {
    min-height: 45px;
}




#mobi_vertcial-menu-container {
    display: none !important;
}

@media only screen and (min-width: 768px) {
    .page-header .sticky-menu:not(.active) .header-search-wrap .header-search {
        padding: 1px;
        background: #222;
        border-radius: 25px;

    }
}

.header-search input.input-text {
    color: #222;
}

@media only screen and (min-width: 768px) {
    .page-header .header-middle .header-panel-container {
        padding: 20px 40px 20px 40px;
    }
}

@media only screen and (min-width: 768px) {
    .page-header .sticky-menu:not(.active) .features-links>li {
        padding: 0px;
        margin-right: -10px;
    }
}

@media only screen and (min-width: 768px) {
    .cdz-horizontal-menu .groupmenu {
        display: flex;
        justify-content: space-evenly;
    }
}

@media only screen and (max-width: 767px) {
    .page-main {

        margin-top: -1px;
    }

    .page-header .header-top {
        display: block;
    }

    .header-search input.input-text {
        font-size: 12px;
    }
}

.opc-wrapper .step-content {
    margin: 0px;
}

#checkout-step-title fieldset {
    border: 1px solid #fff;
}

.cdz-opc-wrapper .opc-wrapper .step-title {
    border-radius: 5px 5px 0 0 !important;
    background-color: #222;
}




.cdz-scroll-menu .m-org-list>.item.level0>.groupmenu-drop a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .cdz-scroll-menu .m-org-list>.item.level0>.groupmenu-drop {
        border-top: 1px solid #ddd;
    }

}

@media only screen and (min-width: 768px) {
    .cdz-detailed-02.product.info.detailed .product.items>.item.content {

        background: #f7f7f7;
        margin-bottom: 10px;


    }

    .featured-brands-menu {
        background-color: #f7f7f7;
        margin-top: -20px;
        margin-right: -20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .cdz-menu .item.level-top>.groupmenu-drop .groupmenu-drop-content {
        padding-left: 20px;
    }
}


.featuered-brand-title {
    font-weight: bold;
}

.featuered-brand-section a {
    text-transform: uppercase;
    font-size: 12px;
}

.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
    display: none;
}



/* For Click and Collect Hover */

.terminal-selection {
    display: flex;
    align-items: center;

    font-size: 1.2rem;
}

.terminal-selection::after {
    content: "▼";
    /* Downward arrow */
    position: absolute;
    right: 10px;
    color: white;
    /* Arrow color */
    transition: transform 0.3s ease;
}

/* On hover and active, show upward arrow */
.terminal-dropdwn:hover .terminal-selection::after {
    content: "▲";
    /* Upward arrow */
}

/* The container <div> - needed to position the dropdown content */
.terminal-dropdwn {
    background: var(--gradient-bg);
    padding: 10px 20px;
    color: white;

    position: relative;
    display: block;

    width: 100%;

}



/* Dropdown Content (Hidden by Default) */
.terminal-content {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;

    z-index: 9;
    top: 100%;
    border: none;
    border-radius: 0px 5px 5px 0px;
}

/* Links inside the dropdown */
.terminal-content a {
    color: #222222;
    padding: 10px 16px;
    font-weight: 500;

    display: block;
    background-color: #ddd;
}

/* Change color of dropdown link on hover */
.terminal-content a:hover {
    background-color: #ddd;
}

.terminal-icon {
    padding-right: 5px;
}

/* Show the dropdown menu on hover */
.terminal-dropdwn:hover .terminal-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.terminal-dropdwn .dropbtn {
    background: transparent;
    color: white;
    padding: 10px 10px;
    font-size: 14px;
    border: none;
}

.terminal-note {
    padding: 10px;
    text-align: justify;
    color: darkred;
    opacity: .8;
    font-size: 12px;
    font-weight: bold;
}


/* Home Page Section for tabs */

@media only screen and (min-width: 768px) {

    .product-list-style-24 .product-item-name,
    .product-list-style-24 .product-item-inner {
        text-align: left;
    }

    .product-list-style-24 .tocart.primary:before,
    .product-list-style-24 .tocart.primary:after {
        display: none;
    }

    .product-list-style-24 .product-bottom {
        text-align: right;
        float: right;
        position: absolute;
        bottom: 20px;
    }

    .product-list-style-24 .tocart.primary {
        font-size: 11px;
        background: var(--primary-color);
        color: #fff;
        padding: 5px 5px;

        border-radius: 5px;
    }


    .home-page-section>.cdz-block-title {

        margin: 0px;
        padding: 0px;
        text-align: left;
        position: absolute;

    }

    .home-page-section>.cdz-block-title::after {

        left: 0px;
    }

    .home-page-section .cdz-block-title-right {
        text-align: right;
        top: -10px;
        position: relative;
    }

    .home-page-section .cdz-block-title-right>a {
        background-color: transparent;
        color: #222;
        border: 1px solid #222;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }



    .home-page-section>.box-cate-link>li {
        text-align: center;
        display: inline-flex;
    }



    .home-page-section .cdz-block-title .b-title.h2 {


        font-size: 2.8rem;
        line-height: 48px;


        font-weight: 800;

        color: transparent;
        background-clip: text;
        background-image: var(--gradient-bg);
    }



    .home-page-section ul.abs-dropdown>li {
        cursor: pointer;
        display: inline-flex;

        /* border: 1px solid black; */
        margin: 0 10px;
        position: relative;
        z-index: 9;

        text-transform: uppercase;

    }

    .cdz-block-title .b-title.h2 {

        color: #222;
        font-weight: 800;
        font-size: 32px;
        font-family: 'FontAwesome';

    }


}

.product-item-name .product-item-link,
.page-header .product-item .product-item-link,
.product-item-link,
.product.name a {
    font-family: 'Mulish';
    font-weight: 400 !important;
    font-size: 14px;

}

.action.tocompare {
    display: none !important;
}

.product-list-style-03 .wrap-right .product-item-name {
    padding: 0 10px 5px 10px;

}

.product-list-style-03 .wrap-right .product-item-name {
    white-space: normal;
}

.brand-item .item-top {
    display: none;
}

@media only screen and (min-width: 768px) {
    .product-view-style-03 .product-main-top {
        padding: 20px;
        background: white;
    }

    .shop-by-brand-slider {
        padding: 20px 0px 20px 0px;
    }
}




/* Whisky Store */
div#box_logo .topnav a {
    display: inline-block;
    color: #03060d;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-right: 2px solid #8c8c8c;
    line-height: 1;
    font-family: "Bebas Neue", cursive;
}

#myTopnav {
    padding-bottom: 4rem;
    text-align: center;
}

#myTopnav .dropdown-contentR a {
    display: block;
    padding: 10px 20px;
    width: 100%;
    border-right: none;
    font-size: 16px;
    text-align: left;
}

#myTopnav .dropdownR {
    position: relative;
    display: inline-block;
}

#myTopnav .dropdown-contentR {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    z-index: 1;
}

#myTopnav .dropdown-contentR a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#myTopnav .dropdown-contentR a:hover {
    background-color: #f1f1f1;
}

#myTopnav .dropdownR:hover .dropdown-contentR {
    display: block;
}

#myTopnav a {
    display: inline-block;
    color: #03060d;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-right: 2px solid #8c8c8c;
    line-height: 1;
    font-family: "Bebas Neue";
}

.whisky-store-bestseller .text_box h3 {
    font-size: 7rem;
    text-transform: uppercase;
    text-align: left;
    font-family: "Bebas Neue";
    margin: 0;
    line-height: 0.8;
    font-weight: 400;
    color: #000000;
}

.whisky-store-bestseller span.sub_name {
    text-transform: uppercase;
    text-align: left;
    font-family: "Bebas Neue";
    line-height: 0.9;
    font-size: 11rem;
    display: block;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 0px;
    color: #000000 !important;
}

.whisky-store-bestseller .text_box p {
    font-size: 2rem !important;
    color: #000;
    line-height: 1.5;
}

/* Checkout Agrrement */
.checkout-agreements-block .field>.label {
    font-size: 12px !important;
    text-align: justify !important;
}

.checkout-agreements-block .action-show {

    opacity: .8;
    font-size: 12px;
    text-align: justify;
}

.additional-passports {
    float: left;
    width: 100%;
}

.how-it-works-section {
    text-align: center;
    color: white;
}

.how-it-works-section h1 {
    font-size: 45px;
    padding-bottom: 30px;
    color: white;
    font-weight: 600;
    font-family: Verdana;
}

.sidebar .block:not(.account-nav) .block-title,
.sidebar .block:not(.account-nav) .title {
    color: #fff;
    background: var(--gradient-bg);
    font: 500 16px / 1.35 Montserrat, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 0;
    min-width: 100%;
    border-bottom: 0px solid #d6d7d9;
    padding: 10px 20px;
    border-radius: 3px 3px 0 0;
}

.sidebar .block:not(.account-nav) {
    margin-bottom: 2rem;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
    border-radius: 5px;

}

.sidebar .block:not(.account-nav) .accordion,
.sidebar .block:not(.account-nav) .tagclaud-hld,
.sidebar .block:not(.account-nav) .block-content,
.sidebar .block:not(.account-nav) .content {
    padding: 15px 20px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.toolbar-products {
    margin-bottom: 30px;

    text-align: center;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.product-view-style-03 .product-info-main .page-title-wrapper .page-title {
    text-transform: capitalize;
}

.brand-item .abs-img img[src] {
    object-fit: contain;
    height: 78%;
    margin: 20px 0px;
}

.product-info-main .price-box .price-wrapper .price {

    font-family: 'Mulish';
}



@media only screen and (max-width: 767px) {
    .space-lg {
        margin-bottom: 25px;
    }


}

.page-footer .footer-content-top .footer.content {

    color: #222;
    background-color: lightgrey;

}

.page-footer .middle-top .col-left .footer-text {
    display: flex;
    align-items: baseline;

}

.minicart-items .product-item-name {
    min-height: max-content;
}

.counter-number {
    color: #fff;
}

.voice-search-btn {
    position: absolute;
    top: 10px;
    right: 50px;

}

.voice-search-btn .fa-microphone {
    font-size: 25px;
    cursor: pointer;
}

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


    .abs-dropdown {
        display: flex;
        justify-content: space-evenly;
    }

    .voice-search-btn {

        top: 15px;


    }

    #footer-content-1 .footer-text {
        margin-left: 20px;
    }
}

@media (min-width: 640px) {
    .product-item-actions .actions-primary+.actions-secondary {

        padding-left: 0px;

    }
}

@media only screen and (min-width: 768px) {
    .product-list-style-24 .tocart.primary>span:before {
        font-family: CodazonFont;
        content: none;
        margin-right: 5px;
    }
}


.product-info-main .product-info-stock-sku .attribute.sku {
    float: none;
}

.offfers_available {
    position: absolute;
    right: 0;
    top: 20%;
    border: 1px solid #9C2350;
    border-radius: 10px;
    max-height: 200px;
    overflow: auto;
    width: 40%;
}

.offfers_available h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px 10px 15px;
    background: #9C2350;
    color: white;
    font-family: 'Muli';
}

.offfers_available ul {
    padding: 0px 0px 0px 15px;
}

.offfers_available li {
    font-size: 13px;
    font-weight: bold;
    list-style: none;
    color: #d31e4b;
    font-family: 'Muli';
}



.product-list-style-45 {
    margin: 35px 25px 35px 25px;
}



.accordian-title {
    line-height: 1.8;
    font-size: 18px;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    color: #000;
    background: #eee;
}

.cms-about-us .list_box {
    text-align: left;
}

.cms-about-us .review_box {
    display: none;
}

.cms-about-us .tabs-content {
    background-color: #fff;
}


@media (min-width: 1024px),
print {
    .cdz-opc-wrapper #checkoutSteps>li {
        margin: 0 20px 20px 0;
        display: block;
        padding: 0;
        width: calc(100% - 20px);
        float: left;
    }
}

.cdz-opc-wrapper .opc-summary-wrapper {
    position: sticky;
    top: 0;

}

@media only screen and (max-width: 767px) {
    .tabs-style-03 .box-cate-link {
        padding: 0;

        background: transparent;

    }

    .shop-by-brand-slider {
        max-height: 150px;
        display: flex;
        align-items: center;
    }

    .brand-item .abs-img img[src] {
        object-fit: contain;
        height: 85%;
        margin: 0px;
    }
}

.box-cate-link .item.active a {
    color: red;
    padding: 5px 5px;
    font-size: 15px;
    border-bottom: 3px solid var(--secondary-color);
    font-weight: 700;

}

.home-page-section .abs-dropdown {
    text-align: center !important;
    position: relative;

    margin-bottom: 2.5rem;
}

.bdn-tab-content-wrapper {
    display: flex;
    flex-direction: column-reverse;

    /* Default for mobile */
}

.view-all {
    text-align: end;
    position: relative;
    top: -5rem;
}

.view-all a {
    background-color: transparent;
    color: #222;
    border: 1px solid #222;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 768px) {

    /* Adjust based on your desktop breakpoint */
    .bdn-tab-content-wrapper {
        flex-direction: column;
        /* Reverse order for desktop */
    }


}

@media only screen and (max-width: 767px) {
    .product-view-style-03 .product-info-main .product-social-links .product-addto-links {
        width: auto;
        float: left;
    }

    .product-info-main .brand {
        margin: 15px 0px 5px 0px;
    }

    .offfers_available {
        position: relative;
        width: 100%;
    }

    .product-reviews-summary {
        margin: 0px;
    }

}

@media only screen and (max-width: 480px) {
    .sorter-options {
        width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .stk-sidebar {
        width: 45%;
        position: absolute;
    }
}

.block.filter .filter-title strong::before {
    content: '\e60d';
    font-family: 'fontawesome';
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: sub;
}

.cdz-subcategories {
    display: none;
}

.cdz-social-listing::before {
    content: "Share :";
}

.cdz-menu .space-s {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .product-view-style-03 .product-info-main .price-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.product-info-main .product.alert {
    margin: 0;
}



#block-shipping {
    display: none !important;
}

.store-selection {
    margin: 0px;
    display: inline-flex;
}

.store-selection li {
    list-style: none;
    display: inline;
    padding: 5px 10px;
    border: 1px solid #9c2350;
    border-radius: 5px;
    background-color: white;
    margin: 0;
    display: inline-flex;
}

.store-panel li {
    list-style: none;
    padding: 0.5rem;

}

.store-selection li img {
    margin: 0px 5px;
}

.mobile-terminal-selection {
    background: #222;

}

.mobile-terminal-selection .terminal {

    justify-content: center;
    align-items: center;
    min-height: 35px;
    width: 100%;
    color: white;
}

.store-selection li.selected a:after {
    content: "\2713";
    display: inline-block;
    color: white;
    margin-left: 5px;
    font-weight: bold;
}

.store-selection li.selected {
    background: var(--gradient-bg);

}

.store-selection li.selected a {
    color: white !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-layout-category-full-width .page-main {
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 768px) {
    #enhanced-privacy-popup-agree {
        position: relative;
        right: 25px
    }
}

.payment-option-content:after {
    content: "Use Coupon Code 'DDF10' To Get Flat 10% Discount";
    color: #9C2350;
}



.checkout-index-index .minicart-items .product-item-details .details-qty {
    display: none !important;
}

.payment-method:last-of-type::after {
    content: "Note: In compliance with RBI guidelines and for your safety,we do not retain or store any credit or debit card information. Your payment details are securely handled by authorized payment gateways.";
    display: block;
    padding: 0px 0px 10px 0px;

    color: #555;
    font-style: italic
}

.magicslider .slick-prev,
.magicslider .slick-next {
    opacity: 1 !important;
    visibility: visible !important;
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
    background: rgba(0, 0, 0, .6);
    color: #ddd;
    border: none;
    box-shadow: none;
}

.magicslider .slick-prev:before,
.magicslider .slick-next:before {
    color: #fff;
}

/* Fathers Day */
.fathers-day-tabs li.tab-header.ui-state-active {
    background-color: transparent !important;
    border-bottom: 2px solid var(--primary-color) !important;
}

.father-day-head1 {
    font-size: 3rem;
    color: #282828;
}

.father-day-main-head {
    font-size: 4rem;
    color: #03060d;
    width: 80%;
    margin: 0 auto;

}

.father-day-head2 {
    font-size: 2rem;
    color: #555;
    padding-bottom: 3%;
    width: 80%;
    margin: 0 auto;
}

.post-list .post-info .item.post-author {
    display: none !important;

}

.airport-exclusive .cdz-item-tag {
    right: 20px !important;
}

.chanel-logo img {
    max-width: 400px !important;
    height: auto;
}

.nav-sections .header.links li.greet.welcome {
    display: none !important;
}


.contact-index-index .store-info .block-title {
    display: none !important;
}

.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .coupon-code {
    height: 40px;
    background: var(--primary-color);
    color: white;
}

/* .cdz-opc-wrapper .opc-sidebar .discount-code{
    display: none !important;
} */

#coupon-link {
    background: var(--primary-color);
    color: white;
    border-radius: 10px;
    padding: 10px 0px;

    width: 50%;
    text-align: center;
}

#coupon-link span {
    color: white !important;
    font: bold;
    font-size: larger;
}

.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply,
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel,
.coupon-list-container .modal-inner-wrap .modal-header {
    background: var(--primary-color);
}



/* Age Verification */
.age-verification-modal+div.modals-overlay {
    background-color: #9c2350 !important;
}

.verify {
    text-align: center;
}

.verify h1 {
    font-size: 3rem;
}

.popup-logo img {
    height: 150px !important;
    width: auto;
}

.age-verification-modal .modal-footer,
.age-verification-modal .action-close {
    display: none !important;
}

.buttons-set a:hover {
    background-color: #9c2350 !important;
    color: #fff;
}

.age-pop-up p.title {
    display: none !important
}

.age-pop-up .social span {
    font-size: 20px;
    padding: 0 0.75rem;
}

.age-pop-up p.title {
    background-color: #9d2350;
    display: none;
}

.age-pop-up p.title {
    margin: 0px;
    padding: 15px 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #1979c3;
    font-weight: bold;
}

.popup-logo {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 5px 0px !important;
}

p.head_age {
    margin: 0px;
    padding: 15px 0;
    font-size: 38px;
    line-height: 33px;
    text-transform: uppercase;
    color: #9c234e;
    background: #fff;
    font-weight: bold;
}

.pop_sec_area {
    position: relative;
    top: 0px;
}

aside.modal-popup.ageverification-poup._inner-scroll._show {
    background: #9c234e;
}

.modal-popup.ageverification-poup .modal-content {
    background: rgba(255, 255, 255, 1);
    padding: 0;
    padding: 30px;
    overflow: hidden;
}

div#popup {
    height: auto !important;
    max-width: 500px !important;
    padding-right: 30px;
}

.age-pop-up {
    text-align: center;
    display: none;
}

.pop-cont .buttons-set {
    border: none;
    margin: 0;
    padding: 25px 0 0 0;
    position: relative;
    top: -50px;
}

.pop-cont .buttons-set .button {
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 16px;
    background: #9c234e;
    padding: 13px 28px;
    text-decoration: none;
    display: inline-block;
    transition: 300ms all 0s;
    -webkit-transition: 300ms all 0s;
    line-height: 0.8;
    border: 0;
}

.pop-cont .buttons-set .button {
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 16px;
    background: #9c234e;
    padding: 13px 28px;
    text-decoration: none;
    display: inline-block;
    transition: 300ms all 0s;
    -webkit-transition: 300ms all 0s;
    line-height: 0.8;
    border: 0;
}

.pop-cont p.small {
    position: relative;
    top: -15px;
}

.pop-cont p.small,
.pop_sec_area p.small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #535353;
    margin: 0;
    font-weight: 500;
    padding: 10px;
}

p.small.copy_text {
    position: relative !important;
    top: 60px !important;
}

.pop-cont p.small,
.pop_sec_area p.small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #535353;
    margin: 0;
    font-weight: 500;
    padding: 10px;
}

.notverify .notverify-text-desc {
    color: black;
}

.notverify p {
    color: black;
}

.cdz-scroll-menu .m-top-list {
    width: clamp(200px, 25vw, 370px) !important;
}

.custom-offer-text{
    background: red !important;
}



