@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Jost", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    min-height: 100vh;
    overflow-x: hidden;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

html, body {
    background-color: #FFFFFF !important;
}

@media (max-width: 575px) {
    html, body {
        background-color: #fafafa !important;
    }
}

:root {
    --primary: #b9c300;
    --secondary: #ff7e2e;
    --lightblack: #005226;
    --danger: #e12c3f;
    --success: #00a853;
    --grayblack: #545454;
    --graylight: #b4b4b4;
    --grayultralight: #f9f9f9;
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

html {
    background-color: var(--lightblack);
    touch-action: manipulation;
    -ms-touch-action: manipulation;
}

main {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--grayblack);
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

footer h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: var(--grayblack);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    outline: none;
    color: var(--primary);
}

p {
    color: var(--grayblack);
}

button:focus {
    outline: none !important;
}


legend {
    font-size: 18px;
    padding: 7px 0;
    margin-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;
}

label {
    font-size: 14px;
    font-weight: normal;
}

input[type="search"]::-webkit-search-cancel-button {
    filter: invert(0.5) brightness(1.5);
    cursor: pointer;
}

.list-unstyled a {
    text-decoration: none;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
    content: "* ";
    color: #f00;
    font-weight: bold;
}

.form-switch-lg {
    font-size: 20px;
    min-height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: left;
    }
}

#alert {
    z-index: 9999;
    pointer-events: all;
}

#alert .alert {
    min-width: 400px;
    max-width: 400px;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 3px 2px 3px #ddd;
}

#alert .alert i {
    color: var(--primary);
}

#alert .alert a {
    text-decoration: underline;
}

.alert-dismissible .btn-close {
    transition: all 0.2s ease-out 0s;
}

.alert-dismissible .btn-close:hover {
    rotate: 45deg;
}

@media (min-width: 1300px) {
    #alert .alert {
        right: 50px;
    }
}

@media (min-width: 1400px) {
    #alert .alert {
        right: 0px;
    }
}

@media (min-width: 1600px) {
    #alert .alert {
        right: 10px;
    }
}

@media (min-width: 1800px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 2000px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 2200px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 2400px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 2600px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 2800px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 3000px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 3200px) {
    #alert .alert {
        right: 20px;
    }
}

@media (min-width: 3400px) {
    #alert .alert {
        right: 1000px;
    }
}

@media (min-width: 3600px) {
    #alert .alert {
        right: 1100px;
    }
}

@media (min-width: 3800px) {
    #alert .alert {
        right: 1200px;
    }
}

@media (min-width: 4000px) {
    #alert .alert {
        right: 1300px;
    }
}

.alert-success {
    background-color: #eef6f3;
    border: 0;
    border-left: 4px solid #53a354;
}

.dropdown-menu {
    border-radius: 4px;
    border: none;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
}

#top {
    background-color: var(--lightblack);
    border-bottom: 1px solid var(--lightblack);
    padding: 7px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline .list-inline-item > a,
#top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #888;
}

#top .btn-link {
    color: #888;
    text-decoration: none;
}

#top .btn-link:hover {
    color: #444;
}

#top a {
    font-size: 1.1em;
    text-decoration: none;
}

#top p {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 767px) {
    #top p {
        font-size: 14px;
    }
}

footer a {
    font-size: 1.1em;
    text-decoration: none;
}

footer ul li a {
    color: #ddd;
    line-height: 33px;
}

footer ul li a:hover {
    color: var(--primary);
}

#info li::before,
#service li::before,
#account li::before {
    content: "\f111";
    font-family: fontAwesome;
    font-size: 8px;
    color: #ee6c4d;
    margin-right: 8px;
    top: -2px;
    position: relative;
}

.fcall {
    background: #fff;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 5px;
}

.fcall span {
    color: var(--primary);
    font-size: 20px;
}

.f-left i {
    color: var(--secondary);
    margin-right: 5px;
    font-size: 20px;
}

.f-left li,
#tmdnewsletterLayout .enquire p {
    font-size: 18px;
    color: #fff;
}

#tmdnewsletterLayout .enquire p {
    margin-bottom: 20px !important;
    line-height: 30px;
}

.powerby {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 13px 0;
    color: #fff;
    font-size: 14px;
}

.head-icon svg {
    width: 30px;
    height: 30px;
    fill: var(--grayblack);
    color: var(--grayblack);
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
    margin-top: 5px;
}

#logo {
    margin: 0 0 0px 0;
}

#search {
    /*margin-bottom: 10px;*/
    max-width: 800px;
    margin: 0 auto;
}

#search .form-control-lg {
    height: 45px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    height: 50px;
    border-radius: 0 5px 5px 0;
    padding: 0 25px;
    font-size: 18px;
    fill: #fff;
    border-color: var(--secondary);
    background-color: var(--secondary);
}

#searchoffcanvasTop.offcanvas.offcanvas-top {
    max-height: 110px;
}

.gear-dropdawn,
.header-user-dropdawn {
    text-align: center;
    padding: 15px 8px;
    min-width: 265px;
}

.gear-dropdawn li a,
.header-user-dropdawn li a {
    color: var(--grayblack);
    text-align: left;
}

.header-user-dropdawn li.after-login a {
    line-height: 34px;
    border-bottom: 1px solid #ededed;
}

.gear-dropdawn li,
.header-user-dropdawn li.header-access {
    border: 1px solid #eee;
    display: inline-block;
    padding: 8px 0;
    margin-top: 10px;
    width: 45%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 4px;
    text-align: center;
}

.gear-dropdawn li:hover a,
.header-user-dropdawn li:hover a {
    color: var(--primary);
}

.dropdown-item {
    font-size: 14px;
}

#form-currency ul li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    border: 0;
    margin-top: 0;
}

#header-cart .btn-lg {
    color: #fff;
    height: 40px;
    padding: 0 1rem;
}

.cart-total {
    position: absolute;
    background: var(--primary);
    color: #fff;
    display: inline-block;
    height: 22px;
    font-size: 12px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    left: 12px;
    bottom: 21px;
}

.cart-total-bottom {
    position: absolute;
    background-color: var(--secondary);
    color: #fff;
    display: inline-block;
    height: 22px;
    font-size: 12px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    left: 12px;
    bottom: 10px;
}

.burst-lines {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: -9px;
    pointer-events: none;
    opacity: 0;
}

.burst-lines li {
    width: 2px;
    height: 100%;
    background: transparent;
    position: absolute;
}

.burst-lines li::after {
    content: "";
    width: 1.5px;
    height: 50%;
    background: var(--secondary);
    position: absolute;
    bottom: 50%;
    animation: none;
}

@keyframes lightBursts {
    0% {
        height: 0%;
        bottom: 100%;
        opacity: 0;
    }

    10% {
        height: 0%;
        bottom: 80%;
        opacity: 1;
    }

    35% {
        height: 20%;
        bottom: 80%;
        opacity: 1;
    }

    100% {
        height: 0%;
        bottom: 100%;
        opacity: 0;
    }
}

@keyframes inflate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.burst-lines.animate {
    opacity: 1;
}

.burst-lines.animate li::after {
    animation: lightBursts 0.6s ease-in-out forwards;
}

.cart-total-bottom.animate {
    animation: inflate 0.6s ease-in-out;
}

.burst-lines li.deg0 {
    transform: rotate(0deg);
}

.burst-lines li.deg36 {
    transform: rotate(36deg);
}

.burst-lines li.deg72 {
    transform: rotate(72deg);
}

.burst-lines li.deg108 {
    transform: rotate(108deg);
}

.burst-lines li.deg144 {
    transform: rotate(144deg);
}

.burst-lines li.deg180 {
    transform: rotate(180deg);
}

.burst-lines li.deg216 {
    transform: rotate(216deg);
}

.burst-lines li.deg252 {
    transform: rotate(252deg);
}

.burst-lines li.deg288 {
    transform: rotate(288deg);
}

.burst-lines li.deg324 {
    transform: rotate(324deg);
}

/*#header-cart .btn:hover {
  color: var(--primary);
}*/
#header-cart .dropdown-menu li {
    min-width: 350px;
}

@media (max-width: 768px) {
    #header-cart .dropdown-menu li {
        min-width: 100%;
    }

    .homemenu {
        border-top: none !important;
        padding: 0 !important;
    }

    .logo-search-account {
        padding: 14px 0 !important;
    }

    .cart-total {
        bottom: 11px !important;
    }
}

.remove-cart {
    color: #bbb;
    margin-top: -4px;
    font-size: 16px;
}

.remove-cart:hover {
    color: #f73a32 !important;
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

#stamenu .menu-vertical {
    overflow-y: unset;
}

#stamenu.active .menu-vertical {
    transform: translateX(0);
}

#stamenu .menu-vertical {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 4;
    background: #fff;
    width: 280px;
    transform: translateX(-100%);
    transition: all 0.5s ease-out 0s;
}

#mySidenav li a i {
    margin-top: 4px;
    float: right;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: 0.5s;
    padding-top: 60px;
    overflow-x: hidden;
    clear: both;
    height: 100%;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sidenav .close-nav {
    background-color: #1e1e1e;
    padding: 12px 15px;
    width: 100%;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bolder;
}

.closebtn,
.closebtn:hover,
.closebtn:focus {
    color: #fff;
}

.closebtn:hover {
    color: var(--primary);
}

@media (max-width: 991px) {
    #menu .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        border: 0;
    }

    #menu .navbar-expand-md .navbar-toggler:hover {
        color: var(--primary);
    }
}

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, var(--primary), #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
}

.menu-heading {
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    letter-spacing: 1px;
    color: var(--grayblack);
    padding: 5px 8px;
    border-radius: 50px;
    height: 50px;
    text-align: left;
    font-weight: 500;
}

#menu.navbar {
    padding: 0;
    background: transparent !important;
    background-image: none !important;
    border: 0;
}

#menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 3px solid var(--primary);
    padding: 15px 0 20px 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
    min-width: 200px;
}

#menu .dropdown-inner ul li a:hover {
    color: var(--secondary);
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}

#menu a.submenu-title {
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
}

#menu .grand-child a {
    font-size: 14px;
    color: #828282;
}

#menu .see-all {
    color: var(--secondary);
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    display: none;
}

#menu .see-all:hover,
#menu .see-all:focus {
    color: var(--primary);
}

#menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

#menu .navbar-nav > li > a {
    color: var(--grayblack);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
}

#menu .navbar-nav > li > a:hover {
    color: var(--secondary);
}

#menu .navbar-nav > li > a > i {
    font-size: 12px;
}

#menu.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    background: rgba(255, 255, 255, 0.9);
    width: 230px;
    border-radius: 0 0 5px 5px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
        left: 100%;
        top: 0;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul .list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-menu a:hover {
        color: var(--secondary);
    }

    #menu .dropdown-menu ul li a :hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

hr {
    border-color: #ccc;
}

footer {
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: var(--lightblack);
    color: #e2e2e2;
}

.product-details-content hr {
    color: #ddd;
    opacity: 0.4;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary);
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.breadcrumb {
    padding: 8px 15px;
    margin-top: 15px;
    background: #f7f7f7;
    border-radius: 4px;
    font-weight: 400;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    color: #999;
}

.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #999;
}

.breadcrumb > li.breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
}

.breadcrumb > li.breadcrumb-item:last-child::after {
    display: none;
}

.pagination {
    margin: 0;
}

.btn {
    border-radius: 8px;
}

.btn-light {
    color: #444;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #ddd;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
    color: var(--lightblack);
    background-color: #e6e6e6;
    border-color: #adadad;
    background-position: 0;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary {
    overflow: hidden;
    position: relative;
}

/*.btn-primary::after{
  background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}
.btn-primary:hover::after{
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}*/
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-position: 0;
}

.btn-warning {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border-color: #bd362f #bd362f #802420;
    box-shadow: none;
}

.btn-danger:hover {
    background-color: #f73a32;
    color: #fff !important;
}

/*.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}*/
.btn-success {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
    border-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.product-thumb {
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.product-thumb::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.01) 0%, transparent 20%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.product-thumb .image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(90deg,
    #f0f0f0 0%,
    #f0f0f0 40%,
    #ffffff 50%,
    #f0f0f0 60%,
    #f0f0f0 100%
    );
    background-size: 200% 100%;
    animation: skeleton-shimmer 2s infinite linear;
    border-radius: 16px;
}

@keyframes skeleton-shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.product-thumb .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-thumb h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
    max-height: 38px;
}

.product-thumb h4 a {
    transition: 0.3s ease;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.product-thumb .description {
    padding: 10px;
    text-align: left;
}

.product-thumb .description h4 a {
    transition: color 0.3s ease;
}

.product-thumb .button-group {
    border-top: 0;
    background-color: transparent;
    position: absolute;
    display: inline;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    transition: 0.5s ease;
    opacity: 0;
}

.add-to-cart-button {
    border-radius: 0;
    display: flex;
    border: none;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    background: var(--primary);
    border-radius: 15px;
    color: white;
    padding: 12px 16px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /*box-shadow: 0 6px 20px rgba(185, 195, 0, 0.3);*/
    position: relative;
    overflow: hidden;
    min-height: 48px;
}

.add-to-cart-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.add-to-cart-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

@media (min-width: 1025px) and (hover: hover) {
    .btn-minuplus:hover {
        background: var(--secondary);
        color: white;
        transform: scale(1.1);
        /*box-shadow: 0 4px 16px rgba(255, 126, 46, 0.3);*/
    }

    .btn-primary:hover {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .btn-inverse.disabled,
    .btn-inverse[disabled] {
        background-color: #222222;
        background-image: linear-gradient(to bottom, #333333, #111111);
    }

    .btn-check:checked + .btn,
    :not(.btn-check) + .btn:active,
    .btn:first-child:active,
    .btn.active,
    .btn.show {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .btn:first-child:active,
    .btn.show {
        background-color: transparent;
        border-color: transparent;
        color: var(--secondary);
    }

    .product-thumb:hover {
        transform: translateY(-4px);
        border-color: rgba(185, 195, 0, 0.2);
    }

    .product-thumb:hover .image a img {
        transform: scale(1.08);
    }

    .product-thumb:hover .image::after {
        opacity: 0.5;
    }

    .product-thumb:hover .quantity-selector {
        box-shadow: 0 0 0 1px rgba(185, 195, 0, 0.1);
    }

    .product-thumb h4:hover a {
        color: var(--primary);
    }

    .add-to-cart-button:hover {
        background-color: var(--secondary);
        /*box-shadow: 0 6px 20px rgba(255, 126, 46, 0.3);*/
        transform: scale(1.1);
    }

    .add-to-cart-button:hover::before {
        left: 100%;
    }

    .add-to-cart-button:active {
        transform: scale(0.98);
    }

    .add-to-cart-button:hover svg {
        fill: #fff;
    }

    .product-thumb:hover .button-group {
        opacity: 1;
    }

    .product-thumb .button-group.cart-with-variant button:hover {
        background-color: var(--secondary);
    }
}

@media (max-width: 1024px), (hover: none) {
    .btn-minuplus:hover,
    .btn-minuplus:active {
        background: white !important;
        color: var(--grayblack) !important;
        transform: scale(1.1) !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
}


.add-to-cart-button img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.product-thumb .button-group svg {
    width: 20px;
    height: 19px;
}

.product-thumb .button-group.cart-with-variant {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    top: auto;
    right: 10px;
    left: auto;
}

.product-thumb .button-group.cart-with-variant button {
    background-color: var(--primary);
}

.product-thumb .button-group.cart-with-variant svg {
    fill: #fff;
}

.special .product-thumb {
    margin: 0;
    border-radius: 30px;
    padding-bottom: 14px;
}

@media (min-width: 960px) {
    .product-list .product-thumb .image {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .product-list .product-thumb .content {
        flex-direction: column;
        flex: 75%;
        position: relative;
    }

    .product-list .product-thumb .button-group {
        position: absolute;
        bottom: 0px;
        width: 100%;
        border-left: 1px solid #ddd;
    }
}

@media (min-width: 992px) {
    .product-list .product-thumb {
        display: flex;
        align-items: center;
        padding: 10px;
    }

    .min-port-desktop {
        min-height: 1000px;
    }

    #menu i.pull-right {
        margin-top: 2px;
    }

    #menu li a:hover .enaleng {
        transform: rotate(-90deg);
        transition: all 0.3s ease 0s;
    }

    .enaleng {
        float: right;
        margin-top: 5px;
        margin-right: 15px;
    }
}

.rating {
    padding-bottom: 0;
    line-height: normal;
    margin: 2px 0;
    display: none;
}

.rating .fa-stack {
    width: 18px;
}

.rating.fa-star {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 14px;
}

.rating .fa-star + .fa-star {
    color: #e69500;
}

.product-variant .form-label {
    margin-bottom: 2px;
}

.price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    color: var(--secondary);
    margin: 10px 0 0 0;
}

.price-new {
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
    white-space: nowrap;
}

.price-old {
    flex-shrink: 0;
    opacity: 0.7;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
}

.price-tax {
    color: #999;
    font-size: 14px;
    display: block;
}

.product-details-price h3 {
    margin-bottom: 0;
}

.product-details-price .price-new {
    font-size: 26px;
}

.product-details-price .price-old {
    font-size: 18px;
}

.form-control.count {
    max-width: 40px;
}

.navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, var(--primary), #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
    margin-top: 0.25rem;
}

#display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
}

#product-product h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#information-contact .card {
    margin-bottom: 20px;
}

#cookie {
    position: fixed;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 95px;
    z-index: 9999;
    border-radius: 12px;
    opacity: 0.95;
    color: #ffffff;
    background: #4a4a4a;
}

#cookie div {
    font-size: 16px;
    color: #ffffff;
}

#cookie p {
    color: #fff;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .slick-arrow {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 963px;
        max-width: 963px;
    }
}

@media (min-width: 1200px) and (max-width: 1409px) {
    .container {
        width: 1170px;
        max-width: 1170px;
    }
}

@media (min-width: 1410px) {
    .container {
        max-width: 1380px;
    }

    #menu i.pull-right {
        margin-left: 2.3em;
        font-size: 15px;
    }
}

.carousel {
    border: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: #fff;
    color: #999;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.06);
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 100%;
    transition: 0.3s ease;
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 20px;
}

.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
    background-color: var(--primary);
    color: #fff;
}

.p-0 {
    padding: 0;
}

.parallex-content {
    position: absolute;
    top: 0;
    bottom: 0;
    align-content: center;
    justify-content: center;
}

.parallex-content span {
    font-family: "Great Vibes", cursive;
    font-size: 40px;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    text-align: left;
}

.parallex-content h2 {
    font-size: 62px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    margin: 25px 0;
}

.parallex-content .btn-primary {
    font-size: 16px;
}

.parallex-image {
    /*background-attachment: fixed;
  padding: 280px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;

  margin: 0 -15px;*/
    background-attachment: fixed;
    padding: 280px 0;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 -15px;
}

.section-title {
    text-align: left;
    margin-bottom: 14px;
    margin-top: 24px;
}

.section-title span {
    display: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
    color: var(--lightblack);
    position: relative;
}

.section-title h2 {
    vertical-align: middle;
    position: relative;
    font-size: 40px;
    font-weight: 500;
    color: var(--grayblack);
    padding: 0;
}

.head-svg svg {
    position: relative;
    width: 90px;
    height: 18px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    /*background-color: #f5f5f5;*/
    fill: var(--primary);
}

.head-svg::before {
    content: "";
    border-bottom: 1px solid #eee;
    width: 225px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 8px;
}

.section-title p {
    font-size: 18px;
    color: #707070;
    padding: 0 5px;
}

/*otherpage title*/
.co-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 0;
    border-bottom: 1px solid #eee;
}

.co-heading-noborder {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
}

.account-pages-heading {
    font-size: 25px;
    font-weight: 600;
}

/*otherpage title end*/
.slick-slide {
    margin: 0 10px;
}

.nav-tabs.tab-products {
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.tab-products li {
    margin-right: 15px;
}

.tab-products li a {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    background: #fff;
    padding: 0;
    letter-spacing: 0.8px;
    border: none;
}

.tab-products .nav-link {
    color: var(--secondary);
}

.tab-products .nav-link.active {
    color: var(--primary);
}

.tab-products .nav-link:hover,
.tab-products .nav-link.active {
    border-color: transparent;
    color: var(--primary);
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
}

.carousel .carousel-control-next {
    right: 20px;
}

.carousel .carousel-control-prev {
    left: 20px;
}


.carousel:hover .carousel-control-next {
    right: 20px !important;
}

.carousel:hover .carousel-control-prev {
    left: 20px !important;
}

.slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    /*display: grid;*/
    align-content: center;
    justify-content: center;
    max-width: 700px;
    text-align: left;
}

.btn-primary {
    border: 1px solid var(--primary);
    color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    background: var(--primary);
    /*font-size: 16px;*/
}

.slider-content h2 {
    font-size: 70px;
    color: var(--lightblack);
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: left;
}

.slider-content .slider-description {
    font-size: 16px;
    color: #777;
    margin: 0;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#carousel-banner-0-content,
#carousel-banner-1-content {
    position: absolute;
    top: 0;
    bottom: 0;
    /*display: grid;*/
    align-content: center;
    justify-content: center;
    text-align: left;
    max-width: 230px;
    left: 40px;
}

#carousel-banner-0-content span,
#carousel-banner-1-content span {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: var(--primary);
}

#carousel-banner-0-content h2,
#carousel-banner-1-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--lightblack);
}

#carousel-banner-0-content .slider-description,
#carousel-banner-1-content .slider-description {
    font-size: 16px;
    margin-bottom: 10px;
}

#carousel-banner-0-content .btn-primary,
#carousel-banner-1-content .btn-primary {
    font-size: 16px;
}

#carousel-banner-0-mb {
    margin-bottom: 0;
}

#carousel-banner-0-mb,
#carousel-banner-1-mb {
    position: relative;
}

#carousel-banner-1-content h2 {
    margin: 14px 0;
}

#carousel-banner-1-content .slider-description {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #carousel-banner-0-content {
        position: unset;
        display: block;
    }

    .special .product-thumb .description {
        padding: 0;
    }
}

.deliveryinfo {
    margin-left: 0;
    margin-right: 0;
    padding: 38px 0;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.deliveryinfo ul {
    margin-bottom: 0;
    text-align: center;
}

.deliveryinfo li p {
    margin-bottom: 0;
}

.deliveryinfo li span {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease;
}

.deliveryinfo ul svg {
    width: 50px;
    height: 50px;
    transition: 0.3s ease;
    fill: var(--secondary);
}

.deliveryinfo ul:hover svg {
    fill: var(--primary);
}

.deliveryinfo li {
    display: block;
    vertical-align: middle;
    margin: 0 8px;
}

.deliveryinfo li h4 {
    color: var(--primary);
    font-size: 20px;
    margin-top: 12px;
}

.deliveryinfo li p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}

/*testimonials*/
.testimonials .item img {
    border-radius: 100%;
    border: 2px solid var(--primary);
    margin-bottom: 10px;
}

.testimonials .item {
    text-align: center;
}

.testimonials .item h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--primary);
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 0;
}

.testimonials .item span {
    font-size: 14px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
}

.testimonials .item p {
    color: #666;
    margin: 15px;
    line-height: 22px;
}

.wd-item-thumb {
    background: var(--primary);
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding: 5px;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: auto;
}

.wd-item-thumb img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wd-item-thumb:hover {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}

.caregory-list .wd-item-thumb .catcontent h2 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 1px;
    text-align: center;
    max-width: 140px;
    margin: 0 auto;
    color: #2f4858;
    padding-top: 20px;
}

.wd-item-title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

/*category tab*/
.category-tab {
    border: 0;
}

.category-tab li a {
    font-size: 16px;
    color: var(--secondary);
}

.category-tab li a.active {
    color: var(--primary);
}

.category-tab li a {
    display: block;
    border: none;
    padding: 28px 5px;
    color: #000;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    position: relative;
    -webkit-transform: scale(0.9, 0.9);
}

.category-tab li {
    padding-bottom: 20px;
}

.category-tab li a.active {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.category-tab li a.active::before {
    color: var(--primary);
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 30px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -13px;
}

.category-tab li a.active::after {
    color: #fff;
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 30px;
    bottom: -11px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

footer .list-group {
    list-style-type: none;
}

ul.footer-tags {
    display: inline-block;
    text-align: center;
    padding-top: 30px;
}

.footer-tags li {
    display: inline-block;
}

.foot_img {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -20px;
    background: #000;
    max-width: 250px;
    margin: -20px auto 0 auto;
    padding: 1px 150px;
}

.footblink {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0 24px;
    margin-top: 30px;
}

.description-bottom {
    text-align: right;
}

.fb-margin {
    margin: 0 80px;
    text-align: center;
}

@media (max-width: 575px) {
    .main-footer .btn.toggle {
        color: #fff;
        text-shadow: none;
        background: none;
        background-image: none;
        background-image: none;
        border: 0;
        box-shadow: none;
        font-size: 12px;
        position: absolute;
        top: -2px;
        right: 0;
        padding: 0;
        width: 100%;
    }

    footer h5 .toggle.collapsed::after {
        font-family: "FontAwesome";
        content: "\f067";
        font-size: 14px;
        font-weight: 600;
        float: right;
        cursor: pointer;
    }

    footer h5 .toggle::after {
        font-family: "FontAwesome";
        content: "\f068";
        font-size: 14px;
        font-weight: 600;
        float: right;
        cursor: pointer;
    }

    footer h5 {
        font-size: 20px;
        margin: 6px 0;
    }

    .cart-summary-mobile {
        top: auto !important;
        position: fixed !important;
        bottom: 90px;
        left: 50%;
        transform: translateX(-50%);
        width: 90% !important;
        padding: 0 !important;
        border-radius: 14px;
        z-index: 1000;
        background-color: #fff;
    }

    .cart-add-mobile {
        position: fixed !important;
        bottom: 90px;
        left: 50%;
        transform: translateX(-50%);
        width: 90% !important;
        padding: 10px;
        border-radius: 14px;
        z-index: 1000;
        background-color: #fff;
    }

    .breadcrumb {
        display: none;
    }

    #content {
        margin-top: 10px;
    }
}

@media (min-width: 576px) {
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    footer h5 .toggle.collapsed {
        display: none;
    }
}

.list-group-item.active {
    background-color: transparent;
    border-color: #dee2e6;
    color: var(--primary);
}

/*category page*/
#product-category .col-3 {
    width: 22%;
}

#product-category #content {
    width: 78%;
}

.refine-search h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.refine-search ul {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style-type: none;
}

.refine-search ul li {
    border: 1px solid #ededed;
    padding: 4px 12px;
    border-radius: 4px;
}

.refine-search ul li a {
    color: var(--secondary);
    font-size: 12px;
}

.refine-search ul li a:hover {
    color: var(--primary);
}

/*pagination*/
.page-link {
    color: var(--secondary);
}

.page-link:hover {
    color: var(--primary);
    background-color: transparent;
}

.active > .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.active > .page-link:hover {
    color: var(--secondary);
}

.list-grid-btn .btn {
    border: 0;
    padding: 2px 6px;
    background-color: transparent;
}

.list-grid-btn .btn.active svg {
    fill: var(--primary);
}

.list-grid-btn .btn.active,
.list-grid-btn :not(.btn-check) + .btn:active,
.list-grid-btn .btn:first-child:active {
    background-color: transparent;
    border-color: transparent;
}

.category-controls {
    padding: 5px 0;
    border: 1px solid #ededed;
    margin: 0 0 20px 0;
    border-radius: 6px;
}

#compare-total:hover {
    color: var(--primary);
}

#compare-total span {
    font-size: 14px;
}

.product-description {
    display: none;
    margin-bottom: 0;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.product-list .product-description {
    display: block;
}

.product-list .product-thumb .description {
    text-align: left;
}

.product-list .product-thumb h4 {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .product-list .image {
        width: 30%;
    }

    .product-list .content {
        width: 70%;
    }
}

.product-info li span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.3px;
    display: inline-block;
    line-height: 34px;
    font-weight: 600;
    color: #444;
}

.magnific-popup .img-thumbnail {
    padding: 0;
}

.zoomWrapper {
    position: relative;
}

.product-details-tab {
    margin-top: 30px;
}

.product-details-tab .tab-content {
    padding: 20px 0px;
}

.product-details-tab .nav-tabs {
    border-bottom: 1px solid #ededed;
    padding: 0;
    margin-bottom: 0;
    gap: 20px;
}

.product-details-tab .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    border: 0;
    padding-left: 0;
    padding-right: 0;
}

.product-details-tab .nav-tabs .nav-link.active,
.product-details-tab .nav-tabs .nav-link:hover {
    color: var(--primary);
}

.product-details-tab .nav-link {
    color: var(--secondary);
}

.product-details-tab .nav-tabs li {
    position: relative;
}

.product-details-tab .nav-tabs li .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    transition: all 0.3s ease-in-out;
    width: 0;
    border-bottom: 2px solid var(--primary);
    left: 0;
    height: 2px;
    width: 100%;
}

#gallery_01 {
    margin-top: 8px;
}

/*#gallery_01 .slick-slide{
  margin: 0;
}*/
.image-gallery .slick-next,
.image-gallery .slick-prev {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 43px;
    z-index: 1;
}

.image-gallery .slick-next:hover,
.image-gallery .slick-prev:hover {
    background-color: var(--primary);
}

.image-gallery .slick-next {
    right: -10px;
}

.image-gallery .slick-prev {
    left: -10px;
}

/*slick button*/
.slick-prev {
    left: 0;
    background: #fff;
    color: #999;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.06);
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s ease;
    z-index: 99;
}

.slick-next {
    right: 0;
    background: #fff;
    color: #999;
    box-shadow: 0px 0px 6px 0px rgba(1, 1, 1, 0.06);
    width: 60px;
    height: 60px;
    opacity: 0;
    border-radius: 100%;
    transition: 0.3s ease;
    z-index: 99;
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--primary);
}

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

.slick-next::before,
.slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured:hover .slick-prev,
.featured:hover .slick-next,
.caregory-list:hover .slick-prev,
.caregory-list:hover .slick-next,
.bestseller:hover .slick-prev,
.bestseller:hover .slick-next,
.latest:hover .slick-prev,
.latest:hover .slick-next,
.cat_tab:hover .slick-prev,
.cat_tab:hover .slick-next,
.special:hover .slick-prev,
.special:hover .slick-next,
.related-products:hover .slick-prev,
.related-products:hover .slick-next,
.tabproduct-slider:hover .slick-prev,
.tabproduct-slider:hover .slick-next,
.image-gallery:hover .slick-prev,
.image-gallery:hover .slick-next,
.manufacturer-slider:hover .slick-prev,
.manufacturer-slider:hover .slick-next {
    opacity: 1;
}

.image-gallery .slick-next::before,
.image-gallery .slick-prev::before {
    font-size: 15px;
}

.latest,
.bestseller,
.featured {
    width: 100%;
    overflow: hidden;
}

.filter-title {
    font-weight: bolder;
    text-transform: uppercase;
}

.filter-title:hover {
    color: var(--secondary);
}

#product-search .row-cols-lg-3 > *,
#product-manufacturer .row-cols-lg-3 > * {
    width: 25%;
}

#product-search .product-list.row-cols-1 > *,
#product-manufacturer .product-list.row-cols-1 > * {
    width: 50%;
}

@media (min-width: 992px) {
    #product-search .product-list .image,
    #product-manufacturer .product-list .image {
        width: 40%;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--primary);
    background-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
}

/*Account settings*/
#account-account svg {
    fill: var(--primary);
}

.account-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #eee;
    padding: 14px 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    background-color: #fff;
}

#account-account .account-links a span:last-child {
    font-size: 17px;
    font-weight: 600;
    color: var(--grayblack);
}

#account-account .account-links a:hover span:last-child {
    color: var(--primary);
}

#account-account .account-links span:last-child span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #bcbcbc;
    margin-top: 6px;
    letter-spacing: 0.3px;
}

#account-account .account-links a:hover span:last-child span {
    color: #bcbcbc;
}

.accolumn {
    box-shadow: 0px 0 3px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 0px;
}

.accolumn h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--grayblack);
    display: flex;
    margin-top: 0;
    padding: 0 20px;
    align-items: center;
    gap: 15px;
}

.accolumn.list-group a {
    border: none;
    padding: 10px 50px;
    font-size: 14px;
}

.accolumn h3 svg {
    fill: var(--primary);
}

.accolumn.list-group a.logu {
    padding: 10px 0;
    color: var(--danger);
}

.acl svg {
    fill: var(--danger) !important;
}

.accolumn.list-group a.logu:hover {
    color: var(--primary);
}

.wishlist-list button {
    min-height: 38px;
}

/*sitemap*/
.child-brand-1 {
    margin-bottom: 15px;
}

.child-brand-3 {
    margin-bottom: 10px;
}

.child-brand-3 li,
.child-brand-2 li {
    padding: 2px 0;
}

.fs-lg {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.contact-us-details span {
    display: block;
}

.carousel-indicators {
    bottom: 0;
    z-index: 4 !important;
    margin-bottom: 10px !important;
}

header {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: top 0.3s ease-in-out;
    z-index: 1000;
}

/*scroll to top */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 14px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all 0.5s ease-in-out;
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
}

#scroll:hover {
    background: #000;
    color: #fff;
}

#scroll svg {
    width: 12px;
    height: 12px;
    fill: var(--primary);
}

#scroll:hover svg {
    fill: var(--primary);
}

.cmn-space {
    margin-top: 0.7rem !important;
}

.logo-search-account {
    padding: 22px 0;
}

.homemenu {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.home header {
    margin: 0;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: none;
    border-color: var(--primary);
}

.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
}

.slick-next::before {
    content: "\f105";
    font-family: fontawesome;
}

#tmdnewsletterLayout .newsletter_heading {
    background: transparent !important;
}

#tmdnewsletterLayout .enquire {
    border: 0 !important;
}

.prefooter-bg, .mobile-contact-info {
    background: rgb(0, 82, 38);
    background: -moz-linear-gradient(
            0deg,
            rgba(0, 82, 38) 0%,
            rgba(31, 57, 39, 1) 100%
    );
    background: -webkit-linear-gradient(
            0deg,
            rgba(0, 82, 38) 0%,
            rgba(31, 57, 39, 1) 100%
    );
    background: linear-gradient(
            0deg,
            rgba(0, 82, 38) 0%,
            rgba(31, 57, 39, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#294c33", endColorstr="#1f3927", GradientType=1);
    padding: 10px 0;
    margin-top: 30px;
}

#tmdnewsletterLayout .newsletter_heading {
    color: #fff;
    margin: 10px 0;
    font-size: 22px !important;
    font-weight: 600;
    min-width: 330px;
}

#tmdnewsletterLayout .enquire .form-control {
    height: 46px;
    border-radius: 50px;
    padding: 0.35rem 1.5rem;
}

#tmdnewsletterLayout .btn-primary {
    background-color: var(--secondary);
    border-color: var(--secondary);
    margin-left: -20px;
    border-radius: 0 50px 50px 0;
    padding: 10px 20px;
}

#tmdnewsletterLayout .newsletter_heading {
    text-align: left !important;
}

.fsocial {
    margin: 0;
    display: flex;
    justify-content: end;
}

.fsocial a {
    line-height: 34px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 0px;
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    color: var(--secondary);
    font-size: 16px;
    margin: 0 8px;
    border-radius: 50px;
}

.fsocial a:hover {
    background: var(--secondary);
    color: #fff;
}

.f-left li {
    line-height: 33px;
    margin-top: 15px;
}

.f-0 {
    font-size: 0;
}

/*mobile responsive*/
@media (max-width: 991px) {
    .cmn-space {
        margin-top: 0.5rem !important;
    }

    #menu .dropdown-menu {
        box-shadow: none;
    }

    #menu div.dropdown-menu {
        padding: 0;
    }

    #menu .dropdown-menu {
        border-bottom: 0;
    }

    #menu .dropdown-inner ul {
        display: block;
    }

    #menu a.submenu-title {
        font-size: 15px;
        color: #444;
    }

    .mobile-header.row {
        flex-wrap: inherit;
    }

    .mobile-header.row > * {
        flex-shrink: inherit;
    }

    .mobile-first-order {
        order: 1;
        max-width: 35px;
        padding-left: 15px;
    }

    .mobile-second-order {
        order: 2;
    }

    .mobile-third-order {
        order: 3;
        margin-right: 15px;
        width: 100%;
    }

    .carousel .carousel-control-prev,
    .carousel .carousel-control-next {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
    }

    .slick-prev {
        left: 2px;
    }

    .slick-next, .slick-prev {
        top: 37% !important;
    }

    .slick-next {
        right: 2px;
    }

    .slick-next::before,
    .slick-prev::before {
        font-size: 16px;
    }

    #menu.navbar {
        padding: 0;
    }

    .head-icon svg {
        width: 20px;
        height: 20px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .section-title span {
        font-size: 12px;
    }

    .tab-products li a {
        font-size: 16px;
    }

    .category-tab li a {
        padding: 14px 0px;
        font-size: 16px;
    }

    /*.category-tab li{padding-bottom: 0;}*/
}

#search .form-control-lg {
    height: 50px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
    border-radius: 5px 0 0 5px;
    background: #f5f5f5;
}

@media (max-width: 575px) {
    .nc-center {
        display: grid;
        gap: 40px;
    }

    footer {
        margin-bottom: 75px;
    }

    #scroll {
        display: none !important;
    }

    .cmn-space {
        margin-top: 20px !important;
    }
}

@media (max-width: 767px) {
    .slider-content {
        position: unset;
    }

    #gallery_01 {
        display: none !important;
    }

    .product-image-link {
        pointer-events: none;
    }

    .product-details-content {
        margin-top: 14px;
    }

    .slider-content h2 {
        font-size: 25px;
        margin-top: 15px;
    }

    .btn-primary {
        padding: 6px 10px;
        font-size: 14px;
    }

    .btn-orange {
        padding: 6px 10px;
        font-size: 14px;
    }

    .btn-outline-secondary {
        padding: 8px 10px;
        font-size: 14px;
    }

    #checkout-cart .btn-outline-secondary,
    #product-info .btn-outline-secondary {
        padding: 8px 15px !important;
    }

    #carousel-banner-0-mb,
    #carousel-banner-1-mb {
        width: 100%;
        margin-bottom: 30px;
    }

    #carousel-banner-0-content h2,
    #carousel-banner-1-content h2 {
        font-size: 22px;
        margin: 5px 0;
    }

    #carousel-banner-1-content .slider-description {
        margin-bottom: 10px;
    }

    #carousel-banner-0-content .btn-primary,
    #carousel-banner-1-content .btn-primary,
    .parallex-content .btn-primary {
        padding: 6px 10px;
        font-size: 14px;
    }

    #carousel-banner-0-content span,
    #carousel-banner-1-content span {
        font-size: 20px;
    }

    .parallex-image {
        padding: 108px 0 !important;
        background-attachment: scroll !important;
        margin: 0 !important;
    }

    .parallex-image {
        padding: 108px 0;
    }

    .parallex-content h2 {
        font-size: 30px;
        margin: 5px 0;
    }

    .parallex-content span {
        font-size: 28px;
    }

    .deliveryinfo {
        padding: 25px 0 10px 0;
    }

    .deliveryinfo ul {
        display: flex;
        align-items: center;
    }

    .deliveryinfo li {
        margin-bottom: 20px;
    }

    .deliveryinfo li h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .sbr {
        margin-top: 10px;
    }

    #tmdnewsletterLayout {
        display: block;
    }

    #tmdnewsletterLayout .btn-primary {
        padding: 10px 14px;
        text-align: right;
    }

    #addsubs {
        position: relative;
    }

    .fsocial {
        justify-content: left;
        margin-top: 20px;
    }

    .product-thumb .button-group svg {
        width: 16px;
        height: 15px;
    }

    .add-to-cart-button {
        width: 35px;
        height: 45px;
        margin: 0;
    }

    .rating {
        margin: 0;
    }

    .product-thumb h4 {
        font-size: 12px;
        min-height: 29px !important;
        max-height: 29px !important;
    }

    .rating .fa-star {
        font-size: 12px;
    }

    .rating .fa-stack {
        width: 12px;
    }

    .price {
        letter-spacing: 0;
    }

    .price-new {
        font-size: 16px;
        letter-spacing: 0;
    }

    #content.p-0 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .rless {
        margin-left: -12px;
        margin-right: -12px;
    }

    .carousel {
        padding: 0;
    }

    .nav-tabs.tab-products {
        margin-bottom: 20px;
    }

    .slick-slide {
        margin: 0 5px;
    }

    .slick-slider {
        padding: 0;
    }

    .foot_img {
        margin-top: 30px;
        padding: 0px 150px;
        margin-bottom: 0;
    }

    footer ul li a {
        font-size: 13px;
    }

    #search .form-control-lg {
        border-radius: 5px 0 0 5px;
        height: 30px;
    }

    #search .btn-lg {
        padding: 0 15px;
        height: 43px;
    }

    #header-cart .dropdown-menu {
        width: 314px;
        padding: 0 !important;
    }

    .nc-center {
        padding: 0 12px;
    }

    .fb-margin {
        margin: 0;
        text-align: left;
    }

    .description-bottom {
        text-align: left;
    }

    /*.slick-next,*/
    /*.slick-prev {*/
    /*    display: none !important;*/
    /*}*/
}

@media (min-width: 768px) AND (max-width: 991px) {
    .slider-content h2 {
        font-size: 40px;
    }

    #carousel-banner-0-content h2,
    #carousel-banner-1-content h2 {
        font-size: 20px;
    }

    #carousel-banner-0-content span,
    #carousel-banner-1-content span {
        font-size: 20px;
    }

    #carousel-banner-0-content .btn-primary,
    #carousel-banner-1-content .btn-primary,
    .parallex-content .btn-primary {
        padding: 6px 14px;
        max-width: 100px;
        font-size: 14px;
    }

    .btn-primary {
        padding: 5px 14px;
        font-size: 14px;
    }

    .parallex-image {
        padding: 150px 0;
    }

    .parallex-content {
        left: 50px;
    }

    .deliveryinfo li span {
        margin-bottom: 10px;
    }

    .tablet-newsletter {
        max-width: 300px;
    }

    #tmdnewsletterLayout .btn-primary {
        padding: 9px 14px;
    }

    .fb-margin {
        margin: 0 30px;
    }

    .nc-center {
        padding: 0 12px;
    }
}

@media (max-width: 991px) {
    .deliveryinfo ul,
    .deliveryinfo li {
        display: block;
        text-align: center;
    }

    .deliveryinfo li:last-child {
        width: 100%;
    }
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .slider-content h2 {
        font-size: 50px;
    }

    .fsocial a {
        min-width: 35px;
        min-height: 35px;
        padding-top: 3px;
        margin: 0 1px;
    }

    .nc-center {
        align-items: center;
    }

    #product-category .col-3 {
        width: 25%;
    }

    #product-category #content {
        width: 75%;
    }

    .fb-margin {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    #product-list.row-cols-1 > * {
        width: 50%;
    }

    #product-list.product-list.row-cols-1 > * {
        width: 100%;
    }

    .category-controls.row > .col-xs-6 {
        width: auto;
    }

    .category-controls.row > .col-xs-12 {
        margin-bottom: 15px;
    }
}

@media (min-width: 451px) AND (max-width: 767px) {
    #product-list.row-cols-1 > * {
        width: 33.33%;
    }

    #product-list.product-list.row-cols-1 > * {
        width: 50%;
    }
}

@media (min-width: 768px) AND (max-width: 991px) {
    #product-category .col-3 {
        width: 33%;
    }

    #product-category #content {
        width: 66.66%;
    }

    #product-list.product-list.row-cols-1 > * {
        width: 50%;
    }

    #product-search #product-list.product-list.row-cols-1 > * {
        width: 33.33%;
    }

    .product-list .content,
    .product-list .image {
        width: 100%;
    }

    .category-controls.row > .col-xs-12 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1201px) and (max-width: 1409px) {
    #product-category .col-3 {
        width: 25%;
    }

    #product-category #content {
        width: 75%;
    }
}

@media (max-width: 1199px) {
    #account-login .col-3,
    #account-forgotten .col-3,
    #account-register .col-3,
    #account-edit .col-3,
    #account-password .col-3,
    #account-address .col-3,
    #account-wishlist .col-3,
    #account-reward .col-3,
    #account-newsletter .col-3,
    #account-transaction .col-3,
    #account-return .col-3,
    #account-download .col-3,
    #account-order .col-3,
    #account-affiliate .col-3 {
        width: 40%;
    }

    #account-account .col-3 {
        display: none !important;
    }
}

.view-cart-qty {
    max-width: 120px;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.accordion-button {
    font-size: 14px;
}

.accordion-button:focus {
    border-color: #f5f5f5;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    border-color: transparent;
    color: var(--secondary);
}

.hidden {
    visibility: hidden;
    position: absolute;
}

.category-controls .input-group-text {
    background-color: transparent;
    border-color: transparent;
}

.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0.25rem;
}

.you-save {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    height: 120px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;
    background: rgb(255, 46, 46);
    background: -moz-linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    background: -webkit-linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    background: linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e2e", endColorstr="#ff6201", GradientType=1);
}

.you-save-cart {
    top: 12px;
    left: 12px;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: rgb(185, 195, 0);
    background: -moz-linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    background: linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9c300", endColorstr="#848b00", GradientType=1);
}

.discount-onprice {
    position: absolute;
    top: 12px;
    right: 12px;
    /*background: red;
  color: #fff;*/
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 500;
    background: rgb(185, 195, 0);
    background: -moz-linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    background: linear-gradient(
            97deg,
            rgba(185, 195, 0, 1) 0%,
            rgba(132, 139, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9c300", endColorstr="#848b00", GradientType=1);
    color: #fff;
}

.discount-onprice-s6 {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    background-color: #ff3131;
    z-index: 2;
}

.savings-tooltip {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 4px 2px 8px;
    border-radius: 8px 0 0 8px;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
    margin-right: 0px;
    z-index: 1;
}

@media (max-width: 768px) {
    .savings-tooltip {
        position: absolute;
        top: 114px;
        right: 0;
        left: auto;
        transform: none;
        margin-right: 0;
        border-radius: 8px 0 8px 8px;
        text-align: center;
        font-size: 9px;
        padding: 3px 8px;
        width: max-content;
        min-width: 100%;
    }
}

.discount-offer-s6 {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 10px;
    font-size: 14px;
    border-radius: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #302d2d;
    animation: pulse-disc 2s infinite;
}

.discount-percent-s6.animate {
    animation: pulse-disc 2s infinite;
}

.discount-offer-s6.animate {
    animation: swing 4s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes swing {
    0% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

@keyframes pulse-disc {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) {
    #product-info .discount-onprice-s6, #product-info .discount-offer-s6 {
        right: 25px !important;
    }

    #product-info .discount-nxm-s6 {
        bottom: 80px !important;
        right: 10px;
        border-radius: 10px 0 0 10px;
        padding: 10px 18px 10px 18px;
    }
}

.discount-plus-s6 {
    position: absolute;
    top: 12px;
    right: -4px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.discount-plus-s6 .circle-img {
    width: 60px;
    height: 60px;
    border: 5px solid var(--secondary);
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    flex-shrink: 0;
    position: relative;
}

.discount-plus-s6 .circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
}

.discount-plus-s6 .promo-label {
    background-color: var(--secondary);
    color: white;
    padding: 8px 12px;
    margin-left: -12px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.discount-plus-s6 .plus {
    font-size: 22px;
    margin-right: 6px;
    line-height: 1;
}

.discount-nxm-s6 {
    position: absolute;
    bottom: 14px;
    right: -15px;
    padding: 10px 28px 10px 18px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    color: #fff;
    background-color: #9562ff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .discount-onprice {
        top: 5px;
        right: 5px;
    }

    .you-save {
        top: 5px;
        left: 5px;
    }
}

.form-check {
    display: flex;
    gap: 10px;
}

.form-check-cust {
    display: grid;
    gap: 10px;
}

ol,
ul,
dl,
p {
    margin: 0;
}

#tmdnewsletterLayout .enquire {
    padding: 0 !important;
}

#cartme,
.cartna {
    font-size: 14px;
    font-weight: 500;
    color: var(--grayblack);
    display: block;
    line-height: normal;
}

#cart-total,
.hdis {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-left: 4px;
    text-align: left;
}

.cart-sub {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
}

#cart-total strong {
    font-weight: 700;
    color: var(--secondary);
}

#search input::placeholder {
    color: #c3c3c3;
}

.carousel-indicators [data-bs-target] {
    border-radius: unset;
    border: none;
    box-shadow: none;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 2px;
    background-color: var(--graylight);
}

.menu-heading:hover,
.menu-heading:focus {
    color: var(--secondary);
}

svg {
    transition: fill 0.3s ease-in-out !important;
}

a {
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out,
    border 0.3s ease-in-out !important;
}

button {
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out !important;
}

.head-icon:hover svg {
    fill: var(--primary);
}

#carousel-banner-1-mb img,
#carousel-banner-0-mb img {
    border-radius: 5px;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.product-actions.flex-md-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product-actions-cart-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.product-actions-minicart {
    width: 200px;
}

.quantity-selector {
    display: flex;
    align-items: center;
}

.quantity-selector input {
    width: 100%;
    height: 38px;
    border-radius: unset;
    border: none;
}

.button-group {
    display: flex;
    align-items: center;
}

.button-group button {
    background-color: var(--primary);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.button-group svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.quantity-selector input {
    -moz-appearance: textfield;
    appearance: textfield;
    pointer-events: none;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-minus {
    border-radius: 5px 0px 0px 5px;
    margin-right: -1px;
}

.btn-plus {
    border-radius: 0px 5px 5px 0px;
}

.btn-minus-minicart {
    border-radius: 5px 0px 0px 5px;
    margin-right: -1px;
}

.btn-plus-minicart {
    border-radius: 0px 5px 5px 0px;
}

.btn-minuplus {
    font-size: 11px;
    border: none;
    background: white;
    color: var(--grayblack);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
}

.name-step {
    align-content: center;
    padding: 8px 1px;
    border-radius: unset !important;
    background: transparent;
    border: none;
    color: var(--grayblack);
    font-weight: 500;
    font-size: 12px;
}

.name-step-plus-minicart {
    align-content: center;
    padding-right: 10px;
    font-size: 12px;
    color: #999;
    border-radius: unset !important;
    border: none;
}

.name-sale-type {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.qty-input {
    border: none;
    background: transparent;
    font-weight: 600;
    color: var(--lightblack);
    height: 36px;
    transition: transform 0.2s ease;
}

.qty-input:focus {
    box-shadow: none;
    border-color: var(--primary);
    transform: scale(1.05);
    outline: none;
}

.crop-words {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 200px;
}

.form-remove {
    display: contents;
}

.hlogout h6 {
    font-size: 12px;
    color: #777;
}

.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
}

.form-register-account .form-check-input {
    margin-top: 0;
}

.btn-orange {
    background-color: var(--secondary);
    border: var(--secondary);
    color: #fff;
}

.btn-orange:hover {
    background-color: var(--primary);
    border: var(--primary);
    color: #fff;
}

.empty-item:hover {
    color: var(--primary);
}

#checkout-confirm table {
    background-color: #f7f7f7 !important;
}

.prefooter-icon {
    font-size: 34px;
    color: var(--secondary);
}

.prefooter-icon:hover {
    color: var(--primary);
    transition: 0.3s ease;
}

.f-left-cus i {
    color: var(--secondary);
}

.f-left-cus {
    line-height: 33px;
}

@media (max-width: 1024px) {
    .add-to-cart-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .add-to-cart-button {
        width: 100%;
        border-radius: 15px;
        color: #fff;
    }

    .add-to-cart-text {
        font-size: 12px;
    }

    .bg-liquid-glass {
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.3) !important;
    }

    header.bg-liquid-glass {
        border-radius: 0 0 14px 14px !important;
    }
}

.bg-liquid-glass {
    border-radius: 0 0 14px 14px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.special-product-row {
    border: none !important;
}

.slick-slide.slick-active.slick-current:not(:last-of-type)
.special-product-row::after {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 1px;
    bottom: 15px;
    top: 20px;
    right: 0;
}

.special .slick-list.draggable {
    border: none;
    border-radius: 34px;
    background-color: var(--secondary);
}

.sale-text-countdown {
    background: rgb(255, 46, 46);
    background: -moz-linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    background: -webkit-linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    background: linear-gradient(
            97deg,
            rgba(255, 46, 46, 1) 0%,
            rgba(255, 98, 1, 1) 56%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff2e2e", endColorstr="#ff6201", GradientType=1);
    width: 100%;
    font-size: 30px;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    white-space: nowrap;
    margin-right: -4px;
}

.sale-small-countdown {
    font-size: 11px;
    color: var(--lightblack);
}

.content-box-countdown {
    width: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
    /*gap: 10px;*/
    cursor: pointer;
    width: fit-content;
}

.logo-text {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    font-size: 18px;
    margin-left: 12px;
    font-weight: bold;
    color: var(--lightblack);
}

.logo-container:hover .logo-text {
    opacity: 1;
    transform: translateX(0);
}

.lazy-load {
    background-color: #f0f0f0;
    display: block;
    width: 100%;
    height: auto;
    filter: blur(10px);
    transition: filter 0.3s ease-in-out;
}

.lazy-load.loaded {
    filter: blur(0);
}

.proreview:not(:last-child) {
    border-right: 1px solid #aaa;
    padding: 0 20px;
}

.proreview:first-child {
    padding-left: 0;
}

.minicart-box-input {
    width: 180px;
}

.minicart-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-item {
    display: flex;
    align-items: start;
    gap: 10px;
    position: relative;
    padding-bottom: 8px;
}

.cart-item::after {
    content: "";
    display: block;
    width: 95%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    bottom: 0;
    left: 3%;
}

.cart-item-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.cart-item:last-child::after {
    width: 100%;
    left: 0;
}

.cart-item-details {
    flex-grow: 1;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background: rgba(249, 249, 249);
    border-radius: 15px;
    padding: 6px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(185, 195, 0, 0.1);
}

.input-group .qty-input {
    text-align: center;
    width: 50px !important;
}

.remove-cart {
    background: none;
    border: none;
    color: var(--danger);
    cursor: pointer;
}

.btn-orange {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
}

.btn-green {
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}

.btn-blackgreen {
    background-color: var(--lightblack);
    border-color: var(--lightblack);
    color: white;
}

#header-cart .btn-minuplus,
#header-cart .input-group .qty-input {
    height: 24px;
}

#header-cart .btn-minuplus {
    padding-top: 6px;
}

#header-cart .input-group .qty-input {
    width: 60px;
}

#header-cart .input-group-text {
    padding: 0 2px;
}

.btn-clear-cart {
    background: none;
    color: var(--danger);
    border: none;
    padding: 0;
}

.btn-continue-cart {
    background: none;
    color: var(--grayblack);
    border: none;
    padding: 0;
}

.cart-items-container {
    height: 260px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cart-items-container::-webkit-scrollbar {
    display: none;
}

.cart-footer-container {
    border-top: 1px solid #eee;
}

.btn-remove-product-cart {
    border: none;
}

.total-price-cart {
    color: var(--lightblack);
}

.card {
    border: 1px solid #eee;
}

.cart-summary {
    top: 185px;
}

.special .slick-track {
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-darkgreen {
    color: var(--lightblack);
    fill: var(--lightblack);
    stroke: var(--lightblack);
}

.text-graydark {
    color: var(--grayblack);
    fill: var(--grayblack);
    stroke: var(--grayblack);
}

.text-graylight {
    color: var(--graylight);
    fill: var(--graylight);
    stroke: var(--graylight);
}

.text-orange {
    color: var(--secondary);
    fill: var(--secondary);
    stroke: var(--secondary);
}

.remove-address {
    background: none;
    border: none;
    color: var(--danger);
    cursor: pointer;
}

.edit-address {
    background: none;
    border: none;
    color: #777;
    cursor: pointer;
}

.lightblack-text {
    color: var(--lightblack);
}

.primary-text {
    color: var(--primary);
}

.text-danger {
    color: var(--danger) !important;
    fill: var(--danger) !important;
}

.border-greenlight {
    border-color: var(--primary) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(185, 195, 0, 0.4) !important;
}

.bg-greenlight {
    background-color: var(--primary) !important;
}

.delete-account a {
    display: block;
}

.login-container {
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.login-image {
    background-image: url("../../../image/pattern-green.svg");
    background-repeat: repeat;
    background-size: 90px 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login-form {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .login-form {
        padding: 40px;
    }
}

.logo-evento {
    position: absolute;
    top: -90px;
    left: -50px;
    z-index: 10;
    pointer-events: none;
}

::placeholder {
    color: #999 !important;
}

.form-select {
    color: #999 !important;
    --bs-form-select-bg-img: url("../../../image/arrow.svg");
}

.form-control {
    color: var(--grayblack) !important;
}

.form-select option {
    color: var(--grayblack);
}

.form-select:not(:has(option:checked[value=""])) {
    color: var(--grayblack) !important;
}

#document_input_container {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.6s ease;
}

#document_input_container.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 575px) {
    #carousel-slideshow-0 .carousel-inner {
        display: flex;
        overflow: hidden;
        justify-content: center;
        position: relative;
    }

    #carousel-slideshow-0 .carousel-item {
        flex: 0 0 95%;
        margin: 0 auto;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        opacity: 0.5;
        position: absolute;
        width: 100%;
    }

    #carousel-slideshow-0 .carousel-item img {
        width: 100%;
        border-radius: 10px;
    }

    #carousel-slideshow-0 .carousel-item.active {
        position: relative;
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

    #carousel-slideshow-0 .carousel-item:not(.active) {
        transform: scale(0.85);
        opacity: 0;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    }

    #carousel-slideshow-0 .carousel-control-prev,
    #carousel-slideshow-0 .carousel-control-next {
        display: block !important;
        top: 45px;
        background-color: rgba(255, 255, 255, 0.4);
        border: 0.4px solid rgba(255, 255, 255, 0.6);
    }

    .carousel .carousel-control-prev:hover, .carousel .carousel-control-next:hover {
        background-color: #fff;
        color: var(--grayblack) !important;
    }

    .homemenu {
        box-shadow: none;
    }

    .alert {
        width: 95% !important;
        top: 0px;
        width: auto;
        word-wrap: break-word;
        white-space: normal;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
        z-index: 1050;
    }

    .caregory-list .wd-item-thumb {
        background: #b9c300;
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        margin: 5px 0;
        border-radius: 100%;
    }

    .caregory-list .wd-item-title {
        font-size: 11px;
        padding-top: 0;
    }

    .carousel-home-mobile-12 {
        height: 60px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .section-title {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0;
    }

    .crop-words-mobile {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 200px;
    }

    .cart-total-bottom {
        background-color: var(--secondary);
        left: 19px;
        bottom: 16px;
    }

    .quantity-controls {
        display: none;
    }

    .mobile-plus {
        display: inline-block;
    }

    .add-to-cart-button {
        display: none;
    }

    .co-heading {
        margin-top: 10px;
    }

    #product-info,
    #checkout-checkout {
        margin-top: 14px;
    }

    .image-gallery .slick-track {
        margin-bottom: 14px;
    }

    .prefooter-bg,
    footer {
        display: none !important;
    }

    .cart-products-list {
        padding-bottom: 108px;
    }

    #cookie {
        bottom: 90px;
    }

    #cookie div {
        font-size: 12px;
    }

    .featured .slick-prev, .featured .slick-next {
        opacity: 0.8 !important;
    }

    .slick-prev:hover, .slick-next:hover {
        background: #fff;
        color: #999;
    }

    .slick-prev:hover::before, .slick-next:hover::before {
        color: #999;
    }
}

.unit-price {
    color: var(--graylight);
    font-size: 11px;
    margin-top: 4px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.icon-circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grayblack);
    background-color: #f5f5f5;
    border-radius: 50%;
}

.accordion-item.order-details {
    margin-top: 14px;
    border-radius: 5px;
}

.accordion-item.order-details:not(:first-of-type) {
    border-top: 1px solid #dee2e6;
}

.accordion-button {
    color: var(--grayblack);
}

.accordion-button:not(.collapsed) {
    color: var(--grayblack);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: var(--grayblack);
}

.details-order-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.logo-icon {
    width: 50px;
}

.caregory-list .slick-slide img {
    width: 100%;
}

#back-navigation {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    left: -5px;
    position: relative;
}

@media (max-width: 431px) {
    .home .name-step,
    .related-products .name-step,
    #product-category .name-step,
    #product-search .name-step,
    #product-manufacturer .name-step {
        display: none;
    }

    .sale-type-badge {
        display: inline-block !important;
    }

    .product-actions {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sale-type-badge {
        display: inline-block !important;
    }

    .home .name-step, .related-products .name-step, #product-category .name-step, #product-search .name-step, #product-manufacturer .name-step {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .product-actions {
        flex-direction: column !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .add-to-cart-text {
        display: inline !important;
    }
}

.sale-type-badge {
    display: none;
    font-size: 11px;
    padding: 4px 14px;
    border-radius: 8px 8px 0 0;
    background-color: rgba(249, 249, 249, 0.8);
    color: var(--graylight);
    position: relative;
    top: 12px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
}

/*¡¡¡¡CHECKOUT!!!*/
.hidden-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shipping-toggle {
    background: var(--grayultralight);
    border-radius: 1rem;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.shipping-label-text small {
    font-weight: 400;
}

.shipping-segment {
    flex: 1;
    border: 2px solid transparent;
    text-align: left;
    padding: 0.6rem;
    border-radius: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 100px;
}

.shipping-segment.active,
input[name="shipping_method"]:checked + .shipping-segment {
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.hidden-radio {
    display: none;
}

.shipping-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.shipping-option {
    flex: 1 1 calc(50% - 0.5rem);
    background: var(--grayultralight);
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card.address-card .card-body {
    padding: 0 !important;
}

.card.address-card {
    display: flex;
    background: var(--grayultralight);
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
    height: 85px;
    max-height: 85px;
    overflow: hidden;
    width: 300px;
}

.shipping-segment.active,
input[name="shipping_method"]:checked + .shipping-segment {
    background: #b9c300;
    font-weight: 600;
    color: #fff;
    fill: #fff;
}

.shipping-icon {
    width: 34px;
    height: 34px;
}

.time-slot.selected,
.day-option.active,
.city-option.active,
.card.address-card.selected,
.shipping-option.active,
.btn-check:checked + .btn-outline-custom,
.shipping-option input:checked + .shipping-option-content {
    border-color: #d1dc00;
    background: #f5f5ef !important;
    font-weight: 500;
    opacity: 1;
}

.card.address-card.selected .shipping-option-title,
.shipping-option.active .shipping-option-title {
    font-weight: 500;
}

.shipping-option:hover {
    border-color: #d1dc00;
}

.shipping-option-content {
    display: flex;
    flex-direction: column;
}

.shipping-option-title {
    font-weight: 300;
    font-size: 1.1rem;
    color: var(--grayblack);
    margin-bottom: 0;
}

.shipping-option-text {
    font-size: 0.9rem;
    color: #888;
    font-size: 14px;
}

@media (min-width: 768px) {
    .shipping-options {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .card.address-card,
    .shipping-option {
        flex: 1 1 45%;
        background: var(--grayultralight);
    }
}

.bottom-sheet {
    position: fixed;
    bottom: 70px;
    width: 100%;
    left: 0;
    background: white;
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 100;
}

.bottom-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.products-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.products-scroll-mobile-resume {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    scroll-snap-align: start;
    overflow-x: unset !important;
}

.product-img-footer-mobile {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.bottom-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-img-wrapper {
    position: relative;
}

.product-qty-badge {
    background-color: var(--primary);
    color: white;
}

.days-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.days-row::-webkit-scrollbar {
    display: none;
}

.day-option {
    flex: 0 0 auto;
    text-align: center;
    min-width: 100px;
    background: var(--grayultralight);
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.time-slots-container {
    background-color: white;
    border-radius: 1rem;
    padding: 15px 15px 0px 15px;
    box-shadow: var(--shadow);
}

.time-slot {
    border-radius: 1rem;
    background-color: var(--grayultralight);
    padding: 15px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.time-slot:last-child {
    margin-bottom: 0;
}

.time-slots-container-wrapper {
    display: none;
}

.time-slots-container-wrapper.active {
    display: block;
}

.shipping-addresses-scroll {
    scroll-snap-type: x mandatory;
}

.shipping-addresses-scroll > .col-10 {
    scroll-snap-align: start;
}

.shipping-addresses-scroll::-webkit-scrollbar {
    display: none;
}

.cities-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.cities-row::-webkit-scrollbar {
    display: none;
}

.city-option {
    flex: 0 0 auto;
    text-align: center;
    min-width: 100px;
    background: var(--grayultralight);
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

#card-list {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 5px 0 10px;
    gap: 16px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#card-list.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.card-item {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    scroll-snap-align: start;
    flex: 0 0 auto;
    left: 4px;
    width: 300px;
    border-radius: 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 2px solid transparent;
}

.card-item input[type="radio"]:checked + .card-ui {
    transform: scale(1.02);
    border-radius: 16px;
    border-bottom: 2px solid #d1dc00 !important;
    position: relative;
    z-index: 1;
}

.card-ui .delete-card {
    transform: scale(0.98); /* inverso o neutralizador */
    will-change: transform;
}

.card-item input[type="radio"] {
    display: none;
}

.card-ui {
    padding: 14px;
    border-radius: 16px;
    position: relative;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.card-ui::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 274 274' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(135 137 137)'%3E%3Cpath d='M26.54,163.54L0,136.95L26.54,110.41C30.29,118.331 36.208,125.029 43.607,129.726C51.007,134.423 59.586,136.927 68.35,136.95C59.579,136.97 50.993,139.479 43.592,144.186C36.19,148.893 30.277,155.605 26.54,163.54ZM26.54,110.41C23.62,104.267 21.49,97.552 21.48,90.75L21.48,22.14L90.04,22.14C96.862,22.143 104.188,23.663 110.35,26.59L95.44,40.92C89.507,46.879 85.652,54.591 84.449,62.914C83.246,71.236 84.757,79.725 88.76,87.12C83.789,85.893 78.706,85.172 73.59,84.97C72.89,84.92 72.15,84.92 71.59,84.87C71.03,84.82 70.46,84.76 69.84,84.76C68.174,84.669 66.504,84.689 64.84,84.82C55.562,85.506 46.839,89.502 40.26,96.08L26.54,110.41ZM110.35,26.59L136.94,0L163.48,26.59C155.552,30.331 148.849,36.247 144.15,43.649C139.452,51.05 136.952,59.633 136.94,68.4C136.918,59.629 134.408,51.045 129.701,43.644C124.994,36.243 118.284,30.329 110.35,26.59ZM163.48,26.59C169.642,23.663 176.378,22.143 183.2,22.14L251.76,22.14L251.76,90.75C251.75,97.552 250.23,104.267 247.31,110.41L232.98,96.08C226.401,89.502 217.678,85.506 208.4,84.82C206.736,84.689 205.066,84.669 203.4,84.76C202.78,84.76 202.21,84.82 201.65,84.87C201.09,84.92 200.35,84.92 199.65,84.97C194.534,85.172 189.451,85.893 184.48,87.12C188.483,79.725 189.994,71.236 188.791,62.914C187.588,54.591 183.733,46.879 177.8,40.92L163.48,26.59ZM247.31,110.41L273.9,136.95L247.31,163.54C243.571,155.601 237.655,148.888 230.25,144.181C222.845,139.473 214.255,136.966 205.48,136.95C214.244,136.927 222.823,134.423 230.223,129.726C237.622,125.029 243.56,118.331 247.31,110.41ZM247.31,163.54C250.224,169.683 252.384,176.401 252.36,183.2L252.36,251.75L183.81,251.75C177.011,251.773 169.624,250.273 163.48,247.36L178.48,233.02C183.639,227.832 187.238,221.298 188.867,214.165C190.495,207.031 190.087,199.583 187.69,192.67C189.04,192.77 190.43,192.82 191.83,192.82C206.83,192.62 218.13,189.05 223.13,185.32C227.043,183.478 230.598,180.955 233.63,177.87L247.31,163.54ZM163.48,247.36L136.94,273.9L110.353,247.363C118.28,243.619 124.988,237.699 129.693,230.301C134.399,222.902 136.912,214.32 136.94,205.55C136.95,235.25 147.82,239.91 163.48,247.36ZM110.353,247.363C104.211,250.274 97.496,251.773 90.7,251.75L22.15,251.75L22.15,183.2C22.126,176.401 23.626,169.683 26.54,163.54L40.88,177.87C43.911,180.955 47.466,183.478 51.38,185.32C56.38,189.05 67.68,192.62 82.68,192.82C84.08,192.82 85.47,192.77 86.82,192.67C84.422,199.583 84.015,207.031 85.643,214.165C87.271,221.298 90.87,227.832 96.03,233.02L110.353,247.363Z' fill='%23ffffff' fill-opacity='0.06'/%3E%3C/g%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-logo {
    width: 34px;
    height: auto;
    z-index: 1;
}

.card-number {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 6px;
}

.card-info {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    color: #ccc;
    column-gap: 24px;
    text-align: center;
}

.card-info .label {
    font-size: 0.6rem;
    line-height: normal;
}

.card-info .value {
    font-size: 11px;
    color: white;
}

.delete-card {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    color: var(--danger);
    font-size: 0.9rem;
    cursor: pointer;
    background: #ffffff4f;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.discount-badge {
    font-family: "Jost", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(180deg, #10b981, #059669);
    border-radius: 0 8px 8px 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.discount-15-text, .discount-20-text {
    font-size: 7px;
    font-weight: 500;
    margin-bottom: 5px;
}

.discount-15 {
    background: linear-gradient(180deg, #1c0101, #330000);
}

.discount-20 {
    background: linear-gradient(180deg, #300f0f, #000000);
}

.card-ui:has(.discount-badge) {
    padding-left: 35px; /* Espacio para el badge */
}

/* Fallback para navegadores que no soportan :has() */
.card-ui.with-discount {
    padding-left: 35px;
}


/* Header principal */
.itau-header {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #FF6200, #FF8533);
    border-radius: 12px;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}

.itau-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20px;
    width: 100px;
    height: 200%;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(15deg);
}

.header-content {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    z-index: 2;
}

.itau-logo {
    width: 34px;
    /*height: 48px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-text {
    flex: 1;
}

.main-title {
    color: white;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0 0;
}

.subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.benefit-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.promo-img {
    top: -24px;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -23px;
    width: 114px;
}

.bank-name {
    font-size: 12px;
    color: white;
    opacity: 0.85;
    width: 224px;
    line-height: normal;
}

.card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.card-type {
    font-size: 8px;
    color: white;
    opacity: 0.85;
    line-height: normal;
    text-transform: uppercase;
}

#card-list .add-card {
    font-family: "Jost", -apple-system, BlinkMacSystemFont, Roboto, Arial,
    sans-serif !important;
    width: 280px;
    background-color: var(--grayultralight);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed var(--graylight);
    border-radius: 16px;
    height: 124px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shipping-addresses-scroll .add-card {
    font-family: "Jost", -apple-system, BlinkMacSystemFont, Roboto, Arial,
    sans-serif !important;
    background-color: var(--grayultralight);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed var(--graylight);
    border-radius: 16px;
    height: 85px;
    max-height: 85px;
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: 8px;
}

.shipping-addresses-scroll .add-card button {
    background-color: transparent;
    border: none;
    color: var(--grayblack);
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#card-list .add-card:hover {
    border: 2px dashed var(--grayblack);
}

#card-list .add-card button {
    background-color: transparent;
    border: none;
    color: var(--grayblack);
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#card-list .add-card button span {
    margin-top: 5px;
}

#card-list .add-card button i {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
}

.disc-add-card {
    display: block;
    font-size: 11px;
    font-weight: 400;
}

#card-list .add-card .disc-add-card {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.add-card-icon {
    color: var(--grayblack);
    width: 30px;
    height: 30px;
}

.btn-outline-custom {
    flex: 0 0 auto;
    text-align: left;
    min-width: 100px;
    background: var(--grayultralight) !important;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 1rem !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.checkout-name {
    font-size: 14px;
    color: var(--grayblack);
}

.checkout-description {
    font-size: 12px;
    color: var(--grayblack);
    opacity: 0.7;
}

.cart-sumary-sidebar,
#checkout-payment-method,
#checkout-checkout fieldset {
    background: #ffffff;
    padding: 10px;
    border-radius: 14px;
    border: 2px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

#account-order .card,
#account-order .accordion-item.order-details,
.address-items-account,
.account-links a,
.cart-products-list .card {
    background: #ffffff;
    border-radius: 14px;
    border: 2px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.cart-sumary-sidebar {
    margin-bottom: 0px !important;
}

.fade-summary {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.fade-summary.show {
    opacity: 1;
    max-height: 100px;
}

.location-icon {
    height: 32px;
    width: 32px;
}

.cities-icon {
    height: 24px;
    width: 24px;
    top: -3px;
    position: relative;
}

.slots-icon {
    height: 24px;
    width: 24px;
    top: -3px;
    margin-right: 10px;
    position: relative;
}

.clock-icon {
    height: 19px;
    width: 19px;
    position: relative;
    margin-right: 5px;
}

.icon-resume {
    height: 24px;
    width: 24px;
    margin-right: 4px;
    position: relative;
}

#pickup-store-summary,
#shipping-slots-summary,
#shipping-address-summary,
#shipping-method-selected {
    font-weight: 500;
}

#pickup-store-summary svg,
#shipping-slots-summary svg,
#shipping-address-summary svg,
#shipping-method-selected svg {
    color: var(--primary);
}

.payments-icon {
    height: 28px;
    width: 28px;
    color: var(--grayblack);
    fill: var(--grayblack);
}

.btn:focus-visible {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    border: inherit;
}

.resume-order-scroll {
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.resume-order-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.swal2-toast-custom {
    padding: 0.75rem 1rem !important;
    font-size: 0.95rem;
    border-radius: 1.25rem !important;
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center;
    gap: 0.6rem;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.swal2-container.swal2-top {
    z-index: 99999 !important;
}

.custom-swal-popup {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-family: "Segoe UI", sans-serif;
}

.custom-swal-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--grayblack);
}

.custom-swal-confirm {
    background-color: #e63946 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
}

.custom-swal-cancel {
    background-color: #6c757d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
}

.custom-swal-subtext {
    margin-top: 0px;
    font-size: 12px;
    line-height: normal;
    color: var(--grayblack);
}

.swal-register-card .swal2-html-container {
    padding: 0 !important;
}

.swal-register-card .swal2-title {
    font-size: 18px;
    margin-bottom: 14px;
}

.swal-register-container.swal2-container {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(6px);
}

.form-control-custom {
    height: 48px;
}

#form-shipping-address-checkout label {
    font-size: 14px !important;
    color: var(--grayblack) !important;
}

.form-select {
    height: 48px !important;
}

.btn.btn-main-s6 {
    height: 48px !important;
    padding: 0.75rem 1.25rem !important;
}

div.add-address-checkout,
small.add-address-checkout {
    font-size: 12px;
    color: var(--grayblack);
}

.invalid-feedback {
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
    font-size: 0.875em;
    color: var(--danger, #e12c3f);
    margin-top: 0.25rem;
}

.invalid-feedback:not(:empty) {
    opacity: 1;
}

.swal2-popup {
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.hr-dashed {
    border: 0;
    border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(
            to right,
            var(--grayblack) 0,
            var(--grayblack) 8px,
            transparent 8px,
            transparent 16px
    ) 100% 1;
}

.resume-icon-checkout {
    width: 16px;
    height: 16px;
    fill: currentColor;
    opacity: 0.8;
}

.text-successs {
    color: var(--success) !important;
    fill: var(--success) !important;
    stroke: var(--success) !important;
}

.text-greenlime {
    color: var(--primary);
    fill: var(--primary);
    stroke: var(--primary);
}

.border-greenlime {
    --bs-border-opacity: 1;
    border-color: rgba(var(--primary), var(--bs-border-opacity)) !important;
}

.swal2-toast-success .swal2-timer-progress-bar {
    background-color: var(--success) !important;
}

.swal2-toast-error .swal2-timer-progress-bar {
    background-color: var(--danger) !important;
}

.swal2-toast-warning .swal2-timer-progress-bar {
    background-color: var(--secondary) !important;
}

.swal2-toast-info .swal2-timer-progress-bar {
    background-color: #0dcaf0 !important;
}

.fixed-bottom {
    right: 10px;
    bottom: 10px;
    left: 10px;
}

.mini-info {
    position: absolute;
    top: 9px;
    font-size: 11px;
    opacity: 0.8;
}

#top .nav > .list-inline > .list-inline-item,
#top .nav > .list-inline .list-inline-item > a {
    color: #fff !important;
    fill: #fff !important;
}

/*MENUSTYLESEA*/
#menu .navbar-nav {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: visible;
    position: relative;
}

#menu .dropdown-menu {
    position: fixed !important;
    z-index: 10000 !important;
    overflow-y: auto;
    width: auto;
    margin: 0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-bottom: 4px solid var(--secondary);
    background: rgba(255, 255, 255, 0.9);
    max-height: calc(70vh - 40px);
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
}

#menu .navbar-nav {
    position: relative;
    z-index: 1000;
}

#menu .nav-item.dropdown {
    width: 100%;
    position: relative;
}

#narbar-menu {
    position: relative;
    z-index: 1000;
}

#menu .nav-item.dropdown.show .dropdown-toggle,
#menu .nav-item.dropdown:hover .dropdown-toggle {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: var(--secondary) !important;
    text-decoration: none !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#menu .nav-item.dropdown.show .dropdown-toggle:hover,
#menu .nav-item.dropdown.show .dropdown-toggle:focus,
#menu .nav-item.dropdown.show .dropdown-toggle:active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: var(--secondary) !important;
}

#menu .nav-item.dropdown.show .dropdown-toggle .fa-angle-down,
#menu .nav-item.dropdown.show .dropdown-toggle .enaleng {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

#menu .navbar-nav::-webkit-scrollbar {
    width: 6px;
}

#menu .navbar-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#menu .navbar-nav::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

#menu .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-nav i.pull-right {
    margin-left: 0 !important;
}

/* Menú lateral móvil */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease;
    padding: 20px;
    z-index: 10000;
    overflow: visible;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .close-menu {
    position: absolute;
    top: 28px;
    right: 31px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--grayblack);
    z-index: 10001;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    background: #ffffff;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mobile-menu-header {
    background: var(--grayultralight);
    color: var(--grayblack);
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 15px 0 0;
}

.menu-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--grayblack);
}

.mobile-menu-header .cart-icon-cat-m {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.close-menu {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    /* Eliminar position absolute conflictivo */
    position: relative;
    top: auto;
    right: auto;
    z-index: auto;
}

.close-menu:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    flex: 1;
    overflow-x: visible;
}

.menu-item {
    border-bottom: 1px solid var(--grayultralight);
    overflow: hidden;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item.expanded {
    overflow: visible !important;
    position: relative;
    z-index: 10;
}

.menu-item.expanded .submenu.open {
    overflow: visible !important;
    position: relative;
    z-index: 20;
}

.menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-link {
    text-decoration: none;
    color: #334155;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    flex: 1;
}

.menu-link:hover {
    text-decoration: none;
    color: #667eea;
}

.menu-text {
    flex: 1;
}

.item-count {
    font-size: 0.75rem;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 0.125rem 0.375rem;
    border-radius: 12px;
    margin-left: 0.5rem;
}

/* Nivel 0 - Categorías principales */
.level-0-item {
    background: #ffffff;
}

.level-0-link {
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--grayblack);
}

.level-0-link:hover {
    background: var(--grayultralight);
    color: var(--secondary);
}

.level-0-link.single {
    border-left: 4px solid transparent;
}

.level-0-link.single:hover {
    border-left-color: #667eea;
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.submenu.open {
    max-height: none;
}

/* Nivel 1 - Subcategorías */
.level-1 {
    background: var(--grayultralight);
    border-top: 1px solid var(--grayultralight);
}

.level-1-item {
    background: var(--grayultralight);
    border-bottom: 1px solid var(--grayultralight);
}

.level-1-link {
    padding: 0.875rem 1rem 0.875rem 0.75rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #475569;
}

.level-1-link:hover {
    background: #e2e8f0;
    color: #667eea;
}

.level-1-link.single {
    border-left: 3px solid transparent;
}

.level-1-link.single:hover {
    border-left-color: #667eea;
}

/* Nivel 2 - Sub-subcategorías */
.level-2 {
    background: var(--grayultralight);
}

.level-2-item {
    background: var(--grayultralight);
    border-bottom: 1px solid #f3f3f3;
}

.level-2-item:last-child {
    border-bottom: none;
}

.level-2-link {
    padding: 0.75rem 1.25rem 0.75rem 2.75rem;
    font-weight: 400;
    font-size: 0.85rem;
    color: var(--grayblack);
    border-left: 2px solid transparent;
}

.level-2-link:hover {
    color: var(--secondary);
    border-left-color: var(--secondary);
}

.menu-item ul {
    padding-left: 1rem !important;
}

/* Botones de toggle */
.submenu-toggle {
    background: none;
    border: none;
    color: #cecece;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 6px;
    margin-right: 0.5rem;
}

.submenu-toggle:hover {
    background: var(--grayultralight);
    color: var(--grayblack);
}

.toggle-icon {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
}

.submenu-toggle .fa-chevron-up {
    transform: rotate(180deg);
}

.mobile-menu-footer {
    background: var(--grayultralight);
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.menu-info {
    text-align: center;
}

.menu::-webkit-scrollbar {
    width: 6px;
}

.menu::-webkit-scrollbar-track {
    background: var(--grayultralight);
}

.menu::-webkit-scrollbar-thumb {
    background: #cecece;
    border-radius: 3px;
}

.menu::-webkit-scrollbar-thumb:hover {
    background: var(--grayultralight);
}

/* Responsive */
@media (max-width: 576px) {
    .mobile-menu-header {
        padding: 0.875rem 1rem;
    }

    .menu-title {
        font-size: 1rem;
    }

    .level-0-link {
        padding: 0.875rem 1rem;
    }

    .level-2-link {
        padding: 0.625rem 1rem 0.625rem 8px;
    }
}

/* Escarapelas para listados */
.promotion-badge-s6 {
    position: absolute;
    width: 64px;
    z-index: 5;
    overflow: hidden;
    transition: all 0.2s ease;
}

.promotion-badge-s6.pos-1 {
    top: 22px;
    left: 24px;
    transform: translate(-30%, -30%);
}

.promotion-badge-s6.pos-2 {
    top: 22px;
    right: 22px;
    transform: translate(30%, -30%);
}

/* Escarapelas para product-info */
.promotion-badge-s6-product {
    position: absolute;
    width: 100px;
    z-index: 5;
    overflow: hidden;
    transition: all 0.2s ease;
}

.promotion-badge-s6-product.pos-1 {
    top: 34px;
    left: 40px;
    transform: translate(-30%, -30%);
}

.promotion-badge-s6-product.pos-2 {
    top: 40px;
    right: 40px;
    transform: translate(30%, -30%);
}

.promotion-badge-s6 img, .promotion-badge-s6-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .promotion-badge-s6 {
        width: 50px;
    }

    .promotion-badge-s6-product {
        width: 70px;
    }

    .promotion-badge-s6:first-of-type {
        top: 20px;
    }

    .promotion-badge-s6-product.pos-1 {
        top: 28px;
        left: 28px;
    }

    .promotion-badge-s6-product.pos-2 {
        top: 22px;
        right: 28px;
    }

    .main-title {
        font-size: 13px;
    }

    .subtitle {
        font-size: 11px;
    }
}

.cart-icon-footer-m {
    width: 24px !important;
    height: 24px !important;
}

input.loading_search {
    background-image: url("../../../image/loader-mini.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 2rem center !important;
    background-size: 16px 16px !important;
}

.search-box {
    position: relative;
}

.autocomplete-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.autocomplete-suggestions ul {
    margin: 0;
    padding: 0;
}

.autocomplete-suggestions li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.autocomplete-suggestions li:hover,
.autocomplete-suggestions li.highlighted {
    background-color: #f8f9fa;
}

.autoconfigure-suggestions li:last-child {
    border-bottom: none;
}

.custom-warning-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #faf0ea;
    border: 1px solid var(--secondary);
    color: var(--secondary);
    padding: 1rem;
    border-radius: 0.5rem;
    margin: 1rem auto;
    font-size: 14px;
}

@media (max-width: 576px) {
    .custom-warning-box {
        font-size: 0.95rem;
        padding: 0.75rem;
    }
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 1rem;
    z-index: 2;
}

.password-input {
    padding-right: 2.5rem;
}

.category-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.category-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.caregory-list {
    display: flex;
    flex-wrap: nowrap;
}

.category-scroll-wrapper {
    cursor: grab;
    user-select: none;
}

.category-scroll-wrapper.grabbing {
    cursor: grabbing;
}

.wd-item-layout {
    flex-shrink: 0;
    width: 120px;
}

@media (max-width: 576px) {
    .wd-item-layout {
        width: 60px;
    }

    .custom-slider-s6.container {
        padding: 0 !important;
    }

    .wd-item-img img {
        max-width: 100%;
        height: auto;
    }

    .wd-item-caption {
        font-size: 12px;
        text-align: center;
    }
}

.cart-icon-header-m {
    width: 18px !important;
    height: 18px !important;
    margin-top: -7px;
}

.greeting-bar-mobile {
    width: 100%;
}

.greeting-content-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.greeting-text-mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #495057;
    font-size: 0.9rem;
    flex: 1;
}

.greeting-icon-mobile {
    width: 18px;
    height: 18px;
    color: var(--secondary);
    flex-shrink: 0;
}

.greeting-text-mobile .text-orange {
    color: var(--secondary) !important;
    font-weight: 600;
}

.greeting-actions-mobile {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.greeting-content-mobile:active {
    transform: scale(0.98);
}

.greeting-content-mobile {
    touch-action: manipulation;
}

.quick-link-mobile {
    color: #6c757d;
    text-decoration: none;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.2s;
}

@media (max-width: 576px) {
    .greeting-text-mobile {
        font-size: 0.85rem;
    }

    .greeting-bar-mobile {
        padding: 0 0 0.6rem;
    }

    .quick-link-mobile {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
}

.bottom-sheet-account-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    backdrop-filter: blur(10px) saturate(100%);
    -webkit-backdrop-filter: blur(10px) saturate(100%);
}

.bottom-sheet-account-overlay.active {
    opacity: 1;
    visibility: visible;
}

.bottom-sheet-account {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1051;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.bottom-sheet-account.active {
    transform: translateY(0%);
}

.bottom-sheet-account.hidden {
    display: none;
}

.sheet-content {
    background: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1.5rem;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.sheet-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: transparent;
    font-size: 1.5rem;
}

@keyframes slideUpClose {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    30% {
        transform: translateY(-20px);
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.bottom-sheet-account.closing {
    animation: slideUpClose 0.4s forwards;
}

#toggle-icon {
    transition: transform 0.3s ease;
}

#toggle-icon.rotated {
    transform: rotate(180deg);
}

.mini-menu-account-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s ease, transform 0.1s ease;
    user-select: none;
}

.mini-menu-account-link:not(:last-child) {
    margin-bottom: 0.75rem;
}

.mini-menu-account-link:active {
    background-color: rgba(0, 0, 0, 0.05);
    transform: scale(0.98);
}

.mini-menu-account-link i {
    margin-right: 0.75rem;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.mini-menu-account-link div > div.fw-medium {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
}

.mini-menu-account-link small {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.1;
}

input.is-invalid ~ .password-toggle-icon {
    right: 14px !important;
}

.grecaptcha-badge {
    display: none !important;
}

.text-size-manage {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
}

.text-extra-bold {
    font-weight: 700 !important;
}

.online-price-badge {
    display: inline-block;
    background-color: #fff5ee;
    color: var(--secondary);
    border: 0.5px solid var(--secondary);
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.online-price-badge-green {
    display: inline-block;
    background-color: #fcfdf5;
    color: var(--primary);
    border: 0.5px solid var(--primary);
    padding: 0.5rem 1.5rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}

.icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

.header-user-dropdawn {
    min-width: 260px;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.header-user-dropdawn .dropdown-item {
    transition: background-color 0.2s ease;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.header-user-dropdawn .dropdown-item:hover {
    background-color: var(--grayultralight);
}

.header-user-dropdawn hr.dropdown-divider {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid var(--grayultralight);
    margin: 0 20px;
}

.logout-class:hover {
    color: var(--danger) !important;
}

.benefit-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(185, 195, 0, 0.3);
}

.benefit-icon {
    font-size: 24px;
    color: #b9c300;
    flex-shrink: 0;
    user-select: none;
}

.benefit-text {
    font-size: 14px;
    color: #444444;
    line-height: 1.4;
    user-select: none;
}

.confetti-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    width: 100vw;
    max-width: 100%;
}

@media (min-width: 768px) {
    .confetti-wrapper {
        width: 700px;
    }
}

#nprogress .bar {
    background: linear-gradient(
            to right,
            var(--secondary),
            var(--primary)
    ) !important;
    height: 3px !important;
    z-index: 99999 !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary) !important;
    z-index: 99999 !important;
}

.discount-circle-s6 {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff3131;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}

.discount-circle-s6 svg {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 6s linear infinite;
    transform-origin: center center;
    pointer-events: none;
}

.discount-circle-s6 text {
    fill: #fff;
    font-weight: bold;
    font-size: 7.5px; /* Aumentado para que se lea más */
    letter-spacing: 1px;
}

.circle-center-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.location-info {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.info-item {
    background: var(--grayultralight);
    border-radius: 10px;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: background-color 0.2s ease;
    flex: 1 1 calc(33.333% - 0.5rem); /* 3 por fila, con gap incluido */
    min-width: 120px;
}

/* Si es el cuarto ítem (Notas), que tome el 100% */
.location-info .info-item:nth-child(4) {
    flex: 1 1 100%;
}

.info-item:hover {
    background: rgba(0, 0, 0, 0.06);
}

.info-icon {
    width: 32px;
    height: 32px;
    font-size: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.info-label {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.125rem;
    opacity: 0.7;
}

.info-value {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3;
}

.info-value a {
    text-decoration: none;
    transition: opacity 0.2s ease;
    color: inherit;
}

.info-value a:hover {
    opacity: 0.8;
}

.location-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.location-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.location-img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Ícono circular */
#information-contact .location-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--grayultralight);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#information-contact .location-icon i {
    font-size: 32px;
    color: var(--graylight);
}

/* Responsive */
@media (max-width: 768px) {
    .location-info {
        gap: 0.5rem;
    }

    .info-item {
        padding: 0.75rem 0.375rem;
    }
}

@media (max-width: 480px) {
    .location-info {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .info-item {
        padding: 0.875rem 0.5rem;
    }
}

.hero-number {
    font-size: 4rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.1;
}

.timeline-item {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: -2rem;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary), transparent);
}

.timeline-item:last-child::before {
    display: none;
}

.timeline-dot {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: 1rem;
    height: 1rem;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, 0 0 0 6px var(--primary);
}

.feature-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(50, 205, 50, 0.1);
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    border: none;
    margin: 3rem 0;
}

.badge-custom {
    background-color: var(--secondary);
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    display: inline-block;
    line-height: 1.4;
    word-wrap: break-word;
    max-width: 100%;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: var(--secondary);

}

.bg-lightblack {
    --bs-bg-opacity: 1;
    background-color: var(--lightblack);

}

.bg-greelime {
    --bs-bg-opacity: 1;
    background-color: var(--primary);
}

.border-orange-subtle {
    border-color: var(--secondary) !important;
}

/* ===== TOAST ALERTS STYLES ===== */
.toast-content {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 50px !important;
}

.toast-icon {
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.toast-icon svg {
    width: 40px !important;
    height: 40px !important;
}

.toast-content span {
    flex: 1 !important;
    line-height: 1.4 !important;
    word-wrap: break-word !important;
}

/* ===== ANIMACIONES SUCCESS ===== */
.success-circle {
    animation: scaleIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.success-check {
    stroke-dasharray: 12;
    stroke-dashoffset: 12;
    animation: drawCheck 0.6s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* ===== ANIMACIONES ERROR ===== */
.error-circle {
    animation: shake 0.6s ease-in-out, scaleIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.error-x1, .error-x2 {
    stroke-dasharray: 8;
    stroke-dashoffset: 8;
    animation: drawX 0.4s 0.3s ease-out forwards;
}

.error-x2 {
    animation-delay: 0.4s;
}

/* ===== ANIMACIONES WARNING ===== */
.warning-triangle {
    animation: bounce 0.8s ease-in-out;
}

.warning-line {
    stroke-dasharray: 4;
    stroke-dashoffset: 4;
    animation: drawLine 0.4s 0.4s ease-out forwards;
}

.warning-dot {
    animation: popIn 0.3s 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    transform: scale(0);
}

/* ===== ANIMACIONES INFO ===== */
.info-circle {
    animation: toast-pulse 1.2s ease-in-out;
}

.info-line {
    stroke-dasharray: 4;
    stroke-dashoffset: 4;
    animation: drawLine 0.4s 0.3s ease-out forwards;
}

.info-dot {
    animation: popIn 0.3s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    transform: scale(0);
}

/* ===== KEYFRAMES ===== */
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCheck {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawX {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes popIn {
    to {
        transform: scale(1);
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0) scale(1);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-1px) scale(1);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(1px) scale(1);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-4px) scale(1.05);
    }
    60% {
        transform: translateY(-2px) scale(1.02);
    }
}

@keyframes toast-pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}


/* Estilos para modales de slots */
/* Estilos para modales de slots */
.slot-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}

.slot-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    animation: slideIn 0.3s ease;
}

/* Modal de advertencia */
.warning-modal {
    border-top: 4px solid #f59e0b;
}

.warning-modal .modal-icon {
    margin-bottom: 1rem;
}

.warning-modal h3 {
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.warning-modal p {
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.warning-modal .modal-subtitle {
    color: #9ca3af;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

/* Modal de expiración */
.expired-modal {
    border-top: 4px solid #ef4444;
}

.expired-modal .modal-icon.expired {
    margin-bottom: 1rem;
}

.expired-modal h3 {
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.expired-modal p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

/* Botones de acción */
.modal-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-actions .btn-primary {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.modal-actions .btn-primary:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

.modal-actions .btn-secondary {
    background: transparent;
    color: #6b7280;
    border: 2px solid #e5e7eb;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.modal-actions .btn-secondary:hover {
    border-color: #d1d5db;
    color: #374151;
    transform: translateY(-1px);
}

/* Countdown con progresión de colores */
.slot-countdown {
    position: sticky;
    top: 0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    z-index: 100;
    animation: slideDown 0.3s ease;
    transition: all 0.3s ease;
}

/* Estado SEGURO - Verde (más de 3 min) */
.slot-countdown.safe {
    background: #d1fae5;
    border: 2px solid #10b981;
    color: #065f46;
}

/* Estado ADVERTENCIA - Naranja (2-3 min) */
.slot-countdown.warning {
    background: #fef3c7;
    border: 2px solid #f59e0b;
    color: #92400e;
}

/* Estado CRÍTICO - Rojo (1-2 min) */
.slot-countdown.critical {
    background: #fee2e2;
    border: 2px solid #ef4444;
    color: #991b1b;
}

/* Estado EXPIRADO - Rojo parpadeante (último minuto) */
.slot-countdown.expired {
    background: #fecaca;
    border: 2px solid #dc2626;
    color: #7f1d1d;
    animation: pulseExpired 1s ease-in-out infinite;
}

.countdown-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.countdown-text {
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
}

.countdown-text strong {
    color: #ef4444;
    font-family: monospace;
    font-size: 1rem;
}

/* Animaciones */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación para estado expirado (más dramática) */
@keyframes pulseExpired {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        border-color: #dc2626;
    }
    50% {
        opacity: 0.85;
        transform: scale(1.02);
        border-color: #b91c1c;
        box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.2);
    }
}


/* Barra de permisos de notificación */
.notification-permission-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 0.75rem 1rem;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDownFromTop 0.3s ease;
}

.permission-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.permission-actions {
    display: flex;
    gap: 0.5rem;
}

.btn-small {
    padding: 0.4rem 0.8rem;
    border: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-small.btn-primary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-small.btn-primary:hover {
    background: rgba(255, 255, 255, 0.3);
}

.btn-small.btn-secondary {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-small.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

@keyframes slideDownFromTop {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .permission-content {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .permission-actions {
        justify-content: center;
    }
}

.left-categories-list .category-item {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    text-decoration: none;
    color: var(--grayblack);
    font-weight: 500;
    font-size: 15px;
    border: none;
    background: transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: 50px;
}

.left-categories-list .category-item:hover {
    color: var(--secondary);
    text-decoration: none;
    transform: translateX(2px);
}

.left-categories-list .category-item--active {
    color: var(--secondary);
}

.left-categories-list .category-item--active:hover {
    color: var(--secondary);
    transform: translateX(0);
}

.left-categories-list .category-item--child {
    padding-left: 42px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.left-categories-list .category-item--child::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #d1d5db;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.left-categories-list .category-item--child.category-item--active::before {
    background: var(--secondary);
}

.left-categories-list .category-item--grandchild {
    padding-left: 64px;
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
    position: relative;
}

.left-categories-list .category-item--grandchild::before {
    content: '';
    position: absolute;
    left: 48px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #d1d5db;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.left-categories-list .category-item--grandchild::before {
    content: '';
    position: absolute;
    left: 48px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #d1d5db;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.left-categories-list .category-item--grandchild.category-item--active {
    color: var(--secondary);
}

.left-categories-list .category-item--grandchild.category-item--active::before {
    background: var(--secondary);
}

.left-categories-list .category-item__text {
    flex: 1;
    line-height: 1.4;
}

/* Separadores sutiles */
.left-categories-list .category-item:not(.category-item--child):not(.category-item--grandchild) + .category-item:not(.category-item--child):not(.category-item--grandchild) {
    border-top: 1px solid var(--grayultralight);
}

/* Responsive */
@media (max-width: 768px) {
    .left-categories-list .category-item {
        padding: 12px 16px;
        font-size: 14px;
        min-height: 44px;
    }

    .left-categories-list .category-item--child {
        padding-left: 36px;
        font-size: 13px;
    }

    .left-categories-list .category-item--grandchild {
        padding-left: 56px;
        font-size: 12px;
    }
}

.pagination-wrapper {
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pagination {
    margin: 0;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    color: var(--grayblack);
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
}

.pagination .page-link:hover {
    background-color: #ffffff;
    border-color: var(--secondary);
    color: var(--secondary);
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pagination .page-item.active .page-link {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.pagination .page-item.disabled .page-link {
    background-color: #ffffff;
    border-color: #dee2e6;
    color: var(--grayblack);
    cursor: not-allowed;
}

/* Navegación en mobile */
.pagination-nav {
    display: none;
    align-items: center;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
}

.pagination-info {
    font-size: 0.9rem;
    color: var(--grayblack);
    text-align: center;
    flex: 1;
}

.nav-btn {
    background-color: var(--secondary);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    min-width: 100px;
    justify-content: center;
}

.nav-btn:hover {
    background-color: var(--secondary);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-btn:disabled,
.nav-btn.disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
    .pagination {
        display: none;
    }

    .pagination-nav {
        display: flex;
    }

    .pagination-wrapper {
        margin: 1rem 0;
    }
}

@media (max-width: 576px) {
    .pagination-info {
        font-size: 0.8rem;
    }
}

/* Variación compacta para tablets */
@media (max-width: 992px) and (min-width: 769px) {
    .pagination .page-link {
        padding: 0.5rem 0.75rem;
        min-width: 40px;
        min-height: 40px;
    }
}

/* Ocultar algunos elementos en pantallas pequeñas */
@media (max-width: 480px) {
    .page-item.d-none-sm {
        display: none !important;
    }
}

.code-py-flag {
    width: 18px;
    margin-right: 5px;
}

.input-telephone-group {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

/* WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: auto;
    padding: 0 20px;
    height: 55px;
    bottom: -4px;
    right: 20px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-color {
    color: #25d366 !important;
    fill: #25d366 !important;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    transform: translateY(-2px);
    text-decoration: none;
}

.whatsapp-float:focus {
    box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.5) !important;
    color: #fff;
    outline: none;
}

.whatsapp-float.pulse-wha::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(37, 211, 102, 0.7);
    animation: pulse 2s infinite;
}

@keyframes pulse-wha {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.accordion-button::after {
    position: absolute;
    right: 5px;
    top: 10px;
    transform: translateY(-5px);
    margin: 0;
    transform-origin: center;
    color: var(--grayblack);
    fill: var(--grayblack);
}

#account-order .accordion-button::after {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-5px);
    margin: 0;
    transform-origin: center;
    color: var(--grayblack);
    fill: var(--grayblack);
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-5px) rotate(180deg);
}

.bottom-no-scroll-left, .days-scroll-left, .cards-scroll-left {
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
}

.bottom-no-scroll-right, .days-scroll-right, .cards-scroll-right {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
}

.bottom-no-scroll-right:hover, .bottom-no-scroll-left:hover, .days-scroll-left:hover, .days-scroll-right:hover, .cards-scroll-right:hover, .cards-scroll-left:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}


/*POLL*/
.badge-poll {
    width: 24px;
    height: 24px;
    padding: 7px;
}

#encuestaModal {
    z-index: 9999 !important;
    backdrop-filter: blur(5px);
}

#encuestaModal .modal-backdrop {
    z-index: 9998 !important;
}

#encuestaModal .modal-dialog {
    z-index: 10000 !important;
}

.card-body {
    color: var(--grayblack);
}

#encuestaModal .escala-option {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#encuestaModal .escala-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}

#encuestaModal .escala-label:hover {
    border-color: var(--secondary);
    background-color: #fff5f2;
    transform: scale(1.05);
}

#encuestaModal .form-check-input:checked + .escala-label {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: white !important;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #encuestaModal .escala-container .d-flex {
        justify-content: space-around !important;
        gap: 0.5rem !important;
    }

    #encuestaModal .escala-label {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

#encuestaModal .hover-bg-light:hover {
    background-color: #fff5f2 !important;
    border-color: var(--secondary) !important;
    transition: all 0.2s ease;
}

#encuestaModal .form-check-input:checked + .form-check-label {
    color: var(--secondary) !important;
    font-weight: 600;
}

#encuestaModal .form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

#encuestaModal .respuesta-item .form-check:has(input:checked) {
    border-color: var(--secondary) !important;
    background-color: #fff5f2 !important;
}

#encuestaModal .argumento-container {
    margin-left: 1.5rem;
    padding: 1rem;
    border-left: 4px solid var(--secondary);
    background-color: #fff5f2;
    border-radius: 0 8px 8px 0;
    border: 1px solid var(--secondary);
    border-left: 4px solid var(--secondary);
}

#encuestaModal .argumento-textarea:focus {
    border-color: var(--secondary) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

#encuestaModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 768px) {
    #encuestaModal .modal-dialog {
        margin: 10px;
        max-width: calc(100vw - 20px);
    }

    #encuestaModal .modal-body {
        padding: 1.5rem !important;
    }

    #encuestaModal .modal-footer {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch !important;
    }

    #encuestaModal .modal-footer .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #encuestaModal .modal-footer button {
        width: 100% !important;
    }
}

.mobile-contact-info1 {
    background-color: var(--lightblack);
    padding: 20px 20px 90px 20px;
}

.mobile-contact-info .contact-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px 15px 0 15px;
}

.mobile-contact-info .contact-card-item {
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.mobile-contact-info .contact-card-item i {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--secondary);
}

.mobile-contact-info .card-content small {
    display: block;
    font-size: 10px;
    color: #999;
    margin-bottom: 4px;
}

.mobile-contact-info .card-content span,
.mobile-contact-info .card-content a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

.schedule-day {
    min-width: 80px;
    text-align: left;
}

.schedule-day > div:first-child {
    line-height: 1.2;
    margin-bottom: 2px;
}

.schedule-day > div:last-child {
    line-height: 1.1;
}

.product-actions-minicart.d-flex {
    gap: 0.5rem;
}

.product-actions-minicart.d-flex .quantity-selector {
    flex: 1;
    gap: 0.25rem;
}

.product-actions-minicart.d-flex .name-step-plus-minicart {
    flex-shrink: 0;
}

.mini-menu-account-link {
    background: none;
    border: none;
    outline: none;
}

.mini-menu-account-link:focus {
    outline: none;
    box-shadow: none;
}

.btn-minuplus:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    background-color: #FFFFFF;
    color: var(--graylight);
}

@media (min-width: 768px) {
    .wd-item-layout:first-child {
        display: none !important;
    }
}

.actions-container .action-link:not(:last-child)::after {
    content: '|';
    margin: 0 0.75rem;
    color: #6c757d;
}

@media (min-width: 768px) {
    .actions-container .action-link:not(:last-child)::after {
        margin: 0 1rem;
    }
}

.alert-qty-cart {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    padding: 6px 6px;
    font-size: 12px;
    color: #721c24;
    font-weight: 200;
}