body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

:root {
    --primary: {
            {
            get_setting('base_color', '#e62d04')
        }
    }

    ;

    --hov-primary: {
            {
            get_setting('base_hov_color', '#c52907')
        }
    }

    ;

    --soft-primary: {
            {
            hex2rgba(get_setting('base_color', ''), 0.15)
        }
    }

    ;
}

#map {
    width: 100%;
    height: 250px;
}

#edit_map {
    width: 100%;
    height: 250px;
}

.spinner-border {
    width: 1.3rem !important;
    height: 1.3rem !important;
    margin-left: 10px !important;
}

.pac-container {
    z-index: 100000;
}

.best-seller-border {
    border: 3px solid #F8B517 !important;
}

.best-seller-badge {
    position: absolute;
}

.badge {
    width: auto;
}

/* chat box */
.chat-box {
    overflow-y: auto;
    max-height: 438px;
}

.chat-box-body,
.card-footer {
    padding: 20px 10px !important;
}

.chat-box-avatar {
    width: 32px;
    height: 32px;
    font-size: 1.4em;
    border-radius: 50%;
    display: inline-flex;
    background: #8f97ab;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    margin-top: 10px;
    color: #fff;
}

.chat-box-message {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0.9rem;
}

.sender-avatar {
    background: #195195;
}

.chat-box-sender {
    background: #195195;
    padding: 9px;
    border-radius: 5px;
    color: #fff;
}

.chat-box-reciever {
    background: #e9e9f0;
    color: #000;
    padding: 9px;
    border-radius: 5px;
}

.chat-box-reciever small {
    float: right;
}

/* scroll */
.order_messages {
    overflow-y: scroll;
    padding: 0px 10px;
}

.order_messages::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e9e9f0;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.order_messages::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.order_messages::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #e9e9f0;
    background-color: #dcdcdc;
}

.color-gold {
    color: #ffb33e;
}

.footer-widget .aiz-square-check:after {
    border: solid #fff !important;
}

/* Affiliate */
.hero-background {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../img/invite_background.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    gap: 8px;
    min-height: 390px;
    max-height: 570px;
    border-radius: 12px;
    padding: 48px;
    transition: margin .2s linear, padding .2s linear;
}

.hero-background .hero-container .hero-text {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 8px;
    overflow-wrap: break-word;
}

.display-4 {
    font-size: 1.86666667rem;
    margin-bottom: 4px;
    margin-bottom: 4px;
    font-weight: 800;
    color: #fff;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3.5rem;
        margin-bottom: 24px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .custom-page-banner {
        height: auto !important;
    }

    .extra-pages {
        display: none;
    }

    .how-it-words-contents img {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 991px) {
    .countries-v4 li a span {
        display: none;
    }
}

.hero-background .hero-container .hero-text .hero-content {
    display: block;
    flex: none;
    width: 100%;
}

.copy-link-field .form-group .form-control {
    width: 600px;
    border: none;
}

.sharelinks {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
}

.copy-link-field {
    display: flex;
    flex-direction: row;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}

.copy-link-field .form-group {
    margin-bottom: 0;
}

.copy-link-field .form-group .control-label {
    color: #fff;
}

.copy-link-button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 8px;
    margin-right: 16px;
    z-index: 1;
    box-shadow: -16px 0 8px #fff;
    background-color: #f2f6f8;
}

.np-action-btn {
    border: 1px solid transparent;
    border-radius: 3px !important;
    color: #0097c7;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 600;
    height: 32px;
    line-height: 1.2;
    padding: 7px 12px 8px;
    transition: color, background-color .15s ease-in-out;
}

.sharelinks .sharelinks-group {
    flex: 1 0 auto;
    position: relative;
}

.flex-column {
    flex-direction: column;
}

.sharelinks .sharelinks-group .sharelinks-button {
    width: -moz-fit-content;
    width: fit-content;
    transition: none;
}

.np-btn {
    position: relative;
}

.btn-accent,
.btn-primary {
    background-color: #00a2dd;
    border-color: #00a2dd;
    color: #fff;
    transition: color, background-color .15s ease-in-out;
}

.img-blog {
    height: 200px;
    object-fit: cover;
}

.recent-blog {
    width: 100%;
    height: 235px;
    position: relative;
    background-size: cover !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%) !important;
    border-radius: 0.25rem !important;
}

.recent-blog div {
    padding: 20px 20px 10px;
    overflow: hidden;
}

.recent-blog h4 {
    color: #fff;
    font-weight: bold;
}

.aiz-cookie-alert {
    left: unset !important;
    right: unset !important;
    max-width: unset !important;
}

.cookie-notice {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 10px 0px;
    bottom: 0;
    width: 100%;
    background: #00a2dd;
    color: #F6F6F6;
    font-size: 15px;
    /* z-index: 999; */
    z-index: 1030;
    display: none;
}

.cookie {
    font-size: 2.2rem;
    margin-right: .3rem;
    margin-left: 1rem;
}

.accept-cookies {
    cursor: pointer;
    border: none;
    outline: none;
    background: #F6F6F6;
    color: #191919;
    font-weight: 700;
    padding: .5rem 1.5rem;
    margin-right: 1rem;
    margin-left: 3rem;
    transition: .35s ease;
    box-shadow: .01rem .01rem .1rem #ddd;
}

.cookie-notice p {
    margin-bottom: unset !important;
    display: inline-block;
}

.hugo3-pc-floor-title {
    margin: 0 auto;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.clearfix {
    zoom: 1;
}

.floor-bottom {
    list-style-type: none;
    padding: unset;
    margin-bottom: 20px;
}

.countries-v4 li {
    float: left;
    min-height: 24px;
    padding: 12px 0 20px;
    width: 10%;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}

.countries-v4 li a:link,
.countries-v4 li a:visited {
    color: #666;
}

.countries-v4 li a {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-size: 0;
    position: relative;
}

.countries-v4 li a img {
    height: 100%;
    margin-right: 10px;
    width: 24px;
}

.countries-v4 li a span {
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

.CountryList .item {
    display: inline-block;
    width: 255px;
    height: 210px;
    text-align: center;
}

.CountryList .item a .inner {
    display: inline-block;
    position: relative;
    width: 180px;
    height: 180px;
    margin-top: 30px;
    border: 1px solid #e7e8ec;
    border-radius: 100%;
    background: #fff;
}

.CountryList .item a .inner .pic {
    margin-top: 50px;
    width: 100%;
}

.CountryList .item a .inner .pic img {
    width: auto;
    height: 55px;
}

.CountryList .item a .inner .label {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    color: #333;
}

.CountryList {
    position: relative;
    left: -37.5px;
    width: 1275px;
    font-size: 0;
    margin: 20px auto 60px auto;
}

#countries-region-list {
    max-height: 300px;
    overflow-y: auto;
}

#countries-region-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
}

#countries-region-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

#countries-region-list .la-search:before {
    font-size: 19px;
}

#countries-region-list .countries-search .form-control {
    padding-left: 2.375rem;
}

#countries-region-list .countries-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.blog-body {
    height: 100px;
    overflow: hidden;
}

.no-shadow {
    box-shadow: unset !important;
}

.no-border {
    border: unset !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00a2dd;
}

.cat-image {
    width: 1.5rem;
    height: 1.5rem;
}

.category-nav-element a {
    font-size: .875rem;
    font-weight: 400;
}

.store-coupons {
    background: #ffa500;
    color: #fff;
    padding: 5px 10px;
    border-left-style: dashed;
    border-right-style: dashed;
}

.coupon-item {
    border: 1px solid #ff980075;
    padding: 5px;
    background: #ff980024;
    border-radius: 5px;
}

.coupon-item .coupon-details h4 {
    font-weight: 600;
    margin-bottom: 2px;
}

.coupon-item .coupon-details small {
    float: right;
    font-size: 14px;
    background: #ffffff;
    padding: 4px;
    border-radius: 5px;
}

.featured-categories-img {
    width: 100%;
    height: 80px;
}

.border-orange {
    border: 2px solid #ffa500 !important;
}

ul.social a {
    width: 22px;
}

ul.social-login a {
    width: 36px;
}

.shipping-dropdown {
    max-width: inherit !important;
}

.shipping-dropdown a:not(:last-child) {
    border-bottom: 1px solid #b2b2b2;
}

.customer-care .nav-pills .nav-link {
    border-radius: unset !important;
    color: #000;
    background-color: #f4f4f4;
    border-bottom: 5px solid transparent !important;
}

#accordion-call-us .card {
    background-color: #f4f4f4 !important;
}

.customer-care .nav-pills .nav-link.active {
    color: #00a2dd !important;
    border-bottom: 5px solid #00a2dd !important;
}

#categories-mob-dropdown::after {
    display: none;
}

.categories-mob .dropdown-item {
    overflow: initial !important;
}

.sub-dropdown {
    border-color: #e2e5ec;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    padding: 0.5rem 0;
    border-radius: 4px;
    max-width: 100%;
    float: left;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

.sub-dropdown li {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #74788d;
    text-align: inherit;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub-category-a::after {
    display: none !important;
}

.sub-cat-menu {
    overflow: scroll;
    height: 300px;
}

.cusor-pointer {
    cursor: pointer;
}

.zoom-trigger {
    cursor: pointer;
}

#product-images-gallery-controls a i {
    background: #fff;
    color: #000 !important;
    padding: 10px;
}

#checkout-form .aiz-megabox input[type=radio] {
    position: relative !important;
    z-index: 1 !important;
    opacity: 1 !important;
}

#checkout-form .aiz-megabox input[type=radio] {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125em;
    margin-right: 5px;
}

#checkout-form .aiz-megabox input[type=radio]:checked {
    border-color: #00a2dd;
}

#checkout-form .aiz-megabox-elem {
    border: 1px solid #dfdfe6;
}

.payment-img {
    width: 65px;
    height: 44.85px;
}

#sortable .file-preview-item {
    cursor: move !important;
}
