/* 1. Use a more-intuitive box-sizing model */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* 2. Remove default margin */

* {
    margin: 0;
}


/* 3. Enable keyword animations */

@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
        scroll-behavior: smooth;
    }
}

body {
    /* 4. Add accessible line-height */
    line-height: 1.5;
    /* 5. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}


/* 6. Improve media defaults */

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}


/* 7. Inherit fonts for form controls */

input,
button,
textarea,
select {
    font: inherit;
}


/* 8. Avoid text overflows */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}


/* 9. Improve line wrapping */

p {
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}


/*
  10. Create a root stacking context
*/

#root,
#__next {
    isolation: isolate;
}

@font-face {
    font-family: "main";
    src: url("../fonts/CoreSansC-55Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/CoreSansC-55Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/CoreSansC-55Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "main-bold";
    src: url("../fonts/CoreSansC-65Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/CoreSansC-65Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/CoreSansC-65Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "heading";
    src: url("../fonts/HeadingPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/HeadingPro-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/HeadingPro-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

:root {
    --bs-primary: #171d4c;
    --bs-primary-rgb: 23, 29, 76;
    --bs-btn-bg: #171d4c;
    --bs-btn-border-color: #171d4c;
    --bs-btn-hover-bg: #121740;
    --bs-btn-hover-border-color: #121740;
    --bs-btn-active-bg: #0f1438;
    --bs-btn-active-border-color: #0f1438;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #111111;
    font-family: "main", sans-serif;
    font-size: 0.9em;
    overflow-x: hidden;
    line-height: 1.75;
}

h1,
h2 {
    font-family: "heading";
}

h3,
h4,
h5 {
    font-family: "main-bold";
}

h6 {
    font-size: 0.9em;
}

a {
    text-decoration: none;
    color: #000000;
}

b,
strong {
    font-family: "main-bold";
}

ul {
    list-style: none;
    padding: 0;
}

.img-fluid {
    width: 100%;
}

.very-small {
    font-size: .675em;
}

.container {
    max-width: 1600px;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}

.bg-grey {
    background: #f3f4f6   !important;
}

.bg-beige {
    background: #E8E3E0;
}

.badge {
    font-weight: normal;
}

.btn-filter {
    width: 100%;
    height: 100%;
    text-align: center;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background: #ffffff;
}

blockquote {
    background-color: #e0ebff;
    border-left: solid 9px #000000;
    margin-top: 2em;
    padding: 1em;
    position: relative;
    font-size: 1.66rem;
    line-height: 1.66;
    font-family: "italic-heading";
}


/* Chrome, Safari, Edge, Opera */

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


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.form-floating>label {
    font-size: 0.8rem;
}

.img-darken {
    mix-blend-mode: darken;
}

.img-difference {
    mix-blend-mode: difference;
}

.glass-bg {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
 

.grey-bg {
    background-color: #f3f4f6;
}

 
.underline-highlight {
    position: relative;
    z-index: 10;
}

.underline-highlight::after {
    content: "";
    height: 0.3em;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: pink;
    right: 0;
    z-index: -1;
}

 

.btn-anim::before {
    -webkit-animation: shine 5s ease-in-out infinite;
    animation: shine 5s ease-in-out infinite;
}

.top-header {
    font-size: 13px; 
}

.top-header a { 
}


/**************************/


/****    breadcrumb     *****/


/**************************/

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb a {
    font-size: 13px;
}


/**************************/


/****    MENU     *****/


/**************************/

@media (min-width: 1024px) {
    .megamenu-top {
        border-bottom: 1px solid #e4e4e4;
    }
}

#mainMegaMenu .dropdown-menu {
 
}

#mainMegaMenu .dropdown-menu a {
    color: #ffffff;
    font-weight: normal;
}

#mainMegaMenu .dropdown-item,
#mainMegaMenu .dropdown-item:hover,
#mainMegaMenu .dropdown-item:focus,
#mainMegaMenu .dropdown-item.active,
#mainMegaMenu .dropdown-item:active #mainMegaMenu .dropdown-item.disabled,
#mainMegaMenu .dropdown-item:disabled {
    color: #ffffff;
    background-color: #171d4c;
}

#mainMegaMenu h6 {
    color: #ffffff;
}

#mainMegaMenu .special  a {
    color: #cc2030;
    font-size: 1rem;
}

div#offcanvasMenuLabel {
    width: 90px;
}

.checkout-success .main-content,
.checkout-cart .main-content {
    min-height: 480px;
}

.main-content,
.main-header {}

.main-content,
.main-header {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.main-content {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.main-header {
    height: 80px;
    background: #ffffff;
    z-index: 6;
}

div#nav-header {
    width: 50px;
    height: 50px;
}

.nav-is-fixed .main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1200px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 640px) {
    .main-header {
        height: 100px;
        position: relative;
    }
    .main-header::after {
        clear: both;
        content: "";
        display: table;
    }
    .main-header.fixed {
        position: fixed;
        margin: 0 auto;
        left: calc(50% - 720px);
    }
}

#logo {
    z-index: 999;
    width: 110px;
    transition: all 0.3s;
}

@media (min-width: 640px) {
    #logo {
        width: 160px;
    }
}

.header-round-btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

a.btn-header-account {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.header-round-btn.cart-active {
    box-shadow: inset 0px 0px 0 2px #dc3545;
}

.cart-menu span.register-icon {
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu span.login-icon {
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu span.account-icon {
    /*background: url(../img/account-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu span.order-icon {
    /*background: url(../img/orders-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu span.wishlist-icon {
    /* background: url(../img/wishlist-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu span.logout-icon {
    /*background: url(../img/logout-top-icon.svg) no-repeat top center;*/
    background-size: 100%;
    height: 30px;
    width: 30px;
}

.cart-menu h4 {
    margin-left: 30px;
    line-height: 30px;
}

.header-buttons {
    display: flex;
    z-index: 3;
    z-index: 9;
    align-items: center;
    gap: 3px;
}

.nav-trigger {
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.header-buttons li {
    display: inline-block;
}

@media (min-width: 640px) {
    .logo {
        width: 200px;
        transition: all 0.3s;
    }
}

@media (min-width: 768px) {}

@media only screen and (min-width: 1200px) {
    .search-trigger {
        visibility: hidden;
    }
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 23px;
    background: #000000;
}

.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 0px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: "";
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}

.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(46, 50, 51, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #fff;
}

.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 480px) {
    .nav-trigger span,
    .nav-trigger span::before,
    .nav-trigger span::after {
        /* hamburger icon in CSS */
        position: absolute;
        display: inline-block;
        height: 2px;
        width: 26px;
        background: #000000;
    }
    .nav-trigger span::after {
        top: 7px;
    }
    .nav-trigger span::before {
        top: -7px;
    }
}

.megamenu-top .nav-link {
    font-family: "main-bold";
    color: #000000;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}


/******************

SEARCH

******************/

div#search-header {
    border: 1px solid #ced4da;
    border-radius: 35px;
    background: #f3f4f6;
    width: 140px;
    display: none;
}

@media (min-width: 640px) {}

@media (min-width: 768px) {
    div#search-header {
        display: flex;
    }
}

#search-header .form-control {
    margin: 0;
    border-radius: 25px;
    width: calc(100% - 50px);
    padding: 0 10px 0 15px;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 12px;
    background: #f3f4f6;
    height: 50px;
}

#search {
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.3s;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
}

#search input.form-control.input-lg {
    position: relative;
    white-space: nowrap;
    background: #ffffff;
    border: 0;
    border-bottom: 0px solid #000000;
    color: #000000;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#search input.form-control.input-lg::-webkit-input-placeholder {
    color: #555555;
}

#search input.form-control.input-lg::-moz-placeholder {
    color: #555555;
}

#search input.form-control.input-lg:-moz-placeholder {
    color: #555555;
}

#search input.form-control.input-lg:-ms-input-placeholder {
    color: #555555;
}

#search button.btn.btn-default.btn-lg {
    background: #ffffff;
    border: 0 #a20000;
    color: #000;
}

#offcanvasSearch .offcanvassearch-logo {
    width: 190px;
}

#offcanvasSearch {
    bottom: initial;
}

#search button.btn.btn-danger.delete {
    background: #d8d8d8;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    font-family: monospace;
}

.lang-dropdown.show {
    margin-top: 8px !important;
    border-radius: 0;
}

.lang-dropdown:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.lang-dropdown:after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: "";
}

.lang-dropdown button {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}


/******************

FOOTER

******************/

.footer-social-icons [class^="icon-"]:before,
.footer-social-icons [class*=" icon-"]:before {
    font-size: 22px;
    color: #000000;
}


/******************

SUCCESS PAGE

******************/

#error-not-found #content,
#common-success #content {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
}

#error-not-found #content h1,
#common-success #content h1 {
    max-width: 480px;
    margin: 0 auto 40px;
}

#error-not-found #content p,
#common-success #content p {
    max-width: 640px;
    margin: 0 auto 1rem;
}

#error-not-found #content .buttons,
#common-success #content .buttons {
    max-width: 260px;
    margin: 40px auto;
}


/******************

PRODUCT GRID

******************/

#sort-filter {
    padding-bottom: 10px;
    ;
}

.product-grid-item {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    position: relative;
    box-shadow: 0 0 0 1px #f1f1f1;
    padding: 5px;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s;
}

.product-grid-item:hover {
    box-shadow: 0 1px 0 0 red;
    /* Border bottom */
    box-shadow: 0 -1px 0 0 red;
    /* Border top */
    box-shadow: -1px 0 0 0 red;
    /* Border left */
    box-shadow: 1px 0 0 0 red;
    /* Border right */
    box-shadow: 0 0 0 1px red;
    /* All the borders by using the spread properties */
}

.product-grid-item .wishlist-btn {
    transition: all 0.3s;
    opacity: 0;
}

.product-grid-item:hover .wishlist-btn {
    opacity: 1;
}

.product-grid-item .image {
    background: #f1f1f1;
    border-radius: 6px;
}

.product-grid-item .image img {
    mix-blend-mode: darken;
}

.product-grid-item h5 a {
    color: #000000;
}

.product-grid-item .attribute-item {
    font-size: 12px;
    line-height: 15px;
}

.product-grid-item .btn-cart {
    background: #ffffff;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
}

.product-grid-item:hover .btn-cart {
    background: #000000;
}

.product-grid-item:hover .btn-cart .bi.bi-bag-plus {
    color: #ffffff;
}

.product-grid-item .attribute-item-size-skill {
    display: inline-flex;
}

.attribute-item-size-skill+.attribute-item-size-skill {
    margin-left: 8px;
    /* only add space before the second one */
}

.option-stack {
    display: flex;
    align-items: center;
}

.option-stack-item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid white;
    background: linear-gradient(135deg, #4f46e5, #9333ea);
    position: relative;
    margin-left: -8px;
    transition: transform 0.3s, z-index 0.3s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 8px;
}

.option-stack-item:first-child {
    margin-left: 0;
}

.option-stack-item:hover {
    transform: scale(1.2);
    z-index: 10;
}

.option-stack-item .tooltip {
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background: white;
    color: #111;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.option-stack-item:hover .tooltip {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}


/* Avatar gradients */

.option-stack-item:nth-child(2) {
    background: linear-gradient(135deg, #10b981, #06b6d4);
}

.option-stack-item:nth-child(3) {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.option-stack-item:nth-child(4) {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.option-stack-item:nth-child(5) {
    background: linear-gradient(135deg, #10b981, #06b6d4);
}

.option-stack-item:nth-child(6) {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.option-stack-item:nth-child(7) {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}


/******************

PRODUCT PAGE

******************/

#product-product .mainGallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background: #f3f4f6;
    z-index: 0;
    display: block;
    aspect-ratio: 1;
    align-content: center;
    justify-content: center;
    align-items: center;
}


/* From Uiverse.io by vinodjangid07 */

.bookmarkBtn {
    width: 135px;
    height: 31px;
    border-radius: 40px;
    border: 1px solid rgb(196 200 203);
    background-color: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
}

.IconContainer {
    width: 25px;
    height: 25px;
    background: linear-gradient(to bottom, rgb(220 53 69), rgb(204 32 48));
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
    transition-duration: 0.3s;
}

.bookmarkBtn .icon {
    border-radius: 1px;
}

.bookmarkBtn .text {
    height: 100%;
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition-duration: 0.3s;
    font-size: 0.75em;
    margin: 0;
}

.bookmarkBtn:hover .IconContainer {
    width: 125px;
    transition-duration: 0.3s;
}

.bookmarkBtn:hover .text {
    transform: translate(10px);
    width: 0;
    font-size: 0;
    transition-duration: 0.3s;
}

.bookmarkBtn:active {
    transform: scale(0.95);
    transition-duration: 0.3s;
}

#product-product .description-wrapper h2,
#product-product .description-wrapper h3 {
    font-size: 22px;
}

#product-product .attribute.attribute-item {
    font-size: 13px;
    line-height: 17px;
}

#product-product .attribute-item-size-skill+#product-product .attribute-item-size-skill {
    padding-left: 15px;
}

#product-product .attribute.attribute-item .attribute-icon img {
    height: 30px;
}

#cart-control {
    position: relative;
}

#cart-control .btn-cart {
    width: 100%;
    height: 52px;
    background: #3b7f2c;
    color: #fff;
    font-size: 16px;
    border-radius: 26px;
    border: none;
    transition: opacity .3s;
}

#cart-control .cart-loader {
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    margin: 14px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#cart-control .cart-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3b7f2c;
    color: #fff;
    border-radius: 26px;
    height: 52px;
    padding: 0 18px;
}

#cart-control .cart-qty button {
    background: rgba(255, 255, 255, .2);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
}

#product-product .qt-left {
    width: 120px;
}

#product-product .qt-minus {
    padding: 10px;
    color: #454545;
}

#product-product .qt-plus {
    padding: 10px;
    color: #454545;
}

#product-product .qt-left input#input-quantity {
    box-shadow: none;
    color: #454545;
    font-size: 13px;
    pointer-events: none;
}

#product-product .qt-left input#input-quantity.min-1 {
    pointer-events: all;
}

#product-product button.btn.btn-default.qt-plus,
#product-product button.btn.btn-default.qt-minus {
    box-shadow: none;
    outline: none;
}

#product-product #button-cart {
    font-size: 16px;
    min-width: 180px;
    border-radius: 5px;
}

#product-product span.nostock-status {
    color: #555555;
}

#product-product span.instock-status {
    color: #009c3b;
}

#product-product #accordionDetails ul {
    list-style: disc;
    padding: 0 0 0 15px;
}

#tab-newtabcontent {
    min-height: .01%;
    overflow-x: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

#tab-newtabcontent table {
    text-align: center;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
    background-color: transparent;
    border-color: transparent;
}

#tab-newtabcontent table>thead>tr>th,
#tab-newtabcontent table>tbody>tr>th,
#tab-newtabcontent table>tfoot>tr>th,
#tab-newtabcontent table>thead>tr>td,
#tab-newtabcontent table>tbody>tr>td,
#tab-newtabcontent table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #4c4c4c;
}

#tab-newtabcontent table>tbody>tr:nth-of-type(odd) {}

#tab-newtabcontent table>tbody>tr:first-child>td {
    vertical-align: bottom;
    border-bottom: 2px solid;
    font-weight: bold;
}

@media (min-width: 768px) {
    #tab-newtabcontent {
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }
}

#product-product .option-selected-sku {
    display: inline-block;
    background: linear-gradient(45deg, #2f69d4, #cc2030);
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0 auto 5px;
}

#product-product .reset-option-trigger {
    width: 100%;
    padding: 5px 0;
    line-height: 10px;
    font-size: 10px;
    color: #cc2030;
    margin: 0;
    border: none;
    background: transparent;
    text-align: right;
    position: relative;
}

#product-product .option-selected-sku {
    display: inline-block;
    background: linear-gradient(45deg, #2f69d4, #cc2030);
    padding: 0 5px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 0 auto 5px;
}


/**************************/


/* CHECKOUT  PAGE */


/**************************/

#checkout-checkout .svg-container {
    padding: 5px;
    border-radius: 100%;
}

#checkout-checkout .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
}

#checkout-checkout .accordion-body {
    padding-left: 0;
}

#checkout-checkout .accordion-item,
#checkout-checkout .accordion-button,
#checkout-checkout .accordion-collapse {
    border: 0 !important;
}

#checkout-checkout .accordion-button {
    box-shadow: none !important;
}

#checkout-checkout .accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

#checkout-checkout .accordion-button {
    font-size: 1.25rem;
    font-family: 'main-bold';
    opacity: 0.6;
    padding-left: 0;
}

#checkout-checkout .accordion-button.collapsed {
    pointer-events: none;
}

#checkout-checkout .accordion-button.collapsed.success {
    pointer-events: auto;
}

#checkout-checkout .accordion-button:not(.collapsed) {
    font-size: 1.75rem;
    opacity: 1;
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    pointer-events: none;
}

#checkout-checkout .accordion-button.collapsed:after,
#checkout-checkout .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

#checkout-checkout .accordion-button.collapsed.success::after {
    font-family: "templatefont" !important;
    content: "\e951";
    color: #009c3b;
    background-image: none;
}

#checkout-checkout #accordion {
    counter-reset: checkout-step;
}

#checkout-checkout #accordion .accordion-item:not(.d-none) .step-count::before {
    counter-increment: checkout-step;
    content: counter(checkout-step) ". ";
    font-weight: 600;
}

.choice-list {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background-color: #fff;
}

.choice-item {
    margin: 0;
    padding: 0;
}

.choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.choice-label {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid var(--bs-border-color);
    transition: all .2s ease;
}

.choice-item:last-child .choice-label {
    border-bottom: 0;
}

.choice-input:checked+.choice-label {
    background-color: rgba(var(--bs-primary-rgb), .08);
    box-shadow: inset 0 0 0 1px var(--bs-primary);
    border-radius: 8px;
}

.choice-indicator {
    width: 18px;
    height: 18px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    position: relative;
    flex: 0 0 18px;
}

.choice-input:checked+.choice-label .choice-indicator {
    border-color: var(--bs-primary);
}

.choice-input:checked+.choice-label .choice-indicator::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bs-primary);
    position: absolute;
    top: 3px;
    left: 3px;
}

.choice-content {
    min-width: 0;
}

.choice-title {
    margin: 0;
}

.choice-meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}

.choice-subtext {
    color: var(--bs-secondary-color);
    font-size: .875rem;
}


/**************************/


/* CART PAGE */


/**************************/

#cart-total {
    background: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
}

.qc-quantity {
    width: auto;
    min-width: 50px;
    max-width: 100px;
}

.qc-product-qantity {
    min-width: 80px;
}

.qc-quantity .input-group.input-group-sm {
    border-radius: 5px;
}

.qc-quantity .decrease {
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 5px 0 0 5px;
    color: #454545;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    width: 20px;
    font-family: monospace;
}

.qc-quantity .increase {
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #454545;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    font-size: 20px;
    width: 20px;
    font-family: monospace;
}

.qc-quantity button.btn.btn-danger.delete {
    background: #d8d8d8;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    margin-left: 15px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    font-family: monospace;
}

.qc-quantity .fa {
    font-size: 11px;
}

.qc-quantity input.qc-product-qantity {
    height: 30px;
    border: none;
    line-height: 30px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    color: #454545;
    font-size: 16px;
    font-family: "CFAsty-Bold", sans-serif;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    pointer-events: none;
}

tr.cart-subtotals td {
    background: #f3f4f6;
    color: #555555;
    padding: .5rem .1rem;
}

tr.cart-subtotals:last-child td {
    font-size: 18px;
    color: #000000;
    border-top: 2px solid #000000;
    font-weight: 700;
}

.home-bottom-usp .box-icon:before {
    font-size: 90px;
}


/**************************/


/****    SLIDERS     *****/


/**************************/

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next,
.swiper-button-prev {
    color: #000000;
    opacity: 0;
    transition: all 0.3s;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper:hover .swiper-button-next.swiper-button-disabled,
.swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.swiper-pagination-bullet-active {
    background: #000000;
}


/**************************/


/****    CONTACT     *****/


/**************************/

.map-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
    border: 0px solid #e8e8e8;
    border-radius: 12px;
}

@media (min-width:768px) {
    .map-responsive {
        padding-bottom: 40%;
    }
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}