/** Shopify CDN: Minification failed

Line 14199:0 Comments in CSS use "/* ... */" instead of "//"
Line 14200:2 Comments in CSS use "/* ... */" instead of "//"
Line 14201:0 Comments in CSS use "/* ... */" instead of "//"
Line 26647:5 Expected identifier but found "!"
Line 37221:4 Expected identifier but found "*"
Line 38969:0 Unexpected "}"

**/




ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}


html.has-modal-open {
    overflow: hidden
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "["counter(footnotes) "]";
    float: left;
    text-indent: 0
}


.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.has-text-align-justify {
    text-align: justify
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}


.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

.components-custom-select-control__button.components-custom-select-control__button {
    padding-right: 24px
}

.components-custom-select-control__button:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-custom-select-control__button .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

.components-custom-select-control__menu:focus {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    outline: none;
    transition: none
}

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

.components-spinner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    -webkit-animation: components-spinner__animation 1s linear infinite;
    animation: components-spinner__animation 1s linear infinite
}

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}




/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}


:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

body .is-layout-flow > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-flow > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-flow > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained > .alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-constrained > .alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-constrained > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained > .alignwide {
    max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
    display: flex
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center
}

body .is-layout-flex > * {
    margin: 0
}

body .is-layout-grid {
    display: grid
}

body .is-layout-grid > * {
    margin: 0
}


/*!
Theme Name: Xejic Carrot And Stick
Author: Xejic
Author URI: https://www.xejic.com/
Description: Carrot And Stick
Version: 1.26
Text Domain: Carrot And Stick
Tags: Carrot And Stick
*/
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */










dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: none;
}

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

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



button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}



.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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

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

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}



@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label:after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -ms-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

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

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

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

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 4.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}



@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}



.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

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

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

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

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

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

.p-4 {
    padding: 1.5rem !important
}

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-right {
    text-align: right !important
}

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/affdf5/00000000000000003b9b0328/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"), url(https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"), url(https://use.typekit.net/af/90ce96/00000000000000003b9b0329/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/b5ce2a/00000000000000003b9b032d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff2"), url(https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("woff"), url(https://use.typekit.net/af/3e6f7f/00000000000000003b9b032c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3) format("opentype");
    font-style: italic;
    font-weight: 700
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/67187a/00000000000000003b9b032a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"), url(https://use.typekit.net/af/67187a/00000000000000003b9b032a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"), url(https://use.typekit.net/af/67187a/00000000000000003b9b032a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-display: swap;
    font-family: AktivGrotesk;
    src: url(https://use.typekit.net/af/1b0869/00000000000000003b9b032b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"), url(https://use.typekit.net/af/1b0869/00000000000000003b9b032b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"), url(https://use.typekit.net/af/1b0869/00000000000000003b9b032b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");
    font-style: italic;
    font-weight: 500
}

.tk-aktiv-grotesk {
    font-family: AktivGrotesk, sans-serif
}



select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select + img {
    position: absolute;
    right: 20px;
    top: 20px
}

select + label + img {
    position: absolute;
    right: 20px;
    top: 20px
}

select::-ms-expand {
    display: none
}

.cs-toggler-overflow {
    overflow: hidden
}

.cs-toast {
    max-width: 100%;
    position: fixed;
    width: 100%;
    background-color: #fcc463;
    border: none;
    box-shadow: none;
    z-index: 1051
}

.cs-toast .toast-body {
    padding: 15px 15px 18px
}

.cs-toast .toast-body .message {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-toast .toast-body .message span {
    font-weight: 400
}

.cs-header.container-fluid,
.cs-header.container-lg,
.cs-header.container-md,
.cs-header.container-sm,
.cs-header.container-xl {
    background-color: transparent;
    padding: 0
}

.cs-header.container-fluid .navbar-cs,
.cs-header.container-lg .navbar-cs,
.cs-header.container-md .navbar-cs,
.cs-header.container-sm .navbar-cs,
.cs-header.container-xl .navbar-cs {
    padding: 0
}

.cs-header.container-fluid .navbar-cs.cs-lg-divide,
.cs-header.container-lg .navbar-cs.cs-lg-divide,
.cs-header.container-md .navbar-cs.cs-lg-divide,
.cs-header.container-sm .navbar-cs.cs-lg-divide,
.cs-header.container-xl .navbar-cs.cs-lg-divide {
    background: linear-gradient(90deg, #f4f4f2 50%, #fff 50%)
}

.cs-header.container-fluid .navbar-cs .navbar-brand,
.cs-header.container-lg .navbar-cs .navbar-brand,
.cs-header.container-md .navbar-cs .navbar-brand,
.cs-header.container-sm .navbar-cs .navbar-brand,
.cs-header.container-xl .navbar-cs .navbar-brand {
    padding: 30px 20px 30px 80px
}

.cs-header.container-fluid .navbar-cs .navbar-brand img.logo,
.cs-header.container-lg .navbar-cs .navbar-brand img.logo,
.cs-header.container-md .navbar-cs .navbar-brand img.logo,
.cs-header.container-sm .navbar-cs .navbar-brand img.logo,
.cs-header.container-xl .navbar-cs .navbar-brand img.logo {
    max-width: 117px;
    max-height: 60px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse,
.cs-header.container-lg .navbar-cs .navbar-collapse,
.cs-header.container-md .navbar-cs .navbar-collapse,
.cs-header.container-sm .navbar-cs .navbar-collapse,
.cs-header.container-xl .navbar-cs .navbar-collapse {
    padding: 30px 80px 30px 20px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse.show,
.cs-header.container-lg .navbar-cs .navbar-collapse.show,
.cs-header.container-md .navbar-cs .navbar-collapse.show,
.cs-header.container-sm .navbar-cs .navbar-collapse.show,
.cs-header.container-xl .navbar-cs .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    background-color: #fff
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li {
    display: flex;
    align-items: center
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .cs-nav-dropdown,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .cs-nav-dropdown,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .cs-nav-dropdown,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .cs-nav-dropdown,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .cs-nav-dropdown {
    width: 100%
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-link,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link {
    margin: 0 25px;
    padding: 0;
    cursor: pointer;
    color: #000
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-link .link-text,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-link .link-text,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-link .link-text,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-link .link-text,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-link .link-text,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-link .dot,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .dot,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-link .dot,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .dot,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-link .dot,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .dot,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-link .dot,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .dot,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-link .dot,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .dot {
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 auto;
    border-radius: 100%
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #e6e6de
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link .link-text {
    font-family: AktivGrotesk;
    font-size: 14px;
    letter-spacing: normal
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase {
    background-color: #fcc463;
    border: solid 1px #fcc463
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover {
    background-color: transparent;
    border: solid 1px #fcc463
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link {
    display: none;
    position: absolute;
    top: 60%;
    left: 0;
    padding-top: 48px;
    background-color: transparent;
    width: 100%;
    z-index: 9
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content {
    background-color: #fff;
    padding: 40px 80px 60px;
    border-top: solid 1px #e6e6de
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -.54px;
    color: #000
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head span,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head span,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head span,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head span,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head span,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head span,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head span,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head span,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head span,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head span,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head span,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head span,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-head span,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-head span,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-head span {
    font-weight: 400;
    font-style: italic
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group {
    border-radius: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #000;
    border: none;
    padding: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item:hover,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item:hover,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-categories .list-group .list-group-item:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-concerns .list-group .list-group-item:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-product-skin-type .list-group .list-group-item:hover {
    background-color: transparent;
    color: #fcc463
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle {
    background-color: #f4f4f2;
    max-width: 510px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img img {
    max-width: 370px;
    max-height: 370px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid {
    max-width: 360px;
    height: auto;
    padding: 0 0 6px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -.54px;
    color: #000;
    padding-bottom: 20px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link .cs-img,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link .cs-img,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link .cs-img,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link .cs-img,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link .cs-img {
    margin-left: 10px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .cs-bundle .cs-more-link .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card {
    border: none;
    border-radius: 0;
    padding: 0 20px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:first-child,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:first-child,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:first-child,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:first-child,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:first-child {
    padding-left: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:last-child,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:last-child,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:last-child,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:last-child,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:last-child {
    padding-right: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card:hover {
    color: #000;
    text-decoration: none
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .cs-img-fluid,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .cs-img-fluid,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .cs-img-fluid,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .cs-img-fluid,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .cs-img-fluid {
    max-width: 100%
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body {
    padding: 0;
    max-width: 290px
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-title,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-title,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-title,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-title,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-title {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -.54px;
    color: #000
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-text,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-text,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-text,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-text,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .card .card-body .card-text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .about-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .about-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .about-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .about-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .about-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.44px;
    color: #000;
    text-decoration: none;
    padding: 20px 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child {
    padding-left: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child {
    padding-right: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:first-child .nav-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:first-child .nav-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:first-child .nav-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:first-child .nav-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:first-child .nav-link {
    margin-left: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-link,
.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-notify-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-notify-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-notify-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-notify-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:last-child .nav-notify-link {
    margin-right: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover {
    cursor: pointer
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link {
    position: relative;
    display: inline-block;
    outline: 0
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text {
    color: #fcc463
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-notify-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-notify-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-notify-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-notify-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-notify-link {
    color: #000;
    text-decoration: none
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link {
    display: block;
    z-index: 1021
}

.cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.show,
.cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.show,
.cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.show,
.cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.show,
.cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.show {
    display: inline
}

.cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.hide,
.cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.hide,
.cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.hide,
.cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.hide,
.cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler .cs-hamburger.hide {
    display: none
}

.cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler .cs-close.show,
.cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler .cs-close.show,
.cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler .cs-close.show,
.cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler .cs-close.show,
.cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler .cs-close.show {
    display: inline
}

.cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler .cs-close.hide,
.cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler .cs-close.hide,
.cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler .cs-close.hide,
.cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler .cs-close.hide,
.cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler .cs-close.hide {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content {
    border: 0;
    box-shadow: 0 2px 20px 0 rgba(181, 181, 176, .5);
    background-color: #fff;
    min-width: 510px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header {
    align-items: center;
    padding: 30px;
    border-color: #f4f4f2
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .modal-title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #000;
    text-transform: uppercase
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .actions .cart-notify {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #e6e6de
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .actions .cart-notify .link-text {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .actions .cs-close {
    background-color: transparent;
    border: none;
    padding-right: 0;
    padding-left: 23px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .actions .cs-close:focus {
    outline: 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body {
    padding: 40px 40px 20px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-empty {
    font-family: "Playfair Display";
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    text-align: center;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item {
    padding: 40px 0;
    border-bottom: 1px solid #f4f4f2
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item:first-child {
    padding-top: 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img {
    max-width: 80px;
    min-width: 80px;
    max-height: 120px;
    min-height: 120px;
    background-color: #f4f4f2
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img img {
    max-width: 80px;
    max-height: 100px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details {
    width: 100%;
    padding-left: 20px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a.cart-remove {
    padding-right: 15px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a.cart-remove img {
    max-width: 30%
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a.cart-remove img.cs-close-img {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a.cart-remove img.cs-close-img-hover {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a:hover {
    text-decoration: none;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a:hover img.cs-close-img {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a:hover img.cs-close-img-hover {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price del {
    color: #b5b5b0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price ins {
    padding-left: 8px;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove {
    padding-left: 15px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove img {
    max-width: 30%
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove img.cs-close-img {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove img.cs-close-img-hover {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a:hover img.cs-close-img-hover {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .name {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .name .item-action {
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .name .item-action:hover {
    color: #fcc463;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .quantity-details .input-group .input-group-text {
    border-radius: 0;
    border: none;
    background: 0 0;
    padding: 0 0 0 15px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .quantity-details .input-group .input-group-text:focus {
    outline: 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .quantity-details .input-group .quantity {
    border-color: #b5b5b0;
    max-width: 42px;
    text-align: center
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn {
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn:focus {
    box-shadow: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn .open-btn {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn .close-btn {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn.collapsed .open-btn {
    display: inline
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn.collapsed .close-btn {
    display: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .cs-collapse-btn span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body {
    padding: 0;
    border-radius: 0;
    border: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products {
    border-bottom: 1px solid #f4f4f2;
    padding: 20px 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .categry-name {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .price {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .price del {
    color: #b5b5b0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .price ins {
    padding-left: 8px;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .name {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    color: #000;
    padding-top: 10px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .name .item-action {
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .name .item-action:hover {
    color: #fcc463;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #f4f4f2
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-entry {
    text-align: center
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-entry .btn:hover {
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-entry .btn:focus {
    box-shadow: none;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .input-group .form-control {
    border: solid 1px #b5b5b0;
    border-right: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .input-group .form-control:focus {
    box-shadow: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .input-group .input-group-prepend .btn.disabled {
    background-color: #b5b5b0;
    cursor: no-drop
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/coupon-ticket.png.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-applied-coupon {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b5b5b0;
    text-transform: uppercase
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-coupon-ticket-dot {
    border-right: 1px solid #b5b5b0;
    border-right-style: dashed
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-couppon-offer {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4c4c4c
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-remove {
    margin-top: 20px;
    text-align: center
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-remove .btn:hover {
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-remove .btn:focus {
    box-shadow: none;
    text-decoration: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f4f4f2;
    border-radius: 0;
    border: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .shipping-estimate {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 2px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .ship-notify {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #b5b5b0
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .checkout-btn a {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .checkout-btn a span {
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86
}

@media screen and (max-width:767px) {

    .cs-header.container-fluid .navbar-cs,
    .cs-header.container-lg .navbar-cs,
    .cs-header.container-md .navbar-cs,
    .cs-header.container-sm .navbar-cs,
    .cs-header.container-xl .navbar-cs {
        padding: 20px 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fff
    }

    .cs-header.container-fluid .navbar-cs.cs-lg-divide,
    .cs-header.container-lg .navbar-cs.cs-lg-divide,
    .cs-header.container-md .navbar-cs.cs-lg-divide,
    .cs-header.container-sm .navbar-cs.cs-lg-divide,
    .cs-header.container-xl .navbar-cs.cs-lg-divide {
        background: 0 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse,
    .cs-header.container-lg .navbar-cs .navbar-collapse,
    .cs-header.container-md .navbar-cs .navbar-collapse,
    .cs-header.container-sm .navbar-cs .navbar-collapse,
    .cs-header.container-xl .navbar-cs .navbar-collapse {
        padding: 0;
        margin: 20px 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav {
        margin-top: 0 !important
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item {
        border-bottom: solid 1px #e6e6de;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child {
        border-top: solid 1px #e6e6de
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-link,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-link,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-link,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-link,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-link {
        margin: 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link {
        position: static;
        top: auto;
        left: auto;
        padding-top: 0;
        width: 100%
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content {
        padding: 10px 0;
        border-top: none
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle {
        margin-top: 30px
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li.nav-item .nav-sub-link .sub-content .cs-bundle .img .cs-img-fluid {
        max-width: 281px;
        padding: 17px 0 7px
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link:before,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link:before,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link:before,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link:before,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link:before {
        content: none
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-link .link-text {
        color: #000
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li:hover .nav-sub-link {
        display: none
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-down,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-down,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-down,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-down,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-down {
        display: block
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-up,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-up,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-up,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-up,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .cs-arrow-up {
        display: none
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:first-child {
        padding-right: 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content .divider:last-child {
        padding-left: 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-brand,
    .cs-header.container-lg .navbar-cs .navbar-brand,
    .cs-header.container-md .navbar-cs .navbar-brand,
    .cs-header.container-sm .navbar-cs .navbar-brand,
    .cs-header.container-xl .navbar-cs .navbar-brand {
        padding: 0 0 0 20px
    }

    .cs-header.container-fluid .navbar-cs .navbar-brand img.logo,
    .cs-header.container-lg .navbar-cs .navbar-brand img.logo,
    .cs-header.container-md .navbar-cs .navbar-brand img.logo,
    .cs-header.container-sm .navbar-cs .navbar-brand img.logo,
    .cs-header.container-xl .navbar-cs .navbar-brand img.logo {
        max-width: 80px;
        max-height: 41px
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 20px;
        border: solid 1px #e6e6de
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link.cart-increase {
        background-color: #fcc463;
        border-color: #fcc463
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link .link-text {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link:hover,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link:hover,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link:hover,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link:hover,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link:hover {
        text-decoration: none
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler {
        padding: 0 20px 0 0
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler:focus {
        outline: 0
    }

    .cs-cart-modal .cs-cart-modal-dialog {
        width: 100%;
        height: 100%
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content {
        min-width: 100%
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header .modal-title img {
        max-width: 80px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body {
        padding: 20px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .categry-name a.cart-remove {
        padding-right: 10px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove {
        padding-left: 10px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .price {
        display: inline-flex
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .cart-bundle-items .card.card-body .bundles-products .price ins {
        padding-left: 6px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket {
        background: 0 0;
        min-height: 70px;
        margin-top: 20px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-coupon-ticket-mobile {
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/coupon-ticket.png.webp);
        background-size: cover;
        background-repeat: no-repeat
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer {
        padding: 20px 20px 30px
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .checkout-btn {
        width: 100%;
        margin: 0
    }
}

@media (min-width:768px) and (max-width:991px) {

    .cs-header.container-fluid .navbar-cs,
    .cs-header.container-lg .navbar-cs,
    .cs-header.container-md .navbar-cs,
    .cs-header.container-sm .navbar-cs,
    .cs-header.container-xl .navbar-cs {
        padding: 30px 5px
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse,
    .cs-header.container-lg .navbar-cs .navbar-collapse,
    .cs-header.container-md .navbar-cs .navbar-collapse,
    .cs-header.container-sm .navbar-cs .navbar-collapse,
    .cs-header.container-xl .navbar-cs .navbar-collapse {
        padding: 30px
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav {
        flex-direction: row;
        justify-content: space-between
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav .nav-item:first-child,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav .nav-item:first-child,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav .nav-item:first-child,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav .nav-item:first-child,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav .nav-item:first-child {
        margin-left: 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav .nav-item:last-child,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav .nav-item:last-child,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav .nav-item:last-child,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav .nav-item:last-child,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav .nav-item:last-child {
        margin-right: 0
    }

    .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
    .cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
    .cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
    .cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content,
    .cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-sub-link .sub-content {
        padding: 40px 35px 60px
    }

    .cs-header.container-fluid .navbar-cs .navbar-brand,
    .cs-header.container-lg .navbar-cs .navbar-brand,
    .cs-header.container-md .navbar-cs .navbar-brand,
    .cs-header.container-sm .navbar-cs .navbar-brand,
    .cs-header.container-xl .navbar-cs .navbar-brand {
        padding: 0 0 0 30px
    }

    .cs-header.container-fluid .navbar-cs .navbar-brand img.logo,
    .cs-header.container-lg .navbar-cs .navbar-brand img.logo,
    .cs-header.container-md .navbar-cs .navbar-brand img.logo,
    .cs-header.container-sm .navbar-cs .navbar-brand img.logo,
    .cs-header.container-xl .navbar-cs .navbar-brand img.logo {
        max-width: 80px;
        max-height: 41px
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link {
        width: 40px;
        height: 40px;
        background-color: #fcc463;
        border-radius: 50%;
        margin-right: 20px
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link .link-text,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link .link-text {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler,
    .cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler {
        padding: 0 30px 0 0
    }

    .cs-header.container-fluid .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-lg .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-md .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-sm .navbar-cs .cs-mobile .navbar-toggler:focus,
    .cs-header.container-xl .navbar-cs .cs-mobile .navbar-toggler:focus {
        outline: 0
    }
}




.home-page .cs-section-overview {
    margin-bottom: 40px
}

.home-page .cs-section-overview .cs-section .img-gallery {
    background-color: #f4f4f2
}

.home-page .cs-section-overview .cs-section .img-gallery .img {
    text-align: center;
    padding: 50px 90px 170px
}

.home-page .cs-section-overview .cs-section .cs-section-content {
    padding: 50px 80px 50px 50px
}

.home-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px auto 30px
}

.home-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-content {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.home-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-content span {
    font-style: italic
}

.home-page .cs-new-arrivals {
    padding: 40px 80px
}

.home-page .cs-new-arrivals .cs-header {
    margin-bottom: 15px
}

.home-page .cs-new-arrivals .cs-header .cs-head {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.home-page .cs-new-arrivals .cs-header .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.home-page .cs-new-arrivals .cs-header .cs-link .cs-img {
    margin-left: 10px
}

.home-page .cs-new-arrivals .cs-header .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.home-page .cs-new-arrivals .cs-content .product-card {
    background-color: #f4f4f2;
    padding: 40px;
    margin: 0 20px
}

.home-page .cs-new-arrivals .cs-content .product-card:first-child {
    margin-left: 0
}

.home-page .cs-new-arrivals .cs-content .product-card:last-child {
    margin-right: 0
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .img {
    text-align: center;
    margin: 20px auto 10px;
    max-width: 200px
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .quick-view-btn {
    display: none;
    margin: 15px auto 0
}

.home-page .cs-new-arrivals .cs-content .product-card .product-content .quick-view-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-new-arrivals .cs-content .product-card:hover {
    background-color: #fcc463
}

.home-page .cs-new-arrivals .cs-content .product-card:hover .product-content .overview {
    display: none
}

.home-page .cs-new-arrivals .cs-content .product-card:hover .product-content .price {
    display: none
}

.home-page .cs-new-arrivals .cs-content .product-card:hover .product-content .quick-view-btn {
    display: flex
}

.home-page .cs-story-time {
    padding: 80px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/story-time.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0 80px
}

.home-page .cs-story-time .cs-content {
    padding: 0
}

.home-page .cs-story-time .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.home-page .cs-story-time .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.home-page .cs-story-time .cs-content .head span {
    font-style: italic
}

.home-page .cs-story-time .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.home-page .cs-story-time .cs-content .story-btn {
    margin-bottom: 40px
}

.home-page .cs-story-time .cs-content .story-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-story-time .cs-content .story-btn .btn:hover {
    background-color: #f6f6f5
}

.home-page .cs-story-time .cs-content .story-btn .btn img {
    padding-left: 15px
}

.home-page .cs-story-time-new {
    padding: 0 15px 0 80px;
    margin: 40px 0 80px;
    background-color: #d5d0cd
}

.home-page .cs-story-time-new .content-details .cs-content {
    padding: 80px 0
}

.home-page .cs-story-time-new .content-details .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.home-page .cs-story-time-new .content-details .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.home-page .cs-story-time-new .content-details .cs-content .head span {
    font-style: italic
}

.home-page .cs-story-time-new .content-details .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.home-page .cs-story-time-new .content-details .cs-content .story-btn {
    margin-bottom: 40px
}

.home-page .cs-story-time-new .content-details .cs-content .story-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-story-time-new .content-details .cs-content .story-btn .btn:hover {
    background-color: #f6f6f5
}

.home-page .cs-story-time-new .content-details .cs-content .story-btn .btn img {
    padding-left: 15px
}

.home-page .cs-story-time-new .img-gallery {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/story-time-new.jpeg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.home-page .cs-skin-concerns {
    padding: 30px 80px
}

.home-page .cs-skin-concerns .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home-page .cs-skin-concerns .concerns-list {
    width: 100%;
    list-style: none
}

.home-page .cs-skin-concerns .concerns-list .concern-link {
    padding: 20px 25px
}

.home-page .cs-skin-concerns .concerns-list .concern-link .anchor-dot {
    position: relative
}

.home-page .cs-skin-concerns .concerns-list .concern-link .anchor-dot .dot {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    margin-right: 20px;
    transition: background .3s, -webkit-transform ease-out .2s;
    transition: transform ease-out .2s, background .3s;
    transition: transform ease-out .2s, background .3s, -webkit-transform ease-out .2s
}

.home-page .cs-skin-concerns .concerns-list .concern-link .anchor-dot .dot:after {
    -webkit-animation: sonarEffect 2.3s ease-out 75ms;
    animation: sonarEffect 2.3s ease-out 75ms
}

.home-page .cs-skin-concerns .concerns-list .concern-link .anchor-dot .dot .sub-dot {
    width: 26px;
    height: 26px;
    background-color: #fcc463;
    border-radius: 50%;
    display: block;
    margin: auto
}

.home-page .cs-skin-concerns .concerns-list .concern-link .anchor-dot .hover-img {
    display: none;
    width: 70px;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.home-page .cs-skin-concerns .concerns-list .concern-link span {
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -.9px;
    color: #000
}

.home-page .cs-skin-concerns .concerns-list .concern-link span sup {
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    top: -40px
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover {
    text-decoration: none
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover .anchor-dot .dot {
    background-color: #fcc463;
    -webkit-transform: scale(.83);
    -ms-transform: scale(.83);
    transform: scale(.83)
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover .anchor-dot .dot .sub-dot {
    display: none
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover .anchor-dot .hover-img {
    display: block
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover span {
    color: #fcc463
}

.home-page .cs-skin-concerns .concerns-list .concern-link:hover span sup {
    font-weight: 700
}

.home-page .cs-skin-concerns .concerns-list-group {
    margin: 130px auto 0
}

.home-page .cs-skin-concerns .concerns-list-group .link-list {
    margin-right: 30px
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group {
    border-radius: 0
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item {
    border: none;
    padding: 0
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item span {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -1.2px;
    color: #b5b5b0
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item sup {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.67px;
    color: #b5b5b0;
    top: -35px
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item.active,
.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item:hover {
    background: 0 0
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item.active span,
.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item:hover span {
    color: #000
}

.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item.active sup,
.home-page .cs-skin-concerns .concerns-list-group .link-list .list-group .list-group-item:hover sup {
    color: #000
}

.home-page .cs-skin-concerns .concerns-list-group .content-list {
    margin-left: 30px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card {
    background-color: #f4f4f2;
    padding: 40px;
    max-width: 400px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .img {
    text-align: center;
    margin: 20px auto 10px;
    max-width: 200px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto;
    display: block;
    max-width: 320px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: block
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .quick-view-btn {
    display: none;
    margin: 15px auto 0;
    max-width: 320px;
    min-width: 320px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card .product-content .quick-view-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card:last-child {
    max-width: initial;
    margin-top: 40px
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card:hover {
    background-color: #fcc463
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card:hover .overview {
    display: none
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card:hover .price {
    display: none
}

.home-page .cs-skin-concerns .concerns-list-group .content-list .tab-content .tab-pane .cs-content .product-card:hover .quick-view-btn {
    display: flex;
    justify-content: center
}

.home-page .cs-skin-concerns .cs-more-link .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    text-align: right;
    color: #000
}

.home-page .cs-skin-concerns .cs-more-link .cs-link .cs-img {
    margin-left: 10px
}

.home-page .cs-skin-concerns .cs-more-link .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.home-page .cs-products {
    padding: 80px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/products-overview.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0 80px
}

.home-page .cs-products .cs-content {
    padding: 0;
    max-width: 510px
}

.home-page .cs-products .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.home-page .cs-products .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.home-page .cs-products .cs-content .head span {
    font-style: italic
}

.home-page .cs-products .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.home-page .cs-products .cs-content .story-btn {
    margin-bottom: 40px
}

.home-page .cs-products .cs-content .story-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-products .cs-content .story-btn .btn:hover {
    background-color: #f6f6f5
}

.home-page .cs-products .cs-content .story-btn .btn img {
    padding-left: 15px
}

.home-page .cs-bundle-box {
    padding: 0 80px
}

.home-page .cs-bundle-box .cs-bundle {
    background-color: #f4f4f2;
    padding: 80px 65px
}

.home-page .cs-bundle-box .cs-bundle .content-details {
    padding: 0 20px
}

.home-page .cs-bundle-box .cs-bundle .content-details .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.home-page .cs-bundle-box .cs-bundle .content-details .bundle-heading {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 25px;
    text-align: left
}

.home-page .cs-bundle-box .cs-bundle .content-details .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 30px;
    text-align: left
}

.home-page .cs-bundle-box .cs-bundle .content-details .cs-btn {
    margin-bottom: 40px
}

.home-page .cs-bundle-box .cs-bundle .content-details .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.home-page .cs-bundle-box .cs-bundle .content-details .cs-btn .btn:hover {
    background-color: #f6f6f5
}

.home-page .cs-bundle-box .cs-bundle .gallery-details {
    padding: 0 20px;
    text-align: center
}

.home-page .cs-bundle-box .cs-bundle .gallery-details .img {
    margin-bottom: 10px
}

.home-page .cs-bundle-box .cs-bundle .gallery-details .img img {
    max-width: 400px
}

.home-page .cs-bundle-box .cs-bundle .gallery-details .title {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin-bottom: 10px
}

.home-page .cs-bundle-box .cs-bundle .gallery-details .price-details {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.home-page .cs-bundle-box .cs-bundle .gallery-details .price-details span {
    font-weight: 500
}

.home-page .cs-bundle-box .view-section .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.home-page .cs-bundle-box .view-section .cs-link .cs-img {
    margin-left: 10px
}

.home-page .cs-bundle-box .view-section .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.home-page .cs-footer-content {
    padding: 80px
}

.home-page .cs-footer-content .content-details .quote {
    font-family: Playfair Display;
    font-size: 120px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f4f4f2
}

.home-page .cs-footer-content .content-details .content {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.home-page .cs-footer-content .content-details .content span {
    font-style: italic
}

.home-page .cs-footer-content .content-details .sub-text {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    margin: 30px auto;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .home-page {
        top: 45px;
        position: relative
    }

    .home-page .cs-section-overview {
        padding: 40px 20px 0
    }

    .home-page .cs-section-overview .d-flex .cs-content {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .home-page .cs-section-overview .cs-section .img-gallery {
        background-color: transparent
    }

    .home-page .cs-section-overview .cs-section .img-gallery .img {
        padding: 0
    }

    .home-page .cs-section-overview .cs-section .cs-section-content {
        padding: 0 15px;
        margin-bottom: 40px
    }

    .home-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-head {
        margin-top: 0
    }

    .home-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-content {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .home-page .cs-new-arrivals {
        padding: 20px
    }

    .home-page .cs-new-arrivals .cs-header {
        margin-bottom: 20px
    }

    .home-page .cs-new-arrivals .cs-header .cs-head {
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.45px
    }

    .home-page .cs-new-arrivals .cs-header .cs-link {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.39px
    }

    .home-page .cs-new-arrivals .cs-content .product-card {
        margin: 0 0 10px
    }

    .home-page .cs-new-arrivals .cs-content .product-card .product-content .name {
        font-size: 16px;
        letter-spacing: -.3px
    }

    .home-page .cs-new-arrivals .cs-content .product-card .product-content .price {
        font-size: 12px;
        line-height: normal
    }

    .home-page .cs-story-time {
        margin: 30px 0;
        padding: 60px 40px 0;
        background: 0 0;
        background-repeat: no-repeat;
        background-size: contain
    }

    .home-page .cs-story-time .cs-content .title {
        margin: 0 auto 20px
    }

    .home-page .cs-story-time .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .home-page .cs-story-time .cs-content .overview {
        line-height: 1.71;
        color: #000;
        margin-bottom: 30px
    }

    .home-page .cs-story-time .cs-content .story-btn {
        padding-bottom: 150px
    }

    .home-page .cs-story-time .cs-content .story-btn .btn {
        max-width: 260px
    }

    .home-page .cs-story-time-new {
        margin: 30px 0;
        padding: 60px 15px 0
    }

    .home-page .cs-story-time-new .content-details {
        padding: 0 30px
    }

    .home-page .cs-story-time-new .content-details .cs-content {
        padding: 0
    }

    .home-page .cs-story-time-new .content-details .cs-content .title {
        margin: 0 auto 20px
    }

    .home-page .cs-story-time-new .content-details .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .home-page .cs-story-time-new .content-details .cs-content .overview {
        line-height: 1.71;
        color: #000;
        margin-bottom: 30px
    }

    .home-page .cs-story-time-new .content-details .cs-content .story-btn .btn {
        max-width: 260px
    }

    .home-page .cs-story-time-new .img-gallery {
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/story-time-new-mobile.jpeg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 600px
    }

    
    
    

    .home-page .cs-products {
        margin: 30px 0 60px;
        padding: 60px 30px 200px;
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/products-overview-mobile.png.webp);
        background-repeat: round
    }

    .home-page .cs-products .cs-content .title {
        margin: 0 auto 20px
    }

    .home-page .cs-products .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .home-page .cs-products .cs-content .overview {
        line-height: 1.71;
        color: #000
    }

    .home-page .cs-products .cs-content .story-btn .btn {
        max-width: 260px
    }

    .home-page .cs-bundle-box {
        padding: 0 20px 40px
    }

    .home-page .cs-bundle-box .cs-bundle {
        padding: 40px 25px
    }

    .home-page .cs-bundle-box .cs-bundle .content-details {
        padding: 0 5px
    }

    .home-page .cs-bundle-box .cs-bundle .content-details .bundle-heading {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        margin-bottom: 20px
    }

    .home-page .cs-bundle-box .cs-bundle .content-details .overview {
        line-height: 1.71;
        color: #000
    }

    .home-page .cs-bundle-box .cs-bundle .gallery-details {
        padding: 0 5px
    }

    .home-page .cs-bundle-box .cs-bundle .gallery-details .img img {
        width: 100%
    }

    .home-page .cs-bundle-box .cs-bundle .gallery-details .cs-btn .btn {
        border: solid 2px #fcc463;
        border-radius: 40px;
        background-color: transparent;
        font-family: "Playfair Display";
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.75;
        letter-spacing: normal;
        color: #000;
        padding: 0 30px;
        width: 100%
    }

    .home-page .cs-bundle-box .view-section .cs-link {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -.39px
    }

    .home-page .cs-footer-content {
        padding: 0 20px
    }

    .home-page .cs-footer-content .content-details .quote {
        font-size: 70px;
        min-width: 30px;
        min-height: 70px;
        max-height: 70px
    }

    .home-page .cs-footer-content .content-details .content {
        font-size: 28px;
        letter-spacing: -.7px
    }

    .home-page .cs-footer-content .content-details .sub-text {
        font-size: 10px;
        padding: 20px;
        margin-top: 0
    }
}

.taxonomy-page .cs-section-overview .cs-section .cs-section-content {
    padding: 40px 80px 30px
}

.taxonomy-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px auto 30px
}

.taxonomy-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-content {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.taxonomy-page .cs-section-overview .cs-section .cs-section-content .d-flex .cs-content span {
    font-style: italic
}

.taxonomy-page .cs-new-arrivals {
    padding: 20px 80px
}

.taxonomy-page .cs-new-arrivals .cs-header {
    margin-bottom: 15px
}

.taxonomy-page .cs-new-arrivals .cs-header .cs-head {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.taxonomy-page .cs-new-arrivals .cs-header .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.taxonomy-page .cs-new-arrivals .cs-header .cs-link .cs-img {
    margin-left: 10px
}

.taxonomy-page .cs-new-arrivals .cs-header .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.taxonomy-page .cs-new-arrivals .cs-content {
    margin: 40px 0
}

.taxonomy-page .cs-new-arrivals .cs-content.first-content {
    margin-top: 0 !important
}

.taxonomy-page .cs-new-arrivals .cs-content.last-content {
    margin-bottom: 0 !important
}

.taxonomy-page .cs-new-arrivals .cs-content.last-content .product-card .product-content .quick-view-btn {
    margin: 30px auto 23px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card {
    background-color: #f4f4f2;
    padding: 40px;
    margin: 0 20px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:first-child {
    margin-left: 0
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:last-child {
    margin-right: 0
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .img {
    text-align: center;
    margin: 30px auto 10px;
    max-width: 200px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .img img {
    max-width: 200px;
    max-height: 280px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .img:hover {
    text-decoration: none
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .name:hover {
    text-decoration: none
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto;
    min-height: 46px;
    display: flex;
    align-items: center
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .overview pre {
    font-family: AktivGrotesk;
    font-size: 14px;
    margin-bottom: 0;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 5px auto 20px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .price del {
    color: #b5b5b0
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .price ins {
    padding-left: 8px;
    text-decoration: none
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .quick-view-btn {
    display: none;
    margin: 30px auto 0
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .quick-view-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .quick-view-btn .btn:hover {
    background-color: #f6f6f5
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:hover {
    background-color: #fcc463
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:hover .product-content .overview {
    display: none
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:hover .product-content .price {
    display: none
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card:hover .product-content .quick-view-btn {
    display: flex
}

@media screen and (max-width:767px) {
    .taxonomy-page {
        margin-top: 80px
    }

    .taxonomy-page .cs-new-arrivals {
        padding: 0 20px
    }

    .taxonomy-page .cs-new-arrivals .cs-header {
        margin-bottom: 20px
    }

    .cs-header .cs-head {
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.45px
    }

    .taxonomy-page .cs-new-arrivals .cs-header .cs-link {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.39px
    }

    .taxonomy-page .cs-new-arrivals .cs-content .product-card {
        margin: 0 0 10px
    }

    .taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .name {
        font-size: 16px;
        letter-spacing: -.3px
    }

    .taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .price {
        font-size: 12px;
        line-height: normal
    }
}

.product-details-page .cs-product-details {
    padding: 40px 95px
}

.product-details-page .cs-product-details .row .cs-product-gallery {
    background-color: #f4f4f2;
    text-align: center
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel {
    padding: 60px 60px 0
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-indicators {
    margin-bottom: 50px;
    align-items: center
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-indicators li {
    width: auto;
    height: auto;
    border: none;
    background: 0 0;
    text-indent: 0;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #b5b5b0;
    opacity: 1;
    margin-right: 10px;
    margin-left: 10px
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-indicators li.active {
    color: #000
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-inner {
    padding: 50px
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-inner .carousel-item img.product {
    margin-bottom: 50px
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    border: solid 2px #fcc463;
    border-radius: 35px;
    margin: auto
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav.carousel-control-prev {
    left: -50px
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav.carousel-control-next {
    right: -50px
}

.product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav:hover {
    background-color: #fcc463
}

.product-details-page .cs-product-details .row .cs-product-overview {
    max-width: 500px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .title-desc {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .7;
    letter-spacing: -.35px;
    color: #000
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-measure {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #b5b5b0;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-desc {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list {
    padding-top: 10px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list .list-group {
    flex-wrap: wrap
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list .list-group .list-group-item {
    margin: 5px 10px 5px 0;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #b5b5b0;
    border-radius: 22px;
    border: solid 1px #b5b5b0
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart {
    padding-bottom: 20px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn del {
    opacity: .5
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn del span {
    opacity: .5
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn ins {
    padding-left: 8px;
    text-decoration: none
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn span {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn:hover {
    background-color: #fcc463
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-bundle-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-bundle-btn .btn span {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-bundle-btn .btn:hover {
    background-color: transparent
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .cs-stock {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .cs-stock .stock {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0 30px;
    width: 100%;
    opacity: .8
}

.product-details-page .cs-product-usage {
    padding: 40px 95px
}

.product-details-page .cs-product-usage .row .cs-usage-details .usage {
    max-width: 400px
}

.product-details-page .cs-product-usage .row .cs-usage-details .usage .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 15px
}

.product-details-page .cs-product-usage .row .cs-usage-details .usage .title span {
    font-style: italic
}

.product-details-page .cs-product-usage .row .cs-usage-details .usage .list-group .list-group-item {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    border: none;
    padding: 15px 0
}

.product-details-page .cs-product-usage .row .cs-usage-details .usage .list-group .list-group-item span {
    font-size: 12px;
    font-weight: 700;
    color: #000
}

.product-details-page .cs-ingredients-section {
    padding: 20px 95px 40px
}

.product-details-page .cs-ingredients-section .section-details .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-details .overview {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 840px
}

.product-details-page .cs-ingredients-section .section-details .overview span {
    font-style: italic
}

.product-details-page .cs-ingredients-section .section-details .overview pre {
    display: inline;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: italic;
    white-space: normal
}

.product-details-page .cs-ingredients-section .section-ingredients-details {
    padding-top: 65px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section {
    padding: 80px;
    border: solid 30px #fcc463
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details {
    max-width: 400px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details .title span {
    font-style: italic
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details .content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    padding-top: 15px;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details .sub-content {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section .details .content-footer {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #b5b5b0
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section {
    padding: 0 30px 0 80px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details {
    max-width: 400px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .title span {
    font-style: italic
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .content {
    padding-top: 15px;
    padding-bottom: 15px
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .content p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a
}

.product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .content p b {
    font-weight: 500;
    color: #000
}

.product-details-page .cs-promise-section {
    padding: 80px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/products-overview.png.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 40px 0
}

.product-details-page .cs-promise-section .cs-content {
    padding: 0;
    max-width: 510px
}

.product-details-page .cs-promise-section .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.product-details-page .cs-promise-section .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.product-details-page .cs-promise-section .cs-content .head span {
    font-style: italic
}

.product-details-page .cs-promise-section .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.product-details-page .cs-promise-section .cs-content .story-btn {
    margin-bottom: 40px
}

.product-details-page .cs-promise-section .cs-content .story-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.product-details-page .cs-promise-section .cs-content .story-btn .btn:hover {
    background-color: #fcc463
}

.product-details-page .cs-product-reviews {
    padding: 40px 95px
}

.product-details-page .cs-product-reviews .row .review-overview .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px
}

.product-details-page .cs-product-reviews .row .review-overview .content {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1.2px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-reviews .row .review-overview .content span {
    color: #fcc463
}

.product-details-page .cs-product-reviews .row .review-overview .sub-content {
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #b5b5b0;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-details-page .cs-product-reviews .row .review-overview .write-review-btn {
    padding-top: 20px
}

.product-details-page .cs-product-reviews .row .review-overview .write-review-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px;
    text-align: center
}

.product-details-page .cs-product-reviews .row .review-overview .write-review-btn .btn:hover {
    background-color: #fcc463
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail {
    background-color: #f4f4f2;
    padding: 40px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail:first-child {
    margin-top: 0
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail:last-child {
    margin-bottom: 0
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .header .name {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.46px;
    color: #000
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .product-type {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #b5b5b0;
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .product-type span {
    font-weight: 400
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .comment .head {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .comment p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.product-details-page .cs-product-reviews .row .customer-reviews .list-group .list-group-item.review-detail .comment p:last-child {
    margin-bottom: 0
}

.product-details-page .cs-related-products {
    padding: 40px 80px
}

.product-details-page .cs-related-products .cs-header {
    margin-bottom: 15px
}

.product-details-page .cs-related-products .cs-header .cs-head {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.product-details-page .cs-related-products .cs-header .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.product-details-page .cs-related-products .cs-header .cs-link .cs-img {
    margin-left: 10px
}

.product-details-page .cs-related-products .cs-header .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.product-details-page .cs-related-products .cs-content .product-card {
    background-color: #f4f4f2;
    padding: 40px;
    margin: 0 20px
}

.product-details-page .cs-related-products .cs-content .product-card:first-child {
    margin-left: 0
}

.product-details-page .cs-related-products .cs-content .product-card:last-child {
    margin-right: 0
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .img {
    text-align: center;
    margin: 20px auto 10px
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .quick-view-btn {
    display: none;
    margin: 15px auto 0
}

.product-details-page .cs-related-products .cs-content .product-card .product-content .quick-view-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.product-details-page .cs-related-products .cs-content .product-card:hover {
    background-color: #fcc463
}

.product-details-page .cs-related-products .cs-content .product-card:hover .product-content .overview {
    display: none
}

.product-details-page .cs-related-products .cs-content .product-card:hover .product-content .price {
    display: none
}

.product-details-page .cs-related-products .cs-content .product-card:hover .product-content .quick-view-btn {
    display: flex
}

@media screen and (max-width:767px) {
    .product-details-page .cs-product-details {
        padding: 0 20px 40px
    }

    .product-details-page .cs-product-details .row .cs-product-gallery {
        background-color: #fff
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel {
        background-color: #f4f4f2;
        padding: 60px 20px
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-indicators {
        margin-bottom: 40px
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-inner {
        background-color: #f4f4f2;
        padding: 60px 20px 0
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav.carousel-control-prev {
        min-width: 35px;
        max-width: 35px;
        left: -20px;
        border-bottom-right-radius: 70px;
        border-top-right-radius: 70px;
        border-left-color: transparent;
        justify-content: flex-start;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .slide-nav.carousel-control-next {
        min-width: 35px;
        max-width: 35px;
        right: -20px;
        border-bottom-left-radius: 70px;
        border-top-left-radius: 70px;
        border-right-color: transparent;
        justify-content: flex-end;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .product-details-page .cs-product-details .row .cs-product-overview {
        margin-top: 40px
    }

    .product-details-page .cs-product-usage {
        padding: 0 20px 40px
    }

    .product-details-page .cs-product-usage .row .cs-usage-details .usage {
        padding: 0 10px 40px
    }

    .product-details-page .cs-promise-section {
        margin: 30px 0 60px;
        padding: 60px 30px 200px;
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/products-overview-mobile.png.webp)
    }

    .product-details-page .cs-promise-section .cs-content .title {
        margin: 0 auto 20px
    }

    .product-details-page .cs-promise-section .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .product-details-page .cs-promise-section .cs-content .overview {
        line-height: 1.71;
        color: #000
    }

    .product-details-page .cs-promise-section .cs-content .story-btn .btn {
        width: 100%
    }

    .product-details-page .cs-related-products {
        padding: 20px
    }

    .product-details-page .cs-related-products .cs-header {
        margin-bottom: 20px
    }

    .product-details-page .cs-related-products .cs-header .cs-head {
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.45px
    }

    .product-details-page .cs-related-products .cs-header .cs-link {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.39px
    }

    .product-details-page .cs-related-products .cs-content .product-card {
        margin: 0 0 10px
    }

    .product-details-page .cs-related-products .cs-content .product-card .product-content .name {
        font-size: 16px;
        letter-spacing: -.3px
    }

    .product-details-page .cs-related-products .cs-content .product-card .product-content .price {
        font-size: 12px;
        line-height: normal
    }

    .product-details-page .cs-ingredients-section {
        padding: 20px 20px 40px
    }

    .product-details-page .cs-ingredients-section .section-details .overview {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .product-details-page .cs-ingredients-section .section-details .overview pre {
        font-size: 28px
    }

    .product-details-page .cs-ingredients-section .section-ingredients-details {
        padding-top: 60px
    }

    .product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section {
        padding: 0 10px
    }

    .product-details-page .cs-ingredients-section .section-ingredients-details .key-ingredients-section .details .title {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .product-details-page .cs-ingredients-section .section-ingredients-details .full-ingredients-section {
        padding: 30px;
        border-width: 10px
    }
}

.checkout-page .cs-checkout-details .row .shipping-info {
    padding-right: 0;
    padding-left: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab {
    padding: 40px 0 0 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab .nav {
    align-items: center
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab .nav .nav-link {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab .nav .nav-link.active {
    font-weight: 500
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab .nav .cs-img {
    margin: 0 4px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content {
    margin-top: 40px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information {
    padding: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .head,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .head,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 95px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content {
    padding-left: 95px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content.cs-pr-leave,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content.cs-pr-leave,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content.cs-pr-leave {
    padding-right: 15px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content.cs-pl-leave,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content.cs-pl-leave,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content.cs-pl-leave {
    padding-left: 15px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group {
    margin-bottom: 20px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group label,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group label,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group label sup,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group label sup,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group label sup {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group .control-box,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group .control-box,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group .control-box {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group .control-box.error,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group .control-box.error,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group .control-box.error {
    border-color: #eb5454
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content .form-group label.error,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content .form-group label.error,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content .form-group label.error {
    color: #eb5454;
    padding-top: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .footer-info,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .footer-info,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .footer-info {
    padding-left: 95px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .footer-info .cs-label,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .footer-info .cs-label,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .footer-info .cs-label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-right: 8px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .footer-info .cs-href,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .footer-info .cs-href,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .footer-info .cs-href {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information {
    margin-top: 60px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information {
    margin-top: 30px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .footer {
    margin-top: 20px;
    border-top: 1px solid #f4f4f2;
    padding: 40px 0;
    background-color: #f4f4f2;
    margin-right: 0;
    margin-bottom: 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .footer .cs-more-link {
    padding-right: 25px;
    padding-left: 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .footer .cs-more-link .outline {
    padding: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .footer .cs-more-link .cs-link {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.3;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 270px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping {
    padding: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 95px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .btn-group-vertical .btn {
    min-height: 48px;
    border-radius: 24px;
    border: solid 1px #b5b5b0;
    margin: 5px 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .btn-group-vertical .btn:active,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .btn-group-vertical .btn:focus,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .btn-group-vertical .btn:hover {
    background-color: #fcc463;
    border-color: #fcc463
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .content {
    padding-left: 95px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .content .alter-checkbox {
    padding-top: 15px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .content .alter-checkbox .checkbox .cb-content {
    padding-left: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .footer {
    margin-top: 40px;
    border-top: 1px solid #f4f4f2;
    padding: 40px 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .footer .cs-more-link .btn {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .footer .cs-more-link .cs-link {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 280px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment {
    padding: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 55px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert {
    margin-bottom: 40px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert .cs-alert-dark {
    border: solid 1px rgba(181, 181, 176, .4);
    border-radius: 4px;
    background-color: rgba(244, 244, 242, .4);
    padding: 20px 20px 24px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert .cs-alert-dark .guarantee-details .cs-img {
    max-width: 24px;
    min-width: 24px;
    max-height: 24px;
    min-height: 24px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert .cs-alert-dark .guarantee-details .guarantee {
    padding-left: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert .cs-alert-dark .guarantee-details .guarantee .heading {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    padding: 6px 0 13px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content.cs-alert .cs-alert-dark .guarantee-details .guarantee .content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #4c4c4c
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content .cards .cs-img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 5px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content .cards .cs-img:last-child {
    margin-right: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group {
    margin-bottom: 20px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group label sup {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group .control-box {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group .input-group .control-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .content .form-group .input-group .input-group-append .input-group-text {
    background-color: transparent;
    border: solid 1px #b5b5b0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment {
    background: 0 0;
    border-radius: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods {
    padding: 0 55px 0 80px;
    border-bottom: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods:after,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods:before {
    content: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods li:not(.woocommerce-notice):after,
.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box {
    margin: 0;
    box-sizing: unset;
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box:before {
    content: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box p {
    display: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset {
    margin: 0;
    width: 100%
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset p {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    width: 100%
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset p.form-row label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset p.form-row label span.required {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454;
    top: -.5em;
    position: relative;
    vertical-align: baseline
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset p.form-row label.error {
    color: #eb5454;
    padding-top: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment div.payment_box fieldset p.form-row .input-text {
    width: 100% !important;
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms {
    padding: 0 55px 0 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms label.checkbox .error {
    color: #eb5454;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms .terms-content {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms .terms-content a {
    color: #fcc463
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms .terms-content a:hover {
    text-decoration: none
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer {
    margin-top: 40px;
    border-top: 1px solid #f4f4f2;
    padding: 40px 0;
    margin-right: 0;
    background-color: #f4f4f2;
    margin-bottom: 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link {
    padding-right: 40px;
    padding-left: 80px
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link .btn {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link .btn.outline {
    padding: 0
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link .cs-link {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.3;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px 0 85px;
    min-width: 270px
}

.checkout-page .cs-checkout-details .row .order-summary {
    padding: 0 80px 0 40px;
    border-left: solid 1px #f4f4f2
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item {
    padding: 40px 0;
    border-bottom: 1px solid #f4f4f2
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item:first-child {
    padding-top: 0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-img {
    max-width: 80px;
    min-width: 80px;
    max-height: 120px;
    min-height: 120px;
    background-color: #f4f4f2
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-img img {
    max-width: 80px;
    max-height: 100px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details {
    width: 100%;
    padding-left: 20px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a.cart-remove {
    padding-right: 15px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a.cart-remove img {
    max-width: 30%
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a.cart-remove img.cs-close-img {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a.cart-remove img.cs-close-img-hover {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a:hover {
    text-decoration: none;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a:hover img.cs-close-img {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .categry-name a:hover img.cs-close-img-hover {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price del {
    color: #b5b5b0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price ins {
    padding-left: 8px;
    text-decoration: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a.cart-remove {
    padding-left: 15px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a.cart-remove img {
    max-width: 30%
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a.cart-remove img.cs-close-img {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a.cart-remove img.cs-close-img-hover {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a:hover img.cs-close-img {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price a:hover img.cs-close-img-hover {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .name {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    color: #000;
    padding-top: 10px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .name .item-action {
    color: #000;
    text-decoration: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .name .item-action:hover {
    color: #fcc463
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .quantity-details .input-group .input-group-text {
    border-radius: 0;
    border: none;
    background: 0 0;
    padding: 0 0 0 15px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .quantity-details .input-group .input-group-text:focus {
    outline: 0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .quantity-details .input-group .quantity {
    border-color: #b5b5b0;
    max-width: 42px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn {
    padding: 0;
    border-radius: 0;
    border: none;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn:focus {
    box-shadow: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn .open-btn {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn .close-btn {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn.collapsed .open-btn {
    display: inline
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn.collapsed .close-btn {
    display: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .cs-collapse-btn span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body {
    padding: 0;
    border-radius: 0;
    border: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products {
    border-bottom: 1px solid #f4f4f2;
    padding: 20px 0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .categry-name {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .price {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .price del {
    color: #b5b5b0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .price ins {
    padding-left: 8px;
    text-decoration: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .name {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    color: #000;
    padding-top: 10px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .name .item-action {
    color: #000;
    text-decoration: none
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .cart-bundle-items .card.card-body .bundles-products .name .item-action:hover {
    color: #fcc463
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content {
    margin: 10px 0
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content .title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content .title span {
    font-weight: 700;
    line-height: 1.86;
    letter-spacing: 2px
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content .value {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000
}

.checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content .value span {
    font-weight: 500
}

@media screen and (max-width:767px) {
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab {
        padding: 20px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content {
        margin-top: 0
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .head,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .head,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .head {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content.cs-pr-leave,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content.cs-pr-leave,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content.cs-pr-leave {
        padding-right: 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .content.cs-pl-leave,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content.cs-pl-leave,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .content.cs-pl-leave {
        padding-left: 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .billing-information .footer-info,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .footer-info,
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .shipping-information .footer-info {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .footer .cs-more-link {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .head {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .shipping-information-tab .content {
        padding: 0 35px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .shipping .footer .cs-more-link .btn.outline {
        padding-top: 20px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .head-content {
        padding: 0 20px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details #payment ul.payment_methods {
        padding: 0 20px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .payment-details .terms {
        padding: 0 20px
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link .btn.outline {
        padding-top: 20px
    }
}

.cs-page-content {
    padding: 40px 80px
}

.cs-page-content .cs-page-initial .heading {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px
}

.cs-page-content .cs-page-initial .content {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    max-width: 750px;
    margin: 24px 0 23px;
    width: 100%
}

.cs-page-content .cs-page-initial .content span {
    font-style: italic
}

.cs-page-content .cs-page-initial .sub-content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 30px;
    max-width: 900px
}

.cs-col-content-img {
    padding: 40px 95px
}

.cs-col-content-img .row .cs-content-details .content {
    max-width: 400px
}

.cs-col-content-img .row .cs-content-details .content .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 15px
}

.cs-col-content-img .row .cs-content-details .content .title span {
    font-style: italic
}

.cs-col-content-img .row .cs-content-details .content .body {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000;
    padding: 15px 0
}

.cs-img-box {
    padding: 80px;
    margin: 40px 0
}

.cs-img-box.philosophy {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/philosophy.png.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.cs-img-box.story {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/story-overview.png.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.cs-img-box .cs-content {
    padding: 0;
    max-width: 510px
}

.cs-img-box .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.cs-img-box .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.cs-img-box .cs-content .head span {
    font-style: italic
}

.cs-img-box .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.cs-img-box .cs-content .cs-btn {
    margin-bottom: 40px
}

.cs-img-box .cs-content .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-img-box .cs-content .cs-btn .btn:hover {
    background-color: #fcc463
}

.cs-img-box .cs-content .cs-btn .btn img {
    padding-left: 15px
}

.cs-page-head-text {
    padding: 80px 80px 20px
}

.cs-page-head-text .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

//.cs-scroll-spy {
  //  padding: 20px 80px
//}

.cs-scroll-spy .list-group {
    border: none;
    border-radius: 0
}

.cs-scroll-spy .list-group .list-group-item {
    border: none;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -1.2px;
    color: #b5b5b0;
    padding: 0
}

.cs-scroll-spy .list-group .list-group-item:hover {
    background-color: transparent;
    color: #000;
    font-weight: 500
}

.cs-scroll-spy .list-group .list-group-item.active {
    background-color: transparent;
    font-weight: 500;
    letter-spacing: -1.2px;
    color: #000
}

.cs-scroll-spy .cs-scrollspy-content {
    position: relative
}

.cs-scroll-spy .cs-scrollspy-content .main-heading {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.6px;
    color: #000;
    padding: 20px 0
}

.cs-scroll-spy .cs-scrollspy-content .main-heading.first {
    padding-top: 40px
}

.cs-scroll-spy .cs-scrollspy-content .main-heading.initial {
    padding-top: 0
}

.cs-scroll-spy .cs-scrollspy-content .heading {
    padding: 20px 0;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.cs-scroll-spy .cs-scrollspy-content .content {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a
}

.cs-scroll-spy .cs-scrollspy-content .content.first {
    padding-top: 0
}

.cs-scroll-spy .cs-scrollspy-content .content p {
    margin-bottom: 30px
}

.cs-scroll-spy .cs-scrollspy-content .content p:last-child {
    margin-bottom: 0
}

.cs-page-content-text {
    padding: 20px 80px
}

.cs-page-content-text p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000
}

.cs-page-content-text p strong {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.6px;
    color: #000
}

.cs-page-content-text p.heading {
    padding-top: 20px
}

.cs-page-content-text p.heading.first {
    padding-top: 0
}

.cs-frame {
    padding: 20px 80px
}

.cs-frame .cs-bundle {
    background-color: #f4f4f2;
    padding: 60px
}

.cs-frame .cs-bundle .content-details {
    padding: 0 20px
}

.cs-frame .cs-bundle .content-details .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cs-frame .cs-bundle .content-details .bundle-heading {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 25px
}

.cs-frame .cs-bundle .content-details .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 30px
}

.cs-frame .cs-bundle .content-details .cs-btn {
    margin-bottom: 40px
}

.cs-frame .cs-bundle .content-details .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-frame .cs-bundle .content-details .cs-btn .btn:hover {
    background-color: #fcc463
}

.cs-frame .cs-bundle .gallery-details {
    padding: 0 20px;
    text-align: center
}

.cs-frame .cs-bundle .gallery-details .img {
    margin-bottom: 10px
}

.cs-frame .cs-bundle .gallery-details .img img {
    max-width: 400px
}

.cs-frame .cs-bundle .gallery-details .title {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin-bottom: 10px
}

.cs-frame .cs-bundle .gallery-details .price-details {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-frame .cs-bundle .gallery-details .price-details span {
    font-weight: 500
}

.cs-about-box {
    padding: 40px 95px
}

.cs-about-box .about-product-story .card {
    max-width: 620px;
    border: none;
    border-radius: 0
}

.cs-about-box .about-product-story .card:first-child {
    padding-right: 20px
}

.cs-about-box .about-product-story .card:last-child {
    padding-left: 20px
}

.cs-about-box .about-product-story .card .card-body {
    border: solid 30px #fcc463;
    padding: 50px 80px
}

.cs-about-box .about-product-story .card .card-body .cs-circle {
    margin-bottom: 30px
}

.cs-about-box .about-product-story .card .card-body .cs-content {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.cs-about-box .about-product-story .card .card-body .cs-content span {
    font-style: normal
}

.cs-about-box .about-product-story .card .card-body .cs-text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

.cs-about-box .about-product-story .card .card-body .cs-sub-content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.cs-about-box .about-product-story .card .card-body .cs-content-list {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 2.4px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px
}






.cs-bundle-box {
    padding: 0 80px
}

.cs-bundle-box .cs-col {
    padding: 20px
}

.cs-bundle-box .cs-bundle {
    background-color: #f4f4f2;
    padding: 60px
}

.cs-bundle-box .cs-bundle .content-details {
    padding: 0 20px
}

.cs-bundle-box .cs-bundle .content-details .img {
    max-width: 400px
}

.cs-bundle-box .cs-bundle .content-details .img img {
    width: 100%
}

.cs-bundle-box .cs-bundle .content-details .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cs-bundle-box .cs-bundle .content-details .bundle-heading {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center
}

.cs-bundle-box .cs-bundle .content-details .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 30px;
    text-align: center
}

.cs-bundle-box .cs-bundle .content-details .cs-btn {
    margin-bottom: 40px
}

.cs-bundle-box .cs-bundle .content-details .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-bundle-box .cs-bundle .content-details .cs-btn .btn:hover {
    background-color: #f6f6f5
}



.cs-story-time-new {
    padding: 0 15px 0 80px;
    margin: 40px 0 80px;
    background-color: #d5d0cd
}

.cs-story-time-new .content-details .cs-content {
    padding: 80px 0
}

.cs-story-time-new .content-details .cs-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin: 40px auto 20px
}

.cs-story-time-new .content-details .cs-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 20px
}

.cs-story-time-new .content-details .cs-content .head span {
    font-style: italic
}

.cs-story-time-new .content-details .cs-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 20px
}

.cs-story-time-new .content-details .cs-content .story-btn {
    margin-bottom: 40px
}

.cs-story-time-new .content-details .cs-content .story-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-story-time-new .content-details .cs-content .story-btn .btn:hover {
    background-color: #f6f6f5
}

.cs-story-time-new .content-details .cs-content .story-btn .btn img {
    padding-left: 15px
}

.cs-story-time-new .img-gallery {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/story-time-new.jpeg.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.cs-bundle-features {
    padding: 40px 80px 60px
}

.cs-bundle-features .cs-features .img {
    width: 180px;
    height: 180px;
    border: solid 2px #f4f4f2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin-bottom: 30px
}

.cs-bundle-features .cs-features .content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 320px
}

.interstitial-offer-page {
    margin-bottom: 60px
}

.interstitial-offer-page .head-section {
    padding: 40px
}

.interstitial-offer-page .head-section .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px
}

.interstitial-offer-page .head-section .brand-logo {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px
}

.interstitial-offer-page .head-section .brand-logo img {
    max-width: 300px;
    max-height: 70px
}

.interstitial-offer-page .head-section .sub-head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.interstitial-offer-page .product-details {
    margin-top: 20px;
    padding: 40px 190px;
    background-color: #fbfbfb
}

.interstitial-offer-page .product-details .product-img .img {
    text-align: center
}

.interstitial-offer-page .product-details .product-img .img img {
    max-height: 500px
}

.interstitial-offer-page .product-details .product-summary .head {
    padding: 12px;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: .92;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.interstitial-offer-page .product-details .product-summary .sub-head {
    padding: 12px;
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: -.9px;
    text-align: center;
    color: #000
}

.interstitial-offer-page .product-details .product-summary .content {
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.interstitial-offer-page .product-details .product-summary .cs-btn {
    padding: 12px;
    text-align: center
}

.interstitial-offer-page .product-details .product-summary .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000;
    padding: 0 40px;
    min-width: 180px
}

.interstitial-offer-page .product-details .product-summary .cs-btn .btn:hover {
    background-color: transparent
}

.interstitial-offer-page .product-details .product-summary .cs-href-btn {
    padding: 12px;
    text-align: center
}

.interstitial-offer-page .product-details .product-summary .cs-href-btn .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.interstitial-offer-page .product-details .product-summary .cs-href-btn .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.interstitial-offer-page .cs-block {
    padding: 40px
}

.interstitial-offer-page .cs-block .cs-section {
    padding: 40px
}

.interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px auto 30px
}

.interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-sub-head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-sub-head span {
    font-style: italic
}

.interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0 auto 20px;
    max-width: 620px
}

.interstitial-offer-page .cs-formulyst-promise {
    padding-top: 40px;
    padding-bottom: 60px
}

.interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content {
    padding-left: 80px
}

.interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content .head {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    color: #000;
    margin-bottom: 30px
}

.interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content .head span {
    font-style: italic
}

.interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content .content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #000;
    max-width: 620px
}

.interstitial-offer-page .cs-formulyst-promise .cs-formulyst-gallery {
    padding-right: 80px
}

@media screen and (max-width:767px) {

    .cs-page-content-body,
    .cs-template-content-body {
        top: 80px;
        position: relative;
        padding-bottom: 60px
    }

    .cs-page-content {
        padding: 40px 20px
    }

    .cs-page-content .cs-page-initial .heading {
        margin-bottom: 20px
    }

    .cs-page-content .cs-page-initial .content {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-page-content .cs-page-initial .sub-content {
        font-size: 14px;
        line-height: 1.86
    }

    .cs-col-content-img {
        padding: 20px 30px 40px
    }

    .cs-col-content-img .row .cs-content-details .content .title {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-img-box {
        margin: 30px 0 60px;
        padding: 60px 30px 200px
    }

    .cs-img-box.philosophy {
        background-repeat: round;
        min-height: 780px
    }

    .cs-img-box.story {
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/story-overview-mobile.png.webp);
        background-repeat: round
    }

    .cs-img-box .cs-content .title {
        margin: 0 auto 20px
    }

    .cs-img-box .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-img-box .cs-content .overview {
        line-height: 1.71;
        color: #000
    }

    .cs-img-box .cs-content .cs-btn .btn {
        max-width: 260px
    }

    .cs-about-box {
        padding: 20px 20px 40px
    }

    .cs-about-box .about-product-story .card:first-child {
        padding-right: 0;
        padding-bottom: 10px
    }

    .cs-about-box .about-product-story .card:last-child {
        padding-left: 0;
        padding-top: 10px
    }

    .cs-about-box .about-product-story .card .card-body {
        border-width: 10px;
        padding: 50px 40px
    }

    .cs-about-box .about-product-story .card .card-body .cs-content {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-page-head-text {
        padding: 40px 20px 20px
    }

    .cs-scroll-spy {
        padding: 0 20px 20px
    }

    .cs-scroll-spy .list-group .list-group-item {
        font-size: 18px;
        line-height: 1;
        letter-spacing: -.45px
    }

    .cs-scroll-spy .cs-scrollspy-content .main-heading.initial {
        padding-top: 70px
    }

    .cs-scroll-spy .cs-scrollspy-content .content.first {
        padding-top: 40px
    }

    .cs-page-content-text {
        padding: 20px
    }

    

    
    .cs-story-time-new {
        margin: 30px 0;
        padding: 60px 15px 0
    }

    .cs-story-time-new .content-details {
        padding: 0 30px
    }

    .cs-story-time-new .content-details .cs-content {
        padding: 0
    }

    .cs-story-time-new .content-details .cs-content .title {
        margin: 0 auto 20px
    }

    .cs-story-time-new .content-details .cs-content .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-story-time-new .content-details .cs-content .overview {
        line-height: 1.71;
        color: #000;
        margin-bottom: 30px
    }

    .cs-story-time-new .content-details .cs-content .story-btn .btn {
        max-width: 260px
    }

    .cs-story-time-new .img-gallery {
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/home/story-time-new-mobile.jpeg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 600px
    }

    .cs-bundle-features {
        padding: 20px
    }

    .cs-bundle-features .cs-features .content {
        font-size: 14px;
        line-height: 1.86;
        margin-bottom: 30px
    }

    .cs-bundle-box {
        padding: 20px
    }

    .cs-bundle-box .cs-bundle {
        padding: 30px
    }

    .cs-bundle-box .cs-bundle .cs-col {
        padding: 15px
    }

    .cs-bundle-box .cs-bundle .content-details {
        padding: 0
    }

    .cs-bundle-box .cs-bundle .content-details .bundle-heading {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-bundle-box .cs-bundle .content-details .overview {
        line-height: 1.71;
        padding-top: 10px
    }

    .cs-bundle-box .cs-bundle .content-details .cs-btn {
        margin-bottom: 0
    }

    .interstitial-offer-page {
        top: 80px;
        position: relative;
        padding-bottom: 60px
    }

    .interstitial-offer-page .head-section .brand-logo {
        padding-bottom: 10px
    }

    .interstitial-offer-page .head-section .sub-head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .interstitial-offer-page .product-details {
        padding: 20px 40px
    }

    .interstitial-offer-page .product-details .product-summary .head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        padding: 30px 15px 15px
    }

    .interstitial-offer-page .product-details .product-summary .sub-head {
        font-size: 22px;
        line-height: 1.27;
        letter-spacing: -.55px;
        padding: 15px
    }

    .interstitial-offer-page .product-details .product-summary .cs-btn .btn {
        font-size: 14px;
        padding: 0 20px
    }

    .interstitial-offer-page .cs-block .cs-section {
        padding: 0
    }

    .interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-head {
        margin-bottom: 20px
    }

    .interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-sub-head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .interstitial-offer-page .cs-block .cs-section .cs-section-content .cs-content {
        font-size: 14px;
        line-height: 1.86
    }

    .interstitial-offer-page .cs-formulyst-promise {
        padding-top: 30px
    }

    .interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content {
        padding-left: 30px;
        padding-right: 30px
    }

    .interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content .head {
        margin-top: 30px;
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .interstitial-offer-page .cs-formulyst-promise .cs-formulyst-content .content {
        font-size: 14px;
        line-height: 1.86
    }

    .interstitial-offer-page .cs-formulyst-promise .cs-formulyst-gallery {
        padding-left: 30px;
        padding-right: 30px
    }
}

.cs-related-products {
    padding: 40px 80px
}

.cs-related-products .cs-header {
    margin-bottom: 15px
}

.cs-related-products .cs-header .cs-head {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.cs-related-products .cs-header .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cs-related-products .cs-header .cs-link .cs-img {
    margin-left: 10px
}

.cs-related-products .cs-header .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.cs-related-products .cs-content .product-card {
    background-color: #f4f4f2;
    padding: 40px;
    margin: 0 20px
}

.cs-related-products .cs-content .product-card:first-child {
    margin-left: 0
}

.cs-related-products .cs-content .product-card:last-child {
    margin-right: 0
}

.cs-related-products .cs-content .product-card .product-content .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 20px 0
}

.cs-related-products .cs-content .product-card .product-content .img {
    text-align: center;
    margin: 30px auto 10px;
    max-width: 200px
}

.cs-related-products .cs-content .product-card .product-content .img:hover {
    text-decoration: none
}

.cs-related-products .cs-content .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.cs-related-products .cs-content .product-card .product-content .name:hover {
    text-decoration: none
}

.cs-related-products .cs-content .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto;
    min-height: 46px;
    display: flex;
    align-items: center
}

.cs-related-products .cs-content .product-card .product-content .overview pre {
    font-family: AktivGrotesk;
    font-size: 14px;
    margin-bottom: 0;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.cs-related-products .cs-content .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 5px auto 20px
}

.cs-related-products .cs-content .product-card .product-content .price del {
    color: #b5b5b0
}

.cs-related-products .cs-content .product-card .product-content .price ins {
    padding-left: 8px;
    text-decoration: none
}

.cs-related-products .cs-content .product-card .product-content .quick-view-btn {
    display: none;
    margin: 30px auto 0
}

.cs-related-products .cs-content .product-card .product-content .quick-view-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fff;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-related-products .cs-content .product-card .product-content .quick-view-btn .btn:hover {
    background-color: #f6f6f5
}

.cs-related-products .cs-content .product-card:hover {
    background-color: #fcc463
}

.cs-related-products .cs-content .product-card:hover .product-content .overview {
    display: none
}

.cs-related-products .cs-content .product-card:hover .product-content .price {
    display: none
}

.cs-related-products .cs-content .product-card:hover .product-content .quick-view-btn {
    display: flex
}

.cs-bundle-corousel {
    padding: 40px 80px
}

.cs-bundle-corousel .carousel {
    background-color: #f4f4f2;
    padding: 60px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details {
    padding: 0 20px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .bundle-heading {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 25px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #3b2e1a;
    margin-bottom: 30px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .cs-btn {
    margin-bottom: 40px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 230px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .cs-btn .btn:hover {
    background-color: #f6f6f5
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details {
    padding: 0 20px;
    text-align: center
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .img {
    margin-bottom: 10px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .img img {
    max-width: 400px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .title {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin-bottom: 10px
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .price-details {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .price-details span {
    font-weight: 500
}

.cs-bundle-corousel .carousel .slide-nav {
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    border: solid 2px #fcc463;
    border-radius: 35px;
    margin: auto
}

.cs-bundle-corousel .carousel .slide-nav.carousel-control-prev {
    left: -35px
}

.cs-bundle-corousel .carousel .slide-nav.carousel-control-next {
    right: -35px
}

.cs-bundle-corousel .carousel .slide-nav:hover {
    background-color: #fcc463
}

.cs-bundle-corousel .cs-more-link .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    text-align: right;
    color: #000
}

.cs-bundle-corousel .cs-more-link .cs-link .cs-img {
    margin-left: 10px
}

.cs-bundle-corousel .cs-more-link .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.cs-bundle-view {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 16;
    border-top: solid 2px #fcc463;
    background-color: #fff;
    padding: 16px 80px
}

.cs-bundle-view .cs-collapse-btn .cs-header .title {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -.35px;
    color: #000;
    margin-left: 12px
}

.cs-bundle-view .cs-collapse-btn .cs-header .title span {
    font-family: AktivGrotesk;
    font-size: 16px;
    letter-spacing: -.31px;
    color: #b5b5b0
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #000
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn span {
    padding-right: 5px
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn .cs-open {
    display: none
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn .cs-close {
    display: block
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn .cs-arrow-down {
    display: none
}

.cs-bundle-view .cs-collapse-btn .cs-header .cs-dropdown .cs-btn .cs-arrow-up {
    display: block
}

.cs-bundle-view .cs-collapse-btn.collapsed .cs-header .cs-dropdown .cs-btn .cs-open {
    display: block
}

.cs-bundle-view .cs-collapse-btn.collapsed .cs-header .cs-dropdown .cs-btn .cs-close {
    display: none
}

.cs-bundle-view .cs-collapse-btn.collapsed .cs-header .cs-dropdown .cs-btn .cs-arrow-down {
    display: block
}

.cs-bundle-view .cs-collapse-btn.collapsed .cs-header .cs-dropdown .cs-btn .cs-arrow-up {
    display: none
}

.cs-bundle-view .cs-collapse-btn:hover {
    color: #000;
    text-decoration: none
}

.cs-bundle-view .cs-collapse {
    padding-top: 40px;
    padding-bottom: 24px
}

.cs-bundle-view .cs-collapse .card.card-body {
    padding: 0;
    border-radius: 0;
    border: none
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col {
    padding: 0 20px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col:first-child {
    padding-left: 15px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card {
    background-color: #f4f4f2;
    padding: 20px;
    max-width: 290px;
    max-height: 390px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .title {
    text-align: right
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .title img {
    cursor: pointer
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .img {
    text-align: center;
    margin: 0 auto 10px;
    max-width: 200px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    margin: 10px auto
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .overview {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .price {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .price del {
    color: #b5b5b0
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card .product-content .price ins {
    padding-left: 8px;
    text-decoration: none
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order-overview .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order-overview .content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
    padding-bottom: 20px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .hr {
    border-top: 1px solid #f4f4f2;
    margin-top: 20px;
    margin-bottom: 20px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order {
    margin: 20px 0
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-dropdown {
    position: relative
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-dropdown .control-box {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn {
    margin: 20px 0
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn .btn:hover {
    background-color: #fcc463
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn .btn .bundle-price {
    font-family: Aktiv Grotesk;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.86
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .form-check .form-check-label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #000
}

@media screen and (max-width:767px) {
    .cs-related-products {
        padding: 20px
    }

    .cs-related-products .cs-header {
        margin-bottom: 20px
    }

    .cs-related-products .cs-header .cs-head {
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.45px
    }

    .cs-related-products .cs-header .cs-link {
        font-size: 14px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.39px
    }

    .cs-related-products .cs-content .product-card {
        margin: 0 0 10px
    }

    .cs-related-products .cs-content .product-card .product-content .name {
        font-size: 16px;
        letter-spacing: -.3px
    }

    .cs-related-products .cs-content .product-card .product-content .price {
        font-size: 12px;
        line-height: normal
    }

    .cs-bundle-corousel {
        padding: 0 20px
    }

    .cs-bundle-corousel .carousel {
        padding: 40px 25px
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details {
        padding: 0 5px
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .bundle-heading {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        margin-bottom: 20px
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .content-details .overview {
        line-height: 1.71;
        color: #000
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details {
        padding: 0 5px
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .img img {
        width: 100%
    }

    .cs-bundle-corousel .carousel .carousel-inner .carousel-item .cs-bundle .gallery-details .cs-btn .btn {
        border: solid 2px #fcc463;
        border-radius: 40px;
        background-color: transparent;
        font-family: "Playfair Display";
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.75;
        letter-spacing: normal;
        color: #000;
        padding: 0 30px;
        width: 100%
    }

    .cs-bundle-corousel .carousel .slide-nav.carousel-control-prev {
        min-width: 35px;
        max-width: 35px;
        left: -20px;
        border-bottom-right-radius: 70px;
        border-top-right-radius: 70px;
        border-left-color: transparent;
        justify-content: flex-start;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .cs-bundle-corousel .carousel .slide-nav.carousel-control-next {
        min-width: 35px;
        max-width: 35px;
        right: -20px;
        border-bottom-left-radius: 70px;
        border-top-left-radius: 70px;
        border-right-color: transparent;
        justify-content: flex-end;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .cs-bundle-corousel .cs-more-link .cs-link {
        font-size: 14px;
        line-height: 4.29;
        letter-spacing: -.39px
    }

    .cs-bundle-view {
        padding: 16px 20px
    }

    .cs-bundle-view.cs-mb-bundle-view {
        top: 81px;
        overflow: auto
    }

    .cs-bundle-view .cs-collapse {
        padding-top: 16px;
        padding-bottom: 4px
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col {
        overflow: scroll
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row {
        flex-wrap: nowrap
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .bundle-products-col.cs-col {
        padding: 0 10px;
        min-width: 230px
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .bundle-products-col.cs-col:first-child {
        padding-left: 15px
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .bundle-products-col.cs-col .product-card {
        min-height: 310px;
        max-height: 310px
    }

    .cs-bundle-view .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .bundle-products-col.cs-col .product-card .product-content .img {
        max-width: 140px
    }

    .cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order {
        margin-bottom: 0
    }

    .cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order-overview {
        margin-top: 30px
    }

    .cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order-overview .content {
        padding-bottom: 0
    }
}

.cs-page-content-body .page .woocommerce .cs-client-offer {
    padding: 20px 80px 0
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner {
    border-radius: 6px;
    background-color: #f4f4f2;
    padding: 40px
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-head {
    font-family: Playfair Display;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.9px;
    color: #000;
    margin-bottom: 12px
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-head span {
    font-style: italic
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-sub-head {
    max-width: 360px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 280px;
    max-width: 280px
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn:hover {
    text-decoration: none
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn-link {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    max-width: 280px;
    min-width: 280px
}

.cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn-link:hover {
    text-decoration: none;
    background-color: #fcc463
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation {
    padding-left: 80px;
    padding-top: 40px
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -1.2px;
    color: #b5b5b0
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
    color: #000
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 500;
    letter-spacing: -1.2px;
    color: #000
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.nav-item a {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.nav-item a:hover {
    text-decoration: none
}

.cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.nav-item a img {
    padding-left: 10px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content {
    padding-top: 40px;
    padding-right: 80px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .empty-list-yet_wrap h2 {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.6px;
    color: #000;
    padding: 20px 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .empty-list-yet_wrap p {
    padding: 20px 0;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .empty-list-yet_wrap a {
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .empty-list-yet_wrap a:hover {
    text-decoration: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .empty-list-yet_wrap a img {
    padding-left: 10px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .content-title {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    color: #000;
    padding-bottom: 20px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .invoicces table thead tr th {
    border-top: none;
    border-bottom: 2px solid #f4f4f2;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .invoicces table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
    vertical-align: middle;
    border-top: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .invoicces table tbody tr td a {
    font-weight: 400;
    line-height: 4.29;
    letter-spacing: -.39px;
    text-align: right;
    color: #000
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .invoicces table tbody tr td a:hover {
    text-decoration: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .invoicces table tbody tr td a img {
    padding-left: 10px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header {
    border-bottom: 2px solid #f4f4f2;
    padding-bottom: 20px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .content-title {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    color: #000;
    padding-bottom: 20px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .reciept-button {
    padding-bottom: 20px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .reciept-button a {
    border-radius: 40px;
    border: solid 2px #fcc463;
    padding: 0 20px;
    min-width: 200px;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .reciept-button a:hover {
    text-decoration: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details {
    padding-top: 40px;
    padding-bottom: 40px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .overview p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .overview p span {
    font-weight: 500;
    color: #000
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .woocommerce-customer-details .addresses .woocommerce-column {
    max-width: 100%
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .woocommerce-customer-details .addresses .woocommerce-column .woocommerce-column__title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .woocommerce-customer-details .addresses .woocommerce-column address {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
    border: none;
    padding: 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form {
    margin-bottom: 40px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap {
    padding: 40px 0;
    border: solid 1px #f4f4f2;
    border-radius: 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap h2 {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 0 40px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .payment h2 {
    margin-bottom: 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .payment .cc-icons img {
    min-width: 40px;
    max-width: 40px;
    margin: 0 5px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row {
    padding: 0 40px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .form-group label sup {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .form-group label.error {
    color: #eb5454;
    padding-top: 10px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .form-group .form-control.control-box {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .form-group .form-control.control-box.error {
    border-color: #eb5454
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .saved-card {
    margin: 30px 0
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .payment-gateway > p:first-child {
    display: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .payment-gateway .wc-payment-form .form-row label span.required {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454;
    top: -.5em;
    position: relative;
    vertical-align: baseline
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row .payment-gateway .wc-payment-form .form-row .input-text {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box {
    padding: 40px 40px 0;
    border-top: solid 1px #f4f4f2;
    margin-top: 40px
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn .before {
    display: inline
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn .after {
    display: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn img {
    display: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn.saved-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fcc463
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn.saved-btn .before {
    display: none
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn.saved-btn .after {
    display: inline
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box .row .btn.saved-btn img {
    display: block
}

.cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .blockUI.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .6;
    cursor: default;
    position: absolute !important
}

.cs-page-content-body .page .woocommerce table.shop_table {
    border: none
}

.cs-page-content-body .page .woocommerce table.shop_table thead tr th {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c;
    padding: 0 0 10px
}

.cs-page-content-body .page .woocommerce table.shop_table td {
    border-top: 2px solid #f4f4f2;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000;
    padding: 20px 0
}

.cs-page-content-body .page .woocommerce table.shop_table td .item-action {
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce table.shop_table td .item-action:hover {
    text-decoration: none;
    color: #fcc463
}

.cs-page-content-body .page .woocommerce table.shop_table td .sub-name {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce table.shop_table td .sub-name .item-action {
    color: #4c4c4c
}

.cs-page-content-body .page .woocommerce table.shop_table td .sub-name .item-action:hover {
    text-decoration: none;
    color: #fcc463
}

.cs-page-content-body .page .woocommerce table.shop_table td .status {
    text-transform: capitalize
}

.cs-page-content-body .page .woocommerce table.shop_table tfoot tr th {
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 2px;
    text-align: right;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0
}

.cs-page-content-body .page .woocommerce .cs-subscription-action {
    border-top: solid 2px #f4f4f2;
    padding: 40px 0;
    margin-top: 20px
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group .control-box {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group .input-group .control-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group .input-group .input-group-append .input-group-text {
    background-color: transparent;
    border-color: #b5b5b0;
    cursor: pointer
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions {
    margin-top: 20px
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    text-align: right;
    color: #000
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions .cs-link img {
    padding-left: 10px
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions .cs-link.outline {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    padding: 0 30px;
    text-align: center;
    min-width: 200px
}

.cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions .cs-link:focus {
    box-shadow: none
}

.cs-page-content-body .woocommerce-error {
    border: solid 1px #fc6363;
    background-color: #ffe0e0;
    margin-bottom: 30px
}

.cs-page-content-body .woocommerce-error:before {
    color: #fc6363
}

.cs-page-content-body .woocommerce-message {
    border: solid 1px #50d854;
    background-color: #d5ffa3;
    margin-bottom: 0
}

.cs-page-content-body .woocommerce-message:before {
    color: #50d854
}

.cs-page-content-body.wc-checkout-page .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    display: none !important
}

.cs-login-page {
    background-color: #f4f4f2;
    padding: 100px
}

.cs-login-page .card {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 0;
    border: none
}

.cs-login-page .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #f4f4f2;
    padding: 55px
}

.cs-login-page .card .card-header .title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cs-login-page .card form.login,
.cs-login-page .card form.lost_reset_password {
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0
}

.cs-login-page .card form.login .card-body,
.cs-login-page .card form.lost_reset_password .card-body {
    padding: 40px
}

.cs-login-page .card form.login .card-body .form-group,
.cs-login-page .card form.lost_reset_password .card-body .form-group {
    margin-bottom: 20px
}

.cs-login-page .card form.login .card-body .form-group label,
.cs-login-page .card form.lost_reset_password .card-body .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c
}

.cs-login-page .card form.login .card-body .form-group label.error,
.cs-login-page .card form.lost_reset_password .card-body .form-group label.error {
    color: #eb5454;
    padding-top: 10px
}

.cs-login-page .card form.login .card-body .form-group .control-box,
.cs-login-page .card form.lost_reset_password .card-body .form-group .control-box {
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    height: 48px
}

.cs-login-page .card form.login .card-body .form-group .control-box.error,
.cs-login-page .card form.lost_reset_password .card-body .form-group .control-box.error {
    border-color: #eb5454
}

.cs-login-page .card form.login .card-footer,
.cs-login-page .card form.lost_reset_password .card-footer {
    border-radius: 0;
    border-top: 1px solid #f4f4f2;
    background-color: #fff;
    padding: 40px
}

.cs-login-page .card form.login .card-footer .cs-btn,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn {
    text-align: center
}

.cs-login-page .card form.login .card-footer .cs-btn .btn,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-login-page .card form.login .card-footer .cs-btn .btn:hover,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn:hover {
    background-color: #fcc463
}

.cs-login-page .card form.login .card-footer .cs-btn .btn:focus,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn:focus {
    box-shadow: none
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-link,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-link {
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    text-align: center;
    color: #000;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-link:hover,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-link:hover {
    background-color: transparent
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-lite-link,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-lite-link {
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    text-align: center;
    color: #b5b5b0;
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
    padding-left: 0
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-lite-link:hover,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-lite-link:hover {
    background-color: transparent
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-single-link,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-single-link {
    padding: 0
}

.cs-login-page .card form.login .card-footer .cs-btn .btn.cs-single-row,
.cs-login-page .card form.lost_reset_password .card-footer .cs-btn .btn.cs-single-row {
    margin-top: 0
}

.cs-confirm-page {
    max-width: 300px
}

.cs-confirm-page .message {
    margin: 100px auto
}

.cs-confirm-page .message.offer-content {
    margin: 20px auto
}

.cs-confirm-page .message .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px
}

.cs-confirm-page .message .content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0 auto
}

.cs-confirm-page .message .ty-login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.cs-confirm-page .message .ty-login-form .form-group {
    width: 100%
}

.cs-confirm-page .message .ty-login-form .form-group .cs-form-control {
    min-height: 48px;
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

.cs-confirm-page .message .ty-login-form .cs-btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-confirm-page .message .ty-login-form .cs-btn:hover {
    background-color: transparent
}

.cs-confirm-page .message .ty-login-form .cs-btn:focus {
    outline: 0
}

.cancel-subscription-modal .modal-dialog {
    max-width: 620px
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-header {
    justify-content: center;
    padding: 50px;
    border-bottom: 1px solid #f4f4f2
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-body {
    padding: 40px
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-body .content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: .23px;
    color: #4c4c4c
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-footer {
    border-top: 1px solid #f4f4f2;
    padding: 40px;
    justify-content: space-between
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-footer .btn.cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-footer .btn.cs-link.outline {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    padding: 0 30px;
    text-align: center;
    min-width: 200px
}

.cancel-subscription-modal .modal-dialog .modal-content .modal-footer .btn.cs-link:focus {
    box-shadow: none
}

.datepicker .datepicker-days .table-condensed thead th.dow,
.datepicker .datepicker-months .table-condensed thead th.dow,
.datepicker .datepicker-years .table-condensed thead th.dow {
    padding: 10px
}

.datepicker .datepicker-days .table-condensed thead th.datepicker-switch,
.datepicker .datepicker-months .table-condensed thead th.datepicker-switch,
.datepicker .datepicker-years .table-condensed thead th.datepicker-switch {
    text-align: center;
    cursor: pointer
}

.datepicker .datepicker-days .table-condensed thead th.prev,
.datepicker .datepicker-months .table-condensed thead th.prev,
.datepicker .datepicker-years .table-condensed thead th.prev {
    padding-left: 25px
}

.datepicker .datepicker-days .table-condensed thead th.next,
.datepicker .datepicker-days .table-condensed thead th.prev,
.datepicker .datepicker-months .table-condensed thead th.next,
.datepicker .datepicker-months .table-condensed thead th.prev,
.datepicker .datepicker-years .table-condensed thead th.next,
.datepicker .datepicker-years .table-condensed thead th.prev {
    cursor: pointer
}

.datepicker .datepicker-days .table-condensed tbody tr td.day,
.datepicker .datepicker-months .table-condensed tbody tr td.day,
.datepicker .datepicker-years .table-condensed tbody tr td.day {
    padding: 10px;
    cursor: pointer
}

.datepicker .datepicker-days .table-condensed tbody tr td.disabled,
.datepicker .datepicker-months .table-condensed tbody tr td.disabled,
.datepicker .datepicker-years .table-condensed tbody tr td.disabled {
    opacity: .5;
    cursor: not-allowed
}

.datepicker .datepicker-days .table-condensed tbody tr td.active,
.datepicker .datepicker-months .table-condensed tbody tr td.active,
.datepicker .datepicker-years .table-condensed tbody tr td.active {
    font-weight: 500
}

.datepicker .datepicker-months .table-condensed tbody tr td .month {
    padding: 10px;
    display: inline-block;
    cursor: pointer
}

.datepicker .datepicker-months .table-condensed tbody tr td .month.disabled {
    opacity: .5;
    cursor: not-allowed
}

.datepicker .datepicker-months .table-condensed tbody tr td .month.active {
    font-weight: 500
}

.datepicker .datepicker-years .table-condensed tbody tr td .year {
    padding: 10px;
    display: inline-block;
    cursor: pointer
}

.datepicker .datepicker-years .table-condensed tbody tr td .year.disabled {
    opacity: .5;
    cursor: not-allowed
}

.datepicker .datepicker-years .table-condensed tbody tr td .year.active {
    font-weight: 500
}

.cs-reviews-page {
    padding: 40px 80px
}

.cs-reviews-page .cs-reviews-overview .head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cs-reviews-page .cs-reviews-overview .overview {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: -1.2px;
    color: #000
}

.cs-reviews-page .cs-reviews-overview .overview span {
    color: #fcc463
}

.cs-reviews-page .cs-reviews-overview .overview p {
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: #b5b5b0;
    margin: 30px 0
}

.cs-reviews-page .cs-reviews-overview .write-review-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    max-width: 180px;
    width: 100%
}

.cs-reviews-page .cs-reviews-content .show-reviews {
    background-color: #f4f4f2;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 28px 20px 20px
}

.cs-reviews-page .cs-reviews-content .show-reviews .card-header {
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 10px;
    border-bottom: none
}

.cs-reviews-page .cs-reviews-content .show-reviews .card-header .name {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.46px;
    color: #000
}

.cs-reviews-page .cs-reviews-content .show-reviews .card-header .cs-date {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #b5b5b0;
    text-align: right
}

.cs-reviews-page .cs-reviews-content .show-reviews .card-body .card-title {
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px
}

.cs-reviews-page .cs-reviews-content .show-reviews .card-body .card-text {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-reviews-page .cs-review-modal .modal-dialog {
    max-width: 620px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content {
    box-shadow: 0 2px 20px 0 rgba(181, 181, 176, .5);
    border: none;
    border-radius: 0
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-header {
    align-items: center;
    padding: 40px;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f2
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #000;
    text-transform: uppercase
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-header .error-message {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: right;
    color: #eb5454
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body {
    padding: 40px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 20px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .form-group label span {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #eb5454
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .form-group label.error {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: center;
    color: #eb5454
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .form-group .form-control {
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    min-height: 48px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .error-message,
.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .text-success {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    text-align: center
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body .error-message {
    color: #eb5454
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer {
    border-top: solid 1px #f4f4f2;
    padding: 40px;
    justify-content: space-between
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer .cs-review-close {
    border: none;
    background: 0 0;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer .cs-review-btn {
    border: solid 1px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    min-width: 280px
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer .terms-conditions {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    text-align: center;
    color: #b5b5b0;
    margin: 20px auto 0
}

.cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer .terms-conditions a {
    color: #000
}

.blockUI.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .6;
    cursor: default;
    position: absolute !important
}

@media screen and (max-width:767px) {
    .cs-page-content-body .page .woocommerce .cs-client-offer {
        padding: 40px 20px 20px
    }

    .cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner {
        padding: 20px 5px;
        margin: 0
    }

    .cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-head {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-sub-head {
        max-width: 240px
    }

    .cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn {
        margin-top: 20px
    }

    .cs-page-content-body .page .woocommerce .cs-client-offer .cs-banner .cs-btn-link {
        margin-top: 20px
    }

    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation {
        padding-left: 20px;
        padding-top: 0
    }

    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
        font-size: 18px;
        line-height: 2;
        letter-spacing: -.45px
    }

    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
        letter-spacing: -.45px
    }

    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation ul li.nav-item a {
        line-height: normal
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content {
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .content-title {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -.46px;
        border-bottom: 1px solid #f4f4f2
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card {
        border-bottom: solid 1px #f4f4f2
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content {
        padding: 10px 0
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content.last-content {
        padding-bottom: 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content:first-child {
        padding-top: 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content .label {
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #4c4c4c
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content .value {
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.86;
        letter-spacing: normal;
        color: #000
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content .value a {
        color: #000;
        padding-top: 10px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content-link a {
        font-family: "Playfair Display";
        font-size: 14px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 4.29;
        letter-spacing: -.39px;
        color: #000
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content-link a img {
        padding-left: 10px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .mb-invoices .cs-card .cs-content-link a:hover {
        color: #fcc463
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .content-title {
        font-size: 24px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -.46px;
        border-bottom: 0;
        padding-bottom: 0
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .reciept-button {
        padding-bottom: 0;
        padding-top: 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-header .reciept-button a {
        max-height: 48px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details {
        padding-top: 20px;
        padding-bottom: 0
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--billing-address {
        padding: 40px 0 0
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-details .woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--shipping-address {
        padding: 40px 0 20px;
        border-bottom: solid 1px #f4f4f2
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap {
        padding: 20px 0
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap h2 {
        padding: 0 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .row {
        padding: 0 20px
    }

    .cs-page-content-body .page .woocommerce .woocommerce-MyAccount-content form.box__wrap .footer-box {
        padding: 20px 20px 0;
        margin-top: 4px
    }

    .cs-page-content-body .page .woocommerce .cs-subscription-action {
        border-top: none;
        margin-top: 0
    }

    .cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group {
        margin-bottom: 0
    }

    .cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group .control-box {
        margin-bottom: 20px
    }

    .cs-page-content-body .page .woocommerce .cs-subscription-action .cs-form .form-group .input-group .input-group-addon {
        margin-bottom: 20px
    }

    .cs-page-content-body .page .woocommerce .cs-subscription-action .cs-actions {
        margin-top: 0
    }

    .cs-login-page {
        padding: 40px 20px 0
    }

    .cs-login-page .card .card-header {
        padding: 34px
    }

    .cs-login-page .card form.login .card-body {
        padding: 20px
    }

    .cs-login-page .card form.login .card-footer {
        padding: 20px
    }

    .cs-login-page .card form.login .card-footer .cs-btn .btn.cs-lite-link {
        padding-right: 0
    }

    .cs-login-page .card form.login .card-footer .cs-btn .btn.cs-single-link {
        margin-top: 0
    }

    .cancel-subscription-modal .modal-dialog .modal-content .modal-header {
        padding: 30px
    }

    .cancel-subscription-modal .modal-dialog .modal-content .modal-body {
        padding: 20px
    }

    .cancel-subscription-modal .modal-dialog .modal-content .modal-footer {
        padding: 20px
    }

    .cs-reviews-page {
        top: 80px;
        position: relative;
        padding: 0 20px
    }

    .cs-reviews-page .cs-reviews-overview .overview {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    .cs-reviews-page .cs-reviews-content {
        margin-top: 30px
    }

    .cs-reviews-page .cs-reviews-content .show-reviews {
        padding: 30px 20px
    }

    .cs-reviews-page .cs-reviews-content .show-reviews .card-header {
        padding: 0
    }

    .cs-reviews-page .cs-reviews-content .show-reviews .card-body {
        padding: 20px 0 0
    }

    .cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-header {
        padding: 20px
    }

    .cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-body {
        padding: 20px 20px 0
    }

    .cs-reviews-page .cs-review-modal .modal-dialog .modal-content .modal-footer {
        padding: 0 20px 20px;
        justify-content: center
    }
}

.reactivate-page_header {
    padding: 30px
}

.reactivate-page_header .customize_sub_header {
    font-family: AktivGrotesk;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #000
}

.reactivate-page_header .customize_sub_header .img-fluid img {
    margin: 0 auto
}

.reactivate-page_header .customize_sub_header .adjust_header_info {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px
}

.reactivate-page_header .customize_sub_header .adjust_info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    margin-top: 25px;
    margin-bottom: 0
}

.reactivate-page_confirm {
    padding: 40px 45px 60px;
    background-color: #f8f8f8
}

.reactivate-page_confirm .confirm_body {
    background-color: #fff;
    min-height: 622px
}

.reactivate-page_confirm .confirm_body .confirm-ok {
    width: 80px;
    height: 80px;
    background-color: #000;
    border-radius: 50%
}

.reactivate-page_confirm .confirm_body .confirm_header_text {
    font-family: Austin;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: -.47px;
    text-align: center;
    color: #000;
    margin-top: 40px
}

.reactivate-page_confirm .confirm_body .sub_content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    text-align: center;
    color: #575757;
    margin-top: 10px
}

.reactivate-page_confirm .confirm_body .confirm_footer {
    margin-top: 40px
}

.reactivate-page_confirm .confirm_body .confirm_footer .explore-products-btn {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
    width: 280px;
    height: 50px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    text-transform: uppercase
}

.reactivate-page_products {
    padding: 30px 45px
}

.reactivate-page_products .product_content {
    background-color: #f4f4f2;
    padding: 30px 20px 20px
}

.reactivate-page_products .product_content .title {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    letter-spacing: -.5px;
    color: #000;
    text-align: center
}

.reactivate-page_products .product_content .product_details {
    margin-top: 20px
}

.reactivate-page_products .product_content .product_details .wrap_product {
    position: relative;
    min-width: 270px;
    min-height: 370px;
    max-height: 390px;
    max-width: 290px;
    height: 100%;
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.reactivate-page_products .product_content .product_details .wrap_product .product-img {
    max-width: 200px;
    max-height: 250px;
    height: 100%;
    width: 100%
}

.reactivate-page_products .product_content .product_details .wrap_product .product-img img {
    max-width: 100%;
    max-height: 100%
}

.reactivate-page_products .product_content .product_details .wrap_product .remove-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    align-self: flex-end
}

.reactivate-page_products .product_content .product_details .wrap_product .remove-btn img.lite-close {
    display: flex
}

.reactivate-page_products .product_content .product_details .wrap_product .remove-btn img.red-close {
    display: none
}

.reactivate-page_products .product_content .product_details .wrap_product .remove-btn:hover img.lite-close {
    display: none
}

.reactivate-page_products .product_content .product_details .wrap_product .remove-btn:hover img.red-close {
    display: flex
}

.reactivate-page_products .product_content .product_details .wrap_product .product-name {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: .2px;
    text-align: center;
    color: #000;
    margin-top: 10px
}

.reactivate-page_products .product_content .product_details .content_empty .wrap_product {
    max-width: 248px;
    width: 100%;
    height: 100%;
    background: #fff;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(255, 255, 255, .6)
}

.reactivate-page_products .product_content .product_details .content_empty .wrap_product span {
    font-size: 100px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    display: none
}

.reactivate-page_products .product_content .product_details .product_detail_emp_empty {
    min-width: 44px;
    min-height: 44px
}

.reactivate-page_products .product_content .product_details .product_detail_emp_empty .wrap_product.empty span {
    font-size: 38px
}

.reactivate-page_products .product_content .product_footer .col-12 .d-sm-flex {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(181, 181, 176, .5)
}

.reactivate-page_products .product_content .product_footer .price_details {
    width: 240px
}

.reactivate-page_products .product_content .product_footer .price_details .bundle_price {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.reactivate-page_products .product_content .product_footer .price_details .bundle_price .price {
    margin-left: 20px;
    font-weight: 500;
    line-height: 1.86
}

.reactivate-page_products .product_content .product_footer .price_details .bundle_save {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #989898;
    margin-top: 5px
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn {
    min-width: 290px;
    min-height: 60px;
    max-height: 60px;
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-left: 10px
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn .grey-arrow {
    display: none
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn .dark-arrow {
    display: block
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn.disabled {
    color: #4c4c4c;
    cursor: no-drop;
    border: solid 2px #b5b5b0;
    background-color: transparent
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn.disabled .grey-arrow {
    display: block
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn.disabled .dark-arrow {
    display: none
}

.reactivate-page_products .product_content .product_footer .activate-bundle-btn:focus {
    outline: 0
}

.reactivate-page_products .product_content.product_empty {
    background-color: transparent
}

.reactivate-page_products .product_content.product_empty .product_details .wrap_product {
    min-width: 270px;
    min-height: 370px;
    max-width: 290px;
    max-height: 390px;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, .5);
    flex-direction: row;
    justify-content: center
}

.reactivate-page_products .product_content.product_empty .product_details .wrap_product span {
    font-size: 100px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    display: none
}

.reactivate-page_products .product_content.product_empty .product_footer {
    border: none
}

.reactivate-page_products .product_content.product_empty .product_footer .product_info {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 30px;
    margin-top: 30px
}

.reactivate-page_products .product_content.product_empty .product_footer .product_info.adjust_info {
    max-width: 250px
}

.reactivate-page_products .product_content.product_content_empty {
    background-color: #f4f4f2
}

.reactivate-page_products .product_content.product_content_empty .product_details .wrap_product {
    min-width: 270px;
    min-height: 370px;
    max-width: 290px;
    max-height: 390px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    flex-direction: row;
    justify-content: center
}

.reactivate-page_products .product_content.product_content_empty .product_details .wrap_product span {
    font-size: 100px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    display: none
}

.reactivate-page .products {
    padding-top: 45px
}

.reactivate-page .products__filter {
    overflow: auto
}

.reactivate-page .products__filter .nav {
    flex-wrap: nowrap;
    justify-content: center
}

.reactivate-page .products__filter .nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #b1b1b1;
    white-space: nowrap
}

.reactivate-page .products__filter .nav .nav-item .nav-link.active {
    color: #000
}

.reactivate-page .products-wrap__filter .filter-group {
    margin-right: 40px
}

.reactivate-page .products-wrap__filter .filter-group label {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    text-align: left;
    color: #b1b1b1;
    margin: 0 15px 0 0;
    opacity: .8
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-toggle {
    width: 180px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: .2px;
    line-height: 2.86;
    text-align: left;
    color: #000;
    display: flex;
    padding: 0 25px;
    justify-content: space-between;
    align-items: center
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-toggle:after {
    display: none
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 8px 20px 0 rgba(227, 227, 227, .53);
    width: 100%;
    top: 98%;
    border-radius: 0
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-menu .dropdown-item {
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.86;
    letter-spacing: .2px;
    text-align: left;
    color: #b1b1b1
}

.reactivate-page .products-wrap__filter .filter-group .dropdown .dropdown-menu .dropdown-item.active {
    background-color: #f8f8f8;
    color: #000;
    opacity: 1
}

.reactivate-page .products__wrap {
    padding-top: 25px;
    padding-bottom: 25px
}

.reactivate-page .products__wrap__product {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
}

.reactivate-page .products__wrap__product__content {
    padding: 40px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: inherit
}

.reactivate-page .products__wrap__product__content .product__sum {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000
}

.reactivate-page .products__wrap__product__content .product-img {
    max-width: 210px;
    max-height: 280px;
    height: 100%;
    width: 100%
}

.reactivate-page .products__wrap__product__content .product-img img {
    max-width: 100%;
    max-height: 100%
}

.reactivate-page .products__wrap__product__content .product__name {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #333;
    margin-top: 20px;
    max-width: 320px
}

.reactivate-page .products__wrap__product .quick-view-btn {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989898;
    background-color: transparent;
    text-align: center;
    border: none;
    outline: 0;
    opacity: 0;
    position: relative;
    top: -25px;
    padding: 14px 16px 16px
}

.reactivate-page .products__wrap__product .product-add-to-bundle {
    border: solid 2px #fcc463;
    border-radius: 40px;
    width: 220px;
    height: 60px;
    padding: 0 30px;
    margin: 0 auto 40px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000
}

.reactivate-page .products__wrap__product .product-add-to-bundle:hover {
    background-color: #fcc463;
    text-decoration: none
}

.reactivate-page .products__wrap__product:hover {
    background-color: #f4f4f2
}

.reactivate-page .products__wrap__product:hover .product__sum {
    color: #000
}

.reactivate-page .products__wrap__product:hover .quick-view-btn {
    opacity: 1
}

.reactivate-page .products__wrap__product:hover .product-add-to-bundle {
    opacity: 1
}

.reactivate-page .products__wrap__product:hover .products__wrap__product__content .zoom {
    opacity: 1
}

.reactivate-page .products__wrap__pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.reactivate-page .products__wrap__pagination p {
    margin: 0
}

.reactivate-page .products__wrap__pagination nav {
    margin: 0
}

.reactivate-page .products__wrap__pagination nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none
}

.reactivate-page .products__wrap__pagination nav ul li {
    display: inline;
    border: none;
    float: none
}

.reactivate-page .products__wrap__pagination nav ul li .page-numbers {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.reactivate-page .products__wrap__pagination nav ul li .page-numbers.current {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content {
    border: 1px solid #eaeaea;
    border-radius: 0
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #f6f6f6
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-header .single-row {
    min-width: 100%;
    max-width: 100%
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-header .modal-title {
    font-family: Playfair Display;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-header .close {
    padding: 0
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body {
    padding: 0
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content {
    padding: 25px 30px 15px;
    border-bottom: 1px solid #f6f6f6
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .title.head {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group .error {
    color: #ff4f4f
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group label {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .23px;
    color: #4c4c4c;
    margin-bottom: 10px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group label span {
    color: #ff4f4f
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group .form-control {
    box-shadow: none;
    height: 48px;
    border: solid 1px #b5b5b0;
    border-radius: 4px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group img {
    position: absolute;
    right: 20px;
    top: 20px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox {
    position: relative !important
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox .input-checkbox {
    cursor: pointer !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    opacity: 0 !important
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox .input-checkbox:checked + span:before {
    content: "✓" !important;
    position: absolute !important;
    color: #000 !important;
    left: 0 !important;
    top: 0 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    background: 0 0 !important;
    border-radius: 0 !important
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox span {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: 1.5 !important;
    letter-spacing: .2px !important;
    text-align: left !important;
    color: #cdcccd !important;
    position: relative !important;
    padding-left: 20px !important
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox span:after {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #9b9b9b !important;
    position: absolute !important;
    left: 0 !important;
    top: 4px !important;
    border-radius: 0 !important
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .checkbox-content {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #989898
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .payment-details .d-flex {
    margin-bottom: 10px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .payment-details .d-flex > .mr-auto {
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: .2px;
    color: #000
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .payment-details .d-flex > .mr-auto.total {
    font-weight: 500
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .payment-details .d-flex > .price {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.14;
    letter-spacing: .2px;
    text-align: right;
    color: #b1b1b1
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .payment-details .d-flex > .price.total {
    font-weight: 500;
    color: #000
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-footer {
    border: none;
    padding: 30px
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-footer .reactivate-bundle-btn {
    min-width: 280px;
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: #fcc463;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-footer .reactivate-bundle-btn:focus {
    outline: 0
}

.reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-footer .reactivate-bundle-btn:hover {
    background-color: transparent
}

@media screen and (max-width:767px) {
    .reactivate-page {
        position: relative;
        top: 80px;
        padding-bottom: 60px
    }

    .reactivate-page_header {
        padding: 25px
    }

    .reactivate-page_header .customize_header {
        text-align: center;
        font-size: 20px;
        letter-spacing: normal
    }

    .reactivate-page_header .customize_sub_header .adjust_header_info {
        margin-bottom: 20px
    }

    .reactivate-page_header .customize_sub_header .adjust_info {
        font-size: 14px;
        line-height: 1.86
    }

    .reactivate-page_confirm {
        padding: 10px
    }

    .reactivate-page_confirm .confirm_body {
        min-height: 460px
    }

    .reactivate-page_confirm .confirm_body .confirm_header_text {
        line-height: .9;
        margin-top: 30px
    }

    .reactivate-page_confirm .confirm_body .sub_content {
        font-weight: 400;
        margin-top: 20px
    }

    .reactivate-page_confirm .confirm_body .confirm_footer .explore-products-btn {
        width: 260px
    }

    .reactivate-page_products {
        padding: 0;
        background-color: #f8f8f8
    }

    .reactivate-page_products .product_content .title {
        line-height: 1.27;
        letter-spacing: -.55px;
        font-size: 22px;
        text-align: center
    }

    .reactivate-page_products .product_content .product_details > .col {
        padding: 0 5px
    }

    .reactivate-page_products .product_content .product_details .wrap_product {
        min-width: 60px;
        min-height: 80px;
        max-width: 64px;
        max-height: 84px;
        width: 100%;
        height: 100%;
        padding: 5px
    }

    .reactivate-page_products .product_content .product_details .wrap_product.empty {
        min-width: 60px;
        min-height: 80px;
        max-width: 64px;
        max-height: 84px;
        background-color: rgba(255, 255, 255, .6)
    }

    .reactivate-page_products .product_content .product_details .wrap_product span {
        font-size: 38px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f8f8f8;
        display: none
    }

    .reactivate-page_products .product_content .product_details .wrap_product .remove-btn {
        top: 5px;
        right: 5px;
        min-width: 15px;
        min-height: 15px;
        max-width: 15px;
        max-height: 15px
    }

    .reactivate-page_products .product_content .product_details .wrap_product .remove-btn img .lite-close,
    .reactivate-page_products .product_content .product_details .wrap_product .remove-btn img .red-close {
        width: 15px;
        height: 15px
    }

    .reactivate-page_products .product_content .product_details .wrap_product .product-img {
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%
    }

    .reactivate-page_products .product_content .product_details .wrap_product .product-name {
        display: none
    }

    .reactivate-page_products .product_content .product_footer {
        margin-top: 20px;
        border: none;
        padding: 0
    }

    .reactivate-page_products .product_content .product_footer .price_details {
        width: 100%
    }

    .reactivate-page_products .product_content .product_footer .activate-bundle-btn {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }

    .reactivate-page_products .product_content.product_empty {
        padding: 20px 30px;
        flex: 0 0 100%;
        max-width: 100%
    }

    .reactivate-page_products .product_content.product_empty .product_details .wrap_product {
        background-color: #eaeaea;
        min-width: 44px
    }

    .reactivate-page_products .product_content.product_empty .product_details .wrap_product span {
        font-size: 38px
    }

    .reactivate-page_products .product_content.product_empty .product_footer .product_info {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.86
    }

    .reactivate-page .products {
        padding-top: 0
    }

    .reactivate-page .products-wrap__filter .filter-group {
        margin-right: 0
    }

    .reactivate-page .products__wrap__product .quick-view-btn {
        opacity: 1
    }

    .reactivate-page .products__wrap__product .product-add-to-bundle {
        opacity: 1
    }

    .reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-header .modal-title {
        font-size: 18px;
        letter-spacing: normal
    }

    .reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content {
        padding: 20px
    }

    .reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .title {
        font-size: 20px
    }

    .reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-body .content .form-group label {
        font-weight: 400;
        color: #989898
    }

    .reactivate-page .reactivate-page-bundle-modal form .modal-content .modal-footer .reactivate-bundle-btn {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .reactivate-page_products .product_content .product_details .wrap_product {
        min-height: 215px
    }
}

.add-another-btn label {
    margin: 0 13px 0 0;
    font-family: PlayfairDisplay;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.8;
    letter-spacing: normal;
    color: #000;
    cursor: pointer
}

.qtydiv {
    font-size: 12px;
    width: 40px
}

@media(max-width:768px) {
    .add-another-btn {
        padding: 0 0 0 4px !important;
        border-radius: 19px !important
    }
}

.bundle-product-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: .6;
    letter-spacing: -1px;
    color: #000
}

.productdiv {
    padding-top: 10px
}

.product-desc ul.list-group-ingredients {
    padding-left: 12px
}

.product-desc ul li.list-group-item-attributes {
    list-style: none
}

.readmorecontent div.product-desc {
    padding: 0 !important
}

.pr-snippet-review-count {
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    color: #000 !important
}

div[data-testid=review-image-display] {
    display: none
}

.cs-product-overview div.pr-snippet-review-count {
    color: #000 !important
}

.pr-snippet-rating-decimal {
    display: none !important
}

.pr-snippet-stars-reco-reco {
    display: none
}

.pr-snippet-read-and-write {
    margin: 0 !important
}

.pr-review-snapshot-header.pr-review-snapshot-content-block {
    display: none
}

.pr-rd-review-header-contents {
    display: none
}

section#pr-review-snapshot {
    border-radius: 8px
}

.pr-review {
    border-radius: 8px
}

#pr-review-display {
    width: 100%;
    max-width: 840px;
    padding-top: 10px;
    border-top: solid 1px rgb(181 181 176/30%);
    margin: 30px auto 0 auto
}

.pr-rd-helpful-action-legend {
    display: none
}

.pr-helpful-voting.pr-rd-helpful-action-btn-group {
    display: none
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green {
    background-color: #fcc463 !important;
    border-radius: 4px !important
}

.pr-reco-to-friend-message {
    background: #ffff !important;
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    max-width: 180px
}

.pr-checkbox-icon:after {
    content: '\2713';
    position: relative;
    left: 6px;
    color: #000 !important
}

.pr-checkbox-icon svg {
    display: none
}

.p-w-r .pr-snippet-reco-to-friend span {
    padding: 0 4px;
    vertical-align: bottom !important
}

.pr-reco-value {
    font-family: AktivGrotesk !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    color: #000 !important
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green circle {
    fill: #fcc463 !important;
    stroke: #fcc463 !important
}

p.pr-rd-description-text {
    font-family: 'AktivGrotes';
    font-size: 14px;
    color: #000 !important;
    line-height: 1.7 !important
}

section.pr-rd-subratings.pr-rd-content-block dl dt {
    font-size: 14px;
    font-weight: 400 !important;
    color: #4c4c4c !important;
    font-family: 'AktivGrotesk' !important
}

.pr-rd-bottomline span {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'AktivGrotesk' !important;
    font-weight: 400 !important
}

.pr-snippet-write-review-link {
    font-family: PlayfairDisplay !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    border-radius: 30px !important;
    border: solid 2px #fcc463 !important;
    background: #f4f4f2 !important
}

.p-w-r .pr-rd-flag-review-btn {
    color: #000 !important;
    font-weight: 700
}

.pr-accordion-btn span {
    color: #000 !important
}

.p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
    stroke: #000 !important
}

.p-w-r .pr-accordion .pr-accordion-btn {
    color: #000 !important
}

.pr-rd-review-headline {
    margin: 2px 40px !important;
    text-transform: uppercase
}

.pr-snippet-rating-decimal {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: AktivGrotesk !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    text-align: center !important
}

.pr-file-input-btn-group {
    display: none
}

.writereviewBtn {
    border-radius: 30px;
    border: solid 2px #fcc463;
    font-family: PlayfairDisplay;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 18px;
    margin: 18px 0
}

.pr-snippet-write-review-link {
    display: none
}

.star-rating {
    width: 0;
    position: relative;
    display: inline-block;
    background-image: url('/assets/icons/star-grey-24-px.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    cursor: pointer
}

.bundle-products-list div.title {
    padding-bottom: 20px !important
}

a.show_hide:hover {
    color: #fcc463
}

a.show_hide {
    color: grey;
    text-decoration: none
}

.readmorecontent {
    display: none
}

.write_review_sec .align-items-center {
    align-items: start !important
}

.review-btn-div a label {
    margin: 0
}

.write_review_sec div.pr-review {
    background-color: #f4f4f2;
    padding: 40px !important
}

.write_review_sec div.pr-review footer {
    background: 0 0 !important;
    padding: 0 !important
}

.pr-ratings-histogram-barValue:hover {
    background-color: #f4f4f2 !important
}

select#pr-rd-sort-by {
    padding: 9px;
    width: 270px;
    font-size: 12px;
    color: #000;
    -webkit-appearance: auto !important
}

a.pr-rd-to-top.pr-underline {
    color: #000
}

.pr-rd-review-headline {
    font-family: AktivGrotesk !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    color: #000 !important
}

.pr-rd-description-text {
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    color: #000 !important
}

.reviews-product-single {
    display: none
}

.hero-rating-all {
    display: none
}

.product-new-overview div#pr-reviewsnippet {
    border: none
}

.section-hide {
    display: none !important
}

body .pr-rd-review-headline {
    margin: 0 !important
}

.review-stars-cntnr {
    display: none
}

body .cs-header.container-fluid .navbar-cs.cs-lg-divide {
    background: #f4f4f2
}

button#add-bundle-cart {
    background-color: #fcc463
}

button#add-bundle-cart:hover {
    background-color: #ffff
}

div#cartModal {
    z-index: 9999
}

select#pr-age-input,
select#pr-gender-input {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/icons/arrow-down-24-px.svg);
    background-position: right;
    background-repeat: no-repeat
}

.p-w-r .pr-control-label span {
    font-family: 'AktivGrotesk'
}

.p-w-r .pr-subscript {
    font-family: AktivGrotesk;
    letter-spacing: .2px;
    line-height: 1.5
}

body .p-w-r .input-group-btn > .pr-btn {
    height: 41px;
    border: solid 1px #000 !important
}

.review-header {
    text-align: center;
    width: 100%
}

.review-header h2 {
    font-family: PlayfairDisplay;
    font-size: 48px;
    font-style: italic;
    line-height: 1.25;
    letter-spacing: -1.2px
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block-container .pr-review-snapshot-block {
    border: none
}

.pr-review-snapshot-block-container.pr-review-snapshot-simple {
    justify-content: space-between
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-block {
    justify-content: left
}

.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block-container .pr-review-snapshot-block:last-child {
    padding-right: 0
}

.p-w-r .pr-histogram-cross {
    display: none
}

.p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-bar-container {
    padding-bottom: 20px
}

.pr-histogram-stars p {
    padding-bottom: 18px !important
}

header.pr-rd-header.pr-rd-content-block {
    display: flex;
    flex-wrap: wrap
}

.pr-rd-star-rating {
    width: 100%
}

.pr-rd-review-headline {
    margin: 0;
    float: none
}

.pr-rd-review-headline {
    margin: 0 !important;
    padding: 16px 0 0 !important
}

p.pr-rd-description-text {
    padding-right: 50px
}

p.pr-rd-details .pr-rd-bold,
p.pr-rd-details time {
    font-size: 14px !important
}

select#pr-rd-sort-by {
    width: 220px
}

a.pr-snippet-write-review-link.pr-underline {
    background-color: #ffff !IMPORTANT;
    padding: 10px 20px !important
}

section#pr-review-snapshot {
    width: 100%;
    max-width: 840px;
    margin: 0 auto
}

.p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-review-snapshot-snippets-headline {
    font-family: PlayfairDisplay
}

.ad-box .d-flex.cart-product-items {
    flex-wrap: wrap;
    justify-content: center
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-img img {
    max-width: 180px;
    max-height: 220px
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-img {
    max-height: initial;
    max-width: initial;
    min-width: initial
}

.ad-box .product-details .justify-content-between {
    justify-content: center !important
}

.ad-box .product-details .justify-content-between > div {
    width: 100% !important;
    text-align: center
}

.modal-rating .pr-snippet {
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

.modal-rating .pr-snippet-stars-container {
    width: 100%
}

.modal-rating .pr-snippet-read-and-write {
    width: 100%
}

.modal-rating div#pr-reviewsnippet {
    border-bottom: none
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-details {
    padding-left: 0
}

.cart-item.ad-box .d-flex {
    flex-wrap: wrap;
    justify-content: center
}

.cart-item.ad-box .categry-name {
    text-align: center
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-details .categry-name {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 500;
    letter-spacing: -.35px
}

.cart-empty {
    padding-bottom: 40px
}

.cart-empty {
    padding-bottom: 40px
}

div#cart_bag .add-to-cart-get-it-cart {
    border-radius: 30px;
    background-color: #fcc463;
    font-family: PlayfairDisplay;
    font-size: 16px;
    color: #000;
    padding: 19px 20px !important;
    height: auto;
    width: 100%;
    max-width: 280px;
    border: solid 2px #fcc463;
    transition: all ease .5s
}

div#cart_bag .add-to-cart-get-it-cart:hover {
    background-color: #ffff;
    color: #fcc463
}

.ad-flex .saved-price {
    padding-bottom: 40px
}

.modal-shop-all-btn {
    padding: 40px 0 20px;
    text-align: center
}

a.modal-shop-btn {
    display: inline-block;
    padding: 18px 30px;
    font-family: PlayfairDisplay;
    font-size: 16px;
    color: #000;
    background-color: #fcc463;
    border: solid 2px #fcc463;
    transition: all ease .5s;
    border-radius: 30px;
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
    text-decoration: none
}

a.mini-cart-shop-bundle {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: all ease .5s
}

.ad-box .categry-name {
    font-size: 18px !important
}

.add-to-cart-get-it-cart span {
    font-family: 'Playfair Display'
}

.add-to-cart-get-it-cart span:first-child {
    padding-left: 2px
}

.add-to-cart-get-it-cart span.cross-price {
    text-decoration: line-through
}

a.mini-cart-shop-bundle:hover {
    color: #fcc463
}

.modal-shop-all-btn p {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500;
    margin: 0
}

a.modal-shop-btn:hover {
    background-color: #ffff;
    color: #fcc463
}

.modal-rating p {
    font-family: AktivGrotesk;
    font-size: 14px;
    color: #000
}

.button-change .btn {
    background-color: #fcc463 !important
}

.button-change .btn:hover {
    background-color: #ffff !important
}

.button-change-two .btn {
    background-color: #ffff !important
}

.button-change-two .btn:hover {
    background-color: #fcc463 !important
}

.our-promise-img img {
    width: 100%
}

.accordian-content {
    display: none
}

.best-for-product {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-usage-accordian {
    padding-top: 40px
}

.free-over-txt {
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7;
    font-weight: 700
}

.best-for-product span {
    font-size: 10px;
    font-weight: 700;
    font-family: 'AktivGrotesk';
    letter-spacing: 2px;
    color: #000
}

.best-for-product ul {
    padding: 20px 0 0 32px;
    margin: 0
}

.best-for-product ul li {
    list-style-type: none;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7;
    padding-bottom: 13px;
    position: relative
}

.best-for-product ul li:before {
    content: '';
    position: absolute;
    left: -32px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png)
}

.accordian-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0
}

.accordian-title h3 {
    font-size: 28px;
    line-height: 1.07;
    letter-spacing: -.7px;
    color: #000;
    font-family: 'Playfair Display'
}

.accordian-title h3 span {
    font-style: italic
}

.accordian-set {
    border-top: solid 1px #fcc463
}

.accordian-set:last-child {
    border-bottom: solid 1px #fcc463
}

span.step-title {
    font-size: 10px;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    display: block;
    padding-bottom: 8px;
    padding-top: 0;
    text-transform: uppercase
}

p.uasage-description {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000
}

.uasage-description {
    padding-left: 10px
}

.uasage-description p {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000;
    max-width: 330px
}

.uasage-steps {
    padding-bottom: 30px
}

.ingredients-block h4 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    display: block;
    padding-bottom: 10px;
    margin: 0;
    text-transform: uppercase
}

.ingredients-block p {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000;
    padding-bottom: 10px
}

.ingredients-block {
    padding: 40px;
    border: solid 10px #fcc463;
    margin-bottom: 20px
}

h6.key-highlits {
    font-size: 12px;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
    padding-bottom: 30px;
    margin-bottom: 0
}

.ingredients-block p.medical-description {
    font-family: 'AktivGrotesk';
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: normal;
    color: #b5b5b0;
    padding-bottom: 0
}

.our-promise-block p {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000;
    padding-bottom: 10px
}

.our-promise-block {
    padding-bottom: 30px
}

.usage-image-tittle {
    max-width: 60px;
    text-align: center;
    width: 20%
}

.best-for-product {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e3e3
}

.best-for-product span {
    font-size: 10px;
    font-weight: 700;
    font-family: 'AktivGrotesk';
    letter-spacing: 2px;
    color: #000
}

.best-for-product ul {
    padding: 20px 0 0 32px;
    margin: 0
}

.best-for-product ul li {
    list-style-type: none;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7;
    padding-bottom: 13px;
    position: relative
}

.best-for-product ul li:before {
    content: '';
    position: absolute;
    left: -32px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png)
}

.accordian-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    align-items: center
}

.accordian-title h3 {
    font-size: 28px;
    line-height: 1.07;
    letter-spacing: -.7px;
    color: #000;
    font-family: 'Playfair Display'
}

.accordian-set {
    border-top: solid 1px #fcc463
}

.accordian-set:last-child {
    border-bottom: solid 1px #fcc463
}

span.step-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px
}

p.uasage-description {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000;
    max-width: 278px;
    width: 80%;
    padding-left: 10px
}

.uasage-steps {
    padding-bottom: 30px;
    display: flex;
    align-items: center
}

p.key-ingredients {
    padding-bottom: 30px
}

.ingredients-block h4 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    display: block;
    padding-bottom: 10px;
    margin: 0
}

.ingredients-block p {
    margin: 0;
    font-size: 16px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000
}

.our-promise-block p {
    margin: 0;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    line-height: 1.86;
    color: #000;
    padding-bottom: 10px
}

.our-promise-block {
    padding-bottom: 10px
}

.usage-image-tittle {
    max-width: 60px;
    text-align: center;
    width: 20%
}

.accordian-title .fa-plus:before {
    content: '';
    position: absolute;
    left: auto;
    right: 6px;
    width: 10px;
    height: 2px;
    background-color: #000;
    transition: all ease .5s
}

.accordian-title .fa-plus:after {
    content: '';
    position: absolute;
    left: auto;
    right: 6px;
    width: 10px;
    height: 2px;
    background-color: #000;
    transform: rotate(90deg);
    transition: all ease .5s
}

.accordian-title .fa-minus:after {
    opacity: 0
}

.accordian-title .fa-minus:before {
    content: '';
    position: absolute;
    left: auto;
    right: 6px;
    width: 10px;
    height: 2px;
    background-color: #000
}

.accordian-title h3 {
    transition: all ease .5s
}

.accordian-title:hover h3 {
    color: #fcc463
}

.cs-product-gallery {
    position: sticky;
    top: 0
}

.cs-product-details .justify-content-between {
    align-items: self-start
}

.product-bundle-container {
    max-width: 1206px;
    padding: 60px 20px 83px;
    margin: 0 auto
}

.product-bundle-header h2 {
    text-align: center;
    font-family: PlayfairDisplay;
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: -1px;
    margin: 0
}

.product-bundle-header h2 span {
    font-style: italic
}

.product-bundle-header {
    padding-bottom: 42px
}

.product-bundle-snippet {
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px
}

.bundle-stcok {
    font-family: PlayfairDisplay;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .6px;
    color: #000
}

.bundle-stcok span {
    color: #b5b5b0
}

.bundle-view-all a {
    font-family: PlayfairDisplay;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000;
    position: relative;
    padding-right: 28px;
    text-decoration: none;
    transition: all ease .5s
}

.bundle-view-all a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(/cdn/shop/files/icons-arrow-right-2_png.webp?v=1707743146);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease .5s
}

.bundle-view-all a:hover:after {
    right: -10px
}

.product-bundle-two-col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -8px
}

.single-product-bundle {
    padding: 43px 32px 40px 37px;
    background-color: #f4f4f2;
    height: 100%
}

.single-product-bundle-cntnr {
    width: 33.33%;
    margin-bottom: 16px;
    padding: 0 8px
}

.single-product-bundle-header {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 45px
}

.pb-title {
    font-family: PlayfairDisplay;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.4px;
    color: #000
}

.pb-price span {
    font-family: AktivGrotesk;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #b1b1b1
}

.pb-price span.pb-offer-price {
    font-weight: 500;
    color: #000;
    padding-left: 10px
}

.pb-images {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    justify-content: center
}

.pb-advantages {
    text-align: center
}

.pb-advantages ul {
    padding: 0;
    margin: 0 0 21px
}

.pb-advantages ul li {
    list-style-type: none;
    padding: 0 13px 0 17px;
    font-family: AktivGrotesk;
    font-size: 16px;
    color: #000;
    margin-bottom: 7px;
    position: relative;
    font-weight: 500;
    display: inline-block;
    letter-spacing: -.5px
}

.pb-shop-cta a {
    font-size: 16px;
    display: block;
    border: 2px solid #fcc463;
    border-radius: 25px;
    text-align: left;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-decoration: none;
    color: #000;
    padding: 11px 40px 11px 38px;
    background-image: url(/cdn/shop/files/arrow-right-icon.svg?v=1707742810);
    background-repeat: no-repeat;
    background-position: 87% 50%;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
}

.pb-advantages ul li:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 3px;
    width: 21px;
    height: 21px;
    background-image: url(/cdn/shop/files/icons-check_png.webp?v=1707742777);
    background-size: contain
}

.pb-shop-cta {
    text-align: center
}

.pb-shop-cta a:hover {
    background-color: #fbc363;
    border-color: #fbc363
}

.pb-shop-single {
    text-align: center;
    padding-top: 20px
}

.bundle-page-bundles .product-bundle-container {
    padding-top: 0
}

.pb-shop-single a {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #000;
    text-decoration: none;
    transition: all ease .5s
}

.pb-shop-single a:hover {
    color: #fcc463
}

.cs-head {
    width: 100%;
    text-align: center
}

.cs-head h2 {
    font-family: PlayfairDisplay;
    font-size: 48px;
    font-style: italic;
    line-height: 1.08;
    letter-spacing: -1.2px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px
}

.products-filter-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px
}

.products-filter-container div {
    width: 100%;
    max-width: 280px
}

.products-filter-container select {
    width: 100%
}

.products-filter-container p {
    font-family: AktivGrotesk;
    font-size: 14px;
    text-align: left;
    margin: 0;
    letter-spacing: .23px;
    color: #4c4c4c
}

select.hide-select {
    display: none
}

.custom-select {
    background-color: #ffff;
    border-radius: 0;
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
    position: relative;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    text-transform: inherit;
    border: none;
    background-image: none;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    text-align: left
}

.select-options {
    max-width: 540px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #ffff;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    border: solid 1px #b5b5b0;
    border-top: none;
    overflow-x: hidden
}

.select-options li {
    padding: 0;
    font-family: AktivGrotesk;
    font-size: 14px;
    cursor: pointer;
    color: #4c4c4c;
    text-align: left;
    padding: 12px
}

.products-filter-container .select {
    position: relative
}

.select-options li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select-options label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

span.radio-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 7px;
    height: 24px;
    width: 24px;
    background-color: #ffff;
    border-radius: 4px;
    border: solid 1px #000
}

.select-options li {
    position: relative
}

.select-options li:hover .radio-btn {
    border: solid 1px #fcc463
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.select-options .radio-active label input:checked ~ .radio-btn:after {
    display: block
}

.select-options .radio-active label input:checked ~ .radio-btn {
    background-color: #fcc463;
    border: none
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 10px;
    border: solid 2px #000;
    border-left: none;
    border-top: none;
    border-radius: 0;
    background: 0 0;
    transform: rotate(33deg)
}

.select-options label {
    cursor: pointer
}

.select-options li:last-child {
    padding-bottom: 2px
}

.select-options li:hover {
    background-color: #fafaf9
}

.custom-select {
    position: relative
}

.custom-select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    /*background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-arrow-down.png)*/
}

.custom-select.active:after {
    transform: rotate(180deg) translateY(50%)
}

.pr-war {
    margin: 0 auto
}

body .cs-page-content .cs-page-initial .heading {
    font-size: 11px
}

.write-review-page-cntnr {
    background-color: #f4f4f2;
    padding: 100px 20px
}

body .write-reviews-title {
    padding: 53px 20px;
    border: none !important;
    max-width: 620px;
    background-color: #fff
}

body .d-flex.flex-column.align-items-center.cs-page-initial {
    border: none
}

body .cs-page-content .cs-page-initial .heading {
    margin-bottom: 0
}

body .p-w-r .pr-war {
    margin: 0 auto;
    max-width: 620px;
    background-color: #ffff;
    padding: 0 0 40px
}

.pr-table.pr-header-table {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 0 !important;
    border-top: solid 1px #b5b5b0
}

.pr-table-cell.pr-header-product-img {
    width: 100% !important
}

.pr-header-table .pr-table-cell {
    width: 100% !important;
    text-align: center
}

h3.pr-header-title {
    text-align: center;
    display: none
}

h5.pr-header-product-name a {
    font-family: PlayfairDisplay;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none !important
}

p.pr-header-required {
    display: none
}

.pr-star-v4 {
    width: 20px !important;
    height: 20px !important
}

.pr-category-snippet .pr-star-v4 {
    width: 15px !important;
    height: 15px !important
}

.pr-btn-group input[type=radio] {
    width: 10px;
    height: 10px;
    background-color: red;
    display: block;
    opacity: 1;
    z-index: 1 !important;
    clip: unset;
    margin-left: 13px !important
}

.p-w-r .btn-group-radio-vertical .pr-btn {
    position: relative;
    display: block
}

body .p-w-r .tag-group .pr-label-control.checked {
    background-color: #fcc463;
    color: #000
}

body .p-w-r .tag-group .pr-label-control.checked span {
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500
}

body .p-w-r .tag-group .pr-label-control {
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

body .p-w-r .pr-btn-add-tag-submit {
    background-color: #000;
    color: #ffff;
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    padding: 18px 24.5px
}

.p-w-r .btn-group-radio-vertical .pr-btn {
    border: none;
    padding-left: 30px;
    color: #333
}

label.pr-btn.pr-btn-default.active {
    background-color: #fff;
    color: #333
}

.p-w-r .pr-control-label span {
    color: #333 !important;
    letter-spacing: .23px;
    padding-bottom: 5px;
    display: inline-block
}

body .p-w-r .form-group {
    margin-bottom: 40px
}

.p-w-r .form-group:nth-child(2) {
    margin-bottom: 30px
}

.p-w-r .pr-review-meter-text {
    color: #4c4c4c;
    font-size: 12px;
    margin-top: 12px;
    letter-spacing: .2px
}

.p-w-r input[type=radio]:focus + label {
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.pr-age-form-group {
    width: 48%;
    float: left
}

.pr-gender-form-group {
    width: 48%;
    float: right
}

body .pr-btn-add-tag a {
    width: 49%;
    border: solid 1px #000 !important
}

.pr-media_image-form-group {
    display: none
}

.pr-media_videourl-form-group {
    display: none
}

body .p-w-r .pr-footer {
    border-top: 1px solid #b5b5b0;
    text-align: center;
    padding-top: 40px
}

p.pr-subscript {
    max-width: 350px;
    margin: 0 auto !important;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #4c4c4c;
    font-family: AktivGrotesk;
    font-size: 12px
}

p.pr-subscript a {
    font-weight: 500;
    color: #000;
    text-decoration: none !important
}

.pr-logo-container.pr-pull-right {
    display: none
}

.p-w-r .pr-submit a {
    display: inline-block;
    text-align: center
}

body .p-w-r .pr-pull-left {
    float: none !important;
    margin-top: 20px
}

div#pr-war-form {
    padding: 0 40px
}

.pr-header-product-img {
    padding: 25px !important;
    max-width: 130px;
    margin: 0 auto !important;
    background-color: #f4f4f2
}

.p-w-r .input-group .form-control:focus {
    border: solid 1px #000;
    outline: none;
    box-shadow: none
}

body .p-w-r .pr-header {
    border-top: 0 solid #b5b5b0;
    border-bottom: none
}

body .p-w-r :focus,
body .p-w-r a:focus {
    box-shadow: none !important
}

body .p-w-r .thank-you-page .title {
    font-family: AktivGrotesk;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px
}

body .p-w-r .thank-you-page .subtitle {
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    text-align: center;
    margin: 0
}

.thank-you-page .header h5 {
    text-align: center
}

.thank-you-page .header h5 a {
    font-family: PlayfairDisplay;
    font-size: 16px;
    color: #000;
    padding: 20px;
    display: inline-block;
    border: solid 2px #fcc463;
    border-radius: 24px;
    padding: 14px 28px;
    text-decoration: none
}

.thank-you-page .header {
    margin-bottom: 40px !important;
    border: none !important
}

body .p-w-r .thank-you-page .review-preview {
    max-width: 840px;
    margin: 0 auto;
    background-color: #f4f4f2;
    padding: 42px;
    border-radius: 8px
}

.thank-you-page {
    margin-bottom: 80px !important
}




.pb-offer-price span {
    color: #d47f16;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.pb-offer-price span {
    color: #d47f16 !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px
}

.concerns-list-group .list-group-item span {
    color: #000 !important;
    font-weight: 500 !important;
    position: relative
}

.concerns-list-group .list-group-item.active span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -5px;
    background-color: #b5b5b0;
    height: 1px
}

.new-product-col .pr-snippet-stars.pr-snippet-stars-png {
    background: #f4f4f2 !important
}

.home-new-product-card-conatiner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.new-product-col-outr {
    width: 33.3%;
    padding: 20px
}

.new-product-col {
    padding: 20px;
    background-color: #f4f4f2;
    height: 100%
}

.new-product-image {
    text-align: center;
    padding-bottom: 20px
}

.new-product-image img {
    max-width: 255px
}

.new-product-title {
    text-align: center
}

.new-product-title h4 {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1px
}

.new-product-rating {
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-items: baseline
}

.new-product-title a {
    text-decoration: none
}

.new-product-rating p {
    font-weight: 700;
    font-size: 14px;
    margin: 0
}

.new-poduct-features ul {
    padding: 15px 0 25px;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column
}

.new-poduct-features ul li {
    list-style-type: none;
    padding-bottom: 10px;
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: left
}

.review-stars-cntnr {
    display: flex;
    align-items: baseline
}

.review-star {
    padding-right: 5px
}

.review-star img {
    max-width: 20px
}

.new-poduct-features ul li:before {
    content: '';
    position: absolute;
    left: -27px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png)
}

.new-product-cta a {
    border-radius: 30px;
    background-color: #fcc463;
    color: #000;
    padding: 14px 45px;
    display: inline-block;
    text-decoration: none;
    border: solid 2px #fcc463;
    transition: all ease .5s;
    font-family: 'Playfair Display'
}

.new-product-cta {
    text-align: center
}

.new-product-cta a:hover {
    background-color: #ffff;
    color: #fcc463
}

.new-product-col.new-badge {
    position: relative
}

.new-product-col.new-badge .new-badge-box {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fcc463;
    padding: 5px 12px;
    font-family: "Playfair Display";
    font-size: 14px;
    font-weight: 500;
    color: #000
}

.new-badge-box {
    display: none
}

.home-products-brief h1 {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000;
    max-width: 620px
}

.home-product-showcase {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f4f2;
    text-align: center
}

.home-product-showcase img {
    width: 100%;
    margin: 0 auto
}

.home-products-brief {
    padding-bottom: 30px
}

.hero-rating-all {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0
}

.home-hero-cta {
    text-align: center
}

.review-star img {
    max-width: 20px
}

.hero-rating-all .review-star {
    padding: 0 0 5px
}


.hero-rating-all p {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px
}

.all-products-title {
    margin-top: 10px !important
}

.product-page-lists {
    padding: 0 80px 45px
}

body .all-products-title h2 {
    padding-bottom: 0;
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

body .all-products-title h2 span {
    font-style: italic
}

.products-new-arrivals .cs-header {
    margin-bottom: 0 !important
}

.new-product-price {
    font-size: 20px;
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    padding: 4px 0
}

.product-page-lists h4 {
    margin: 0
}

.product-page-lists .new-product-rating p {
    margin: 0
}

.product-page-lists .new-poduct-features ul {
    padding-bottom: 10px
}

.new-bundle-header {
    padding: 0 80px 40px;
    text-align: center;
    font-size: 24px;
    font-family: "Playfair Display";
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.new-bundles-container {
    padding: 0 80px
}

.new-bundles-outr {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 50px
}

.new-bundles-col {
    background-color: #f4f4f2;
    padding: 20px 20px 30px
}

.new-bundles-conatiner {
    padding: 0 80px
}

.new-bundles-lists-container {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap
}

.new-bundles-image img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
}

.new-bundles-image {
    text-align: center;
    padding-bottom: 30px
}

.new-bundles-feature ul {
    padding: 0;
    margin: 0
}

.new-bundles-feature ul li {
    list-style-type: none;
    padding-bottom: 10px;
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding-left: 26px;
    display: inline-block;
    margin-right: 10px
}

.new-bundles-feature {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 20px
}

.new-bundles-feature ul li:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png);
    background-position: center;
    background-size: cover
}

.new-bundles-cta {
    text-align: center
}

button.global-orange-cta {
    border-radius: 30px;
    background-color: #fcc463;
    color: #000;
    padding: 14px 45px;
    display: inline-block;
    text-decoration: none;
    border: solid 2px #fcc463;
    transition: all ease .5s;
    font-family: 'Playfair Display'
}

button.global-orange-cta:hover {
    background-color: #ffff;
    color: #fcc463
}

.new-bundles-shop-singl {
    text-align: center;
    padding-top: 25px
}

.new-bundles-shop-singl a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    transition: all ease .5s
}

.new-bundles-shop-singl a:hover {
    color: #fcc463
}

.reviews-product-single {
    display: flex;
    align-items: baseline
}

.reviews-product-single .pr-snippet-read-and-write {
    display: none !important
}

.reviews-product-single p {
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px
}

.product-new-overview .title-desc {
    padding-bottom: 5px !important
}

.single-product-price {
    font-size: 24px;
    font-family: "Playfair Display";
    line-height: 1;
    font-weight: 600;
    padding-bottom: 10px
}

.klarna-box span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: pink;
    font-weight: 700;
    font-family: "Playfair Display"
}

.klarna-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.klarna-box p {
    padding-left: 14px;
    margin: 0;
    font-weight: 500;
    font-size: 14px
}


.new-cs-bundle-imgs img {
    width: 100%;
    max-width: 400px
}

.new-cs-bundle-products .cs-content {
    width: 50%;
    max-width: 100% !important
}

.new-cs-bundle-products .new-cs-bundle-imgs {
    width: 50%;
    text-align: center
}

.new-cs-bundle-products .head span {
    font-style: inherit !important
}

.new-cs-bundle-products .overview ul {
    padding: 0;
    margin-bottom: 35px
}

.new-cs-bundle-products .overview ul li {
    list-style-type: none;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7;
    padding: 10px 15px 0 25px;
    position: relative;
    display: inline-block;
    font-weight: 500
}

.new-cs-bundle-products .d-flex {
    align-items: center
}

.new-cs-bundle-products .story-btn {
    margin-bottom: 0 !important
}

.new-cs-bundle-products .overview ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png)
}

.new-cs-bundle-products .story-btn a {
    background-color: #fcc463 !important
}

.new-cs-bundle-products .story-btn a:hover {
    background-color: #ffff !important
}

.new-cs-bundle-products {
    background-image: none !important;
    background-color: #f4f4f2
}

.new-cs-bundle-products-header-mobile .head {
    display: none
}

.new-cs-bft-header {
    font-family: PlayfairDisplay;
    font-size: 24px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: -.6px;
    text-align: center;
    color: #000;
    padding-bottom: 12px
}

.new-cs-bundle-featues-wrap {
    max-width: 1190px;
    padding: 0 15px 0;
    margin: 0 auto
}

.new-cs-bundle-featues {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px -16px
}

.new-cs-bundle-featues-box {
    width: 33.33%;
    padding: 0 8px 16px;
    text-align: center
}

.new-cs-bundle-ft-col {
    border: 1px solid #ccc;
    padding: 39px 20px 32px;
    height: 100%
}

.new-cs-bundle-ft-col h5 {
    font-family: PlayfairDisplay;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-align: center;
    color: #000;
    margin: 0;
    padding-bottom: 12px
}

.new-cs-bundle-ft-col h5 span {
    font-style: italic
}

.new-cs-bundle-ft-col p {
    font-family: AktivGrotesk;
    font-size: 16px;
    line-height: 1.35;
    color: #000;
    max-width: 340px;
    margin: 0 auto
}

.skin-concern-cntnt {
    padding: 68px 80px 29px
}

.skin-cncern-hdr {
    font-family: PlayfairDisplay;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .7px;
    text-align: center;
    color: #000;
    padding-bottom: 25px
}

.skin-concern-tag {
    display: flex;
    justify-content: center
}

.skin-concern-tag a {
    padding: 9px 18px;
    border-radius: 24px;
    border: solid 1px #b5b5b0;
    display: inline-block;
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 10px;
    transition: all ease .5s;
    text-decoration: none;
    text-align: center
}

.skin-concern-tag a:hover {
    background-color: #fcc463
}

.product-load-more a {
    font-family: PlayfairDisplay;
    font-size: 16px;
    line-height: .69;
    letter-spacing: -.4px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all ease .5s
}

.product-load-more {
    text-align: center
}

.product-load-more a:hover {
    color: #fcc463
}




.news-letter-hdr {
    font-size: 12px;
    color: #000;
    font-family: 'AktivGrotesk';
    letter-spacing: 1.5px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-left: 4px
}

.nl-content.d-s-none {
    display: none !important
}

.new-footer-cntnr .nl-head {
    padding-bottom: 35px
}

.footer-email-form {
    width: 100%;
    max-width: 290px
}

.new-link-lists .list-group-item span {
    font-size: 20px !important;
    position: relative
}

.new-link-lists .list-group-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 45px;
    height: 8px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/whitea-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
    transform: translateY(-50%)
}

.new-link-lists .list-group-item {
    padding-right: 50px !important
}

.cart-after-products {
    padding: 40px 0
}

.cart-after-products p {
    font-size: 14px;
    color: #000;
    font-family: 'AktivGrotesk';
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto
}

.cart-after-products .cart-after-suggest-prod {
    display: flex;
    align-items: center;
    background-color: #f4f4f2;
    padding: 20px;
    margin-top: 30px;
    justify-content: space-between
}

body .cart-after-img img {
    max-width: 80px
}

.cart-after-info p {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    font-family: 'Playfair Display';
    max-width: 200px;
    color: #000;
    font-weight: 600
}

.shipping-costs-cntnr p.free span {
    font-weight: 600
}

.car-after-price span {
    font-size: 12px;
    color: #b5b5b0;
    text-decoration: line-through;
    padding-right: 5px
}

.car-after-price {
    font-size: 12px;
    color: #000;
    font-weight: 500
}

.cart-after-cta a {
    background-color: #fcc463;
    color: #000;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Playfair Display';
    letter-spacing: .7px;
    text-decoration: none;
    border: solid 2px #fcc463;
    transition: all ease .5s;
    display: inline-block
}

.the-coupon-cntnr div#cs_apply_coupon {
    justify-content: center;
    margin-top: 14px
}

.the-coupon-cntnr input {
    margin: 0 auto
}

.the-coupon-cntnr div#cs_apply_coupon button {
    background-color: #fcc463;
    color: #000;
    opacity: 1;
    padding: 5px 32px;
    letter-spacing: .7px;
    border: solid 2px #fcc463;
    transition: all ease .5s
}

.the-coupon-cntnr div#cs_apply_coupon button:hover {
    background-color: #ffff;
    color: #fcc463
}

.shipping-costs-cntnr {
    padding: 20px
}

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

.cart-ship-details p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px
}

.shipping-costs-cntnr p.free {
    text-align: center;
    color: #b5b5b0;
    margin: 0;
    padding: 20px 0 30px;
    font-size: 16px
}

.shipping-costs-cntnr a.global-orange-cta {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 320px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .6px
}

.the-coupon-cntnr {
    padding: 30px 0 0;
    text-align: center
}

.the-coupon-cntnr input {
    border: solid 1px #b8b8b3;
    border-radius: 26px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    max-width: 320px;
    width: 100%
}

.the-coupon-cntnr input::placeholder {
    color: #000
}

.the-coupon-cntnr input::placeholder {
    color: #000
}

.cart-after-cta a:hover {
    background-color: #ffff;
    color: #fcc463
}

.cart-after-info {
    padding-left: 20px
}

div#cs_coupon_apply_block {
    margin-top: 0;
    padding-top: 0;
    border-top: solid 0px #f4f4f2
}

.cs_coupon_ticket_block {
    padding-top: 20px;
    margin: 0 auto
}

div#cs-cart-modal-footer {
    display: none
}

.sub-content-bottom {
    padding: 19px 0 0;
    text-align: center
}

.sub-content-bottom h6 {
    font-family: "Playfair Display";
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 31px
}

.sub-content-bottom a {
    display: inline-block;
    border: 2px solid #fcc463;
    border-radius: 25px;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-decoration: none;
    color: #000;
    padding: 11px 155px 11px 38px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-position: 87% 50%;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s
}

.sub-content-bottom a:hover {
    background-color: #fbc363;
    border-color: #fbc363
}

.sub-content-bottom h6 span {
    font-style: italic
}

.new-cs-bundle-featues-heading {
    width: 100%;
    text-align: center;
    padding: 0 0 46px
}

.new-cs-bundle-featues-heading h4 {
    font-family: "Playfair Display";
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    font-style: italic
}

@media(min-width:1440px) {

    section#pr-review-snapshot,
    #pr-review-display {
        max-width: 1060px
    }
}

@media(min-width:768px) {
    .maindescription p {
        margin-bottom: 0
    }

    .experiment_description p {
        margin-bottom: 0
    }

    .navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: flex-end;
        -webkit-justify-content: flex-end
    }

    .cs-divide-transparent img.cs-arrow-down {
        display: block !important
    }

    .cs-nav-dropdown a.nav-link {
        margin: 0 !important
    }

    .cs-nav-dropdown a:hover + .cs-dropdown-arrows {
        transform: rotate(180deg)
    }
}

body .cs-toast .toast-body .message {
    color: #ffff;
    font-size: 12px
}

@media(max-width:1230px) {
    
    
}

@media(max-width:1000px) {
    .new-cs-bundle-featues {
        flex-wrap: wrap
    }

    .skin-concern-tag a {
        font-size: 14px;
        line-height: 1.25;
        margin: 0 0 16px;
        width: 46%
    }

    .skin-concern-cntnt {
        padding: 40px 20px
    }

    .skin-concern-tag {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .new-cs-bundle-ft-col {
        width: 100%;
        padding-bottom: 35px
    }

    .bundle-page-products .pb-advantages {
        text-align: center
    }

    div#navbarTogglerCarrotStick {
        top: 75px
    }
}

@media(max-width:1100px) {
    .new-product-col-outr {
        width: 48%
    }

    .cs-page-content {
        padding: 40px 30px
    }

    .new-cs-bundle-featues-wrap {
        padding: 0 15px 0
    }
}



@media(max-width:980px) {
    .new-bundles-conatiner {
        padding: 0 20px
    }

    .new-bundles-lists-container {
        flex-wrap: wrap
    }

    .new-bundles-outr {
        width: 100%;
        max-width: 460px;
        margin: 0 auto 50px auto
    }

    .single-product-bundle-cntnr {
        margin: 0 auto 40px auto
    }

    .pb-shop-single {
        padding-top: 20px
    }

    .reviews-product-single p {
        font-size: 12px
    }

    .single-product-bundle-cntnr {
        width: 50%
    }
}

@media(max-width:767px) {
    #free-ship-toast .toast-body {
        padding: 5px 0
    }

    .cs-product-gallery {
        position: relative;
        top: 0
    }

    nav.navbar.navbar-expand-lg.navbar-cs {
        margin: 42px 0
    }

    .new-cs-bundle-featues-box {
        width: 100%
    }

    .single-product-bundle-cntnr {
        width: 100%
    }

    .cs-page-content {
        padding: 40px 15px
    }

    .sub-content-bottom a {
        padding: 11px 125px 11px 20px
    }

    .new-cs-bundle-ft-col p {
        font-size: 14px
    }
}

.headbarslider .slick-arrow {
    display: none !important
}

@media only screen and (max-width:768px) {
    .headbarslider .slick-arrow {
        display: block !important;
        left: -7px;
        position: absolute;
        background-color: transparent;
        height: 30px;
        width: 30px;
        font-size: 0px;
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/arrow-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        transform: translate(0, -50%);
        cursor: pointer;
        z-index: 1;
        border: 0
    }

    .headbarslider .slick-arrow.slick-next {
        display: block;
        right: 0;
        left: auto;
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/arrow-right.svg);
        border: 0
    }

    .landing-one-logo img {
        max-width: 200px;
        height: auto
    }

    .landing-one-product-img img {
        max-width: 250px;
        height: auto
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-img {
        width: 100% !important
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-inner {
        padding: 0
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel {
        padding: 20px;
        margin-top: 20px
    }

    .product-details-page .cs-product-details .row .cs-product-gallery .carousel .carousel-inner .carousel-item img.product {
        margin-bottom: 0
    }

    .product-details-page .cs-product-details .row .cs-product-overview .overview .add-bundle-btn .btn {
        line-height: 1.38;
        padding: 10px 30px
    }

    .cs-col-content-img.write_review_sec {
        padding: 20px 20px 40px
    }

    .write_review_sec div.pr-review {
        padding: 20px !important
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-details {
        width: 100%
    }

    .modal-rating p {
        font-family: AktivGrotesk;
        font-size: 14px;
        color: #000
    }

    .modal-shop-all-btn {
        padding: 20px 0 0
    }

    div#cart_bag .add-to-cart-get-it-cart {
        font-size: 14px;
        padding: 14px 20px !important;
        margin: 10px auto
    }

    a.modal-shop-btn {
        font-size: 14px;
        padding: 12px 30px
    }

    .modal-shop-all-btn p {
        padding-bottom: 10px
    }

    .cart-empty {
        padding-bottom: 30px
    }

    a.modal-shop-btn,
    div#cart_bag .add-to-cart-get-it-cart {
        max-width: 240px
    }

    .review-header h2 {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px
    }

    section.pr-review-snapshot-snippets {
        padding-bottom: 30px;
        border-bottom: solid 1px #b5b5b04d;
        margin-bottom: 10px
    }

    section.pr-review-snapshot-block.pr-review-snapshot-block-recommend {
        border-bottom: solid 1px #b5b5b04d !important;
        padding-bottom: 20px !important;
        margin-bottom: 30px !important
    }

    .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-block-container .pr-review-snapshot-block:last-child {
        margin-bottom: 0
    }

    .cs-head h2 {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        padding-bottom: 20px
    }

    .products-filter-container {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .products-filter-container div {
        width: 100%;
        max-width: 100%
    }

    .custom-select {
        top: 0
    }

    .products-filter-container > div {
        margin-bottom: 20px
    }

    .products-filter-container p {
        padding-bottom: 10px
    }

    .select-options li:last-child {
        padding-bottom: 15px
    }

    div#pr-war-form {
        padding: 0
    }

    .pr-age-form-group {
        width: 100%
    }

    .pr-gender-form-group {
        width: 100%
    }

    body .p-w-r .pr-war {
        padding: 0 20px 40px
    }

    .navbar-nav li:first-child {
        padding: 40px 20px 40px !important;
        margin-bottom: 20px;
        border-bottom: solid 1px #e6e6de !important
    }

    ul.navbar-nav li.cs-divide-transparent div {
        justify-content: left
    }

    ul.navbar-nav {
        height: 100%;
        overflow: scroll;
        padding-bottom: 100px;
        margin: 0 15px !important;
        border-bottom: solid 0px #e6e6de
    }

    body .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item {
        padding: 10px 15px;
        border-bottom: none
    }

    body .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item a .link-text {
        font-size: 10px
    }

    body .cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li.nav-item:first-child a .link-text {
        font-size: 13px
    }

    .navbar-nav li.nav-item.nav-shop-cta {
        padding-top: 35px !important;
        border-top: solid 1px #e6e6de;
        margin-top: 25px
    }

    .navbar-nav li.nav-item.nav-shop-cta a {
        width: 100%;
        text-align: center
    }

    

    .header-shop-cta {
        padding: 14px 20px !important
    }

    .home-new-product-card-conatiner {
        margin: 0 -10px
    }

    .new-product-col-outr {
        width: 50%;
        max-width: 400px;
        margin: 0 auto;
        padding: 10px
    }

    .new-product-col {
        height: 100%;
        padding: 15px
    }

    .new-poduct-features {
        padding-left: 15%
    }

    .new-product-image img {
        max-width: 125px
    }

    .new-product-title h4 {
        font-size: 20px
    }

    .new-product-price {
        font-size: 14px
    }

    .home-products-brief h1 {
        font-size: 28px;
        line-height: 1.07
    }

    .hero-rating-all {
        padding: 20px 0
    }

    .home-hero-cta a {
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }

    .home-products-brief {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .product-page-lists {
        padding: 20px
    }

    .new-bundle-header {
        padding: 0 20px 30px;
        font-size: 24px
    }

    .single-product-bundle {
        padding: 30px 20px 20px
    }

    .pb-advantages {
        text-align: left;
        padding-left: 5px
    }

    .pb-advantages ul {
        justify-content: left
    }

    .pb-advantages ul li {
        margin-bottom: 10px
    }

    .single-product-bundle-header {
        padding-bottom: 20px
    }

    .pb-title {
        font-size: 18px
    }

    .pb-shop-cta a {
        padding: 16px;
        width: 100%
    }

    .pb-shop-single {
        padding-top: 10px
    }

    .single-product-bundle-cntnr {
        margin-bottom: 40px
    }

    .product-bundle-header h2 {
        font-size: 28px
    }

    .product-bundle-header {
        padding-bottom: 30px
    }

    .carousel-item img.product {
        max-width: 250px
    }

    

    .best-for-product {
        padding-top: 20PX;
        padding-bottom: 10px
    }

    .button-change .btn {
        line-height: 2.78 !important
    }

    .ingredients-block p {
        font-size: 14px
    }

    h6.key-highlits,
    .ingredients-block p.medical-description {
        font-size: 10px
    }

    .uasage-steps {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 45px
    }

    .usage-image-tittle,
    .uasage-description {
        width: 100%
    }

    .uasage-description {
        text-align: center
    }

    .uasage-description p {
        line-height: 1.46;
        max-width: 100%
    }

    .new-cs-bundle-products .cs-content {
        width: 100%
    }

    .new-cs-bundle-products .d-flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center
    }

    .new-cs-bundle-products {
        padding: 20px !important
    }

    .new-cs-bundle-products .head {
        display: none
    }

    .new-cs-bundle-products .overview ul {
        margin: 25px 0;
        text-align: center
    }

    .new-cs-bundle-products .overview ul li {
        padding: 8px 15px 0 25px
    }

    .new-cs-bundle-products .story-btn a {
        max-width: 320px !important;
        width: 100%;
        line-height: 2.95 !important
    }

    .new-cs-bundle-products-cntnr {
        padding: 0 20px
    }

    .new-cs-bundle-products .new-cs-bundle-imgs {
        width: 100%
    }

    .new-cs-bundle-imgs img {
        max-width: 200px
    }

    .new-cs-bundle-products .story-btn {
        margin-bottom: 10px !important
    }

    .new-cs-bundle-products-header-mobile .head {
        text-align: center;
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        font-family: "Playfair Display";
        display: block
    }

    .new-cs-newsletter .nl-head {
        text-align: center;
        margin: 0 auto
    }

    .new-cs-newsletter .nl-content {
        text-align: center
    }

    .new-cs-newsletter .nl-email-btn {
        justify-content: center
    }

    .review-stars-cntnr {
        display: flex;
        align-items: baseline
    }

    .review-star {
        padding-right: 5px
    }

    .review-star img {
        max-width: 20px
    }

    .new-product-col.new-badge .new-badge-box {
        font-size: 10px;
        padding: 3px 8px
    }

    .review-stars-cntnr p {
        font-size: 12px
    }

    .review-star img {
        max-width: 15px
    }

    .hero-rating-all {
        flex-direction: row;
        align-items: baseline
    }

    .hero-rating-all p {
        font-size: 12px;
        padding-left: 10px
    }

    .hero-rating-all .review-star img {
        max-width: 20px
    }

    .new-product-rating p {
        font-size: 12px
    }

    .home-page .cs-section-overview .home-product-showcase {
        padding-left: 35px;
        padding-right: 35px
    }

    .home-page .cs-section-overview {
        padding: 0
    }

    div#free-ship-toast {
        font-size: 12px;
        padding: 0
    }

    .new-footer-cntnr .card-body {
        padding: 0 !important;
        width: 100%
    }

    .new-footer-cntnr .card.cs-footer-card {
        padding: 40px 0 20px
    }

    .new-footer-cntnr .nl-head {
        text-align: left;
        margin: 0
    }

    .new-footer-cntnr .nl-content {
        text-align: left;
        margin: 22px 0 !important;
        font-size: 14px !important
    }

    .product-bundle-container {
        max-width: 1100px;
        padding: 40px 20px 50px;
        margin: 0 auto
    }

    body .taxonomy-page {
        margin-top: 25px;
    }

    .cart-after-info {
        padding-left: 10px
    }

    body .cart-after-img img {
        max-width: 60px
    }

    .cart-after-info p {
        font-size: 10px
    }

    .cart-after-cta a {
        padding: 10px;
        width: 80px
    }

    .cart-after-products .cart-after-suggest-prod {
        padding: 15px
    }

    .shipping-costs-cntnr {
        padding: 10px 20px 20px
    }

    .shipping-costs-cntnr p.free,
    .header-shop-cta {
        font-size: 14px
    }

    .all-products-title {
        margin-top: 0 !important
    }

    body .all-products-title h2 {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        padding-bottom: 0
    }

    .concer-product-block.product-card .d-flex {
        flex-direction: column !important
    }

    .concer-product-block.product-card .d-flex .img {
        width: auto
    }
}

@media(max-width:400px) {
    .new-product-col-outr {
        width: 100%
    }

    .product-page-lists div.new-product-col-outr {
        width: 50% !important
    }

    .product-page-lists .bimonthlytext {
        font-size: 10px
    }
}

@media(max-width:500px) {
    .skin-concern-tag a {
        width: 100%;
        margin-right: 0;
        max-width: 280px
    }

    .new-product-col-outr {
        width: 100%
    }

    .page-template-products-page div.new-product-col-outr {
        width: 50% !important
    }

    .product-page-lists .bimonthlytext {
        font-size: 10px
    }

    .footer-email-form {
        width: 100%;
        max-width: 100%
    }

    .footer-email-form .input-group {
        max-width: 100% !important
    }
}

@media(max-width:370px) {
    .new-bundles-feature ul li:before {
        left: -20px
    }

    .new-bundles-feature ul {
        padding-left: 25%
    }

    .new-bundles-feature ul li {
        width: 100%;
        text-align: left
    }
}

.fourbundlecontent {
    display: none
}

.cart-after-products .cart-after-info h5 {
    font-size: 10px !important;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    color: #000;
    opacity: 1
}

.cart-after-products .cart-after-info span {
    font-size: 12px !important;
    line-height: 16px;
    font-family: 'AktivGrotesk';
    font-weight: 400;
    color: #000
}

.cs-bundle-offer-modal {
    padding-right: 80px;
    padding-left: 80px
}

.cs-bundle-offer-modal .modal-dialog {
    max-width: 100%
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-header {
    border: none;
    margin: auto
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .title span {
    font-style: italic
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 800px;
    margin: auto;
    padding: 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card {
    padding: 40px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .img img {
    max-width: 210px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    padding: 10px 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    font-weight: 500;
    color: #3a9768;
    margin: auto;
    padding: 10px 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price del {
    font-weight: 400;
    color: #b5b5b0;
    padding-right: 8px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price ins {
    text-decoration: none
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .cs-plus-sign {
    width: 40px;
    height: 40px;
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .44;
    letter-spacing: .69px;
    text-align: center;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer {
    border-top: 1px solid rgba(181, 181, 176, .4);
    justify-content: center;
    padding: 40px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn {
    padding: 12px;
    text-align: center
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000;
    padding: 0 40px;
    min-width: 180px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn .btn:hover {
    background-color: #fcc463
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn {
    padding: 12px;
    text-align: center
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.hero_banner_section {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #eeede3;
    position: relative;
    overflow: hidden
}

.hero_banner_section .container .row {
    position: relative;
    z-index: 10
}

.hero_banner_section .global-orange-cta {
    background: #1b1a19;
    color: #fff;
    border-color: #1b1a19
}

.hero_banner_section .global-orange-cta:hover {
    background-color: #ffff;
    color: #fcc463;
    border-color: #fcc463
}

.hero_content_area h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: "Playfair Display";
    font-style: italic;
    color: #1b1a19;
    margin: 0;
    padding: 0 0 15px
}

.hero_content_area p {
    font-size: 18px;
    font-family: "Playfair Display";
    font-weight: 400;
    color: #1b1a19;
    margin: 0;
    padding: 0 0 15px;
    max-width: 450px;
    width: 100%
}

.hero_content_area h5 {
    font-size: 10px;
    text-transform: uppercase;
    font-family: AktivGrotesk;
    font-weight: 500;
    color: #646464;
    margin: 0;
    padding: 15px 0;
    letter-spacing: 1.5px
}

.hero_image_area {
    text-align: center
}

.product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1
}

.hero_image_area img {
    padding-left: 50px
}

@media(max-width:1200px) {
    .hero_banner_section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .hero_image_area img {
        max-width: 80%;
        margin-top: -40px
    }
}

@media(max-width:991px) {
    .product-image {
        left: 0;
        right: 0;
        top: 50%;
        background-size: 600px;
        background-position: 50% 0;
        width: 100%
    }

    .hero_image_area img {
        padding-left: 0;
        max-width: 220px;
        margin-top: 0;
        margin-bottom: -70px
    }

    .hero_content_area {
        padding-bottom: 80px;
        text-align: center
    }

    .hero_content_area p {
        margin: 0 auto
    }

    .hero_banner_section {
        padding-top: 50px
    }
}

@media(max-width:767px) {
    .hero_content_area h1 {
        font-size: 36px
    }

    .hero_content_area p {
        font-size: 16px
    }
}

@media(max-width:640px) {
    .hero_image_area img {
        margin-bottom: 0;
        max-width: 160px
    }

    .hero_banner_section {
        padding-bottom: 50px
    }

    .product-image {
        background-size: 100%
    }
}

.content-title-bundlepage.bundle-inactive-items {
    padding-top: 85px
}

.modal-header-custom {
    border-bottom: 1px solid #f4f4f2
}

.bundletitlemodal {
    padding: 40px
}

.display-subscription-modal div.modal-dialog {
    max-width: 800px
}

.productDiv {
    float: left;
    padding: 10px 33px;
    font-weight: 400;
    text-align: center
}

.display-subscription-modal table {
    font-size: 14px;
    font-weight: 700
}

.display-subscription-modal table th {
    color: #4c4c4c;
    font-weight: 400;
    font-family: AktivGrotesk-Regular;
    border: 0 !important
}

.display-subscription-modal table td {
    color: #000;
    font-family: AktivGrotesk-Medium
}

.productDiv {
    font-weight: 400
}

.clsbtn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    padding: 10px 80px;
    text-align: center
}

.centerbtn {
    text-align: -webkit-center;
    margin: 40px 0
}

.opendropdown {
    cursor: pointer
}

.closedropdown {
    cursor: pointer
}

.up {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

i.arrow.up {
    margin-left: 3px
}

i.arrow.down {
    margin-left: 3px
}

.modal-footer-custom {
    border-top: 1px solid #f4f4f2
}

.modal-body-custom {
    padding: 0 !important
}

.trslide {
    background: #f4f4f2
}

.mobile-view-subscribe {
    display: none
}

.tab-accordian-title {
    padding: 15px
}

.tab-accordian-title h5 {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.d-flex.row-data {
    justify-content: space-between;
    padding: 0 15px
}

.d-flex.row-data.prod-tab-img-sec {
    flex-wrap: wrap;
    background-color: #f4f4f2
}

.mobile-view-subscribe h5 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500
}

.mobile-view-subscribe p {
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    font-weight: 300
}

.mobile-view-subscribe .productDiv {
    font-weight: 400;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0
}

.tab-accordian-title.active img.down {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.mobile-table-wrap {
    border-bottom: 1px solid #f4f4f2
}

@media (max-width:767px) {
    .mobile-view-subscribe {
        display: block
    }

    .display-subscription-modal table {
        display: none
    }

    .align-items-center.cs-content-mobile {
        padding: 12px 20px;
        display: inline-flex
    }

    .update-bundle-btn {
        display: block !important
    }

    .list-item-footer-div {
        text-align: center
    }

    .md-bundle-list-item {
        background: #f4f4f2;
        padding: 24px
    }

    span.protitle {
        padding-left: 45px;
        font-size: 16px;
        letter-spacing: -.3px;
        font-family: PlayfairDisplay-Medium
    }
}

.bundletitletr {
    border-bottom: 2px solid #f4f4f2
}

.list-item-footer-bundles {
    border-bottom: 2px solid #f4f4f2
}

.bundletitletr span.substatus {
    color: #f4f4f2
}

.bundle-list-item-tbl {
    background: #f4f4f2;
    padding: 30px 36px
}

.update-bundle-btn {
    background: #fcc463;
    border-radius: 40px;
    display: initial;
    padding: 20px 35px;
    font-family: PlayfairDisplay-Regular;
    font-size: 16px;
    letter-spacing: 0
}

.bundle-activity-btn {
    font-family: PlayfairDisplay;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    text-align: right;
    color: #000
}

.list-item-footer-div {
    padding: 10px 0 0
}

.bundle-list-status {
    text-align: right;
    color: #4c4c4c
}

.bundletitle-list {
    float: left
}

.hr {
    height: 1px;
    margin: 34px 0 20px;
    opacity: .5;
    background-color: #b5b5b0
}

.productDivlist.col-md-4 {
    float: left
}

.productDivlist.col-md-4 p {
    text-align: left;
    padding: 22px 22px 0;
    font-family: PlayfairDisplay;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    letter-spacing: -.26px
}

.bundletype {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c
}

.bundletitle-list h3 {
    font-family: PlayfairDisplay;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -.6px;
    color: #000
}

.bundle-list-item-tbl table th {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #4c4c4c;
    padding: 0;
    border-top: 0
}

.bundle-list-item-tbl table td {
    padding: .75rem 0
}

.bundle-list-single-item {
    margin-bottom: 20px
}

.inactivebundle {
    opacity: .5
}

.cs-head {
    width: 100%;
    text-align: center
}

.cs-head h2 {
    font-family: PlayfairDisplay;
    font-size: 48px;
    font-style: italic;
    line-height: 1.08;
    letter-spacing: -1.2px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px
}

.products-filter-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px
}

.products-filter-container div {
    width: 100%;
    max-width: 280px
}

.products-filter-container select {
    width: 100%
}

.products-filter-container p {
    font-family: AktivGrotesk;
    font-size: 14px;
    text-align: left;
    margin: 0;
    letter-spacing: .23px;
    color: #4c4c4c
}

select.hide-select {
    display: none
}

.custom-select {
    background-color: #ffff;
    border-radius: 0;
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
    position: relative;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    text-transform: inherit;
    border: none;
    background-image: none;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    text-align: left
}

.select-options {
    max-width: 540px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #ffff;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    border: solid 1px #b5b5b0;
    border-top: none;
    overflow-x: hidden
}

.select-options li {
    padding: 0;
    font-family: AktivGrotesk;
    font-size: 14px;
    cursor: pointer;
    color: #4c4c4c;
    text-align: left;
    padding: 12px
}

.products-filter-container .select {
    position: relative
}

.select-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize
}

.select-options label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

span.radio-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 7px;
    height: 24px;
    width: 24px;
    background-color: #ffff;
    border-radius: 4px;
    border: solid 1px #000
}

.select-options li {
    position: relative
}

.select-options li:hover .radio-btn {
    border: solid 1px #fcc463
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.select-options .radio-active label input:checked ~ .radio-btn:after {
    display: block
}

.select-options .radio-active label input:checked ~ .radio-btn {
    background-color: #fcc463;
    border: none
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 10px;
    border: solid 2px #000;
    border-left: none;
    border-top: none;
    border-radius: 0;
    background: 0 0;
    transform: rotate(33deg)
}

.select-options label {
    cursor: pointer
}

.select-options li:last-child {
    padding-bottom: 2px
}

.select-options li:hover {
    background-color: #fafaf9
}

.custom-select {
    position: relative
}

.custom-select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    /*background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-arrow-down.png)*/
}

.custom-select.active:after {
    transform: rotate(180deg) translateY(50%)
}

#sb_instagram #sbi_images.sbi_carousel {
    display: block !important
}


@media(max-width:768px) {
    .product-page-lists .pr-category-snippet {
        display: inline-flex !important
    }

    .cs-head h2 {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        padding-bottom: 20px
    }

    .products-filter-container {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .products-filter-container div {
        width: 100%;
        max-width: 100%
    }

    .custom-select {
        top: 0
    }

    .products-filter-container > div {
        margin-bottom: 20px
    }

    .products-filter-container p {
        padding-bottom: 10px
    }

    .select-options li:last-child {
        padding-bottom: 15px
    }
}

.promotions-product-sec {
    padding: 50px 0 130px
}

.promotions-product-list {
    background: #f4f4f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promotions-product-list figure {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0
}

.promotions-product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 40px;
    text-align: center;
    min-height: 482px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.promotions-product-content-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.promotions-product-content-inner h2 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif
}

.promotions-product-content-inner p {
    font-size: 16px;
    line-height: 1.4375;
    color: #000;
    text-transform: uppercase
}

.promotions-product-list:nth-child(2n+2) .promotions-product-content {
    order: 1
}

.promotions-product-list:nth-child(2n+2) figure {
    order: 2
}

.shop-now-btn a,
.shop-now-btn button {
    display: inline-block;
    border: 2px solid #fbc363;
    background-color: #fbc363;
    border-radius: 25px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 11px 60px 11px 25px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-position: 87% 50%;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s
}

.shop-now-btn a:hover,
.shop-now-btn button:hover {
    background-color: transparent
}

.remove-transform-uppercase p {
    text-transform: none;
    font-weight: 700
}

.promotions-product-content-inner form {
    width: 332px;
    display: block;
    margin: 0 auto
}

.promotions-product-content-inner form span {
    font-size: 11px;
    line-height: 1.272727272727273;
    color: #949494;
    display: block;
    margin: 0 0 20px
}

.promotions-product-content-inner form label {
    display: block
}

.promotions-product-content-inner form input[type=email],
.promotions-product-content-inner form input[type=text],
.promotions-product-content-inner form input[type=tel] {
    width: 100%;
    display: block;
    border: solid 1px #cbcbcb;
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none
}

.curret-offers-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: solid 2px #fbc363;
    display: none;
    z-index: 999
}

.curret-offers-title {
    position: relative;
    padding: 15px 50px 15px 20px;
    background: #262626;
    cursor: pointer
}

.curret-offers-title:after {
    content: "";
    background: url('/wp-content/themes/xejic_carrot_stick/assets/images/carrot-stick-arrow.svg') no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 9px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear
}

.curret-offers-title h3 {
    font-size: 18px;
    line-height: 1.333333333333333;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.curret-offers-title h4 {
    color: #fbc363;
    font-size: 12px;
    line-height: 1.416666666666667;
    margin: 0
}

.curret-offers-toggle {
    padding: 15px 20px
}

.curret-offers-content {
    padding: 30px 20px 20px;
    min-height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px
}

.curret-offers-content h2 {
    font-size: 20px;
    line-height: 1.35;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 15px;
    max-width: 170px;
    font-weight: 700
}

.curret-offers-content .shop-now-btn a,
.curret-offers-content .shop-now-btn button {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 44px 8px 17px
}

.curret-offers-slider .slick-list {
    padding: 0 15px
}

.curret-offers-slider > div {
    display: none
}

.curret-offers-slider > div:first-child {
    display: block
}

body:after {
    content: "";
    background: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none
}

body.footer-sec-open:after {
    display: block
}

@media(max-width:1200px) {
    .promotions-product-content-inner h2 {
        font-size: 40px
    }
}

@media(max-width:991px) {
    .promotions-product-content-inner h2 {
        font-size: 35px
    }

    .promotions-product-content-inner form {
        width: 100%
    }

    .promotions-product-content {
        padding: 40px 20px;
        min-height: 360px
    }
}

@media(max-width:767px) {
    #menu-variant .sub-content {
        padding: 0 !important
    }

    .list-head.cat-parent-div {
        display: flex;
        justify-content: space-between
    }

    .promotions-product-sec {
        padding: 50px 0 20px
    }

    .promotions-product-list {
        margin-bottom: 50px
    }

    .promotions-product-list figure {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 336px
    }

    .promotions-product-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: auto
    }

    .promotions-product-list:nth-child(2n+2) figure {
        order: 1
    }

    .curret-offers-wrap {
        display: block;
        transform: translateY(220px);
        -webkit-transform: translateY(220px);
        -ms-transform: translateY(220px);
        -o-transform: translateY(220px);
        -moz-transform: translateY(220px);
        transition: all .4s linear;
        -webkit-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        -moz-transition: all .4s linear
    }

    .curret-offers-wrap.active-toggle {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0)
    }
}

.special--offer--wrapper h3 {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 20px
}

.special--offer--wrapper h5 {
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.special--offer--wrapper {
    border: solid 1px rgba(181, 181, 176, .4);
    border-radius: 4px;
    background-color: rgba(244, 244, 242, .2);
    padding: 30px
}

.special--offer--title {
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 20px
}

.left--ctn--area h5 {
    margin-bottom: 10px
}

.left--ctn--area p {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
    letter-spacing: 0
}

.left--ctn--area p strong {
    font-weight: 500
}

.left--ctn--area p i {
    color: #b5b5b0
}

.select-checkbox {
    margin-top: 20px
}

.radio--wrapper {
    position: relative;
    display: inline-block
}

.radio--wrapper input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2
}

.radio--wrapper label {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0
}

.radio--wrapper label:before {
    content: '';
    height: 18px;
    width: 18px;
    border: 2px solid #b8b8b3;
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%
}

.radio--wrapper input:checked ~ label:before {
    border-width: 4px;
    border-color: #fcc463
}

.left--ctn--area {
    width: calc(100% - 120px);
    padding-right: 30px
}

.checkout-product-image {
    width: 120px;
    text-align: center
}

.checkout-product-image img {
    display: block;
    margin: 0 auto
}

.radio--wrapper label {
    font-size: 14px;
    color: #000
}

.radio--wrapper label strong {
    font-weight: 500
}

.radio--wrapper label i {
    color: #b5b5b0;
    font-style: normal
}

.nothanks-label .radio--wrapper label {
    color: #4c4c4c
}

.pro--wrapper.head-content {
    margin-bottom: 50px !important
}

@media(max-width:480px) {
    .checkout-product-image {
        width: 100%;
        padding-top: 0;
        order: 1
    }

    .checkout-product-image img {
        max-width: 200px
    }

    .left--ctn--area {
        width: 100%;
        padding: 20px 0 0;
        order: 2
    }

    .special--offer--wrapper {
        padding: 20px
    }

    .special--offer--wrapper .d-flex {
        flex-wrap: wrap
    }
}

.cs-coupon {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #f4f4f2
}

.cs-coupon .cs-coupon-entry {
    text-align: center
}

.cs-coupon .cs-coupon-entry .btn {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-coupon .cs-coupon-entry .btn:hover {
    text-decoration: none
}

.cs-coupon .cs-coupon-entry .btn:focus {
    box-shadow: none;
    text-decoration: none
}

.cs-coupon .cs-coupon-process .input-group .form-control {
    border: solid 1px #b5b5b0;
    border-right: none;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-coupon .cs-coupon-process .input-group .form-control:focus {
    box-shadow: none
}

.cs-coupon .cs-coupon-process .input-group .input-group-prepend .btn {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #000;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #f4f4f2;
    text-transform: uppercase
}

.cs-coupon .cs-coupon-process .input-group .input-group-prepend .btn.disabled {
    background-color: #b5b5b0;
    cursor: no-drop
}

.cs-coupon .cs-coupon-process .cs-coupon-ticket {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/coupon-ticket.png.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-applied-coupon {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #b5b5b0;
    text-transform: uppercase
}

.cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-coupon-ticket-dot {
    border-right: 1px solid #b5b5b0;
    border-right-style: dashed
}

.cs-coupon .cs-coupon-process .cs-coupon-ticket .cs-couppon-offer {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4c4c4c
}

.cs-coupon .cs-coupon-process .cs-coupon-remove {
    margin-top: 20px;
    text-align: center
}

.cs-coupon .cs-coupon-process .cs-coupon-remove .btn {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000
}

.cs-coupon .cs-coupon-process .cs-coupon-remove .btn:hover {
    text-decoration: none
}

.cs-coupon .cs-coupon-process .cs-coupon-remove .btn:focus {
    box-shadow: none;
    text-decoration: none
}

#menu-variant .list-group .list-group-item {
    font-size: 14px;
    line-height: 1.3;
    padding: 8px 0
}

#menu-variant .sub-content {
    padding: 20px 80px 60px
}

#menu-variant a.cs-link {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: 'Playfair Display'
}

#menu-variant .cs-more-link {
    padding: 10px;
    text-align: center
}

#menu-variant .menu-img-section {
    padding: 27px 0;
    max-width: 255px;
    margin: 0 80px 0 0
}

#menu-variant .col-md-12.menu-bundle-img {
    display: inline-flex
}

#menu-variant .cs-mobile-only i.fa.fa-plus {
    font-weight: 400
}

#menu-variant .divider.col-md-2:first-child {
    padding-left: 15px;
    padding-right: 15px
}


.product-popup-body .prod-img img {
    width: 50%;
    height: auto
}

.cs-client-offer div.cs-head {
    text-align: left
}

.product-detail-content .cs-stock {
    background-color: #f4c672a3;
    border-color: #f4c672a3 !important;
    color: #0000009c
}

.home .latest-bundle-blocks .futureprod-box .futureprod-img img {
    bottom: unset
}

.pr-no-reviews {
    display: none !important
}

@media screen and (max-width:767px) {
    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation {
        padding-left: 20px;
        padding-top: 30px !important
    }

    #topayment {
        font-size: 19px;
        padding: 5px 20px
    }
}

span.subscription-tag.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill {
    background: #fcc463;
    font-size: 60%
}

span.subscription-tag:hover {
    color: #000 !important
}

.ship-away-text {
    font-family: 'AktivGrotesk';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3
}

.cart-header-elements {
    align-items: baseline !important
}

.you-like-block a {
    color: #000;
    text-decoration: none
}

.table-new {
    width: 100%
}

span.prodesc {
    font-weight: 400
}

.couponextrainfo {
    margin: 0 auto;
    font-weight: 700;
    text-align: center
}

.product-details span.prodesc {
    font-weight: 400;
    font-size: 12px;
    line-height: 2
}

.bundle-img-nav {
    margin: 70px 0 0
}

.menu-bundle-img .menu-img-section img.cs-img-fluid.mx-auto.d-block {
    padding: 0 !important
}

.cs-mobile-only-nav {
    display: none !important
}

@media only screen and (min-width:768px) {
    .col-12.col-md-2.divider {
        max-width: 14%
    }
}

@media only screen and (max-width:768px) {
    .cs-mobile-only-nav {
        display: flex !important
    }

    div#navbarTogglerCarrotStick {
        top: 110px !important
    }
}

.hideslidetemp {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.home-products-brief h1,
.home-products-brief h6 {
    max-width: 1024px;
    font-family: "Playfair Display"
}

.home-product-showcase .heading {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    font-size: 14px;
    font-family: AktivGrotesk;
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase
}

.homeimagemobile {
    display: none
}

.home-products-brief hr {
    width: 18%;
    border: 1px solid #000;
    margin-top: 10px
}

span.tophead2 {
    font-size: 32px
}

ul.giftchoices {
    list-style: none;
    width: 300px;
    text-align: left;
    margin: 10px auto
}

.home-products-brief h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 20px
}

.home-products-brief h1 {
    font-size: 44px;
    color: #000;
    text-align: center;
    padding: 20px 0 0
}

h1.homeheroh1second.homeheadingsub,
h1.homeheroh1third.homeheadingsub {
    line-height: .9
}

h1.homeheadingsub {
    font-size: 44px
}

@media(max-width:768px) {
    .home-product-showcase .heading {
        text-underline-offset: 4px;
        font-size: 14px
    }

    span.tophead2 {
        font-size: 16px
    }

    span.discountcode {
        white-space: nowrap
    }

    .home-products-brief hr {
        width: 25%;
        margin-top: 12px
    }

    .homeimagedesktop {
        display: none
    }

    .homeimagemobile {
        display: block
    }

    .home-product-showcase {
        flex-direction: column-reverse !important
    }

    h1.homeheadingsub {
        font-size: 24px
    }

    .home-products-brief h1 {
        font-size: 20px;
        line-height: 1.6;
        padding: 0
    }

    .home-products-brief h6 {
        font-size: 12px
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }
}

.woocommerce-Price-currencySymbol {
    color: #000 !important
}

span.message.headbartext {
    color: #000
}

.middlespanheadbar {
    padding: 7px 0
}

.headbarslider .slick-arrow {
    display: none !important
}

.headbarslider {
    line-height: 1.3
}

@media only screen and (max-width:768px) {
    .headbarslider {
        padding: 0
    }

    .list-head.cat-parent-div {
        display: flex;
        justify-content: space-between
    }

    .list-sub-menu-mobile {
        display: none !important
    }

    .product-page-lists .bimonthlytext {
        font-size: 10px
    }

    .page-template-products-page div.new-product-col-outr {
        width: 50%
    }

    .page-template-products-page .pr-category-snippet {
        display: inline-flex
    }
}

.maintitlecatpage .taxonomy-page .cs-new-arrivals .cs-content {
    margin: 20px 0 !important
}

.maintitlecatpage .all-products-title {
    margin-bottom: 0 !important
}

.tooltipdiv {
    position: relative;
    display: inline-block
}

i.fa.fa-question-circle {
    padding: 0 5px;
    color: #a9a9a9
}

.offerextrinfo {
    font-size: 12px
}

.tooltipdiv .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 10px 12px 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 0;
    margin-left: -90px;
    font-size: 14px;
    font-weight: 400;
    font-family: "AktivGrotesk";
    line-height: 1.3;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .3)
}

.tooltipdiv .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent
}

.tooltipdiv:hover .tooltiptext {
    visibility: visible
}

.mainbundledesign div.single-product-bundle-cntnr {
    margin: 0 auto !important
}

.landing-one-bullet ul {
    padding: 0 20px
}

.bestformobile {
    display: none
}

.product-card {
    min-height: 530px
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col .product-card {
    min-height: 370px
}

.singleproductoffer.kitofferupsell {
    padding: 0;
    border-radius: 4px;
    background-color: #f4f4f2
}

.bundleOfferBox div.product-card {
    min-height: auto
}

.woocommerce-order div.product-card {
    min-height: auto
}

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

.cart-subtotal-details p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    font-family: Playfair Display
}

.cart-subtotal-details.total-cart-amount p {
    padding-bottom: 15px
}

.cs-checkout-details div.mbackbox {
    padding: 10px 10px 0 !important
}

.bundleTextCart {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400
}

.home-products-brief .content {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Playfair Display';
    line-height: 1.2
}

.home-products-brief p {
    font-weight: bolder;
    padding: 10px;
    font-family: 'AktivGrotesk'
}

.cs-bundle-view .cs-collapse .card.card-body .cs-col:first-child {
    padding-left: 20px !important
}

.cs-product-all-link a.cs-link {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.flex-fill.cs-product-all-link {
    padding: 20px 0
}

.select-options::-webkit-scrollbar {
    width: 7px;
    height: 100px
}

.cs-mobile-only {
    display: none
}

.select-options::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background: #b5b5b0;
    height: 100px
}

.productDivlist.col-md-3 {
    float: left
}

.new-product-image img {
    height: auto
}

div.pb-images img {
    height: auto
}

.concerns-list-group .list-group-item.active span:after {
    display: block
}

.btnnew {
    display: inline-block;
    text-decoration: none;
    border-radius: 80px;
    background-color: #f4c672;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    padding: 16px 36px;
    transition: all ease .5s;
    cursor: pointer
}

.cs_coupon_entry_btn:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none
}

#cs_coupon_process .input-group div#cs_apply_coupon .btn {
    padding: 0 15px;
    font-size: 13px;
    background: #f4c672;
    border: none
}

@media(min-width:768px) {
    .products-lists-new-cntnr {
        margin-top: 30px
    }
    
}

@media(min-width:768px and max-width:1000px) {
    div#navbarTogglerCarrotStick {
        position: absolute !important
    }

    
}

.woocommerce-info {
    border-top-color: #fcc463 !important
}

.woocommerce-info:before {
    color: #fcc463 !important
}

.woocommerce-notices-wrapper:nth-child(1) {
    display: none
}

body .cart-after-img img {
    max-height: 95px
}

p.pr-rd-description-text {
    width: 90%
}

a.pr-snippet-write-review-link.pr-underline {
    margin: 21px 0 0
}

.pr-snippet-reco-to-friend-percent {
    background-color: #fcc463 !important;
    border-radius: 4px !important
}

.navbar-expand-lg .navbar-nav li:first-child {
    margin: 0 15px !important
}



i.qligg-icon-instagram-o {
    display: none
}

.insta-gallery-actions {
    margin: 40px 0 !important
}



i.qligg-icon-next {
    color: #000 !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 23px !important
}

i.qligg-icon-prev {
    color: #000 !important;
    height: 32px !important;
    width: 32px !important;
    font-size: 23px !important
}

.single-product-bundle-cntnr {
    width: 50%
}

.pb-shop-cta {
    margin: 0 25%
}

@media(max-width:768px) {
    .bestfordesktop {
        display: none
    }

    .bestformobile {
        display: block
    }

    .cs-bundle-offer-modal.modal-body .content {
        font-size: 12px
    }

    .cs-bundle-offer-modal.modal-body .title {
        font-size: 24px
    }

    .cs-bundle-offer-modal.modal-body .cs-products-list .product-card .product-content .name {
        font-size: 12px
    }

    .cs-bundle-offer-modal .cs-outline-btn .btn {
        padding: 0
    }

    .product-bundle-two-col div.single-product-bundle-cntnr {
        width: 100% !important
    }

    .pb-price span.pb-offer-price {
        padding-left: 5px
    }

    .pb-shop-cta {
        margin: 0 auto !important
    }

    .pb-price {
        font-size: 10px !important
    }

    .pb-price span {
        font-size: 10px !important
    }

    .cs-img-box.philosophy {
        min-height: 300px !important;
        padding: 25px;
        background-image: url(/wp-content/themes/xejic_carrot_stick/wp-content/themes/xejic_carrot_stick/assets/images/philosophy.png.webp) !important
    }

    .home-products-brief .content {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Playfair Display';
        line-height: 1.2
    }

    .home-products-brief p {
        font-weight: bolder;
        padding: 6px;
        font-family: 'AktivGrotesk';
        font-size: 14px
    }

    .cs-story-time .cs-content .story-btn {
        padding-bottom: 0 !important;
        margin-bottom: 20px !important
    }

    .landing-one-logo img {
        max-width: 200px;
        height: auto
    }

    .landing-one-product-img img {
        max-width: 250px;
        height: auto
    }

    .navbar-expand-lg .navbar-nav li:first-child {
        margin: 0 0 25px 0 !important
    }

    

    

    .single-product-bundle-cntnr {
        width: 100%
    }

    .pb-shop-cta {
        margin: 0 auto
    }

    

    

    .cs-coupon-box-mobile {
        margin-top: 0
    }

    .payment-details .pro--wrapper.head-content {
        margin: 0 !important
    }
}

.home-products-brief h1 {
    margin: .67em 0
}

.min-cart-sticky {
    padding: 20px;
    background-color: #f4f4f2;
    text-align: center;
    z-index: 2
}

.min-cart-sticky .free {
    margin: 10px 0 0
}

.min-cart-sticky a {
    max-width: 300px;
    width: 100%
}

#cartModal_1 span.woocommerce-Price-amount {
    color: #000 !important
}

#cartModal_1 span.woocommerce-Price-currencySymbol {
    color: #000 !important
}

@media(max-width:768px) {
    .page-template-products-page div.new-product-col-outr {
        margin: 0
    }

    .products-lists-new-cntnr .new-product-price span.woocommerce-Price-amount.amount {
        font-size: 14px !important
    }

    .pr-no-reviews .pr-category-snippet__total.pr-category-snippet__item:after {
        content: "0 Review";
        visibility: visible;
        position: absolute;
        left: 5px
    }

    .pr-no-reviews .pr-category-snippet__total.pr-category-snippet__item {
        visibility: hidden;
        position: relative
    }

    .pr-category-snippet__total.pr-category-snippet__item {
        text-align: center
    }

    .new-product-image img {
        max-width: 120px
    }

    .product-page-lists .new-product-col-outr {
        margin: 0
    }

    .product-page-lists {
        padding: 10px 20px;
    }

    .product-page-lists .new-product-image img {
        max-width: 100px
    }

    .bundleitems-rating .pr-snippet.pr-category-snippet {
        display: inline-flex !important;
        flex-direction: column
    }

    .pr-category-snippet .pr-star-v4 {
        width: 8px !important;
        height: 8px !important
    }

    .cart-after-cta {
        text-align: center
    }

    .min-cart-sticky {
        position: sticky;
        bottom: 0
    }

    

    .new-product-col-outr .new-product-image {
        margin-top: 20px;
        padding-bottom: 10px
    }

    .products-lists-new-cntnr .new-product-col {
        min-height: 310px
    }

    .pb-shop-cta-listing button.btn {
        height: 30px !important
    }

    .new-product-title {
        text-align: center;
        padding: 0 !important
    }

    .products-lists-new-cntnr .bundle--save--title {
        padding-bottom: 0
    }

}

.home.page-template-home-page div.pb-images img {
    max-width: 80% !important
}

.single-product div.pb-images img {
    max-width: 80% !important
}

.page-template-about-page div.pb-images img {
    max-width: 80% !important
}

.mobileCartoption {
    display: none
}

.mobilelink {
    display: none !important
}

#cartModal_1 span.woocommerce-Price-amount {
    color: #000 !important
}

.shippricesymbol span.woocommerce-Price-currencySymbol {
    color: #b5b5b0 !important
}

.best-for-product ul li {
    width: 50%;
    display: inline-flex
}

.cs-bundle-box img {
    height: auto
}

.woocommerce-checkout.woocommerce-page div.cs-bundle-view {
    display: none !important
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-footer .ship-notify {
    line-height: none !important
}

.product-details div.categry-name {
    text-align: left
}

a.get-it.add-to-cart-get-it-cart:hover {
    color: #000
}

.cart-item.ad-box {
    padding: 20px 30px 20px 20px !important;
    background-color: #f4f4f2;
    margin: 1px auto
}

a.get-it.add-to-cart-get-it-cart {
    text-decoration: none
}

.add-to-cart-get-it-cart {
    cursor: pointer;
    text-decoration: none
}

.add-another-btn {
    padding: 0 5px 0 15px !important;
    border-radius: 40px !important;
    border: solid 2px #fcc463 !important;
    cursor: pointer
}

.add-another-btn label {
    margin: 0 15px 0 0;
    font-family: PlayfairDisplay;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.8;
    letter-spacing: normal;
    color: #000;
    cursor: pointer
}

.qtydiv {
    font-size: 12px;
    width: 40px
}

.qtycross:before {
    display: inline-block;
    content: "\00d7"
}

.categry-name {
    text-align: left
}

.productsubscriptionbox {
    margin-top: 20px
}

@media(max-width:768px) {
    .best-for-product ul li {
        font-size: 12px
    }

    .product-details-page .cs-product-details {
        padding: 0 20px 20px !important
    }

    .mobilelink {
        display: block !important
    }

    .special--offer--wrapper label {
        font-size: 12px
    }

    .desktopCartoption {
        display: none
    }

    .mobileCartoption {
        display: block !important;
        border-bottom: 1px solid #e3e3e3
    }

    .desktoplink {
        display: none !important
    }

    .add-another-btn {
        margin: 15px 0
    }

    .cart-item.ad-box {
        background-color: #f4f4f2
    }

    .ad-box div.d-flex.cart-product-items {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .product-details .d-flex.justify-content-between.align-items-center.ad-flex {
        justify-content: center
    }

    .categry-name {
        width: 80%
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img {
        width: 30% !important
    }

    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details {
        width: 100%;
        padding-left: 10px
    }

    .get-it.add_to_cart_button {
        width: 100%
    }

    body.woocommerce-checkout {
        overflow-x: hidden
    }

    .checkout-page .cs-checkout-details .row .shipping-info {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .contact-information .col-12.col-md-12.content.cs-pl-leave.msg_alert_field_checkbox {
        padding-left: 0 !important
    }

    .billing-information .col-12.col-md-12.content.cs-pl-leave.msg_alert_field_checkbox {
        padding-left: 35px !important
    }

    .checkout-page .cs-checkout-details .row .order-summary {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.bundle-product-title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: .85;
    letter-spacing: -1px;
    color: #000
}

.productdiv {
    padding-top: 10px
}

.product-desc ul.list-group-ingredients {
    padding-left: 12px
}

.product-desc ul li.list-group-item-attributes {
    list-style: none
}

.readmorecontent div.product-desc {
    padding: 0 !important
}

.hide-cls-54,
.hide-cls-53,
.hide-cls-49 {
    display: none
}

.membercatalogue-products {
    background-color: #f4f4f2;
    color: #000
}

.col-12.col-md.product-card.product-card-member-cat {
    background: #fff
}

img.specialoffer {
    width: 103px;
    height: 24px;
    margin: 0 59px 298px 58px;
    object-fit: contain
}

.product-card-member-cat {
    text-align: center
}

.special-offer {
    font-family: AktivGrotesk;
    font-size: 9px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #fff;
    background: #000;
    align-self: center;
    padding: 10px;
    border-radius: 15px
}

.member-cat-reactivate-title {
    width: 438px;
    height: 60px;
    font-family: PlayfairDisplay;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -.6px;
    color: #000
}

.special-offer-reactivate {
    width: 106px;
    font-family: AktivGrotesk;
    font-size: 8px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 9px;
    border-radius: 15px
}

.membercatalogue-child {
    align-items: center
}

.add-another-reactivate {
    padding: 20px 0 !important
}

.reactivate-catalogue-single {
    background: #fff !important
}

.reactivate-page .products__wrap__product__content .product-img {
    padding-top: 20px
}

.taxonomy-page .cs-new-arrivals .cs-content .product-card .product-content .price ins {
    padding-left: 8px;
    text-decoration: none;
    color: #3a9768
}

.ad-flex {
    flex-flow: column;
    align-items: flex-start !important
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-details .categry-name {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item.ad-box .product-details .name {
    width: 150px;
    height: 24px;
    margin: 6px 0 3px;
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #b5b5b0;
    padding: 0
}

.ad-flex .name b {
    font-weight: 500;
    color: #000
}

.ad-box .product-img {
    display: flex;
    flex-flow: column
}

.ad-box .categry-name {
    text-transform: none !important
}

.ad-flex .saved-price {
    width: 150px;
    height: 26px;
    margin: 3px 0 0;
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #8dcb8a
}

.get-it {
    width: 55px;
    height: 21px;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    width: 175px;
    height: 60px;
    align-items: center;
    margin: 20px auto;
    padding: 19px 33px 20px 32px;
    border-radius: 30px;
    border: solid 2px #fcc463;
    display: flex;
    justify-content: center;
    align-items: center
}

.bundle-regular-price {
    font-family: PlayfairDisplay-Medium;
    font-size: 26px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.54px;
    color: #000;
    padding: 20px 0
}

.title-desc.product-bundletitle {
    float: left
}

.title-desc.product-bundletitle a {
    color: #000;
    text-decoration: none;
    font-family: "PlayfairDisplay-Medium" !important;
    letter-spacing: -.42px !important;
    font-size: 22px;
    line-height: 28px
}

.product-measure.product-bundlesec {
    text-align: right;
    padding-top: 20px !important
}

.product-desc.product-bundlesec {
    clear: both
}

.bundle-product-separator {
    height: 1px;
    opacity: .4;
    background-color: #b5b5b0
}

.add-bundle-btn.d-flex.add-cart.add-to-bundle-productbundlesec button {
    background: #fff !important
}

.cs-product-bundle-banners div.cs-usage-details {
    text-align: center
}

.cs-bundle-img-center-circle img {
    padding: 30px;
    margin: 0 auto
}

.cs-bundle-img-center-circle {
    border: solid 2px #f4f4f2;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 20px auto
}

.cs-bundle-img-center-circle {
    border: solid 2px #f4f4f2;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 20px auto
}

.col-12.col-md-6.cs-usage-details.cs-usage-details-right .cs-bundle-img-center-circle img {
    margin-top: 10px
}

.cs-product-bundle-banners h4 {
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.67px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cs-product-bundle-banners p {
    font-family: AktivGrotesk;
    font-size: 16px;
    letter-spacing: 1.75px;
    text-align: center;
    color: #000
}

@media (max-width:768px) {
    .bundleOfferBox .pb-shop-cta a {
        margin: 20px 0
    }

    .cs-mobile-only {
        display: block
    }

    .cs-desktop-only {
        display: none
    }

    .col-6.click-continue-textw {
        min-width: 100%;
        padding: 10px
    }

    .d-flex.jutify-content-end.cs-more-link {
        flex-direction: column
    }

    .bundle-product-title {
        font-family: "PlayfairDisplay-Medium";
        font-size: 28px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.07;
        letter-spacing: -.7px;
        color: #000
    }

    .bundle-regular-price {
        font-family: "PlayfairDisplay-Medium";
        font-size: 22px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        line-height: 1.36;
        letter-spacing: -.7px;
        color: #000
    }

    .title-desc.product-bundletitle a {
        font-family: "PlayfairDisplay-Medium" !important;
        letter-spacing: -.42px !important;
        font-size: 20px;
        line-height: 28px;
        line-height: 1.4;
        letter-spacing: -.38px
    }
}

@media (min-width:1200px) {
    .single-product .product-details-page .container-fluid.cs-product-details .row .cs-product-overview {
        max-width: 800px;
        padding-left: 75px
    }
}

@media (min-width:1920px) {
    .content--section--wrapper {
        padding-bottom: 120px !important
    }

    .single-product .container-fluid.cs-product-details,
    .single-product .container-fluid.cs-product-usage.cs-product-bundle-banners,
    .single-product .container-fluid.cs-col-content-img,
    .single-product .container-fluid.cs-img-box.philosophy .d-flex,
    .single-product .container-fluid.cs-related-products,
    .single-product .container-fluid.cs-bundle-corousel,
    .single-product .card.cs-footer-card {
        max-width: 1920px;
        margin: 0 auto
    }

    .single-product .cs-img-box.philosophy {
        padding-bottom: 122px
    }

    .single-product .product-details-page .container-fluid.cs-product-details .row .cs-product-overview {
        max-width: 800px
    }
}

.click-continue-text {
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000
}

.terms-text-link {
    font-weight: 500;
    color: #000
}

div#mailchimp_msg_alert_field {
    padding: 10px 15px;
    border-radius: 4px;
    background-color: rgba(252, 196, 99, .2)
}

#mailchimp_msg_alert_field label {
    font-family: AktivGrotesk;
    font-size: 12px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: .2px;
    color: #000 !important
}

.col-12.col-md-12.content.cs-pl-leave.msg_alert_field_checkbox {
    padding-left: 95px !important
}

span.mailchimpalertcheckbox {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transition: all ease .5s;
    left: 0;
    top: 0;
    border: 1px solid #fcc463
}

input#mailchimp_msg_alert {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 1
}

span.mailchimpalertcheckbox:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    right: 0;
    width: 6px;
    height: 10px;
    border-bottom: solid 1.5px #000;
    border-right: solid 1.5px #000;
    transform: rotate(37deg);
    opacity: 0;
    transition: all ease .5s
}

input[type=checkbox].mailchimpalert:checked ~ span.mailchimpalertcheckbox:after {
    opacity: 1
}

input[type=checkbox].mailchimpalert:checked ~ span.mailchimpalertcheckbox {
    background: #fcc463
}

div#mailchimp_msg_alert_field label {
    position: relative;
    display: block;
    padding-left: 34px
}

#mailchimp_msg_alert_field label {
    margin: 0
}

#mailchimp_msg_alert_field a {
    color: #000 !important;
    font-weight: 700
}

.checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .information .contact-information .content.msg_alert_field_checkbox_email .form-group label {
    padding: 12px;
    border-radius: 4px;
    background-color: rgba(252, 196, 99, .2);
    width: 100%;
    position: relative
}

.checkout-page .cs-checkout-details .row .shipping-info {
    flex: 0 0 60%;
    max-width: 60%
}

.checkout-page .cs-checkout-details .row .order-summary {
    flex: 0 0 40%;
    max-width: 40%
}

body.page-template-default.page.page-id-9.theme-xejic_carrot_stick.woocommerce-checkout.woocommerce-page.woocommerce-js {
    overflow-x: hidden
}

.cs-bundle-offer-modal {
    padding-right: 80px;
    padding-left: 80px
}

.cs-bundle-offer-modal .modal-dialog {
    max-width: 100%
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-header {
    border: none;
    margin: auto
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    text-transform: uppercase
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .title {
    font-family: "Playfair Display";
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -1.2px;
    text-align: center;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .title span {
    font-style: italic
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .content {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 800px;
    margin: auto;
    padding: 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card {
    padding: 40px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .img img {
    max-width: 210px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .name {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    padding: 10px 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    font-weight: 500;
    color: #3a9768;
    margin: auto;
    padding: 10px 20px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price del {
    font-weight: 400;
    color: #b5b5b0;
    padding-right: 8px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .product-card .product-content .price ins {
    text-decoration: none
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-body .cs-products-list .cs-plus-sign {
    width: 40px;
    height: 40px;
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .44;
    letter-spacing: .69px;
    text-align: center;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer {
    border-top: 1px solid rgba(181, 181, 176, .4);
    justify-content: center;
    padding: 40px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn {
    padding: 12px;
    text-align: center
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn .btn {
    border: solid 2px #fcc463;
    border-radius: 40px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 4.29;
    letter-spacing: normal;
    color: #000;
    padding: 0 40px;
    min-width: 180px
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-outline-btn .btn:hover {
    background-color: #fcc463
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn {
    padding: 12px;
    text-align: center
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn .cs-link {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: -.44px;
    color: #000
}

.cs-bundle-offer-modal .modal-dialog .modal-content .modal-footer .cs-href-btn .cs-link:hover {
    text-decoration: none;
    opacity: .5
}

.pr-war {
    margin: 0 auto
}

body .cs-page-content .cs-page-initial .heading {
    font-size: 11px
}

.write-review-page-cntnr {
    background-color: #f4f4f2;
    padding: 100px 20px
}

body .write-reviews-title {
    padding: 53px 20px;
    border: none !important;
    max-width: 620px;
    background-color: #fff
}

body .d-flex.flex-column.align-items-center.cs-page-initial {
    border: none
}

body .cs-page-content .cs-page-initial .heading {
    margin-bottom: 0
}

body .p-w-r .pr-war {
    margin: 0 auto;
    max-width: 620px;
    background-color: #ffff;
    padding: 0 0 40px
}

.pr-table.pr-header-table {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 0 !important;
    border-top: solid 1px #b5b5b0
}

.pr-table-cell.pr-header-product-img {
    width: 100% !important
}

.p-w-r .pr-snippet-stars {
    background: 0 0 !important
}

.pr-no-reviews .pr-snippet-read-and-write {
    margin-top: 2px
}

.p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-stars .pr-snippet {
    display: inline-flex !important
}

.pr-header-table .pr-table-cell {
    width: 100% !important;
    text-align: center
}

h3.pr-header-title {
    text-align: center;
    display: none
}

h5.pr-header-product-name a {
    font-family: PlayfairDisplay;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.35px;
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none !important
}

p.pr-header-required {
    display: none
}

.pr-btn-group input[type=radio] {
    width: 10px;
    height: 10px;
    background-color: red;
    display: block;
    opacity: 1;
    z-index: 1 !important;
    clip: unset;
    margin: 13px !important
}

.p-w-r .btn-group-radio-vertical .pr-btn {
    position: relative;
    display: block
}

body .p-w-r .tag-group .pr-label-control.checked {
    background-color: #fcc463;
    color: #000
}

body .p-w-r .tag-group .pr-label-control.checked span {
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500
}

body .p-w-r .tag-group .pr-label-control {
    border-radius: 4px;
    border: solid 1px #b5b5b0
}

body .p-w-r .pr-btn-add-tag-submit {
    background-color: #000;
    color: #ffff;
    font-family: AktivGrotesk;
    font-size: 10px;
    font-weight: 700;
    padding: 18px 24.5px
}

.p-w-r .btn-group-radio-vertical .pr-btn {
    border: none;
    padding-left: 22px;
    color: #333
}

label.pr-btn.pr-btn-default.active {
    background-color: #fff;
    color: #333
}

.p-w-r .pr-control-label span {
    color: #333 !important;
    letter-spacing: .23px;
    padding-bottom: 5px;
    display: inline-block
}

body .p-w-r .form-group {
    margin-bottom: 40px
}

.p-w-r .form-group:nth-child(2) {
    margin-bottom: 30px
}

.p-w-r .pr-review-meter-text {
    color: #4c4c4c;
    font-size: 12px;
    margin-top: 12px
}

.p-w-r input[type=radio]:focus + label {
    border: none !important;
    outline: none !important;
    box-shadow: none !important
}

.pr-age-form-group {
    width: 48%;
    float: left
}

.pr-gender-form-group {
    width: 48%;
    float: right
}

body .pr-btn-add-tag a {
    width: 49%;
    border: solid 1px #000 !important
}

.pr-media_image-form-group {
    display: none
}

.pr-media_videourl-form-group {
    display: none
}

body .p-w-r .pr-footer {
    border-top: 1px solid #b5b5b0;
    text-align: center;
    padding-top: 40px
}

p.pr-subscript {
    max-width: 350px;
    margin: 0 auto !important;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2px;
    color: #4c4c4c;
    font-family: AktivGrotesk;
    font-size: 12px
}

p.pr-subscript a {
    font-weight: 500;
    color: #000;
    text-decoration: none !important
}

.pr-logo-container.pr-pull-right {
    display: none
}

.p-w-r .pr-submit a {
    display: inline-block;
    text-align: center
}

body .p-w-r .pr-pull-left {
    float: none !important;
    margin-top: 20px
}

div#pr-war-form {
    padding: 0 40px
}

.pr-header-product-img {
    padding: 25px !important;
    max-width: 130px;
    margin: 0 auto !important;
    background-color: #f4f4f2
}

.p-w-r .input-group .form-control:focus {
    border: solid 1px #000;
    outline: none;
    box-shadow: none
}

body .p-w-r .pr-header {
    border-top: 0 solid #b5b5b0;
    border-bottom: none
}

body .p-w-r :focus,
body .p-w-r a:focus {
    box-shadow: none !important
}

body .p-w-r .thank-you-page .title {
    font-family: AktivGrotesk;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px
}

body .p-w-r .thank-you-page .subtitle {
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
    text-align: center;
    margin: 0
}

.thank-you-page .header h5 {
    text-align: center
}

.thank-you-page .header h5 a {
    font-family: PlayfairDisplay;
    font-size: 16px;
    color: #000;
    padding: 20px;
    display: inline-block;
    border: solid 2px #fcc463;
    border-radius: 24px;
    padding: 14px 28px;
    text-decoration: none
}

.thank-you-page .header {
    margin-bottom: 40px !important;
    border: none !important
}

body .p-w-r .thank-you-page .review-preview {
    max-width: 840px;
    margin: 0 auto;
    background-color: #f4f4f2;
    padding: 42px;
    border-radius: 8px
}

.thank-you-page {
    margin-bottom: 80px !important
}

@media(max-width:768px) {
    .new-product-title h4 {
        font-size: 12px;
        text-underline-offset: 3px !important
    }

    .new-product-title h4 {
        line-height: 1.6
    }

    #aftercartmodal img.img-fluid {
        width: 33%
    }

    div#pr-war-form {
        padding: 0
    }

    .pr-age-form-group {
        width: 100%
    }

    .pr-gender-form-group {
        width: 100%
    }

    body .p-w-r .pr-war {
        padding: 0 20px 40px
    }
}

@media (max-width:575.98px) {
    .new-product-title h4 {
        font-size: 14px
    }

    .new-poduct-features ul li {
        font-size: 12px
    }
}

.cs-head {
    width: 100%;
    text-align: center
}

.cs-head h2 {
    font-family: PlayfairDisplay;
    font-size: 48px;
    font-style: italic;
    line-height: 1.08;
    letter-spacing: -1.2px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px
}

.products-filter-container {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 30px
}

.products-filter-container div {
    width: 100%;
    max-width: 280px
}

.products-filter-container select {
    width: 100%
}

.products-filter-container p {
    font-family: AktivGrotesk;
    font-size: 14px;
    text-align: left;
    margin: 0;
    letter-spacing: .23px;
    color: #4c4c4c
}

select.hide-select {
    display: none
}

.custom-select {
    background-color: #ffff;
    border-radius: 0;
    color: #000;
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
    position: relative;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    cursor: pointer;
    text-transform: inherit;
    border: none;
    background-image: none;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    text-align: left
}

.select-options {
    max-width: 540px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background-color: #ffff;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    border: solid 1px #b5b5b0;
    border-top: none;
    overflow-x: hidden
}

.select-options li {
    padding: 0;
    font-family: AktivGrotesk;
    font-size: 14px;
    cursor: pointer;
    color: #4c4c4c;
    text-align: left;
    padding: 12px
}

.products-filter-container .select {
    position: relative
}

.select-options li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize
}

.select-options label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

span.radio-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 7px;
    height: 24px;
    width: 24px;
    background-color: #ffff;
    border-radius: 4px;
    border: solid 1px #000
}

.select-options li {
    position: relative
}

.select-options li:hover .radio-btn {
    border: solid 1px #fcc463
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.select-options .radio-active label input:checked ~ .radio-btn:after {
    display: block
}

.select-options .radio-active label input:checked ~ .radio-btn {
    background-color: #fcc463;
    border: none
}

span.radio-btn:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 9px;
    width: 6px;
    height: 10px;
    border: solid 2px #000;
    border-left: none;
    border-top: none;
    border-radius: 0;
    background: 0 0;
    transform: rotate(33deg)
}

.select-options label {
    cursor: pointer
}

.select-options li:last-child {
    padding-bottom: 2px
}

.select-options li:hover {
    background-color: #fafaf9
}

.custom-select {
    position: relative
}

.custom-select:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    /*background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-arrow-down.png)*/
}

.custom-select.active:after {
    transform: rotate(180deg) translateY(50%)
}

#sb_instagram #sbi_images.sbi_carousel {
    display: block !important
}



@media(max-width:768px) {
    #bundle-banner-btn img {
        max-width: 100%;
        max-height: 250px
    }

    .bundleOfferBox .pb-shop-cta a {
        margin: 20px 0
    }

    .cs-head h2 {
        font-size: 28px;
        line-height: 1.07;
        letter-spacing: -.7px;
        padding-bottom: 20px
    }

    .products-filter-container {
        flex-wrap: nowrap;
        padding-bottom: 0;
        padding-top: 10px
    }

    .filter-inner-div {
        padding: 0 10px 0 0
    }

    .custom-select {
        top: 0
    }

    .products-filter-container > div {
        margin-bottom: 20px
    }

    .products-filter-container p {
        margin: 10px 0
    }

    .select-options li:last-child {
        padding-bottom: 15px
    }
}

.cart-after-products .cart-after-info h5 {
    font-size: 10px !important;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    color: #000;
    opacity: 1
}

.cart-after-products .cart-after-info span {
    font-size: 12px !important;
    line-height: 16px;
    font-family: 'AktivGrotesk';
    font-weight: 400;
    color: #000
}


.hero_banner_section {
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #eeede3;
    position: relative;
    overflow: hidden
}

.hero_banner_section .container .row {
    position: relative;
    z-index: 10
}

.hero_banner_section .global-orange-cta {
    background: #1b1a19;
    color: #fff;
    border-color: #1b1a19
}

.hero_banner_section .global-orange-cta:hover {
    background-color: #ffff;
    color: #fcc463;
    border-color: #fcc463
}

.hero_content_area h1 {
    font-size: 45px;
    font-weight: 700;
    font-family: "Playfair Display";
    font-style: italic;
    color: #1b1a19;
    margin: 0;
    padding: 0 0 15px
}

.hero_content_area p {
    font-size: 18px;
    font-family: "Playfair Display";
    font-weight: 400;
    color: #1b1a19;
    margin: 0;
    padding: 0 0 15px;
    max-width: 450px;
    width: 100%
}

.hero_content_area h5 {
    font-size: 10px;
    text-transform: uppercase;
    font-family: AktivGrotesk;
    font-weight: 500;
    color: #646464;
    margin: 0;
    padding: 15px 0;
    letter-spacing: 1.5px
}

.hero_image_area {
    text-align: center
}

.product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1
}

.hero_image_area img {
    padding-left: 50px
}

@media(max-width:1200px) {
    .hero_banner_section {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .hero_image_area img {
        max-width: 80%;
        margin-top: -40px
    }

    \ .pr-star-v4 {
        width: 18px !important;
        height: 18px !important
    }
}

@media(max-width:991px) {
    .product-image {
        left: 0;
        right: 0;
        top: 50%;
        background-size: 600px;
        background-position: 50% 0;
        width: 100%
    }

    .hero_image_area img {
        padding-left: 0;
        max-width: 220px;
        margin-top: 0;
        margin-bottom: -70px
    }

    .hero_content_area {
        padding-bottom: 80px;
        text-align: center
    }

    .hero_content_area p {
        margin: 0 auto
    }

    .hero_banner_section {
        padding-top: 50px
    }
}

.offerprice .old__price {
    font-size: 12px;
    line-height: 1.6
}

.offerprice .new__price {
    font-size: 14px;
    line-height: 1.6
}

@media(max-width:767px) {
    .bundleofferheadtext {
        font-size: 12px !important
    }

    .offertitle .name {
        color: #000;
        font-weight: 700;
        font-family: 'Playfair Display';
        font-size: 12px !important
    }

    .product-detail-offer {
        display: block
    }

    .kitofferupsell {
        padding: 10px
    }

    .kitofferupsell div.product-card {
        max-width: 50%
    }

    .offertitle .name {
        font-size: 12px !important
    }

    .offerprice .old__price {
        font-size: 12px !important;
        line-height: 0
    }

    .offerprice .new__price {
        font-size: 12px;
        line-height: 0
    }

    .hero_content_area h1 {
        font-size: 36px
    }

    .hero_content_area p {
        font-size: 16px
    }

    .cs-bundle-offer-modal.modal-body .content {
        font-size: 12px
    }

    .cs-bundle-offer-modal.modal-body .title {
        font-size: 24px
    }

    .cs-bundle-offer-modal.modal-body .cs-products-list .product-card .product-content .name {
        font-size: 12px
    }

    .cs-bundle-offer-modal .cs-outline-btn .btn {
        padding: 0
    }
}

@media(max-width:640px) {
    .hero_image_area img {
        margin-bottom: 0;
        max-width: 160px
    }

    .hero_banner_section {
        padding-bottom: 50px
    }

    .product-image {
        background-size: 100%
    }
}

.container-fluid.cs-col-content-img.write_review_sec.questionsnippetdiv {
    padding: 0 37%
}

.pr-qa-display-headline h1 {
    font-family: 'AktivGrotesk';
    font-size: 25px !important
}

.pr-qa-display-answer-link-container button {
    background: #fcc463 !important;
    border: 0;
    color: #000;
    font-family: 'Playfair Display';
    font-size: 12px
}

.p-w-r .pr-snippet-qa .pr-answered-question-circle {
    background-color: #fcc463 !important
}

.pr-ask-question-link {
    color: #000 !important
}

button#pr-question-form-link {
    background: #fcc463 !important;
    border: 0;
    color: #000;
    font-family: 'Playfair Display';
    font-size: 12px
}

.pr-qa-display.pr-qa-display-desktop {
    max-width: 840px;
    margin: 0 auto
}

.review-stars-cntnr.reviews-product-single {
    padding: 10px 0
}

.pr-category-snippet__total.pr-category-snippet__item {
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700
}

.writereviewbtnCustom a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline
}

#pr-reviewsnippet {
    padding: 10px 0
}

.single-product-bundle-cntnr {
    width: 50%
}

.pb-shop-cta {
    margin: 0 25%
}

@media(max-width:768px) {
    
    .single-product-bundle-cntnr {
        width: 100%
    }

    .pb-shop-cta {
        margin: 0 auto
    }
}

.pr-snippet-review-count {
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    color: #000 !important
}

div[data-testid=review-image-display] {
    display: none
}

.cs-product-overview div.pr-snippet-review-count {
    color: #000 !important
}

.pr-snippet-rating-decimal {
    display: none !important
}

.pr-snippet-stars-reco-reco {
    display: none
}

.pr-review-snapshot-header.pr-review-snapshot-content-block {
    display: none
}

.pr-rd-review-header-contents {
    display: none
}

section#pr-review-snapshot {
    border-radius: 8px
}

.pr-review {
    border-radius: 8px
}

#pr-review-display {
    width: 100%;
    max-width: 840px;
    padding-top: 10px;
    border-top: solid 1px rgb(181 181 176/30%);
    margin: 30px auto 0 auto
}

.pr-rd-helpful-action-legend {
    display: none
}

.pr-helpful-voting.pr-rd-helpful-action-btn-group {
    display: none
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green {
    background-color: #fcc463 !important;
    border-radius: 4px !important
}

.pr-reco-to-friend-message {
    background: #ffff !important;
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    max-width: 180px
}

.pr-checkbox-icon:after {
    content: '\2713';
    position: relative;
    left: 6px;
    color: #000 !important
}

.pr-checkbox-icon svg {
    display: none
}

.p-w-r .pr-snippet-reco-to-friend span {
    padding: 0 4px;
    vertical-align: bottom !important
}

.pr-reco-value {
    font-family: AktivGrotesk !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    color: #000 !important
}

.p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green circle {
    fill: #fcc463 !important;
    stroke: #fcc463 !important
}

p.pr-rd-description-text {
    font-family: 'AktivGrotes';
    font-size: 14px;
    color: #000 !important;
    line-height: 1.7 !important
}

section.pr-rd-subratings.pr-rd-content-block dl dt {
    font-size: 14px;
    font-weight: 400 !important;
    color: #4c4c4c !important;
    font-family: 'AktivGrotesk' !important
}

.pr-rd-bottomline span {
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'AktivGrotesk' !important;
    font-weight: 400 !important
}

.pr-snippet-write-review-link {
    font-family: PlayfairDisplay !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    border-radius: 30px !important;
    border: solid 2px #fcc463 !important;
    background: #f4f4f2 !important
}

.p-w-r .pr-rd-flag-review-btn {
    color: #000 !important;
    font-weight: 400 !important
}

.pr-accordion-btn span {
    color: #000 !important
}

.p-w-r .pr-accordion .pr-accordion-btn .pr-caret-icon__line {
    stroke: #000 !important
}

.p-w-r .pr-accordion .pr-accordion-btn {
    color: #000 !important;
    font-weight: 700
}

.pr-rd-review-headline {
    margin: 2px 40px !important;
    text-transform: uppercase
}

.pr-snippet-rating-decimal {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-family: AktivGrotesk !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    text-align: center !important
}

.pr-file-input-btn-group {
    display: none
}

.writereviewBtn {
    border-radius: 30px;
    border: solid 2px #fcc463;
    font-family: PlayfairDisplay;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 18px;
    margin: 18px 0
}

.pr-snippet-write-review-link {
    display: none
}

.pr-rd-no-reviews a.pr-snippet-write-review-link {
    display: inline-block;
     !important;
    padding: 10px;
    background: #fff !important;
    text-decoration: none
}

.bundle-products-list div.title {
    padding-bottom: 20px !important
}

a.show_hide:hover {
    color: #fcc463
}

a.show_hide {
    color: grey;
    text-decoration: none
}

.readmorecontent {
    display: none
}

.write_review_sec .align-items-center {
    align-items: start !important
}

.review-btn-div a label {
    margin: 0
}

.write_review_sec div.pr-review {
    background-color: #f4f4f2;
    padding: 40px !important
}

.write_review_sec div.pr-review footer {
    background: 0 0 !important;
    padding: 0 !important
}

.pr-ratings-histogram-barValue:hover {
    background-color: #f4f4f2 !important
}

select#pr-rd-sort-by {
    padding: 9px;
    width: 270px;
    font-size: 12px;
    color: #000;
    -webkit-appearance: auto !important
}

a.pr-rd-to-top.pr-underline {
    color: #000
}

.pr-rd-review-headline {
    font-family: AktivGrotesk !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 2px !important;
    color: #000 !important
}

.pr-rd-description-text {
    font-family: AktivGrotesk !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.71 !important;
    letter-spacing: normal !important;
    color: #000 !important
}

footer div.pr-rd-content-block {
    width: 100% !important
}

.pr-rd-pagination-btn {
    color: #000 !important
}

@media(min-width:1440px) {

    section#pr-review-snapshot,
    #pr-review-display {
        max-width: 1060px
    }
}

@media only screen and (max-width:768px) {
    .offerextrinfo {
        font-size: 11px
    }

    .offerextrinfo .tooltipdiv .tooltiptext:after {
        left: 74%
    }

    .offerextrinfo .tooltipdiv .tooltiptext {
        width: 185px;
        margin-left: -130px;
        font-size: 11px
    }

    .bimonthlytext .tooltipdiv .tooltiptext:after {
        left: 73%
    }

    .productsubscriptionbox {
        padding: 0;
        margin-top: 20px
    }

    select#pr-rd-sort-by {
        padding: 9px;
        width: 100%
    }

    .p-w-r .pr-review-snapshot.pr-snapshot-mobile .pr-review-snapshot-simple .pr-snippet-rating-decimal {
        display: block;
        width: 100%;
        background: #f4f4f2;
        border: 0;
        font-size: 48px !important;
        font-weight: 400 !important
    }

    .p-w-r .pr-snippet div,
    .p-w-r .pr-snippet span {
        vertical-align: middle
    }

    .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
        padding: 7px
    }

    .pr-snippet-reco-to-friend {
        text-align: center !important
    }

    .p-w-r .pr-review-snapshot .pr-rating-stars {
        float: none !important
    }

    #pr-review-display {
        width: 100%;
        margin: 0
    }
}

.kitofferupsell .new-product-col {
    padding: 0 20px 20px;
    background-color: #f4f4f2;
    height: 100%
}

.bundleofferheadtext {
    font-size: 14px;
    line-height: 1.56;
    letter-spacing: -.35px;
    color: #000;
    padding-left: 20px
}

.bundleOfferBox {
    margin: 30px 0 40px;
    padding: 28px 20px 10px;
    border-radius: 4px;
    background-color: #f4f4f2
}

.bundleOfferBox .pb-shop-cta {
    margin: 20px 25%
}

.offerBundleProducts {
    margin: 20px 0 0;
    padding: 0 20px 10px;
    border-radius: 4px;
    background-color: #fff
}

.singleproductoffer {
    padding: 0 20px 10px;
    border-radius: 4px;
    background-color: #fff
}

.bundleOfferBox .pb-shop-cta {
    margin: 20px auto;
    max-width: 200px
}

.bundleOfferBox p {
    font-size: 14px;
    line-height: 1.86;
    font-family: "AktivGrotesk";
    color: #4c4c4c;
    margin: 10px 20px 20px 0
}

.singleproductoffer .product-content .name {
    font-family: "PlayfairDisplay";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.23px;
    text-align: center;
    color: #000;
    margin: 10px 0 0
}

.bundleOfferBox .cs-plus-sign {
    font-family: AktivGrotesk;
    font-size: 24px;
    font-weight: 500;
    line-height: .88;
    letter-spacing: .34px;
    text-align: center;
    color: #000
}

.product-desc p {
    margin-bottom: 0
}

.new-product-rating.bundleitems-rating {
    justify-content: initial
}

.productsubscriptionbox div.special--offer--wrapper {
    background: #fff;
    border: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 14px;
    padding: 20px 0
}

.subsboxheading.pro--wrapper.head-content {
    margin: 0 !important
}

.radio--wrapper.subscriptionradio {
    font-weight: 700
}

.subsfrequencydropdown {
    padding: 9px 32px;
    display: inline-flex
}

.left-area-subs {
    width: 50%;
    float: left
}

.right-area-subs {
    text-align: right
}

.select-checkbox-subs.onetimeradio {
    clear: both;
    padding-top: 10px
}


select.minimalselect {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    background-color: #fff;
    background-image: none;
    cursor: pointer
}

select.minimalselect::-ms-expand {
    display: none
}

.selectboxfreq {
    position: relative;
    display: flex;
    width: 115px;
    height: 32px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #cfcfcf;
    margin: -3px 9px
}

.selectboxfreq:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 18px;
    padding: 6px;
    background-color: #fff;
    transition: .25s all ease;
    pointer-events: none;
    background-image: url('/wp-content/themes/xejic_carrot_stick/assets/icons/down-arrow-icon.svg');
    background-size: contain;
    background-repeat: no-repeat
}

.selectboxfreq:hover:after {
    color: #cfcfcf
}

@media(max-width:768px) {
    .cart-before-products {
        margin-bottom: 20px
    }

    .subsfrequencydropdown span {
        font-size: 12px
    }

    .subscriptionradio {
        font-size: 12px
    }

    .onetimeradio {
        font-size: 12px
    }

    .prooffprice {
        font-size: 12px
    }

    .productsubscriptionbox div.special--offer--wrapper {
        padding: 30px 0
    }
}

img.img-fluid.bundleofferProimage.entered.lazyloaded {
    min-height: auto
}

.d-flex-inline {
    display: inline-flex
}

.product-content {
    text-align: center
}

.prooffprice {
    font-size: 14px;
    font-weight: 700
}

.appleppayonly {
    display: none !important
}

.min-cart-sticky a.apple-pay-button {
    width: 100%;
    max-width: 300px;
    padding: 22px 45px;
    margin: 10px auto
}

.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: pay
}

.apple-pay-button-black {
    -apple-pay-button-style: #000
}

.apple-pay-button-white {
    -apple-pay-button-style: #fff
}

.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline
}

@supports (-webkit-appearance:-apple-pay-button) {
    .expresscheckoutbox {
        display: block !important
    }

    .appleppayonly {
        display: block !important
    }

    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: pay;
        padding: 22px !important;
        width: 198px;
        height: 55px;
        border-radius: 28px
    }

    .apple-pay-button-with-text > * {
        display: none
    }

    .apple-pay-button-black-with-text {
        -apple-pay-button-style: #000
    }

    .apple-pay-button-white-with-text {
        -apple-pay-button-style: #fff
    }

    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline
    }
}

@supports not (-webkit-appearance:-apple-pay-button) {
    .apple-pay-button-with-text {
        --apple-pay-scale: 1;
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0;
        box-sizing: border-box;
        min-width: 240px !important;
        min-height: 32px !important;
        max-height: 64px !important
    }

    .ApplePayButton {
        --apple-pay-scale: 1;
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0;
        box-sizing: border-box;
        width: 198px !important;
        height: 55px !important;
        border-radius: 28px !important
    }

    .apple-pay-button-black-with-text {
        background-color: #000;
        color: #fff
    }

    .apple-pay-button-white-with-text {
        background-color: #fff;
        color: #000
    }

    .apple-pay-button-white-with-line-with-text {
        background-color: #fff;
        color: #000;
        border: .5px solid #000
    }

    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: #000
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: #fff
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: #fff
    }

    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em*var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px*var(--apple-pay-scale))
    }

    .apple-pay-button-with-text > .logo {
        width: calc(35px*var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px*var(--apple-pay-scale));
        border: none
    }
}

.hideclosebtn {
    display: none
}

#cartModal_2 .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header {
    padding: 20px 40px
}

#cartModal_2 .min-cart-sticky .free {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    font-weight: 500
}

#cartModal_2 .cart-ship-details {
    display: flex;
    justify-content: space-between
}

#cartModal_2 .cart-ship-details p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 10px;
    font-family: Playfair Display
}

#cartModal_2 .min-cart-sticky a {
    font-size: 18px
}

#cartModal_2 .shipping-costs-cntnr p.free {
    text-align: center;
    color: #b5b5b0;
    margin: 0;
    padding: 20px 0 30px;
    font-size: 16px
}

#cartModal_2 .shipping-costs-cntnr a.global-orange-cta {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 320px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .6px
}

#cartModal_2 .the-coupon-cntnr {
    padding: 30px 0 0;
    text-align: center
}

#cartModal_2 .the-coupon-cntnr input {
    border: solid 1px #b8b8b3;
    border-radius: 26px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    max-width: 320px;
    width: 100%
}

#cartModal_2 .the-coupon-cntnr input::placeholder {
    color: #000
}

#cartModal_2 .the-coupon-cntnr input::placeholder {
    color: #000
}

#cartModal_2 .cart-after-cta a:hover {
    background-color: #ffff;
    color: #fcc463
}

#cartModal_2 .cart-after-info {
    padding-left: 20px
}

#cartModal_2 div#cs_coupon_apply_block {
    margin-top: 20px;
    padding-top: 0;
    border-top: solid 0px #f4f4f2
}

#cartModal_2 .cs_coupon_ticket_block {
    padding-top: 20px;
    margin: 0 auto
}

#cartModal_2 div#cs-cart-modal-footer {
    display: none
}

#cartModal_2 p#orderTotalCouponEffect {
    font-weight: 600
}

#cartModal_2 .modal-header {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #f4f4f2
}

#cartModal_2 .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img {
    max-width: 110px;
    justify-content: center;
    min-height: 128px
}

#cartModal_2 #cart_bag .cart-item {
    padding: 20px 0;
    border-top: solid 1px #f4f4f2
}

#cartModal_2 .cart-after-products {
    border-top: solid 1px #f4f4f2;
    border-bottom: solid 1px #f4f4f2;
    padding: 20px 0 40px
}

#cartModal_2 .cart-after-products .cart-after-suggest-prod {
    margin: 0
}

div#cs_coupon_apply_block {
    margin-top: 15px
}

.min-cart-sticky a {
    border-radius: 8px
}

.my-cart-indi-price {
    font-size: 16px;
    padding-top: 5px;
    font-family: 'AktivGrotesk';
    font-weight: 700
}

#cartModal_2 .modal-body .name a.item-action {
    font-weight: 700;
    font-size: 16px
}

#cartModal_2 #cart_bag .add-another-btn {
    width: 125px;
    max-height: 38px;
    display: flex;
    justify-content: space-between;
    margin: 0
}

#cartModal_2 .add-another-btn label {
    font-weight: 600
}

#cartModal_2 .cart-after-info p {
    font-weight: 700
}

.my-cart-items-no {
    font-family: 'Playfair Display';
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px
}

.mini-cart-may-like-cntnr {
    padding-top: 20px;
    border-top: solid 1px #f4f4f2;
    padding-bottom: 0
}

.may-like-titl {
    font-family: 'Playfair Display';
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px
}

tr.you-like-block td {
    padding: 2px 0;
    vertical-align: middle;
    font-size: 14px
}

.y-m-l-price {
    padding: 10px;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    text-transform: capitalize
}

.y-m-l-price span {
    font-size: 14px
}

.y-m-l-price .proname {
    text-decoration: underline;
    text-underline-offset: 3px
}

.y-m-l-cta-blk a {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #d47f16;
    font-weight: 700;
    text-decoration: none
}

.y-m-l-cta-blk a.add-to-cart-get-it-cart {
    background: #fcc463;
    padding: 7px 10px;
    border-radius: 20px;
    font-family: 'Playfair Display'
}

.you-may-like-scroller {
    padding: 0 0 0 10px
}

.y-m-l-img img {
    max-width: 70px;
    max-height: 70px;
    min-height: 70px
}

#cartModal_2 .cart-ship-details.total-cart-amount p {
    padding-bottom: 15px
}

.y-m-l-cta-blk {
    padding: 6px
}

.y-m-l-price ins {
    text-decoration: none;
    -webkit-text-decorations-in-effect: none;
    padding-left: 5px
}

.fgf-add-manual-gift-product {
    text-align: center !important;
    display: block !important;
    font-size: 12px !important;
    color: #d47f16 !important;
    font-weight: 700 !important;
    text-decoration: none !important
}

.fgf_add_to_cart_link {
    padding: 6px !important
}

.fgf-owl-carousel-item h5 {
    padding: 10px !important;
    font-size: 14px !important;
    font-family: 'Playfair Display' !important;
    font-weight: 700 !important;
    border-bottom: solid 2px #f4f4f2 !important;
    text-transform: capitalize !important
}

.fgf-owl-carousel-item img {
    max-width: 95px !important;
    max-height: 120px !important;
    min-height: 115px !important;
    margin: 0 auto !important
}

#cartModal_2 .cart-after-info h5 {
    font-size: 12px !important;
    font-family: inherit;
    font-weight: 700
}

.progress-sitecolor {
    background: #fcc463
}

div#cartModal_2 {
    z-index: 9999
}

#cartModal_2 .cart-after-products .cart-after-info h5 {
    font-size: 10px !important;
    font-family: 'AktivGrotesk';
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    color: #000;
    opacity: 1
}

#cartModal_2 .cart-after-products .cart-after-info span {
    font-size: 12px !important;
    line-height: 16px;
    font-family: 'AktivGrotesk';
    font-weight: 400;
    color: #000
}

#cartModal_2 .min-cart-sticky {
    padding: 20px;
    background-color: #f4f4f2;
    text-align: center;
    z-index: 2;
    position: sticky;
    bottom: 0
}

#cartModal_2 .min-cart-sticky .free {
    margin: 10px 0 0;
    text-align: center
}

#cartModal_2 .min-cart-sticky a {
    max-width: 300px;
    width: 100%
}

#cartModal_2 span.woocommerce-Price-currencySymbol {
    color: #000 !important
}

#cartModal_2 span.woocommerce-Price-amount {
    color: #000 !important
}

.y-m-l-price {
    min-height: 83px
}

.progress-sitecolor.progress {
    height: 6px !important
}

@media only screen and (max-width:768px) {

    .my-cart-items-no,
    .may-like-titl,
    .min-cart-sticky a {
        font-size: 16px
    }

    .modal-body .name a.item-action,
    .cart-ship-details p,
    .my-cart-indi-price {
        font-size: 14px
    }

    #cartModal_2 .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header {
        padding: 14px 20px 10px
    }

    .min-cart-sticky a {
        padding: 10px
    }

    tr.you-like-block td {
        padding: 2px 0;
        vertical-align: middle;
        font-size: 10px
    }

    .cart-after-info p,
    .y-m-l-price,
    .y-m-l-price span {
        font-size: 12px
    }

    .y-m-l-cta-blk a,
    .min-cart-sticky .free {
        font-size: 10px
    }

    .min-cart-sticky a {
        max-width: 100% !important
    }

    #cartModal_2 .cart-after-cta {
        text-align: center
    }

    #cartModal_2 .min-cart-sticky {
        position: sticky;
        bottom: 0
    }

    .cart-before-products {
        margin-bottom: 20px !important
    }
}

.plant--title h2,
.skincare--title h2,
.step--wrapper h4,
.our__promise__section h2,
.save--title,
.bundle--save--title h2,
.content--section--wrapper h2,
.ingredients-list h4 {
    font-family: 'Playfair Display'
}

.plant--title p,
.ingredients-list p {
    font-family: AktivGrotesk;
    font-weight: 400
}

.d_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.content--section--wrapper {
    padding-top: 120px;
    padding-bottom: 290px;
    position: relative
}

.content--section--wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/leaf-image.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 400px;
    width: 400px
}

.content--section--wrapper h2 {
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px
}

.content--section--wrapper p {
    font-size: 16px;
    line-height: 26px;
    color: #5b5b5b;
    padding-bottom: 10px;
    font-family: AktivGrotesk;
    font-weight: 400
}

.content--section--wrapper p > i {
    color: #a1a1a1
}


.col_6 {
    width: 50%
}

.first-col p {
    max-width: 410px
}

.second-col p {
    max-width: 480px
}


.our__promise__section {
    background-color: #f8f8f8;
    padding-top: 80px;
    padding-bottom: 100px
}

.our__promise__section .d_flex {
    justify-content: center
}

.our__promise__section .our-ctn-wrap {
    width: 100%;
    max-width: 517px;
    background-color: #fff;
    padding: 100px 84px;
    border-bottom: 6px solid #f4c672;
    text-align: center
}

.our__promise__section h2 {
    font-size: 48px;
    line-height: .9;
    padding-bottom: 0;
    margin-bottom: 50px
}

.our__promise__section p {
    font-size: 16px;
    line-height: 26px;
    font-family: AktivGrotesk;
    font-weight: 400;
    margin-bottom: 30px;
    color: #5b5b5b
}

.bundle__save__section {
    border-top: 12px solid #f8f8f8;
    border-bottom: 12px solid #f8f8f8;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 60px
}

.bundle__save__section .container-fluid {
    max-width: 1280px
}

.bundle--save--title {
    text-align: center
}

.container-area {
    background-color: #f8f8f8;
    padding: 34px 48px 40px;
    margin-bottom: 100px
}

.container-area:last-child {
    margin-bottom: 70px
}

.save--box {
    display: inline-block;
    background-color: #f95858;
    font-family: AktivGrotesk;
    font-weight: 500;
    padding: 7px 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

.title-price-wrapper {
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px
}

.review--box.d_flex {
    align-items: center;
    padding-bottom: 20px
}

.title-price-wrapper h3 {
    font-size: 36px;
    line-height: 1.4;
    color: #000;
    font-family: 'Playfair Display';
    width: calc(100% - 120px)
}

.title-price-wrapper .price--wrapper {
    margin-left: auto;
    padding-top: 18px
}

.re-img img {
    display: block
}

.old__price {
    color: #000;
    opacity: .4;
    font-size: 18px;
    line-height: 1.2;
    font-family: AktivGrotesk;
    font-weight: 400
}

.new__price {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-family: AktivGrotesk;
    font-weight: 500;
    padding-left: 5px
}

.re-text {
    font-family: AktivGrotesk;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    padding-left: 10px
}

.save-wrapper p {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #5b5b5b
}

.save-wrapper ul {
    margin: 0;
    padding: 0;
    margin-top: 20px
}

.save-wrapper ul li {
    position: relative;
    margin: 8px 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
    font-size: 15px;
    line-height: 1.2;
    font-family: AktivGrotesk;
    font-weight: 500;
    padding-bottom: 10px
}

.save-wrapper ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/list-icon.svg);
    background-position: center;
    background-repeat: no-repeat
}

.add-to-cart-btn {
    width: 100%;
    max-width: 403px;
    margin-top: 20px
}

.add-to-cart-btn a {
    background-color: #f4c672;
    border: 2px solid #f4c672;
    padding: 15px;
    width: 100%;
    color: #000;
    font-family: 'Playfair Display';
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none
}

.add-to-cart-btn a:hover {
    background-color: #fff
}

.bundle--save--title {
    padding-bottom: 40px
}

.bundle--save--title h2 {
    font-size: 48px;
    line-height: 1.2
}

.col2 {
    position: relative
}

.col2 img {
    max-width: 100%
}

.pro___img {
    position: relative;
    position: relative;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.save-popup {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    border: 3px solid #f4c672;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -50px;
    right: 50px;
    transform: rotate(36deg);
    transform-origin: center
}

.save--title {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Playfair Display' !important;
    display: block;
    padding-top: 22px
}

.save-per {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 34px;
    line-height: 1
}

.save-per sup {
    font-size: 22px;
    line-height: 1.1
}

.product--detail--wrap {
    width: 38%
}

.product--wrap--img {
    width: 62%
}

.show_btn_mobile {
    display: none
}

.evensection .product--detail--wrap {
    order: 2
}

.evensection .product--wrap--img {
    order: 1
}

.evensection .save-popup {
    transform: rotate(-36deg);
    left: 40px;
    right: inherit
}

@media(max-width:1200px) {
    

    .content--section--wrapper {
        padding-top: 70px;
        padding-bottom: 50px
    }

    .our__promise__section .our-ctn-wrap {
        padding: 50px;
        max-width: 450px
    }

    .bundle__save__section {
        padding-top: 70px;
        padding-bottom: 50px
    }

    .pro___img {
        bottom: -180px
    }

    .offertitle .name {
        font-size: 12px !important
    }

    .offerprice .old__price {
        font-size: 12px !important;
        line-height: 0
    }

    .offerprice .new__price {
        font-size: 12px !important;
        line-height: 0
    }
}

@media(max-width:991px) {
    .ingredient-section div.uasage-description {
        text-align: left
    }

    .inc--img {
        padding: 0 20px
    }

    .pro--wrap:before {
        font-size: 80px;
        bottom: 25px;
        right: 25px
    }

    .step--wrapper {
        padding: 20px
    }

    
    .our__promise__section h2,
    .bundle--save--title h2,
    .content--section--wrapper h2 {
        font-size: 40px
    }

    .first-col {
        padding-right: 15px
    }

    .second-col {
        padding-left: 15px
    }

    .content--section--wrapper:before {
        background-size: 250px
    }

    .container-area {
        padding: 30px
    }

    .save-popup {
        height: 100px;
        width: 100px
    }

    .save--title {
        padding-top: 14px
    }

    .container-area {
        margin-bottom: 60px
    }

    .save-popup {
        top: -80px;
        right: 30px
    }

    .evensection .save-popup {
        left: 10px
    }

    .product--wrap--img {
        width: 55%
    }

    .product--detail--wrap {
        width: 45%
    }

    .evensection .product--detail--wrap {
        padding-left: 20px
    }

    .step--wrapper h4 {
        font-size: 28px
    }
}

@media(max-width:767px) {
    .ingredients-list h4 {
        font-size: 16px
    }

    .pro--wrap {
        margin: 4px
    }

    .show_btn_mobile {
        display: block
    }

    .show_btn_desktop {
        display: none
    }

    .ingredients-list {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%
    }

    .inc--img {
        padding: 0
    }

    .content--section--wrapper:before,
    .skincare-regimen--section:before {
        display: none
    }

    .pro--wrap {
        width: 337px;
        min-width: 337px
    }

    .skincare-regimen--section .d_flex {
        overflow: auto;
        flex-wrap: nowrap
    }

    .skincare-regimen--section .d_flex::-webkit-scrollbar {
        display: none
    }

    .skincare-regimen--section .d_flex {
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .first-col {
        width: 100%;
        padding-right: 0
    }

    .second-col {
        width: 100%;
        padding-left: 0;
        padding-top: 20px
    }

    .our__promise__section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .ingredient-section div.uasage-description {
        text-align: left
    }

    
    .our__promise__section h2,
    .bundle--save--title h2,
    .content--section--wrapper h2 {
        font-size: 32px;
        line-height: 1.3
    }

    
    .our-ctn-wrap h2 br {
        display: none
    }

    .product--detail--wrap {
        width: 100%;
        padding-bottom: 80px
    }

    .product--wrap--img {
        width: 100%
    }

    .pro___img {
        bottom: 0
    }

    .container-area {
        padding: 25px
    }

    .title-price-wrapper h3 {
        font-size: 33px;
        width: calc(100% - 100px)
    }

    .save-popup {
        height: 80px;
        width: 80px
    }

    .save--title {
        font-size: 14px;
        padding-top: 12px
    }

    .save-per {
        font-size: 30px
    }

    .save-per sup {
        font-size: 15px;
        top: -11px;
        right: -2px
    }

    .save-popup {
        top: -50px;
        right: 10px
    }

    .evensection .product--wrap--img {
        order: 2
    }

    .evensection .product--detail--wrap {
        padding-left: 0;
        order: 1
    }

    .add-to-cart-btn {
        margin-top: 20px
    }

    .container-area:last-child {
        margin-bottom: 0
    }

    .container-area {
        margin-bottom: 20px
    }

    .evensection .save-popup {
        left: initial;
        right: 10px;
        transform: rotate(36deg)
    }

    .add-to-cart-btn {
        max-width: 100%
    }
}

.newbundledesign div.form-check.formcheckbox {
    margin-left: 12px
}

.cs-related-products .product-card div.img {
    min-height: 250px
}

.ind-subscription-extrainfo {
    padding-left: 30px
}

.subsboxheading .left-area-subs {
    width: 75%
}

.ind-subscription-extrainfo p {
    margin-bottom: 1px;
    color: #b5b5b5
}

#attentive-subscribe {
    background: #fcc463;
    border-color: #fcc463
}

.offer-cart .modal-dialog {
    height: 100%
}

.offer-cart .modal-dialog .modal-content {
    min-height: 100%
}

#offer_cartModal .modal-header {
    background-color: #f4f4f2;
    padding: 20px 65px
}

#offer_cartModal #cart_bag .cart-item {
    padding: 20px 0;
    border-top: solid 1px #f4f4f2
}

.offer-cart-title {
    color: #f3c672;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.01em;
    text-transform: none
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body {
    padding-top: 20px
}

.offer-cart .modal-body h2 {
    font-family: "Playfair Display";
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 20px;
    text-underline-offset: 7px;
    line-height: 1.6
}

.offer-cart .modal-body p {
    font-size: 14px
}

#offer_bag .offer-group {
    padding-top: 5px
}

#offer_bag .offer-group .offer-item-cat {
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px
}

#offer_bag .offer-group .cart-item {
    border-top: solid 1px #f4f4f2;
    padding: 20px
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price a.cart-remove img {
    width: 21px;
    max-width: 100%
}

#offer_bag .offer-group .add-to-cart a.add-to-cart-get-it-cart {
    margin: 0;
    font-size: 14px;
    color: #f3c672;
    padding: 6px 10px 7px;
    height: auto;
    width: 120px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-family: AktivGrotesk, sans-serif
}

#offer_bag .offer-group .add-to-cart a.add-to-cart-get-it-cart:hover {
    background-color: #f3c672;
    color: #000
}

.offer-cart .continue-btn {
    margin-top: 50px
}

.offer-cart .continue-btn a {
    width: 100%;
    font-family: AktivGrotesk, sans-serif;
    font-weight: 700;
    text-align: center
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price {
    color: #f3c672
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-details .price del {
    color: #000
}

.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img {
    min-height: auto
}

.offer-cart.cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-body .cart-item .product-img img {
    max-height: 80px
}

@media (max-width:768px) {
    .cs-cart-modal .cs-cart-modal-dialog .modal-content .modal-header {
        padding: 20px
    }

    .offer-cart .modal-body h2 {
        font-size: 24px
    }

    #offer_bag .offer-group .offer-item-cat {
        font-size: 18px
    }

    #offer_bag .offer-group .cart-item {
        padding: 10px
    }

    .new-product-title {
        min-height: 75px !important
    }
}

.cs-cart-modal .subscription-tag {
    margin-left: 0 !important
}

.all-cart-tems {
    display: none
}

.order-items-show.all-cart-tems {
    display: block
}

.col-12.order-summary.delivery-box-mobile {
    order: 3;
    max-width: 100%;
    flex: 0 0 100%
}

.product-details .input-group-text.add-another-btn {
    font-family: Playfair Display;
    font-size: 15px;
    font-weight: 500
}

.checkout-page .content.delivery-box .title {
    font-size: 18px !important
}

.value-options .ship-price,
.value-options label {
    font-family: AktivGrotesk, sans-serif
}

.value-options {
    padding-top: 6px
}

.chooseoption.radio--wrapper {
    margin-bottom: 6px
}

.chooseoption.radio--wrapper:last-child {
    margin-bottom: 0
}

.checkout-page div#cs_coupon_apply_block {
    padding: 0
}

.checkout-page .content.delivery-box {
    padding-bottom: 20px;
    margin-bottom: 40px !important
}

#cs-free-ship-notify,
#cs-shipping-amount-view,
.content.justify-content-between .title {
    font-family: AktivGrotesk, sans-serif
}

#cs-order-total-amount-view * {
    font-weight: 700
}

.col-12.order-summary.delivery-box-mobile {
    display: none
}

.checkout-page .cs-coupon-entry button {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fcc463;
    border-radius: 35px
}

#cs_apply_coupon_btn {
    background: #000
}

.checkout-page .cs-coupon-entry {
    background: 0 0;
    border-radius: 0
}

.cs-coupon-process.cs_coupon_process_block {
    margin-bottom: 40px
}

.new-product-cta img {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    display: block
}

#memocusomsaleCoupon_desktop {
    margin-top: 30px
}

@media(min-width:768px) {
    .col-12.col-md-6.order-1.order-md-2.order-summary {
        padding-bottom: 50px
    }
}

@media(min-width:769px) and (max-width:1200px) {
    .special--offer--wrapper {
        padding: 15px
    }

    .new-product-cta {
        overflow: auto
    }
}

@media(max-width:1200px) {
    #cs_coupon_process .col-12.col-md-6.offset-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-left: 0
    }

    .badge-kits-offer .new-badge-box {
        font-size: 10px !important
    }
}

@media(max-width:767px) {
    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab {
        padding: 20px !important
    }

    .delivery-box-desktop {
        display: none
    }

    .ship-notify-checkout #cs-free-ship-notify {
        display: none
    }

    .total-price {
        border-top: 1px solid #e0dfdf;
        padding: 10px 20px
    }

    .total-price .title {
        font-size: 10px !important
    }

    .total-price .value {
        font-size: 10px !important
    }

    .checkout-page .cs-checkout-details .row .order-summary .order-items .cart-item .product-details .price {
        padding-right: 22px
    }

    .checkout-page .cs-checkout-details .row .order-summary .order-items .total-price .content {
        margin: 0
    }

    .col-12.order-summary.delivery-box-mobile {
        display: block;
        background-color: #fff
    }

    .checkout-page .content.delivery-box {
        margin-bottom: 10px !important;
        margin-top: 10px;
        border-top: 1px solid #f4f4f2;
        padding: 20px 40px
    }

    .cs-coupon-box-mobile.cs-coupon#cs_coupon_apply_block {
        padding: 0 20px
    }

    div.all-cart-tems.order-items-show {
        border-top: 1px solid #e0dfdf;
        margin-top: 10px;
        padding-top: 10px !important
    }

    .product-details .d-flex.justify-content-between.catnamediv {
        display: flex !important
    }

    .checkout-page .cs-checkout-details .row .order-summary {
        padding-bottom: 0 !important
    }

    .pb-shop-cta-listing button.btn {
        width: 100% !important;
        line-height: 0 !important;
        font-size: 12px;
        padding: 10px 5px !important;
      white-space: nowrap;
    }

    .products-lists-new-cntnr .new-product-col {
        height: auto !important
    }

    .product-details-page .cs-product-details .row .cs-product-overview .overview .title-desc {
        line-height: 1.0
    }
}

@media(max-width:640px) {
    .checkout-page .content.delivery-box {
        padding: 20px
    }

    td .addtocartfreegift {
        width: 80px
    }

    .checkout-page .row.footer {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 70px !important
    }

    .checkout-page .cs-checkout-details .row .shipping-info .cs-tab-content .payment .footer .cs-more-link {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width:480px) {
    .checkout-page .row.footer {
        padding: 40px !important
    }

    .special--offer--wrapper {
        padding: 20px 10px !important
    }

    .new-product-cta img {
        width: 40px;
        max-width: 40px;
        min-width: 40px
    }
}

.couponextrainfo {
    color: #fcc463
}


.pb-shop-cta-listing {
    text-align: center
}


#pr-review-display .pr-snippet-stars {
    background: #f4f4f2
}

.products-lists-new-cntnr .new-product-price span.woocommerce-Price-amount.amount {
    font-size: 24px
}

.single-product-bundle-footer {
    padding: 2px
}

.pb-shop-cta-listing button.btn {
    width: 180px;
    height: 50px;
    border-radius: 40px;
    padding: 3px;
    min-width: auto;
}

.pb-shop-cta-listing button.btn:before,
.pb-shop-cta-listing button.btn:after{ display: none;}

.new-product-col .new-product-price {
    text-align: center
}

.pr-category-snippet__total.pr-category-snippet__item {
    font-size: 10px;
    padding: 8px 3px 0 6px
}

.new-product-title {
    text-align: center;
    padding: 0 0 5px;
    line-height: 1.4
}

.desktopCartoption {
    padding: 20px 0 0
}

.products-lists-new-cntnr .new-product-col {
    max-height: 550px;
    max-width: 370px;
    margin: 0 auto
}

.kitofferupsell .product-card img {
    max-height: 201px;
    max-width: 60%
}

.kitofferupsell .pb-shop-cta a {
    border: 2px solid #fcc463;
    background-image: none;
    padding: 5px;
    text-align: center;
    font-size: 14px
}

.product-detail-offer {
    text-align: center
}

.offertitle .name {
    color: #000;
    font-weight: 700;
    font-family: 'Playfair Display';
    font-size: 14px
}

.bundleofferheadtext {
    font-family: 'AktivGrotesk';
    font-size: 14px
}

.badge-kits-offer .new-badge-box {
    right: unset !important;
    top: 0 !important
}

div#bundleContentRow .title img {
    display: none
}

.form-check.upgradebundleform.w3_bg {
    display: none
}

.bundle-price-main {
    font-size: 24px;
    font-family: 'Playfair Display'
}

.p-w-r .pr-snippet-stars-reco-inline.pr-snippet-compact .pr-snippet-stars-container,
.p-w-r .pr-snippet-stars-reco-inline.pr-snippet-minimal .pr-snippet-stars-container {
    display: inline-block;
    padding: 0 10px 0 0
}

.pr-snippet-read-and-write {
    margin-top: 2px !important
}

.new-product-title {
    min-height: 100px
}

.new-product-col-outr .new-product-rating {
    padding-top: 5px
}

.new-product-col-outr .new-product-title h4 {
    line-height: 1.6;
    text-underline-offset: 5px
}

.new-product-col-outr .new-product-price {
    padding: 0 0 4px
}

@media(min-width:768px) {
    .grey-star-rating .p-w-r .pr-star-v4-100-filled {
        background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/product/Star_100grey.png') !important
    }

    .grey-star-rating .p-w-r .pr-star-v4-50-filled {
        background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/product/Star_100grey50.png') !important
    }

    .grey-star-rating .p-w-r .pr-star-v4-25-filled {
        background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/product/Star_100grey25.png') !important
    }

    .grey-star-rating .p-w-r .pr-star-v4-75-filled {
        background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/product/Star_100grey75.png') !important
    }

    .grey-star-rating .p-w-r .pr-star-v4-0-filled {
        background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/product/Star_100greylight.png') !important
    }
}

.product-popup-body .prod-img img {
    width: 50%;
    height: auto
}

.cs-client-offer div.cs-head {
    text-align: left
}

.product-detail-content .cs-stock {
    background-color: #f4c672a3;
    border-color: #f4c672a3 !important;
    color: #0000009c
}

.home .latest-bundle-blocks .futureprod-box .futureprod-img img {
    bottom: unset
}

.pr-no-reviews {
    display: none !important
}

@media screen and (max-width:767px) {
    .cs-page-content-body .page .woocommerce nav.woocommerce-MyAccount-navigation {
        padding-left: 20px;
        padding-top: 30px !important
    }
}

span.subscription-tag.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill {
    background: #fcc463;
    font-size: 60%
}

span.subscription-tag:hover {
    color: #000 !important
}

.ship-away-text {
    font-family: 'AktivGrotesk';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3
}

.cart-header-elements {
    align-items: baseline !important
}

.you-like-block a {
    color: #000;
    text-decoration: none
}

.table-new {
    width: 100%
}

span.prodesc {
    font-weight: 400
}

.couponextrainfo {
    margin: 0 auto;
    font-weight: 700;
    text-align: center
}

.product-details span.prodesc {
    font-weight: 400;
    font-size: 12px;
    line-height: 2
}

.hideslidetemp {
    padding: 10px 0
}

.bundle-img-nav {
    margin: 70px 0 0
}

.menu-bundle-img .menu-img-section img.cs-img-fluid.mx-auto.d-block {
    padding: 0 !important
}

.cs-mobile-only-nav {
    display: none !important
}

@media only screen and (min-width:768px) {
    .col-12.col-md-2.divider {
        max-width: 14%
    }
}

@media only screen and (max-width:768px) {
    .cs-mobile-only-nav {
        display: flex !important
    }

    div#navbarTogglerCarrotStick {
        top: 110px !important
    }
}

.hideslidetemp {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}




body.page-template-landing-page-one .cs-header {
    display: none
}

body.page-template-landing-page-one footer {
    display: none
}

body.page-template-landing-page-one div#free-ship-toast {
    display: none
}

body.page-template-landing-page-one .cs-toast {
    display: none
}

.landing-one-hero {
    padding: 64px 0 312px;
    background-color: #fbfbfb;
    position: relative;
    overflow: hidden
}

.landing-one-hero:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/hero-leaf-one.png);
    width: 336px;
    height: 455px;
    left: 0;
    top: 0;
    background-repeat: no-repeat
}

.landing-one-hero:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/hero-leaf-two.png);
    width: 315px;
    height: 422px;
    right: 0;
    bottom: 0
}


.landing-one-logo {
    display: inline-block;
    max-width: 113px
}

.landing-one-content {
    padding: 33px 0 0
}

.landing-one-content h1 {
    font-family: "Playfair Display";
    font-size: 45px;
    font-weight: 400;
    line-height: 51px;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 18px
}

.landing-one-content h1 span {
    font-style: italic
}

.landing-one-content h6 {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.landing-one-content h6 span {
    font-style: italic;
    color: #959595
}

.landing-one-bullet {
    padding: 26px 0 35px
}

.landing-one-bullet ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0
}

.landing-one-bullet ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    position: relative
}

.landing-one-bullet ul li:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #dfdfdf;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto
}

.landing-one-bullet-content {
    width: calc(100% - 52px);
    padding: 0 0 0 15px
}

.landing-one-bullet-content p {
    font-family: AktivGrotesk;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0
}

.landing-one-bullet-content p i {
    display: block;
    font-weight: 400
}

.landing-order-btn {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #f4c672;
    border-radius: 80px;
    background-color: #f4c672;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    padding: 20px 55px;
    transition: all ease .5s
}

.landing-order-btn:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none
}

.landing-product-sec {
    margin: -302px 0 0;
    padding: 0 0 60px;
    background-color: #fff
}



.landing-product-main-img {
    text-align: center;
    position: relative
}

.landing-product-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -55px
}

.landing-product-list {
    width: 33.33%;
    padding: 119px 55px 0;
    position: relative
}

.landing-product-list:before {
    position: absolute;
    content: ""
}

.landing-product-list:nth-child(1):before {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/dash-line-one.svg);
    width: 56px;
    height: 52px;
    top: 23px;
    right: 57px
}

.landing-product-list:nth-child(2):before {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/dash-line-two.svg);
    width: 5px;
    height: 49px;
    top: 26px;
    left: 0;
    right: 50px;
    margin: auto
}

.landing-product-list:nth-child(3):before {
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/dash-line-three.svg);
    width: 61px;
    height: 56px;
    top: 20px;
    left: 3px
}

.landing-product-img-mob {
    display: none
}

.landing-product-content h3 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -.02em;
    color: #000;
    margin: 0 0 43px
}

.landing-product-content ul {
    padding: 0 0 0 59px;
    list-style: none;
    margin: 0
}

.landing-product-content ul li {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #000;
    padding: 0 0 18px;
    margin: 0 0 16px;
    position: relative;
    letter-spacing: -.4px;
    border-bottom: 1px solid #e5e5e5
}

.landing-product-content ul li:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/yellow-check-icon.svg);
    width: 22px;
    height: 22px;
    left: -56px;
    top: 0
}

.landing-product-content ul li:last-of-type {
    border-bottom: 0
}

.accordion-sec {
    background-color: #fbfbfb
}

.accordion-wrap {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.accordion-left {
    width: 67%;
    padding: 0 178px 0 156px
}

.accordion-main h4 {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin: 0 0 22px;
    color: #000
}

.accordion-list {
    border-bottom: 1px solid #e2e2e2
}

.accordion-title {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    margin: 0;
    padding: 23px 0 18px 66px;
    cursor: pointer;
    position: relative
}

.accordion-title:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    left: 5px;
    top: 38px;
    transition: all ease .5s
}

.accordion-title.accordion-open:before {
    transform: rotate(224deg);
    top: 42px
}

.accordion-cont {
    display: none
}

.accordion-content {
    padding: 0 30px 29px 68px
}

.accordion-content p {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #646464;
    margin: 0
}

.accordion-right {
    width: 33%
}

.accordion-img {
    padding-top: 162%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.as-seen-sec {
    padding: 72px 0 77px
}

.as-seen-wrap {
    max-width: 1145px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap
}

.as-seen-left {
    width: 25%
}

.as-seen-heading h2 {
    font-family: "Playfair Display";
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #b3b3b3;
    font-style: italic;
    margin: 0
}

.as-seen-right {
    width: 75%
}

.as-seen-logo ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    justify-content: space-between
}

.as-seen-logo ul li {
    padding: 0 15px
}

.quick-order-sec {
    background-color: #fbfbfb;
    padding: 160px 0 167px;
    position: relative;
    overflow: hidden
}

.quick-order-sec:before {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/quick-order-leaf-one.png);
    width: 535px;
    height: 535px;
    right: 5.1%;
    top: -154px
}

.quick-order-sec:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/quick-order-leaf-two.png);
    width: 571px;
    height: 400px;
    right: 20.6%;
    bottom: -149px
}

.quick-order-wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.quick-order-left {
    width: 33%;
    padding: 17px 0 0
}

.quick-order-content {
    text-align: center
}

.quick-order-content h2 {
    font-family: "Playfair Display";
    font-size: 53px;
    font-weight: 400;
    line-height: 59px;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 21px
}

.quick-order-content h6 {
    font-family: AktivGrotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.quick-order-content h6 i {
    display: block;
    color: #959595
}

.quick-order-bullet {
    padding: 25px 0 37px
}

.quick-order-bullet ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    margin: 0 auto;
    max-width: 390px
}

.quick-order-bullet ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    position: relative
}

.quick-order-bullet ul li:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #dfdfdf;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto
}

.quick-order-bullet-content {
    width: calc(100% - 52px);
    padding: 0 0 0 15px
}

.quick-order-bullet-content p {
    font-family: AktivGrotesk;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0
}

.quick-order-bullet-content p i {
    display: block;
    font-weight: 400
}

.quick-order-right {
    width: 64%
}

.quick-order-img {
    position: relative;
    z-index: 1
}

.landing-one-product-mob {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    border-top: 5px solid #fcc463;
    display: none
}

.landing-one-product-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 15px 10px
}

.landing-one-product-content {
    padding: 13px 0 0;
    text-align: center;
    margin: 0 0 0 auto
}

.landing-one-product-content .landing-order-btn {
    padding: 10px 39px
}

.landing-one-product-content h6 i {
    font-style: italic;
    color: #959595
}

.landing-one-product-content h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

.landing-one-product-img {
    margin: -27px 0 0
}

body.page-template-landing-page-one .prodtest-title p {
    color: #000
}

body.page-template-landing-page-one .prodtest_slider .slick-prev.slick-arrow:before {
    top: 9px
}

body.page-template-landing-page-one .prodtest_slider .slick-next.slick-arrow:before {
    top: 9px
}

.prodtest-title h2 {
    font-family: "Playfair Display"
}

@media (max-width:1200px) {
    .landing-product-list-wrap {
        margin: 0 -15px
    }

    .landing-product-list {
        padding: 100px 15px 0
    }

    .landing-product-content h3 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 30px
    }

    .landing-product-content ul {
        padding: 0 0 0 40px
    }

    .landing-product-content ul li:before {
        left: -38px
    }

    .landing-product-content ul li {
        font-size: 17px;
        line-height: 20px
    }

    .landing-one-hero:before {
        left: -100px;
        top: -200px
    }

    .landing-one-hero:after {
        width: 205px;
        height: 290px;
        right: -10px;
        bottom: 0;
        background-size: contain;
        background-repeat: no-repeat
    }

    .accordion-left {
        width: 67%;
        padding: 20px 50px
    }

    .quick-order-left {
        width: 43%;
        padding: 17px 0 0
    }

    .quick-order-right {
        width: 57%
    }
}

@media (max-width:991px) {
    .quick-order-sec {
        padding: 44px 0 42px
    }

    .quick-order-left {
        width: 100%;
        padding: 17px 0 0;
        position: relative;
        z-index: 11
    }

    .quick-order-content h2 {
        font-size: 39px;
        line-height: 43px;
        margin: 0 0 26px;
        padding: 0 10px
    }

    .quick-order-content h6 i {
        display: inline-block
    }

    .quick-order-bullet {
        padding: 16px 0 32px
    }

    .quick-order-bullet ul {
        padding: 0 20px 0 15px;
        max-width: 430px;
        margin: 0 auto
    }

    .quick-order-bullet ul li:first-child:before {
        display: none
    }

    .quick-order-right {
        width: 100%
    }

    .quick-order-img {
        margin: -31px 0 0 -33px
    }

    .quick-order-img img {
        max-width: 463px;
        display: block;
        margin: 0 auto
    }

    .landing-one-hero:before {
        left: -171px;
        top: -280px
    }

    .landing-one-hero:after {
        width: 265px;
        height: 360px;
        right: -26px;
        bottom: -170px;
        transform: rotate(-4deg)
    }

    .quick-order-sec:before {
        width: 400px;
        height: 290px;
        left: -175px;
        right: auto;
        top: -126px;
        background-repeat: no-repeat;
        background-size: contain
    }

    .quick-order-sec:after {
        background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/quick-order-leaf-two-mob.png);
        width: 240px;
        height: 400px;
        right: -1px;
        bottom: -55px
    }
}

@media (max-width:767px) {
    .landing-one-hero {
        padding: 37px 0 231px
    }

    .landing-one-logo {
        max-width: 87px;
        margin: 0 auto
    }

    .landing-one-content {
        padding: 40px 0 0
    }

    .landing-one-content h1 {
        font-size: 39px;
        line-height: 43px;
        margin: 0 0 26px;
        padding: 0 70px 0
    }

    .landing-one-content h1 br {
        display: none
    }

    .landing-one-bullet {
        padding: 16px 0 32px
    }

    .landing-one-bullet ul {
        padding: 0 36px 0 29px;
        max-width: 430px;
        margin: 0 auto
    }

    .landing-one-bullet ul li:first-child:before {
        display: none
    }

    .landing-one-bullet-content {
        padding: 0 0 0 12px
    }

    .landing-order-btn {
        padding: 20px 36px
    }

    .landing-product-sec {
        overflow: hidden
    }

    .landing-product-sec {
        margin: -192px 0 0
    }

    .landing-product-main-img img {
        max-width: 460px;
        margin: 0 0 0 -30px
    }

    .landing-product-list {
        width: 100%;
        padding: 36px 15px 0
    }

    .landing-product-list:before {
        display: none
    }

    .landing-product-img-mob {
        display: block;
        text-align: center
    }

    .landing-product-content {
        margin: -6px 0 0
    }

    .landing-product-content h3 {
        text-align: center;
        margin: 0 0 34px
    }

    .landing-product-content ul {
        padding: 0 0 0 66px;
        margin: 0 0 -20px
    }

    .landing-product-content ul li {
        font-size: 19px;
        line-height: 24px
    }

    .landing-product-content ul li:before {
        left: -53px
    }

    .accordion-left {
        width: 100%;
        padding: 62px 36px 62px 32px;
        order: 2
    }

    .accordion-right {
        width: 100%;
        order: 1
    }

    .accordion-main h4 {
        margin: 0 0 24px
    }

    .accordion-title {
        padding: 20px 0 20px 55px
    }

    .accordion-content {
        padding: 0 0 32px 56px
    }

    .as-seen-left {
        width: 100%
    }

    .as-seen-heading {
        text-align: center
    }

    .as-seen-sec {
        padding: 48px 0 60px
    }

    .as-seen-heading h2 {
        font-size: 26px;
        line-height: 32px
    }

    .as-seen-right {
        width: 100%;
        padding: 43px 0 0
    }

    .as-seen-logo ul {
        flex-wrap: wrap;
        margin: 0 -15px -41px
    }

    .as-seen-logo ul li {
        padding: 0 15px 41px;
        width: 100%;
        text-align: center
    }

    .landing-one-product-mob {
        display: block
    }

    .prodtest_slider .slick-arrow {
        display: none !important
    }

    .accordion-img {
        padding-top: 121%
    }
}

@media (max-width:420px) {
    .landing-one-product-content .landing-order-btn {
        padding: 7px 16px;
        font-size: 16px;
        line-height: 20px
    }

    .landing-one-bullet ul li {
        width: 100%;
        padding: 0 0 15px
    }

    .landing-one-bullet ul {
        margin: 0 auto -15px
    }

    .landing-one-content h1 {
        padding: 0 15px 0
    }

    .landing-one-content h6 {
        padding: 0 15px
    }

    .landing-product-main-img img {
        max-width: 400px;
        margin: 0 0 0 -50px
    }

    .quick-order-img {
        margin: -10px 0 0 -40px
    }

    .quick-order-img img {
        max-width: 380px
    }

    .quick-order-bullet ul li {
        width: 100%;
        padding: 0 0 15px
    }

    .quick-order-bullet ul {
        margin: 0 0 -15px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.page-template-landing-page-two header,
.page-template-landing-page-two footer,
.page-template-landing-page-three footer,
.page-template-landing-page-five header,
.page-template-landing-page-five footer {
    display: none
}

body.page-template-landing-page-two,
body.page-template-landing-page-four,
body.page-template-landing-page-five {
    padding: 0;
    margin: 0;
    font-family: AktivGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background-color: #fbfbfb
}

.page-template-landing-page-four h2,
.page-template-landing-page-five h2,
.page-template-landing-page-two h2 {
    font-family: "Playfair Display";
    font-size: 42px;
    line-height: 1.29;
    font-style: normal;
    color: #000;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 34px
}

.page-template-landing-page-four h2 > i,
.page-template-landing-page-five h2 > i,
.page-template-landing-page-two h2 > i {
    font-style: italic
}

.page-template-landing-page-four h2 > span,
.page-template-landing-page-five h2 > span,
.page-template-landing-page-two h2 > span {
    font-family: AktivGrotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: .05em;
    color: #000;
    display: block;
    margin-bottom: 9px;
    text-transform: uppercase
}

.landsechero-log img {
    width: 106px;
    display: inline-block
}

.page-template-landing-page-four .text-center,
.page-template-landing-page-five .text-center,
.page-template-landing-page-two .text-center {
    text-align: center
}

.page-template-landing-page-four .container,
.page-template-landing-page-five .container,
.page-template-landing-page-two .container {
    max-width: 1128px;
    margin: 0 auto
}

.page-template-landing-page-four .row,
.page-template-landing-page-five .row,
.page-template-landing-page-two .row {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-landing-page-four .col,
.page-template-landing-page-five .col,
.page-template-landing-page-two .col,
.page-template-landing-page-four .col_6,
.page-template-landing-page-five .col_6,
.page-template-landing-page-two .col_6 {
    padding-left: 15px;
    padding-right: 15px
}

.page-template-landing-page-four .col_6,
.page-template-landing-page-five .col_6,
.page-template-landing-page-two .col_6 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
}

.page-template-landing-page-five .col_12 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
}

.page-template-landing-page-five .col_4 {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
}

.page-template-landing-page-four .col_6:last-of-type > h2,
.page-template-landing-page-five .col_6:last-of-type > h2,
.page-template-landing-page-two .col_6:last-of-type > h2 {
    display: none
}

.page-template-landing-page-four p,
.page-template-landing-page-five p,
.page-template-landing-page-two p {
    margin: 0 0 20px
}

.page-template-landing-page-four img,
.page-template-landing-page-five img,
.page-template-landing-page-two img {
    max-width: 100%;
    display: inline-block
}

.page-template-landing-page-four a.btn,
.page-template-landing-page-five a.btn,
.page-template-landing-page-two a.btn {
    background: #f4c672;
    border-radius: 80px;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #000;
    max-width: 189px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: solid 2px #fcc463;
    transition: all ease .5s
}

.page-template-landing-page-four a.btn:hover,
.page-template-landing-page-five a.btn:hover,
.page-template-landing-page-two a.btn:hover {
    background-color: #ffff;
    color: #fcc463
}

.bg-set {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.top-freeshiping-bar {
    background-color: #f4c671;
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -.02em;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

.top-freeshiping-bar > p {
    font-family: AktivGrotesk, sans-serif;
    margin: 0
}

.top-freeshiping-bar > p > b {
    font-weight: 700
}

.landingsec-herobanner {
    position: relative;
    margin-top: 51px
}

.top-left-leaf {
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 1;
    width: 45vw
}

.landsechero-log {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 30px 0
}

.landingsec-herobanner .container {
    margin-top: 69px;
    margin-bottom: 70px
}

.hero-prodcnt {
    padding: 80px 0 100px;
    margin: 0 0 0 -12px
}

.hero-prodcnt h2 {
    max-width: 80%;
    margin-bottom: 25px
}

.hero-prodcnt p {
    max-width: 68%;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, .6)
}

.hero-prodcnt ul {
    margin: 35px 0 40px;
    padding: 0
}

.hero-prodcnt ul > li {
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: inline-block;
    vertical-align: middle
}

.hero-prodcnt ul > li:first-of-type {
    margin: 0 40px 0 0
}

.hero-prodcnt ul > li > img {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle
}

.hero-prodcnt ul > li > span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

.hero-prodcnt ul > li > span i {
    display: block;
    font-weight: 400
}

.hero-prodimgcnt .productbox {
    margin: 0 12px 0 45px;
    filter: drop-shadow(0px 84px 124px rgba(0, 0, 0, .05))
}

.productbox .bg-set {
    padding-bottom: 95.8%
}

.productbox-info {
    background-color: #fff;
    padding: 31px 74px 28px 34px;
    position: relative
}

.productbox-info h3 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -.02em;
    color: #000;
    margin-bottom: 17px
}

.productbox-info p {
    margin-bottom: 0
}

.start-icons {
    position: absolute;
    bottom: 27px;
    right: 30px
}

.landingsec-product-block {
    padding: 40px 0 56px;
    background-color: #fff
}

.landingsec-product-block .row {
    margin: 0
}

.landingsec-product-block .col_7 {
    -ms-flex: 58%;
    flex: 58%;
    max-width: 58%
}

.landingsec-product-block img {
    margin-top: 31px
}

.landingsec-product-block .col_5 {
    -ms-flex: 42%;
    flex: 42%;
    max-width: 42%
}

.landingsec-product-block .product-block-cnt {
    max-width: 400px;
    margin: 109px auto 0 71px
}

.product-block-cnt ul {
    padding: 10px 0 0;
    margin: 0
}

.product-block-cnt ul > li {
    position: relative;
    padding-left: 52px;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    letter-spacing: -.02em;
    color: #000;
    margin-bottom: 14px
}

.product-block-cnt ul > li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #f4c672;
    border-radius: 50%
}

.product-block-cnt ul > li:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 13px;
    border: 2px solid #f4c672;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0
}

.landingsec-discover-cnt {
    width: 39%;
    padding: 16.3% 0 17.5%
}

.landingsec-discover-cnt h2 {
    margin-bottom: 32px
}

.landingsec-discover-cnt p {
    color: rgba(0, 0, 0, .6);
    letter-spacing: .3px
}

.landingsec-discover-cnt a.btn {
    margin-top: 47px;
    height: 66px
}

.landingsec-footer {
    background-color: #fcc463;
    padding-top: 44px;
    padding-bottom: 44px;
    border-bottom: 8px solid #000
}

.rating {
    unicode-bidi: bidi-override;
    direction: ltr;
    font-size: 19px
}

.rating span.star {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-style: normal;
    display: inline-block
}

.rating span.star:hover {
    cursor: pointer
}

.rating span.star:before {
    content: "\f005";
    padding-right: 5px;
    color: #fcc463;
    font-weight: 400
}

span.star.filled:before {
    color: #fcc463;
    content: "\f005";
    font-weight: 600
}

span.star.half-filled:before {
    content: "\f5c0";
    color: #fcc463;
    font-weight: 600
}

.product-testimonial {
    background-color: #fcc463;
    padding-top: 95px;
    overflow: hidden
}

.product-testimonial .container {
    max-width: 1260px
}

.prodtest-title {
    display: flex;
    align-content: center
}

.prodtest-title h2 {
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -.02em;
    color: #000;
    width: 45%;
    margin: 0
}

.prodtest-title p {
    width: 30%;
    margin: 17px 0 0
}

.prodtest_slider {
    padding-top: 49px;
    padding-bottom: 110px
}

.prodtest_slider .slick-list {
    overflow: visible
}

.prodtest_slider .slick-arrow {
    position: absolute;
    top: -52px;
    right: 0;
    z-index: 1;
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 0px;
    background-color: transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    z-index: 9
}

.prodtest_slider .slick-arrow:hover {
    background-color: #fff
}

.prodtest_slider .slick-prev.slick-arrow {
    right: 65px
}

.prodtest_slider .slick-next.slick-arrow:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 13px
}

.prodtest_slider .slick-prev.slick-arrow:before {
    content: "\f30a";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 16px
}

.prodtest_slider .slick-next.slick-arrow:hover:before,
.prodtest_slider .slick-prev.slick-arrow:hover:before {
    color: #fcc463
}

.prodtest_slider .productbox {
    margin: 0 11px
}

.prodtest_slider .productbox .bg-set {
    padding-bottom: 106%
}

.prodtest_slider .productbox-info {
    padding: 32px 40px 32px 27px
}

.prodtest_slider .productbox-info h3 {
    margin-bottom: 35px
}

.prodtest_slider .start-icons {
    bottom: 30px
}

.page-template-landing-page-two .product-testimonial {
    padding-top: 40px
}

.page-template-landing-page-two .prodtest_slider {
    padding-top: 39px;
    padding-bottom: 75px;
    filter: drop-shadow(0px 84px 124px rgba(0, 0, 0, .05))
}

.page-template-landing-page-two .product-testimonial {
    background-color: transparent !important
}

.page-template-landing-page-two .prodtest_slider .slick-arrow {
    border-color: rgba(0, 0, 0, .1)
}

.page-template-landing-page-two .prodtest_slider .slick-arrow:before {
    color: #000
}

.page-template-landing-page-two .prodtest_slider .slick-arrow:hover {
    background-color: #fcc463
}

.page-template-landing-page-two .prodtest_slider .slick-arrow:hover:before {
    color: #fff
}

.future-products {
    padding-top: 9px;
    padding-bottom: 117px
}

.future-products .container {
    max-width: 1210px;
    padding: 0 12px
}

.future-products .row {
    margin: 0 -12px
}

.future-products .col_6 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 12px
}

.futureprod-box {
    position: relative
}

.futureprod-box > span.offertag {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    background-color: #f95858;
    position: absolute;
    top: 11px;
    left: 12px;
    text-transform: uppercase;
    padding: 6px 10px 4px 11px
}

.futureprod-img {
    text-align: center;
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat
}

.futureprod-img > img {
    margin-bottom: -62px;
    margin-top: -25px
}

.futureprod-info {
    text-align: center;
    margin-top: 74px
}

.futureprod-info h4 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #000;
    margin-bottom: 11px
}

.futureprod-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #5b5b5b
}

.futureprod-info a.shopnow-btn {
    background-color: #f4c672;
    width: 229px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 25px 5px 23px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    border-radius: 30px;
    margin: 21px auto 0 auto;
    font-family: AktivGrotesk, sans-serif;
    border: 1px solid #f4c672;
    transition: all .4s
}

.futureprod-info a.shopnow-btn > span:first-of-type {
    text-transform: capitalize;
    font-family: "Playfair Display";
    font-size: 18px
}

.futureprod-info a.shopnow-btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #f4c672;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05)
}

@font-face {
    font-display: swap;
    font-family: 'times-new-roman';
    src: url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.eot');
    src: url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.woff2') format('woff2'), url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.woff') format('woff'), url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.ttf') format('truetype'), url('/wp-content/themes/xejic_carrot_stick/assets/fonts/TimesNewRoman/TimesNewRomanPSMT.svg#TimesNewRomanPSMT') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.page-template-landing-page-four header,
.page-template-landing-page-four footer,
.page-template-landing-page-four .cs-bundle-view {
    display: none !important
}

.page-template-landing-page-four a.btn {
    font-size: 18px;
    height: 50px;
    text-transform: capitalize;
    max-width: 173px;
    font-family: 'times-new-roman'
}

.page-template-landing-page-four {
    margin-top: 48px
}

.lpfour-banner {
    background-color: #f7f7f7;
    background-size: 52.4vw;
    background-position: right 49px;
    padding-bottom: 36px
}

.lpfour-banner .row {
    align-items: center
}

.lpfour-banner .col_6:first-of-type {
    text-align: center;
    padding: 87px 70px 0 0
}

.lpfour-banner h2 {
    font-size: 48px;
    margin-bottom: 30px
}

.lpfour-banner h2 > span {
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0 0 17px 10px
}

.lpfour-banner .col_6 a.btn {
    margin: 0 auto;
    background-color: #fbc363
}

.lpfour-banner img {
    margin: -5px 0 0 -30px;
    max-width: calc(100% + 120px)
}

.customer-benifits-points {
    padding: 81px 0 70px
}

.customer-benifits-points .container {
    max-width: 1190px
}

.customer-benifits-points ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.customer-benifits-points ul > li {
    list-style: none;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.customer-benifits-points ul > li > span:first-of-type {
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 99px;
    height: 99px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap
}

.customer-benifits-points ul > li > span:last-of-type {
    width: calc(100% - 120px);
    padding-left: 18px;
    line-height: 1.3;
    margin-top: 3px;
    color: #4d4d4d
}

.save-offer-banner {
    padding: 100px 0;
    background-position: center left
}

.save-offer-banner h2 {
    font-size: 35px
}

.save-offer-banner .save-offer-info {
    width: 50%;
    margin: 0 0 0 auto;
    text-align: center;
    padding-right: 50px
}

.save-offer-info p {
    max-width: 60%;
    margin: 0 auto 29px auto;
    line-height: 21px;
    color: #000
}

.save-offer-banner .save-offer-info a.btn {
    margin: 0 auto
}

.lpfour-product-list {
    padding: 100px 0 0
}

.lpfour-product-list .container {
    max-width: 1192px
}

.lpfour-product-list .row {
    margin: 0 -8px 72px
}

.lpfour-product-list .col_4 {
    -ms-flex: 33.33%;
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 8px;
    margin-bottom: 28px
}

.lpfour-prodbox {
    text-align: center;
    background-color: #f4f4f2;
    margin-bottom: 30px;
    padding: 39px 20px 19px;
    height: 100%;
    margin-bottom: 0
}

.lpfour-prodbox > img {
    height: 282px
}

.lpfour-prodbox-info {
    padding: 33px 20px 20px
}

.lpfour-prodbox-info h3 {
    font-family: "Playfair Display";
    font-size: 25px;
    margin-bottom: 28px
}

.lpfour-prodbox-info p {
    line-height: 21px;
    margin-bottom: 29px
}

.lpfour-prodbox-info a.btn {
    margin: 0 auto;
    max-width: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    font-size: 16px;
    padding: 3px 28px;
    border: 2px solid #d47f16;
    background-color: transparent
}

.lpfour-prodbox-info a.btn img {
    margin: 0 0 0 10px
}

.ingredient-list {
    border: 10px solid #fbc363;
    max-width: 768px;
    min-height: 106px;
    margin: 0 auto;
    cursor: pointer
}

.ingredient-list > a {
    font-size: 25px;
    color: #000;
    line-height: 3.5;
    font-family: "Playfair Display";
    font-style: italic;
    display: block
}

.ingredient-list > a img {
    margin: 0 15px 0 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ingredient-list > a.active img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ingredient-list > ul {
    padding: 0 0 40px;
    margin: 0;
    display: none
}

.ingredient-list > ul > li {
    list-style: none;
    font-size: 25px;
    color: #000
}

.ingredient-list > ul > li > a {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    letter-spacing: 1px
}

.ingredient-list > ul > li > a:hover {
    color: #fbc363;
    text-decoration: none
}

.ingredient-cert {
    padding-bottom: 58px
}

.ingredient-cert h2 {
    text-align: center;
    font-size: 35px;
    max-width: 70%;
    margin: 0 auto 45px auto
}

.ingredient-cert ul {
    padding: 0;
    margin: 27px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ingredient-cert ul > li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ingredient-cert ul > li > span:first-of-type {
    background-color: #f3f3f3;
    border-radius: 50%;
    width: 99px;
    height: 99px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap
}

.ingredient-cert ul > li > span:last-of-type {
    width: calc(100% - 99px);
    padding-left: 18px;
    line-height: 1.3;
    margin-top: 3px;
    color: #4d4d4d
}

.lpfour-review-slider {
    padding: 97px 0 100px;
    background-color: #fbc363;
    margin-top: 51px
}

.lpfour-review-slider .container {
    max-width: 1209px
}

.lpfour-review-slider .prodtest_slider .productbox {
    margin: 0 8px
}

.lpfour-review-slider .prodtest_slider .productbox .bg-set {
    padding-bottom: 93.9%
}

.lpfour-review-slider .prodtest_slider .productbox-info {
    padding: 25px 50px 25px 32px
}

.lpfour-review-slider .prodtest_slider .productbox-info h3 {
    font-size: 16px;
    font-weight: 700
}

.lpfour-review-slider .prodtest_slider .start-icons {
    right: 27px;
    bottom: 26px
}

.lpfour-review-slider .rating span.star:before {
    padding-right: 3px
}

.lpfour-review-slider .productbox-info p {
    font-size: 14px
}

.lpfour-review-slider h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.4;
    max-width: 54%;
    margin: 0 auto
}

.lpfour-review-slider .prodtest_slider .slick-list {
    overflow: hidden
}

.lpfour-review-slider .prodtest_slider {
    padding-bottom: 0
}

.lpfour-review-slider .prodtest_slider .slick-arrow {
    top: 50%
}

.lpfour-review-slider .prodtest_slider .slick-arrow {
    width: 20px;
    height: 50px;
    padding: 0;
    border: 0;
    top: 59%;
    transform: translateY(-50%)
}

.lpfour-review-slider .prodtest_slider .slick-arrow:before {
    display: none
}

.lpfour-review-slider .prodtest_slider .slick-arrow:after {
    content: '';
    position: absolute;
    top: -17px;
    left: 22px;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: center center
}

.lpfour-review-slider .prodtest_slider .slick-prev.slick-arrow {
    left: -30px
}

.lpfour-review-slider .prodtest_slider .slick-next.slick-arrow {
    right: -30px
}

.lpfour-review-slider .prodtest_slider .slick-prev.slick-arrow:after {
    transform: rotate(225deg);
    left: -26px
}

.returns-policy {
    padding: 100px 0 77px;
    text-align: center
}

.returns-policy-box {
    background-color: #f3f3f3;
    padding: 35px 80px 35px 95px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    max-width: 87.8%;
    margin: 0 auto 50px auto
}

.returns-policy-info {
    margin-left: 40px
}

.returns-policy-info > p {
    margin-bottom: 0;
    line-height: 21px;
    color: #4d4d4d
}

.returns-policy-info > p > a {
    color: #212529
}

.returns-policy-info > p > a:hover {
    color: #fcc463
}

.freq-ask-que {
    padding-top: 51px
}

.freq-ask-que h2 {
    font-size: 35px
}

.freq-ask-que .accordion-list {
    max-width: 88%;
    margin: 0 auto;
    margin-bottom: 23px;
    border-bottom: 0
}

.freq-ask-que .accordion-title {
    font-size: 25px;
    line-height: 33px;
    text-align: left;
    padding: 7px 0 8px;
    letter-spacing: 0px
}

.freq-ask-que .accordion-title {
    border-bottom: 1px solid #d9d9d9
}

.freq-ask-que .accordion-cont {
    padding: 18px 0 0;
    text-align: left;
    line-height: 21px;
    font-size: 16px;
    font-weight: 400
}

.freq-ask-que .accordion-cont p {
    color: #4d4d4d
}

.freq-ask-que .accordion-cont p > a {
    color: #212529
}

.freq-ask-que .accordion-cont p > a:hover {
    color: #fcc463
}

.freq-ask-que .accordion-title:before {
    background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/landing-fourth/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    transform: none;
    border: 0;
    top: 50%;
    right: 0;
    background-size: contain;
    left: auto;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.freq-ask-que .accordion-title.accordion-open:before {
    background-image: url('/wp-content/themes/xejic_carrot_stick/assets/images/landing-fourth/minus.svg')
}

.page-template-landing-page-five header,
.page-template-landing-page-five footer {
    display: none !important
}

body.page-template-landing-page-five {
    margin-top: 48px
}

.page-template-landing-page-five a.btn {
    font-size: 16px;
    height: 50px;
    text-transform: capitalize;
    max-width: 173px;
    background-color: #fbc363
}

.page-template-landing-page-five a.btn > img {
    margin-left: 28px
}

.lpfive-banner {
    text-align: center;
    padding-top: 50px;
    margin-bottom: -10px
}

.lpfive-banner h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px
}

.lpfive-banner h2 > s {
    position: relative;
    text-decoration: none
}

.lpfive-banner h2 > s:before {
    content: '';
    position: absolute;
    top: calc(50% + 7px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

.lpfive-banner h2 > span {
    letter-spacing: 1.7px;
    margin-bottom: 20px
}

.lpfive-banner .container {
    max-width: 1200px
}

.lpfive-banner .container > img {
    margin: 15px 0 0
}

.lpfive-banner a.btn {
    margin: 38px auto 5px auto;
    max-width: 245px
}

.lpfive-banner ul {
    padding: 0;
    margin: 0
}

.lpfive-banner ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: middle
}

.lpfive-banner ul > li {
    padding: 0 15px;
    border-right: 0;
    position: relative
}

.lpfive-banner ul > li:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    background-color: #000;
    height: 10px
}

.lpfive-banner ul > li:last-of-type:after {
    display: none
}

.lpfive-banner ul > li > a {
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.5px;
    line-height: 1
}

.page-template-landing-page-five .customer-benifits-points {
    padding-bottom: 91px
}

.page-template-landing-page-five .save-offer-banner .save-offer-info {
    width: 74%;
    padding-left: 70px
}

.page-template-landing-page-five .save-offer-info h2 {
    line-height: 1.35
}

.page-template-landing-page-five .save-offer-info p {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.3px
}

.page-template-landing-page-five .save-offer-info a.btn {
    margin-top: 41px;
    max-width: 382px
}

.product-type-list {
    padding-top: 100px;
    padding-bottom: 48px
}

.product-type-list .container {
    max-width: 1192px
}

.product-type-list .container > .text-center:first-of-type {
    max-width: 82%;
    margin: 0 auto
}

.product-type-list h2 {
    font-size: 35px
}

.product-type-list p {
    line-height: 1.35;
    color: #000
}

.product-type-list .row {
    margin: 79px -8px 84px
}

.product-type-list .col_6 {
    margin-bottom: 16px;
    padding: 0 8px
}

.product-type-box {
    border: 1px solid #e5e5e5;
    height: 100%
}

.product-type-box .bg-set {
    padding-bottom: 51%
}

.prodtype-info {
    padding: 41px 30px 68px;
    text-align: center
}

.prodtype-info h4 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 28px
}

.prodtype-info p {
    font-size: 16px;
    line-height: 1.35;
    color: #4d4d4d
}

.prodtype-info p > small {
    font-size: 10px
}

.ingredient-cert {
    padding-top: 101px
}

.page-template-landing-page-five .ingredient-cert h2 {
    margin-bottom: 54px
}

.bundle-sec {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 41px;
    padding-top: 100px;
    margin-bottom: 0
}

.bundle-sec .container {
    max-width: 1190px
}

.bundle-sec .text-center {
    max-width: 72%;
    margin: 0 auto 57px auto
}

.bundle-sec .text-center > h2 {
    font-size: 35px;
    margin-bottom: 30px
}

.bundle-sec .text-center > p {
    font-size: 16px;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #4d4d4d
}

.bundle-sec .row {
    margin: 58px -10px 102px
}

.bundle-sec .row .col_6 {
    padding: 0 10px
}

.bundle-box {
    background-color: #f4f4f2;
    text-align: center;
    padding: 42px 40px 40px
}

.bundle-box h4 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 25px
}

.bundleImgs {
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 30px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .bundleImgs {
        display: block
    }
}

.bundleImgs > img {
    width: 33.33%
}

.bundle-box a.btn {
    margin: 0 auto;
    max-width: 265px
}

.bundle-sec .col_12 {
    margin-bottom: 30px
}

.bundle-sec .col_12 .text-center {
    margin-bottom: 0
}

.bundle-sec .col_12 .text-center h5 {
    text-transform: uppercase;
    letter-spacing: 2.15px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000
}

.bundle-sec .col_4 {
    padding: 0 6px
}

.addto-cartprod {
    background-color: #f4f4f2;
    padding: 41px 20px;
    text-align: center
}

.addto-cartprod h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Playfair Display";
    margin-bottom: 17px
}

.addto-cartprod img {
    height: 217px;
    margin-bottom: 29px
}

.addto-cartprod a.btn {
    margin: 0 auto;
    max-width: 165px
}

.page-template-landing-page-five .prodtest_slider .slick-arrow:hover,
.page-template-landing-page-four .prodtest_slider .slick-arrow:hover {
    background-color: transparent
}

@media(max-width:1366px) {
    body.page-template-landing-page-two {
        font-size: 15px;
        line-height: 22px
    }

    .page-template-landing-page-two a.btn {
        font-size: 18px;
        max-width: 150px;
        height: 52px
    }

    .page-template-landing-page-two h2 {
        margin-bottom: 25px
    }

    .landingsec-herobanner {
        margin-top: 48px
    }

    .landsechero-log {
        padding: 20px 0
    }

    .landsechero-log img {
        width: 70px
    }

    .top-left-leaf {
        width: 42vw
    }

    .hero-prodcnt {
        margin: 0
    }

    .hero-prodcnt {
        padding: 70px 0 100px
    }

    .page-template-landing-page-two h2 {
        font-size: 38px
    }

    .hero-prodcnt ul {
        margin: 25px 0
    }

    .hero-prodcnt ul > li:first-of-type {
        margin: 0 30px 0 0
    }

    .hero-prodcnt ul > li > img {
        width: 45px
    }

    .hero-prodimgcnt .productbox {
        margin: 0 12px 0 100px
    }

    .prodtest-title h2 {
        width: 36%
    }

    .prodtest_slider .slick-arrow {
        width: 50px;
        height: 50px
    }

    .prodtest_slider .slick-prev.slick-arrow:before,
    .prodtest_slider .slick-next.slick-arrow:before {
        font-size: 20px;
        top: 12px
    }

    .productbox-info {
        padding: 25px 65px 25px 30px
    }

    .productbox-info h3 {
        font-size: 20px
    }

    .rating {
        font-size: 15px
    }

    .prodtest_slider .productbox .bg-set {
        padding-bottom: 96%
    }

    .prodtest_slider .productbox-info h3 {
        margin-bottom: 25px
    }

    .product-block-cnt ul > li:after {
        width: 5px;
        height: 10px;
        border-width: 1px
    }

    .product-block-cnt ul > li {
        padding-left: 38px;
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 14px
    }

    .landingsec-product-block {
        padding: 40px 0 45px
    }

    .landingsec-discover-cnt {
        padding: 12% 0
    }

    .landingsec-discover-cnt a.btn {
        margin-top: 30px
    }

    .landingsec-footer {
        padding: 30px 0
    }

    .landingsec-footer img {
        width: 50px
    }

    .future-products {
        padding-bottom: 80px
    }

    .future-products .container {
        max-width: 1100px
    }

    .futureprod-box > span.offertag {
        font-size: 15px
    }

    .futureprod-info h4 {
        font-size: 28px;
        line-height: 32px
    }

    .futureprod-info a.shopnow-btn {
        font-size: 15px;
        width: 210px
    }

    .futureprod-info a.shopnow-btn > span:first-of-type {
        font-size: 16px
    }

    .lpfour-banner img {
        margin: 0;
        max-width: calc(100% + 50px)
    }

    .lpfour-banner h2 {
        font-size: 42px;
        line-height: 1.2
    }

    .lpfour-banner h2 > span {
        margin-bottom: 10px
    }

    .customer-benifits-points {
        padding: 55px 0
    }

    .customer-benifits-points ul > li > span:first-of-type {
        width: 80px;
        height: 80px
    }

    .save-offer-banner {
        padding: 75px 0
    }

    .save-offer-banner h2 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .save-offer-info p {
        margin: 0 auto 20px auto
    }

    .lpfour-product-list {
        padding: 70px 0 0
    }

    .lpfour-product-list .row {
        margin: 0 -8px 50px
    }

    .lpfour-prodbox {
        padding: 30px 20px 20px
    }

    .lpfour-prodbox > img {
        height: 210px
    }

    .lpfour-prodbox-info h3 {
        font-size: 23px;
        margin-bottom: 20px
    }

    .ingredient-list {
        min-height: 94px
    }

    .ingredient-list > a {
        line-height: 3.2;
        font-size: 23px
    }

    .ingredient-list > ul > li > a {
        font-size: 15px;
        line-height: 33px;
        letter-spacing: .5px
    }

    .ingredient-cert {
        padding-top: 80px
    }

    .lpfour-review-slider {
        padding: 70px 0 80px
    }

    .lpfour-review-slider h2 {
        font-size: 32px
    }

    .prodtest_slider {
        padding-top: 35px
    }

    .lpfour-review-slider .prodtest_slider .slick-arrow:after {
        top: 12px;
        left: -9px
    }

    .lpfour-review-slider .prodtest_slider .slick-prev.slick-arrow:after {
        top: 5;
        left: 5px
    }

    .returns-policy {
        padding-top: 70px;
        padding-bottom: 50px
    }

    .returns-policy-box {
        padding: 30px 80px;
        margin: 0 auto 30px auto
    }

    .returns-policy-box img {
        height: 150px
    }

    .freq-ask-que .accordion-title {
        font-size: 22px
    }

    .page-template-landing-page-five a.btn > img {
        margin-left: 10px
    }

    .lpfive-banner {
        padding-top: 30px
    }

    .lpfive-banner h2 {
        font-size: 40px
    }

    .lpfive-banner h2 > span {
        margin-bottom: 15px
    }

    .lpfive-banner .container > img {
        margin-top: 0
    }

    .lpfive-banner a.btn {
        margin: 15px auto 5px auto
    }

    .lpfive-banner a.btn {
        max-width: 210px
    }

    .page-template-landing-page-five .customer-benifits-points {
        padding-bottom: 55px
    }

    .page-template-landing-page-five .save-offer-banner .save-offer-info {
        max-width: 71%
    }

    .page-template-landing-page-five .save-offer-info a.btn {
        max-width: 342px
    }

    .product-type-list {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .product-type-list .container > .text-center:first-of-type {
        max-width: 90%
    }

    .product-type-list .row {
        margin: 60px -8px
    }

    .prodtype-info {
        padding: 40px
    }

    .prodtype-info p:last-of-type {
        margin-bottom: 0
    }

    .page-template-landing-page-five .ingredient-cert h2 {
        margin-bottom: 40px
    }

    .bundle-sec {
        margin-top: 0;
        padding-top: 60px
    }

    .bundle-sec .row {
        margin: 45px -10px 70px
    }

    .bundle-box {
        padding: 35px
    }

    .addto-cartprod img {
        margin-bottom: 15px
    }
}

@media(max-width:1200px) {
    .page-template-landing-page-two .container {
        max-width: 930px
    }

    .page-template-landing-page-two h2 {
        font-size: 34px
    }

    .hero-prodcnt h2 {
        max-width: 100%
    }

    .hero-prodcnt p {
        max-width: 100%
    }

    .hero-prodimgcnt .productbox {
        margin: 0 12px 0 50px
    }

    .prodtest-title h2 {
        width: 41%;
        margin-bottom: 0
    }

    .page-template-landing-page-two .prodtest_slider {
        padding-top: 25px
    }

    .prodtest_slider .productbox-info {
        padding: 25px 40px 25px 25px
    }

    .prodtest_slider .productbox-info h3 {
        margin-bottom: 25px
    }

    .prodtest_slider .start-icons {
        bottom: 30px
    }

    .landingsec-product-block .product-block-cnt {
        margin: 45px 15px 0 0
    }

    .future-products {
        padding-bottom: 70px
    }

    .future-products .container {
        max-width: 900px
    }

    .futureprod-box > span.offertag {
        font-size: 14px
    }

    .futureprod-info h4 {
        font-size: 25px
    }

    .futureprod-info a.shopnow-btn {
        margin: 17px auto 0 auto;
        width: 180px;
        height: 52px
    }

    .futureprod-img > img {
        margin-top: -20px;
        margin-bottom: -50px
    }

    .futureprod-info {
        margin-top: 55px
    }

    .page-template-landing-page-four .container {
        max-width: 930px
    }

    .customer-benifits-points ul > li > span:first-of-type,
    .ingredient-cert ul > li > span:first-of-type {
        width: 60px;
        height: 60px
    }

    .customer-benifits-points ul > li > span img {
        height: 30px
    }

    .customer-benifits-points ul > li > span:last-of-type,
    .ingredient-cert ul > li > span:last-of-type {
        width: calc(100% - 65px);
        padding-left: 10px;
        font-size: 15px
    }

    .ingredient-cert {
        padding-bottom: 30px
    }

    .save-offer-info p {
        max-width: 70%
    }

    .lpfour-prodbox-info {
        padding: 33px 0 10px
    }

    .lpfour-prodbox-info a.btn {
        padding: 3px 17px
    }

    .lpfour-prodbox-info p {
        margin-bottom: 20px
    }

    .ingredient-list {
        border-width: 8px
    }

    .ingredient-list > a {
        line-height: 3.4
    }

    .ingredient-cert h2 {
        max-width: 100%;
        font-size: 32px
    }

    .ingredient-cert .text-center img {
        height: 288px
    }

    .lpfour-review-slider {
        padding-top: 50px
    }

    .lpfour-review-slider h2 {
        max-width: 70%
    }

    .lpfour-review-slider .prodtest_slider .slick-arrow:after {
        width: 20px;
        height: 20px
    }

    .returns-policy-box {
        padding: 30px 50px
    }

    .returns-policy-box img {
        height: 130px
    }

    .freq-ask-que h2 {
        font-size: 32px
    }

    .page-template-landing-page-five .container {
        max-width: 930px
    }

    .lpfive-banner h2 > s:before {
        top: calc(50% + 4px)
    }

    .page-template-landing-page-five .save-offer-banner .save-offer-info {
        width: auto;
        max-width: 76%
    }

    .save-offer-banner {
        padding: 50px 0
    }

    .product-type-list {
        padding-top: 60px;
        padding-bottom: 0
    }

    .product-type-list .row {
        margin-bottom: 40px
    }

    .prodtype-info {
        padding: 25px
    }

    .prodtype-info p {
        font-size: 15px
    }

    .prodtype-info h4 {
        margin-bottom: 20px
    }

    .ingredient-cert {
        padding-top: 40px
    }

    .ingredient-cert ul > li {
        width: 33.33%
    }

    .bundle-sec {
        padding-top: 40px
    }

    .bundleImgs {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .bundle-box h4 {
        font-size: 22px
    }

    .bundle-box a.btn {
        max-width: 220px
    }

    .bundle-sec .text-center {
        max-width: 100%
    }

    .bundle-sec .col_12 .text-center h5 {
        letter-spacing: 1.5px
    }

    .addto-cartprod {
        padding: 30px 20px
    }

    .addto-cartprod h6 {
        margin-bottom: 10px
    }

    .addto-cartprod img {
        height: 160px
    }

    .addto-cartprod a.btn {
        margin: 0 auto;
        max-width: 140px;
        height: 45px;
        letter-spacing: 0;
        line-height: 38px
    }

    .product-type-box .bg-set {
        padding-bottom: 37%
    }
}

@media(max-width:1024px) {
    .page-template-landing-page-two h2 {
        font-size: 25px;
        margin-bottom: 20px
    }

    .landsechero-log {
        padding: 12px 0
    }

    .landsechero-log img {
        width: 51px
    }

    .page-template-landing-page-two .container {
        max-width: 700px
    }

    .hero-prodcnt ul {
        margin: 20px 0
    }

    .hero-prodcnt ul > li > img {
        width: 35px
    }

    .hero-prodcnt ul > li:first-of-type {
        margin: 0 20px 0 0
    }

    .page-template-landing-page-two a.btn {
        font-size: 16px;
        max-width: 132px;
        height: 46px
    }

    .hero-prodcnt {
        padding: 40px 0 0
    }

    .hero-prodimgcnt .productbox {
        margin: 0 0 0 30px
    }

    .landingsec-herobanner .container {
        margin: 55px auto
    }

    .prodtest-title h2 {
        width: 39%;
        margin-bottom: 0
    }

    .prodtest-title p {
        width: 39%
    }

    .prodtest_slider .productbox-info {
        padding: 20px
    }

    .prodtest_slider .start-icons {
        right: 20px;
        bottom: 20px
    }

    .rating {
        font-size: 10px
    }

    .rating span.star:before {
        padding: 0
    }

    .page-template-landing-page-two .prodtest_slider {
        padding-bottom: 40px
    }

    .product-block-cnt ul {
        padding: 0
    }

    .product-block-cnt ul > li {
        padding-left: 35px
    }

    .productbox-info {
        padding: 20px
    }

    .prodtest_slider .productbox-info h3 {
        font-size: 15px;
        line-height: 1.5
    }

    .future-products .container {
        max-width: 720px
    }

    .futureprod-info h4 {
        font-size: 22px;
        line-height: 24px
    }

    .futureprod-info a.shopnow-btn {
        width: 170px;
        height: 45px
    }

    .lpfour-banner {
        background-size: 62.4vw;
        background-position: right 37px
    }

    .lpfour-banner .col_6:first-of-type {
        padding: 62px 0 0
    }

    .lpfour-banner h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .save-offer-banner {
        padding: 40px 0
    }

    .save-offer-banner .save-offer-info {
        padding-right: 0
    }

    .save-offer-info p {
        max-width: 100%
    }

    .save-offer-banner h2 {
        font-size: 28px
    }

    .lpfour-product-list .col_4 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        margin-bottom: 15px
    }

    .ingredient-list {
        min-height: 82px
    }

    .ingredient-list > a {
        line-height: 3
    }

    .ingredient-cert h2 {
        font-size: 30px
    }

    .lpfour-review-slider {
        padding-bottom: 60px
    }

    .lpfour-review-slider .prodtest_slider {
        margin: 0 30px
    }

    .lpfour-review-slider h2 {
        font-size: 30px;
        line-height: 1.2
    }

    .lpfour-review-slider .prodtest_slider .productbox-info {
        padding: 15px
    }

    .lpfour-review-slider .prodtest_slider .start-icons {
        right: 15px;
        bottom: 15px
    }

    .returns-policy {
        padding-top: 50px
    }

    .returns-policy-info {
        margin-left: 20px
    }

    .returns-policy-box {
        padding: 30px
    }

    .returns-policy-box img {
        height: 125px
    }

    .freq-ask-que h2 {
        font-size: 30px
    }

    .freq-ask-que .accordion-title {
        font-size: 19px;
        line-height: 1.4
    }

    .page-template-landing-page-five .container {
        max-width: 700px
    }

    .customer-benifits-points .container {
        padding: 0
    }

    .lpfive-banner h2 {
        font-size: 37px
    }

    .page-template-landing-page-five .save-offer-banner h2 {
        font-size: 25px
    }

    .page-template-landing-page-five .save-offer-info p {
        font-size: 15px
    }

    .page-template-landing-page-five .save-offer-info a.btn {
        margin-top: 0
    }

    .prodtype-info {
        padding: 20px
    }

    .product-type-list p,
    .bundle-sec .text-center > p {
        font-size: 15px
    }

    .product-type-list h2,
    .ingredient-cert h2,
    .bundle-sec .text-center > h2 {
        font-size: 26px
    }

    .bundle-sec .text-center {
        margin: 0 auto 30px auto
    }

    .bundle-sec .row {
        margin-top: 0
    }

    .bundle-sec .col_12 .text-center h5 {
        font-size: 15px;
        letter-spacing: .5px
    }

    .bundle-sec .row {
        margin: 45px -10px 50px
    }

    .page-template-landing-page-five .bundle-sec .row {
        justify-content: center
    }

    .page-template-landing-page-five .bundle-sec .col_4 {
        -ms-flex: 33.33%;
        flex: 33.33%;
        max-width: 33.33%;
        margin-bottom: 12px
    }
}

@media(max-width:767px) {
    .landingsec-herobanner {
        margin-top: 34px
    }

    .landingsec-herobanner .container {
        margin: 45px auto
    }

    .hero-prodimgcnt .productbox {
        margin: 0
    }

    .top-left-leaf {
        top: -15px
    }

    .hero-prodcnt {
        padding: 0
    }

    .hero-prodcnt ul > li:first-of-type,
    .hero-prodcnt ul > li {
        display: block;
        margin: 0 0 10px
    }

    .prodtest-title {
        display: block
    }

    .prodtest-title h2 {
        width: 100%;
        line-height: 1.4
    }

    .prodtest-title p {
        width: 100%
    }

    .page-template-landing-page-two .prodtest_slider .slick-arrow {
        display: none !important
    }

    .landingsec-product-block {
        padding: 40px 15px 20px
    }

    .landingsec-product-block .product-block-cnt {
        margin-top: 0
    }

    .landingsec-product-block .col_7,
    .landingsec-product-block .col_5 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .landingsec-product-block .col_7 {
        order: 2
    }

    .landingsec-product-block img {
        margin-left: -15px
    }

    .landingsec-product-block .col_5 {
        order: 1
    }

    .product-block-cnt ul > li {
        margin-bottom: 8px
    }

    .product-block-cnt ul > li:before {
        border-width: 1px
    }

    .landingsec-discover-cnt {
        padding: 45px 0;
        width: 50%
    }

    .landingsec-discover-cnt a.btn {
        margin-top: 0
    }

    .landingsec-footer {
        padding: 20px 0
    }

    .landingsec-footer img {
        width: 40px
    }

    .futureprod-box > span.offertag {
        font-size: 12px
    }

    .futureprod-info p {
        line-height: 18px
    }

    .futureprod-info a.shopnow-btn {
        font-size: 14px
    }

    .futureprod-info a.shopnow-btn > span:first-of-type {
        font-size: 15px;
        line-height: 18px
    }

    .futureprod-img > img {
        margin-top: 0;
        margin-bottom: -30px
    }

    .futureprod-info {
        margin-top: 40px
    }

    .lpfour-banner {
        background-image: none
    }

    .lpfour-banner .col_6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .lpfour-banner .col_6:first-of-type {
        background-color: #fff;
        padding: 100px 0 50px
    }

    .lpfour-banner .col_6:last-of-type {
        background-image: url('https://carrotstickstg.wpengine.com/wp-content/uploads/2022/04/hero-banner-bg.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain
    }

    .lpfour-banner img {
        max-width: 100%
    }

    .customer-benifits-points {
        padding: 55px 0 33px
    }

    .customer-benifits-points ul,
    .ingredient-cert ul {
        flex-wrap: wrap;
        justify-content: center
    }

    .customer-benifits-points ul > li,
    .ingredient-cert ul > li {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
        margin-bottom: 20px
    }

    .customer-benifits-points ul > li > span:last-of-type,
    .ingredient-cert ul > li > span:last-of-type {
        width: calc(100% - 70px)
    }

    .save-offer-banner {
        padding: 30px 0;
        background-position: -70px 0
    }

    .save-offer-banner .save-offer-info {
        padding-top: 0;
        width: 57%
    }

    .lpfour-product-list {
        padding: 50px 0 0
    }

    .lpfour-prodbox {
        padding: 30px 15px 15px
    }

    .lpfour-prodbox-info {
        padding: 20px 0 10px
    }

    .lpfour-prodbox-info p {
        font-size: 15px
    }

    .lpfour-prodbox-info a.btn {
        font-size: 15px
    }

    .lpfour-prodbox-info a.btn img {
        margin: 0 0 0 5px
    }

    .lpfour-product-list .row {
        margin: 0 -8px 40px
    }

    .ingredient-cert {
        padding-top: 50px
    }

    .ingredient-cert h2 {
        font-size: 26px
    }

    .lpfour-review-slider {
        margin-top: 30px
    }

    .lpfour-review-slider h2 {
        max-width: 85%;
        font-size: 28px
    }

    .lpfour-review-slider .prodtest_slider .slick-arrow {
        display: block !important
    }

    .returns-policy-box {
        max-width: 100%
    }

    .freq-ask-que {
        padding-top: 30px
    }

    .freq-ask-que .accordion-list {
        max-width: 100%
    }

    .lpfive-banner h2 {
        font-size: 32px
    }

    .lpfive-banner h2 > span {
        margin-bottom: 10px
    }

    .customer-benifits-points .container {
        padding: 0 15px
    }

    .page-template-landing-page-five .customer-benifits-points {
        padding-bottom: 30px
    }

    .page-template-landing-page-five .save-offer-banner h2 > br {
        display: none
    }

    .page-template-landing-page-five .save-offer-banner h2 {
        font-size: 22px;
        line-height: 1.2
    }

    .page-template-landing-page-five .save-offer-info p {
        line-height: 1.2
    }

    .page-template-landing-page-five .save-offer-info a.btn {
        max-width: 322px
    }

    .save-offer-banner {
        background-position: -70px 0
    }

    .product-type-list h2 {
        margin-bottom: 20px
    }

    .product-type-list h2 br {
        display: none
    }

    .prodtype-info h4 {
        font-size: 22px
    }

    .bundle-box {
        padding: 25px
    }

    .page-template-landing-page-five .bundle-sec .col_4 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%
    }

    .bundle-sec .row {
        margin: 45px -10px 40px
    }
}

@media(max-width:576px) {
    .page-template-landing-page-two h2 {
        text-align: left
    }

    .landsechero-log {
        padding: 24px 0 29px
    }

    .landsechero-log img {
        width: 87px
    }

    .top-left-leaf {
        width: 86vw;
        left: -37%;
        top: 0
    }

    .hero-prodimgcnt h2 {
        font-size: 39px;
        line-height: 43px;
        text-align: center
    }

    .landingsec-herobanner .container {
        margin: 60px auto 40px auto
    }

    .page-template-landing-page-two .col_6:last-of-type h2 {
        max-width: 85%;
        margin: 0 auto 36px auto
    }

    .hero-prodimgcnt .productbox {
        margin: 0 6px
    }

    .productbox-info {
        padding: 18px 60px 20px 25px
    }

    .productbox-info h3 {
        margin-bottom: 8px
    }

    body.page-template-landing-page-two {
        font-size: 16px;
        line-height: 25px
    }

    .start-icons {
        bottom: 17px;
        right: 25px
    }

    .rating {
        font-size: 18px
    }

    .hero-prodcnt {
        margin-top: 40px;
        padding: 0 8px
    }

    .hero-prodcnt ul {
        display: flex;
        margin-top: 33px;
        margin-bottom: 27px
    }

    .hero-prodcnt ul > li:first-of-type {
        width: 42%
    }

    .hero-prodcnt ul > li:last-of-type {
        width: 58%
    }

    .hero-prodcnt ul > li > img {
        width: 52px
    }

    .page-template-landing-page-two .hero-prodcnt a.btn {
        min-width: 100%;
        height: 70px;
        font-size: 20px
    }

    .page-template-landing-page-two .col_6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .page-template-landing-page-two .col_6:first-of-type {
        order: 2
    }

    .page-template-landing-page-two .col_6:last-of-type {
        order: 1
    }

    .page-template-landing-page-two .product-testimonial {
        padding-top: 30px
    }

    .landingsec-discover-cnt {
        padding: 35px 0;
        width: 55%
    }

    .landingsec-footer {
        padding: 15px 0
    }

    .product-block-cnt ul > li {
        line-height: 1.4;
        font-size: 15px;
        margin-bottom: 10px
    }

    .product-block-cnt ul > li:before {
        width: 21px;
        height: 21px
    }

    .product-block-cnt ul > li:after {
        top: 9px;
        left: 8px
    }

    .page-template-landing-page-two .product-testimonial {
        padding-top: 3px
    }

    .prodtest-title h2 {
        font-size: 30px;
        line-height: 39px
    }

    .prodtest-title p {
        width: 70%;
        margin: 14px 0 0 5px
    }

    .landingsec-product-block {
        padding: 45px 22px 20px
    }

    .page-template-landing-page-two h2 > span {
        letter-spacing: .1em
    }

    .product-block-cnt h2 {
        font-size: 39px;
        line-height: 54px
    }

    .product-block-cnt ul {
        margin-top: 35px
    }

    .product-block-cnt ul > li {
        font-size: 19px;
        line-height: 34px;
        padding-left: 53px;
        letter-spacing: -.3px;
        margin-bottom: 14px
    }

    .product-block-cnt ul > li:before {
        width: 29px;
        height: 29px;
        border-width: 2px;
        top: 5px
    }

    .product-block-cnt ul > li:after {
        width: 10px;
        height: 15px;
        border-width: 2px
    }

    .landingsec-product-block .col_7 {
        overflow: hidden;
        margin-left: -25px
    }

    .landingsec-product-block img {
        margin-left: 0;
        margin-top: 12px;
        max-width: calc(100% + 67px)
    }

    .landingsec-discover {
        padding-bottom: 200px;
        background-size: 100%;
        background-position: bottom right
    }

    .landingsec-discover-cnt {
        width: 100%;
        padding: 3px 0 0 5px
    }

    .landingsec-discover-cnt h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 34px
    }

    .landingsec-discover-cnt h2 > span {
        display: none
    }

    .landingsec-discover-cnt p {
        letter-spacing: 0px;
        width: 80%;
        margin-bottom: 19px
    }

    .landingsec-discover-cnt a.btn {
        min-width: 100%;
        height: 64px;
        font-size: 20px
    }

    .page-template-landing-page-two .container {
        margin-bottom: 45px
    }

    .landingsec-discover {
        padding-bottom: 298px;
        background-size: 143%;
        background-position: bottom right
    }

    .landingsec-footer {
        padding: 31.9% 0 39%
    }

    .landingsec-footer img {
        width: 65px
    }

    .product-testimonial .container {
        padding: 0 30px
    }

    .page-template-landing-page-two .product-testimonial {
        padding-top: 5px
    }

    .prodtest-title p {
        width: 80%;
        margin: 22px 0 0 5px;
        line-height: 22px
    }

    .page-template-landing-page-two .prodtest_slider {
        padding-top: 42px
    }

    .prodtest_slider .productbox {
        width: 300px
    }

    .prodtest_slider .productbox .bg-set {
        padding-bottom: 105%
    }

    .prodtest_slider .productbox-info {
        padding: 22px 32px 20px 22px
    }

    .prodtest_slider .productbox-info h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 21px
    }

    .prodtest_slider .rating {
        font-size: 19px
    }

    .page-template-landing-page-two .col_6 .hero-prodcnt > h2 {
        display: none
    }

    .page-template-landing-page-two .col_6:last-of-type > h2 {
        display: block
    }

    .future-products {
        padding-top: 5px;
        padding-bottom: 70px
    }

    .future-products .col_6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        padding: 0 22px;
        margin-bottom: 81px
    }

    .future-products .col_6:last-of-type {
        margin-bottom: 0
    }

    .futureprod-box > span.offertag {
        top: 8px;
        left: 8px;
        padding: 4px 7px
    }

    .futureprod-info a.shopnow-btn {
        width: 186px;
        height: 50px
    }

    .futureprod-img > img {
        width: 94%;
        margin: -36px auto -43px auto
    }

    .futureprod-info {
        margin-top: 63px
    }

    .futureprod-info h4 {
        font-size: 32px;
        margin-bottom: 15px
    }

    .futureprod-info a.shopnow-btn {
        margin: 20px auto 0 auto
    }

    .lpfour-banner .col_6:first-of-type {
        padding-top: 115px;
        padding-bottom: 10px
    }

    .lpfour-banner h2 {
        font-size: 35px;
        line-height: 40px
    }

    .lpfour-banner h2 > span {
        max-width: 60%;
        margin: 0 auto 10px auto
    }

    .lpfour-banner .col_6 a.btn {
        display: none
    }

    .lpfour-banner .col_6:last-of-type {
        background-size: 93vw
    }

    .lpfour-banner img {
        max-width: calc(100% + 40px);
        margin: -30px 0 0 -20px
    }

    .customer-benifits-points {
        padding-top: 60px;
        padding-bottom: 50px
    }

    .customer-benifits-points .container {
        padding: 0 14px
    }

    .customer-benifits-points ul {
        margin: 0 0 0 5px
    }

    .customer-benifits-points ul > li,
    .ingredient-cert ul > li {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .customer-benifits-points ul > li > span:first-of-type,
    .ingredient-cert ul > li > span:first-of-type {
        width: 61px;
        height: 61px
    }

    .customer-benifits-points ul > li > span:last-of-type {
        font-size: 14px;
        padding-left: 15px;
        letter-spacing: -.1px
    }

    .customer-benifits-points ul > li,
    .ingredient-cert ul > li {
        margin: 0 0 10px
    }

    .save-offer-banner {
        background-position: 0 0;
        background-size: 935px
    }

    .save-offer-banner .save-offer-info {
        width: 100%;
        padding-top: 270px
    }

    .save-offer-banner h2 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 0px
    }

    .save-offer-info p {
        font-size: 14px;
        line-height: 22px;
        max-width: 78%;
        margin: 0 auto 25px auto
    }

    .lpfour-product-list {
        padding-top: 30px
    }

    .lpfour-product-list .container {
        padding: 0 20px
    }

    .lpfour-product-list .col_4 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .lpfour-prodbox {
        padding: 28px 15px 15px
    }

    .lpfour-prodbox > img {
        height: 280px
    }

    .lpfour-prodbox-info {
        padding: 30px 0 10px
    }

    .lpfour-prodbox-info h3 {
        font-size: 25px
    }

    .lpfour-review-slider .prodtest_slider .productbox {
        width: 282px
    }

    .lpfour-review-slider .prodtest_slider .productbox .bg-set {
        padding-bottom: 118.7%
    }

    .lpfour-review-slider .prodtest_slider .productbox-info {
        padding: 16px 15px 17px 21px
    }

    .lpfour-review-slider .prodtest_slider .productbox-info h3 {
        line-height: 21px;
        margin-bottom: 17px
    }

    .lpfour-review-slider .prodtest_slider .start-icons {
        position: absolute;
        bottom: 15px;
        right: 18px
    }

    .prodtest_slider .rating {
        font-size: 16px
    }

    .lpfour-review-slider .rating span.star:before {
        padding-left: 2px
    }

    .lpfive-banner {
        overflow: hidden
    }

    .lpfive-banner h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px
    }

    .lpfive-banner h2 > span {
        font-weight: 700;
        letter-spacing: 1.5;
        margin-bottom: 8px
    }

    .lpfive-banner p {
        font-size: 14px;
        line-height: 22px
    }

    .lpfive-banner .container > img {
        width: 750px;
        max-width: 750px;
        margin: -5px 0 4px -202px
    }

    .lpfive-banner a.btn {
        margin-bottom: 1px
    }

    .page-template-landing-page-five .customer-benifits-points {
        padding-bottom: 50px
    }

    .page-template-landing-page-five .save-offer-banner {
        background-size: 1480px
    }

    .page-template-landing-page-five .save-offer-banner .container {
        padding: 0
    }

    .page-template-landing-page-five .save-offer-banner .save-offer-info {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        padding-top: 22px;
        margin-top: 383px
    }

    .page-template-landing-page-five .save-offer-banner h2 {
        font-size: 25px;
        line-height: 30px
    }

    .page-template-landing-page-five .save-offer-info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px
    }

    .page-template-landing-page-five .save-offer-info a.btn {
        margin-top: 29px;
        max-width: 335px;
        font-size: 18px;
        font-family: 'times-new-roman'
    }

    .page-template-landing-page-five a.btn > img {
        margin-left: 21px
    }

    .product-type-list {
        padding-top: 30px
    }

    .product-type-list h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 26px
    }

    .product-type-list .container > .text-center:first-of-type {
        max-width: 96%;
        margin-bottom: 59px
    }

    .product-type-list p,
    .bundle-sec .text-center > p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 22px
    }

    .product-type-list .col_6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .product-type-list .row {
        margin: 0 -20px
    }

    .product-type-list .col_6 {
        padding: 0
    }

    .product-type-box {
        border: 0
    }

    .product-type-box .bg-set {
        padding-bottom: 75.5%
    }

    .prodtype-info {
        padding: 20px 20px 41px
    }

    .prodtype-info h4 {
        font-size: 25px;
        line-height: 33px
    }

    .page-template-landing-page-five .ingredient-list {
        min-height: 104px;
        max-width: 97%
    }

    .page-template-landing-page-five .ingredient-list > a {
        font-size: 20px;
        line-height: 90px
    }

    .product-type-list {
        padding-bottom: 30px
    }

    .lpfour-review-slider .container {
        padding: 0
    }

    .lpfour-review-slider {
        padding-top: 62px
    }

    .lpfour-review-slider h2 {
        font-size: 25px;
        line-height: 30px;
        max-width: 100%;
        margin: 0
    }

    .lpfour-review-slider .prodtest_slider {
        margin: 0
    }

    .lpfour-review-slider .prodtest_slider .slick-arrow {
        display: none !important
    }

    .page-template-landing-page-four .lpfour-review-slider .container {
        padding: 0
    }

    .lpfour-review-slider h2 {
        margin: 0 15px
    }

    .lpfour-review-slider .prodtest_slider {
        padding: 106px 0 0 12px
    }

    .lpfour-prodbox-info a.btn {
        font-size: 18px;
        padding: 3px 31px
    }

    .ingredient-cert {
        margin-top: 12px;
        padding-bottom: 40px
    }

    .ingredient-cert h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 12px
    }

    .page-template-landing-page-five .ingredient-cert h2 {
        margin-bottom: 34px
    }

    .ingredient-cert ul {
        margin-left: 4px;
        margin-top: 12px
    }

    .ingredient-cert ul > li > span:first-of-type {
        width: 99px;
        height: 99px
    }

    .ingredient-cert ul > li > span:last-of-type {
        width: calc(100% - 100px);
        font-size: 14px;
        letter-spacing: -.3px;
        font-weight: 500;
        padding-left: 21px
    }

    .ingredient-cert ul > li {
        margin-bottom: 20px
    }

    .page-template-landing-page-four .ingredient-cert {
        padding-bottom: 10px
    }

    .page-template-landing-page-four .lpfour-review-slider h2 {
        margin-bottom: 65px
    }

    .bundle-sec {
        padding-top: 62px
    }

    .bundle-sec .text-center {
        margin: 0 auto 61px auto
    }

    .bundle-sec .text-center > h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .bundle-sec .row .col_6 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 15px
    }

    .bundle-sec .row {
        margin: 0 -5px
    }

    .bundle-box {
        padding: 31px 30px 30px
    }

    .bundle-box h4 {
        font-size: 25px;
        line-height: 33px
    }

    .page-template-landing-page-five .bundle-box a.btn {
        font-size: 18px;
        line-height: 38px;
        max-width: 265px;
        font-family: 'times-new-roman';
        text-transform: none
    }

    .bundle-sec .col_12 .text-center h5 {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.5px;
        max-width: 70%;
        margin: 15px auto 0 auto
    }

    .bundle-sec {
        border-bottom: 0
    }

    .returns-policy {
        padding-top: 62px
    }

    .page-template-landing-page-four .returns-policy {
        padding-top: 0
    }

    .returns-policy-box {
        display: block;
        padding: 60px 20px 65px
    }

    .returns-policy-box img {
        height: 181px;
        margin-bottom: 29px
    }

    .returns-policy-info {
        margin-left: 0;
        font-size: 14px;
        line-height: 22px
    }

    .returns-policy {
        margin: 0 -15px;
        max-width: calc(100% + 30px);
        overflow: hidden
    }

    .freq-ask-que {
        padding: 30px 20px 0
    }

    .freq-ask-que h2 {
        font-size: 25px;
        margin-bottom: 22px
    }

    .freq-ask-que .accordion-title {
        font-size: 16px;
        line-height: 22px;
        padding-right: 40px
    }

    .freq-ask-que .accordion-cont {
        font-size: 14px;
        line-height: 22px
    }

    .freq-ask-que .accordion-cont {
        padding: 10px 0 0
    }

    .returns-policy {
        padding-bottom: 37px
    }

    .addto-cartprod {
        padding: 25px 20px 23px
    }

    .bundle-sec .row {
        margin-left: 5px
    }

    .bundle-sec .col_12 {
        margin-bottom: 27px
    }

    .addto-cartprod h6 {
        margin-bottom: 16px
    }

    .page-template-landing-page-five .bundle-sec .col_4 {
        width: 227px;
        padding: 0;
        margin: 0 10px 0 0;
        -ms-flex: 227px;
        flex: 227px;
        max-width: 227px
    }

    .addto-cartprod img {
        height: 215px;
        margin-bottom: 18px
    }

    .addto-cartprod a.btn {
        height: 50px;
        max-width: 160px
    }

    .page-template-landing-page-four .ingredient-list {
        min-height: 106px;
        border-width: 10px
    }

    .page-template-landing-page-four .ingredient-list > a {
        font-size: 20px;
        line-height: 85px
    }
}

@media(max-width:425px) {
    .hero-prodcnt ul {
        display: block
    }

    .hero-prodcnt ul > li:first-of-type,
    .hero-prodcnt ul > li:last-of-type {
        width: 100%
    }

    .prodtest-title p {
        width: 100%;
        margin: 20px 0 0
    }

    .hero-prodimgcnt h2 {
        font-size: 30px;
        line-height: 35px
    }

    .prodtest_slider .productbox {
        width: 230px
    }

    .prodtest_slider .start-icons {
        position: static;
        margin-top: 10px
    }

    .prodtest_slider .rating {
        font-size: 14px
    }

    .prodtest_slider .productbox-info h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .productbox-info p {
        font-size: 14px
    }

    .future-products .col_6 {
        padding: 0 20px
    }

    .futureprod-info h4 {
        font-size: 25px
    }

    .lpfive-banner ul > li {
        padding: 0 10px
    }

    .page-template-landing-page-five .save-offer-info a.btn {
        font-size: 15px
    }

    .page-template-landing-page-five .ingredient-list > a {
        font-size: 16px;
        line-height: 60px
    }

    .page-template-landing-page-five .ingredient-list {
        min-height: 76px
    }

    .lpfour-review-slider .prodtest_slider {
        padding: 40px 0 0 12px
    }

    .bundle-sec .row {
        margin: 0 -5px
    }
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.jp-carousel-overlay .swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.jp-carousel-overlay .swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.jp-carousel-overlay .swiper-container-android .swiper-slide,
.jp-carousel-overlay .swiper-wrapper {
    transform: translateZ(0)
}

.jp-carousel-overlay .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.jp-carousel-overlay .swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.jp-carousel-overlay .swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.jp-carousel-overlay .swiper-container-pointer-events {
    touch-action: pan-y
}

.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.jp-carousel-overlay .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.jp-carousel-overlay .swiper-slide-invisible-blank {
    visibility: hidden
}

.jp-carousel-overlay .swiper-container-autoheight,
.jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
    height: auto
}

.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.jp-carousel-overlay .swiper-container-3d {
    perspective: 1200px
}

.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,
.jp-carousel-overlay .swiper-container-3d .swiper-slide,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,
.jp-carousel-overlay .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,
.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.jp-carousel-overlay .swiper-button-next.swiper-button-white,
.jp-carousel-overlay .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.jp-carousel-overlay .swiper-button-next.swiper-button-black,
.jp-carousel-overlay .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.jp-carousel-overlay .swiper-button-lock {
    display: none
}

.jp-carousel-overlay .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets,
.jp-carousel-overlay .swiper-pagination-custom,
.jp-carousel-overlay .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

.jp-carousel-overlay button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.jp-carousel-overlay .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.jp-carousel-overlay .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar,
.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.jp-carousel-overlay .swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.jp-carousel-overlay .swiper-pagination-black {
    --swiper-pagination-color: #000
}

.jp-carousel-overlay .swiper-pagination-lock {
    display: none
}

.jp-carousel-overlay .swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.jp-carousel-overlay .swiper-zoom-container > canvas,
.jp-carousel-overlay .swiper-zoom-container > img,
.jp-carousel-overlay .swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.jp-carousel-overlay .swiper-slide-zoomed {
    cursor: move
}

.jp-carousel-overlay .swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}


.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    background-image: none
}

[data-carousel-extra]:not(.jp-carousel-wrap) img,
[data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
    cursor: pointer
}

.jp-carousel-wrap * {
    line-height: inherit
}

.jp-carousel-wrap.swiper-container {
    height: auto;
    width: 100vw
}

.jp-carousel-overlay .swiper-zoom-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200%
}

.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,
.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img {
    transition: none !important
}

.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-button-prev {
    background-image: none;
    height: auto;
    opacity: .5;
    padding: 20px 40px;
    transition: opacity .5s ease-out;
    width: auto
}

.jp-carousel-overlay .swiper-button-next:hover,
.jp-carousel-overlay .swiper-button-prev:hover {
    opacity: 1
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: none
}

.jp-carousel-overlay .swiper-button-next svg,
.jp-carousel-overlay .swiper-button-prev svg {
    background: var(--jp-carousel-bg-color);
    border-radius: 4px;
    height: 30px;
    width: 28px
}

.jp-carousel-overlay .swiper-button-next svg:hover,
.jp-carousel-overlay .swiper-button-prev svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-overlay {
    background: var(--jp-carousel-bg-color);
    bottom: 0;
    direction: ltr;
    font-family: Helvetica Neue, sans-serif !important;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647
}

.jp-carousel-overlay * {
    box-sizing: border-box
}

.jp-carousel-overlay h1:before,
.jp-carousel-overlay h2:before,
.jp-carousel-overlay h3:before {
    content: none;
    display: none
}

.jp-carousel-overlay .swiper-container .swiper-button-prev {
    left: 0;
    right: auto
}

.jp-carousel-overlay .swiper-container .swiper-button-next {
    left: auto;
    right: 0
}

.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,
.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev {
    transform: scaleX(-1)
}

.jp-carousel-container {
    display: grid;
    grid-template-rows: 1fr 64px;
    height: 100%
}

.jp-carousel-hide-controls .jp-carousel-container {
    grid-template-rows: 1fr
}

.jp-carousel-hide-controls .swiper-wrapper {
    margin-top: -32px
}

.jp-carousel-hide-controls .jp-swiper-button-next,
.jp-carousel-hide-controls .jp-swiper-button-prev {
    margin-top: -54px
}

.jp-carousel-msg {
    background-color: var(--jp-carousel-primary-color);
    border-left: 4px solid #ffba00;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    margin: 25px 20px 0 2px;
    padding: 11px 15px;
    text-align: center
}

.jp-carousel-info {
    -webkit-font-smoothing: subpixel-antialiased !important;
    background-color: var(--jp-carousel-bg-color);
    display: flex;
    flex-direction: column;
    opacity: 1;
    text-align: left !important;
    transition: opacity .2s ease-out;
    z-index: 100
}

.jp-carousel-hide-controls .jp-carousel-info {
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.jp-carousel-info-footer {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    position: relative
}

.jp-carousel-info-extra,
.jp-carousel-info-footer {
    background-color: var(--jp-carousel-bg-color);
    width: 100vw
}

.jp-carousel-info-extra {
    border-top: 1px solid var(--jp-carousel-bg-faded-color);
    display: none;
    padding: 35px
}

.jp-carousel-title-and-caption {
    margin-bottom: 15px
}

.jp-carousel-info-extra.jp-carousel-show {
    display: block
}

.jp-carousel-info ::selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-info ::-moz-selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important
}

.jp-carousel-comments-wrapper {
    display: none;
    padding: 0;
    width: 100% !important
}

.jp-carousel-comments-wrapper.jp-carousel-show {
    display: block
}

.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
    display: none
}

.jp-carousel-transitions .jp-carousel-photo-info {
    transition: .4s ease-out
}

.jp-carousel-buttons {
    background: #222;
    border-bottom: 1px solid #222;
    margin: -18px -20px 15px;
    padding: 8px 10px;
    text-align: center
}

div.jp-carousel-buttons a {
    -webkit-font-smoothing: subpixel-antialiased;
    border: none !important;
    color: var(--jp-carousel-primary-subtle-color);
    font: normal 11px/1.2em Helvetica Neue, sans-serif !important;
    letter-spacing: 0 !important;
    padding: 5px 2px 5px 0;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle
}

div.jp-carousel-buttons a:hover {
    border: none !important;
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
    transition: none !important
}

.jp-carousel-slide,
.jp-carousel-slide img {
    transform: translateZ(0)
}

.jp-carousel-close-hint {
    color: var(--jp-carousel-primary-color);
    cursor: default;
    cursor: pointer;
    height: 45px;
    letter-spacing: 0 !important;
    padding: 10px;
    position: fixed;
    right: 30px;
    text-align: right;
    top: 20px;
    transition: opacity .2s ease-out;
    width: 45px;
    z-index: 15
}

.jp-carousel-transitions .jp-carousel-close-hint {
    transition: color .2s linear
}

.jp-carousel-close-hint svg {
    background: var(--jp-carousel-bg-color);
    border-radius: 4px;
    padding: 3px 2px
}

.jp-carousel-close-hint svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-close-hint:hover {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-close-hint:hover span {
    border-color: var(--jp-carousel-primary-color)
}

.jp-carousel-pagination-container {
    flex: 1;
    margin: 0 15px 0 35px
}

.jp-carousel-pagination,
.jp-swiper-pagination {
    color: var(--jp-carousel-primary-color);
    display: none;
    font-size: 15px;
    font-weight: 400;
    position: static !important;
    white-space: nowrap
}

.jp-carousel-pagination-container .swiper-pagination {
    line-height: 8px;
    text-align: left
}

.jp-carousel-pagination {
    padding-left: 5px
}

.jp-swiper-pagination .swiper-pagination-bullet {
    background: var(--jp-carousel-primary-subtle-color);
    margin: 0 4px
}

.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jp-carousel-primary-color)
}

.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--jp-carousel-primary-color);
    opacity: .5
}

.jp-carousel-info-footer .jp-carousel-photo-title-container {
    flex-basis: 50vw;
    flex: 4;
    justify-content: center;
    margin: 0;
    overflow: hidden
}

.jp-carousel-photo-caption,
.jp-carousel-photo-title {
    background: none !important;
    border: none !important;
    color: var(--jp-carousel-primary-color);
    display: inline-block;
    font: normal 20px/1.3em Helvetica Neue, sans-serif;
    letter-spacing: 0 !important;
    line-height: normal;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-shadow: none !important;
    text-transform: none !important
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    color: var(--jp-carousel-primary-subtle-color);
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jp-carousel-info-footer .jp-carousel-photo-caption p {
    margin: 0
}

.jp-carousel-photo-title {
    font-size: 32px;
    margin-bottom: 2px
}

.jp-carousel-photo-description {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 16px;
    margin: 25px 0;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%
}

.jp-carousel-photo-description p {
    color: var(--jp-carousel-primary-subtle-color);
    line-height: 1.4;
    margin-bottom: 0
}

.jp-carousel-comments p a,
.jp-carousel-info h2 a,
.jp-carousel-photo-description p a {
    border: none !important;
    color: var(--jp-carousel-primary-color) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-decoration: underline !important
}

.jp-carousel-photo-description p b,
.jp-carousel-photo-description p strong {
    color: var(--jp-carousel-primary-subtle-color);
    font-weight: 700
}

.jp-carousel-photo-description p em,
.jp-carousel-photo-description p i {
    color: var(--jp-carousel-primary-subtle-color);
    font-style: italic
}

.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover,
.jp-carousel-photo-description p a:hover {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-photo-description p:empty {
    display: none
}

.jp-carousel-comments-wrapper h1:after,
.jp-carousel-comments-wrapper h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-photo-info h1:before {
    content: none !important
}

.jp-carousel-caption {
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.jp-carousel-image-meta {
    color: var(--jp-carousel-primary-color);
    display: none;
    font-size: 13px;
    font: 12px/1.4 Helvetica Neue, sans-serif !important;
    width: 100%
}

.jp-carousel-image-meta.jp-carousel-show {
    display: block
}

.jp-carousel-image-meta h5,
.jp-carousel-image-meta li {
    background: none !important;
    border: none !important;
    bottom: auto !important;
    font-family: Helvetica Neue, sans-serif !important;
    font-weight: 400 !important;
    left: auto !important;
    line-height: 1.3em !important;
    position: inherit !important;
    right: auto !important;
    top: auto !important
}

.jp-carousel-image-meta ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.jp-carousel-image-meta li {
    color: var(--jp-carousel-primary-color) !important;
    display: inline-block !important;
    font-size: 13px !important;
    margin: 0 2% 15px 0 !important;
    vertical-align: top !important;
    width: 48% !important
}

.jp-carousel-image-meta h5 {
    color: var(--jp-carousel-primary-subtle-color) !important;
    font-size: 10px !important;
    letter-spacing: .1em !important;
    margin: 0 0 2px !important;
    text-transform: uppercase !important
}

a.jp-carousel-image-download {
    clear: both;
    color: var(--jp-carousel-primary-subtle-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none
}

a.jp-carousel-image-download svg {
    display: inline-block;
    margin: 0 3px;
    padding-bottom: 2px;
    vertical-align: middle
}

a.jp-carousel-image-download span.photo-size {
    border-radius: 1em;
    display: inline-block;
    font-size: 11px;
    margin-left: 2px
}

a.jp-carousel-image-download span.photo-size-times {
    padding: 0 1px 0 2px
}

.jp-carousel-comments {
    background: none transparent;
    bottom: 10px;
    font: 15px/1.7 Helvetica Neue, sans-serif !important;
    font-weight: 400;
    margin-top: 20px;
    width: 100%
}

.jp-carousel-comments p a:active,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:hover {
    color: var(--jp-carousel-primary-color) !important
}

.jp-carousel-comment {
    background: none transparent;
    color: var(--jp-carousel-primary-subtle-color);
    display: flex;
    overflow: auto;
    width: 100%
}

.jp-carousel-comment + .jp-carousel-comment {
    margin-top: 20px
}

.jp-carousel-comment:last-of-type {
    margin-bottom: 20px
}

.jp-carousel-comment p {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-comment .comment-author {
    border: none;
    display: inline;
    float: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: auto
}

.jp-carousel-comment .comment-author a {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-comment .comment-gravatar {
    float: none;
    margin-right: 10px
}

.jp-carousel-comment .comment-content {
    border: none;
    padding: 0
}

.jp-carousel-comment .avatar {
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    height: 64px;
    margin: 0;
    min-height: 64px;
    min-width: 64px;
    padding: 0 !important;
    width: 64px
}

.jp-carousel-comment .comment-date {
    border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 11px;
    margin-bottom: 6px
}

#jp-carousel-comment-form {
    margin: 0 0 10px !important;
    width: 100%
}

#jp-carousel-comment-form.jp-carousel-is-disabled {
    opacity: .5;
    pointer-events: none
}

textarea#jp-carousel-comment-form-comment-field {
    background: var(--jp-carousel-bg-faded-color);
    border: 1px solid var(--jp-carousel-border-color);
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: var(--jp-carousel-primary-subtle-color);
    float: none;
    font: 16px/1.4 Helvetica Neue, sans-serif !important;
    height: 147px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 5px;
    width: 100%
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
    color: #555
}

textarea#jp-carousel-comment-form-comment-field:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-loading-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

#jp-carousel-loading-wrapper {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw
}

#jp-carousel-library-loading,
#jp-carousel-library-loading:after {
    border-radius: 50%;
    height: 40px;
    width: 40px
}

#jp-carousel-library-loading {
    animation: load8 1.1s linear infinite;
    border: 8px solid hsla(0, 0%, 100%, .2);
    border-left: 8px solid var(--jp-carousel-primary-color);
    float: left;
    font-size: 10px;
    margin: 22px 0 0 10px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0)
}

#jp-carousel-comment-form-spinner,
#jp-carousel-comment-form-spinner:after {
    border-radius: 50%;
    height: 20px;
    width: 20px
}

#jp-carousel-comment-form-spinner {
    animation: load8 1.1s linear infinite;
    border: 4px solid hsla(0, 0%, 100%, .2);
    border-left: 4px solid var(--jp-carousel-primary-color);
    bottom: 0;
    display: none;
    float: left;
    font-size: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: calc(50% - 15px);
    transform: translateZ(0)
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.jp-carousel-info-content-wrapper {
    margin: auto;
    max-width: 800px
}

#jp-carousel-comment-form-submit-and-info-wrapper {
    display: none;
    overflow: hidden;
    width: 100%
}

#jp-carousel-comment-form-commenting-as input {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-border-color);
    border-radius: 2px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    color: var(--jp-carousel-primary-subtle-color);
    float: left;
    font: 16px/1.4 Helvetica Neue, sans-serif !important;
    padding: 10px;
    width: 285px
}

#jp-carousel-comment-form-commenting-as input:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-comment-form-commenting-as p {
    float: left;
    font: 400 13px/1.7 Helvetica Neue, sans-serif !important;
    margin: 22px 0 0
}

#jp-carousel-comment-form-commenting-as fieldset {
    border: none;
    clear: both;
    float: left;
    margin: 20px 0 0;
    padding: 0
}

#jp-carousel-comment-form-commenting-as label {
    float: left;
    font: 400 13px/1.7 Helvetica Neue, sans-serif !important;
    margin: 0 20px 3px 0;
    width: 100px
}

#jp-carousel-comment-form-button-submit {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-primary-color);
    border-radius: 3px;
    color: var(--jp-carousel-primary-color);
    display: block;
    font-size: 14px;
    margin-left: auto;
    margin-top: 20px;
    padding: 8px 16px
}

#jp-carousel-comment-form-button-submit:active,
#jp-carousel-comment-form-button-submit:focus {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-bg-color)
}

#jp-carousel-comment-form-container {
    color: var(--jp-carousel-primary-subtle-color);
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#jp-carousel-comment-post-results {
    display: none;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-post-results span {
    border: 1px solid var(--jp-carousel-border-color);
    border-radius: 2px;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: block;
    font: 13px/1.4 Helvetica Neue, sans-serif !important;
    margin-top: 20px;
    overflow: auto;
    padding: 1em 0;
    text-align: center;
    width: 100%
}

.jp-carousel-comment-post-error {
    color: #df4926
}

#jp-carousel-comments-closed,
#jp-carousel-comments-loading {
    color: var(--jp-carousel-primary-subtle-color);
    display: none
}

#jp-carousel-comments-loading {
    bottom: 10px;
    font: 400 15px/1.7 Helvetica Neue, sans-serif !important;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    width: 100%
}

.jp-carousel-photo-icons-container {
    display: block;
    flex: 1;
    margin: 0 20px 0 30px;
    text-align: right;
    white-space: nowrap
}

.jp-carousel-icon-btn {
    background: 0 0;
    border: none;
    display: inline-block;
    height: 64px;
    padding: 16px;
    text-decoration: none
}

.jp-carousel-icon {
    border: none;
    border-radius: 4px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    padding: 4px 3px 3px;
    width: 31px
}

.jp-carousel-icon:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-icon svg {
    display: inline-block
}

.jp-carousel-overlay rect {
    fill: var(--jp-carousel-primary-color)
}

.jp-carousel-selected .jp-carousel-icon {
    background: var(--jp-carousel-primary-color)
}

.jp-carousel-selected rect {
    fill: var(--jp-carousel-bg-color)
}

.jp-carousel-icon-comments.jp-carousel-show {
    display: inline-block
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-primary-color);
    border-radius: 4px;
    color: var(--jp-carousel-bg-color);
    display: none;
    font-family: Helvetica Neue, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-left: -16px;
    padding: 2px 4px;
    position: relative;
    vertical-align: top
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-bg-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
    display: inline-block
}

@media only screen and (max-width:760px) {

    .jp-carousel-buttons,
    .jp-carousel-overlay .swiper-container .swiper-button-next,
    .jp-carousel-overlay .swiper-container .swiper-button-prev {
        display: none !important
    }

    .jp-carousel-image-meta {
        box-sizing: border-box;
        float: none !important;
        margin-left: 0;
        width: 100% !important
    }

    .jp-carousel-close-hint {
        font-size: 26px !important;
        position: fixed !important;
        right: 10px;
        top: 10px
    }

    .admin-bar .jp-carousel-close-hint {
        top: 40px
    }

    .jp-carousel-slide img {
        opacity: 1
    }

    .jp-carousel-wrap {
        background-color: var(--jp-carousel-bg-color)
    }

    .jp-carousel-fadeaway,
    .jp-carousel-info > .jp-carousel-photo-info {
        display: none
    }

    .jp-carousel-comments-wrapper > .jp-carousel-photo-info {
        display: block
    }

    .jp-carousel-caption {
        overflow: visible !important
    }

    .jp-carousel-info-footer .jp-carousel-photo-title-container {
        display: none
    }

    .jp-carousel-photo-icons-container {
        margin: 0 10px 0 0;
        white-space: nowrap
    }

    .jp-carousel-icon-btn {
        padding-left: 20px
    }

    .jp-carousel-pagination {
        padding-left: 5px
    }

    .jp-carousel-pagination-container {
        margin-left: 25px
    }

    .jp-carousel-comment .avatar {
        min-width: 48px
    }

    #jp-carousel-comment-form-commenting-as fieldset,
    #jp-carousel-comment-form-commenting-as input {
        float: none;
        width: 100%
    }
}

.contact-form .clear-form {
    clear: both
}

.contact-form input::placeholder {
    transition: opacity .3s ease-out
}

.contact-form input:hover::placeholder {
    opacity: .5
}

.contact-form input:focus::placeholder {
    opacity: .3
}

:where(.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=url], .contact-form textarea) {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    padding: 16px;
    width: 100%
}

:where(.contact-form textarea) {
    height: 200px
}

.contact-form :where(.grunion-field[type=text], .grunion-field.textarea) {
    padding-left: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius));
    padding-right: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius))
}

.contact-form .grunion-field-wrap input,
.contact-form .grunion-field-wrap textarea {
    margin: 0
}

.contact-form select {
    min-width: 150px;
    padding: 14px 7px
}

.contact-form .contact-form-dropdown[aria-hidden=true] {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1
}

.contact-form :where(input[type=radio], input[type=checkbox]) {
    float: none;
    height: 1rem;
    width: 1rem
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    margin: 0 .75rem 0 0
}

.contact-form input[type=checkbox] {
    margin-left: 0;
    top: 0
}

.contact-form label {
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: .25em
}

.contact-form label.consent {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.contact-form label.consent-implicit input {
    display: none
}

.contact-form label.checkbox,
.contact-form label.checkbox-multiple,
.contact-form label.radio {
    align-items: center;
    display: inline-flex;
    float: none;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.contact-form .grunion-checkbox-multiple-options,
.contact-form .grunion-radio-options {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-form label span.grunion-label-required {
    font-size: 85%;
    font-weight: 400;
    margin-left: .25em;
    opacity: .45
}

.contact-form-submission {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 4em;
    padding: 1.5em 1em;
    width: 100%
}

.contact-form-submission p {
    word-wrap: break-word;
    margin: 0 auto
}

.contact-form-submission h4 {
    font-weight: 200;
    margin-bottom: 32px;
    margin-top: 32px
}

.contact-form-submission .go-back-message {
    margin-bottom: 32px;
    margin-top: 20px;
    text-align: left
}

.contact-form-submission .go-back-message .link {
    color: #000;
    font-weight: 200
}

.contact-form-submission .field-name {
    font-weight: 200
}

.contact-form-submission .field-value {
    font-weight: 600;
    margin-bottom: 20px
}

.form-errors .form-error-message {
    color: red
}

.textwidget .contact-form input[type=email],
.textwidget .contact-form input[type=tel],
.textwidget .contact-form input[type=text],
.textwidget .contact-form input[type=url],
.textwidget .contact-form textarea,
.wp-block-column .contact-form input[type=email],
.wp-block-column .contact-form input[type=tel],
.wp-block-column .contact-form input[type=text],
.wp-block-column .contact-form input[type=url],
.wp-block-column .contact-form textarea {
    width: 100%
}

#jetpack-check-feedback-spam {
    margin: 1px 8px 0 0
}

.jetpack-check-feedback-spam-spinner {
    display: inline-block;
    margin-top: 7px
}

.wp-block-jetpack-contact-form {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap, 1.5rem);
    justify-content: flex-start
}

.wp-block-jetpack-contact-form > * {
    box-sizing: border-box;
    flex: 0 0 100%
}

.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form {
    padding-left: 0;
    padding-right: 0
}

.wp-block-jetpack-button.alignright button {
    float: right
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
    box-sizing: border-box;
    position: relative
}

.wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
    flex: 1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 25%
}

.wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    flex: 1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 50%
}

.wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
    flex: 1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 75%
}

.grunion-field-checkbox-wrap,
.grunion-field-consent-wrap {
    align-self: center
}

@media only screen and (min-width:600px) {

    .contact-form input[type=email],
    .contact-form input[type=tel],
    .contact-form input[type=text],
    .contact-form input[type=url] {
        width: 50%
    }

    .wp-block-jetpack-contact-form input[type=email],
    .wp-block-jetpack-contact-form input[type=tel],
    .wp-block-jetpack-contact-form input[type=text],
    .wp-block-jetpack-contact-form input[type=url] {
        width: 100%
    }
}

.jetpack-empty-spam,
.jetpack-empty-spam-container {
    display: inline-block
}

.jetpack-empty-spam-spinner {
    display: inline-block;
    margin-top: 7px
}

.wp-block-jetpack-contact-form .wp-block-spacer {
    width: 100%
}

.contact-form .contact-form-dropdown__button.ui-button {
    align-items: center;
    background-color: var(--jetpack--contact-form--input-background);
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    box-sizing: border-box;
    color: var(--jetpack--contact-form--text-color);
    display: flex;
    flex-direction: row-reverse;
    font-family: var(--jetpack--contact-form--font-family);
    font-size: var(--jetpack--contact-form--font-size);
    justify-content: space-between;
    line-height: var(--jetpack--contact-form--line-height);
    padding: var(--jetpack--contact-form--input-padding);
    width: 100%
}

.contact-form .contact-form-dropdown__button.ui-button .ui-selectmenu-icon.ui-icon {
    background: 0 0
}

.contact-form .contact-form-dropdown__button .ui-selectmenu-icon,
.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon {
    align-items: center;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: flex;
    height: .8em;
    justify-content: center;
    margin-right: 4px;
    overflow: visible;
    position: relative;
    width: .8em
}

.contact-form .contact-form-dropdown__button .ui-selectmenu-icon:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    margin-top: -5px;
    transform: rotate(45deg);
    transition: all .2s ease-in-out;
    width: 100%
}

.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon:after {
    margin-top: 8px;
    transform: rotate(225deg)
}

.contact-form .contact-form-dropdown__menu {
    z-index: 1
}

.contact-form .contact-form-dropdown__menu ul.ui-menu {
    background-color: var(--jetpack--contact-form--input-background-fallback);
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    color: var(--jetpack--contact-form--text-color);
    font-family: var(--jetpack--contact-form--font-family);
    font-size: var(--jetpack--contact-form--font-size);
    line-height: normal;
    list-style: none;
    margin: 0;
    max-height: 230px;
    overflow: auto;
    padding: 0
}

.contact-form .contact-form-dropdown__menu .ui-menu-item {
    margin: 0
}

.contact-form .contact-form-dropdown__menu .ui-menu {
    margin-top: 8px
}

.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper {
    padding: var(--jetpack--contact-form--input-padding)
}

.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: var(--jetpack--contact-form--text-color);
    border: none;
    color: var(--jetpack--contact-form--input-background-fallback);
    position: relative
}

.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap),
.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap) {
    --notch-width: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius));
    display: flex;
    flex-direction: row-reverse;
    position: relative
}

.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,
.contact-form .is-style-outlined .grunion-field-radio-wrap {
    background-color: var(--jetpack--contact-form--input-background)
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options {
    flex-grow: 1;
    padding: var(--jetpack--contact-form--input-padding, 16px);
    padding-top: calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-right-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-right: none;
    border-top-right-radius: unset;
    width: var(--notch-width)
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-right: none;
    padding: 0 4px;
    transition: border .15s linear
}

.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch {
    padding: 0
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label {
    font-weight: 300;
    margin: 0;
    pointer-events: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label {
    top: var(--jetpack--contact-form--input-padding-top, 16px);
    transform: unset
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-left-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-top-left-radius: unset;
    flex-grow: 1
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options ~ .notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder ~ .notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus ~ .notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options ~ .notched-label .notched-label__notch {
    border-top-color: transparent
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options ~ .notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder ~ .notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus ~ .notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options ~ .notched-label .notched-label__label {
    font-size: .8em;
    top: calc(var(--jetpack--contact-form--border-size)*-1);
    transform: translateY(-50%)
}

.contact-form .is-style-outlined .grunion-field-wrap .contact-form-dropdown__button,
.contact-form .is-style-outlined .grunion-field-wrap > input,
.contact-form .is-style-outlined .grunion-field-wrap > textarea {
    border-color: transparent !important;
    outline: none;
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px)
}

.contact-form .is-style-outlined .grunion-field-wrap textarea {
    padding: var(--jetpack--contact-form--input-padding, 16px)
}

.contact-form .is-style-outlined .contact-form-dropdown__menu .ui-menu-item-wrapper,
.contact-form .is-style-outlined .grunion-field-wrap textarea {
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px)
}

.contact-form .is-style-animated .grunion-field-wrap {
    --left-offset: calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));
    --label-left: max(var(--left-offset), var(--jetpack--contact-form--border-radius));
    --field-padding: calc(var(--label-left) - var(--jetpack--contact-form--border-size))
}

.contact-form .is-style-animated .grunion-field-wrap input {
    outline: none
}

.contact-form .is-style-animated .grunion-field-wrap textarea {
    outline: none;
    padding: var(--jetpack--contact-form--input-padding, 16px)
}

.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) .contact-form-dropdown__button,
.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) > input,
.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) > textarea {
    padding-left: var(--field-padding);
    padding-right: var(--field-padding);
    padding-top: 1.4em
}

.contact-form .is-style-animated .grunion-field-wrap .contact-form-dropdown__menu .ui-menu-item-wrapper {
    padding-left: var(--field-padding);
    padding-right: var(--field-padding)
}

.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap,
.contact-form .is-style-animated .grunion-field-radio-wrap {
    background-color: var(--jetpack--contact-form--input-background)
}

.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-options,
.contact-form .is-style-animated .grunion-field-radio-wrap .grunion-radio-options {
    flex-grow: 1;
    padding-bottom: var(--jetpack--contact-form--input-padding, 16px);
    padding-top: 1.8em
}

.contact-form .is-style-animated .grunion-field-wrap .animated-label__label {
    box-sizing: border-box;
    left: var(--label-left);
    margin: 0;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label {
    top: var(--jetpack--contact-form--input-padding-top, 16px);
    transform: unset
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder ~ .animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus ~ .animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .animated-label__label {
    font-size: .75em;
    top: calc(2px + var(--jetpack--contact-form--border-size));
    transform: translateY(0)
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options ~ .animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options ~ .animated-label__label {
    left: 0;
    top: 0;
    transform: translateY(0)
}

.contact-form .is-style-below .grunion-field-wrap .below-label__label {
    margin-left: var(--jetpack--contact-form--border-size)
}

.infinite-loader {
    color: #000;
    display: block;
    height: 28px;
    text-align: center
}

#infinite-handle span {
    background: #333;
    border-radius: 1px;
    color: #f0f0f1;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 16px
}

@keyframes spinner-inner {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.infinite-loader .spinner-inner div {
    animation: spinner-inner 1s linear infinite;
    background: #000;
    border-radius: 3px/6px;
    height: 12px;
    left: 47px;
    outline: 1px solid #fff;
    position: absolute;
    top: 24px;
    transform-origin: 3px 26px;
    width: 6px
}

.infinite-loader .spinner-inner div:first-child {
    animation-delay: -.9166666667s;
    background: #000;
    transform: rotate(0deg)
}

.infinite-loader .spinner-inner div:nth-child(2) {
    animation-delay: -.8333333333s;
    background: #000;
    transform: rotate(30deg)
}

.infinite-loader .spinner-inner div:nth-child(3) {
    animation-delay: -.75s;
    background: #000;
    transform: rotate(60deg)
}

.infinite-loader .spinner-inner div:nth-child(4) {
    animation-delay: -.6666666667s;
    background: #000;
    transform: rotate(90deg)
}

.infinite-loader .spinner-inner div:nth-child(5) {
    animation-delay: -.5833333333s;
    background: #000;
    transform: rotate(120deg)
}

.infinite-loader .spinner-inner div:nth-child(6) {
    animation-delay: -.5s;
    background: #000;
    transform: rotate(150deg)
}

.infinite-loader .spinner-inner div:nth-child(7) {
    animation-delay: -.4166666667s;
    background: #000;
    transform: rotate(180deg)
}

.infinite-loader .spinner-inner div:nth-child(8) {
    animation-delay: -.3333333333s;
    background: #000;
    transform: rotate(210deg)
}

.infinite-loader .spinner-inner div:nth-child(9) {
    animation-delay: -.25s;
    background: #000;
    transform: rotate(240deg)
}

.infinite-loader .spinner-inner div:nth-child(10) {
    animation-delay: -.1666666667s;
    background: #000;
    transform: rotate(270deg)
}

.infinite-loader .spinner-inner div:nth-child(11) {
    animation-delay: -.0833333333s;
    background: #000;
    transform: rotate(300deg)
}

.infinite-loader .spinner-inner div:nth-child(12) {
    animation-delay: 0s;
    background: #000;
    transform: rotate(330deg)
}

.infinite-loader .spinner {
    background: 0 0;
    display: inline-block;
    height: 28px;
    overflow: hidden;
    width: 28px
}

.infinite-loader .spinner-inner {
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.28);
    transform-origin: 0 0;
    width: 100%
}

.infinite-loader .spinner-inner div {
    box-sizing: content-box
}

#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
    background: 0 0;
    border: none;
    color: inherit;
    cursor: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: static
}

#infinite-handle span button::-moz-focus-inner {
    border: none;
    margin: 0;
    padding: 0
}

@media (max-width:800px) {
    #infinite-handle span:before {
        display: none
    }

    #infinite-handle span {
        display: block
    }
}

#infinite-footer {
    bottom: -50px;
    left: 0;
    position: fixed;
    width: 100%
}

#infinite-footer a {
    text-decoration: none
}

#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a:hover {
    color: #444;
    text-decoration: underline
}

#infinite-footer .container {
    background: hsla(0, 0%, 100%, .8);
    border: solid rgba(0, 0, 0, .1);
    border-width: 1px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 1px 20px;
    width: 780px
}

#infinite-footer .blog-credits,
#infinite-footer .blog-info {
    box-sizing: border-box;
    line-height: 25px
}

#infinite-footer .blog-info {
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%
}

#infinite-footer .blog-credits {
    float: right;
    font-weight: 400;
    width: 60%
}

#infinite-footer .blog-info a {
    color: #111;
    font-size: 14px;
    font-weight: 700
}

#infinite-footer .blog-credits {
    color: #888;
    font-size: 12px;
    text-align: right
}

#infinite-footer .blog-credits a {
    color: #646970
}

.infinity-end.neverending #infinite-footer {
    display: none
}

@media (max-width:640px) {
    #infinite-footer .container {
        box-sizing: border-box;
        width: 100%
    }

    #infinite-footer .blog-info {
        width: 30%
    }

    #infinite-footer .blog-credits {
        width: 70%
    }

    #infinite-footer .blog-credits,
    #infinite-footer .blog-info a {
        font-size: 10px
    }

    #infinite-footer {
        position: static
    }
}

#infinite-aria {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.infinite-wrap:focus {
    outline: 0 !important
}

div.sharedaddy h3.sd-title:before {
    border-top: 1px solid #dcdcde;
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%
}

#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
    overflow: hidden;
    width: 61px
}

#wpadminbar iframe.admin-bar-likes-widget {
    border-width: 0;
    height: 28px;
    min-height: 28px;
    position: absolute;
    top: 0;
    width: 61px
}

div.jetpack-likes-widget-wrapper {
    min-height: 50px;
    position: relative;
    width: 100%
}

div.jetpack-likes-widget-wrapper .sd-link-color {
    font-size: 12px
}

div.jetpack-comment-likes-widget-wrapper {
    min-height: 31px;
    position: relative;
    width: 100%
}

div.jetpack-comment-likes-widget-wrapper iframe {
    margin-bottom: 0
}

#likes-other-gravatars {
    background-color: #2e4453;
    border-width: 0;
    box-shadow: 0 0 10px #2e4453;
    box-shadow: 0 0 10px rgba(46, 68, 83, .6);
    display: none;
    min-width: 130px;
    padding: 10px 10px 12px;
    position: absolute;
    z-index: 1000
}

#likes-other-gravatars * {
    line-height: normal
}

#likes-other-gravatars .likes-text {
    color: #fff;
    font-size: 12px;
    padding-bottom: 8px
}

#likes-other-gravatars li,
#likes-other-gravatars ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-indent: 0
}

#likes-other-gravatars li:before {
    content: ""
}

#likes-other-gravatars ul.wpl-avatars {
    display: block;
    max-height: 190px;
    overflow: auto
}

#likes-other-gravatars ul.wpl-avatars li {
    float: left;
    height: 32px;
    margin: 0 5px 5px 0;
    width: 32px
}

#likes-other-gravatars ul.wpl-avatars li a {
    border-bottom: none !important;
    display: block;
    margin: 0 2px 0 0
}

#likes-other-gravatars ul.wpl-avatars li a img {
    background: 0 0;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    position: static
}

div.sd-box {
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgba(0, 0, 0, .13)
}

.comment-likes-widget,
.entry-content .post-likes-widget,
.post-likes-widget {
    border-width: 0;
    display: block;
    margin: 0
}

.comment-likes-widget-placeholder,
.post-likes-widget-placeholder {
    border-width: 0;
    margin: 0;
    position: relative
}

.comment-likes-widget-placeholder {
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    height: 18px;
    position: absolute
}

.comment-likes-widget-placeholder:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #2ea2cc;
    content: "";
    display: inline-block;
    height: 16px;
    padding-right: 5px;
    position: relative;
    top: 3px;
    width: 16px
}

.post-likes-widget-placeholder .button {
    display: none
}

.comment-likes-widget-placeholder .loading,
.post-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px
}

.comment-likes-widget-placeholder .loading {
    align-self: center;
    color: #4e4e4e;
    margin-top: 4px;
    padding-left: 5px
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    float: none;
    position: absolute;
    top: 0;
    width: 100%
}

.comment-likes-widget {
    width: 100%
}

.cs-rating,
.pd-rating {
    display: block !important
}

.sd-gplus .sd-title {
    display: none
}

@media print {
    .jetpack-likes-widget-wrapper {
        display: none
    }
}

.jp-related-posts-i2__row {
    display: flex;
    margin-top: 1.5rem
}

.jp-related-posts-i2__row:first-child {
    margin-top: 0
}

.jp-related-posts-i2__post {
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 10px;
    padding-left: 0
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
    max-width: calc(33% - 20px)
}

.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post {
    max-width: calc(50% - 20px)
}

.jp-related-posts-i2__post-author,
.jp-related-posts-i2__post-context,
.jp-related-posts-i2__post-date,
.jp-related-posts-i2__post-heading,
.jp-related-posts-i2__post-img-link {
    display: block;
    flex-direction: row
}

.jp-related-posts-i2__post-heading {
    font-size: 1rem;
    line-height: 1.2em;
    margin: .5rem 0
}

.jp-related-posts-i2__post-link {
    display: block;
    line-height: 1.2em;
    width: 100%
}

.jp-related-posts-i2__post-img-link {
    order: -1
}

.jp-related-posts-i2__post-img-link img {
    width: 100%
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row {
    display: block;
    margin-top: 0
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
    margin: 0;
    max-width: none
}

.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link {
    margin-top: 1rem
}

@media only screen and (max-width:640px) {
    .jp-related-posts-i2__row {
        display: block;
        margin-top: 0
    }

    .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
        margin: 1rem 0 0;
        max-width: none
    }

    .jp-related-posts-i2__post-img-link {
        margin-top: 1rem
    }

    .jp-related-posts-i2__post-img-link img {
        width: 350px
    }
}

#jp-relatedposts {
    clear: both;
    display: none;
    margin: 1em 0;
    padding-top: 1em;
    position: relative
}

.jp-relatedposts:after {
    clear: both;
    content: "";
    display: block
}

#jp-relatedposts h3.jp-relatedposts-headline {
    display: inline-block;
    float: left;
    font-family: inherit;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 1em
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgba(0, 0, 0, .2);
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    font-weight: 700
}

#jp-relatedposts .jp-relatedposts-items {
    clear: left
}

#jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: -20px
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 0 0 1em;
    width: 33%
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    padding-right: 20px
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
    clear: both
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
    position: relative
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
    border-bottom: 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
    margin-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    display: block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    text-transform: none
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    filter: alpha(opacity=100);
    font-size: inherit;
    font-weight: 400;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    height: auto;
    max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    opacity: .6
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    display: none
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
    overflow: hidden
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
    margin-bottom: 1em
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
    clear: both;
    width: 100%
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
    float: left;
    margin-right: 3%;
    max-width: 33%;
    overflow: hidden
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    display: inline-block;
    max-width: 63%
}

@media only screen and (max-width:640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 50%
    }

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
        clear: left
    }

    #jp-relatedposts .jp-relatedposts-items-visual {
        margin-right: 20px
    }
}

@media only screen and (max-width:320px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        clear: both;
        margin: 0 0 1em;
        width: 100%
    }

    #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
    #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
        float: none;
        margin-right: 0;
        max-width: 100%
    }
}

@media print {
    .jp-relatedposts {
        display: none !important
    }
}

#jp-post-flair {
    padding-top: .5em
}

#content div.sharedaddy,
#main div.sharedaddy,
div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    display: inline-block;
    font-size: 9pt;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1em
}

body.highlander-light h3.sd-title:before {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
    border-top: 1px solid hsla(0, 0%, 100%, .4)
}

.sd-sharing {
    margin-bottom: 1em
}

.sd-content ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.sd-content ul li {
    display: inline-block
}

.sd-content ul li.share-deprecated {
    opacity: .5
}

.sd-content ul li.share-deprecated a span {
    text-decoration: line-through
}

.sd-block.sd-gplus {
    margin: 0 0 .5em
}

.sd-gplus .sd-content {
    font-size: 12px
}

.sd-content .share-email-error .share-email-error-title {
    margin: .5em 0
}

.sd-content .share-email-error .share-email-error-text {
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    margin: .5em 0
}

#sharing_email .sharing_send,
.sd-content ul li .option a.share-ustom,
.sd-content ul li a.sd-button,
.sd-content ul li.advanced a.share-more,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content > ul > li .digg_button > a,
.sd-social-official .sd-content > ul > li > a.sd-button,
.sd-social-text .sd-content ul li a.sd-button {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .12);
    color: #2c3338 !important;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    padding: 4px 11px 3px 9px;
    text-decoration: none !important;
    text-shadow: none
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    min-height: 20px;
    padding: 1px 6px 0 5px
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
    position: relative;
    top: 2px
}

.sd-content ul li .option a.share-ustom span,
.sd-content ul li a.sd-button > span,
.sd-content ul li.advanced a.share-more span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-social-icon-text .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content > ul > li .digg_button > a span,
.sd-social-official .sd-content > ul > li > a.sd-button span {
    line-height: 23px;
    margin-left: 6px
}

.sd-social-icon .sd-content ul li a.sd-button > span {
    margin-left: 0
}

.sd-social-text .sd-content ul li a.sd-button span {
    margin-left: 3px
}

.sd-social-official .sd-content ul li a.sd-button > span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
    line-height: 12px;
    margin-left: 3px
}

.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a:before,
.sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button:before,
.sd-social-official .sd-content > ul > li .digg_button > a:before,
.sd-social-official .sd-content > ul > li > a.sd-button:before {
    margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-official .sd-content > ul > li .digg_button > a:active,
.sd-social-official .sd-content > ul > li .digg_button > a:hover,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-official .sd-content > ul > li > a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .22)
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content > ul > li .digg_button > a:active,
.sd-social-official .sd-content > ul > li > a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal 18px/1 social-logos;
    text-align: center;
    vertical-align: top
}

.sd-social-icon-text ul li a.sd-button:before {
    position: relative;
    top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-content ul li a.sd-button:before {
        position: relative;
        top: 2px
    }
}

.sd-social-official ul li a.sd-button:before {
    position: relative;
    top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-official ul li a.sd-button:before {
        top: 0
    }
}

.sd-content ul li {
    margin: 0 8px 12px 0;
    padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
    padding-left: 10px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
    margin-left: 0
}

.sd-content ul li.no-icon a:before,
.sd-social-text .sd-content ul li a:before {
    display: none
}

body .sd-content ul li.share-custom.no-icon a span,
body .sd-social-text .sd-content ul li.share-custom a span {
    background-image: none;
    background-position: -500px -500px !important;
    background-repeat: no-repeat !important;
    height: 0;
    line-height: inherit;
    padding-left: 0
}

.sd-social-icon .sd-content ul li a.share-more {
    position: relative;
    top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

@-moz-document url-prefix() {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

.sd-social-icon .sd-content ul li a.share-more span {
    margin-left: 3px
}

.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before {
    content: "\f469"
}

.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before {
    content: "\f410"
}

.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before {
    content: "\f207"
}

.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before {
    content: "\f202"
}

.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-icon-text .sd-content li.share-x a:before,
.sd-social-official .sd-content li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before {
    content: "\f10e"
}

.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before {
    content: "\f222"
}

.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before {
    content: "\f607"
}

.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before {
    content: "\f224"
}

.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before {
    content: "\f210"
}

.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before {
    content: "\f203"
}

.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before {
    content: "\f205"
}

.sd-social-official .sd-content li.share-press-this a:before {
    color: #2ba1cb
}

.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before {
    content: "\f606"
}

.sd-social-official .sd-content li.share-telegram a:before {
    color: #08c
}

.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before {
    content: "\f10a"
}

.sd-social-official .sd-content li.share-mastodon a:before {
    color: #563acc
}

.sd-content ul li.advanced a.share-more:before,
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before {
    content: "\f415"
}

.sd-social-official .sd-content a.share-more:before {
    color: #2ba1cb
}

.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
    content: "\f608"
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
    background: #43d854;
    color: #fff !important
}

.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before {
    content: "\f10c"
}

.sd-social-official .sd-content li.share-nextdoor a:before {
    color: #8ed500
}

.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button {
    background: #8ed500;
    color: #fff !important
}

.sd-content ul li.share-deprecated div.option.option-smart-off a:before,
.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before {
    content: "🚫";
    height: 1em;
    width: 1em
}

.sd-social .sd-button .share-count {
    background: #2ea2cc;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    text-align: center
}

.sd-social-official .sd-content > ul > li > a.sd-button span {
    line-height: 1
}

.sd-social-official .sd-content ul {
    display: flex;
    flex-wrap: wrap
}

.sd-social-official .sd-content ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
    margin: 0 0 5px
}

.sd-social-official .sd-content ul > li {
    display: flex;
    max-height: 18px
}

.sd-social-official .sd-content ul > li .option-smart-off {
    margin-right: 8px
}

.sd-social-official .fb-share-button > span {
    vertical-align: top !important
}

.sd-social-official .sd-content .pocket_button iframe {
    width: 98px
}

.linkedin_button > span,
.pinterest_button,
.pocket_button iframe,
.twitter_button {
    margin: 0 !important
}

.linkedin_button > span,
.pinterest_button a {
    display: block !important
}

.sd-social-official .sd-content .share-tumblr iframe {
    max-width: 53px;
    width: unset
}

body .sd-social-official li a.share-more,
body .sd-social-official li.share-custom a,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-press-this a,
body .sd-social-official li.share-print {
    position: relative;
    top: 0
}

body .sd-social-icon .sd-content li.share-custom > a {
    padding: 2px 3px 0;
    position: relative;
    top: 4px
}

body .sd-content ul li.share-custom a.share-icon span,
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    height: 21px;
    line-height: 16px;
    margin-left: 0;
    padding: 0 0 0 19px
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 16px !important;
    width: 0
}

.sharing-hidden .inner {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    margin-top: 5px;
    max-width: 400px;
    padding: 10px;
    position: absolute;
    z-index: 2
}

.sharing-hidden .inner ul {
    margin: 0 !important
}

.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
    clear: both;
    height: 0 !important;
    margin: 0 !important
}

.sharing-hidden .inner:after,
.sharing-hidden .inner:before {
    border-bottom: 8px solid #ccc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1
}

.sharing-hidden .inner:after {
    border-bottom: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -7px;
    z-index: 2
}

.sharing-hidden ul {
    margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    height: auto;
    line-height: 1;
    margin-bottom: 0;
    max-width: 32px;
    padding: 7px;
    position: relative;
    top: -2px;
    width: auto
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button > span,
.sd-social-icon .sd-content ul li[class*=share-] div.option a span {
    line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
    border: none;
    opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    padding: 8px 8px 6px;
    top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
    background: #555;
    border-radius: 0;
    bottom: 0;
    font-size: 9px;
    position: absolute;
    right: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #0866ff;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button {
    background: #000;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
    background: #4f94d4;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
    background: #08c;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button {
    background: linear-gradient(0deg, #563acc 0, #6364ff);
    color: #fff !important
}

.sharing-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus,
.sharing-screen-reader-text:hover {
    clip: auto !important;
    background-color: #f0f0f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#jetpack-source_f_name {
    display: none !important;
    left: -9000px;
    position: absolute !important
}

.sd-content .share-customize-link {
    line-height: 11px;
    margin-top: 8px
}

.sd-content .share-customize-link a {
    font-family: Open Sans, sans-serif;
    font-size: 11px
}

@media print {
    .sharedaddy.sd-sharing-enabled {
        display: none
    }
}

.jetpack-slideshow-window {
    background-color: #222;
    border: 20px solid #222;
    border-radius: 10px;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    position: relative;
    z-index: 1
}

.jetpack-slideshow-window.jetpack-slideshow-white {
    background-color: #fff;
    border-color: #fff
}

.jetpack-slideshow-window,
.jetpack-slideshow-window * {
    box-sizing: content-box
}

.jetpack-slideshow-loading {
    height: 100%;
    margin: auto;
    text-align: center
}

body div.jetpack-slideshow-window * img {
    background-color: transparent !important;
    background-image: none !important;
    border-width: 0 !important;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    padding: 0 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.jetpack-slideshow-loading img {
    vertical-align: middle
}

.jetpack-slideshow-slide {
    display: none;
    height: 100% !important;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100% !important
}

.jetpack-slideshow-slide img {
    vertical-align: middle
}

.jetpack-slideshow-line-height-hack {
    font-size: 0;
    overflow: hidden;
    width: 0
}

.jetpack-slideshow-slide-caption {
    bottom: 5px;
    color: #f6f7f7;
    font-family: Helvetica Neue, sans-serif;
    font-size: 13px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-shadow: #222 1px 1px 2px;
    width: 100%;
    z-index: 100
}

.jetpack-slideshow-controls {
    bottom: 30px;
    direction: ltr;
    -ms-filter: "alpha(opacity=50)";
    margin: auto;
    opacity: .5;
    position: absolute;
    text-align: center;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: 1000
}

.jetpack-slideshow-window:hover .jetpack-slideshow-controls {
    -ms-filter: "alpha(opacity=100)";
    opacity: 1
}

body div div.jetpack-slideshow-controls a,
body div div.jetpack-slideshow-controls a:hover {
    zoom: 1;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .6) !important;
    background-image: url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png) !important;
    background-position: -34px 8px !important;
    background-repeat: no-repeat;
    background-size: 142px 16px !important;
    border: 2px solid hsla(0, 0%, 100%, .1) !important;
    border-radius: 10em !important;
    color: #222 !important;
    display: inline-block !important;
    *display: inline;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    text-align: center !important;
    transition: border-color .3s ease-out;
    width: 32px !important
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {

    body div div.jetpack-slideshow-controls a,
    body div div.jetpack-slideshow-controls a:hover {
        background-image: url(/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png) !important
    }
}

body div div.jetpack-slideshow-controls a:hover {
    border-color: #fff !important
}

body div div.jetpack-slideshow-controls a:first-child {
    background-position: -76px 8px !important
}

body div div.jetpack-slideshow-controls a:last-child {
    background-position: -117px 8px !important
}

body div div.jetpack-slideshow-controls a.running,
body div div.jetpack-slideshow-controls a:nth-child(2) {
    background-position: -34px 8px !important
}

body div div.jetpack-slideshow-controls a.paused {
    background-position: 9px 8px !important
}

.jetpack-slideshow-controls a img {
    border: 50px dotted #f0f
}

body.presentation-wrapper-fullscreen-parent,
html.presentation-wrapper-fullscreen-parent {
    overflow: hidden !important
}

.presentation-wrapper-fullscreen-parent #wpadminbar {
    display: none
}

.presentation-wrapper-fullscreen,
.presentation-wrapper-fullscreen-parent {
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    min-height: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10000 !important
}

.presentation-wrapper-fullscreen {
    background-color: grey;
    border: none !important
}

.presentation-wrapper-fullscreen .nav-arrow-left,
.presentation-wrapper-fullscreen .nav-arrow-right {
    z-index: 20001
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {
    z-index: 20002
}

.presentation-wrapper {
    border: 1px solid #dcdcde;
    line-height: normal;
    margin: 20px auto;
    overflow: hidden
}

.presentation {
    margin: 0;
    outline: none;
    overflow: hidden;
    position: relative
}

.presentation,
.presentation .step {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.presentation .step.fade:not(.active) {
    opacity: 0
}

.presentation .slide-content {
    padding: 30px
}

.presentation .nav-arrow-left,
.presentation .nav-arrow-right,
.presentation .nav-fullscreen-button {
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    transition: opacity .25s;
    width: 34px;
    z-index: 2
}

.presentation .nav-arrow-left,
.presentation .nav-arrow-right {
    background-image: url(/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);
    background-size: 450% 61px;
    height: 100%
}

.presentation .nav-arrow-left {
    background-position: 4px 50%;
    left: 0
}

.presentation .nav-arrow-right {
    background-position: -120px 50%;
    right: 0
}

.presentation .nav-fullscreen-button {
    background-image: url(/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);
    background-size: 100% 100%;
    bottom: 0;
    height: 32px;
    margin: 4px;
    right: 0;
    width: 32px;
    z-index: 3
}

.presentation:hover .nav-arrow-left,
.presentation:hover .nav-arrow-right {
    opacity: 1
}

.presentation:hover .nav-fullscreen-button {
    opacity: .8
}

.presentation-wrapper-fullscreen .nav-fullscreen-button {
    background-image: url(/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)
}

.presentation .autoplay-overlay {
    background-color: #dcdcde;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 50px;
    display: table;
    height: 15%;
    margin: 30% 10%;
    position: relative;
    transition: opacity .5s;
    width: 80%;
    z-index: 100
}

.presentation .autoplay-overlay .overlay-msg {
    color: #fff;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.presentation .will-fade {
    opacity: 0
}

.presentation .do-fade {
    opacity: 1;
    transition: opacity .5s
}

div.jetpack-quiz {
    background-color: #f3f3f3;
    border: 1px solid #deede3;
    border-radius: .2em;
    line-height: 1.3em;
    margin-bottom: 2em;
    padding: 1em
}

div.jetpack-quiz div.jetpack-quiz-question {
    font-weight: 700;
    margin-bottom: .5em
}

div.jetpack-quiz div.jetpack-quiz-answer {
    border-bottom: 1px dotted #999;
    cursor: pointer;
    margin-bottom: .5em;
    padding: 1em 0 1em 1em
}

div.jetpack-quiz div.jetpack-quiz-answer.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

div.jetpack-quiz div.jetpack-quiz-answer.correct {
    color: green
}

div.jetpack-quiz div.jetpack-quiz-answer.wrong {
    color: red
}

div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
    display: none
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
    color: #000;
    display: block;
    font-size: 90%;
    margin-top: 1em
}

div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,
div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
    font-size: 85%
}

div.jetpack-quiz pre {
    background: 0 0;
    font: 15px Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
    margin: 0;
    padding: 0
}

.jetpack-quiz-options {
    margin-top: 12px;
    text-align: right
}

.jetpack-quiz-count {
    color: #646970;
    float: left;
    font-size: 12px
}

.jetpack-quiz-option-button {
    cursor: pointer;
    margin-left: 12px
}

.jetpack-quiz-option-button:hover svg {
    background: #3c434a
}

.jetpack-quiz-option-button svg {
    fill: #fff;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    width: 24px
}

.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,
.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type {
    display: none
}

#subscribe-email input {
    width: 95%
}

.comment-subscription-form {
    margin-bottom: 1em
}

.comment-subscription-form .subscribe-label {
    display: inline !important
}

.jetpack-video-wrapper {
    margin-bottom: 1.6em
}

.jetpack-video-wrapper > .wp-video,
.jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object {
    margin-bottom: 0
}

.jetpack-social-navigation ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0
}

.jetpack-social-navigation li {
    display: inline-block;
    line-height: 1;
    margin: 0
}

.jetpack-social-navigation a {
    border: 0;
    height: 1em;
    text-decoration: none;
    width: 1em
}

.jetpack-social-navigation-svg .icon {
    fill: currentColor;
    color: inherit;
    height: 1em;
    vertical-align: middle;
    width: 1em
}

.jetpack-social-navigation-genericons a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    content: "\f415";
    display: inline-block;
    font-family: Genericons;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: top;
    width: 1em
}

.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
    content: "\f216"
}

.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
    content: "\f221"
}

.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
    content: "\f201"
}

.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
    content: "\f225"
}

.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
    content: "\f410"
}

.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
    content: "\f203"
}

.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
    content: "\f211"
}

.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
    content: "\f226"
}

.jetpack-social-navigation-genericons a[href*="github.com"]:before {
    content: "\f200"
}

.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
    content: "\f206"
}

.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
    content: "\f215"
}

.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
    content: "\f208"
}

.jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before {
    content: "\f10c"
}

.jetpack-social-navigation-genericons a[href*="path.com"]:before {
    content: "\f219"
}

.jetpack-social-navigation-genericons a[href*="pinterest."]:before {
    content: "\f210"
}

.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
    content: "\f224"
}

.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
    content: "\f222"
}

.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
    content: "\f413"
}

.jetpack-social-navigation-genericons a[href*="skype:"]:before {
    content: "\f220"
}

.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
    content: "\f515"
}

.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.jetpack-social-navigation-genericons a[href*="threads.net"]:before {
    content: "\f10d"
}

.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
    content: "\f214"
}

.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
    content: "\f516"
}

.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
    content: "\f202"
}

.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
    content: "\f212"
}

.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
    content: "\f517"
}

.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,
.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
    content: "\f205"
}

.jetpack-social-navigation-genericons a[href*="x.com"]:before {
    content: "\f10e"
}

.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
    content: "\f213"
}

.tiled-gallery {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden
}

.tiled-gallery img {
    margin: 2px !important
}

.tiled-gallery .gallery-group {
    float: left;
    position: relative
}

.tiled-gallery .tiled-gallery-item {
    float: left;
    margin: 0;
    position: relative;
    width: inherit
}

.tiled-gallery .gallery-row {
    overflow: hidden
}

.tiled-gallery .tiled-gallery-item a {
    background: 0 0;
    border: none;
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto
}

.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle
}

.tiled-gallery-caption {
    background: #f0f0f1;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
    font-size: 11px
}

.widget-gallery .tiled-gallery-unresized {
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.tiled-gallery .tiled-gallery-item img.grayscale {
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1)
}

.tiled-gallery .tiled-gallery-item:hover img.grayscale {
    -ms-filter: none;
    -o-filter: none;
    filter: none
}

.tiled-gallery.type-circle .tiled-gallery-item img {
    border-radius: 50% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.tiled-gallery.type-circle .tiled-gallery-caption {
    display: none
}

.tiled-gallery.type-square .tiled-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover
}

.jetpack-display-remote-posts {
    margin: 5px 0 20px
}

.jetpack-display-remote-posts h4 {
    margin: 5px 0;
    padding: 0
}

.jetpack-display-remote-posts p {
    margin: 0;
    padding: 0
}

.jetpack-display-remote-posts img {
    max-width: 100%
}

.widget-grofile h4 {
    margin: 1em 0 .5em
}

.widget-grofile ul.grofile-urls {
    margin-left: 0;
    overflow: hidden
}

.widget-grofile ul.grofile-accounts li {
    display: inline;
    list-style: none
}

.widget-grofile ul.grofile-accounts li:before {
    content: "" !important
}

.widget-grofile .grofile-accounts-logo {
    background-image: url(https://secure.gravatar.com/images/grav-share-sprite.png);
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 16px
}

.rtl .widget-grofile .grofile-accounts-logo {
    margin-left: 8px;
    margin-right: 0
}

.grofile-thumbnail {
    max-width: 100%;
    width: 500px
}

@media only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    .widget-grofile .grofile-accounts-logo {
        background-image: url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);
        background-size: 16px 784px
    }
}

div[class^=gr_custom_container] {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    color: #000;
    padding: 10px 5px
}

div[class^=gr_custom_container] a {
    color: #000
}

h2[class^=gr_custom_header] {
    display: none
}

div[class^=gr_custom_each_container] {
    border-bottom: 1px solid #a7aaad;
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 4px;
    width: 100%
}

div[class^=gr_custom_book_container] {
    float: right;
    height: 60px;
    margin-left: 4px;
    overflow: hidden;
    width: 39px
}

div[class^=gr_custom_author] {
    font-size: 10px
}

div[class^=gr_custom_tags] {
    color: gray;
    font-size: 10px
}

div[class^=gr_custom_rating] {
    display: none
}

.widget_wpcom_social_media_icons_widget ul {
    list-style-type: none;
    margin-left: 0
}

.widget_wpcom_social_media_icons_widget ul li {
    border: 0;
    display: inline;
    margin-right: .5em
}

.widget_wpcom_social_media_icons_widget li a {
    border: 0;
    text-decoration: none
}

.widget_wpcom_social_media_icons_widget .genericon {
    font-family: Genericons
}

.widget_wpcom_social_media_icons_widget .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.widget_wpcom_social_media_icons_widget .screen-reader-text:active,
.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,
.widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
    clip: auto !important;
    background-color: #f0f0f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.widgets-grid-layout {
    width: 100%
}

.widgets-grid-layout:after,
.widgets-grid-layout:before {
    content: " ";
    display: table
}

.widgets-grid-layout:after {
    clear: both
}

.widget-grid-view-image {
    float: left;
    max-width: 50%
}

.widget-grid-view-image a {
    display: block;
    margin: 0 2px 4px 0
}

.widget-grid-view-image:nth-child(2n) {
    float: right
}

.widget-grid-view-image:nth-child(2n) a {
    margin: 0 0 4px 2px
}

.widgets-grid-layout .widget-grid-view-image img {
    height: auto;
    max-width: 100%
}

.widgets-list-layout {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widgets-list-layout li:after,
.widgets-list-layout li:before {
    content: "";
    display: table
}

.widgets-list-layout li:after {
    clear: both
}

.widgets-list-layout li {
    zoom: 1;
    list-style-type: none !important;
    margin-bottom: 1em
}

.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
    height: auto;
    max-width: 40px;
    width: 21.276596%
}

.widgets-list-layout-links {
    float: right;
    width: 73.404255%
}

.widgets-list-layout span {
    opacity: .5
}

.widgets-list-layout span:hover {
    opacity: .8
}

.jetpack-image-container:after {
    clear: both
}

.jetpack-image-container:after,
.jetpack-image-container:before {
    content: "";
    display: table
}

.widgets-multi-column-grid ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.widgets-multi-column-grid ul li {
    background: 0 0;
    border: none;
    clear: none;
    float: left;
    list-style-type: none !important;
    margin: 0 -5px -3px 0;
    padding: 0 8px 6px 0
}

.widgets-multi-column-grid ul li a {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0
}

.widgets-multi-column-grid .avatar {
    vertical-align: middle
}

.widget_jetpack_my_community .avatar-240,
.widget_jetpack_my_community .avatar-48 {
    max-height: 48px;
    max-width: 48px
}

.widget.widget_authors li > ul,
.widget_authors > ul {
    margin-left: inherit;
    padding-left: 0
}

.widget_authors ul li li {
    padding-left: 0
}

.widget_authors > ul > li {
    list-style: none;
    margin-bottom: 1em
}

.widget_authors > ul > li + li {
    border-top: 0
}

.widget.widget_authors img {
    box-shadow: none;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.wpcnt {
    line-height: 2;
    text-align: center
}

.wpa {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.wpa-about {
    border-bottom: none !important;
    box-shadow: none !important;
    color: #888;
    display: block;
    font: 10px/1 Open Sans, Arial, sans-serif !important;
    left: 0;
    margin-top: 0;
    opacity: .85;
    position: absolute;
    right: 0;
    text-align: left !important;
    text-decoration: none !important;
    top: 5px
}

.wpa .u > div {
    display: block;
    margin-bottom: 1em;
    margin-top: 5px
}

div.wpa > div {
    margin-top: 20px
}

.wpa .u .adsbygoogle {
    background-color: transparent;
    display: block;
    margin-bottom: 1em;
    margin-top: 17px
}

.widget_eu_cookie_law_widget {
    animation: fadeIn .8s;
    border: none;
    bottom: 1em;
    left: 1em;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 1em;
    width: auto;
    z-index: 50001
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

.widget_eu_cookie_law_widget.widget.top {
    bottom: auto;
    top: 1em
}

.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 3em
}

amp-consent.widget_eu_cookie_law_widget.widget.top {
    margin: 0;
    top: 1em
}

.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
    margin-top: 3em;
    top: 0
}

#eu-cookie-law {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #2e4467;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 6px 6px 6px 15px;
    position: relative
}

#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
    color: inherit;
    cursor: inherit;
    text-decoration: underline
}

#eu-cookie-law a:hover {
    cursor: pointer;
    text-decoration: none
}

#eu-cookie-law.negative {
    background-color: #000;
    border: none;
    color: #fff
}

#eu-cookie-law.hide {
    opacity: 0;
    transition: opacity .4s, visibility .4s;
    visibility: hidden
}

#eu-cookie-law form {
    margin-bottom: 0;
    position: static
}

#eu-cookie-law input,
#eu-cookie-law input:focus,
#eu-cookie-law input:hover {
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2e4453;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 5%;
    padding: 8px 12px;
    position: static;
    text-transform: none
}

#eu-cookie-law.negative input,
#eu-cookie-law.negative input:focus,
#eu-cookie-law.negative input:hover {
    background: #282828;
    border-color: #535353;
    color: #fff
}

@media (max-width:600px) {
    #eu-cookie-law {
        padding-bottom: 55px
    }

    #eu-cookie-law input.accept {
        bottom: 8px;
        position: absolute;
        right: 8px
    }
}

.widget_eu_cookie_law_widget .customize-partial-edit-shortcut > button {
    left: 0
}

.flickr-images {
    text-align: center
}

.flickr-size-thumbnail .flickr-images {
    align-content: space-between;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center
}

.flickr-images img {
    margin: 5px;
    max-width: 100%
}

.wpcom-instagram-images {
    grid-gap: .5rem;
    display: grid;
    grid-auto-columns: 1fr
}

.wpcom-instagram-images:after,
.wpcom-instagram-images:before {
    content: none
}

.wpcom-instagram-images a {
    display: block;
    margin: 4px 2px
}

.wpcom-instagram-columns-2 a,
.wpcom-instagram-columns-3 a {
    display: inline-block;
    vertical-align: top
}

.wpcom-instagram-columns-2 a {
    width: calc(50% - 8px)
}

.wpcom-instagram-columns-3 a {
    width: calc(33.3333% - 8px)
}

.wpcom-instagram-images .sq-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%
}

.wpcom-instagram-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.wpcom-instagram-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@supports (display:grid) {
    .wpcom-instagram-images a {
        display: block;
        margin: 0
    }

    .wpcom-instagram-columns-2 a,
    .wpcom-instagram-columns-3 a {
        width: auto
    }
}

.jetpack-search-filters-widget__sub-heading {
    font-size: inherit;
    font-weight: 700;
    margin: 0 0 .5em;
    padding: 0
}

.jetpack-search-form + .jetpack-search-filters-widget__sub-heading {
    margin-bottom: .5em !important;
    margin-top: 1.5em
}

.jetpack-search-filters-widget__clear {
    margin-bottom: .5em;
    margin-top: .5em
}

.jetpack-search-sort-wrapper {
    margin-bottom: 1.5em;
    margin-top: 1em
}

.jetpack-search-sort-wrapper label {
    display: inherit
}

.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox] {
    height: auto;
    width: auto
}

ul.jetpack-search-filters-widget__filter-list li {
    border: none;
    list-style: none;
    padding: 0
}

ul.jetpack-search-filters-widget__filter-list li a {
    text-decoration: none
}

ul.jetpack-search-filters-widget__filter-list li a:hover {
    box-shadow: none
}

ul.jetpack-search-filters-widget__filter-list li label {
    display: inherit;
    font-weight: inherit
}

.jetpack-search-filters-widget__filter-list {
    list-style: none
}

ul.jetpack-search-filters-widget__filter-list {
    margin-bottom: 1.5em
}

body.search .jetpack-search-form input[name=s]::placeholder {
    color: transparent
}

body.search .jetpack-search-form input[name=s].show-placeholder::placeholder {
    color: inherit
}

@media screen and (min-width:400px) {
    .widget.jetpack-simple-payments .jetpack-simple-payments-product {
        flex-direction: column
    }

    .widget.jetpack-simple-payments .jetpack-simple-payments-details {
        padding-left: 0
    }
}

.jetpack_widget_social_icons li,
.jetpack_widget_social_icons ul {
    list-style: none
}

.jetpack_widget_social_icons ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0
}

.jetpack_widget_social_icons ul li {
    border: 0;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0
}

.jetpack_widget_social_icons ul li:after,
.jetpack_widget_social_icons ul li:before {
    display: none
}

.jetpack_widget_social_icons a {
    border: 0;
    box-shadow: none;
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px
}

.jetpack_widget_social_icons svg {
    fill: currentColor;
    color: inherit;
    height: inherit;
    vertical-align: middle;
    width: inherit
}

.jetpack_widget_social_icons ul.size-small a {
    height: 24px;
    width: 24px
}

.jetpack_widget_social_icons ul.size-medium a {
    height: 32px;
    width: 32px
}

.jetpack_widget_social_icons ul.size-large a {
    height: 48px;
    width: 48px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.milestone-widget {
    margin-bottom: 1em
}

.milestone-content {
    line-height: 2;
    margin-top: 5px;
    max-width: 100%;
    padding: 0;
    text-align: center
}

.milestone-header {
    background-color: var(--milestone-text-color, #111);
    color: var(--milestone-bg-color, #fff);
    line-height: 1.3;
    margin: 0;
    padding: .8em
}

.milestone-header .date,
.milestone-header .event {
    display: block
}

.milestone-header .event {
    font-size: 120%
}

.milestone-countdown .difference {
    display: block;
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2
}

.milestone-countdown,
.milestone-message {
    background-color: var(--milestone-bg-color, #fff);
    border: 1px solid var(--milestone-border-color, #767676);
    border-top: 0;
    color: var(--milestone-text-color, #111);
    padding-bottom: 1em
}

.milestone-message {
    padding-top: 1em
}

.jetpack-subscribe-modal {
    background-color: transparent;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: 50000
}

.jetpack-subscribe-modal.open {
    background-color: rgba(0, 0, 0, .3);
    visibility: visible
}

.jetpack-subscribe-modal__modal-content {
    text-wrap: balance;
    background-color: #fefefe;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 15% auto;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    top: 100%;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content {
    top: 0;
    visibility: visible
}

.jetpack-subscribe-modal__modal-content p {
    text-wrap: balance;
    text-wrap: pretty
}

@media screen and (max-width:640px) {
    .jetpack-subscribe-modal__modal-content {
        width: 94%
    }
}

img#wpstats {
    display: none
}



.wc-checkout-page .woocommerce-message {
    display: none
}

.headbarslider a {
    color: #000;
    text-decoration: underline
}

html:not(.jsload) .single-product div#pr-reviewsnippet {
    height: 60px !important
}

img.seprate-images-bundle {
    width: 40%
}

.pr-review-snapshot-faceoff {
    display: none !important
}

.hideslidetemp {
    padding: 0 !important
}

.landing-order-btn {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #f4c672;
    border-radius: 80px;
    background-color: #f4c672;
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    color: #000;
    padding: 20px 55px;
    transition: all ease .5s
}

.landing-product-wrap h2 > span {
    text-align: left;
    display: block;
    margin-left: 80px
}

.small-btn.landing-order-btn {
    font-size: 16px;
    padding: 1px 20px;
    margin: 0 auto;
    width: 146px;
    text-align: center;
    margin: 0 14% 15px;
    font-family: 'AktivGrotesk';
    font-weight: 400
}

.landing-product-wrap.cta figure {
    margin-top: 7px;
    padding-right: 140px
}

.home-new-product-card-conatiner-custom {
    padding: 0 95px;
    color: #000
}

.home-new-product-card-conatiner-custom a {
    color: #000
}

body .cs-header.container-fluid .navbar-cs.cs-lg-divide {
    background: #fff !important
}

@media only screen and (max-width:1200px) {
    .home-new-product-card-conatiner-custom {
        padding: 0
    }
}

@media only screen and (max-width:768px) {
    figure.mobile img {
        height: auto
    }

    .home-new-product-card-conatiner-custom {
        padding: 0
    }

    

    .cs-related-products .cs-header .cs-link {
        padding-left: 0 !important
    }

    .home-products-brief {
        max-width: 300px
    }

    .landing-product-wrap.cta figure {
        padding-right: 0 !important
    }

    .landing-product-wrap h2 > span {
        margin-left: 0 !important;
        display: inline
    }

    .small-btn.landing-order-btn {
        font-size: 12px;
        padding: 3px 19px;
        width: 110px;
        margin: 0 0 20px;
        line-height: 1.1
    }

    .new-product-col-outr {
        width: 50%;
        margin: 0
    }

    .bimonthlyinner {
        font-size: 10px
    }
}

@media only screen and (max-width:480px) {
    .devkitimg {
        max-height: 97px !important;
        width: 150px
    }
}

.page-template-landing-page-two img,
.page-template-landing-page-three img,
.page-template-landing-page-five img {
    height: auto
}

.page-template-products-page .products-new-arrivals .product-filter-skin .custom-dropdown,
.page-template-products-page .products-new-arrivals .product-filter-product-type .custom-dropdown {
    background: #fff !important;
    color: #000 !important
}



.page-id-38 .gallery-details .img img {
    height: auto !important
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link.cart-increase {
    background-color: #fcc463;
    border: solid 1px #fcc463
}

.cs-header.container-fluid .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-lg .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-md .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-sm .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover,
.cs-header.container-xl .navbar-cs .navbar-collapse .navbar-nav li .nav-notify-link:hover {
    background-color: transparent;
    border: solid 1px #fcc463
}

@media screen and (max-width:767px) {

    .cs-header.container-fluid .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-lg .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-md .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-sm .navbar-cs .cs-mobile .nav-notify-link.cart-increase,
    .cs-header.container-xl .navbar-cs .cs-mobile .nav-notify-link.cart-increase {
        background-color: #fcc463;
        border-color: #fcc463
    }
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best {
    padding-top: 20px;
    padding-bottom: 20px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .title {
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list {
    padding-top: 10px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list .list-group {
    flex-wrap: wrap
}

.list-group-horizontal {
    flex-direction: row
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-best .concerns-list .list-group .list-group-item {
    margin: 5px 10px 5px 0;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #b5b5b0;
    border-radius: 22px;
    border: solid 1px #b5b5b0
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .product-measure {
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #b5b5b0;
    padding-top: 10px;
    padding-bottom: 10px
}

.product-details-page .cs-product-details .row .cs-product-overview .overview .add-cart .btn span {
    font-family: AktivGrotesk;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #000
}

html:not(.jsload) body.page-id-10500 > section:nth-of-type(n+3) img,
html:not(.jsload) body.page-id-10500 > div:nth-of-type(n+3) img {
    display: none !important
}

html:not(.jsload) body.page-id-10500 > section:nth-of-type(n+3) *,
html:not(.jsload) body.page-id-10500 > section:nth-of-type(n+3) {
    background-image: none !important
}

html:not(.jsload) .custom-dropdown {
    font-family: AktivGrotesk;
    font-size: 14px;
    line-height: 22px;
    padding: 12px;
    height: auto;
    border-radius: 4px;
    border: solid 1px #b5b5b0;
    text-align: left
}

.page-id-59 select#concernselect,
.page-id-59 select#categoryselect {
    background: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-arrow-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: 97% 50% !important;
    top: -11px;
    position: relative
}

.single-product-price {
    font-size: 24px;
    font-family: "Playfair Display";
    line-height: 1;
    padding-bottom: 10px;
    font-weight: 600
}

.single-product .best-for-product span {
    font-size: 10px;
    font-weight: 700;
    font-family: 'AktivGrotesk';
    letter-spacing: 2px;
    color: #000
}

.single-product .best-for-product ul li {
    list-style-type: none;
    font-size: 14px;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7;
    padding-bottom: 13px;
    position: relative
}

.single-product .best-for-product ul li:before {
    content: '';
    position: absolute;
    left: -32px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/xejic_carrot_stick/assets/images/icons-check.png)
}

@media(min-width:1100px) {
    html:not(.jsload) .single-product div#pr-reviewsnippet {
        height: 44px
    }
}

@font-face {
    font-display: swap;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebunDXbtM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.single-product .best-for-product {
    padding-top: 20px;
    padding-bottom: 30px
}

.best-for-product ul {
    padding: 20px 0 0 32px;
    margin: 0
}

.single-product .button-change .btn {
    background-color: #fcc463 !important
}

.single-product .button-change-two .btn {
    background-color: #ffff !important
}

.single-product .free-over-txt {
    text-align: center;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'AktivGrotesk';
    color: #000;
    line-height: 1.7
}

.new-poduct-features {
    min-height: 170px
}
}

#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram #sbi_images {
    width: 100%;
    float: left;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram.sbi_highlight #sbi_images,
#sb_instagram.sbi_masonry #sbi_images {
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease
}

#sb_instagram a {
    border-bottom: 0 !important
}

#sb_instagram #sbi_images .sbi_item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    max-height: 1000px;
    padding: inherit !important;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
    max-height: 0
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_transition,
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
    max-height: 1000px
}

#sb_instagram #sbi_images.sbi_carousel .sbi_item,
#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition {
    opacity: 1;
    max-height: 1000px
}

#sb_instagram.sbi_carousel_2_row #sbi_images.sbi_carousel .sbi_item {
    width: 100%
}

#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
    width: 100%
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    width: 50%
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33.33%
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 25%
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 20%
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 16.66%
}

#sb_instagram.sbi_col_7 #sbi_images .sbi_item {
    width: 14.28%
}

#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%
}

#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
    width: 11.11%
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item {
    width: 10%
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images .sbi_item {
    width: 100%
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
    width: 20%
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 16.66%
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images .sbi_item {
    width: 14.28%
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images .sbi_item {
    width: 12.5%
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images .sbi_item {
    width: 11.11%
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images .sbi_item {
    width: 10%
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important
}

#sb_instagram .sbi_photo_wrap {
    position: relative
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: auto;
    border-radius: 0
}

#sb_instagram .sbi_photo video {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 0
}

#sb_instagram #sbi_images img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
    font-size: 10px !important;
    line-height: .9;
    color: #999
}

#sb_instagram .sbi_link.sbi_disable_lightbox {
    display: none !important
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #333;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    overflow: hidden
}

#sb_instagram .sbi_link.sbi_default a,
#sb_instagram .sbi_link.sbi_default p,
#sb_instagram .sbi_link.sbi_default span {
    text-shadow: 0 0 10px #000
}

#sb_instagram .sbi_link .sbi_hover_bottom,
#sb_instagram .sbi_link .sbi_instagram_link,
#sb_instagram .sbi_link .sbi_lightbox_link,
#sb_instagram .sbi_link .sbi_playbtn,
#sb_instagram .sbi_link .sbi_username a,
#sb_instagram .sbi_link .svg-inline--fa.fa-play {
    opacity: .9
}

#sb_instagram .sbi_link .sbi_instagram_link:hover,
#sb_instagram .sbi_link .sbi_lightbox_link:hover,
#sb_instagram .sbi_link .sbi_playbtn:hover,
#sb_instagram .sbi_link .sbi_username a:hover,
#sb_instagram .sbi_link .svg-inline--fa.fa-play:hover {
    opacity: 1
}

#sb_instagram .sbi_link_area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

#sb_instagram .sbi_link a {
    padding: 0;
    text-decoration: none;
    color: #ddd;
    color: rgba(255, 255, 255, .7);
    line-height: 1.1;
    background: 0 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1
}

#sb_instagram .sbi_link a:active,
#sb_instagram .sbi_link a:hover {
    color: #fff
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -21px;
    padding: 0;
    font-size: 49px;
    font-style: normal !important
}

#sb_instagram .sbi_carousel_vid_first .sbi_lightbox_link,
#sb_instagram .sbi_type_video .sbi_lightbox_link {
    display: none
}

#sb_instagram .sbi_link .sbi_instagram_link {
    font-size: 30px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 2px;
    padding: 8px
}

#sb_instagram .sbi_link a:focus,
#sb_instagram .sbi_link a:hover {
    text-decoration: underline
}

#sb_instagram .sbi_hover_bottom,
#sb_instagram .sbi_hover_top {
    position: absolute;
    width: 98%;
    text-align: center;
    padding: 1% !important;
    margin: 0 !important;
    font-size: 12px;
    color: #ddd;
    color: #fff
}

#sb_instagram .sbi_username {
    top: 0;
    margin: 0
}

#sb_instagram .sbi_username a {
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 2;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

#sb_instagram .sbi_link .sbi_caption {
    line-height: 1;
    padding-top: 10px
}

#sb_instagram .sbi_hover_bottom {
    bottom: 10px;
    line-height: 1;
    z-index: 2
}

#sb_instagram .sbi_hover_bottom p {
    margin: 0;
    padding: 0
}

#sb_instagram .sbi_date,
#sb_instagram .sbi_location {
    padding: 0 5px;
    margin: 3px 0;
    display: inline-block
}

#sb_instagram .sbi_hover_bottom .fa,
#sb_instagram .sbi_hover_bottom svg {
    margin: 0 5px 0 0
}

#sb_instagram .sbi_hover_bottom .sbi_location {
    line-height: 1;
    width: 100%;
    padding: 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram .sbi_hover_bottom .sbi_meta {
    padding: 5px 0 0 0
}

#sb_instagram.sbi_medium .sbi_username a {
    font-size: 11px
}

#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_link .svg-inline--fa.fa-play,
#sb_instagram.sbi_medium .sbi_playbtn {
    margin-top: -12px;
    margin-left: -10px
}

#sb_instagram.sbi_medium .sbi_instagram_link,
#sb_instagram.sbi_medium .sbi_lightbox_link,
#sb_instagram.sbi_medium .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play,
#sb_instagram.sbi_medium .sbi_playbtn {
    font-size: 23px
}

#sb_instagram.sbi_medium .sbi_instagram_link {
    margin: 0;
    padding: 6px
}

#sb_instagram.sbi_medium .sbi_hover_bottom {
    bottom: 7px;
    font-size: 11px
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .svg-inline--fa.fa-play {
    margin-left: -10px
}

#sb_instagram.sbi_medium .sbi_hover_bottom .sbi_location {
    padding: 0 30px
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px
}

#sb_instagram.sbi_small .sbi_username a {
    padding: 3px 2px;
    font-size: 10px;
    line-height: 1
}

#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px
}

#sb_instagram.sbi_small .sbi_carousel_vid_first .svg-inline--fa.fa-play,
#sb_instagram.sbi_small .sbi_instagram_link,
#sb_instagram.sbi_small .sbi_lightbox_link,
#sb_instagram.sbi_small .sbi_photo_wrap .fa-clone,
#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_type_video .svg-inline--fa.fa-play {
    font-size: 18px
}

#sb_instagram.sbi_small .sbi_instagram_link {
    margin: 0;
    padding: 4px 3px;
    font-size: 14px
}

#sb_instagram.sbi_small .sbi_hover_bottom {
    bottom: 3px;
    font-size: 10px
}

#sb_instagram.sbi_small .sbi_hover_bottom .sbi_location {
    padding: 0 18px
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px
}

#sb_instagram .sbi_info {
    width: 100%;
    float: left;
    clear: both;
    text-decoration: none;
    color: #666;
    text-align: center
}

#sb_instagram.sbi_highlight .sbi_info {
    display: none
}

#sb_instagram .sbi_info p {
    width: 100%;
    clear: both;
    padding: 5px 5px 2px 5px !important;
    margin: 0 !important;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram .sbi_expand {
    display: none
}

#sb_instagram .sbi_caption {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

#sb_instagram .sbi_meta {
    line-height: 1.1;
    padding: 4px 0 8px 0
}

#sb_instagram .sbi_meta span {
    margin: 0 5px !important;
    font-size: 11px
}

#sb_instagram .sbi_meta i,
#sb_instagram .sbi_meta svg {
    margin-right: 5px !important;
    font-size: 13px
}

#sb_instagram .sbi_lightbox_link .fa-arrows-alt {
    display: none
}

.sbi_video {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

#sbi_lightbox .sbi_owl-wrapper .sbi_video,
.sbi_video_lightbox .sbi_video {
    display: block
}

#sbi_lightbox .sbi_lb-image-wrap-outer {
    direction: ltr !important
}

#sb_instagram .svg-inline--fa.fa-play,
.sbi_playbtn {
    display: none !important
}

#sb_instagram .sbi_carousel_vid_first .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_carousel_vid_first .sbi_playbtn,
.sbi_type_carousel .fa-clone,
.sbi_type_video .sbi_playbtn {
    display: block !important;
    position: absolute;
    z-index: 1;
    padding: 0;
    font-size: 48px;
    color: #fff;
    color: rgba(255, 255, 255, .9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, .8)
}

.sbi_carousel_vid_first .sbi_playbtn,
.sbi_link .svg-inline--fa.fa-play,
.sbi_type_video .sbi_playbtn {
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.sbi_carousel_vid_first .svg-inline--fa.fa-play,
.sbi_type_carousel svg.fa-clone {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4))
}

#sb_instagram .sbi_carousel_vid_first .sbi_link .sbi_playbtn,
#sb_instagram .sbi_type_video .sbi_link .sbi_playbtn {
    text-shadow: none
}

.sbi_lb_lightbox-carousel-video {
    position: relative !important
}

@media all and (max-width:640px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item {
        width: 50%
    }

    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item {
        width: 25%
    }

    #sb_instagram.sbi_col_2 #sbi_images .sbi_item {
        width: 50%
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 33.33%
    }

    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%
    }

    #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        width: 20%
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 16.66%
    }

    #sb_instagram.sbi_col_7 #sbi_images .sbi_item {
        width: 14.28%
    }

    #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
        width: 12.5%
    }

    #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 11.11%
    }

    #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
        width: 10%
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images .sbi_item {
        width: 20%
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images .sbi_item {
        width: 25%
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images .sbi_item {
        width: 33.33%
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: 50%
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images .sbi_item {
        width: 100%
    }
}

@media all and (max-width:480px) {

    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images .sbi_item,
    #sb_instagram.sbi_mob_col_1 #sbi_images .sbi_item {
        width: 100%
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images .sbi_item {
        width: 50%
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images .sbi_item {
        width: 33.33%
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images .sbi_item {
        width: 25%
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images .sbi_item {
        width: 20%
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images .sbi_item {
        width: 16.66%
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images .sbi_item {
        width: 14.28%
    }
}

body:after {
    content: url(/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png);
    display: none
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000;
    opacity: .9;
    display: none
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.sbi_lightbox a:active,
.sbi_lightbox a:focus,
.sbi_lightbox a:hover {
    outline: 0
}

.sbi_lightbox a img {
    border: none
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.sbi_lb-container-wrapper {
    height: 100%
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.sbi_lb-container > .nav {
    left: 0
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: 0;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.sbi_lb-next,
.sbi_lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    opacity: 1
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    opacity: .5;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.sbi_lb-nav a.sbi_lb-next:hover {
    opacity: 1
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png) no-repeat
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left
}

.sbi_lb-commentBox:after,
.sbi_lb-data:after,
.sbi_lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: 700;
    text-decoration: none
}

.sbi_lb-commenter:hover,
.sbi_lb-data .sbi_lb-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333
}

#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username {
    color: #333
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: 700;
    font-size: 13px
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    opacity: 1;
    color: #fff
}

.sbi_lb-nav {
    height: auto
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important
}

.sbi_lb-container {
    padding: 0
}

#sbi_mod_error,
#sbi_mod_link {
    display: none
}

#sbi_mod_error {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px
}

#sbi_mod_error p:first-child b {
    font-size: 14px
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important
}

#sbi_mod_error span {
    font-size: 12px;
    font-style: italic
}

.sbi_lb-container-wrapper #sbi_mod_error {
    position: absolute;
    z-index: 9999999;
    font-size: 12px;
    line-height: 1.5;
    bottom: 0;
    width: 92%;
    margin: 0 2% 10px 2%;
    padding: 12px 2% 13px 2%;
    background: rgba(255, 255, 255, .9);
    border: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

#sbi_lightbox .sbi_lightbox_action {
    float: left;
    position: relative;
    padding: 0 0 0 10px;
    margin: 5px 0 0 10px;
    border-left: 1px solid #666;
    font-size: 12px
}

#sbi_lightbox .sbi_lightbox_action a {
    display: block;
    float: left;
    color: #999;
    text-decoration: none
}

#sbi_lightbox .sbi_lightbox_action a:focus,
#sbi_lightbox .sbi_lightbox_action a:hover {
    color: #fff
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:focus,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover {
    color: inherit
}

#sbi_lightbox .sbi_lightbox_action .fa,
#sbi_lightbox .sbi_lightbox_action svg {
    margin-right: 5px
}

#sbi_lightbox .sbi_lightbox_action.sbi_instagram .fa,
#sbi_lightbox .sbi_lightbox_action.sbi_instagram svg {
    font-size: 13px
}

#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link {
    width: 100%;
    margin-left: 0;
    padding: 5px 0 0 0;
    border-left: none
}

#sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_box {
    width: 265px;
    left: -15px
}

#sbi_lightbox .sbi_lightbox_tooltip {
    display: none;
    position: absolute;
    width: 100px;
    bottom: 22px;
    left: 0;
    padding: 5px 10px;
    margin: 0;
    background: rgba(255, 255, 255, .9);
    color: #222;
    font-size: 12px;
    line-height: 1.4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sbi_lightbox .sbi_lightbox_tooltip .svg-inline--fa.fa-play {
    position: absolute;
    font-size: 8px;
    bottom: -6px;
    left: 36px;
    color: rgba(255, 255, 255, .9)
}

#sbi_lightbox .sbi_tooltip_social a .fa,
#sbi_lightbox .sbi_tooltip_social a svg {
    font-size: 16px;
    margin: 0;
    padding: 5px
}

#sbi_lightbox .sbi_tooltip_social a#sbi_facebook_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_pinterest_icon .fa,
#sbi_lightbox .sbi_tooltip_social a#sbi_twitter_icon .fa {
    padding-top: 4px;
    font-size: 18px
}

#sbi_lightbox .sbi_tooltip_social a svg {
    font-size: 19px;
    padding: 3px 4px;
    margin: auto
}

#sbi_lightbox .sbi_share_close {
    position: absolute;
    top: -16px;
    right: -16px;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 50% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sbi_lightbox .sbi_share_close:hover {
    cursor: pointer
}

#sbi_lightbox .sbi_share_close:hover svg {
    background: #333;
    border-radius: 50%
}

#sbi_lightbox .sbi_share_close svg {
    width: 12px !important;
    height: 14px !important
}

#sbi_lightbox #sbi_mod_box {
    width: 285px;
    padding: 8px 10px
}

#sbi_lightbox .sbi_tooltip_social {
    width: 145px;
    padding: 5px 5px 4px 5px
}

#sbi_lightbox .sbi_tooltip_social a {
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

#sbi_lightbox .sbi_lightbox_action #sbi_facebook_icon:hover {
    background: #3b5998
}

#sbi_lightbox .sbi_lightbox_action #sbi_twitter_icon:hover {
    background: #00aced
}

#sbi_lightbox .sbi_lightbox_action #sbi_google_icon:hover {
    background: #dd4b39
}

#sbi_lightbox .sbi_lightbox_action #sbi_linkedin_icon:hover {
    background: #007bb6
}

#sbi_lightbox .sbi_lightbox_action #sbi_pinterest_icon:hover {
    background: #cb2027
}

#sbi_lightbox .sbi_lightbox_action #sbi_email_icon:hover {
    background: #333
}

#sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
    width: 8px;
    height: 8px
}

@media all and (max-width:640px) {
    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
        width: 100% !important;
        padding-right: 0 !important;
        background: #000
    }

    .sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
        box-sizing: border-box;
        width: 100% !important;
        position: relative;
        right: 0;
        height: 100%;
        line-height: 1.4;
        overflow: hidden;
        overflow-y: auto;
        text-align: left;
        border-radius: 0 0 5px 5px
    }

    .sbi_lightbox .sbi_lb-image {
        margin: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
        border-radius: 0
    }

    #sbi_lightbox.sbi_lb-comments-enabled #sbi_mod_link.sbi_lightbox_action {
        padding: 0 0 0 10px;
        margin: 5px 0 0 10px;
        border-left: 1px solid #666
    }

    #sbi_lightbox .sbi_lb-nav,
    #sbi_lightbox .sbi_lb-next,
    #sbi_lightbox .sbi_lb-prev {
        display: none !important
    }

    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-page span {
        width: 16px;
        height: 16px
    }
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1s infinite ease-in-out;
    animation: sbi-sk-scaleout 1s infinite ease-in-out
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#sbi_lightbox .sbi_gdpr_notice {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -44px;
    margin-top: -44px;
    padding: 20px
}

#sbi_lightbox .sbi_gdpr_notice svg:not(:root).svg-inline--fa {
    position: relative;
    display: block !important;
    height: 48px;
    width: 48px;
    opacity: .8
}

#sbi_lightbox .sbi_gdpr_notice:hover svg:not(:root).svg-inline--fa {
    opacity: 1
}

.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    -moz-border-radius-bottom-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-top-right: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-details {
    width: 95%
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer {
    position: absolute;
    top: 0;
    right: 0
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
    background: 0 0;
    color: #333;
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 14px
}

.sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close:hover {
    background: rgba(0, 0, 0, .05);
    -moz-border-radius-bottom-left: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:focus,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_tooltip_social a:hover {
    color: #fff
}

.sbi_loading_comments {
    text-align: center;
    margin-top: 15px
}

.sbi_lb-story .sbi_lb-outerContainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: 0;
    background: #fa9b57;
    background: linear-gradient(90deg, #fa9b57 0, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%);
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.sbi_lightbox.sbi_lb-story .sbi_lb-image {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.sb_instagram_header {
    float: left;
    clear: both;
    margin: auto;
    padding: 0;
    line-height: 1.2;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sb_instagram_header a {
    float: left;
    display: block;
    text-decoration: none;
    transition: color .5s ease
}

.sb_instagram_header.sbi_header_outside {
    float: unset;
    margin-left: auto !important;
    margin-right: auto !important
}

.sbi_header_img {
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100% !important;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px
}

.sbi_header_img img {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important
}

.sbi_header_hashtag_icon,
.sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .75)
}

.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px
}

.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_img_hover .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_img_hover .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

.sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
    background: url('/wp-content/plugins/instagram-feed-pro/img/small-logo.png') no-repeat 0 0
}

.sbi_header_img_hover {
    z-index: 2;
    transition: opacity .4s ease-in-out
}

.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.sbi_header_text {
    float: left;
    width: 100%;
    padding-top: 2px
}

.sb_instagram_header.sbi_medium .sbi_header_text {
    padding-top: 10px
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_bio {
    margin-top: 3px !important
}

.sb_instagram_header.sbi_large .sbi_header_text {
    padding-top: 14px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_bio {
    margin-top: 6px !important
}

.sbi_header_text h3,
.sbi_header_text p {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px !important;
    padding: 0 !important
}

.sbi_header_text .sbi_bio_info {
    padding: 0 !important
}

.sbi_bio_info span + span {
    margin-left: 10px
}

#sb_instagram .sbi_bio {
    line-height: 1
}

.sbi_bio_info .fa,
.sbi_bio_info svg {
    padding-right: 3px
}

.sbi_posts_count svg {
    height: 1.05em;
    margin-bottom: -1px
}

.sbi_followers svg.svg-inline--fa.fa-user {
    width: .8em;
    margin-right: 0 !important
}

.sbi_header_type_generic .sbi_header_img,
.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative
}

.sbi_header_type_generic .sbi_no_bio {
    padding-top: 9px !important
}

.sbi_header_type_generic .sbi_header_hashtag_icon,
.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -ms-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_header_type_generic:hover .sbi_header_hashtag_icon,
.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -ms-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    -ms-word-wrap: break-word;
    word-break: break-word
}

.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3
}

.sbi_header_text.sbi_no_info h3 {
    padding-top: 9px !important
}

.sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both
}

.sbi_header_text .sbi_bio_info {
    float: left;
    clear: none;
    margin-top: 2px !important
}

.sbi_header_text h3 {
    margin-right: -50px !important
}

.sbi_header_style_boxed .sbi_header_img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.sbi_header_bar {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sbi_header_style_boxed .sbi_bio_info {
    margin: 2px 5px;
    float: left;
    width: auto
}

.sbi_header_style_boxed .sbi_no_bio h3 {
    margin-top: 9px !important
}

.sbi_header_style_boxed .sbi_bio {
    padding-bottom: 3px !important;
    margin-right: 5px !important
}

.sb_instagram_header.sbi_header_style_boxed .sbi_header_follow_btn {
    float: right;
    padding: 4px 12px;
    background: #517fa4;
    color: #fff;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.sbi_header_follow_btn:focus,
.sbi_header_follow_btn:hover {
    opacity: .85;
    outline: 0
}

.sbi_header_follow_btn .fa,
.sbi_header_follow_btn svg {
    margin-right: 5px;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.sbi_header_style_boxed .sbi_header_hashtag_icon {
    background: 0 0
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    color: #eee;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative
}

#sb_instagram #sbi_load .sbi_load_btn.sbi_hide_load {
    display: none !important
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all .5s ease-in
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all .1s ease-in
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important
}

#sb_instagram .sbi_follow_btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    transition: all .1s ease-in
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: 0;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, .25)
}

#sb_instagram .sbi_follow_btn a:focus,
#sb_instagram .sbi_follow_btn a:hover {
    outline: 0;
    box-shadow: inset 0 0 10px 20px #359dff
}

#sb_instagram #sbi_load .sbi_load_btn:active,
#sb_instagram .sbi_follow_btn a:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, .3)
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px
}

#sb_instagram svg:not(:root).svg-inline--fa,
#sbi_lightbox svg:not(:root).svg-inline--fa {
    box-sizing: unset;
    overflow: visible;
    width: 1em
}

#sb_instagram .svg-inline--fa.fa-w-16,
#sbi_lightbox .svg-inline--fa.fa-w-16 {
    width: 1em
}

#sb_instagram .svg-inline--fa,
#sbi_lightbox .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

#sb_instagram #sbi_images.sbi_carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.sbi_carousel {
    direction: ltr
}

.sbi_carousel .sbi_info,
.sbi_carousel .sbi_owl2row-item {
    display: none
}

.sbi-owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.sbi-owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.sbi-owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.sbi-owl-item,
.sbi-owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.sbi-owl-item {
    position: relative;
    min-height: 1px;
    padding: 0 5px;
    padding: 0;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.sbi-owl-item img {
    display: block;
    width: 100%
}

.sbi-owl-dots.disabled,
.sbi-owl-nav.disabled {
    display: none
}

.sbi-owl-dot,
.sbi-owl-nav .sbi-owl-next,
.sbi-owl-nav .sbi-owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sbi_carousel.sbi-owl-loaded {
    display: block
}

.sbi_carousel.sbi-owl-loading {
    opacity: 0;
    display: block
}

.sbi_carousel.sbi-owl-hidden {
    opacity: 0
}

.sbi_carousel.sbi-owl-refresh .sbi-owl-item {
    visibility: hidden
}

.sbi_carousel.sbi-owl-drag .sbi-owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sbi_carousel.sbi-owl-grab {
    cursor: move;
    cursor: grab
}

.sbi_carousel.sbi-owl-rtl {
    direction: rtl
}

.sbi_carousel.sbi-owl-rtl .sbi-owl-item {
    float: right
}

.no-js .sbi_carousel {
    display: block
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.sbi-owl-animated-in {
    z-index: 0
}

.sbi-owl-animated-out {
    z-index: 1
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.sbi-owl-height {
    transition: height .5s ease-in-out
}

.sbi-owl-item .sbi-owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.sbi-owl-item img.sbi-owl-lazy {
    transform-style: preserve-3d
}

.sbi-owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.sbi-owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/wp-content/plugins/instagram-feed-pro/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.sbi-owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.sbi-owl-video-playing .sbi-owl-video-play-icon,
.sbi-owl-video-playing .sbi-owl-video-tn {
    display: none
}

.sbi-owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.sbi-owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.sbi-owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.sbi-owl-nav {
    margin-top: 0
}

.sbi-owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.sbi-owl-nav.disabled + .sbi-owl-dots {
    margin-top: 10px
}

.sbi-owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    padding: 5px 0;
    margin-top: 5px
}

.sbi-owl-dots .sbi-owl-dot {
    display: inline-block;
    zoom: 1
}

.sbi-owl-dots .sbi-owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #333;
    filter: Alpha(Opacity=25);
    opacity: .25;
    -webkit-backface-visibility: visible;
    transition: opacity .1s ease;
    border-radius: 30px
}

.sbi-owl-dots .sbi-owl-dot.active span,
.sbi-owl-dots .sbi-owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.sbi-owl-item {
    display: inline-block;
    vertical-align: top
}

.sbi-owl-stage-outer {
    overflow-x: hidden;
    overflow-y: hidden
}

.sbi-owl-item > div {
    width: 100% !important
}

.sbi-post-links {
    max-width: 100%
}

.sbi-owl-item {
    box-sizing: border-box
}

.sbi-owl-nav > div {
    position: absolute;
    top: 50%;
    font-size: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    padding: 6px 6px 6px 8px;
    border-radius: 50%;
    margin-top: -15px;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sbi_carousel:hover .sbi-owl-nav > div {
    background: rgba(255, 255, 255, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.sbi_carousel:hover .sbi-owl-nav > div:hover {
    cursor: pointer;
    background: #fff
}

.sbi-owl-nav .sbi-owl-prev {
    margin-left: 7px;
    padding: 6px 8px 6px 6px;
    left: 0
}

.sbi-owl-nav .sbi-owl-next {
    margin-right: 7px;
    right: 0
}

#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    height: 1.2em
}

#sb_instagram .sbi_moderation_link {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px 12px 16px;
    position: static;
    width: 186px;
    height: 50px;
    left: 810.43px;
    top: 0;
    background: #0096cc;
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    text-decoration: none
}

#sb_instagram .sbi_moderation_link .fa,
#sb_instagram .sbi_moderation_link svg,
.sbi_mod_submit_mod .fa,
.sbi_mod_submit_mod svg,
.sbi_moderation_mode .sbi_close_mod .fa,
.sbi_moderation_mode .sbi_close_mod svg {
    margin-right: 9px;
    width: 1em
}

#sb_instagram .sbi_moderation_link:active,
#sb_instagram .sbi_moderation_link:focus,
#sb_instagram .sbi_moderation_link:hover {
    background: #004d77 !important;
    border-color: #004d77 !important;
    color: #fff !important
}

#sbi_lightbox .sbi-owl-dots {
    top: -45px;
    position: relative;
    width: auto;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 3px 5px
}

#sbi_lightbox .sbi-owl-dots .sbi-owl-dot span {
    opacity: .5;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    width: 8px;
    height: 8px
}

#sbi_lightbox .sbi-owl-dots .sbi-owl-dot.active span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

#sbi_lightbox .sbi-owl-nav > div {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 8px;
    margin-top: -16px;
    color: #000;
    zoom: 1;
    padding: 6px 5px 6px 7px;
    font-size: 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: .5;
    z-index: 10
}

#sbi_lightbox .sbi-owl-nav > .sbi-owl-prev {
    right: auto;
    left: 8px;
    padding-left: 5px;
    padding-right: 7px
}

#sbi_lightbox .sbi-owl-nav > div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

#sbi_lightbox .fa-clone {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    opacity: 1;
    z-index: 1
}

.sbi_lightbox .sbi_lb-image {
    margin: 0;
    padding: 0 !important
}

@media all and (max-width:640px) {
    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons div {
        left: 0
    }

    #sbi_lightbox .sbi_owl-theme .sbi_owl-controls .sbi_owl-buttons .sbi_owl-next {
        right: 0
    }

    #sbi_lightbox .fa-clone {
        right: 4px;
        top: 4px
    }
}

@media all and (min-width:800px) {
    .sbi_lightbox.sbi_lb-comments-enabled {
        position: fixed;
        top: 50px !important
    }
}

#sb_instagram .sbi_photo_wrap {
    overflow: hidden
}

#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sb_instagram:not(.sbi_moderation_mode) .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

#sb_instagram #sbi_images.sbi_carousel .sbi_item.sbi_transition .sbi_photo {
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sb_instagram .sbi_link {
    opacity: 0;
    display: block;
    transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link {
    opacity: 1;
    display: block;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out
}

#sb_instagram.sbi_moderation_mode .sbi_photo_wrap .sbi_link {
    display: none !important
}

@media all and (min-width:480px) {
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 40px
    }

    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 40px
    }

    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px
    }

    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
        font-size: 14px
    }

    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        margin-left: 95px !important;
        line-height: 1.4
    }

    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        margin-right: -85px !important
    }

    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info {
        margin-top: 4px !important
    }

    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_bio h3 {
        padding-top: 7px !important
    }

    .sb_instagram_header.sbi_header_type_generic.sbi_medium .sbi_no_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text.sbi_no_info h3 {
        padding-top: 20px !important
    }

    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 60px
    }

    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 60px
    }

    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px
    }

    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
        font-size: 16px
    }

    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        margin-left: 140px !important;
        line-height: 1.5
    }

    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        margin-right: -120px !important
    }

    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info {
        margin-top: 12px !important
    }

    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_bio h3 {
        padding-top: 12px !important
    }

    #sb_instagram .sb_instagram_header.sbi_header_type_generic.sbi_large .sbi_no_bio,
    .sb_instagram_header.sbi_large .sbi_header_text.sbi_no_info h3 {
        padding-top: 32px !important
    }
}

.sb_instagram_header.sbi_centered {
    float: none;
    clear: both;
    padding: 0;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 500px;
    overflow: hidden
}

.sb_instagram_header.sbi_centered .sbi_header_img {
    float: none;
    margin: auto !important
}

.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio,
.sb_instagram_header.sbi_centered .sbi_header_text .sbi_bio_info,
.sb_instagram_header.sbi_centered .sbi_header_text h3 {
    margin: auto !important;
    text-align: center;
    float: none
}

.sb_instagram_header.sbi_header_style_boxed .sbi_header_img,
.sb_instagram_header.sbi_header_style_boxed .sbi_header_img img {
    border-radius: 0 !important
}

.sb_instagram_header.sbi_centered a {
    float: none
}

.sb_instagram_header.sbi_story * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sb_instagram_header.sbi_story .sbi_header_img {
    padding: 3px;
    background: #fa9b57;
    background: linear-gradient(45deg, #fa9b57 0, #f7763f 35%, #e34876 55%, #dc327c 75%, #c73390 100%)
}

.sb_instagram_header.sbi_story.sbi_header_style_boxed .sbi_header_img:after {
    border-radius: 0
}

.sb_instagram_header.sbi_story .sbi_header_img_hover .sbi_new_logo {
    background: url('/wp-content/plugins/instagram-feed-pro/img/sbi-sprite.png') no-repeat -91px -27px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px
}

.sb_instagram_header.sbi_story .sbi_header_img_hover {
    transition: opacity .2s ease-in-out
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none
}

#sb_instagram .sbi_header_link:hover {
    border: none
}

.sb_instagram_header.sbi_story .sbi_header_img img {
    height: auto;
    border: 3px solid #fff !important;
    border-radius: 50%
}

.sbi_story .sbi_header_img_hover {
    background: 0 0
}

.sb_instagram_header.sbi_story .sbi_header_link:hover .sbi_header_img img {
    border: 0 solid #fff !important
}

.sbi_story .sbi_header_link:hover .sbi_header_img {
    padding: 25px
}

.sbi_story.sbi_medium .sbi_header_link:hover .sbi_header_img {
    padding: 40px
}

.sbi_story.sbi_large .sbi_header_link:hover .sbi_header_img {
    padding: 60px
}

#sb_instagram.sbi_highlight,
#sb_instagram.sbi_masonry {
    display: block !important
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item,
#sb_instagram.sbi_masonry #sbi_images .sbi_item {
    position: relative;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important
}

#sb_instagram.sbi_highlight #sbi_images .sbi_item {
    height: 100px;
    width: 100px
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram.sbi_highlight #sbi_images .sbi_item.sbi_num_diff_hide,
#sb_instagram.sbi_masonry #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important
}

.sbi_highlight #sbi_images:after,
.sbi_masonry #sbi_images:after {
    content: '';
    display: table;
    clear: both
}

.sbi_masonry .sbi_hide {
    visibility: hidden
}

#sb_instagram .sbi_frontend_notice {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f9f9f9;
    color: #333;
    border: 1px solid #eee;
    font-size: 12px;
    line-height: 1.5
}

#sb_instagram .sbi_frontend_notice .sbi_close_notice {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
    color: #999;
    height: 10px;
    line-height: 1
}

#sb_instagram .sbi_frontend_notice .sbi_close_notice:active,
#sb_instagram .sbi_frontend_notice .sbi_close_notice:hover {
    color: #333
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

#sb_instagram.sbi_no_autop .sbi_item {
    float: left
}

#sb_instagram.sbi_no_autop #sbi_load br,
#sb_instagram.sbi_no_autop br {
    display: none !important
}

#sb_instagram.sbi_no_autop #sbi_images .sbi_caption_wrap br {
    display: none !important
}

#sb_instagram.sbi_no_autop #sbi_load p {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important
}

#sb_instagram.sbi_no_autop #sbi_images p {
    margin: 0
}

@media all and (min-width:641px) {

    .sbi.sbi_no_autop.sbi_col_1 .sbi_item:nth-child(n+1),
    .sbi.sbi_no_autop.sbi_col_2 .sbi_item:nth-child(2n+1),
    .sbi.sbi_no_autop.sbi_col_3 .sbi_item:nth-child(3n+1),
    .sbi.sbi_no_autop.sbi_col_4 .sbi_item:nth-child(4n+1),
    .sbi.sbi_no_autop.sbi_col_5 .sbi_item:nth-child(5n+1),
    .sbi.sbi_no_autop.sbi_col_6 .sbi_item:nth-child(6n+1),
    .sbi.sbi_no_autop.sbi_col_7 .sbi_item:nth-child(7n+1) {
        clear: left
    }
}

@media all and (min-width:481px) and (max-width:640px) {
    #sb_instagram.sbi_no_autop.sbi_mob_col_auto #sbi_images .sbi_item:nth-child(2n+1) {
        clear: left
    }
}

@media all and (max-width:480px) {
    #sb_instagram.sbi_mob_col_2.sbi_no_autop #sbi_images .sbi_item:nth-child(2n+1) {
        clear: left
    }

    #sb_instagram.sbi_mob_col_3.sbi_no_autop #sbi_images .sbi_item:nth-child(3n+1) {
        clear: left
    }

    #sb_instagram.sbi_mob_col_4.sbi_no_autop #sbi_images .sbi_item:nth-child(4n+1) {
        clear: left
    }

    #sb_instagram.sbi_mob_col_5.sbi_no_autop #sbi_images .sbi_item:nth-child(5n+1) {
        clear: left
    }

    #sb_instagram.sbi_mob_col_6.sbi_no_autop #sbi_images .sbi_item:nth-child(6n+1) {
        clear: left
    }

    #sb_instagram.sbi_mob_col_7.sbi_no_autop #sbi_images .sbi_item:nth-child(7n+1) {
        clear: left
    }
}

#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close,
.sbi_header_outside.sbi_header_palette_dark {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75)
}

#sb_instagram.sbi_palette_dark .sbi_caption,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
.sbi_header_palette_dark {
    color: rgba(255, 255, 255, .75)
}

#sb_instagram.sbi_palette_dark .sbi_meta,
.sbi_header_palette_dark .sbi_bio {
    color: rgba(255, 255, 255, .75)
}

#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
.sbi_header_palette_dark a {
    color: #fff
}

#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close,
.sbi_header_outside.sbi_header_palette_light {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75)
}

#sb_instagram.sbi_palette_light .sbi_caption,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
.sbi_header_palette_light {
    color: rgba(0, 0, 0, .85)
}

#sb_instagram.sbi_palette_light .sbi_meta,
.sbi_header_palette_light .sbi_bio {
    color: rgba(0, 0, 0, .85)
}

#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
.sbi_header_palette_light a {
    color: #000
}

.bundle-view-row .bundle-prodct h4 a,
.newbundledesign .bundle-prodct p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media only screen and (min-width:1500px) {
    .close-menu {
        position: absolute;
        right: -20px;
        top: -18px
    }

    body #bundleContentRowNew .bundle-view-row .cs-col.bundle-view-col {
        width: calc(100% - 574px);
        max-width: calc(100% - 574px) !important;
        flex: calc(100% - 574px)
    }

    body .cs-bundle-view .bundle-view-row .bundle_cards_box {
        flex: 574px;
        max-width: 574px
    }

    .bundle-products-5 .product-card {
        min-height: 390px
    }
}

.bundle-products-5 .product-card {
    min-height: 390px
}

#bundleContentRowNew .bundle-products-col.empty-list .product-content .img,
#bundleContentRowNew .bundle-products-col.empty-list .product-content .title,
.cs-bundle-view.newbundledesign .cs-collapse-btn .mfp-close,
.desktophide,
.newbundledesign .order-review .hr {
    display: none
}

.bundle-view-row .bundle-prodct h4 a {
    color: #000
}

.btn_bordered {
    border: 2px solid #f4c672;
    border-radius: 80px
}

.cs-collapse-btn .cs-header {
    margin: 0 auto;
    position: relative
}

.bundle-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 58px 18px 0;
    height: 640px;
    overflow-y: hidden
}

.bundle-wrapper figure {
    margin-bottom: 6px
}

.bundle-left-wrap {
    width: 70%;
    height: 100%;
    overflow-y: auto
}

.bundle-right-wrap {
    width: 30%
}

.bundle-prodct {
    text-align: center;
    margin-bottom: 30px
}

.newbundledesign div.bundle-prodct h3 {
    font-size: 19px;
    margin-bottom: 5px
}

.newbundledesign div.bundle-prodct p {
    margin-bottom: 10px
}

.newbundledesign .bundle-prodct .btn {
    padding: 6px 14px;
    font-family: 'Playfair Display';
    color: #000
}

.newbundledesign .bundle-info-wrap h3 {
    font-size: 23px;
    font-weight: 500
}

.newbundledesign .bundle-info-wrap ul {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
    color: #000;
    margin-bottom: 17px
}

.newbundledesign .bundle-info-wrap ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 36px;
    line-height: 1.3;
    padding-right: 0
}

.newbundledesign .bundle-info-wrap ul li:before {
    width: 17px;
    height: 14px;
    content: " ";
    background-image: url(/wp-content/themes/images/tick.png);
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 2px
}

.newbundledesign .add-product {
    background-color: #f6f6f6;
    border-radius: 10px;
    font-size: 31px;
    text-align: center;
    color: rgba(0, 0, 0, .15);
    margin-bottom: 7px;
    font-family: 'Playfair Display';
    line-height: 1;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.newbundledesign .product-wrap {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 3px solid #f6f6f6;
    border-radius: 10px;
    display: block;
    min-height: 100%;
    flex-wrap: wrap;
    position: relative;
    padding: 8px 0
}

.newbundledesign .product-image {
    width: 40px;
    display: inline-block;
    vertical-align: middle
}

.newbundledesign .product-dsc {
    width: calc(100% - 70px);
    display: inline-block;
    font-size: 17px;
    color: #000;
    text-align: left;
    padding-right: 29px
}

.newbundledesign .remove-prod {
    position: absolute;
    font-family: AktivGrotesk;
    color: #000;
    font-size: 20px;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer
}

.newbundledesign .bundle-popup-wrap .mfp-close {
    position: absolute;
    top: 14px;
    right: 34px;
    opacity: 1;
    font-size: 0px;
    text-transform: capitalize
}

#bundleContentRowNew .bundle-products-col.empty-list {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #f8f8f8
}

.newbundledesign .bundle-section {
    padding-top: 0;
    padding-bottom: 126px
}

.newbundledesign .create-bundle-text-img {
    display: flex;
    width: 100%;
    border: 8px solid #f4c672;
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 391px
}

.newbundledesign .bundle-block h2 {
    font-weight: 500;
    letter-spacing: -.02em;
    margin: 10px 0
}

.newbundledesign .bundle-block p {
    color: #5b5b5b;
    margin: 5px 0;
    line-height: 22px
}

.newbundledesign .bundle-products-row-new::-webkit-scrollbar {
    width: 1em;
    height: 3px
}

.newbundledesign .bundle-products-row-new::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1)
}

.newbundledesign .bundle-products-row-new::-webkit-scrollbar-thumb {
    background-color: #a9a9a9
}

body .cs-bundle-view.newbundledesign {
    padding: 0;
    width: 100%
}

.cs-bundle-view.newbundledesign .container {
    max-width: 1400px;
    position: relative
}

#bundleContentRowNew.four-child .bundle-products-col .product-content .img,
.newbundledesign .bundle-products-row .section-best-bundle {
    width: 100%
}

.newbundledesign .bundle-products-row .futureprod-box {
    width: 25%;
    float: left
}

#bundleContentRowNew .bundle-products-col .product-content .title {
    position: absolute;
    right: -8px;
    top: -4px
}

.cs-bundle-view.newbundledesign div#bundleContent .card {
    background: 0 0
}

.cs-bundle-view.newbundledesign div#bundleContent {
    background: #f4f4f2;
    padding: 58px 18px 0;
    height: 630px;
    overflow: auto
}

.cs-bundle-view.newbundledesign,
.cs-bundle-view.newbundledesign .section-best-bundle,
.newbundledesign .bundle-view-row .bundle-prodct {
    padding: 0
}

.cs-bundle-view.newbundledesign .cs-collapse-btn {
    width: 100%;
    padding: 20px 0
}

#bundleContentRowNew .bundle-products-col {
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 9px;
    padding: 12px 15px;
    border-radius: 12px;
    background: #fff
}

.newbundledesign .save-items-sec .item-content h5,
body .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order {
    margin-bottom: 0
}

.newbundledesign .add-to-cart-get-it-cart i {
    margin-right: 5px
}

#bundleContentRowNew .bundle-products-col .product-content .overview {
    margin-left: 0;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%
}

.newbundledesign .product-bundle .futureprod-info {
    padding-top: 40px
}

.newbundledesign .order-review {
    background: #fff;
    padding: 15px 10px 0;
    border-radius: 10px
}

.newbundledesign .order-review .cs-order {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0
}

.newbundledesign .order-review .cs-order .cs-order-btn {
    margin: 15px -20px 0 !important
}

.newbundledesign .bundle-prodct p {
    line-height: 20px
}

.newbundledesign .cart-desc .cs-collapse-btn span {
    color: #000;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400
}

.newbundledesign .cart-bundle-items {
    width: 100%;
    margin-bottom: 25px
}

.cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn .btn {
    border: 2px solid #fcc463;
    border-radius: 0 0 8px 8px;
    background-color: transparent;
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.75;
    letter-spacing: normal;
    color: #000;
    padding: 0 30px;
    width: 100%
}

.cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order-overview .title {
    margin-bottom: 24px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 43px;
    letter-spacing: -.03em;
    color: #000;
    text-transform: capitalize
}

body .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order-overview .content {
    line-height: 20px;
    font-size: 13px
}

.newbundledesign .product-bundle .futureprod-info .btn-wrap {
    margin-top: 30px
}

.newbundledesign .bundle-prodct h4 {
    font-size: 18px;
    font-weight: 500
}

.newbundledesign .bundle-view-row .order-review {
    position: fixed;
    max-width: 574px;
    right: 0
}

.newbundledesign .bundle-view-row {
    margin: 0 auto
}

.cs-mb-bundle-view .cs-collapse-btn button.mfp-close {
    display: block
}

@media (max-width:767px) {
    .bundle-products-5 .product-card {
        min-height: 310px
    }

    #bundleContentRowNew .bundle-products-col {
        max-height: 110px;
        flex: 0;
        min-width: 31% !important;
        padding: 0
    }

    #bundleContentRowNew .cs-col:first-child {
        padding: 0 !important
    }

    .product-card .title img {
        width: 21px
    }

    .desktophide div.content {
        padding: 20px
    }

    .newbundledesign div.cs-header {
        padding: 0 5px
    }

    .newbundledesign {
        z-index: 9999
    }

    .desktophide {
        display: block
    }

    .newbundledesign .bundle-view-row .order-review {
        max-width: 100%;
        position: relative
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .col.col-3 {
        max-width: 48%;
        flex: 0 0 48%
    }

    .cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title {
        font-size: 20px !important;
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title span {
        float: right
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order-overview {
        margin-top: 0 !important;
        margin-bottom: 0
    }

    .newbundledesign .bundle-view-row {
        max-width: 100%;
        margin: unset
    }

    .bundleContentRowNew .desktop-hide-content,
    .newbundledesign .bundle-view-row .cs-col:last-child .cs-order-overview {
        display: none
    }

    .newbundledesign .desktop-hide-content {
        display: block !important;
        margin: 80px 0 0 !important
    }

    #bundleContentRowNew .bundle-products-col .product-content {
        height: auto !important
    }

    .cs-bundle-view.newbundledesign .container-fluid {
        padding: 0
    }

    .cs-bundle-view.bundleContentRowNew .cs-collapse-btn,
    .newbundledesign .cs-mb-bundle-view .cs-collapse-btn {
        padding: 20px 15px
    }

    .newbundledesign #mobile_content {
        height: 80px;
        overflow: hidden
    }

    .newbundledesign .unset_height {
        height: unset !important
    }

    .newbundledesign #myBtn {
        color: #000;
        font-size: 14px;
        background-color: transparent
    }

    .newbundledesign .bundle-products-row {
        overflow: scroll
    }

    .newbundledesign .bundle-view-row .bundle-view-col {
        overflow: unset
    }

    #bundleContentRowNew .bundle-products-col .product-content .img img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 100%
    }

    .newbundledesign .bundle-view-row .order-review .bundle-products-row-new {
        padding-left: 0 !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col {
        flex: 0 0 100%;
        max-width: 100%
    }

    .newbundledesign .bundle-view-row .order-review {
        position: relative;
        max-width: 100%
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row .col.col-3 {
        max-width: 33%;
        flex: 0 0 33%
    }

    .cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title {
        font-size: 14px
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .cs-col .cs-order-overview {
        margin-top: 0 !important;
        margin-bottom: 25px
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row {
        flex-wrap: nowrap
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col {
        overflow: scroll
    }
}

@media (min-width:1300px) {
    .newbundledesign .bundle-prodct {
        padding: 0 15px
    }

    .newbundledesign .bundle-view-row .bundle-prodct figure {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-height: 80px;
        height: 80px
    }

    .newbundledesign .bundle-view-row .bundle-prodct figure img {
        max-width: 55%
    }
}

.newbundledesign .bundle-view-row .bundle-prodct h4 {
    margin-bottom: 10px;
    color: #000;
    font-size: 19px;
    font-family: 'Playfair Display';
    min-height: 43px
}

.newbundledesign .create-bundle-wrap {
    margin: -9px -5px 0;
    cursor: pointer
}

.arrowbtn {
    text-decoration: none;
    border: 2px solid #f4c672;
    border-radius: 80px;
    background-color: #f4c672;
    transition: .5s
}

@media (max-width:767px) {
    .cs-bundle-view .cs-collapse .card.card-body .cs-col .cs-order .cs-order-btn .btn {
        font-size: 12px
    }

    .cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title {
        font-size: 16px !important;
        line-height: 34px
    }

    .bundle-products-col.bundle-products-5 div.img {
        max-height: 150px
    }

    .newbundledesign .col-md-6.cs-col.bundle_cards_box.w3_bg {
        padding: 0 !important
    }

    .newbundledesign button#add-bundle-cart {
        position: fixed;
        bottom: 0;
        z-index: 9
    }

    .formcheckbox {
        margin-bottom: 83px
    }

    button.hidemorebtn,
    button.showmorebtn {
        border: 0;
        padding-left: 20px;
        color: #b5b5b0;
        background: 0 0
    }

    #bundleContentRowNew .bundle-products-col.empty-list .product-content .overview {
        height: 100%;
        top: 0;
        line-height: 90px !important
    }

    .newbundledesign .bundle-prodct p {
        font-size: 14px;
        line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .newbundledesign .bundle-prodct .btn {
        padding: 6px 14px;
        font-size: 16px
    }

    .newbundledesign .cs-mb-bundle-view .mfp-close:after {
        right: 0
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .col-md-3.cs-col,
    .cs-bundle-view.newbundledesign div#bundleContent {
        padding: 0
    }

    #bundleContentRowNew .bundle-products-col .product-card .overview {
        display: none
    }

    .cs-bundle-view.newbundledesign #bundleContentRowNew {
        display: flex;
        justify-content: flex-start;
        gap: 10px
    }

    .bundleproductshortdesc {
        display: none !important
    }

    #bundleContentRowNew .bundle-products-col .product-content {
        position: unset
    }

    #bundleContentRowNew .bundle-products-col .product-content .img img {
        object-fit: contain;
        width: 119px;
        height: 90px;
        max-width: 100%;
        padding: 10px
    }

    .bundle-view-row .bundle-prodct h4 {
        font-size: 15px !important;
        font-weight: 500;
        margin-bottom: 0 !important
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row figure {
        height: 140px;
        display: flex;
        align-items: flex-end;
        margin: 0 0 13px;
        justify-content: center;
        min-height: 140px
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row figure img {
        max-width: 90px
    }

    #bundleContentRowNew .bundle-products-col .product-content .title {
        position: absolute;
        right: 4px;
        top: 0;
        max-width: 21px
    }

    #bundleContentRowNew .bundle-products-col .product-content .img {
        width: auto !important
    }
}

.cs-bundle-view.newbundledesign .cs-collapse-btn .container-fluid {
    position: relative
}

.order-review #bundleContentRowNew {
    display: flex;
    gap: 7px;
    margin-bottom: 4px;
    margin-top: 2px;
    padding: unset
}

#bundleContentRowNew .bundle-products-col .product-content {
    position: relative;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:1350px) {
    .newbundledesign .bundle-view-row .order-review {
        margin-right: 65px
    }
}

.newbundledesign .bundle-view-row .bundle-products-row .bundle-prodct h4 a {
    -webkit-line-clamp: inherit;
    -moz-line-clamp: inherit
}

.newbundledesign .bundle-products-row {
    overflow: inherit
}

.newbundledesign .bundle-view-row .bundle-prodct figure {
    margin: 0 0 10px;
    min-height: 225px
}

.newbundledesign .bundle-view-row .bundle-prodct figure img {
    max-width: 100%
}

.newbundledesign .bundle-view-row .order-review .bundle-products-row-new {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 12px
}

.newbundledesign .bundle-view-row .order-review .cs-order-overview {
    padding-left: 12px
}

.latest-bundle-blocks .futureprod-box {
    margin: 0 0 45px
}

.close-menu {
    right: 15px
}

.newbundledesign .bundle-view-row {
    max-width: 100%;
    justify-content: center
}

#bundleContentRowNew .product-card {
    background: 0 0;
    min-height: auto;
    padding: 0;
    max-width: unset
}

#bundleContentRowNew .bundle-products-col {
    min-height: auto;
    width: 33.33%;
    min-width: 162px;
    max-width: 162px
}

#bundleContentRowNew .bundle-products-col .product-content .img {
    text-align: center;
    height: 106.25px;
    width: 80px;
    margin: auto auto 13.75px
}

.col-2.bundle-products-5.cs-col.bundle-products-col {
    padding: 5px !important
}

.bundle-products-5 .img {
    min-height: 150px
}

.four-child .bundle-products-col .product-content .img {
    height: 150px
}

.cs-collapse-btn .cs-header {
    max-width: 98%
}

.latest-bundle-blocks h2.text-center.mb-5 span {
    display: block;
    font-style: italic
}

.cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title {
    font-size: 23px
}

.bundleproduct-wrap .offertag span.woocommerce-Price-amount.amount bdi {
    color: #d47f16 !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: AktivGrotesk
}

#bundleContentRowNew .bundle-products-col.empty-list .product-content .overview {
    display: flex;
    overflow: visible;
    margin-top: 0;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    color: #000;
    opacity: .2;
    align-items: center;
    height: 100%;
    position: relative;
    top: -14px;
    line-height: 175px
}

.cs-bundle-view.newbundledesign .cs-collapse-btn .cs-header .title span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #b0b0b0
}

@media (max-width:991px) {
    .cs-scroll-spy .list-groups .list-group-item {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .newbundledesign .bundle-view-row .bundle-products-row .bundle-prodct h4 a {
        min-height: 60px
    }
}

@media (max-width:450px) {
    .bundle-prodct {
        margin-bottom: 5px !important
    }

    .newbundledesign .bundle-view-row .bundle-prodct figure {
        min-height: 150px
    }

    .cs-bundle-view.newbundledesign .cs-collapse .card.card-body .bundle-view-row .bundle-view-col .bundle-products-row figure {
        height: 150px
    }

    #bundleContentRow .col-4 {
        flex: 0 0 38%;
        max-width: 38%;
        padding-right: 0;
        margin-bottom: 25px
    }

    #bundleContentRowNew .bundle-products-col .product-content {
        height: auto
    }

    .cs-scroll-spy .list-groups .list-group-item {
        margin: 10px 0
    }
}

@media (max-width:380px) {
    #bundleContentRowNew .bundle-products-col {
        width: 100px !important
    }
}

@media (max-width:340px) {
    .newbundledesign .bundle-view-row .bundle-prodct h4 {
        min-height: 67px
    }
}

#bundleContentRowNew .bundle-products-col.empty-list .product-card {
    min-height: unset
}
