html,
body {
    font-family: system-ui, -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: "Acumin Pro ExtraCondensed";
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 1.5;
    font-weight: 300;
    overflow-y: auto;
    tab-size: 4;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    font-size: 16px;
}

body {
    font-size: inherit;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 17px;
    }
}

@media (min-width: 2200px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 2400px) {
    html {
        font-size: 19px;
    }
}

@media (min-width: 2600px) {
    html {
        font-size: 20px;
    }
}

.container-fluid {
    padding: 0;
}

.container {
    padding: 0;
}



.theme-bg-gray{
    background-color: #fafafa!important;
}
.theme-bg-gray-2{
    background-color: #e5e5e5!important;
}

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

.w-medium {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.row-gap {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.row-m-gap {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
}


.row-y-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.row-y-gap-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.row-t-gap {
    padding-top: 3.75rem;
}

.row-b-gap {
    padding-bottom: 3.75rem;
}

.row-y-gap-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.row-b-gap-lg {
    padding-bottom: 5rem;
}

.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

@media (max-width: 767px) {
    .row-y-gap-lg {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .row-y-gap {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    #about-me-section {
        padding-top: 1.75rem;
        padding-bottom: 1.5rem;
    }

    .btn {
        font-size: 0.875rem;
    }
}

.cover.row-gap {
    left: 3.75rem;
    right: 3.75rem;
    width: auto;
}

#header .row-gap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-fluid {
    display: block;
    width: 100%;
}

.img-fit-cover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.with-bg-image {
    position: relative;
}

.with-bg-image .align-content {
    position: relative;
    z-index: 1;
}

.align-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

.align-content-center {
    align-items: center;
    text-align: center;    
}


.align-content-left {
    align-items: flex-start !important;
    text-align: left !important;
}

.align-content-right {
    align-items: flex-end;
    text-align: left;
}

.header-top-bar {
    color: #fff;
    height: 3.875rem;
    overflow-wrap: break-word;
    padding: 1rem 0.5rem;
    font-family: 'League Spartan', sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #266041;
}

.header-top-bar p {
    margin: 0;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.375;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }

    .header-top-bar p {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 13px;
    }
}

.tt-heading-title,
.tt-menu-nav {
    font-family: 'Oswald', sans-serif;
}

.color-dark {
    color: #212121 !important;
}

.tt-heading .tt-heading-title {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .055rem;
    line-height: 3rem;
}

.tt-heading.tt-heading-lg .tt-heading-title {
    font-size: 2.8rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
}

.tt-heading.tt-heading-xl .tt-heading-title {
    font-size: 3.8rem;
    letter-spacing: .009rem;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
}

.tt-heading.tt-heading-xxl .tt-heading-title {
    font-size: 5rem;
    letter-spacing: .009rem;
    line-height: 5.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 1400px) {
    .tt-heading .tt-heading-title {
        font-size: 3rem;
        line-height: 3.85rem;
    }

    .tt-heading.tt-heading-xl .tt-heading-title {
        font-size: 3.8rem;
        letter-spacing: .009rem;
        line-height: 4.5rem;
        margin-bottom: 1.5rem;
    }
}

a {
    text-decoration: none;
}


.hide {
    display: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #212121;
}

.btn-black {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}

.btn-black.focus,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black:hover {
    color: #212121;
    background-color: #fff;
    border-color: #fff;
}

.btn-white,
.btn-white-hover-border {
    color: #212121;
    border-color: #fff;
    background-color: #fff;
}

.btn-white.focus,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-white-hover-border.focus,
.btn-white-hover-border:focus,
.btn-white-hover-border:active,
.btn-white-hover-border.active,
.btn-white-hover-border:hover {
    color: #fff;
    background-color: #212121;
    border-color: #212121;
}

.btn-blue,
.btn-blue-hover-border {
    color: #fff;
    border-color: #266041;
    background-color: #266041;
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.btn-blue:hover {
    color: #266041;
    background-color: #fff;
    border-color: #fff;
}

.btn-blue-hover-border.focus,
.btn-blue-hover-border:focus,
.btn-blue-hover-border:active,
.btn-blue-hover-border.active,
.btn-blue-hover-border:hover {
    color: #266041;
    background-color: #fff;
    border-color: #266041;
}

.btn-black-hover-border {
    color: #fff;
    border-color: #212121;
    background-color: #212121;
}

.btn-black-hover-border.focus,
.btn-black-hover-border:focus,
.btn-black-hover-border:active,
.btn-black-hover-border.active,
.btn-black-hover-border:hover {
    color: #212121;
    background-color: #fff;
    border-color: #212121;
}

.btn-black-bordered {
    border-color: #212121;
    color: #212121;
    background-color: transparent;
}

.btn-black-bordered.focus,
.btn-black-bordered:focus,
.btn-black-bordered:active,
.btn-black-bordered.active,
.btn-black-bordered:hover {
    color: #fff;
    background-color: #212121;
}

.btn-black-bordered-hover-dark {
    border-color: #212121;
    color: #212121;
    background-color: transparent;
}

.btn-black-bordered-hover-dark.focus,
.btn-black-bordered-hover-dark:focus,
.btn-black-bordered-hover-dark:active,
.btn-black-bordered-hover-dark.active,
.btn-black-bordered-hover-dark:hover {
    color: #212121;
    background-color: #fff;
}

.btn-white-bordered {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-white-bordered.focus,
.btn-white-bordered:focus,
.btn-white-bordered:active,
.btn-white-bordered.active,
.btn-white-bordered:hover {
    background-color: #fff;
    color: #266041;
}

.btn-white-bordered-hover-dark {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-white-bordered-hover-dark.focus,
.btn-white-bordered-hover-dark:focus,
.btn-white-bordered-hover-dark:active,
.btn-white-bordered-hover-dark.active,
.btn-white-bordered-hover-dark:hover {
    color: #fff;
    background-color: #212121;
}

.btn-blue-bordered {
    border-color: #266041;
    color: #266041;
    background-color: transparent;
}

.btn-blue-bordered.focus,
.btn-blue-bordered:focus,
.btn-blue-bordered:active,
.btn-blue-bordered.active,
.btn-blue-bordered:hover {
    background-color: #266041;
    color: #fff;
}

.btn-blue-bordered-hover-dark {
    border-color: #266041;
    color: #266041;
    background-color: transparent;
}

.btn-blue-bordered-hover-dark.focus,
.btn-blue-bordered-hover-dark:focus,
.btn-blue-bordered-hover-dark:active,
.btn-blue-bordered-hover-dark.active,
.btn-blue-bordered-hover-dark:hover {
    color: #266041;
    background-color: #fff;
}

.btn.btn-md {
    /* padding: 1.5rem 2rem; */
    height: 3.5rem;
}

.btn.btn-lg {
    padding: 1.4rem 3rem;
    height: 3.75rem;
}

.btn.btn-x-lg {
    padding-left: 7rem;
    padding-right: 7rem;
}

#post-comment-form {
    margin-top: -120px !important;
    background-color: #efeff1;
}

.hr-short.center {
    margin-left: auto;
}

#signinSubmit {
    width: 200px;
}

.form-light-bg {
    background: #fafafa;
    padding: 40px 60px 40px;
}

form .col-margin {
    margin-right: 2%;
}

form .col-item-6 {
    float: left;
    width: 49%;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.register-form .exp-text label {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
}

.exp-text.error {
    border: 1px solid #f00;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #eee;
}

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cc-item .bl-item-info {
    position: relative;
}

.cc-item .bl-item-info.fixed-height {
    min-height: 280px;
}

.cc-item .bl-item-info .btn {
    position: absolute;
    bottom: 10px;
}

.d-flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

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

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

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

.mx-5p {
    margin-left: 5%;
    margin-right: 5%;
}

.mx-10p {
    margin-left: 10%;
    margin-right: 10%;
}

.product-list .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* NEW */
}

.size-md#page-header.ph-sm .page-header-inner {
    padding-top: 60px;
    padding-bottom: 30px;
}

.product-main-info {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    max-width: 27.5rem;
}

.product-main-info .tt-heading-title {
    font-size: 2.75rem;
}

.product-form #offerForm {
    display: none;
    float: right;
    max-width: 324px;
    margin-top: 30px;
    text-align: left;
}

.product-form #offerForm input {
    height: 35px;
    margin-bottom: 7px;
    border: 1px solid #3c3c3b;
    padding: 0 15px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
}

.product-form #offerForm textarea {
    height: 100px;
    padding: 7px 15px;
    margin-bottom: 10px;
    border: 1px solid #3c3c3b;
    width: 100%;
    display: block;
    font-weight: 300;
}

.product-form #offerForm input[type="submit"] {
    height: auto !important;
    line-height: 33px;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    background-color: #3c3c3b;
    border: 1px solid #3c3c3b;
    transition: all 0.3s ease;
    font-weight: 500;
}

.product-form #offerForm input,
.product-form #offerForm textarea {
    width: 100%;
}

.product-content-wrapper {
    padding-bottom: 60px;
    max-width: 1700px;
    margin-top: 2.5rem;
}

.product-form .button.dark:hover {
    color: #da0d0d;
    background-color: #fff;
    border-color: #da0d0d;
}

#header #logo img {
    max-height: none;
    width: 20rem;
    max-width: none;
}

#footer-logo .logo-light img {
    width: 100%;
}

.product-list {
    margin-bottom: 90px;
}

.product-content-wrapper .product-description .product-main-info {
    text-align: right;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

@media (min-width: 992px) {
    .row-gap-sm {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media (max-width: 991px) {
    .row-gap {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    #header #logo img {
        max-height: none !important;
    }

    #logo .logo-dark {
        display: none;
    }

    #logo .logo-dark-m {
        display: block;
    }

    .slideshow-intro.row-gap {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .row-gap-xs {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .product-list .product-box {
        display: block;
        padding: 0 30px;
    }

    #d_part {
        height: 50px;
    }

    .tt-tools-button {
        display: none !important;
    }

    .product-main-info {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-top: 3rem;
    }
}

.product-list .product-box .theme-button.view {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30px);
    transition: all 0.3s ease;
    opacity: 0;
    padding: 5px 40px;
}

.product-list .product-box .logo-box {
    padding: 12px 0 5px;
    text-align: right;
    border-bottom: 2px solid #1e3666;
}

.product-list .product-box .logo-box img {
    display: inline-block;
    width: 70px;
}

.product-list .product-box h5 {
    margin-top: 0;
    margin-bottom: 0;
}

body.tt-boxed .tt-wrap.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.zoomWrapper {
    position: relative;
}


/* class applies to select element itself, not a wrapper element */

.custom-select {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #444;
    line-height: 1.3;
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 56px;
}

.custom-select:focus,
.custom-select:active,
.custom-select:hover {
    outline: none;
}


/* Style the arrow inside the select element: */

.select-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.select-wrapper .arrow {
    position: absolute;
    width: 22px;
    height: auto;
    top: 24px;
    right: 40px;
    transform: rotate(-3deg);
}


/* Hide arrow icon in IE browsers */

.custom-select::-ms-expand {
    display: none;
}


/* Hover style */

.custom-select:hover {
    border-color: #888;
}


/* Focus style */

.custom-select:focus {
    border-color: #aaa;
    /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
    color: #222;
    outline: none;
}


/* Set options to normal weight */

.custom-select option {
    font-weight: normal;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-wrapper:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-wrapper input:checked~.checkmark {
    background-color: #121212;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-wrapper input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-wrapper .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Modals
----------------------------------------------------------*/

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.modal.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

h5.modal-title {
    font-size: 18px;
}

.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* Modal Video */

.modal-video {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modal-video {
        text-align: left;
    }
}

.modal-video iframe {
    width: 100%;
    display: block;
}

.modal-video:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .modal-video:before {
        display: none;
        height: auto;
    }
}

.modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -moz-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
}

.modal.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 500;
}

.modal-header {
    padding: 20px;
}

.modal-header>.close {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: -3px;
}

.modal-dialog>.close,
.modal-content>.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
}

.modal-footer .btn {
    margin-bottom: 0;
}

.modal-md {
    width: 762px;
}

@media only screen and (max-width: 991px) {
    .modal-md {
        width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-md {
        width: 90%;
    }
}

.modal-backdrop.in {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}


/* Modal Video */

.modal-video {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .modal-video {
        text-align: left;
    }
}

.modal-video iframe {
    width: 100%;
    display: block;
}

.modal-video:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .modal-video:before {
        display: none;
        height: auto;
    }
}

.modal-video .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content.dark .modal-header,
.modal-content.dark .modal-footer {
    border-color: rgba(255, 255, 255, 0.15);
}


/* Modal Bottom */

.modal-bottom {
    top: auto;
    z-index: 10000000000;
}

.modal-bottom .modal-content {
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.modal-bottom .modal-dialog {
    margin: 0;
    width: auto;
}

.modal-bottom .modal-dialog .close {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.modal-bottom .modal-body {
    padding-right: 40px;
}

.modal-bottom.fade .modal-dialog {
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.modal-bottom.fade.in .modal-dialog {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-at-bottom.modal-open {
    overflow: auto;
}

#footer-logo {
    padding: 0;
}

#tabs_wrapper {
    position: relative;
}

.tabs {
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    max-width: 1440px;
    margin: 0 auto;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs>ul>li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 13px;
    color: #da0d0d;
}

.tabs>ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs>ul>li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs>ul>li label {
    transition: all 0.3s ease-in-out;
    color: #666;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}

.tabs>ul>li label br {
    display: none;
}

.tabs>ul>li label svg {
    fill: #333333;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs>ul>li label:hover,
.tabs>ul>li label:focus,
.tabs>ul>li label:active {
    outline: 0;
    color: #666;
}

.tabs>ul>li label:hover svg,
.tabs>ul>li label:focus svg,
.tabs>ul>li label:active svg {
    fill: #666;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #da0d0d;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #da0d0d;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #da0d0d;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #da0d0d;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #da0d0d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs>ul>li label {
        white-space: initial;
    }

    .tabs>ul>li label br {
        display: initial;
    }

    .tabs>ul>li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs>ul>li label {
        padding: 5px;
        border-radius: 5px;
    }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 0;
    }

    .tabs .content section h2 {
        display: block;
    }
}

.price-boxes-container>.row {
    position: relative;
}

h3.shadow-title {
    position: absolute;
    top: -85px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 94px;
    opacity: 0.1;
}

ul.price-list li.list-text {
    padding: 5px 0 !important;
    transition: all 0.3s ease;
}

ul.price-list.show-more-li li.list-text {
    padding: 10px 0 !important;
    border-bottom: 1px dashed #ddd;
    transition: all 0.3s ease;
}

ul.price-list li.list-text:nth-child(even) {
    border-radius: 5px;
}

ul.price-list li.list-text .text {
    display: flex;
    display: none;
    font-size: 13px;
    justify-content: flex-start;
    padding-left: 2px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: -2px;
}

ul.price-list li.list-text .text strong {
    color: #7e7e7e;
    font-weight: 500;
    border-bottom: 1px dotted;
    margin-right: 5px;
    font-size: 12px;
}

small.tl {
    font-size: 95%;
    font-family: "Roboto", sans-serif;
}

ul.price-list li.list-text .text .part {
    margin-right: 10px;
}

ul.price-list .price {
    font-weight: 600;
    color: #666;
    transition: all 1s ease;
}

ul.price-list .price small {
    font-size: 90%;
    font-family: arial;
    margin-left: 2px;
}

.price-details {
    display: flex;
    justify-content: space-between;
}

.pricing-box {
    display: block;
}

.pricing .pricing-box .card-body ul li i span {
    font-size: 14px;
    font-weight: 600;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pricing .pricing-box:hover .card-body ul li .text * {
    transition: all 0.5s ease;
}

.pricing-box {
    cursor: pointer;
}

.pricing .pricing-box:hover .card-body ul li i span,
.pricing .pricing-box.active-price .card-body ul li i span,
.pricing .pricing-box:hover .card-body ul li .text *,
.pricing .pricing-box.active-price .card-body ul li *,
.pricing .pricing-box:hover .card-body ul li a,
.pricing .pricing-box:hover .card-body ul li a:hover {
    color: #fff;
}

ul.price-list li.list-text.more {
    display: none;
}

ul li.more-box {
    height: 50px;
}

.pricing .pricing-box a {
    transition: all 1s ease;
}

.pricing .pricing-box a.show-more i {
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 0.1s ease !important;
}

ul.show-more-li li a.show-more i {
    transform: rotate(180deg);
}

i {
    position: relative;
}

.pricing .pricing-box .info-icon {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 20px;
}

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

.pricing .pricing-box .mdi-checkbox-marked-circle {
    width: 100%;
}

select option.disabled[selected="selected"] {
    color: #f0f0f0;
}

.form-select:disabled,
.form-control:disabled,
.form-control[readonly] {
    background-color: #fafafa;
}

textarea.textarea {
    height: 120px !important;
}

.modal .modal-dialog .modal-content .modal-body {
    background-color: #fff;
}

.form-check {
    margin-left: 10px;
}

.form-check-input:checked {
    background-color: #da0d0d;
    border-color: #da0d0d;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .1em;
    margin-left: 0;
    margin-right: 5px;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: #da0d0d;
    background-color: #da0d0d;
    box-shadow: 0 0 0 0.25rem rgb(85 175 234 / 20%)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid,
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
}

.was-validated .form-select:valid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(85, 234, 152, 0.2)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23198754' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #da0d0d;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #da0d0d;
}

.price-box .price-list li span {
    font-weight: 500;
}

ul.show-more-li li.list-text.more {
    display: flex;
    flex-direction: column;
}

ul.price-list.show-more-li li.list-text .text {
    display: flex !important;
    position: relative;
    transition: all 1s ease;
    justify-content: space-around;
    margin-bottom: 5px;
}

.active-price ul.price-list.show-more-li li.list-text .text {
    background-color: #da0d0d;
}

.pricing .pricing-box:hover .card-body ul.price-list.show-more-li li.list-text .text {
    background: #da0d0d;
}

i.mdi {
    font-style: normal !important;
}

@media (max-width: 1440px) {
    ul.price-list li.list-text .text strong {
        display: block;
    }

    ul.price-list.show-more-li li.list-text .text {
        justify-content: space-around;
    }
}

.price-box .price-list li span.show-more {
    cursor: pointer;
    font-size: 14px;
    color: #da0d0d;
    font-weight: 400;
}

.form-floating>label {
    left: 15px;
    color: #414141;
}

form h6 {
    font-size: 16px;
}

hr {
    opacity: 1 !important;
}

.panel-body {
    padding: 15px;
    margin-bottom: 0;
}

.accordion-wrap .panel{
    border: 1px solid #266041!important;
}
.accordion-wrap .panel+.panel {
    margin-top: 10px;
}

h4.panel-title {
    margin-bottom: 0;
}

.isotope-wrap .col-3 {
    width: 100%;
}

.modal-header {}

.form-floating>.form-control {
    padding: 1rem;
}

.price-box .price-features>ul>li {
    padding: 5px 0;
    font-size: 15px;
}

.platinum .pr-box.price-heading:after {
    background-color: #bcd2de;
}

.silver .pr-box.price-heading:after {
    background-color: #c0c0c0;
}

.golden .pr-box.price-heading:after {
    background-color: #ab9100;
}

.price-heading-inner * {
    text-shadow: -1px 1px #999;
}

.tabs ul>li img.red {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>img.red,
.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>img.red,
.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>img.red,
.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>img.red {
    display: inline-block;
}

.pos-relative {
    position: relative;
    /* display: flex; */
}

.price-features {
    position: relative;
    min-height: 340px;
}

.price-features .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.container-md {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 1200px) {
    .container-lg {
        width: 100%;
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }

    .form-content {
        max-width: 1000px;
    }

    .col-lg-pull-6 {
        position: relative;
        right: 50%;
    }

    .col-lg-push-6 {
        position: relative;
        left: 50%;
    }

    .tabs {
        max-width: 1440px;
        margin: 0 auto;
        padding: 50px 320px;
    }

    .tabs .content {
        margin-top: 30px;
        width: calc(100% + 500px);
        margin-left: -245px;
    }
}

.tabs>ul>li {
    border-right: 1px solid #ccc;
}

.tabs>ul>li:last-child {
    border-right: none;
}

.lh-32 {
    line-height: 32px;
}

.show-more-li~.btn {
    bottom: -75px;
}

.price-boxes-container {
    margin-top: 0;
}

.price-boxes-container h4 {
    font-size: 72px;
    opacity: 0.2;
    text-align: center;
    margin: 0;
    margin-top: -65px;
}

.mobile-menu-item {
    display: none !important;
}

.tabs>ul>li {
    cursor: pointer;
}

h1.lh-xs {
    line-height: 0.4;
}

h1 .s-xs {
    font-size: 22px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.page-404 #page-header {
    height: calc(101vh - 363px);
}

.page-404 .page-header-image {
    background-size: contain;
}

.form-section {
    display: flex;
    align-items: center;
    overflow: auto;
    background-color: #f0f2f8;
    min-height: calc(101vh - 460px);
}

.form-content {
    background: #fff;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    margin: 60px auto 60px;
    border-radius: 10px;
}

.text-theme-red {
    color: #da0d0d;
}

.form-floating>.form-control {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
}

.logo-inline img {
    height: 30px
}

.form-content h3 {
    position: relative;
    margin-bottom: 15px !important;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.bg-round {
    position: relative;
}

.ml-0 {
    margin-left: 0 !important;
}

.bg-round::after {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 80%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
    background: #fcfcfc;
}

.ov-h {
    overflow: hidden;
}

.box-09823 {
    position: relative;
    z-index: 1;
    margin-bottom: -1rem;
}

.form-check-label {
    font-size: 15px;
    color: #333;
}

@media(min-width: 1366px) {
    .price-boxes-container h4 {
        margin-top: -90px;
    }
}

@media(max-width: 600px) {
    .mobile-menu-item {
        display: block !important;
    }

    .price-boxes-container h4 {
        font-size: 66px;
        margin-top: -30px;
    }

    .tabs {
        padding: 30px 10px;
        box-shadow: 0 5px 15px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 15%);
        margin: 0 auto;
    }

    .tabs>ul {
        margin-bottom: 0;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .tabs>ul>li {
        border: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .tabs>ul>li label {
        font-size: 10px;
        padding: 7px 0;
        border-radius: 0;
    }

    .price-box {
        margin-top: 0;
    }

    .price-box .price-heading {
        padding: 20px 15px;
    }

    .price-box .price-list li span {
        font-weight: 500;
        font-size: 12px;
    }

    .price-features {
        min-height: auto;
    }

    .price-features .btn {
        position: static;
        transform: none;
        bottom: 5px;
    }

    .more-box {
        vertical-align: bottom;
        line-height: 50px;
    }

    #footer-logo {
        border-radius: 5px;
        margin: 15px 0 35px 0;
        padding: 0;
    }

    .tt-dropdown li {
        display: inline-block;
    }

    #header .header-inner {
        padding-bottom: 0;
    }

    .tt-m-menu-toggle-btn {
        top: 30px;
    }

    .content .container.px-5 {
        padding: 0 10px !important;
    }

    #flexCheckDefault~.form-check-label {
        margin-top: -22px;
        margin-left: 15px;
    }

    .price-box .price-box-price .price {
        line-height: 1;
    }

    #header #logo img {
        width: auto;
        height: 1.1rem !important;
    }

    #footer {
        padding-top: 0;
        margin-top: 0;
    }

    .footer-text {
        font-size: 10px;
    }

    .footer-menu>li {
        display: block;
        line-height: 1.8;
    }

    .form-floating>label,
    .form-floating>.form-control:-webkit-autofill~label {
        font-size: 15px;
    }

    input#firma_adresi {
        height: 50px;
        word-break: break-word;
    }

    .bg-round::after {
        bottom: -15px;
        border-radius: 100%;
        width: 120%;
        left: -10%;
    }

    .form-check-inline .form-check-label {
        margin-top: -20px;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #da0d0d;
}

.bootstrap-select .btn-light {
    background-color: #fff;
    border-color: #f6f6f6;
}

.checkout-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px;
}

#iyzipay-checkout-form .text-wait {
    transform: translateY(-100px);
}

#iyzipay-checkout-form div~.text-wait {
    display: none;
}

.payment-result-message {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(101vh - 445px);
    padding: 60px 15px;
    flex-direction: column;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.footer-menu {
    margin: 0;
}

#whatsappMessage {
    position: fixed;
    bottom: 100px;
    width: 55px;
    left: 15px;
    z-index: 10000000;
}

@media(max-width: 600px) {
    #whatsappMessage {
        width: 45px;
        bottom: 15px;
    }

    .payment-icons {
        margin: 30px auto
    }
}

.pc-header .user-avtar {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.pc-header .pc-head-link .user-desc,
.pc-header .pc-head-link .user-name {
    display: block;
    line-height: 1;
}

.pc-header .pc-head-link .user-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pc-header .pc-head-link .user-desc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(28, 35, 47, 0.7);
}

.pc-header .pc-head-link {
    color: #1c232f;
    display: inline-flex;
    align-items: center;
    padding: 20px 10px;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    font-weight: 500;
}

@media(min-width: 1025px) {

    .pc-header[class*="bg-"] .pc-head-link .user-desc,
    .pc-header.dark-header .pc-head-link .user-desc {
        color: rgba(255, 255, 255, 0.7);
    }
}

.grid-container {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
}

@media(max-width: 767px) {
    .grid-container-xs-3{
        grid-template-columns: repeat(3, 1fr)!important;
        grid-auto-flow: row;
    }
}



.flex-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-column-grid{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.flex-grid .justify-center {
    align-items: center;
}

.flex-grid .align-top {
    justify-content: flex-start;
}

.flex-grid .grid-item {    
    flex: 0 0 auto;
    
}

.flex-grid .grid-item-1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.flex-grid .grid-item-2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}

.flex-grid .grid-item-3 {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
}

.flex-grid .grid-item-4{
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

@media (max-width: 767px) {
    .flex-grid .grid-item-3,
    .flex-grid .grid-item-4 {
        width: 50%;
    }
}

@media (max-width: 579px) {

    .flex-grid .grid-item-2,
    .flex-grid .grid-item-3,
    .flex-grid .grid-item-4 {
        width: 100%;
    }
}

.btn-red-bordered {
    color: #da0d0d;
    background-color: transparent;
    border: 1px solid #da0d0d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bl-item-info {
    padding: 6% 5% 55px 5%;
}

.cc-item .bl-item-info .btn.btn-link {
    bottom: 8px;
}

.cc-item .bl-item-info .btn.btn-link.btn-link-s1 {
    bottom: 8px;
}

.btn-link-gray {
    color: #aaa !important;
}

.o-auto {
    overflow: auto !important;
}

body.tt-boxed .tt-wrap.medium-width {
    max-width: 990px;
}

form.hide-lables label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: -99999px;
    left: -99999px;
}

.flex-list .blog-list-item {
    display: flex;
    flex-direction: row;
}

.flex-list .blog-list-item .bl-item-image {
    width: 50%;
}

.flex-list .blog-list-item .bl-item-info {
    width: 50%;
    margin: 0;
}

.flex-list .blog-list-item .bl-item-image a {
    display: block;
    width: 100%;
}

.flex-list .blog-list-item .bl-item-desc ul {
    padding-left: 0;
}

.flex-list .blog-list-item .bl-item-desc ul li {
    display: flex;
    list-style: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
}

.flex-list .blog-list-item .bl-item-desc ul li strong {
    margin-right: 5px;
    font-weight: 400;
    font-size: 90%;
    display: inline-block;
    min-width: 70px;
    color: #b3b3b3;
    line-height: 17px;
    vertical-align: top;
}

.flex-list .blog-list-item .bl-item-desc ul li p {
    margin-bottom: 10px;
    line-height: 18px;
}

.flex-list .cc-item .bl-item-info .btn {
    position: static;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .flex-list .blog-list-item .bl-item-info {
        padding: 5% 3%;
    }
}

@media (max-width: 768px) {
    .flex-list .blog-list-item {
        flex-direction: column;
    }

    .flex-list .blog-list-item .bl-item-image,
    .flex-list .blog-list-item .bl-item-info {
        width: 100%;
    }
}



/* portfolio single attributes */

.ps-attributes {
    font-size: 16px;
}

ul.ps-attr {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ps-attr li {
    position: relative;
    margin-bottom: 12px;
}

.ps-attributes .ps-attr-heading {
    font-size: 90%;
    font-weight: 600;
}

.ps-attributes .ps-attr-cont {}

.ps-attributes .ps-attr-cont a {
    word-wrap: break-word;
}

.ps-attributes .ps-attr-cont a:hover {
    text-decoration: underline;
    color: #0040d8;
}

.ps-category {}

.ps-category a {
    word-wrap: break-word;
    color: #333;
}

.ps-category a a:hover {
    text-decoration: underline;
    color: #0040d8;
}


/* portfolio single attributes if inline list enabled (class "list-inline") */

ul.ps-attr.list-inline li {
    display: inline-block;
    max-width: 275px;
    vertical-align: top;
    padding: 0 30px 0 0;
    margin: 12px 30px 12px 0;
}

ul.ps-attr.list-inline li:last-child {
    padding-right: 0;
    margin-right: 0;
}

ul.ps-attr.list-inline li::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 48px;
    background-color: #DDD;
}

ul.ps-attr.list-inline li:last-child::before {
    display: none;
}

@media (max-width: 768px) {
    ul.ps-attr.list-inline li {
        display: block;
        margin-right: 0;
        padding: 0;
        text-align: left;
    }

    ul.ps-attr.list-inline li::before {
        display: none;
    }
}


/* Portfolio single gallery 
============================ */

.portfolio-single-gallery {}


/* portfolio single image */

.portfolio-single-image-holder {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .portfolio-single-image-holder {
        margin-bottom: 15px;
    }
}

.isotope .portfolio-single-image-holder {
    margin-bottom: 0;
}

.portfolio-single-image {
    position: relative;
    overflow: hidden;
}

.ps-image-link {
    position: relative;
    display: block;
}

.portfolio-single-image img {}


/* portfolio single image cover */

.portfolio-single-image::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


/* portfolio single image caption */

.portfolio-single-image-holder .ps-image-caption {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #b1b1b1;
}

.portfolio-single-image-holder .ps-image-caption a {
    color: inherit;
    border-bottom: 1px dotted;
}

.portfolio-single-image-holder .ps-image-caption a:hover {
    color: #0040d8;
}


/* if portfolio single image as background image */

.portfolio-single-image.bg-image {
    background-color: rgba(91, 107, 140, 0.1);
    padding-bottom: 60%;
}

.page-header-title.full-width {
    max-width: none;
}

.cc-item .bl-item-info .btn.bottom-10 {
    bottom: -10px;
}

#modalCookies.modal-bottom .modal-content {
    color: #eee;
    font-size: 12px;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.1);
}

#modalCookies.modal-bottom .modal-dialog,
#modalCookies.modal-bottom .modal-content .modal-body {
    background-color: transparent;
}

#modalCookies.modal-bottom .close {
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

.link-with-icon {
    font-size: 14px;
}

.link-with-icon i {
    position: relative;
    top: 1px;
    font-size: 13px;
}

.portfolio-single-info img {
    max-width: 100% !important;
    height: auto !important;
}

#header.menu-align-right .tt-main-menu {
    float: none;
    width: 100%;
    text-align: center;
}

.owl-carousel.cc-height-4,
.owl-carousel.cc-height-4 .cc-item,
#tt-intro,
#mainSlider {
    height: 70vh;
}

#mainSlider:after {
    content: '';
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}


/*
.tt-intro-inner {
    width: calc(100% - 2px);
    overflow: hidden;
}
*/

#tt-intro .intro-title {
    position: relative;
    font-size: 4.5rem;
    line-height: 5rem;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

#tt-intro .intro-description {
    margin-top: 0;
    padding: 1.5625rem 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    #tt-intro .intro-description {
        font-size: 1.5rem;
    }
}

.owl-carousel .owl-stage {
    display: flex;
}

#brands-section {
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
}

.brands-carousel .owl-carousel {
    min-height: auto;
}

.brands-carousel .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


.testimonials-carousel .testimonial-item {
    display: flex;
    min-height: 500px !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 42px 0 36px;
    background-color: #f8f8f8;
}

.product-testimonials {
    background-color: #266041;
}

.product-testimonials .testimonials-carousel .testimonial-item {
    min-height: auto !important;
    background-color: #266041 !important;
    color: #fff;
}

.testimonials-carousel .cc-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    top: 0;
    z-index: 0;
    height: 572px;
}

.video-container iframe,
.responsive-iframe {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

    opacity: 1;
}

@media (min-width: 992px) {
    .video-row {
        max-width: 80rem;
        margin: 5rem auto 5rem;
    }
}

.subscribe-form-row {
    padding-top: 6.125rem;
    padding: 3.6rem 4.5rem 4.2rem;
    display: flex;
    align-items: flex-end;
}

.subscribe-form-row .col-left {
    flex: 0 0 50%;
    text-align: left;
}

.subscribe-form-row .col-right {
    flex: 0 0 50%;
    text-align: right;
}

.subscribe-form-title {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0;
    line-height: 3rem;
    padding-bottom: .8125rem;
}

.subscribe-form-description {
    font-size: 1.06667rem;
    max-width: 38.66667rem;
}

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

form#subscribe {
    max-width: 31.93333rem;
    margin: 0 0 0 auto;
    position: relative;
}

form#subscribe .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#subscribe .subscribe-form-input,
form#subscribe .subscribe-form-input:hover,
form#subscribe .subscribe-form-input:focus,
form#subscribe .subscribe-form-input:active {
    height: 3.75rem;
    display: block;
    max-width: 31.875rem;
    width: 16rem;
    font-weight: 300;
    background-color: transparent;
    color: #fff;
    border-width: 0px 0px 2px;
    border-color: #fff !important;
    border-style: solid;
    padding: 0;
}

form#subscribe .subscribe-form-submit {
    padding-left: 1.4375rem;
    padding-right: 3.25rem !important;
}

.form-message-0238 {
    position: relative;
    left: 0;
    text-align: left;
    top: -10px;
}

.css-1rcz303 {
    right: 1.25rem;
    position: absolute;
}

.footer-menu {
    text-align: left;
    display: flex;
}

.footer-menu ul {
    list-style: none;
    padding-left: 0;
    flex: 0 0 50%;
}

.footer-menu ul a {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding-bottom: 1rem;
    display: block;
}

.footer-container .row {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

#footer-subscribe-form strong {
    display: block;
    margin-bottom: 15px;
}

.footer-documents {}

.footer-documents li {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #888;
}

.footer-documents li a {
    color: #888;
}

.footer-documents li a:hover {
    text-decoration: underline;
}

.video-container.box-shadow {
    box-shadow: 0 0 1.25rem -0.375rem #00000059;
}

.mega-menu-water-drop {
    color: #266041;
    height: 1.25rem;
    left: 5px;
    opacity: 0;
    position: absolute;
    transition-duration: .15s;
    width: 1rem;
    transform: translateY(-2px);
}

.menu>ul>li>a:hover .mega-menu-water-drop {
    opacity: 1;
}

.contact-header {
    padding: 4.3125rem 0 6.25rem;
}

.theme-page-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.theme-page-header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .0625rem;
    line-height: 1;
    color: #266041;
    margin: 0;
}

.theme-page-header h2,
.theme-page-header-subtitle,
h1.theme-page-header-subtitle {
    font-size: 5rem;
    line-height: 4.875rem;
    letter-spacing: .0375rem;
    padding: 1.75rem 0 6rem;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}

.theme-page-header.size-md h1 {

}

.theme-page-header.size-md h2, 
.size-md .theme-page-header-subtitle {
    font-size: 3.75rem;
    line-height: 1.25;
    padding: 0!important;
    margin-bottom: 1rem;
}

.theme-page-header .short-description {
    margin-top: -4rem;
    margin-bottom: 2rem;
}

.contact-columns .row {
    max-width: 130rem;
    margin: 0 auto;
}

.contact-columns .row {
    display: flex;
}

.contact-columns .text-box {
    max-width: none;
    padding: 0 2.8125rem;
    font-size: 1.4rem;
    line-height: 2.125rem;
}

.contact-columns .text-box h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: .0375rem;
    padding: 0 0 0.875rem;
    margin: 0;
}

.contact-columns .text-box p {
    padding-bottom: 1.25rem;
}

.contact-columns .text-box:before {
    display: block;
    content: "";
    height: 6.6875rem;
    width: 1px;
    background: #797C7E;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
}

.contact-columns .row>div:last-child .text-box:before {
    content: none;
}

.contact-more-questions-wrap {
    padding: 7rem 0 7rem;
    background: #FAFAFA;
}

.content-18723-wrap {
    position: relative;
    z-index: 1;
}

.content-18723 .title {
    font-family: 'Oswald', sans-serif;
    font-size: 4.25rem;
    line-height: 4.5rem;
    padding-bottom: 1.5rem;
}

.content-18723 .title.title-md {
    font-size: 2.5rem;
    font-weight: 400;
}

.content-382458 .description {
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
    width: 55rem;
}

.content-top-nav ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;    
    margin: 30px auto 0;
    border-bottom: none;
    
}

.content-top-nav ul li{
    display: inline-block;
}
.content-top-nav ul li a{
    font-weight: 400;
}
.content-top-nav ul li a:hover{
    text-decoration: underline;
}

.box-gap-9871 {
    padding: 3% 8%;
}

.content-bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-bg-image .cover {
    z-index: 0;
}

.theme-light {
    color: #fff;
}

.theme-dark {
    color: #212121;
}

.mx-2 {
    margin: 0 0.3rem;
}

@media (min-width: 992px) {
    .row-gap-sm .content-bg-image {
        left: 3.75rem;
        right: 3.75rem;
    }
}

#subscribe-form.theme-dark-bordered {
    color: #212121;
}

#subscribe-form.theme-dark-bordered .form-control {
    border-color: #212121;
}

#subscribe-form.theme-dark-bordered .form-control::placeholder {
    color: #212121 !important;
}

#subscribe-form.theme-dark-bordered button {
    color: #212121;
}

#subscribe-form.theme-dark-bordered button svg {
    width: 1.875em;
    height: 5rem;
}

.product-gallery {
    display: flex;
}

.slider-galeria-thumbs {
    width: 8.5rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
    position: relative;
    top: -34px;
}

.slider-galeria-thumbs.items-lt5 {
    top: -28px;
}

.slider-galeria {
    width: 82%;
    margin-left: 2%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.slider-galeria div,
.slider-galeria-thumbs div {
    outline: 0;
}


/*
.slider-galeria span {
    display: block;
    height: 250px;
    background: #f00;
    color: #3498db;
    font-size: 36px;
    line-height: 250px;
    margin: 0;
    padding: 2%;
    text-align: center;
}

.slider-galeria-thumbs span {
    display: block;
    margin-bottom: 5px;
    height: 55px;
    background: #3498db;
    color: #000;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
}

.slider-galeria-thumbs .slick-current span {
    background: #000;
    color: #3498db;
}
*/

.slick-dots {
    padding: 0;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #266041;
}

.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    text-indent: -9999px;
    background: transparent;
    border: 0;
    z-index: 1000;
    outline: 0;
    opacity: 0.7;
}

.slick-prev:before {
    content: "<";
    color: #000;
    font-size: 60px;
    line-height: 0;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    text-indent: -9999px;
    background: transparent;
    border: 0;
    z-index: 1000;
    outline: 0;
    opacity: 0.7;
}

.slick-next:before {
    content: ">";
    color: #000;
    font-size: 60px;
    line-height: 0;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-galeria-thumbs .slick-next {
    top: auto;
    bottom: -.25rem;
    transform: rotate(90deg) translateY(50%);
    right: auto;
    left: 50%;
    margin-left: 7px;
}

.slider-galeria-thumbs .slick-prev {
    bottom: auto;
    top: -.25rem;
    transform: rotate(90deg) translateY(50%);
    right: auto;
    left: 50%;
    margin-left: 7px;
}

.slider-galeria-thumbs .slick-prev:before,
.slider-galeria-thumbs .slick-next:before {
    font-size: 42px;
}

.slider-galeria-thumbs .slick-slide {
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #d8d8d8;
}

.slider-galeria-thumbs .slick-slide.slick-current {
    margin-bottom: 5px;
    border: 1px solid #266041;
}

.product-main-info .product-description {
    font-size: .75rem;
    font-weight: 300;
    letter-spacing: .015em;
    line-height: 1.5;
    height: auto;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.product-main-info .product-description p {
    font-size: 1.15rem;
    font-weight: 300;
    letter-spacing: 0em;
    line-height: 1.4;
    height: auto;
}

.content-18723 .description {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .tt-m-submenu-toggle {
        display: none;
    }
}

@media (min-width: 992px) {
    .slider-galeria {
        margin-left: 0;
        padding-left: 3.25rem;
        padding-right: 3.25rem;
    }
}

@media (max-width: 991px) {
    .product-main-info .tt-heading-title {
        font-size: 1.75rem;
        margin-top: 2rem;
    }

    .product-main-info .product-description {
        margin-top: 20px;
    }

    .slider-galeria {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .slider-galeria-thumbs {
        display: none;
    }

    .product-content-wrapper {
        margin-top: 0;
    }

    .contact-columns .row {
        flex-direction: column;
    }

    .contact-columns .text-box {
        font-size: 1rem;
        line-height: 1.5rem;
        border-bottom: 0.0625rem solid #797C7E;
        padding-bottom: 1.1875rem;
        margin-bottom: 2.875rem;
        position: relative;
    }

    .contact-columns .row>div:last-child .text-box {
        border: none;
    }

    .contact-columns .text-box p {
        padding-bottom: 0.75rem;
    }

    .contact-columns .text-box:before {
        content: none;
    }

    .contact-more-questions-wrap {
        padding: 3.625rem 0 3.6875rem;
    }

    .content-18723 .title {
        font-size: 2rem;
        line-height: 2.5rem;
        letter-spacing: .025rem;
        padding-bottom: 0.5rem;
    }

    .content-18723 .description {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding-bottom: 0.75rem;
    }

    .btn.btn-lg {
        padding: 1.25rem 1.5rem;
        font-size: 0.875rem;
        height: 3.25rem;
        font-weight: 400;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .row-gap-xs-none {
        padding-left: 0;
        padding-right: 0;
    }

    #mainSlider .owl-nav {
        display: none;
    }

    .owl-carousel.cc-height-3,
    .owl-carousel.cc-height-3 .cc-item,
    #tt-intro,
    #mainSlider {
        height: 63vh;
    }

    #tt-intro .cover {
        background-color: rgba(0, 0, 0, 0.4) !important;
    }

    #tt-intro .intro-caption.center,
    #tt-intro .intro-caption.center-left,
    #tt-intro .intro-caption.center-right {
        top: 50%;
        left: 50%;
        right: auto;
        width: 100% !important;
        max-width: 800px;
        padding: 0;
        margin: auto;
        text-align: center;
        -moz-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    #tt-intro .intro-title {
        font-size: 2.2rem;
        line-height: 2.75rem;
        letter-spacing: .125rem;
        font-style: normal;
        font-weight: 300;
        padding: 0.9375rem 0;
        color: #fff;
    }

    #tt-intro .intro-description {
        padding: 0 2.8125rem 1.25rem;
        max-width: 31.25rem;
        margin: 0 auto;
        color: #fff;
        font-size: 1rem;
    }

    #tt-intro .btn {
        color: #fff;
        border-color: #266041;
        background-color: #266041;
        padding: 1.25rem 2rem;
        font-size: 0.85rem;
        height: 3.5rem;
    }

    #tt-intro .btn.focus,
    #tt-intro .btn:focus,
    #tt-intro .btn:active,
    #tt-intro .btn.active,
    #tt-intro .btn:hover {
        color: #fff;
        background-color: #266041;
        border-color: #266041;
    }

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

    .text-18273 img {
        max-width: 100px;
    }

    .text-18273 {
        font-size: inherit;
        line-height: inherit;
    }

    #testimonials-section {
        padding: 0;
    }

    #testimonials-section .tt-heading {
        padding-bottom: 1rem;
    }

    .tt-heading .tt-heading-title {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    .testimonials-carousel .testimonial-item {
        text-align: center !important;
        background: #fff !important;
        display: block;
        min-height: auto !important;
        padding: 2rem 0;
    }

    .testimonial-item .tm-image {
        width: 6rem;
        height: 6rem;
    }

    .video-container {
        height: auto;
    }

    .subscribe-form.row-gap {
        padding-left: 0;
        padding-right: 0;
    }

    .subscribe-form-row {
        flex-direction: column;
        padding: 1.5rem 2.5rem 2rem;
        text-align: center;
    }

    .subscribe-form-row .col {
        text-align: center !important;
        width: 100%;
    }

    .subscribe-form-title {
        font-size: 2.2rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

    form#subscribe .subscribe-form-input {
        width: 100%;
        max-width: none;
    }

    form#subscribe .subscribe-form-submit {
        margin: 3.125rem auto 0;
    }

    .footer-container {
        padding: 0;
    }

    .footer-container .row {
        padding: 3rem 1.25rem;
    }

    .footer-documents {
        margin-bottom: 2rem;
    }

    .footer-documents li {
        padding: 0 0.15rem;
    }

    .footer-menu {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu ul a {
        font-size: 1rem;
    }

    #footer-subscribe-form {
        margin: 1rem;
    }

    .footer-bottom {
        margin-top: 0;
        padding: 0;
    }

    .footer-bottom .footer-container .row {
        padding: 1rem 0;
    }

    #footer-logo .main-logo {
        width: 100%;
        max-width: none;
    }

    .video-row {
        margin-top: 1rem;
    }

    .theme-page-header h1 {
        font-size: .9375rem;
        letter-spacing: .0625rem;
        line-height: 1;
    }


    .theme-page-header h2,
    h1.theme-page-header-subtitle {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: .0375rem;
        padding-bottom: 3.25rem;
        font-weight: 300;
        padding-top: 1.3125rem!important;
    }

    .theme-page-header.size-md h2, 
    .size-md .theme-page-header-subtitle{
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: .0375rem;
        padding-bottom: 3.25rem;
        font-weight: 300;
        padding-top: 0.5rem!important;
    }

    .theme-page-header .short-description {
        margin-top: -2.5rem;
    }

    .contact-header {
        padding: 1.875rem 0 .75rem;
    }

    .product-main-info .product-description p {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0em;
        line-height: 1.3;
    }

    .product-case-quantity-option h5 {
        font-size: 1.2rem;
    }
}

.product-features {
    background-color: rgba(250, 250, 250, 1);
}

.product-features {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
}

.product-features__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 95rem;
}

.product-features__col-photo {
    display: flex;
    justify-content: center;
    padding-bottom: 1.75rem;
}

.type-section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .00625rem;
    line-height: 1;
    padding-bottom: 1.25rem;
}

.product-features__col-text ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.product-features__col-text p,
.product-features__col-text ul {
    padding-bottom: 1rem;
}

.product-features__col-text li {
    padding-bottom: .5rem;
}

.product-features__col-text li,
.product-features__col-text p {
    color: rgba(33, 33, 33, 1);
    font-size: .875rem;
    font-weight: 300;
    letter-spacing: .015em;
}

@media (min-width: 992px) {
    .product-features {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }

    .product-features {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }

    .product-features__container {
        display: flex;
        flex-direction: row-reverse;
    }

    .product-features__col-photo {
        align-items: center;
        flex: 1 1 auto;
        padding-bottom: 0;
        padding-left: 3.75rem;
        padding-right: 3.75rem;
        width: 50%;
    }

    .product-features__col-text {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        padding-right: 2.5rem;
        width: 50%;
    }

    .type-section-title {
        font-size: 4rem;
        letter-spacing: .03em;
        padding-bottom: 1.5rem;
    }

    .product-features__col-text p,
    .product-features__col-text ul {
        padding-bottom: 2rem;
    }

    .product-features__col-text li,
    .product-features__col-text p {
        font-size: 1.3rem;
    }
}


/*

#instagram-feed2 {
    margin-top: 45px;
}

#instagram-feed2 a img {
    max-width: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-instagram-block {
    padding-bottom: 0;
}

.home-instagram-block h4,
.home-instagram-block p,
.instagram-block-title span {
    font-weight: 500;
}

#instagram-feed2 a {
    position: relative;
    text-transform: none;
}

#instagram-feed2 a .caption {
    display: none;
    position: absolute;
    z-index: 1;
    width: calc(100% -10px);
    height: calc(100% -10px);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.7);
}



#instagram-feed2 a:nth-child(3):hover .caption,
#instagram-feed2 a:nth-child(6):hover .caption {
    display: flex;
}

#instagram-feed2 a:hover .caption {
    display: flex;
}

.grid-layout,
#instagram-feed2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25vw, 1fr));
    grid-gap: 1px;
    grid-auto-rows: minmax(25vw, auto);
    grid-auto-flow: dense;
    padding: 10px;
    margin-top: 0;
}

.grid-item,
#instagram-feed2 a {
    padding: 0.5rem;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}



.grid-item:nth-child(odd) {}

.span-2,
#instagram-feed2 a:nth-child(3),
#instagram-feed2 a:nth-child(6) {
    grid-column-end: span 2;
    grid-row-end: span 2;
}


.instaWrap {
    width: 400px;
    height: 400px;
}

*/

#instagram-feed2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

#instagram-gallery .tt-heading-subtitle {
    padding: 0;
    padding-top: 1.33333rem;
    margin: 0 auto;
    max-width: 31.25rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

#instagram-feed2>a {
    flex-basis: 22vw;
    height: 22vw;
    position: relative;
}

#instagram-feed2 a img {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

#instagram-feed2 .caption {
    opacity: 0;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: all .2s linear;
}

#instagram-feed2 a:hover .caption {
    opacity: 1;
}

#instagram-feed2 .caption::before {
    content: ' ';
    opacity: 1;
    background: url(../img/icons/instagram-icon.svg) no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#instagram-feed2 .caption::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.content-08907 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 37rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.content-08907 .align-content-left .content {
    padding-left: 10rem;
}

.content-08907 .align-content-right .content {
    padding-right: 10rem;
}

.content-08907 .align-content-center .content {
    padding-right: 5rem;
    padding-left: 5rem;
    align-items: center;
}

.content-08907 .align-content-center .description {
    display: flex;
    flex-direction: column;
}

.our-product .content-08907 .align-content-left .content {
    padding-left: 5rem;
    height: 25rem;
}

@media (max-width: 767px) {
    .content-08907 .content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        height: auto;
    }

    .tt-heading.tt-heading-xl .tt-heading-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

    #instagram-feed2 {
        gap: 10px;
    }

    #instagram-feed2>a {
        flex-basis: 20vw;
        height: 20vw;
    }
}

.my-gap {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-gap-2x {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.content-98733 .content {
    max-width: 40rem;
}

.content-98733 .head-img {
    display: none;
}

@media (min-width: 1400px) {
    .content-98733 .content {
        max-width: 40rem;
    }
}

.content-98733 .align-content-left .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.content-98733 .align-content-right .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.content-98733 .align-content-center .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about .content-98733 .content {
    min-height: 40rem;
}

.content-9873 {
    margin: 0 auto;
    max-width: 700px;
}

.content-9873 .description * {
    font-size: 1.5rem;
    letter-spacing: .00625rem;
}

.content-9873.row-y-gap {}

.content-98733 .align-content-right .content.content-right-gap {
    margin-right: 7rem;
}

.content-9371 .tt-heading,
.content-9371 .description {
    max-width: 41rem;
}

.content-9371 .img-box {
    max-width: 64rem;
    margin: 6rem auto;
}

@media (min-width: 1400px) {

    .content-9371 .tt-heading,
    .content-9371 .description {
        max-width: 40rem;
    }
}

@media (max-width: 767px) {
    .content-98733 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }

    .content-98733 .content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        height: auto;
    }
}

#faq-section,
#distributor-section {
    max-width: 65rem;
    margin: 0 auto;
    padding: 5.0625rem 0;
}

#faq-section .tt-heading .tt-heading-title {
    font-size: 5.125rem;
    line-height: 4.875rem;
    font-weight: 300;
    text-align: center;
    padding-bottom: 5rem;
}

.content-tiles {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    background-color: rgba(250, 250, 250, 1);
}

.content-tiles .owl-carousel,
.content-tiles .owl-carousel .cc-item {
    min-height: none;
}

.content-tiles__tile-image {
    align-items: center;
    display: flex;
    height: 11rem;
    margin-bottom: 1.75rem;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-item .content-tiles__tile-image img {
    display: block;
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}

.content-tiles__tile-text {
    font-family: 'Oswald', sans-serif;
    font-size: 1.0625rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    text-align: center;
}

@media (min-width: 992px) {
    .content-tiles__tile-text {
        max-width: none;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .content-tiles {
        padding-bottom: 7rem;
        padding-top: 7rem;
    }
}

.template-wholesale .wholesale-application {
    position: relative;
}

.wholesale-application {
    background: #FAFAFA;
}

.wholesale-application__application-wrap {
    max-width: 61.25rem;
    margin: 0 auto;
}

.login-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.wholesale-application__title {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 1.875rem;
}

.login-form__input-row {
    margin: 0 -1.25rem;
}

.login-form__input-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    padding: 0 1.25rem 0.9375rem;
}

.login-form__input-row label {
    font-size: 1.125rem;
    display: inline-block;
    margin-bottom: .125rem;
    font-weight: 400;
}

.login-form__input-row input:not(.btn),
.login-form__input-row .login-form__pseudo-email,
.login-form__input-row textarea,
.login-form__input-row select {
    font-size: 1.125rem;
    padding: 1.1875rem 0.9375rem 0.9375rem;
    border: solid 1px #DADADA;
    border-radius: 5px;
    display: block;
    width: 100%;
    background: white;
}

@media (min-width: 992px) {
    .template-wholesale .wholesale-application {
        padding: 2.6875rem 0 3.25rem;
    }

    .wholesale-application {
        padding: 5.9375rem 0 0;
    }

    .wholesale-application__title {
        font-size: 3.2rem;
    }

    .template-wholesale .full-width {
        width: 100%;
    }

    .login-form__input-wrap--half {
        width: 50%;
        float: left;
        margin-left: 0;
    }

    .login-form__input-wrap {
        padding-bottom: 1.6875rem;
    }
}

.form-select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23266041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    appearance: none;
    background-size: 17px 12px !important;
}

.box-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}

.box-grid-2.grid-2-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.box-grid-2-item {
    position: relative;
    height: 21.75rem;
}

.box-grid-2-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

@media (min-width: 992px) {
    .box-grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 2.5rem;
        grid-row-gap: 2.5rem;
    }

    .box-grid-2-item {
        height: 40rem;
    }

    .box-grid-2-item .content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.wholesale-video {
    margin-bottom: 5rem;
}

.wholesale-apply-banner .content-18723 {
    background-color: #266041;
    margin-bottom: 5rem;
}

#form-anchor {
    position: absolute;
    top: -150px;
    /* visibility: hidden; */
}

.product-case-quantity-option h5 {
    font-size: 1.4rem;
    font-weight: 300;
}

ul.product-option-boxes {
    border-width: 0;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    ul.product-option-boxes {
        gap: 0.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

ul.product-option-boxes li {
    display: inline-block;
}

ul.product-option-boxes li .option-label {
    align-items: center;
    border: 1px solid #212121;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    height: 3.5rem;
    justify-content: center;
    letter-spacing: .015em;
    position: relative;
    width: 100%;
}

.content-987181 {
    margin-top: 5rem;
}

.content-987181 .wrapper {
    display: flex;
}

.content-987181 .left-col {
    background-color: rgb(250 250 250);
    display: flex;
    align-items: center;
}

.content-987181 .right-col {
    display: flex;
    align-items: center;
    background-color: rgb(229 245 251)
}

.content-987181 .right-col .text-content {
    max-width: 32rem;
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

.content-987181.content-987182 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.content-987181.content-987182 .right-col {
    background-color: #edf0f0;
}

.content-987181.content-987182 .right-col .text-content {
    padding-left: 5rem;
}

@media (max-width: 991px) {
    .content-987181 .wrapper {
        display: block;
    }

    .content-987181 .left-col {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.content-987667 .wrapper {
    display: flex;
    background-color: rgb(250 250 250);
}

.content-987667 .left-col {
    background-color: rgb(250 250 250);
    display: flex;
    align-items: center;
}

.content-987667 .right-col {
    display: flex;
    align-items: center;
}

.content-987667 .right-col .text-content {
    max-width: 32rem;
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

@media (max-width: 991px) {
    .content-987667 .wrapper {
        display: block;
    }

    .content-987667 .left-col {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

.content-767887 {
    color: #fff;
    background-color: #266041;
    text-align: center;
    padding: 2.2rem;
}

.our-product-video {
    margin-top: 8rem;
}

@media (max-width: 991px) {
    .our-product-video {
        margin-top: 5rem;
    }
}

.our-product .content-98733 .align-content-left .content {
    padding-left: 8rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.product-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    padding: 0;
    box-sizing: border-box;
}

.products-item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.products-item .rp-item-image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 0.4rem;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.products-item .rp-item-image .btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .3s ease;
    transform: translateY(50px);
}

.products-item .rp-item-image:hover .btn {
    transform: translateY(0);
}

.rp-item-title {
    color: #000;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    line-height: 1.75rem;
}

.rp-item-title:hover,
.rp-item-title:focus {
    color: #000;
    opacity: 0.7;
}

.nav-rounded .owl-dots button.owl-dot span {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 4px;
    border-radius: 100%;
}

.dots-theme-light .owl-dots button.owl-dot.active span,
.dots-theme-light .owl-dots button.owl-dot:hover span {
    background-color: #fff;
}

.blog-single-post-title {
    font-size: 4rem;
    font-weight: 400;
    color: #212121;
}

.blog-single-featured-image:hover {
    opacity: 1;
}

.blog-single-post-inner {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content-tiles__tile-text-1 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: center;
}

.content-tiles__tile-text-1 h4 {
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
}

.facets__filters {
    height: 100%;
    padding-bottom: 8rem;
}

@media (min-width: 992px) {
    .facets__filters {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .facets__filters {
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {
    .facets__filters::-webkit-scrollbar {
        display: none;
    }
}

.facets__active-facets-mobile {
    display: none;
}

.facets__filters-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}

@media (max-width: 991px) {
    .facets__filters-wrapper {
        padding-top: 1.5rem;
    }
}

.facets__filters-wrapper {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-translate-x: 100%;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: 0.3s;
}

@media (min-width: 992px) {
    .facets__filters-wrapper {
        --tw-translate-x: 0px;
        bottom: auto;
        left: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        right: auto;
        top: auto;
        top: 0 !important;
    }
}

.facets__filters-wrapper--mobile-open {
    --tw-translate-x: 0px;
    opacity: 1;
    z-index: 9999995;
}

@media (min-width: 992px) {
    .facets__filters-wrapper--mobile-open {
        z-index: 30;
    }
}

.facets__active-facets-wrapper {
    margin-top: 1.5625rem;
}

@media (min-width: 992px) {
    .facets__active-facets-wrapper {
        margin-top: 0;
    }
}

.facets__active-facets-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

@media (min-width: 992px) {
    .facets__active-facets-wrapper {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

.facets__active-facets-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.facets__active-facets-wrapper facet-remove {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
}

.facets__filters-mobile-footer {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    top: auto;
}

@media (min-width: 992px) {
    .facets__filters-mobile-footer {
        display: none;
    }
}

.facets__filter-form-header {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

@media (min-width: 992px) {
    .facets__filter-form-header {
        display: none;
    }
}

.facets__filter-form-buttons {
    display: flex;
    flex-wrap: nowrap;
}

.facets__form-header-reset-col {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.facets__filter-form-buttons {
    flex: 0 1 auto;
}

.facets__close-mobile-filter {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    justify-content: flex-end;
    width: 2.5rem;
}

.facets__close-mobile-filter svg {
    height: 2rem;
    width: auto;
}

.facets__filter-form-header-title {
    color: rgba(33, 33, 33, 1);
    flex: 0 1 auto;
    font-size: 1.9375rem;
}

.facets__filter-form-header-title,
.facets__reset-button {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    letter-spacing: 0.015em;
}

.facets__reset-button {
    align-items: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: rgba(2, 156, 221, 1);
    display: flex;
    display: inline-flex;
    font-size: 1.125rem;
    height: 3rem;
    justify-content: center;
    justify-self: end;
    line-height: 1;
    max-width: 100%;
    padding: 0 3rem;
    position: relative;
    width: 100%;
}

.facets__reset-button:hover {
    border-color: rgba(2, 156, 221, 1);
}

.facets__reset-button {
    transition-duration: 0.15s;
}

.facets__reset-button svg {
    margin-right: 0.5rem;
}

.mobile-facets__wrapper {
    display: none;
}

facet-remove {
    display: inline-block;
}

.disclosure-has-popup[open]>.facets__summary:before {
    z-index: 2;
}

.facets-container .field__input {
    border: 1px solid rgba(216, 216, 216, 1);
}

@media screen and (max-width: 989px) {
    .facets-container {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        grid-template-columns: auto minmax(0, -webkit-max-content);
        grid-template-columns: auto minmax(0, max-content);
    }
}

.facet-filters {
    align-items: flex-start;
    display: flex;
    grid-column: 2;
    grid-row: 1;
    padding-left: 2.5rem;
}

@media screen and (min-width: 990px) {
    .facet-filters {
        padding-left: 3rem;
    }
}

.facet-filters__field {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}

.facet-filters__field .select {
    width: auto;
}

.facet-filters button {
    margin-left: 2.5rem;
}

.facet-filters__label,
.facet-filters__sort {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 300;
}

.facet-filters__sort {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: var(--icon-chevron-down);
    background-position: 93%;
    background-repeat: no-repeat;
    background-size: 0.625rem;
    border: 1px solid rgba(216, 216, 216, 1);
    height: 2.5rem;
    margin-left: 1rem;
    max-width: 100%;
    outline-color: #266041;
    padding-left: 1rem;
    padding-right: 2rem;
}

@media screen and (forced-colors: active) {
    .facet-filters__sort {
        border: none;
    }
}

.facet-filters__sort,
.facet-filters__sort:hover {
    box-shadow: none;
}

.mobile-facets__sort .select__select:focus-visible {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
}

.mobile-facets__sort .select__select.focused,
.no-js .mobile-facets__sort .select__select:focus {
    box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
}

.facet-filters__sort:focus-visible {
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
}

.facet-filters__sort.focused,
.no-js .facet-filters__sort:focus {
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
}

.no-js .facet-filters__sort:focus:not(:focus-visible),
.no-js .mobile-facets__sort .select__select:focus:not(:focus-visible) {
    box-shadow: none;
    outline: 0;
}

.facet-filters__sort+.icon-caret {
    right: 0;
}

.facets__heading {
    display: none;
}

.facets__disclosure[open] .facets__display {
    -webkit-animation: animateMenuOpen var(--duration-default) ease;
    animation: animateMenuOpen var(--duration-default) ease;
}

.facets__header>* {
    display: block;
}

.facets__item input[type="checkbox"],
.facets__item label {
    cursor: pointer;
}

.facet-checkbox {
    align-items: center;
    display: flex;
    flex-grow: 1;
    position: relative;
    word-break: break-word;
}

.facet-checkbox input[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    height: 1rem;
    left: -0.4rem;
    opacity: 1;
    position: absolute;
    top: 0.7rem;
    width: 1rem;
    z-index: -1;
}

.facet-checkbox>svg {
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.facet-checkbox .icon-checkmark {
    left: 0.3rem;
    position: absolute;
    top: 1.4rem;
    visibility: hidden;
    z-index: 5;
}

.facet-checkbox>input[type="checkbox"]:checked+svg rect {
    fill: currentColor;
    color: rgba(2, 156, 221, 1);
}

@media screen and (forced-colors: active) {
    .facet-checkbox>svg {
        background-color: inherit;
        border: 0.1rem solid rgb(var(--color-background));
    }

    .facet-checkbox>input[type="checkbox"]:checked~.icon-checkmark {
        border: none;
    }
}

.facets__price {
    display: flex;
}

.facets__price .field+.field-currency {
    margin-left: 2rem;
}

.facets__price .field {
    align-items: center;
}

.facets__price .field-currency {
    align-self: center;
    margin-right: 0.6rem;
}

.facets__price .field__label {
    left: 1.5rem;
}

button.facets__button {
    box-shadow: none;
    margin: 0 0 0 0.5rem;
    min-height: 0;
    padding-bottom: 1.4rem;
    padding-top: 1.4rem;
}

.facets__button-no-js {
    min-width: auto;
    transform: translateY(-0.6rem);
}

.active-facets__button-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}

.active-facets__button-wrapper * {
    font-size: 1rem;
}

@media screen and (min-width: 990px) {
    .active-facets__button {
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 989px) {
    .active-facets {
        margin: 0 -1.2rem -1.2rem;
    }

    .active-facets__button,
    .active-facets__button-remove {
        margin: 0;
        padding: 1.2rem;
    }

    span.active-facets__button-inner {
        padding-bottom: 0.3rem;
        padding-top: 0.3rem;
    }

    .active-facets__button-wrapper {
        padding-top: 0;
    }
}

.active-facets__button:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0.2rem rgb(var(--color-foreground));
}

.active-facets__button--light .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}

.active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.4);
}

a.active-facets__button:focus-visible {
    box-shadow: none;
    outline: none;
}

.no-js a.active-facets__button:focus,
a.active-facets__button.focused {
    box-shadow: none;
    outline: none;
}

a.active-facets__button:focus-visible .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0 0.4rem rgb(var(--color-foreground));
    outline: none;
}

.no-js a.active-facets__button:focus .active-facets__button-inner,
a.active-facets__button.focused .active-facets__button-inner {
    box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2), 0 0 0 0.2rem rgb(var(--color-background)), 0 0 0 0.4rem rgb(var(--color-foreground));
    outline: none;
}

.active-facets__button svg {
    align-self: center;
    flex-shrink: 0;
    margin-left: 0.6rem;
    margin-right: -0.2rem;
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    width: 1.2rem;
}

@media (min-width: 990px) {
    .active-facets__button svg {
        margin-right: -0.4rem;
        margin-top: 0.1rem;
        width: 1.4rem;
    }
}

.facets__active-facets-wrapper facet-remove:only-child {
    display: none;
}

.active-facets__button.disabled,
.mobile-facets__clear.disabled {
    pointer-events: none;
}

.mobile-facets__clear-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.mobile-facets {
    --tw-bg-opacity: 1;
    --tw-bg-opacity: 0.2;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
}

.mobile-facets__disclosure {
    display: flex;
}

.mobile-facets__wrapper .disclosure-has-popup[open]>summary:before {
    height: 100vh;
    z-index: 3;
}

.mobile-facets__inner {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    overflow-y: auto;
    pointer-events: all;
    transition: transform var(--duration-short) ease;
    width: 100%;
}

.menu-opening .mobile-facets__inner {
    transform: translateX(0);
}

.js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
    transform: translateX(105vw);
}

.mobile-facets__header {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
    display: flex;
    padding: 1rem 2.5rem;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 2;
}

.mobile-facets__header-inner {
    flex-grow: 1;
    position: relative;
}

.mobile-facets__info {
    padding: 0 2.6rem;
}

.mobile-facets__heading {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
    margin: 0;
}

.mobile-facets__count {
    color: rgba(var(--color-foreground), 0.7);
    flex-grow: 1;
    font-size: 1.3rem;
    margin: 0;
}

.mobile-facets__open-wrapper {
    display: inline-block;
}

.mobile-facets__open {
    align-items: center;
    color: rgba(var(--color-link), var(--alpha-link));
    display: flex;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
    width: 100%;
}

.mobile-facets__open:hover {
    color: rgb(var(--color-link));
}

.mobile-facets__open:hover circle,
.mobile-facets__open:hover line {
    stroke: rgb(var(--color-link));
}

.mobile-facets__open-label {
    transition: -webkit-text-decoration var(--duration-short) ease;
    transition: text-decoration var(--duration-short) ease;
    transition: text-decoration var(--duration-short) ease, -webkit-text-decoration var(--duration-short) ease;
}

.mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.mobile-facets__open>*+* {
    margin-left: 1rem;
}

.mobile-facets__open svg {
    width: 2rem;
}

.mobile-facets__open circle,
.mobile-facets__open line {
    stroke: rgba(var(--color-link), var(--alpha-link));
}

.mobile-facets__close {
    align-items: center;
    display: none;
    height: 4.4rem;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 1rem;
    top: 0.7rem;
    transition: opacity var(--duration-short) ease;
    width: 4.4rem;
    z-index: 101;
}

.mobile-facets__close svg {
    width: 2.2rem;
}

details.menu-opening .mobile-facets__close {
    display: flex;
    opacity: 1;
}

details.menu-opening .mobile-facets__close svg {
    margin: 0;
}

.mobile-facets__close-button {
    align-items: center;
    background-color: transparent;
    display: flex;
    font-size: 1.4rem;
    font: inherit;
    letter-spacing: inherit;
    margin-top: 1.5rem;
    padding: 1.2rem 2.6rem;
    text-decoration: none;
    width: calc(100% - 5.2rem);
}

.no-js .mobile-facets__close-button {
    display: none;
}

.mobile-facets__close-button .icon-arrow {
    margin-right: 1rem;
    transform: rotate(180deg);
}

.mobile-facets__main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2.7rem 0 0;
    position: relative;
    z-index: 1;
}

.mobile-facets__details[open] .icon-caret {
    transform: rotate(180deg);
}

.no-js .mobile-facets__details {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.04);
}

.mobile-facets__highlight {
    opacity: 0;
    visibility: hidden;
}

.mobile-facets__checkbox:checked+.mobile-facets__highlight {
    --tw-bg-opacity: 1;
    background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
    bottom: 0;
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
}

.js .mobile-facets__submenu {
    background-color: rgb(var(--color-background));
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    visibility: hidden;
    width: 100%;
    z-index: 3;
}

.js details[open]>.mobile-facets__submenu {
    transition: transform 0.4s cubic-bezier(0.29, 0.63, 0.44, 1), visibility 0.4s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js details[open].menu-opening>.mobile-facets__submenu {
    transform: translateX(0);
    visibility: visible;
}

.js .menu-drawer__submenu .mobile-facets__submenu {
    overflow-y: auto;
}

.mobile-facets__item {
    position: relative;
}

input.mobile-facets__checkbox {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    height: 1.6rem;
    left: 2.1rem;
    position: absolute;
    top: 1.2rem;
    width: 1.6rem;
    z-index: 0;
}

.mobile-facets__label {
    background-color: rgb(var(--color-background));
    display: flex;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    transition: background-color 0.2s ease;
    width: 100%;
    word-break: break-word;
}

.mobile-facets__label>svg {
    background-color: rgb(var(--color-background));
    flex-shrink: 0;
    margin-right: 1.2rem;
    position: relative;
    z-index: 2;
}

.mobile-facets__label--disabled {
    opacity: 0.5;
}

.mobile-facets__footer {
    background-color: rgb(var(--color-background));
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
    bottom: 0;
    display: flex;
    margin-top: auto;
    padding: 2rem;
    position: sticky;
    z-index: 2;
}

.mobile-facets__footer noscript .button {
    width: 100%;
}

.mobile-facets__sort {
    display: flex;
    justify-content: space-between;
}

.mobile-facets__sort label {
    flex-shrink: 0;
}

.mobile-facets__sort .select {
    width: auto;
}

.no-js .mobile-facets__sort .select {
    position: relative;
    right: -1rem;
}

.mobile-facets__sort .select .icon-caret {
    right: 0;
}

.mobile-facets__sort .select__select {
    box-shadow: none;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
}

.product-count {
    display: none;
    position: relative;
}

.facet-list__disclosure {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.facet-list__disclosure:first-child {
    border-top: 1px solid rgba(216, 216, 216, 1);
}



.facet-list__disclosure[open] .facet-list__summary:before {
    content: "-";
}

.facet-list__summary {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.015em;
    position: relative;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .facet-list__summary {
        font-size: 1.25rem;
    }
}

.facet-list__summary {
    list-style-type: none;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
}

.facet-list__summary:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.facet-list__summary {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: flex;
}

.facet-list__summary::-webkit-details-marker {
    display: none;
}

.facet-list__summary:before {
    font-family: 'Oswald', sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
}

@media (min-width: 992px) {
    .facet-list__summary:before {
        font-size: 1.25rem;
    }

    .facets__mobile-buttons {
        display: none;
    }
}

.facet-list__summary:before {
    content: "+";
    position: absolute;
    right: 1rem;
}

.facet-list__summary::marker {
    content: "";
}

.facet-list__summary.category:before {
    content: none;
}

.facet-list__summary> {
    align-items: center;
    display: flex;
}

.facet-list__summary span {
    line-height: calc(1 + 0.3/var (--font-body-scale));
    transition: -webkit-text-decoration var(--duration-short) ease;
    transition: text-decoration var(--duration-short) ease;
    transition: text-decoration var(--duration-short) ease, -webkit-text-decoration var(--duration-short) ease;
}

.facet-list__summary--no-toggle:before {
    display: none;
}

.facet-list__summary[aria-expanded="true"] {
    font-weight: 700;
}

.facet-list__display {
    padding-bottom: 1.5rem;
}

.facet-list__checkbox-label {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.015em;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    padding-top: 0.5rem;
    position: relative;
}

.facet-list__checkbox-label--disabled {
    color: hsla(0, 0%, 50%, 0.6);
    pointer-events: none;
}

.facet-list__checkbox-pseudo {
    border: 1px solid rgba(216, 216, 216, 1);
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    width: 1rem;
}

.facet-list__checkbox-input {
    position: absolute;
    visibility: hidden;
}

.facet-list__checkbox-input:checked+.facet-list__checkbox-pseudo {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 156, 221, var(--tw-bg-opacity));
}

.facet-list__checkbox-input:checked~span {
    color: rgba(2, 156, 221, 1);
}

.product-list ul {
    padding-left: 0;
    list-style: none;
}

.content-18723.content-18724 .description {
    max-width: 60rem;
}


/*  COUNTER */

.mm__counter {
    margin: 0 auto;
    max-width: 76.5625rem;
    box-shadow: 0 1.875rem 3.75rem #0003;
}

.mm-counter__title {
    font-size: 1.125rem;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .0375rem;
    height: 3.125rem;
    line-height: 3.25rem;
    text-align: center;
}

.mm-counter__odometer {
    position: relative;
    background: #266041;
    display: block;
    color: #fff;
    text-align: right;
    height: 6.875rem;
}

@media (min-width: 992px) {
    .mm-counter__counter {
        max-width: 76.5625rem;
        box-shadow: 0 1.875rem 3.75rem #0003;
    }

    .mm-counter__title {
        height: 3.625rem;
        line-height: 3.75rem;
    }

    .mm-counter__odometer {
        height: 15rem;
    }
}

.mm-counter {
    padding: 1.625rem 0 0.625rem;
    position: relative;
    background: none;
}

@media (min-width: 992px) {
    .mm-counter {
        padding: 3rem 0 4.375rem;
    }
}

.mm-counter__value {
    display: none;
}

.mm-counter__counter {
    max-width: 18.4375rem;
    margin: 0 auto;
    box-shadow: 0 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

@media (min-width: 992px) {
    .mm-counter__counter {
        max-width: 76.5625rem;
        box-shadow: 0 1.875rem 3.75rem 0 rgba(0, 0, 0, 0.2);
    }
}

.mm-counter__title {
    font-size: 1.125rem;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.0375rem;
    height: 3.125rem;
    line-height: 3.25rem;
    text-align: center;
}

@media (min-width: 992px) {
    .mm-counter__title {
        height: 3.625rem;
        line-height: 3.75rem;
    }
}

.mm-counter__footer {
    font-size: 1.125rem;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.0375rem;
    height: 3.125rem;
    line-height: 3.25rem;
    text-align: center;
}

@media (min-width: 992px) {
    .mm-counter__footer {
        height: 3.625rem;
        line-height: 3.75rem;
    }
}

.mm-counter__digits {
    display: none;
    background: #266041;
    height: 6.875rem;
}

.mm-counter__digits::after {
    clear: both;
    content: "";
    display: block;
}

@media (min-width: 992px) {
    .mm-counter__digits {
        height: 15rem;
    }
}

.mm-counter__col-digit {
    width: calc(14.28571%);
    float: left;
    margin-left: 0px;
    position: relative;
    height: 100%;
    color: white;
    border-left: solid 0.0625rem #88AC39;
}

.mm-counter__col-digit:first-child {
    border-left: none;
}

.mm-counter__digit {
    font-size: 5rem;
    line-height: 7.25rem;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300;
}

@media (min-width: 992px) {
    .mm-counter__digit {
        font-size: 12.5rem;
        line-height: 16.5625rem;
    }
}

.mm-counter__digit--comma:after {
    content: ',';
    position: absolute;
    right: -0.375rem;
    bottom: 0.75rem;
    line-height: 1;
    z-index: 1;
}

@media (min-width: 992px) {
    .mm-counter__digit--comma:after {
        right: -0.9375rem;
        bottom: 0.4375rem;
    }
}

.mm-counter__partners {
    padding: 1.875rem 0;
    max-width: 18.75rem;
    margin: 0 auto;
}

.mm-counter__partners::after {
    clear: both;
    content: "";
    display: block;
}

@media (min-width: 992px) {
    .mm-counter__partners {
        max-width: 36.25rem;
        padding: 5rem 0 6.25rem;
    }
}

.mm-counter__partner {
    width: calc(50%);
    float: left;
    margin-left: 0px;
    height: 3.125rem;
    display: block;
    float: left;
    background: 50% no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .mm-counter__partner {
        background-position: 50%;
        height: 5.9375rem;
        background-size: 80% auto;
    }
}

@media (min-width: 1400px) {
    .mm-counter__partner {
        background-size: contain;
    }
}

.mm-counter__partner--onepercent {
    background-image: url("//cdn.shopify.com/s/files/1/0234/7341/t/108/assets/retree-growing-logo-1percent.png?v=86527934097012570521642600961");
}

.mm-counter__partner--nationalforests {
    background-image: url("//cdn.shopify.com/s/files/1/0234/7341/t/108/assets/retree-growing-logo-forest_350x.png?v=2681427972241427131642600962");
}

.mm-counter__more-questions {
    text-align: center;
    padding-bottom: 1.5625rem;
}

@media (min-width: 992px) {
    .mm-counter__more-questions {
        padding-bottom: 3.125rem;
    }
}

.mm-counter__more-questions a {
    color: #266041;
    text-decoration: none;
}

.mm-counter__more-questions-title {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 0.375rem;
    font-size: 3rem;
    letter-spacing: 0.1875rem;
}

@media (min-width: 992px) {
    .mm-counter__more-questions-title {
        font-size: 4.5rem;
    }
}

.mm-counter__more-questions-sub-text {
    max-width: 50rem;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

@media (min-width: 992px) {
    .mm-counter__more-questions-sub-text {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }
}

.mm-counter__more-questions-sub-text p {
    padding-bottom: 2.3125rem;
}

.mm-counter__odometer {
    position: relative;
    background: #266041;
    display: block;
    color: white;
    text-align: right;
    height: 6.875rem;
}

@media (min-width: 992px) {
    .mm-counter__odometer {
        height: 15rem;
    }
}

.mm-counter__odometer .odometer-inside {
    height: 100%;
    font-size: 5rem;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 6.125rem;
}

@media (min-width: 992px) {
    .mm-counter__odometer .odometer-inside {
        font-size: 12.5rem;
        line-height: 13.75rem;
    }
}

.mm-counter__odometer .odometer-formatting-mark {
    font-size: inherit;
    font-family: inherit;
    margin-left: -0.4375rem;
    z-index: 2;
    position: absolute;
    bottom: 0.625rem;
}

@media (min-width: 992px) {
    .mm-counter__odometer .odometer-formatting-mark {
        margin-left: -0.75rem;
        bottom: 0.625rem;
    }
}

.mm-counter__odometer .odometer-digit {
    width: calc(14.28571%);
    float: left;
    margin-left: 0px;
    float: none;
    display: inline-block;
    text-align: center;
    border-left: solid 0.0625rem #00aef8;
    position: relative;
    height: 100%;
}

.mm-counter__odometer .odometer-digit .odometer-digit-spacer {
    visibility: hidden;
}

.mm-counter__odometer .odometer-digit .odometer-digit-inner {
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.mm-counter__odometer .odometer-digit .odometer-ribbon {
    display: block;
}

.mm-counter__odometer .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.mm-counter__odometer .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mm-counter__odometer .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
    left: 0;
    right: 0;
}

.mm-counter__odometer.odometer-animating-up .odometer-ribbon-inner {
    transition-duration: 10s;
}

.mm-counter__odometer.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%);
}

.mm-counter__odometer.odometer-animating-down .odometer-ribbon-inner {
    transform: translateY(-100%);
}

.mm-counter__odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition-duration: 10s;
    transform: translateY(0);
}

.page-video .with-bg-image .content {
    justify-content: flex-start !important;
    min-height: 50rem;
}

.page-video .with-bg-image~.video-row {
    position: relative;
    top: -30rem;
    margin-bottom: -30rem;
}

.content-87621 .bg-cover {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fafafa;
}

.content-87621 .grid-3-col .col {
    padding: 1rem;
    background-color: #fff;
}

.content-87621 .grid-3-col .col .img-box {
    padding-bottom: 70%;
    margin-bottom: 1rem;
}

.content-87621 .grid-3-col .col .content {
    margin-bottom: 1rem;
}

.content-87621 .grid-3-col .col .content h2 {
    font-weight: 400;
}

@media (min-width: 992px) {
    .content-87621 .grid-3-col {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 2.5rem;
        gap: 2.5rem;
        max-width: 72rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.content-74299 .col-left,
.content-74299 .col-right {
    margin-bottom: 0.125rem;
    height: 31.75rem;
    position: relative;
    overflow: hidden;
}

.content-74299 .align-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .625rem;
    right: .625rem;
    margin: 0 auto;
}

.content-74299 .align-content .content {
    padding: 3.0625rem 0.9375rem 3.375rem;
    background: white;
    box-shadow: 0 0.125rem 2.5rem #00000059;
    margin: 0 auto;
}

.content-74299 .align-content .content .tt-heading {
    margin-bottom: 2rem;
}

.content-08907 .bg-image {
    min-height: 35rem;
}

.ambassador-banner-content .title {
    font-size: 3.5rem;
    font-weight: 400;
}

.archive-items-list .bl-item-info {
    margin: 0;
    padding: 6% 0 25px 0;
}

.button-mobile {
    visibility: hidden;
}

.theme-hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #266041;
}

.login-form .exp-text {
    clear: both;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

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

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


.distributor {
    max-width: 35%;
}

.distributor .head {
    display: flex;
    margin-bottom: 1.5rem;
}

.distributor .head .divider-4358 {
    width: 1px;
    margin-left: 1rem;
    margin-right: 1rem;
    border: 1px solid #000;
}

.distributor .head .img-box-23948 {
    display: flex;
    align-items: center;
}

.title-box-23948 {
    font-size: 1.2rem;
    font-weight: 600;
}

.distributor .address-23490 p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.map-url-23490 {
    text-decoration: underline;
    font-weight: 600;
    padding: 0.8rem 0;
}

.phone-23490 {}

.email-23490 {
    text-decoration: underline;
    font-weight: 600;
    padding: 0.5rem 0;

}

.download-item .img-box {
    max-width: 12rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.download-item-inner {
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .distributors .tt-heading {
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
    }

    .distributors .tt-heading .tt-heading-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .distributor-list {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .distributor {
        max-width: 100%;
    }
}

.theme-link a{
    color: #266041;
}

.header-col-238904 .theme-page-header-title{
    font-size: 5rem;
    line-height: 4.875rem;
    letter-spacing: .0375rem;
    padding: 1.75rem 0 4rem;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}

.content-list-348957{
    padding: 2.5rem 6rem;
}

.item-box-809343{
    padding: 2rem 5rem;
    text-align: center;
}

.img-box-809343{
    height: 70px;
}

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

.title-box-809343 h4{
    margin-bottom: 0.3rem;
    font-weight: 400;
}

.item-box-7782348{
    height: 80vh;
}
.content-box-7782348{
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 0 30px 9% 7%;
}

.img-box-898943{
    min-height: 30vh;
}

/*
.quote-left {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: -24px;
    margin-left: -4px;
    display: block;
    font-family: 'Font Awesome 5 Brands';
}
*/
.quote-left {
    display: inline-block;
    width: 25px;
    margin-bottom: 5px;
}

.text-box-34590{
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 30px;
}

.text-box-34590 p {
    font-size: 1.1rem;
    line-height: 1.75;
    font-weight: 400;
}

.name-34590{
    margin: 8px 0 10px;
}

.form-card-list{
    display: flex;
    flex-wrap: wrap;
}

.form-card-container {
    min-height: 20rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1);
    box-shadow: 5px 5px 20px 0 rgba(0,0,0,.1);
    padding: 3rem 1.5rem;
}


.form-card-content{ 
    display: flex;    
    align-items: flex-start;
}



.form-card-text {
    margin-bottom: 1rem;
    text-align: initial;
}

.form-card-title{
    margin-bottom: 2rem;
}
.form-card-action{
    display: flex;
    flex-wrap: wrap;    
}
.cFormRegister{
    width: 100%;
}

.cFormRegister .form-group{
    display: flex;
    justify-content: center;    
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1.1rem;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    background-color: #fff;

}

.cFormRegister .form-group input{
    height: 2rem!important;
    padding: 0 1.5rem 0 0;
    opacity: 1;
    border: none;
    font-size: 1.25rem; 
    line-height: 1.2;
    border-radius: 0.4rem;
    text-align: left;
}

.cFormRegister .form-group input::placeholder {
    color: #000 !important;
}

.cFormRegister .form-group .btn{ 
    margin: 0!important;
    height: 2.5rem;
}

.item-box-23490{
    justify-content: center;
    text-align: center;
}

.img-box-23490{
    height: 385px;
    display: flex;
    align-items: flex-end;
}
.title-box-23490{
    margin-top: 1rem;
}

.content-2347892{
    height: 21.875rem;
}

.icon-container{
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
}


.item-box-23402{
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 10%);
}



@media (min-width: 768px){

    .icon-container .icon{
        margin: 0 10px;
        height: 90px;
        text-align: center;
    }

    .icon-container .icon img{ 
        width: auto;
        height: 100%;
    }

    .form-card-container{
        -webkit-box-pack: justify;
        justify-content: space-between;
        width: calc((100% / 2) - 1rem);
        padding: 2rem 2rem 1rem 2rem;
        margin-bottom: 3rem;
    }
    
    .form-card-container:nth-child(odd) {
        margin-right: 1rem;
    }
        
    .form-card-container:nth-child(even) {
        margin-left: 1rem;
    }
    .form-card-content img{
        display: block;
        width: 3.75rem;
        margin-right: 2rem;     
    }
    .form-card-action{
        -webkit-box-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .form-card-action .btn{
        margin-bottom: 1rem!important;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin-left: auto;
    }

}


@media (max-width: 767px){

    .content-top-nav ul{
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .content-top-nav ul li{
        padding: 0.5rem 1rem;
        text-align: center;
    }

    .content-top-nav ul li a.active{
        text-decoration: underline;
    
    }
    .content-382458 .description{
        max-width: 100%;
    }

    .icon-container{
        flex-direction: column;
    }

    .icon-container .icon{
        margin: 0 10px;
        text-align: center;
    }

    .icon-container .icon img{ 
        max-width: 150px;
        height: 100%;
    }

    .form-card-container{
        min-height: auto;
        align-items: center;
        width: 100%;
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    .form-card-content img{
        display: none;
    }
    .form-card-text{
        text-align: center;
    }

    .form-card-text p{
        display: none;
    }
    .form-card-container:first-child .form-card-text p{
        display: block;
    }

    .content-923485 .item-box-23490:first-child{
        margin-top: -7rem;
    }

} 