﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body, html {
    font-family: 'Inter', sans-serif!important;
}
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#shipping-method {
    display: none;
}

input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    overflow: visible;
}

select {
    text-transform: none;
}

h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h3,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

img {
    vertical-align: middle;
    border-style: none;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button {
    -webkit-appearance: button;
}

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

h3,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small {
    font-size: 80%;
    font-weight: 400;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

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

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-12,
.col-4,
.col-6,
.col-8,
.col-lg-5,
.col-lg-7,
.col-md-3,
.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-0 {
    border: 0 !important;
}

.d-none {
    display: none !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.py-3 {
    padding-bottom: 1rem !important;
}

.px-3 {
    padding-left: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
}

.py-4 {
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
}

.py-5 {
    padding-bottom: 3rem !important;
}

.px-5 {
    padding-left: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.text-white {
    color: #fff !important;
}

html {
    box-sizing: border-box;
}

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

body {
    font-family: Montserrat, "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-display: swap;
    font-size: 0.9em;
}

.btn-green {
    background: #aacc05;
}

a {
    color: #212529;
}

.mobile-menu {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 999;
}

.mobile-navigation {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    height: 100vh;
    padding: 100px 55px;
    top: 0;
    z-index: 9;
    list-style-type: none;
    width: 100%;
}

    .mobile-navigation li {
        color: #fff;
        text-align: center;
        padding: 10px 25px;
    }

        .mobile-navigation li a {
            color: #fff !important;
            font-size: 23px;
            text-align: center;
        }

.close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    opacity: 1;
    padding: 2px 7px;
    z-index: 9;
    border-radius: 90px;
    background: #fff;
    color: red;
}

.offerDetails {
    font-size: 0.8em;
    border: 1px solid #ced4da;
    padding: 10px;
}

.desktop,
.mobile {
    display: none !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop {
        display: none !important;
    }
}

@media (max-width: 374px) {
    .items .col-6 span {
        font-size: 90% !important;
    }
}

@media (max-width: 340px) {
    .items .col-6 span {
        font-size: 80% !important;
    }
}

iframe[name="kount-frame"],
iframe[name="kount-frame"] + img {
    display: none;
}

.offerDetails {
    font-size: 0.8em;
    border: 1px solid #ced4da;
    padding: 10px;
}

.desktop,
.mobile {
    display: none !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .desktop.show {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .mobile.show {
        display: block !important;
    }

    .py-5 {
        padding-bottom: 0 !important;
    }

    .mt-5 {
        margin-top: 0 !important;
    }
}

.shipping-box {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.custom-box {
    background: #fff;
    border: 1px solid #ddd;
    height: 10px;
    width: 10px;
    padding: 0 5px;
    border-radius: 40px;
}

.shipping-box span::before {
    content: "\A";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
}

.shipping-box.active span::before {
    background: #aacc05;
}

.shipping-box p {
    font-size: 0.8em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

#shipping-method {
    display: none;
}

    #shipping-method h6 {
        padding-left: 49px;
        position: relative;
        margin-top: 0;
        margin-bottom: 21px;
        font-weight: bold;
        font-size: 1em;
    }

        #shipping-method h6#truck::before {
            content: url("images/icon-shipping.png");
        }

        #shipping-method h6::before {
            position: absolute;
            top: 0;
            left: 0;
        }

.sticky-top {
    z-index: 11 !important;
}

#cvv-link {
    font-size: 0.8em;
    position: absolute;
    top: 11px;
    right: 18px;
    font-weight: 900;
}

.shipping-label {
    font-size: 0.8em;
    display: none;
}

h5.p-divider {
    font-size: 1rem;
    position: relative;
}

    h5.p-divider span {
        background-color: white;
        padding-right: 10px;
        position: relative;
        z-index: 1;
        color: #555;
        font-size: 0.8em;
        font-weight: bold;
    }

    h5.p-divider:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0.5em;
        border-top: 1px solid #cec9c9;
        z-index: 0;
    }

.tooltip {
    position: relative;
    display: inline-block;
    /*! border-bottom: 1px dotted #ccc; */
    color: #006080;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

    .tooltip div {
        background: #12aad9;
        height: 18px;
        width: 18px;
        text-align: center;
        border-radius: 40px;
        color: white;
        font-size: 1em;
        margin-left: 5px;
    }

    .tooltip.special div {
        background: transparent;
        text-align: left;
        color: #12aad9;
        font-size: 1.3em;
        width: auto;
        border-radius: 0px;
        width: 11px;
        display: block;
        text-align: center;
    }

em b {
    font-size: 1em;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #12aad9 transparent transparent transparent;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 517px;
    background-color: #12aad9;
    color: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s;
    display: block;
    font-weight: normal;
    font-size: 0.8em;
}

.tooltip-top {
    bottom: 134%;
    left: 39%;
    margin-left: -59px;
}

.tooltip:hover > .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 487px) and (max-width: 767px) {
    .tooltip-top::after {
        position: absolute;
        top: -9px;
        left: 20%;
        -webkit-transform: rotate(180deg);
    }

    .tooltip .tooltiptext {
        width: 333px;
        bottom: -103px;
    }
}

@media (min-width: 334px) and (max-width: 486px) {
    .tooltip-top::after {
        position: absolute;
        top: -9px;
        left: 49%;
        -webkit-transform: rotate(180deg);
    }

    .tooltip .tooltiptext {
        width: 244px;
        bottom: -136px;
        left: -47px;
    }
}

@media (max-width: 333px) {
    .tooltip-top::after {
        position: absolute;
        top: -9px;
        left: 68%;
        -webkit-transform: rotate(180deg);
    }

    .tooltip .tooltiptext {
        width: 244px;
        bottom: -136px;
        left: -94px;
    }
}
