﻿@import url(component/loading.css);
@import url(component/mobile-menu.css);
@import url(component/icons.css);
@import url(component/owl.css);
@import url(component/select.css);
@import url(component/checkbox.css);
@import url(component/category-title.css);
@import url(component/noUi.css);
@import url(component/personal-accordion.css);

.config-size-list li a,
.config-size-list li a:focus,
.config-size-list li a:hover,
a {
    text-decoration: none;
}

html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #555;
    font: 400 1.4rem/1.8 montserrat, sans-serif !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
    margin: 0 !important;
}

    body:not(.loaded) > :not(.loading-overlay) {
        visibility: hidden;
    }

select:focus-visible {
    border: inherit !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.1;
    margin-bottom: 1.8rem;
}

a,
a:focus,
a:hover {
    color: #333;
}

input::placeholder {
    opacity: 1 !important;
    font-family: montserrat-medium !important;
    color: #666 !important;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 29px !important;
}

::-webkit-scrollbar-thumb {
    background: #f5a75c;
    border-radius: 29px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.form-control {
    border-radius: 10px !important;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #222;
        box-shadow: none;
        color: #555;
    }

.bg-black-opacity {
    background-color: rgba(51, 51, 51, 0.48);
}

.bg-white-opacity {
    background-color: #ffffff82;
}

.bg-dark,
.bg-dark-hover:hover {
    background-color: #333 !important;
}

.bg-gray,
.bg-gray-hover:hover {
    background-color: #3d3d3d !important;
}

.bg-white,
.bg-white-hover:hover {
    background-color: #fff !important;
}

.bg-orange,
.bg-orange-hover:hover {
    background-color: #f5a75c !important;
}

.bg-green {
    background-color: #e8edea !important;
}

.bg-light-gray {
    background-color: #b1b1b1 !important;
}

.bg-light-gray-transparent {
    background-color: #b1b1b17a !important;
}

.bg-light-light-gray {
    background-color: #ededed !important;
}

.bg-transparent,
.bg-transparent-hover:hover{
    background-color: transparent !important;
    background-image: unset !important;
}

.bg-frosted {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgb(0 0 0 / 31%);
    backdrop-filter: blur(5px);
}

.--bs-table-accent-bg-transparent {
    --bs-table-accent-bg: transparent !important;
}

.bk-position-left {
    background-position: left;
}

.bk-position-center {
    background-position: center;
}

.bk-size-cover {
    background-size: cover !important;
}

.bk-size-contain {
    background-size: contain !important;
}

.bk-no-repeat {
    background-repeat: no-repeat !important;
}

.bk-attachment-fixed {
    background-attachment: fixed !important;
}

.box-shadow-hover:hover {
    box-shadow: 6px 7px 7px #707070;
}

.no-border {
    border: unset !important;
}

.border-1 {
    border: 1px solid;
}

.border-left-3 {
    border-left: 3px solid;
}

.border-3 {
    border: 3px solid;
}

.border-white {
    border-color: #fff;
}

.border-white-hover:hover {
    border-color: #3d3d3d;
}

.border-dark {
    border-color: #333;
}

.border-orange,
.border-orange-hover:hover {
    border-color: #f5a75c !important;
}

.border-gray {
    border-color: #707070 !important;
}

.border-light-gray {
    border-color: #999 !important;
}


@media (min-width: 576px) {
    .border-sm-white {
        border-color: #fff !important;
    }

    .border-sm-white-hover:hover {
        border-color: #3d3d3d !important;
    }
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.no-border-radius {
    border-radius: unset !important;
}

.border-radius-round {
    border-radius: 60px !important;
}

.border-radius-top {
    border-top-left-radius: 29px !important;
    border-top-right-radius: 29px !important;
}

.border-radius-top-bottom-left {
    border-top-left-radius: 29px !important;
    border-bottom-left-radius: 29px !important;
}

.no-border-left,
.no-border-radius-top,
.no-border-radius-top-left {
    border-top-left-radius: unset !important;
}

.border-radius-top-bottom-right {
    border-top-right-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
}

.no-border-radius-top,
.no-border-radius-top-right,
.no-border-right {
    border-top-right-radius: unset !important;
}

.border-radius-bottom {
    border-bottom-left-radius: 29px !important;
    border-bottom-right-radius: 29px !important;
}

.no-border-left,
.no-border-radius-bottom,
.no-border-radius-bottom-left {
    border-bottom-left-radius: unset !important;
}

.no-border-radius-bottom,
.no-border-radius-bottom-right,
.no-border-right {
    border-bottom-right-radius: unset !important;
}

.border-top-rigth {
    border-top: 2px solid;
    border-right: 2px solid;
}

.border-top-left {
    border-top: 2px solid;
    border-left: 2px solid;
}

.border-bottom-left {
    border-bottom: 2px solid;
    border-left: 2px solid;
}

.border-bottom-rigth {
    border-bottom: 2px solid;
    border-right: 2px solid;
}

.no-border-left {
    border-left: unset !important;
}

.no-border-right {
    border-right: unset !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.justify-content-center {
    justify-content: center !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-25 {
    font-size: 25px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-42 {
    font-size: 42px;
}

.font-58 {
    font-size: 58px !important;
}

.font-92 {
    font-size: 92px !important;
}

.font-220 {
    font-size: 220px !important;
}

.font-240 {
    font-size: 240px !important;
}

.font-60 {
    font-size: 60px;
}

.font-90 {
    font-size: 90px !important;
}

.font-100 {
    font-size: 100px !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center !important;
}

.text-align-justify {
    text-align: justify;
}

.field-validation-error,
.text-orange,
.text-orange-hover:hover {
    color: #f5a75c !important;
}

.text-white,
.text-white-hover:hover {
    color: #fff !important;
}

.text-red {
    color: #fb433b !important;
}

.text-gray,
.text-gray-hover:hover {
    color: #ccc !important;
}

.text-light-gray {
    color: #999 !important;
}

.text-dark,
.text-dark-hover:hover {
    color: #333 !important;
}

.text-inherit {
    color: inherit !important;
}

.text-upper {
    text-transform: uppercase !important;
}

.text-letter-spacing {
    letter-spacing: 0.75rem;
}

.text-line-height {
    line-height: 53px;
}

.text-line-height-20 {
    line-height: 20px;
}


@media (min-width: 576px) {
    .text-sm-white,
    .text-sm-white-hover:hover {
        color: #fff !important;
    }

    .text-sm-orange,
    .text-sm-orange-hover:hover {
        color: #f5a75c !important;
    }

    .text-sm-align-right {
        text-align: right !important;
    }
}

#progressbar li,
.btn {
    text-transform: uppercase;
}

.text-line-through {
    text-decoration: line-through;
}

.no-padding {
    padding: unset !important;
}

.padding-left {
    padding-left: 15px !important;
}

.padding-right {
    padding-right: 15px !important;
}

.padding-top {
    padding-top: 15px !important;
}

.p-10 {
    padding: 10rem !important;
}

.pr-0,
.row > img {
    padding-right: unset !important;
}

.pl-0,
.row > img {
    padding-left: unset !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pr-2 {
    padding-right: 2rem !important;
}

.pt-2-5 {
    padding-top: 2.5rem !important;
}

.pb-2-5 {
    padding-bottom: 2.5rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pt-15 {
    padding-top: 15rem !important;
}

.pb1-5 {
    padding-bottom: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.pb-15 {
    padding-bottom: 15rem !important;
}

.pl-2 {
    padding-left: 2rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pl-10 {
    padding-left: 10rem !important;
}

.pr-5 {
    padding-right: 5rem !important;
}

.pr-10 {
    padding-right: 10px !important;
}


@media (min-width: 576px) {
    .pl-sm-5 {
        padding-left: 5rem !important;
    }

    .pr-sm-5 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 768px) {
    .pt-sm-0{
        padding-top: 0rem !important;
    }
    .p-md-10 {
        padding: 10rem !important;
    }

    .pt-md-5 {
        padding-top: 5rem !important;
    }

    .pl-md-10 {
        padding-left: 10rem !important;
    }

    .ml-md-10 {
        margin-left: 10rem !important;
    }

    .mb-md-5 {
        margin-bottom: 5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .pt-sm-10 {
        padding-top: 10rem !important;
    }
}

.no-margin,
.no-margin-auto {
    margin: unset !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.ml-2 {
    margin-left: 1.5rem !important;
}

.mr-2 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.container,
.width-100,
.width-100-perc {
    width: 100%;
}

.width-5rem {
    width: 5rem;
}

.width-unset {
    width: unset;
}

@media (max-width: 768px) {
    .font-42 {
        font-size: 32px !important;
    }

    .font-58 {
        font-size: 35px !important;
    }

    .font-92 {
        font-size: 42px !important;
    }

    .font-240 {
        font-size: 100px !important;
    }

    .font-100 {
        font-size: 78px !important;
    }

    .width-90perc {
        width: 90%;
    }
}

.width-fit-content {
    width: fit-content;
}

.max-width-unset {
    max-width: unset !important;
}

.min-width-unset {
    min-width: unset !important;
}
.height-unset {
    height: unset !important;
}
.height-inherit {
    height: inherit !important;
}

.height-150 {
    height: 150px !important;
}

.height-100 {
    height: 100px !important;
}

@media (min-width: 576px) {
    .height-50 {
        height: 50px !important;
    }

    .height-65 {
        height: 65px !important;
    }

    .height-85 {
        height: 85px !important;
    }

    .min-height-90 {
        min-height: 90px !important;
    }

    .height-90 {
        height: 90px !important;
    }

    .height-100-perc {
        height: 100% !important;
    }

    .height-90-perc {
        height: 90% !important;
    }

    .height-sm-150 {
        height: 150px !important;
    }

    .height-sm-200 {
        height: 200px !important;
    }

    .height-400 {
        height: 400px !important;
    }

    .height-600 {
        height: 600px;
    }

    .min-height-800 {
        min-height: 800px;
    }

    .height-800 {
        height: 800px;
    }

    .height-1000 {
        height: 1000px;
    }

    .height-2000 {
        height: 2000px;
    }
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.box-shadow {
    box-shadow: 0 3px 6px #000000ab !important;
}

.box-shadow-light {
    box-shadow: 4px 4px 6px #00000029;
}

.font-family-aeonik-bold {
    font-family: aeonik-bold;
}

.font-family-aeonik-ligth {
    font-family: aeonik-ligth;
}

.font-family-montserrat {
    font-family: montserrat !important;
}

.font-family-montserrat-medium {
    font-family: montserrat-medium !important;
}

.font-family-montserrat-bold {
    font-family: montserrat-bold !important;
}

.font-family-open-sans {
    font-family: open-sans !important;
}

.btn,
.form-control {
    line-height: 1.5;
    font-family: montserrat, sans-serif;
}

@font-face {
    font-family: aeonik-bold;
    src: url(font/aeonik/Aeonik-Bold.otf);
    font-display: swap;
}

@font-face {
    font-family: aeonik-ligth;
    src: url(font/aeonik/Aeonik-Light.otf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-bold;
    src: url(font/montserrat/Montserrat-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat-medium;
    src: url(font/montserrat/Montserrat-Medium.ttf);
    font-display: swap;
}

@font-face {
    font-family: montserrat;
    src: url(font/montserrat/Montserrat-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: open-sans;
    src: url(font/open-sans/OpenSans-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: porto;
    src: url(font/porto/porto.ttf) format("truetype"), url("font/porto/porto.svg#porto") format("svg"), url(font/porto/porto.woff) format("woff"), url(font/porto/porto.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: simple-line-icons;
    src: url(font/simple-line/Simple-Line-Icons.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: icomoon;
    src: url(font/ico-moon/icomoon.ttf) format("truetype"), url(font/ico-moon/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.float-right {
    float: right;
}

h2 {
    font-size: 35px !important;
}

ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto !important;
    vertical-align: middle;
}

.img-25 {
    width: 25px !important;
}

.img-35 {
    width: 35px !important;
}

.img-60 {
    width: 60px !important;
}

a {
    transition: 0.3s;
    border-radius: 7px;
}

@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

a:focus {
    outline: 0;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
    color: unset;
    text-decoration: none;
}

.margin-auto {
    margin: auto;
}

.margin-top-auto {
    margin-top: auto !important;
}

.margin-bottom-auto {
    margin-bottom: auto !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

.margin-right-auto {
    margin-right: auto !important;
}

.top-0 {
    top: 0;
}

.position-absolute {
    position: absolute;
}

.container-custom {
    width: 100%;
    max-width: 90%;
}

.row > img {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
}

.form-control {
    border: 3px solid #f0f0f0;
    background: no-repeat padding-box #fff;
    color: #555;
    font-size: 1.4rem;
    font-weight: 400;
}

.btn,
.config-size-list li a {
    font-size: 1.3rem;
    transition: 0.3s;
}

.btn {
    padding: 1.2rem 1.4rem;
    border-radius: 29px;
}

.btn-yellow {
    border-color: #f5a75c;
    background-color: transparent;
    background-image: none;
    color: #000;
    border-width: 2px !important;
    border-style: solid !important;
}

    .btn-yellow.active,
    .btn-yellow:focus,
    .btn-yellow:hover {
        border-color: #f5a75c;
        background-color: #f5a75c;
        box-shadow: none;
        text-decoration: none !important;
    }

.btn-primary {
    background-color: #333;
    color: #fff;
    box-shadow: none;
    border: none !important;
}

    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover {
        border-color: #00171f;
        background-color: #00171f;
        color: #fff;
        box-shadow: none;
    }

    .btn-primary.disabled,
    .btn-primary:disabled,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .config-size-list li.active a,
    .show > .btn-primary.dropdown-toggle {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }

.btn-outline-primary {
    color: #333;
    border-color: #333;
}

.opacity-04 {
    opacity: 0.4;
}

.no-opacity-hover:hover {
    opacity: 1 !important;
}

.comic {
    position: relative;
    background-color: #fff;
    padding: 1.125em 1.5em;
    font-size: 1.25em;
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

    .comic::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        bottom: 100%;
        left: 50%;
        border: 0.75rem solid transparent;
        border-top: none;
        border-bottom-color: #fff;
        filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
    }

.ice-cube {
    -webkit-background-clip: text !important;
    background-size: 129%;
    color: transparent;
    background-position-y: 58%;
    background-position-x: center;
}

.story-inner-bar,
.story-inner-bar-progress {
    height: 6px;
    left: 10%;
    background: repeating-linear-gradient(45deg, #f59446, #f5a75c 4px, #f59446 4px, #f5a75c 10px);
    transition: width 0.8s cubic-bezier(0.915, 0.015, 0.3, 1.005);
    border-radius: 6px;
    position: relative;
    z-index: -1;
    width: 0%;
}

.story-inner-bar-progress {
    top: -6px;
    background: #999;
    position: relative;
    z-index: -2;
    width: 80%;
}

#progressbar li,
.story-step {
    width: 20%;
    float: left;
    position: relative;
}

.story-step {
    font-size: 14px;
    padding: 0 10px;
    transition: 0.4s;
    text-align: center;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #fff;
        font-size: 1.2rem;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 40px;
            line-height: 40px;
            display: block;
            font-size: 1.7rem;
            color: #fff;
            background: #fff;
            border-radius: 50px;
            margin: 0 auto 5px;
            border: 1px solid #fff;
            position: relative;
            z-index: 2;
        }

        #progressbar li:after {
            content: "";
            width: 100%;
            height: 2px;
            background: #fff;
            position: absolute;
            left: -50%;
            top: 19px;
            z-index: 0;
        }

        #progressbar li:first-child:after {
            content: none;
        }

        #progressbar li.active:after,
        #progressbar li.active:before {
            background: #f5a75c;
            color: #f5a75c;
            border-color: #f5a75c;
        }

.profile-image-outer-container {
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

    .profile-image-outer-container .profile-image-inner-container {
        border-radius: 50%;
        padding: 5px;
    }

        .profile-image-outer-container .profile-image-inner-container img {
            border-radius: 50%;
            border: 5px solid #ffaa5a;
        }

        .profile-image-outer-container .profile-image-inner-container .profile-image-button {
            position: absolute;
            z-index: 2;
            bottom: 15px;
            right: -10px;
            width: 40px;
            height: 40px;
            text-align: center;
            border-radius: 50%;
            line-height: 38px;
            transition: 0.1s;
        }

    .profile-image-outer-container .profile-image-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        opacity: 0;
        z-index: 3;
        cursor: pointer;
    }

.product-single-container {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.btn-down-icon,
.btn-up-icon,
.input-group-btn {
    margin: auto !important;
}

.product-quick-view {
    background-color: #fff;
    border-radius: 10px;
}

    .product-quick-view .product-single-details .product-action {
        margin-bottom: 2.1rem;
    }

    .product-quick-view .product-single-filter {
        padding-bottom: 2.2rem;
    }

.product-single-qty .bootstrap-touchspin.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    max-height: 43px;
    padding-right: 0;
}

.product-single-qty .bootstrap-touchspin .form-control {
    height: 43px;
    padding: 1rem 0.2rem;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    box-shadow: none;
}

    .product-single-qty .bootstrap-touchspin .form-control,
    .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
        border: none !important;
    }

.product-single-qty .horizontal-quantity {
    height: 43px;
}

.product-single-qty .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 23px;
    margin: 0;
    padding: 0.5rem;
    font-family: Roboto, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2;
}

    .product-single-qty .btn.btn-down-icon:after,
    .product-single-qty .btn.btn-up-icon:after,
    .product-single-qty .btn.btn-up-icon:before {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 2px;
        margin-left: -0.55rem;
        background-color: #333;
        content: "";
        border: none !important;
    }

    .product-single-qty .btn.btn-up-icon:before {
        transform: rotate(90deg);
    }

.btn-down-icon {
    border: unset !important;
}

.btn-up-icon {
    border: 1px solid !important;
    border-radius: 60px !important;
    padding: 1rem !important;
}

.badge-circle {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    display: inline-block;
}

.modal {
    height: unset !important;
}

.max-logo-width {
    max-width: 200px !important;
}

.rotate,
.rotate-sm-l-90 {
    transform: rotate(-90deg);
}

.config-size-list {
    margin-right: -0.4rem;
}

.bottom-address,
.top-address {
    margin-left: 1rem;
    margin-right: 1rem;
}

.config-size-list li {
    display: inline-flex;
    margin-bottom: 0.4rem;
}

    .config-size-list li a {
        position: relative;
        display: block;
        min-width: 2.6rem;
        height: 2.6rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        font-weight: 400;
        text-align: center;
        line-height: 2.4rem;
        border: 1px solid #333;
        background-color: #fff;
        color: #7a7d82;
        border-radius: 7px;
    }

@media (min-width: 768px) {
    .form-footer,
    form {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .form-footer,
    form {
        margin-bottom: 5rem;
    }
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
    height: 4.2rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 46px;
    padding: 1.05rem 1rem;
    line-height: 1.4;
}

.standard-clip-path {
    clip-path: polygon(0 0, 0 90%, 100% 100%, 100% 10%);
}

.clip-path-under {
    clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0%);
}

.clip-path-top {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 10%);
}

.clip-path-3 {
    clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0%);
}

@media (max-width: 959px) {
    .standard-clip-path {
        clip-path: polygon(0 0, 0 98%, 100% 100%, 100% 2%);
    }

    .clip-path-under {
        clip-path: polygon(0 0, 0 100%, 100% 95%, 100% 0%);
    }

    .clip-path-top {
        clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 5%);
    }
}

.ebc {
    height: 50px;
    border: 1px solid #ecf0f5;
    border-radius: 5px;
}

    .ebc.active {
        height: 50px !important;
        border: 1px solid #666;
    }

        .address-item.active .selected-address,
        .card-item.active .selected-card,
        .ebc.active .selected,
        .liter.active .selected {
            opacity: 1;
        }

.ebc-width {
    width: 15px !important;
    height: 30px !important;
    transition: height 0.3s;
    border: none;
}

.list-group-item.active {
    background-color: #f5a75c;
    border-color: #f5a75c;
}

.active > a,
.active > a > .ion {
    color: #fff;
}

.badge.badge-pill {
    border-radius: 50px;
}

.badge.badge-light {
    background: #eaecec;
    color: #324148;
}

.top-address {
    border: 3px solid #fff;
    border-bottom: unset !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}

.lateral-address {
    border: 3px solid #ffaa5a;
    border-top: unset !important;
    border-bottom: unset !important;
    margin-left: 1rem;
}

.bottom-address {
    border: 3px solid #ffaa5a;
    border-top: unset !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.config-swatch-list {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

    .config-swatch-list li {
        margin-right: 0.4rem;
        margin-bottom: 0.3rem;
    }

        .config-swatch-list li a {
            position: relative;
            display: flex;
            align-items: center;
            width: 2.5rem;
            height: 2.5rem;
            color: #000;
        }

            .config-swatch-list li a span:last-child {
                padding-top: 0.3rem;
                color: #7a7d82;
                font-size: 1.2rem;
            }

        .config-swatch-list li .color-panel {
            display: inline-block;
            width: 1.7rem;
            height: 1.7rem;
            border: 1px solid #fff;
            transition: 0.3s;
            margin-right: 1.5rem;
        }

        .config-swatch-list li:hover span:last-child {
            text-decoration: underline;
        }

        .config-swatch-list li.active a:before {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            color: #fff;
            font-family: porto;
            font-size: 1.1rem;
            line-height: 1;
            content: "\e84e";
        }

        .config-swatch-list a:focus .color-panel,
        .config-swatch-list a:hover .color-panel,
        .config-swatch-list li.active .color-panel {
            box-shadow: 0 0 0 0.1rem #dfdfdf;
        }

.address-item .selected-address > i,
.card-item .selected-card > i {
    font-size: 50px;
    color: #ffaa5a;
}

.selected-address,
.selected-card {
    opacity: 0;
}

.badge-draft-compatibility {
    z-index: 100;
    padding-left: 1em;
    padding-bottom: 1em;
}

.size-selected {
    color: #fff !important;
    background-color: #f5a75c !important;
    border-color: white !important;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-container input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input[type="radio"] ~ .checkmark {
    background-color: #333;
}

.radio-container input[type="radio"]:checked ~ .checkmark {
    background-color: #f5a75c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.required {
    color: #f5a75c !important;
}

.v-collapse {
    visibility: collapse !important;
}

.owl-theme .owl-nav [class*='owl-'] i:before {
        font-size: 2rem;
    }

    .owl-theme .owl-nav .owl-prev {
        left: -3rem;
    }

    .owl-theme .owl-nav .owl-next {
        right: -3rem;
    }

    .owl-theme .owl-dots {
        margin-top: 10px !important;
    }

    .tap-single-carousel .owl-nav .owl-prev {
        left: -3rem;
    }

    .tap-single-carousel .owl-nav .owl-next {
        right: -3rem;
    }

    .owl-theme .owl-dots {
        margin-top: 10px !important;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: .75rem;
            height: .75rem;
            background: #C0C0C0;
            border: 1px solid #C0C0C0;
        }

.visible-collapse{
    visibility: collapse;
}
.ui-tooltip {
    z-index: 1051 !important;
}
.ui-tooltip-content{
    color: #333 !important;
}
.divider-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vendor-divider .divider-container .divider-line {
        height: 1px;
        background-color: #999;
    }

    .vendor-divider .divider-container .divider-text {
        font-size: 1rem;
        font-weight: bold;
        color: #333;
    }

    .social-login-buttons a {
        padding: 10px;
    }

    .social-login-buttons {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .social-btn {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        border: 1px solid #e0e0e0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        background-color: white;
        transition: all 0.3s ease;
    }