/* Fonts */

/* Mulish */
@import url("../fonts/mulish/stylesheet.css");
/* font-family: 'Mulish'; */

/* Albert Sans */
@import url("../fonts/albert-sens/stylesheet.css");
/* font-family: 'Albert Sans'; */

/* Playfair Display */
@import url("../fonts/playfair-display/stylesheet.css");
/* font-family: 'Playfair Display'; */

/* PLAYFUL RUNWAY */
@import url("../fonts/playful-runway/stylesheet.css");
/* Different Name */

/* Source Serif 4 48pt */
@import url("../fonts/source-serif-4-48pt/stylesheet.css");
/* font-family: 'Source Serif 4 48pt'; */

/* Muli */
@import url("../fonts/muli/stylesheet.css");
/* font-family: 'Muli'; */


/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --skinColor: #12A366;
    --skinColor2: #39C246;
    --skinColor3: #EF4A4A;
    --skinLightColor: rgba(18, 163, 102, 0.1);
    --whiteColor: #FFF;
    --blackColor: #000;
    --darkColor: #0F1311;
    --darkColor2: #100D0E;
    --darkColor3: #0D0E10;
    --darkHoverColor: #272E2E;
    --grayColor: #818195;
    --grayColor2: #65716B;
    --grayColor3: #9E9EA9;
    --borderColor: #DBDBDB;
    --borderColor2: #D9D9DF;
    --lightColor: #F2F4F6;
    --lightColor2: #F7F8FA;
}
body{
    padding: 0;
    margin: 0;
    color: var(--grayColor);
    font-family: 'Albert Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    transition: .3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus{
    box-shadow: none;
}
.btn,
button{
    border: none;
    outline:none;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}


/* Column Row Gap */
.g-20px{
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-20px{
    --bs-gutter-x: 20px;
}
.gx-32px{
    --bs-gutter-x: 32px;
}
.gy-20px{
    --bs-gutter-y: 20px;
}
.gy-30px{
    --bs-gutter-y: 30px;
}

/* Flex Gap */
.gap-2px{
    gap: 2px !important;
}
.gap-3px{
    gap: 3px !important;
}
.gap-6px{
    gap: 6px !important;
}
.gap-10px{
    gap: 10px !important;
}
.gap-11px{
    gap: 11px !important;
}
.gap-12px{
    gap: 12px !important;
}
.gap-14px{
    gap: 14px !important;
}
.gap-18px{
    gap: 18px !important;
}
.gap-20px{
    gap: 20px !important;
}
.gap-22px{
    gap: 22px !important;
}
.gap-26px{
    gap: 26px !important;
}
.gap-28px{
    gap: 28px !important;
}
.gap-30px{
    gap: 30px !important;
}

/* Flex Column Gap */
.column-gap-2px{
    column-gap: 2px !important;
}
.column-gap-6px{
    column-gap: 6px !important;
}
.column-gap-10px{
    column-gap: 10px !important;
}
.column-gap-12px{
    column-gap: 12px !important;
}
.column-gap-14px{
    column-gap: 14px !important;
}
.column-gap-18px{
    column-gap: 18px !important;
}
.column-gap-20px{
    column-gap: 20px !important;
}
.column-gap-22px{
    column-gap: 22px !important;
}
.column-gap-26px{
    column-gap: 26px !important;
}
.column-gap-28px{
    column-gap: 28px !important;
}
.column-gap-30px{
    column-gap: 30px !important;
}


/* Margin Bottom */
.mb-2px{
    margin-bottom: 2px !important;
}
.mb-6px{
    margin-bottom: 6px !important;
}
.mb-7px{
    margin-bottom: 7px !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.mb-12px{
    margin-bottom: 12px !important;
}
.mb-14px{
    margin-bottom: 14px !important;
}
.mb-18px{
    margin-bottom: 18px !important;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.mb-22px{
    margin-bottom: 22px !important;
}
.mb-26px{
    margin-bottom: 26px !important;
}
.mb-28px{
    margin-bottom: 28px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.mb-33px{
    margin-bottom: 33px !important;
}
.mb-40px{
    margin-bottom: 40px !important;
}
.mb-50px{
    margin-bottom: 50px !important;
}
.mb-60px{
    margin-bottom: 50px !important;
}
.mb-80px{
    margin-bottom: 80px !important;
}
.mb-100px{
    margin-bottom: 100px !important;
}

/* Margin Top */
.mt-1px{
    margin-top: 1px !important;
}
.mt-2px{
    margin-top: 2px !important;
}
.mt-6px{
    margin-top: 6px !important;
}
.mt-10px{
    margin-top: 10px !important;
}
.mt-12px{
    margin-top: 12px !important;
}
.mt-14px{
    margin-top: 14px !important;
}
.mt-18px{
    margin-top: 18px !important;
}
.mt-20px{
    margin-top: 20px !important;
}
.mt-22px{
    margin-top: 22px !important;
}
.mt-26px{
    margin-top: 26px !important;
}
.mt-28px{
    margin-top: 28px !important;
}
.mt-30px{
    margin-top: 30px !important;
}
.mt-50px{
    margin-top: 50px !important;
}
  
/* Padding */
.p-2px{
    padding: 2px !important;
}
.p-6px{
    padding: 6px !important;
}
.p-10px{
    padding: 10px !important;
}
.p-12px{
    padding: 12px !important;
}
.p-14px{
    padding: 14px !important;
}
.p-18px{
    padding: 18px !important;
}
.p-20px{
    padding: 20px !important;
}
.p-22px{
    padding: 22px !important;
}
.p-26px{
    padding: 26px !important;
}
.p-28px{
    padding: 28px !important;
}
.p-30px{
    padding: 30px !important;
}

/* Padding Bottom */
.pb-2px{
    padding-bottom: 2px !important;
}
.pb-6px{
    padding-bottom: 6px !important;
}
.pb-8px{
    padding-bottom: 8px !important;
}
.pb-10px{
    padding-bottom: 10px !important;
}
.pb-12px{
    padding-bottom: 12px !important;
}
.pb-14px{
    padding-bottom: 14px !important;
}
.pb-18px{
    margin-bottom: 18px !important;
}
.pb-20px{
    padding-bottom: 20px !important;
}
.pb-22px{
    padding-bottom: 22px !important;
}
.pb-26px{
    padding-bottom: 26px !important;
}
.pb-28px{
    padding-bottom: 28px !important;
}
.pb-30px{
    padding-bottom: 30px !important;
}

/* Padding Left-Right */
.px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.px-6px{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-12px{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-14px{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.px-18px{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-22px{
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.px-26px{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.px-28px{
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
}

/* Padding Top-Bottom */
.py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.py-6px{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-12px{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-14px{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.py-18px{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22px{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-26px{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.py-28px{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* Common Css End ***
*******************/


/* Other Common Css Start ***
***************************/
/* Text Color */
.ec-text-success{
    color: var(--skinColor) !important;
}
.ec2-text-success{
    color: var(--skinColor2) !important;
}
.ec-text-dark{
    color: var(--darkColor) !important;
}
.ec-text-dark2{
    color: var(--darkColor2) !important;
}
.ec-text-dark3{
    color: var(--darkColor3) !important;
}
.ec3-text-dark{
    color: var(--darkColor3) !important;
}
.ec-text-gray{
    color: var(--grayColor) !important;
}
.ec-text-gray2{
    color: var(--grayColor2) !important;
}
.ec-text-danger{
    color: #E12332 !important;
}
.ec-text-danger2{
    color: #EF4A4A !important;
}



/* Subtitles */
.al-subtitle-14px{
    color: var(--grayColor2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.al-subtitle2-14px{
    color: var(--grayColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.al-subtitle-16px{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.al-subtitle2-16px{
    color: var(--grayColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.al-subtitle3-16px{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.al-subtitle4-16px{
    color: #D6D6E1;
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.al-subtitle-18px{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%; /* 28px */
}

/* Title */
.al-title-12px {
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title2-12px {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-14px {
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.al-title2-14px {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-16px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ml-title-18px{
    color: var(--darkColor);
    font-family: "Mulish";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.al-title-18px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
}
.al-title-20px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
}
.al-title2-20px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.al-title-24px {
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title2-24px {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-30px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
}
.al-title-34px {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 82.353%;
}
.al-title-36px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 36px */
}
.mu-title-36px{
    color: var(--darkColor3);
    font-family: "Muli";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
}
.ml-title-48px{
    color: var(--darkColor3);
    font-family: "Mulish";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
}
.al-title-40px {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.al-title-42px{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 42px */
}
.ml-title-60px{
    color: var(--darkColor3);
    text-align: center;
    font-family: "Mulish";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Border */
.ec-border-bottom{
    border-bottom: 1px solid var(--borderColor);
}
.ec2-border-bottom{
    border-bottom: 1px solid var(--borderColor2);
}
/* SVG Display Block */
.svg-block > svg{
    display: block;
}

/* Buttons */
.ec2-btn-dark{
    border-radius: 8px;
    background: var(--darkColor);
    padding: 10px 24px;
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: fit-content;
    transition: .3s;
}
.ec2-btn-dark:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec2-btn-dark:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm-btn-dark{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 13px 24px;
    border-radius: 76px;
    background: var(--darkColor3);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.ec-sm-btn-dark:hover{
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-sm-btn-dark:active{
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm2-btn-dark{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--darkColor3);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.ec-sm2-btn-dark:hover{
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-sm2-btn-dark:active{
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm3-btn-dark{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 100px;
    background: var(--darkColor3);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.ec-sm3-btn-dark:hover{
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-sm3-btn-dark:active{
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm4-btn-dark{
    border: none;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--darkColor);
    padding: 12px 24px;
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: .3s;
}
.ec-sm4-btn-dark:hover {
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-sm4-btn-dark:active {
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm5-btn-dark{
    border: none;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--darkColor3);
    padding: 10px 20px;
    color: var(--whiteColor);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: .3s;
}
.ec-sm5-btn-dark:hover {
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-sm5-btn-dark:active {
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-sm-btn-warning{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 13px 24px;
    border-radius: 76px;
    background: #FFCB38;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}
.ec-sm-btn-warning:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-sm-btn-warning:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}

.ec-btn-success{
    padding: 12px 20px;
    border-radius: 100px;
    background: var(--skinColor);
    color: var(--whiteColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    transition: .3s;
}
.ec-btn-success:hover{
    background: var(--skinColor2);
    color: var(--whiteColor);
}
.ec-btn-success:active{
    background: var(--skinColor2) !important;
    color: var(--whiteColor) !important;
}

.ec2-btn-success{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 100px;
    background: var(--skinColor);
    color: var(--whiteColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.ec2-btn-success:hover{
    background: var(--skinColor2);
    color: var(--whiteColor);
}
.ec2-btn-success:active{
    background: var(--skinColor2) !important;
    color: var(--whiteColor) !important;
}

.ec-btn-white{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 100px;
    background: var(--whiteColor);
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
}
.ec-btn-white:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-btn-white:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-white svg{
    display: block;
}
.ec-btn-white path{
    transition: .3s;
}
.ec-btn-white:active path,
.ec-btn-white:hover path{
    fill: var(--whiteColor);
}

.ec-sm-btn-white{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 3.98px;
    padding: 7px 18.36px 7px 21.36px;
    border-radius: 49.741px;
    background: var(--whiteColor);
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
}
.ec-sm-btn-white:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-sm-btn-white:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-sm-btn-white svg{
    display: block;
}
.ec-sm-btn-white path{
    transition: .3s;
}
.ec-sm-btn-white:active path,
.ec-sm-btn-white:hover path{
    fill: var(--whiteColor);
}

.ec-sm-btn-success{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 3.98px;
    padding: 7px 18.36px 7px 21.36px;
    border-radius: 49.741px;
    background: var(--skinColor2);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
}
.ec-sm-btn-success:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-sm-btn-success:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-sm-btn-success svg{
    display: block;
}
.ec-sm-btn-success path{
    transition: .3s;
}
.ec-sm-btn-success:active path,
.ec-sm-btn-success:hover path{
    fill: var(--whiteColor);
}

.ec-sm2-btn-success{
    border: 0;
    transition: .3s;
    display: inline flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 100px;
    background: linear-gradient(91deg, #10A55C 0.34%, #07CBF6 164.65%) !important;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    position: relative;
    z-index: 1;
}
.ec-sm2-btn-success::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(270deg, #10A55C 0.34%, #07CBF6 164.65%) !important;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}
.ec-sm2-btn-success:hover::after{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.ec-sm2-btn-success:hover{
    color: var(--whiteColor);
}
.ec-sm2-btn-success:active{
    color: var(--whiteColor) !important;
}
.ec-sm2-btn-success svg{
    display: block;
}
.ec-sm2-btn-success path{
    transition: .3s;
}
.ec-sm2-btn-success:active path,
.ec-sm2-btn-success:hover path{
    fill: var(--whiteColor);
}

.ec-btn-dark{
    border: 0;
    transition: .3s;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 30px;
    border-radius: 100px;
    background: var(--darkColor3);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-dark:hover{
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-btn-dark:active{
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}
.icon-left.ec-btn-dark svg,
.icon-right.ec-btn-dark svg,
.icon-left.ec-btn-dark img,
.icon-right.ec-btn-dark img{
    transition: .3s;
}
.icon-right.ec-btn-dark:hover svg,
.icon-right.ec-btn-dark:hover img{
    transform: translateX(5px);
}
.icon-left.ec-btn-dark:hover svg,
.icon-left.ec-btn-dark:hover img{
    transform: translateX(-5px);
}

.ec-btn-outline-dark{
    border: 1px solid var(--darkColor3);
    transition: .3s;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 29px;
    border-radius: 100px;
    background: transparent;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-outline-dark:hover{
    background: var(--darkColor3);
    color: var(--whiteColor);
    border-color: var(--darkColor3);
}
.ec-btn-outline-dark:active{
    background: var(--darkColor3) !important;
    color: var(--whiteColor) !important;
    border-color: var(--darkColor3) !important;
}
.ec-btn-outline-dark svg{
    display: block;
}
.ec-btn-outline-dark path{
    transition: .3s;
}
.ec-btn-outline-dark:active path,
.ec-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.icon-left.ec-btn-outline-dark svg,
.icon-right.ec-btn-outline-dark svg,
.icon-left.ec-btn-outline-dark img,
.icon-right.ec-btn-outline-dark img{
    transition: .3s;
}
.icon-right.ec-btn-outline-dark:hover svg,
.icon-right.ec-btn-outline-dark:hover img{
    transform: translateX(5px);
}
.icon-left.ec-btn-outline-dark:hover svg,
.icon-left.ec-btn-outline-dark:hover img{
    transform: translateX(-5px);
}

.ec-btn-outline-secondary{
    border: none;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: .3s;
    border-radius: 100px;
    border: 1px solid var(--borderColor);
    padding: 15px 29px;
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-btn-outline-secondary:hover{
    border-color: var(--darkColor);
    background: var(--darkColor);
    color: var(--whiteColor);
}
.ec-btn-outline-secondary:active{
    border-color: var(--darkColor) !important;
    background: var(--darkColor) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-outline-secondary svg{
    display: block;
}
.ec-btn-outline-secondary path{
    transition: .3s;
}
.ec-btn-outline-secondary:active path,
.ec-btn-outline-secondary:hover path{
    fill: var(--whiteColor);
}

/* Icon btn */
.ec-dark-icon-btn{
    border: 0;
    transition: .3s;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 13px 12px 30px;
    border-radius: 100px;
    background: var(--darkColor3);
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.ec-dark-icon-btn .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    flex: 0 0 25px;
    border-radius: 50%;
    background-color: var(--whiteColor);
}
.ec-dark-icon-btn:hover{
    background: var(--darkHoverColor);
    color: var(--whiteColor);
}
.ec-dark-icon-btn:active{
    background: var(--darkHoverColor) !important;
    color: var(--whiteColor) !important;
}

.ec-btn-warning{
    border: none;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: #FFCB38;
    padding: 16px 30px;
    color: var(--darkColor3);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: .3s;
}
.ec-btn-warning:hover {
    background: var(--skinColor);
    color: var(--whiteColor);
}
.ec-btn-warning:active {
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.ec-btn-warning svg{
    display: block;
}
.ec-btn-warning path{
    transition: .3s;
}
.ec-btn-warning:active path,
.ec-btn-warning:hover path{
    fill: var(--whiteColor);
}

.ec-sm-btn-secondary{
    border: none;
    transition: .3s;
    display: inline flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--lightColor2);
    padding: 8px 16px;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}
.ec-sm-btn-secondary.active,
.ec-sm-btn-secondary:hover{
    background: var(--darkColor3);
    color: var(--whiteColor);
}
.ec-sm-btn-secondary:active{
    background: var(--darkColor3) !important;
    color: var(--whiteColor) !important;
}


.text-link{
    transition: .3s;
}
.text-link:hover{
    color: var(--darkHoverColor) !important;
}
.text-link2{
    transition: .3s;
}
.text-link2:hover{
    color: var(--skinColor) !important;
}
/* Other Common Css End ***
*************************/






/* Header Common Css Start ***
****************************/
.max-w-156px{
    max-width: 156px;
}
.icontext-link{
    transition: .3s;
    color: var(--darkColor);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.icontext-link:hover{
    color: var(--skinColor);
}
.icontext-link svg{
    display: block;
}
.icontext-link path{
    transition: .3s;
}
.icontext-link:hover path{
    fill: var(--skinColor);
}
.dark-circle-badge{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--darkColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: unset; 
    position: absolute;
    right: -6px;
    top: -6px;
    padding-bottom: 1px;
    transition: .3s;
}
/* Font Family */
.ff-pr-fw600{
    font-family: 'PLAYFUL RUNWAY SemBd';
    font-weight: 600;
}
.ff-ss4{
    font-family: "Source Serif 4 48pt";
}
.red-badge-sm {
    display: block;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: #FC5732;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
/* Header Common Css End ***
**************************/
/* Cart Offcanvas Css Start ***
*****************************/
.offcanvas.shopping-cart-offcanvas{
    width: 420px;
    border: none;
}
.shopping-cart-offcanvas .offcanvas-header{
    padding: 24px 24px 32px 24px;
}
.shopping-cart-offcanvas .offcanvas-body{
    padding: 0;
    /* scrollbar-width: thin; */
}
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: var(--lightColor);
}
/* Handle */
.shopping-cart-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: var(--borderColor);
}


.shopping-cart-offcanvas .btn-close{
    box-shadow: none;
    opacity: 1;
    transition: .3s;
}
.shopping-cart-offcanvas .btn-close:hover{
    opacity: 0.5;
}
.cart-products-main{
    padding: 0 23.5px 45px 23.5px;
}

.product-list-sm-group .product-list-view-sm:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--borderColor2);
}
.product-list-view-sm{
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-list-banner-sm{
    width: 108px;
    flex: 0 0 108px;
    aspect-ratio: 108 / 113;
    border-radius: 12px;
}
.product-list-banner-sm .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.product-remove2-btn{
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    display: inline flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: none;
    background: transparent;
}
.product-remove2-btn:hover{
    background: var(--darkColor);
}
.product-remove2-btn path{
    transition: .3s;
}
.product-remove2-btn:hover path{
    fill: var(--whiteColor);
}

.cart-slider-btn{
    padding: 0;
    border: none;
    background: transparent;
}
.cart-slider-btn svg{
    display: block;
}
.cart-slider-btn path{
    transition: .3s;
}
.cart-slider-btn:hover path{
    fill: var(--darkColor);
}

.shipping-progress-wrap{
    padding: 20px 24px;
    background: rgba(235, 238, 242, 0.4);
}
.shipping-progress{
    height: 5px;
    border-radius: 50px;
    background: var(--borderColor2);
    overflow: visible;
}
.shipping-progress .progress-bar{
    border-radius: 50px;
    background: var(--skinColor3);
    position: relative;
    overflow: visible;
}
.shipping-progress .progress-bar::after{
    content: "";
    position: absolute;
    right: -10.5px;
    top: -10.5px;
    width: 26px;
    height: 26px;
    border: 1.5px solid var(--skinColor3);
    border-radius: 50%;
    background-color: var(--whiteColor);
    background-image: url(../images/image-icons/truck-fast-shipping-16.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
}
.chipping-cart-bottom{
    padding: 20px 24px 30px 24px;
}

/* Checkbox */
.form-checkbox3-input{
    width: 16px;
    height: 16px;
    border: 1px solid var(--borderColor);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox3-input:focus{
    box-shadow: none;
    border-color: var(--borderColor2);
}
.form-checkbox3-input[type=checkbox] {
    border-radius: 3px;
}
.form-checkbox3 .form-checkbox3-input {
    margin-left: -24px;
}
.form-checkbox3-label{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: fit-content;
    padding-top: 2px;
}
.form-checkbox3 {
    min-height: 16px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox3-input:checked {
    background-color: var(--darkColor);
    border-color: var(--darkColor);
}
.shopping-cart-btn{
    min-width: calc(50% - 4px);
}

/* Increment Decrement */
.quantity-of-product{
    width: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    text-align: center;
}
.quantity-input-wrap{
    padding: 4px;
    border-radius: 100px;
    background: var(--lightColor);
    width: fit-content;
}
.quantity-btn{
    padding: 4px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.quantity-btn.inc{
    padding-left: 2px;
}
.quantity-btn.dec{
    padding-right: 2px;
}
.quantity-btn svg{
    display: block;
}
.quantity-btn path{
    transition: .3s;
}
.quantity-btn:hover path{
    stroke: var(--darkColor);
}

.quantity-input-wrap2{
    padding: 6px 8.5px;
}
.quantity-input-wrap2 .quantity-of-product{
    font-size: 12px;
}
/* Cart Offcanvas Css End ***
***************************/
/* Login Modal Css Start ***
**************************/
.header-login-modal{
    --bs-modal-width: 483px;
}
.header-login-modal .modal-content{
    border: none;
    background-color: var(--whiteColor);
    border-radius: 12px;
}
.header-login-modal .modal-header .btn-close{
    position: absolute;
    right: 19px;
    top: 16px;
    height: 16px;
    width: 16px;
    z-index: 1;
    opacity: 0.80;
    transition: .3s;
}
.header-login-modal .modal-header .btn-close:hover{
    opacity: 0.5;
}
.header-login-modal .modal-header .btn-close:focus{
    box-shadow: none;
}
.header-login-modal .modal-header{
    padding: 0;
    border-bottom: 0;
}
.header-login-modal .modal-body{
    padding: 24px;
}

/* Form Control */
.ec-form-label{
    margin-bottom: 12px;
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}
.ec-form-control{
    border-radius: 100px;
    background: var(--lightColor);
    border: 1px solid var(--lightColor);
    padding: 13px 19px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: 42px;
    transition: .3s
}
.ec-form-control:hover{
    border-color: var(--darkColor);
}
.ec-form-control:focus{
    border-color: var(--darkColor);
    color: var(--darkColor);
    background: var(--lightColor);
}
.ec-form-control::placeholder{
    color: var(--grayColor);
}

.number-arrow-hide::-webkit-inner-spin-button, 
.number-arrow-hide::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/* Firefox */
.number-arrow-hide {
    -moz-appearance: textfield !important;
  }

/* Password toggle */
.input-password-wrap .ec-form-control{
    padding-right: 40px;
}
.toggle-password:hover ~ .ec-form-control{
    border-color: var(--darkColor);
}
.input-password-wrap .ec2-form-control{
    padding-right: 40px;
}
.toggle-password:hover ~ .ec2-form-control{
    border-color: var(--darkColor3);
}
.input-password-wrap{
    width: 100%;
    position: relative;
}
.input-password-wrap .password-icons{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.input-password-wrap .password-icons.lock .eye-unlock{
    display: none;
}
.input-password-wrap .password-icons.unlock .eye-lock{
    display: none;
}

/* Checkbox */
.form-checkbox-input{
    width: 16px;
    height: 16px;
    border: 1px solid var(--grayColor);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox-input:focus{
    box-shadow: none;
    border-color: var(--grayColor);
}
.form-checkbox-input[type=checkbox] {
    border-radius: 3px;
}
.form-checkbox .form-checkbox-input {
    margin-left: -24px;
}
.form-checkbox-label{
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: fit-content;
    padding-top: 2px;
}
.form-checkbox {
    min-height: 16px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox-input:checked {
    background-color: var(--darkColor);
    border-color: var(--darkColor);
}

/* Login Modal Css End ***
************************/



/* Footer Common Css Start */
.max-w-405px{
    max-width: 405px;
}
/* SVG Link */
.svg-link svg{
    display: block;
}
.svg-link path{
    transition: .3s;
}
.svg-link:hover path{
    fill: var(--skinColor);
}
.svg-link2 svg{
    display: block;
}
.svg-link2 path{
    transition: .3s;
}
.svg-link2:hover path{
    stroke: var(--skinColor);
}

/* For svg active link */
.svg-action-link svg{
    display: block;
}
.svg-action-link path{
    transition: .3s;
}
.svg-action-link.active path,
.svg-action-link:hover path{
    fill: var(--skinColor);
}
.svg-action-link2 svg{
    display: block;
}
.svg-action-link2 path{
    transition: .3s;
}
.svg-action-link2.active path,
.svg-action-link2:hover path{
    stroke: var(--skinColor);
}
/* Footer Common Css End */



/* Scroll Top Css Start ***
*************************/
.scroll-progress-wrap {
    position: fixed;
    bottom: 88px;
    right: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--whiteColor);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.scroll-progress-wrap:hover{
    animation: waveBtn 2s 1;
    transition: all 400ms linear;
}
@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 var(--skinColor)
    }
    50% {
        box-shadow: 0 0 0 20px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "\f136";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--darkColor);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    box-sizing: border-box;
    stroke: var(--darkColor);
    stroke-width: 1.2;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}
/* Scroll Top Css End ***
***********************/



/* Quick View Modal Css Start ***
*******************************/
.sky-blue-badge-sm {
    display: block;
    width: fit-content;
    padding: 5px 7px;
    border-radius: 69px;
    background: #06BFE2;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
@media (min-width: 992px) {
    .quick-view-modal .modal-lg {
        --bs-modal-width: 736px;
    }
}
.quick-view-modal .modal-content{
    border: none;
    border-radius: 12px;
    background-color: var(--whiteColor);
}
.quick-view-modal .modal-header{
    padding: 0;
    border-bottom: 0;
}
.quick-view-modal .modal-header .btn-close{
    position: absolute;
    right: 19px;
    top: 16px;
    height: 16px;
    width: 16px;
    z-index: 1;
    opacity: 0.80;
    transition: .3s;
}
.quick-view-modal .modal-header .btn-close:hover{
    opacity: 0.5;
}
.quick-view-modal .modal-header .btn-close:focus{
    box-shadow: none;
}
.quick-view-modal .modal-body{
    padding: 20px;
}
.quick-view-banner-wrap{
    width: 320px;
    flex: 0 0 320px;
    border-radius: 9.873px;
}
.quick-view-banner-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 9.873px;
    object-fit: cover;
}
figure.containerZoom{
    border-radius: inherit;
}

.circle-iconbox-32px{
    height: 32px;
    width: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    border: 1px solid var(--borderColor);
    filter: drop-shadow(0px 3.04px 4.559px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.circle-iconbox-32px:hover{
    background: var(--darkColor);
    border-color: var(--darkColor);
}
.circle-iconbox-32px svg{
    display: block;
}
.circle-iconbox-32px path{
    transition: .3s;
}
.circle-iconbox-32px:hover path{
    fill: var(--whiteColor);
}

.max-w-254px{
    max-width: 254px;
}
.ec-progress-sm{
    height: 3px;
    border-radius: 37px;
    background-color: var(--borderColor2);
}
.ec-progress-sm .progress-bar{
    border-radius: 37px;
    background-color: var(--skinColor3);
}

/* Rounded Select */
.rounded-secondary-select{
    height: auto;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 12px 28px 12px 12px;
    background: var(--lightColor2);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.rounded-secondary-select::after{
    right: 11px;
    transform-origin: 8px 0;
    border: none;
    width: 16px;
    height: 16px; 
    background-image: url(../images/image-icons/angle-down-gray-16.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.rounded-secondary-select.open::after{
    transform: rotate(180deg) translateY(-50%);
}
.rounded-secondary-select .list{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    border: none;
    border-radius: 8px;
    padding: 8px;
    min-width: 100%;
}
.rounded-secondary-select .option{
    min-height: auto;
    line-height: inherit;
    padding: 8px;
    border-radius: 4px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.rounded-secondary-select .option:hover{
    background: var(--lightColor);
    color: var(--darkColor3);
}
.rounded-secondary-select .option.selected{
    font-weight: 500;
    background: var(--lightColor);
    color: var(--darkColor3);
}
.rounded-secondary-select:hover, 
.rounded-secondary-select:active, 
.rounded-secondary-select.open, 
.rounded-secondary-select:focus {
    border-color: var(--lightColor);
}
.min-w-178px{
    min-width: 178px;
}
/* Quick View Modal Css End ***
*****************************/



/* Home Page Css Start ***
************************/
.category-item{
    border-radius: 12px;
    background: linear-gradient(180deg, #FFF3EE 0%, #FFE4D9 100%);
    height: 100%;
    display: block;
    overflow: hidden;
}
.bg-purple-light{
    background: linear-gradient(180deg, #F3F4F6 0%, #ECECFC 100%);
}
.bg-green-light{
    background: linear-gradient(180deg, #F3FFEF 0%, #E5FFE4 100%);
}
.bg-orange-light{
    background: linear-gradient(180deg, #FFFBF0 0%, #FFF3D6 100%);
}
.bg-salmon-light{
    background: linear-gradient(180deg, #FFF3EE 0%, #FFE4D9 100%);
}
.category-img{
    padding: 15px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 178px;
}
.category-content{
    padding: 0 24px 24px 24px;
    text-align: center;
}

/* Slider */
.category-slider{
    padding-bottom: 52px;
}
.category-slider .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 7px;
}
.category-slider .swiper-pagination-bullet{
    transition: .3s;
    margin: 0 6px !important;
    height: 6px;
    width: 6px;
    min-width: 6px;
    background-color: var(--darkColor);
}
.category-slider .swiper-pagination-bullet-active{
    height: 8px;
    width: 8px;
    min-width: 8px;
    background-color: var(--skinColor);
    outline: 1px solid var(--skinColor);
    outline-offset: 6px;
    margin: 0 13px !important;
}
/* Popular item */
/* Product Card MD */
.product-md-card{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: .3s;
    height: 100%;
}
.product-md-card:hover{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.product-md-banner{
    min-height: 234px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    z-index: 1;
}
.product-discount-badge1{
    border-radius: 0px 100px 100px 0px;
    background: #12A366;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    position: absolute;
    left: 0px;
    top: 16px;
}
.product-md-details{
    padding: 0 16px 20px 16px;
}


/* Timer MD */
.offer-time-md-wrap{
    width: 100%;
    padding: 20px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 350ms;
}
.product-md-card:hover .offer-time-md-wrap{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}
.offer-time-md-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 13px;
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: fit-content;
    margin: 0 auto;
}
.offer-time-md-wrap .ec-offer-timer ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.offer-time-md-wrap .ec-offer-timer ul li{
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-md-wrap .ec-offer-timer ul li span{
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}

.view-bookmark-md-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    transition: all ease 500ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.product-md-card:hover .view-bookmark-md-wrap{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 74px;
}
.dark-light-iconbtn{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: .3s;
    background: rgba(15, 19, 17, 0.6);
    transition: .3s;
}
.dark-light-iconbtn:hover{
    background: var(--darkColor3);
}

/* Popular Sales */
.sales-list-group{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 24px 20px 20px;
}
.sales-list-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--borderColor);
}
.sales-list-item{
    display: flex;
    align-items: center;
    gap: 16px;
}
.sales-list-image{
    min-width: 116px;
    width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Best Deal */
.best-deal-section{
    padding: 80px 0 353px 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #F3F4F6 0%, #ECECFC 100%);
    position: relative;
    z-index: 1;
}
.best-deal-section::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 420px;
    aspect-ratio: 420 / 424;
    background: url(../images/images/best-deal-before.webp) no-repeat scroll center center / cover;
    z-index: -1;
}
.best-deal-section::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 389px;
    aspect-ratio: 389 / 438;
    background: url(../images/images/best-deal-after.webp) no-repeat scroll center center / cover;
    z-index: -1;
}

/* Timer */
.offer-time-wrap{
    width: 100%;
}
.offer-time-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 24px;
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    width: fit-content;
    margin: 0 auto;
}
.offer-time-wrap .ec-offer-timer ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.offer-time-wrap .ec-offer-timer ul li{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-wrap .ec-offer-timer ul li span{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}
/* Popular Card LG */
.product-lg-card{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: .3s;
    height: 100%;
}
.product-lg-card:hover{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.product-lg-banner{
    min-height: 328px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    z-index: 1;
}
.product-discount-badge2{
    border-radius: 0px 100px 100px 0px;
    background: #12A366;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    position: absolute;
    left: 0px;
    top: 20px;
}
.product-lg-details{
    padding: 0 20px 24px 20px;
}
.product-lg-card:hover .view-bookmark-md-wrap{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 120px;
}
/* Timer lg */
.offer-time-lg-wrap{
    width: 100%;
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 350ms;
}
.product-lg-card:hover .offer-time-lg-wrap{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}
.offer-time-lg-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 18px 16px;
    border-radius: 6px;
    background: rgba(13, 14, 16, 0.6);
    width: fit-content;
    margin: 0 auto;
}
.offer-time-lg-wrap .ec-offer-timer ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    width: 100%;
}
.offer-time-lg-wrap .ec-offer-timer ul li{
    border-radius: 6px;
    background: rgba(13, 14, 16, 0.6);
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-lg-wrap .ec-offer-timer ul li span{
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}
/* Progress */
.ec-progress{
    height: 6px;
    border-radius: 76px;
    background-color: var(--borderColor);
}
.ec-progress .progress-bar{
    border-radius: 76px;
    background-color: var(--skinColor);
}

.best-deal-card-section{
    /* margin-top: -283px; */
    margin-top: -320px;
    position: relative;
    z-index: 1;
}

/* Customer Feedback */
.customer-feedback-banner{
    padding-right: 40px;
    width: 100%;
}
.customer-feedback-banner .banner{
    width: 100%;
}
.single-testimonial{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    height: 100%;
}

.rounded-image-44px{
    height: 44px;
    width: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    overflow: hidden;
}
.rounded-image-44px > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-slider{
    height: 454px;
    padding-right: 52px;
    padding-left: 12px;
    margin-left: -12px;
    position: relative;
}
.testimonial-slider::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 142px;
    background: linear-gradient(0deg, #FFF 41.49%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 1;
}
.testimonial-slider .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.testimonial-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear !important;
}
.testimonial-slider.swiper-vertical>.swiper-scrollbar {
    right: 2px;
    width: 3px;
    background-color: var(--borderColor);
    border-radius: 3px;
}
.testimonial-slider .swiper-scrollbar-drag{
    background-color: var(--skinColor);
    width: 3px;
    border-radius: 3px;
}
.testimonial-slider .swiper-scrollbar-drag::after{
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    height: 100%;
    width: 5px;
    border-radius: 5px;
    background-color: var(--skinColor);
}

/* Latest News */
.news-card{
    padding: 20px;
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all ease 350ms;
    height: 100%;
}
.news-card:hover{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.news-card-banner{
    display: block;
    flex: 0 0 250px;
    aspect-ratio: 250 / 237;
    border-radius: 8px;
    overflow: hidden;
}
.news-card:hover .news-card-banner > .banner{
    transform: scale(1.05);
}
.news-card-banner > .banner{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    transition: all ease 350ms;
}

/* Ads */
.pd-title-36px{
    color: var(--darkColor3);
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.111%; 
}
.ads-title-wrap{
    max-width: 314px;
    margin-bottom: 70px;
}
.ec-ads-one{
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFEEF4 0%, #FAD9E4 100%);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}
.ec-ads-one::after{
    position: absolute;
    content: "";
    width: 303px;
    aspect-ratio: 303 / 259;
    right: 0;
    bottom: 0;
    background: url(../images/images/ads-banner1.webp) no-repeat scroll center center / cover;
    z-index: -1;
}
.ec-ads-two{
    padding: 30px;
    border-radius: 12px;
    background: linear-gradient(180deg, #F3FFEF 0%, #E5FFE4 100%);
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}
.ec-ads-two::after{
    position: absolute;
    content: "";
    width: 303px;
    aspect-ratio: 303 / 279;
    right: 0;
    bottom: 0;
    background: url(../images/images/ads-banner2.webp) no-repeat scroll center center / cover;
    z-index: -1;
}
/* Banner Area */
.main-banner-section{
    padding-top: 50px;
    padding-bottom: 280px;
    background-image: url(../images/images/grocery-banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-banner-section::after{
    position: absolute;
    content: "";
    width: 1400px;
    height: 395px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/images/banner-after.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    z-index: -1;
}
.max-w-837px{
    max-width: 837px;
}
.shape-title{
    background: linear-gradient(92deg, #10A55C 61%, #07CBF6 93.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.shape-title::after {
    position: absolute;
    content: "";
    aspect-ratio: 213 / 16;
    width: 80%;
    bottom: 0;
    left: 0;
    transform: translate(11%, 55%);
    background: url(../images/images/title-bottom-shape.svg) no-repeat scroll center center / cover;
    z-index: -1;
}
.play-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    transition: .3s;
    border-radius: 50px;
}
.play-btn svg{
    display: block;
}
.play-btn path{
    transition: .3s;
}
.play-btn:hover path{
    fill: var(--skinColor);
}
.play-btn circle{
    transition: .3s;
}
.play-btn:hover circle{
    stroke: var(--skinColor);
}
.play-btn:hover{
    color: var(--skinColor);
}

.fastest-delivery-badge{
    padding: 14px;
    border-radius: 100px;
    border: 0.988px solid rgba(25, 162, 164, 0.42);
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.77) 0.06%, rgba(200, 233, 232, 0.62) 67.02%, rgba(115, 214, 213, 0.09) 109.14%);
    backdrop-filter: blur(1.9766134023666382px);
    display: flex;
    align-items: center;
    gap: 12px;
}
.fastest-delivery-badge .text{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
}
.fastest-delivery-badge .icon{
    height: 56px;
    width: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    background: var(--Grocery-Gradient, linear-gradient(91deg, #10A55C 0.31%, #07CBF6 98.88%));
    display: flex;
    align-items: center;
    justify-content: center;
}
.happy-customer-badge{
    border-radius: 100px;
    border: 0.988px solid rgba(25, 162, 164, 0.42);
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.77) 7%, rgba(216, 243, 243, 0.58) 59.48%, rgba(115, 214, 213, 0.09) 112.85%);
    backdrop-filter: blur(1.9766134023666382px);
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 11px;
}
.happy-customer-image{
    height: 52px;
    width: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    overflow: hidden;
}
.happy-customer-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.happy-customer-image:not(:first-child){
    margin-left: -13px;
}
.main-banner-bottom{
    margin-top: 10px;
}
.happy-customer-title{
    margin-bottom: 12px;
}
/* Home Page Css End ***
**********************/



/* Filter Grid list Page Css Start ***
************************************/
.section-margin{
    margin-bottom: 100px !important;
}
/* Breadcrumb */
.ec-breadcrumb-area{
    padding: 33px 24px;
    border-radius: 12px;
    background: url(../images/images/breadcrumb-bg.webp) no-repeat scroll center center / cover;
}
.ec-breadcrumb{
    justify-content: center;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    margin-bottom: 0;
}
.ec-breadcrumb .breadcrumb-item a{
    transition: .3s;
    color: var(--grayColor);
}
.ec-breadcrumb .breadcrumb-item a:hover{
    color: var(--darkColor3);
}
.ec-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}
.ec-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 4px;
    color: var(--grayColor);
}
.ec-breadcrumb .breadcrumb-item+.breadcrumb-item.active::before {
    color: var(--darkColor3);
}
.ec-breadcrumb .breadcrumb-item.active {
    color: var(--darkColor3);
}
/* Sidebar */
.sidebar-nav-item:not(:last-child){
    margin-bottom: 16px;
}
.sidebar-nav-link{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.sidebar-nav-link.active,
.sidebar-nav-link:hover{
    color: var(--darkColor3);
}

/* Checkbox */
.form-checkbox-input2{
    width: 16px;
    height: 16px;
    border: 1px solid var(--borderColor2);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox-input2:focus{
    box-shadow: none;
    border-color: var(--borderColor2);
}
.form-checkbox-input2[type=checkbox] {
    border-radius: 4px;
}
.form-checkbox2 .form-checkbox-input2 {
    margin-left: -24px;
}
.form-checkbox-label2{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: fit-content;
    padding-top: 2px;
}
.form-checkbox2 {
    min-height: 16px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox-input2:checked {
    background-color: var(--darkColor3);
    border-color: var(--darkColor3);
}

/* Slider Range */
#slider-range{
    border-radius: 8px;
    background: var(--lightColor2);
    height: 4px;
    border: none;
}
#slider-range .ui-widget-header{
    background: var(--darkColor3);
}
#slider-range .ui-slider-handle{
    border: 1px solid var(--whiteColor);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--darkColor3);
    top: -6px;
}

.filter-offcanvas .btn-close{
    box-shadow: none;
    opacity: 0.5;
    transition: .3s;
}
.filter-offcanvas .btn-close:hover{
    opacity: 1;
}

.filter-sidebar-btn{
    height: 30px;
    width: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--borderColor);
    padding: 0;
}
.filter-sidebar-btn path{
    transition: .3s;
    fill: var(--grayColor);
}
.filter-sidebar-btn:hover path{
    fill: var(--whiteColor);
}
.filter-sidebar-btn:hover{
    background: var(--darkColor3);
    border-color: var(--darkColor3);
}
.filter-sidebar-btn:active{
    background: var(--darkColor3) !important;
    border-color: var(--darkColor3) !important;
}

/* Filter Header */
.filter-tab-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 16px;
}
.filter-nav-pills{
    gap: 8px;
    align-items: center;
}
.filter-nav-link{
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
    border-radius: 6px;
    border: 1px solid var(--borderColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .3s;
}
.filter-nav-link rect,
.filter-nav-link path,
.filter-nav-link circle{
    transition: .3s;
}
.filter-nav-pills .filter-nav-link.active{
    border-color: var(--darkColor3);
    background: var(--darkColor3);
}
.filter-nav-pills .filter-nav-link.active rect,
.filter-nav-pills .filter-nav-link.active path,
.filter-nav-pills .filter-nav-link.active circle{
    fill: var(--whiteColor);
}
/* Select */
.ec-md-select{
    padding: 9px 32px 9px 11px;
    border-radius: 6px;
    border: 1px solid var(--borderColor);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: auto;
}
.ec-md-select.nice-select:active, 
.ec-md-select.nice-select.open, 
.ec-md-select.nice-select:focus {
    border-color: var(--borderColor);
}
.ec-md-select::after {
    right: 12px;
    transform-origin: 8px 0;
    border: none;
    width: 16px;
    height: 16px;
    background-image: url(../images/image-icons/angle-down-gray-16.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.ec-md-select.open::after {
    transform: rotate(180deg) translateY(-50%);
}
.min-w-155px{
    min-width: 155px;
}
.ec-md-select .list{
    min-width: 100%;
    border: none;
    border-radius: 8px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
}
.ec-md-select .option{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 7px 10px;
    border-radius: 4px;
    min-height: auto;
}
.ec-md-select .option.selected {
    font-weight: 500;
}
.ec-md-select .option:hover, 
.ec-md-select .option.focus, 
.ec-md-select .option.selected.focus {
    background-color: var(--lightColor);
    color: var(--darkColor3);
}

/* Pagination */
.ec-pagination{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.ec-page-link{
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--lightColor2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkColor3);
    text-align: center;
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    transition: .3s;
}
.ec-page-link.active,
.ec-page-link:hover{
    background: var(--darkColor3);
    color: var(--whiteColor);
}
.ec-page-link path{
    stroke: var(--darkColor3);
    transition: .3s;
}
.ec-page-link.active path,
.ec-page-link:hover path{
    stroke: var(--whiteColor);
}
.ec-page-link.disable{
    opacity: .5;
    pointer-events: none;
}

/* Product Card sm */
.product-sm-card{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: .3s;
    height: 100%;
}
.product-sm-card:hover{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.product-sm-banner{
    min-height: 189px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    z-index: 1;
}
.product-sm-details{
    padding: 0 12px 15px 12px;
}


/* Timer SM */
.offer-time-sm-wrap{
    width: 100%;
    padding: 15px 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 350ms;
}
.product-sm-card:hover .offer-time-sm-wrap{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}
.offer-time-sm-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 11px;
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: fit-content;
    margin: 0 auto;
}
.offer-time-sm-wrap .ec-offer-timer ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: center;
}
.offer-time-sm-wrap .ec-offer-timer ul li{
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-sm-wrap .ec-offer-timer ul li span{
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}

.view-bookmark-sm-wrap .dark-light-iconbtn{
    height: 36px;
    width: 36px;
    flex: 0 0 36px;
}
.view-bookmark-sm-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -33px;
    transition: all ease 500ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.product-sm-card:hover .view-bookmark-sm-wrap{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 60px;
}
.product-sm-card .product-discount-badge1{
    top: 12px;
}

/* List View */
.product-list-view{
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    transition: .3s;
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 16px;
}
.product-list-view:hover{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.product-list-banner{
    width: 278px;
    flex: 0 0 278px;
    height: 200px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product-discount-badge4{
    border-radius: 0px 100px 100px 0px;
    background: #12A366;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
    position: absolute;
    left: 0px;
    top: 20px;
}

/* List View Timer */
.offer-time-list-wrap{
    width: 100%;
    padding: 20px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease 350ms;
}
.product-list-view:hover .offer-time-list-wrap{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
}
.offer-time-list-wrap .ec-offer-timer:not(:has(ul)){
    text-align: center;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    padding: 13px;
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: fit-content;
    margin: 0 auto;
}
.offer-time-list-wrap .ec-offer-timer ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.offer-time-list-wrap .ec-offer-timer ul li{
    border-radius: 4px;
    background: rgba(13, 14, 16, 0.6);
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 8px */
    text-align: center;
}
.offer-time-list-wrap .ec-offer-timer ul li span{
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 8px */
    text-align: center;
}

.product-list-details{
    padding: 24px 24px 24px 0;
    width: 100%;
}
.product-list-details-inner{
    position: relative;
}
.list-view-title-wrap{
    padding-right: 182px;
}
.list-view-btn{
    position: absolute;
    right: 0;
    top: 0;
}

.view-bookmark-list-wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    transition: all ease 500ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.product-list-view:hover .view-bookmark-list-wrap{
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 50%;
    transform: translateX(-50%) translateY(50%);
}
/* Filter Grid list Page Css End ***
**********************************/



/* Product Details Page Css Start ***
***********************************/
.product-details-banner{
    border-radius: 12px;
    overflow: hidden;
}
.product-details-banner .banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.orange-badge-md{
    width: fit-content;
    border: none;
    border-radius: 100px;
    background: #FC5732;
    padding: 6px 10px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
}

.circle-iconbox-42px{
    width: 42px;
    flex: 0 0 42px;
    height: 42px;
    border: 1px solid var(--borderColor2);
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.02));
    border-radius: 50%;
    transition: .3s;
}
.circle-iconbox-42px span,
.circle-iconbox-42px svg{
    display: block;
}
.circle-iconbox-42px path{
    transition: .3s;
}
.circle-iconbox-42px:hover{
    border-color: var(--darkColor3);
    background: var(--darkColor3);
}
.circle-iconbox-42px:hover path{
    fill: var(--whiteColor);
}

.ec-progress-md{
    height: 5px;
    border-radius: 50px;
    background-color: var(--borderColor2);
}
.ec-progress-md .progress-bar{
    border-radius: 50px;
    background-color: var(--skinColor3);
}
.max-w-450px{
    max-width: 450px;
}

/* Increment decrement */
.quantity-of-product3{
    width: 40px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    text-align: center;
}
.quantity-input-wrap3{
    padding: 7px 6px;
    border-radius: 100px;
    background: var(--lightColor);
    width: fit-content;
}
.quantity-btn3{
    padding: 6px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.quantity-btn3 svg{
    display: block;
}
.quantity-btn3 path{
    transition: .3s;
}
.quantity-btn3:hover path{
    stroke: var(--darkColor3);
}

/* Rounded Select */
.rounded-secondary2-select{
    height: auto;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 13px 15px 13px 19px;
    background: var(--lightColor2);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.rounded-secondary2-select::after{
    right: 15px;
    transform-origin: 10px 0;
    border: none;
    width: 20px;
    height: 20px; 
    background-image: url(../images/image-icons/angle-down-gray-16.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.rounded-secondary2-select.open::after{
    transform: rotate(180deg) translateY(-50%);
}
.rounded-secondary2-select .list{
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    border: none;
    border-radius: 8px;
    padding: 8px;
    min-width: 100%;
}
.rounded-secondary2-select .option{
    min-height: auto;
    line-height: inherit;
    padding: 8px;
    border-radius: 4px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
}
.rounded-secondary2-select .option:hover{
    background: var(--lightColor);
    color: var(--darkColor3);
}
.rounded-secondary2-select .option.selected{
    font-weight: 500;
    background: var(--lightColor);
    color: var(--darkColor3);
}
.rounded-secondary2-select:hover, 
.rounded-secondary2-select:active, 
.rounded-secondary2-select.open, 
.rounded-secondary2-select:focus {
    border-color: var(--lightColor);
}
.min-w-257px{
    min-width: 257px;
}

.ec-payment-method{
    border-radius: 12px;
    border: 1px solid var(--borderColor2);
    padding: 23px 20px;
    display: flex;
    align-items: center;
    gap: 23.75px;
    justify-content: space-between;
}

/* Icon Box */
.circle-iconbox-48px{
    height: 48px;
    width: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--borderColor2);
}

/* Tab */
.ec-tab-pills{
    column-gap: 50px;
    row-gap: 20px;
    border-bottom: 1px solid var(--borderColor2);
}
.ec-tab-link{
    padding: 0 0 20px 0;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    position: relative;
}
.ec-tab-link:focus,
.ec-tab-link:hover{
    color: var(--darkHoverColor);
}
.ec-tab-link::after{
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--darkColor3);
    transition: all ease 350ms;
}
.ec-tab-link.active::after{
    left: 0;
    right: auto;
    width: 100%;
}
.nav-pills .ec-tab-link {
    border-radius: 0;
}
.nav-pills .ec-tab-link.active {
    color: var(--darkColor3);
    background-color: transparent;
}

.product-additional-info{
    padding: 24px 20px;
    border-radius: 12px;
    background: var(--lightColor2);
    display: flex;
    align-items: center;
    column-gap: 61px;
}
.product-additional-title{
    position: relative;
}
.product-additional-title::after{
    position: absolute;
    content: "";
    right: -31px;
    top: -12px;
    width: 1px;
    height: calc(100% + 24px);
    background: var(--borderColor2);
}

.rating-stars-wrap{
    display: flex;
    align-items: center;
    gap: 6.28px;
}
.min-w-255px{
    min-width: 255px;
}
.ratings-stars-main-wrap{
    column-gap: 40px;
    row-gap: 30px;
}
.rating-wrap-line,
.progress-wrap-line{
    padding-right: 41px;
    position: relative;
}
.rating-wrap-line::after,
.progress-wrap-line::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 115px;
    width: 1px;
    background: var(--borderColor2);
}
.rating-progress-main-wrap{
    max-width: 449px;
    width: 100%;
}
.single-rating-progress-wrap:not(:last-child){
    margin-bottom: 16px;
}
.single-rating-progress-wrap{
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: space-between;
}
.single-rating-progress-wrap .count,
.single-rating-progress-wrap .rating{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    white-space: nowrap;
}
.animate-progress .progressbar{
    margin: 0;
    border-radius: 100px !important;
    background-color: var(--borderColor2) !important;
    height: 8px;
    overflow: hidden;
}
.animate-progress .proggress{
    height: 8px !important;
    background-color: var(--darkColor3) !important;
}
.animate-progress .percentCount{
    display: none;
}
.progressbar-width{
    max-width: 341px;
    width: 100%;
}

/* Select */
.radius-lg-select{
    padding: 15px 49px 15px 29px;
    border-radius: 100px;
    border: 1px solid var(--borderColor2);
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: auto;
}
.radius-lg-select.nice-select:active, 
.radius-lg-select.nice-select.open, 
.radius-lg-select.nice-select:focus {
    border-color: var(--borderColor2);
}
.radius-lg-select::after {
    right: 23px;
    transform-origin: 9px 0;
    border: none;
    width: 18px;
    height: 18px;
    background-image: url(../images/image-icons/angle-down-black-18.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.radius-lg-select.open::after {
    transform: rotate(180deg) translateY(-50%);
}
.radius-lg-select .list{
    min-width: 100%;
    border: none;
    border-radius: 8px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
}
.radius-lg-select .option{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 8px 10px;
    border-radius: 4px;
    min-height: auto;
}
.radius-lg-select .option.selected {
    font-weight: 500;
}
.radius-lg-select .option:hover, 
.radius-lg-select .option.focus, 
.radius-lg-select .option.selected.focus {
    background-color: var(--lightColor);
    color: var(--darkColor3);
}
.width-fit-content{
    width: fit-content;
}


.img-circle-53px{
    height: 53px;
    width: 53px;
    flex: 0 0 53px;
    border-radius: 50%;
    overflow: hidden;
}
.img-circle-53px > img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.review-sm-stars{
    gap: 4.56px;
}
.review-product-img{
    width: 100px;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 8px
}
.review-product-img > img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.icontext-sm-link{
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    transition: .3s;
}
.icontext-sm-link path{
    transition: .3s;
}
.icontext-sm-link.active,
.icontext-sm-link:hover{
    color: var(--skinColor);
}
.icontext-sm-link.active path,
.icontext-sm-link:hover path{
    fill: var(--skinColor);
}
.customer-review-single:not(:last-child){
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--borderColor2);
}

.pt-60px{
    padding-top: 60px;
}
/* Select */
.radio-md-select-light{
    padding: 13px 35px 13px 19px;
    border-radius: 100px;
    border: 1px solid var(--lightColor2);
    background: var(--lightColor2);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    height: auto;
    transition: .3s;
}
.radio-md-select-light:hover{
    border-color: var(--darkColor3);
}
.radio-md-select-light:focus{
    border-color: var(--lightColor2);
}
.radio-md-select-light::after {
    right: 16px;
    transform-origin: 10px 0;
    border: none;
    width: 20px;
    height: 20px;
    background-image: url(../images/image-icons/angle-down-gray-20.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}
.radio-md-select-light.open::after {
    transform: rotate(180deg) translateY(-50%);
}
.radio-md-select-light .list{
    min-width: 100%;
    border: none;
    border-radius: 8px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
}
.radio-md-select-light .option{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 7px 10px;
    border-radius: 4px;
    min-height: auto;
}
.radio-md-select-light .option.selected {
    font-weight: 500;
}
.radio-md-select-light .option:hover, 
.radio-md-select-light .option.focus, 
.radio-md-select-light .option.selected.focus {
    background-color: var(--lightColor);
    color: var(--darkColor3);
}

.max-w-469px{
    max-width: 469px;
}
/* Form Control */
.ec-form-textarea{
    border-radius: 12px;
    background: var(--lightColor2);
    padding: 15px 19px;
    border: 1px solid transparent;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.ec-form-textarea:hover{
    border-color: var(--darkColor3);
}
.ec-form-textarea:focus{
    border-color: var(--darkColor3);
    color: var(--darkColor3);
    background: var(--lightColor2);
}
.ec-form-textarea::placeholder{
    color: var(--grayColor);
}
textarea.ec-form-textarea{
    min-height: 188px;
}
.min-w-132px{
    min-width: 132px;
}
/* File */
.ec-form-file{
    border-radius: 100px;
    background-color: var(--lightColor2);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 6px 12px;
    border-color: transparent;
}
.ec-form-file:hover{
    border-color: var(--darkColor3);
}
.ec-form-file:focus{
    border-color: var(--lightColor2);
    background-color: var(--lightColor2);
    color: var(--grayColor);
}
.ec-form-file::file-selector-button {
    padding: 12px 25px;
    transition: 1s;
    border-radius: 100px 0px 0px 100px;
    border: 1px solid rgba(217, 217, 223, .5);
    background: rgba(234, 236, 239, .5);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; 
}

.item-slider-btn{
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    background: var(--lightColor2);
    border: none;
}
.item-slider-btn path{
    transition: .3s;
}
.item-slider-btn:hover{
    background: var(--darkColor3);
}
.item-slider-btn:hover path{
    stroke: var(--whiteColor);
}
.products-slider{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: -12px;
    margin-left: -12px;
}
/* Product Details Page Css End ***
*********************************/
/* Toasts Css End ***
*******************/
.ec-toast-container .toast{
    border: none;
    border-radius: 12px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 16px;
    max-width: 425px;
    width: fit-content;
}
.ec-toast-container .toast-body{
    padding: 0px;
}
.toast-product-img{
    width: 108px;
    flex: 0 0 108px;
    height: 113px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
.toast-product-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
/* Toasts Css End ***
*******************/



/* Your Cart Page Css Start ***
*****************************/
.min-w-280px{
    min-width: 280px !important;
}
.min-h-153px{
    min-height: 153px !important;
}
/* Table */
.ec1-table{
    margin-bottom: 0;
    --bs-table-border-color: var(--borderColor2);
}
.ec1-table.table>:not(caption)>*>* {
    padding: 20px 10px;
}
.ec1-table.table>tbody {
    vertical-align: middle;
}
.table-row-light{
    --bs-table-bg: var(--lightColor2);
}
.ec1-table-head tr th:first-child{
    padding-left: 20px;
    border-radius: 8px 0 0 8px;
}
.ec1-table-head tr th:last-child{
    padding-right: 20px;
    border-radius: 0 8px 8px 0;
    border-bottom: 0;
}
.ec1-table-head tr th{
    border-bottom: 0;
}
.ec1-table-body tr td:first-child{
    padding-left: 0;
}
.ec1-table-body tr td:last-child{
    padding-right: 0;
}
.table1-heading {
    color: var(--darkColor3) !important;
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
}
.table-gift-card{
    width: 94px;
}
.table-gift-card > img{
    width: 100%;
}
.bordered-circle-iconlink{
    width: 34px;
    min-width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--borderColor2);
    transition: .3s;
}
.bordered-circle-iconlink:hover{
    background: var(--darkColor3);
    border-color: var(--darkColor3);
}
.bordered-circle-iconlink path{
    transition: .3s;
}
.bordered-circle-iconlink:hover path{
    fill: var(--whiteColor);
}
.table-action-data{
    width: 34px;
}
.cart-product-banner{
    width: 108px;
    flex: 0 0 108px;
    aspect-ratio: 108 / 113;
    border-radius: 8px;
    display: block;
}
.cart-product-banner > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.min-w-152px{
    min-width: 152px !important;
}
.gift-cart-row{
    display: none;
}
.gift-cart-toggler .add,
.gift-cart-toggler .remove{
    transition: .3s;
}
.gift-cart-toggler .remove{
    display: none;
}
.gift-cart-toggler.added .add{
    display: none;
}
.gift-cart-toggler.added .remove{
    display: block;
}
.lh-19px{
    line-height: 19px !important;
}

/* Form Control */
.ec2-form-label{
    margin-bottom: 0;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    display: block;
    width: fit-content;
}
.ec2-form-textarea{
    border-radius: 12px;
    background: var(--lightColor2);
    padding: 17px;
    border: 1px solid var(--lightColor2);
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.ec2-form-textarea:hover{
    border-color: var(--darkColor3);
}
.ec2-form-textarea:focus{
    border-color: var(--darkColor3);
    color: var(--darkColor3);
    background: var(--lightColor2);
}
.ec2-form-textarea::placeholder{
    color: var(--grayColor);
}
textarea.ec2-form-textarea{
    min-height: 129px;
}

.gray-card-sidebar{
    border-radius: 12px;
    background: var(--lightColor2);
    padding: 24px;
}

/* Checkbox */
.form-checkbox4-input{
    width: 18px;
    height: 18px;
    border: 1px solid var(--grayColor);
    cursor: pointer;
    margin-top: 0;
    background-color: transparent;
}
.form-checkbox4-input:focus{
    box-shadow: none;
    border-color: var(--grayColor);
}
.form-checkbox4-input[type=checkbox] {
    border-radius: 3px;
}
.form-checkbox4 .form-checkbox4-input {
    margin-left: -24px;
}
.form-checkbox4-label{
    color: var(--darkColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    display: block;
    width: fit-content;
    padding-top: 3px;
}
.form-checkbox4 {
    min-height: 18px;
    padding-left: 24px;
    margin-bottom: 0;
}
.form-checkbox4-input:checked {
    background-color: var(--darkColor3);
    border-color: var(--darkColor3);
}
/* Your Cart Page Css End ***
***************************/



/* Blog Page Css Start ***
************************/
.ec-blog-card{
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}
.ec-blog-card-btn{
    position: absolute;
    left: 0;
    bottom: 0;
}
.ec-blog-banner{
    border-radius: 12px;
    aspect-ratio: 367 / 244;
    width: 100%;
    overflow: hidden;
    display: block;
}
.ec-blog-banner .banner{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms ease-in;
}
.ec-blog-card:hover .ec-blog-banner .banner{
    transform: scale(1.1);
}
/* Blog Page Css End ***
**********************/



/* Blog Details Page Css Start ***
********************************/
.blog-large-banner{
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}
.blog-large-banner > .banner{
    border-radius: inherit;
    width: 100%;
}
.blog-medium-banner{
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
}
.blog-medium-banner > .banner{
    border-radius: inherit;
    width: 100%;
}
.doted-flex-list-item{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
}
.doted-flex-list-item + .doted-flex-list-item{
    padding-left: 17px;
    position: relative;
}
.doted-flex-list-item + .doted-flex-list-item::after{
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: 0;
    top: 7.5px;
    background: var(--grayColor);
}

/* Comment & Reply */
.single-comment-main:not(:last-child){
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--borderColor2);
}
.comment-header{
    display: flex;
    align-items: flex-start;
    column-gap: 18px;
    margin-bottom: 20px;
}
.commentator-profile{
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.commentator-profile img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.comment-body{
    padding-left: 72px;
}
.comment-replies{
    padding-left: 78px;
}
.single-comment-replies{
    padding-top: 24px;
}

.single-comment:has( ~ .comment-replies) .comment-body{
    position: relative;
}
.single-comment:has( ~ .comment-replies) .comment-body:after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 9px);
    left: 24px;
    top: 9px;
    background: var(--borderColor2);
}

.single-comment-replies:first-child{
    position: relative;
}
.single-comment-replies:first-child::after{
    position: absolute;
    content: "";
    width: 38px;
    height: 52px;
    left: -54px;
    top: -1px;
    background: transparent;
    border-bottom-left-radius: 12px;
    border-left: 1px solid var(--borderColor2);
    border-bottom: 1px solid var(--borderColor2);
}
.single-comment-replies:not(:last-child) .single-comment .comment-body{
    position: relative;
}
.single-comment-replies:not(:last-child) .single-comment .comment-body::after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 9px);
    left: 24px;
    top: 9px;
    background: var(--borderColor2);
}
.more-comment-item{
    position: relative;
}
.more-comment-item{
    position: relative;
    padding-left: 72px;
    padding-top: 30px;
}
.more-comment-item::after{
    position: absolute;
    content: "";
    width: 38px;
    height: 44px;
    left: 24px;
    top: -1px;
    background: transparent;
    border-bottom-left-radius: 12px;
    border-left: 1px solid var(--borderColor2);
    border-bottom: 1px solid var(--borderColor2);
}
.more-comment-btn{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    transition: .3s;
    display: block;
    width: fit-content;
}
.more-comment-btn:hover{
    color: var(--darkHoverColor);
}

.pt-50px{
    padding-top: 50px !important;
}

/* Form Control */
.ec2-form-control{
    border-radius: 100px;
    background: var(--lightColor2);
    border: 1px solid var(--lightColor2);
    padding: 13px 19px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: 42px;
    transition: .3s
}
.ec2-form-control:hover{
    border-color: var(--darkColor3);
}
.ec2-form-control:focus{
    border-color: var(--darkColor3);
    color: var(--darkColor3);
    background: var(--lightColor2);
}
.ec2-form-control::placeholder{
    color: var(--grayColor);
}
/* Blog Details Page Css End ***
******************************/



/* Search Result Page Css Start ***
*********************************/
.max-w-778px{
    max-width: 778px;
}
.search2-form-control{
    border-radius: 100px;
    border: 1px solid var(--lightColor2);
    padding: 12px 39px 12px 15px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    background: var(--lightColor2);
    transition: .3s;
    height: 40px;
}
.search2-form-control:hover{
    border-color: var(--darkColor3);
}
.search2-form-control:focus{
    border-color: var(--darkColor3);
    color: var(--darkColor3);
    background: var(--lightColor2);
}
.search2-submit-btn{
    padding: 10px 10px 10px 5px;
    border: none;
    border-radius: 0 50% 50% 0;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.search2-submit-btn svg{
    display: block;
}
.search2-form-control:has(~ .search2-submit-btn:hover){
    border-color: var(--darkColor3);
}
.search2-form-control::-webkit-search-cancel-button {
    display: none;
}
/* Search Result Page Css End ***
*******************************/



/* Checkout Page Css Start ***
****************************/
.ec3-form-label{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 20px */
    margin-bottom: 16px;
    display: block;
    width: fit-content;
}
/* Checkbox Radio */
.field-form-check{
    margin-bottom: 0;
    padding-left: 0;
}
.field-form-check-label{
    border-radius: 100px;
    background: var(--lightColor2);
    padding: 20px;
    display: block;
    cursor: pointer;
}
.field-form-check-input{
    margin-top: 0;
    vertical-align: middle;
    border: 1px solid var(--grayColor);
    background-color: transparent;
}
.field-form-check-input:focus{
    box-shadow: none;
    border-color: var(--darkColor3);
}
.field-form-check-input:checked{
    border-color: var(--darkColor3);
    background-color: transparent;
    background-image: url("../images/image-icons/radio-dark-bg.svg");
    background-size: 8px;
}
.field-form-check .field-form-check-input{
    float: none;
    margin-left: 0;
}
.field-form-check-title{
    display: block;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}

/* Select 2 */ 
.select2-container:has(.ec-select2-inner){
    width: 100% !important;
}
.select2-container .select2-selection--single.ec-select2-inner{
    height: 42px;
}
.select2-container--default .select2-selection--single.ec-select2-inner {
    background-color: var(--lightColor2);
    border: 1px solid var(--lightColor2);
    border-radius: 100px;
    transition: .3s;
}
.select2-container--default .select2-selection--single.ec-select2-inner:hover{
    border-color: var(--darkColor3);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single.ec-select2-inner, 
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple.ec-select2-inner {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single.ec-select2-inner, 
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple.ec-select2-inner {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.select2-container--default .select2-selection--single.ec-select2-inner .select2-selection__rendered {
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}
.select2-container .select2-selection--single.ec-select2-inner .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.select2-container--default .select2-selection--single.ec-select2-inner .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 11px;
    right: 16px;
    width: 20px;
    background-image: url(../images/image-icons/angle-down-gray-20.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    transition: .3s;
}
.select2-container--default.select2-container--open .select2-selection--single.ec-select2-inner .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--single.ec-select2-inner .select2-selection__arrow b {
    display: none;
}
/* Select 2 Dropdown */
.select2-dropdown.ec-select2-dropdown {
    background-color: var(--whiteColor);
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    padding: 10px;
}
.select2-container--default .ec-select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--borderColor2);
    border-radius: 4px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding: 7px 10px;
}
.select2-container--default .ec-select2-dropdown .select2-search--dropdown .select2-search__field:focus{
    box-shadow: none;
    outline: 0;
}
.ec-select2-dropdown .select2-results__option {
    padding: 7px 10px;
    border-radius: 4px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    transition: .3s;
}
.ec-select2-dropdown .select2-results__option > span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.select2-container--default .ec-select2-dropdown .select2-results__option--selected {
    background-color: var(--whiteColor);
    color: var(--grayColor);
}
.select2-container--default .ec-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--lightColor2);
    color: var(--darkColor3);
}

.form-checkbox5-label {
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    display: block;
    width: fit-content;
    padding-top: 1px;
}

.shipping-address-wrap{
    padding-top: 30px;
    display: none;
}

/* Checkbox Accordion */
.radio-accordion-item{
    border-radius: 12px;
    background: var(--lightColor2);
    transition: 350ms;
}
.radio-accordion-btn{
    margin-bottom: 0;
    padding-left: 0;
    border-radius: inherit;
}
.radio-accordion-check-label{
    border-radius: inherit;
    padding: 12px 18px;
    display: block;
    cursor: pointer;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.radio-accordion-check-input{
    margin-top: 0;
    vertical-align: middle;
    border: 1px solid var(--grayColor);
    background-color: transparent;
}
.radio-accordion-check-input:focus{
    box-shadow: none;
    border-color: var(--darkColor3);
}
.radio-accordion-check-input:checked{
    border-color: var(--darkColor3);
    background-color: transparent;
    background-image: url("../images/image-icons/radio-dark-bg.svg");
    background-size: 8px;
}
.radio-accordion-btn .radio-accordion-check-input{
    float: none;
    margin-left: 0;
}
.radio-accordion-check-title{
    display: block;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}

.radio-accordion-body{
    border-radius: 0 0 12px 12px;
    padding: 2px 18px 18px 18px;
}

/* Form Control */
.ec3-form-control{
    border-radius: 100px;
    border: 1px solid rgba(129, 129, 149, 0.20);
    background: var(--whiteColor);
    padding: 13px 19px;
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    transition: .3s;
}
.ec3-form-control:hover{
    border-color: var(--darkColor3);
}
.ec3-form-control:focus{
    border-color: var(--darkColor3);
    background: var(--whiteColor);
    color: var(--darkColor3);
}
.ec3-form-control::placeholder{
    color: var(--grayColor);
}


/* Flatpickr */
.ec-flat-picker .flatpickr-day.selected, 
.ec-flat-picker .flatpickr-day.startRange, 
.ec-flat-picker .flatpickr-day.endRange, 
.ec-flat-picker .flatpickr-day.selected.inRange, 
.ec-flat-picker .flatpickr-day.startRange.inRange, 
.ec-flat-picker .flatpickr-day.endRange.inRange, 
.ec-flat-picker .flatpickr-day.selected:focus, 
.ec-flat-picker .flatpickr-day.startRange:focus, 
.ec-flat-picker .flatpickr-day.endRange:focus, 
.ec-flat-picker .flatpickr-day.selected:hover, 
.ec-flat-picker .flatpickr-day.startRange:hover, 
.ec-flat-picker .flatpickr-day.endRange:hover, 
.ec-flat-picker .flatpickr-day.selected.prevMonthDay, 
.ec-flat-picker .flatpickr-day.startRange.prevMonthDay, 
.ec-flat-picker .flatpickr-day.endRange.prevMonthDay, 
.ec-flat-picker .flatpickr-day.selected.nextMonthDay, 
.ec-flat-picker .flatpickr-day.startRange.nextMonthDay, 
.ec-flat-picker .flatpickr-day.endRange.nextMonthDay {
    background: var(--darkColor3);
    border-color: var(--darkColor3);
}
.ec-flat-picker .flatpickr-day.inRange, 
.ec-flat-picker .flatpickr-day.prevMonthDay.inRange, 
.ec-flat-picker .flatpickr-day.nextMonthDay.inRange, 
.ec-flat-picker .flatpickr-day.today.inRange, 
.ec-flat-picker .flatpickr-day.prevMonthDay.today.inRange, 
.ec-flat-picker .flatpickr-day.nextMonthDay.today.inRange, 
.ec-flat-picker .flatpickr-day:hover, 
.ec-flat-picker .flatpickr-day.prevMonthDay:hover, 
.ec-flat-picker .flatpickr-day.nextMonthDay:hover, 
.ec-flat-picker .flatpickr-day:focus, 
.ec-flat-picker .flatpickr-day.prevMonthDay:focus, 
.ec-flat-picker .flatpickr-day.nextMonthDay:focus {
    background: var(--grayColor3);
    border-color: var(--grayColor3);
    color: var(--whiteColor);
}
.ec-flat-picker .flatpickr-months .flatpickr-prev-month:hover svg path, 
.ec-flat-picker .flatpickr-months .flatpickr-next-month:hover svg path {
    fill: var(--skinColor);
}
.ec-flat-picker .flatpickr-day.today:hover, 
.ec-flat-picker .flatpickr-day.today:focus {
    border-color: var(--darkHoverColor);
    background: var(--darkHoverColor);
}

.radio-accordion-item:not(:last-child){
    margin-bottom: 16px;
}
.radio-accordion-body{
    display: none;
}

.light-content-wrap{
    border-radius: 12px;
    background: var(--lightColor2);
    padding: 24px;
}

.product-list-sm2-group {
    max-height: 247px;
    overflow-y: auto;
    margin-right: -12px;
    padding-right: 10px;
}
/* Chrome, Edge and Safari */
.product-list-sm2-group::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}
.product-list-sm2-group::-webkit-scrollbar-track {
    border-radius: 13px;
    background-color: #F7F8FA;
}
.product-list-sm2-group::-webkit-scrollbar-track:hover {
    background-color: #F7F8FA;
}
.product-list-sm2-group::-webkit-scrollbar-track:active {
    background-color: #F7F8FA;
}
.product-list-sm2-group::-webkit-scrollbar-thumb {
    border-radius: 13px;
    background-color: #D9D9DF;
}
.product-list-sm2-group::-webkit-scrollbar-thumb:hover {
    background-color: #D9D9DF;
}
.product-list-sm2-group::-webkit-scrollbar-thumb:active {
    background-color: #D9D9DF;
}


.product-list-sm2-group .product-list-view-sm:not(:last-child){
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--borderColor2);
}
.dark-circle-iconbtn-sm{
    height: 34px;
    width: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    display: inline flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: none;
    background: var(--darkColor3);
    fill: var(--whiteColor);
}
.dark-circle-iconbtn-sm:hover{
    background: var(--darkColor3);
}
.dark-circle-iconbtn-sm path{
    transition: .3s;
}
.dark-circle-iconbtn-sm:hover path{
    fill: var(--whiteColor);
}


.coupon-submit-btn{
    border: none;
    transition: .3s;
    border-radius: 8px;
    background: var(--darkColor3);
    padding: 15px 18px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 14px */
}
.coupon-submit-btn:hover{
    color: var(--whiteColor);
    background: var(--darkHoverColor);
}
.coupon-submit-btn:active{
    color: var(--whiteColor) !important;
    background: var(--darkHoverColor) !important;
}
.coupon-submit-btn .cancel{
    display: none;
}
.coupon-submit-btn.applied .apply{
    display: none;
}
.coupon-submit-btn.applied .cancel{
    display: block;
}

.coupon-form-control{
    border-radius: 8px;
    border: 1px solid var(--borderColor2);
    padding: 14px 15px;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    height: 44px;
    background: var(--lightColor2);
    transition: .3s;
}
.coupon-form-control:hover{
    border-color: var(--darkColor3);
}
.coupon-form-control:focus{
    border-color: var(--darkColor3);
    color: var(--darkColor3);
    background: var(--lightColor2);
}
.coupon-form-control.invalid{
    border-color: #F8285A;
    color: #F8285A;
}

.coupon-success-text{
    color: #17C653;
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    margin-top: 8px;
    display: none;
}
.coupon-alert-text{
    color: #F8285A;
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    margin-top: 8px;
    display: none;
}
.coupon-input-wrap:has(.valid) ~ .coupon-success-text{
    display: block;
}
.coupon-input-wrap:has(.invalid) ~ .coupon-alert-text{
    display: block;
}

.total-order-price{
    color: var(--darkColor3);
    text-align: right;
    /* font-family: 'Albert Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: 0.1px;
}
/* Checkout Page Css End ***
**************************/



/* FAQ Page Css Start ***
***********************/
/* Accordion */
.ec-accordion .accordion-item:not(:last-child){
    margin-bottom: 16px;
}
.ec-accordion .accordion-item{
    border: none;
    border-radius: 12px;
    background: var(--lightColor2);
    overflow: hidden;
}
.ec-accordion .accordion-button{
    background-color: transparent;
    padding: 20px;
    box-shadow: none;
    border-radius: inherit !important;
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}
.ec-accordion .accordion-button:focus{
    box-shadow: none;
}
.ec-accordion .accordion-button::after{
    height: 24px;
    width: 24px;
    background-size: 24px;
    background-image: url(../images/image-icons/angle-right-black-24.svg);
}
.ec-accordion .accordion-button:not(.collapsed)::after{
    transform: rotate(90deg);
}
.ec-accordion .accordion-body{
    padding: 0 20px 20px 20px;
}
/* FAQ Page Css End ***
*********************/



/* About Page Css Start ***
*************************/
.lh-120 {
    line-height: 120% !important;
}
.max-w-791px{
    max-width: 791px;
}
.max-w-945px{
    max-width: 945px;
}
.max-w-735px{
    max-width: 735px;
}
.max-w-560px{
    max-width: 560px;
}
.max-w-443px{
    max-width: 443px;
}
.about-large-banner{
    border-radius: 12px;
    overflow: hidden;
}
.about-large-banner > .banner{
    width: 100%;
    border-radius: inherit;
}
.about-medium-banner{
    border-radius: 12px;
    overflow: hidden;
}
.about-medium-banner > .banner{
    width: 100%;
    border-radius: inherit;
}
.ec-benefit-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ec-benefit-single{
    height: 100%;
}
.ec-benefit-single:not(:last-child){
    position: relative;
}
.ec-benefit-single:not(:last-child)::after{
    position: absolute;
    content: "";
    height: calc(100% - 22px);
    width: 1px;
    top: 11px;
    right: -12.5px;
    background: var(--borderColor2);
}
.signup-section-card{
    border-radius: 12px;
    overflow: hidden;
    padding: 70px 70px;
    background: url(../images/images/signup-banner1.webp) no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
}
.signup-section-card::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: linear-gradient(0deg, rgba(16, 13, 14, 0.88) 0%, rgba(16, 13, 14, 0.12) 100%);
    z-index: -1;
}
.email-signup-input{
    border-radius: 100px;
    border: 1px solid var(--borderColor2);
    background: transparent;
    padding: 15px 45px 15px 19px;
    color: var(--whiteColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    height: 48px;
}
.email-signup-input:focus{
    background: transparent;
    color: var(--whiteColor);
    border-color: var(--borderColor2);
}
.email-signup-input:hover{
    border-color: var(--borderColor2);
}
.email-signup-input::placeholder{
    color: var(--whiteColor);
}
.email-submit-btn{
    border: none;
    transition: .3s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--darkColor3);
    position: absolute;
    right: 4px;
    top: 4px;
}
.email-submit-btn:hover{
    background: var(--skinColor);
}
.email-submit-btn:active{
    background: var(--skinColor) !important;
}
/* About Page Css End ***
***********************/


/* 404 Page Css Start ***
***********************/
.not-found-area{
    margin-top: 80px;
}
.not-found-img{
    width: 375px;
    aspect-ratio: 375 / 274;
}
.not-found-img img{
    width: 100%;
}
/* 404 Page Css End ***
*********************/


/* Store Locations Page Css Start ***
***********************************/
.store-location-banner{
    border-radius: 12px;
    overflow: hidden;
}
.store-location-banner .banner{
    border-radius: inherit;
    width: 100%;
}
.ec-google-map{
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 390px;
    /* aspect-ratio: 1140 / 390; */
}
.ec-google-map iframe{
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.ec-google-map iframe div{
    border: none !important;
    margin: 0;
}
/* Store Locations Page Css End ***
*********************************/



/* Event Page Css Start ***
*************************/
.ec-event-card{
    height: 100%;
    position: relative;
}
.ec-event-banner{
    border-radius: 12px;
    aspect-ratio: 367 / 244;
    width: 100%;
    overflow: hidden;
    display: block;
}
.ec-event-banner .banner{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms ease-in;
}
.ec-event-card:hover .ec-event-banner .banner{
    transform: scale(1.1);
}
.event-date-wrap{
    padding-right: 19px;
    position: relative;
}
.event-date-wrap::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% + 2px);
    background: var(--borderColor2);
}
/* Event Page Css End ***
***********************/



/* Event Details Page Css Start ***
*********************************/
.max-w-867px{
    max-width: 867px;
}
.ec-icontext{
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.ec-icontext > img,
.ec-icontext > svg{
    width: 19px;
    flex: 0 0 19px;
}
.ec-icontext > p{
    margin-top: 1.5px;
}
.ec-banner{
    border-radius: 12px;
    overflow: hidden;
}
.ec-banner > .banner{
    border-radius: inherit;
    width: 100%;
}
/* Event Details Page Css End ***
*******************************/



/* Returns & Refunds Page Css Start ***
*************************************/
.max-w-592px{
    max-width: 592px;
}
.dark-circle-box{
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--darkColor3);
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Albert Sans'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    padding-top: 1px;
}
.bordered-list-item:not(:last-child){
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--borderColor2);
}
/* Returns & Refunds Page Css End ***
***********************************/



/* Store Page Css Start ***
*************************/
.max-w-173px{
    max-width: 173px;
}
.max-w-218px{
    max-width: 218px;
}
.single-store{
    border-radius: 12px;
    border: 1px solid var(--borderColor2);
    overflow: hidden;
    padding: 24px;
    transition: .3s;
    background: var(--whiteColor);
    height: 100%;
}
.single-store:hover{
    box-shadow: 0px 4px 40px 0px rgba(10, 23, 22, 0.10);
    border-color: transparent
}
.store-profile-img{
    width: 140px;
    flex: 0 0 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.store-profile-img > img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
/* Store Page Css End ***
***********************/



/* Shipping Information Css Start ***
***********************************/
.dotted-list-item{
    color: var(--grayColor);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    padding-left: 13px;
    position: relative;
}
.dotted-list-item::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 5.5px;
    background: var(--darkColor3);
}
.dotted-list-item:not(:last-child){
    margin-bottom: 16px;
}
/* Shipping Information Css End ***
*********************************/



/* Terms of Sale Css Start ***
****************************/
.dotted-list2-item{
    color: var(--darkColor3);
    /* font-family: 'Albert Sans'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    padding-left: 13px;
    position: relative;
}
.dotted-list2-item::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 5.5px;
    background: var(--darkColor3);
}
.dotted-list2-item:not(:last-child){
    margin-bottom: 20px;
}
/* Terms of Sale Css End ***
**************************/



/* Gift Page Css End ***
**********************/
.gift-card-banner{
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.gift-card-banner > .banner{
    border-radius: inherit;
    width: 100%;
    transition: 300ms ease-in;
}
.gift-card:hover .gift-card-banner > .banner{
    transform: scale(1.1);
}
/* Gift Page Css End ***
**********************/

.product-md-banner .banner{
    height: 260px;
}
.category-slider .category-img {
	height: 160px;
	width: 160px;
	object-fit: cover;
	margin: auto;
}
.product-lg-banner .banner {
    height: 350px;
}
.dark-light-iconbtn.active svg path{
    fill: #EF4A4A;
}
