/* Category Page */
.product-item-details div .tomperal {
    display: none;
}

.size .swatch-attribute-options .swatch-option-link-layered {
}

.size .swatch-attribute-options .swatch-option-link-layered .swatch-option {
    border: 0px;
    padding: 15px;
    left: 10%;
    right: 10%;
    top: calc(50% - 16px / 2);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1E293B;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover {
    background: #1E293B;
    border: 0px;
    left: 10%;
    right: 10%;
    top: calc(50% - 16px / 2);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 2px solid #E2E8F0;
}

@media screen and (min-width: 601px) {
    .page-products .products-grid .product-item {
        margin-left: 2% !important;
        padding: 5px;
        width: calc((100% - 6%) / 3);
    }

    .cozmot-cat-block-top {
        margin-top: -25px;
        margin-bottom: 30px;
    }

    .product-image-wrapper {
        padding-bottom: 100% !important;
    }

    .page-products .sorter {
        padding-right: 6%;
    }
}

@media screen and (max-width: 600px) {
    .pages .pages-items {
        padding-right: 0px;
        padding-left: 0px;
    }

    .pages .item {
        margin: 0 0px 0 0;
    }
}

.toolbar select {
    padding-left: 0px;
    margin-left: 0px;
    background-color: #ffffff00;
    box-shadow: none;
}

.page-wrapper {
    background: #ffffff;
}

.pages .action.previous:before {
    content: none;
}

.pages .action.next:before {
    content: none;
}

.size .swatch-attribute-options .swatch-option-link-layered .swatch-option:hover {
    background: #1E293B !important;
}

@media screen and (max-width: 600px) {
    .pages .action.previous {
        margin-right: -5px !important;
    }

    .pages .action.next {
        margin-left: -5px !important;
    }

    .product-image-wrapper {
        padding-bottom: 100% !important;
    }

    .category-page-block-desktop {
        display: none;
    }
}

{
    font-family: 'Inter', sans-serif
;
    vertical-align: text-top
;
    font-size: 16px
;
    font-style: normal
;
    font-weight: 400
;
    line-height: 24px
;
    letter-spacing: 0px
;
    text-align: left
;
    color: #1E293B !important
;
}
.breadcrumbs .item:not(:last-child):after {
    line-height: 28px !important;

}

.hero-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.hero-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.breadcrumbs .items a {
    font-family: 'Inter', sans-serif;
    vertical-align: text-top;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #64748B !important;
}

.breadcrumbs .items strong {
    font-family: 'Inter', sans-serif;
    vertical-align: text-top;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    color: #1E293B !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1E293B;
}

::-moz-placeholder { /* Firefox 19+ */
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1E293B;
}

@media screen and (min-width: 601px) {
    select:not([disabled]):focus {
        box-shadow: 0 0 3px 1px #ffffff00;
    }
}
.availability.only.configurable-variation-qty {
    display: none !important;
}

.fieldset {
    margin-bottom: 0px !important;
}

li#shipping {
    padding-top: 30px;
}

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: ' ';
}
#qty-error {
    display: inline;
    float: right;
}

/* Filters Bug Spacing */
.filter.active .filter-options {
    left: 18px;
    padding-right: 18px;
}

.custom-totals .shipping .mark .value {
    display: none;
}

.opc-wrapper .action-show-popup {
    width: 100%;
    padding: 20px 20px 20px 48px;
    text-align: left;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 5px 5px 5px 5px;
    position: relative;
}

.opc-wrapper .action-show-popup > span:before {
    content: ' ';
    padding-right: 0;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    box-sizing: border-box;
    border-radius: 8px;
    flex: none;
    order: 0;
    position: absolute;
    font-size: 12px;
    flex-grow: 0;
    margin: 0px 16px 0px 0px;
    height: 16px;
    width: 16px;
    left: 18px;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #CBD5E1;
    width: 100% !important;
    padding-left: 17px;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    display: none;
}

.opc-wrapper .shipping-address-item.selected-item .cozmot-shipping-address-item-object-bold:before {
    content: url(../based/radio-icon.png) !important;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.opc-wrapper .shipping-address-item.not-selected-item .cozmot-shipping-address-item-object-bold:before {
    content: ' ';
    padding-right: 0;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    box-sizing: border-box;
    border-radius: 8px;
    flex: none;
    order: 0;
    right: auto;
    font-size: 12px;
    flex-grow: 0;
    margin: 0;
    position: absolute;
    left: 18px;
    height: 17px;
    top: 28px;
    width: 17px;
}

@media (min-width: 769px) {
    .product-options-wrapper .swatch-attribute {
        padding-right: 80px;
    }

    a#size-chart-btn {
        bottom: 31px;
    }
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

a.action.remind {
    margin-top: 0 !important;
}

.product-item-info .product-item-details {
    padding: 4px 5px 5px 14px;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    box-shadow: none !important;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    border-radius: 50px;
    background: #25866F;
    border: transparent;
}

#message-empty-case {
    display: none;
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #FFE8E8;
    color: red;
    padding-left: 45px;
    position: relative;
}

#message-empty-case-email {
    display: none;
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #FFE8E8;
    color: red;
    padding-left: 45px;
    position: relative;
}

.strong-naming {
    padding-right: 4px;
}

.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
    background: #1E293B !important;
}

.installments-header {
    display: none;
}

.block-dashboard-orders {
    margin-top: 20px;
}

.block-dashboard-addresses .block-title {
    padding-top: 20px;
    margin-bottom: 10px !important;
}

input#newsletter {
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    width: 183px !important;
    border-radius: 30px;
    order: inherit;
    margin-right: 0;
    border: 0;
    box-shadow: none;
    margin-top: 8px !important;
    padding-left: 10px;
}

.custm-newsbtn {
    margin-left: 0px !important;
}

div#cardselected_true {
    background: unset;
    width: auto;
    z-index: 999;
    background-color: transparent;
    background-position: 380px 40px;
    background-size: 420px;
    /*border: 1px solid #ccc;*/
    padding: 10px 10px 10px 20px;
    float: none;
    margin-bottom: 20px !important;
    border-radius: 0px 0px 5px 5px;
}

div#cardselected_true > div {
    width: 65%;
}

div[style="display: none;"] + #cardselected_true {
    border: unset !important;
}

.logo {
    margin: 0 !important;
    width: 20%;
    flex: auto;
}

.header.content {
    padding: 10px 20px 10px 12px !important;
    min-height: 91px;
    display: flex;
    align-items: center;
}

.qty-right {
    float: right;
    display: inline-block;
    padding-top: 8px;
}

.qty-right span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #64748B;
}

.qty-right .qty {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #1E293B;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
}

.block-content.mujtaba .items-total {
    display: none;
}

.modal-slide._inner-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 110px;
    padding: 10px;
}

a.action.viewcart {
    position: absolute;
    bottom: 0;
    height: 32px;
    left: 0;
    margin: 4px;
    background: #F8FAFC;
    border: 1px solid #1E293B;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    border-radius: 3px;
    width: 98%;
    padding: 0px;
}

a.action.viewcart span {
    vertical-align: sub;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #1E293B;
}

.powered-by-img img {
    width: 85px;
}

.minicart-items-wrapper {
    max-height: 210px;
}

.account .sidebar-main {
    padding-right: 0% !important;
}

#vido-modal iframe {
    width: 100%;
}

.reward-binder-div {
    display: inline-flex;
}

.account #payment_form_stripe_payments_payment .payment-method {
    padding: 20px;
    width: auto;
    display: block !important;
}

.stripe-payments-installments-form .messages {
    display: none;
}

.minicart-items .update-cart-item {
    margin-top: 7px;
}

.form-wishlist-items .action.edit {
    display: none !important;
}

.logo img {
    width: 185px;
    max-height: 75px;
    object-fit: scale-down;
}

.stripe-payments-billing-address-warning {
    display: none;
}

.block-order-details-view {
    margin-bottom: 0 !important;
}

.table-paypal-review-items .cart tr td:nth-child(1) .product-item-details {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    padding-top: 20px;
}

.checkout-route-btn {
    width: 100%;
    background: #25866F;
    color: white !important;
    border-radius: 50px;
    min-height: 50px;
    font-size: 19px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-top: 0.5rem;
}

.checkout-route-btn:hover {
    color: white;
    text-decoration: unset;
}

.showcart svg {
    vertical-align: middle;
}

.updated.cozmot-towishlist {
    display: flex;
    width: 40%;
    padding: 10px 70px;
}

.products-grid.wishlist textarea.product-item-comment {
    display: none;
}

.products-grid.wishlist .box-tocart {
    border-top: unset !important;
}

.form-cart .update {
    background: #1e293b;
    color: white;
    padding: 14px;
    border-radius: 50px;
    border: 0;
}

.form-address-edit input {
    border-radius: 6px;
    border: 1px solid #CBD5E1;
}

.form-address-edit select {
    border-radius: 6px;
}

.form-wishlist-items .actions-toolbar .action {
    background: #1e293b;
    color: white;
    border-radius: 50px;
}

.subscribe .newsletter {
    float: none !important;
}

.block.newsletter .actions {
    position: relative;
    right: 0;
    top: 17px;
    float: none !important;
}

.sales-order-history .cozmot-pages-item-previous {
    display: none;
}

.sales-order-history .cozmot-pages-item-next {
    display: none;
}

.qr-popup .modal-inner-wrap {
    width: 100%;
    max-width: 360px;
    margin: auto !important;
}

.modal-popup .fixed {
    position: static;
}

.qr-popup .modal-footer {
    display: none;
}

.qr-popup .modal-body-content #qrcode {
    width: 100% !important;
    height: auto !important;
    margin-top: 0 !important;
}

.qr-popup .modal-body-content {
    padding: 10px 10px 10px 10px;
}

.qr-popup a#download {
    display: block;
    text-align: right;
    margin: 20px 0 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}

.qr-popup a#download button {
    background: black;
    color: white;
    border: transparent;
    border-radius: 50px;
}

.qr-popup .modal-content {
    padding-bottom: 0 !important;
}

.qr-popup .modal-body-content #qrcode canvas {
    width: 100%;
}

.qr-popup {
    padding: 20px;
}

.form-address-edit .intl-tel-input .selected-flag {
    padding: 5px 0 4px 8px !important;
    height: 27px;
}

.form-address-edit .intl-tel-input .selected-flag .iti-flag {
    top: auto !important;
    bottom: auto !important;
}

.payment-method-content.stripe-payments-installments-form {
    height: 0px !important;
    display: none !important;
}

.cart-container .cart-discount {
    display: none;
}

.form-wishlist-items .actions-toolbar {
    position: absolute;
    top: 0;
}

form#wishlist-view-form {
    position: relative;
}

.form-wishlist-items .products-grid.wishlist {
    padding-top: 80px;
}

.form-wishlist-items .product-item-inner {
    padding: 17px 9px 9px !important;
}

.form-wishlist-items .product-item-inner:hover {
    box-shadow: unset !important;
    border: 0;
    right: 0;
}

.form-wishlist-items .product-item-tooltip {
    display: none !important;
}

.form-wishlist-items + script + .wishlist-toolbar {
    display: none;
}

.products-grid.wishlist .box-tocart {
    float: left;
    width: 80%;
}

.products-grid.wishlist .product-item-actions {
    width: auto;
    margin-top: 35px;
    max-width: 100px;
}

.container {
    padding: 80px 0;
}

/* Content */
.container .content {
}


/* Introblocks */
#introblocks {
    display: block;
    position: relative;
    margin: -150px 0 -60px;
    z-index: 1;
    background-color: #0a142d;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: -80px;
    border: 2px solid #ffffff;
}

/* Other
--------------------------------------------------------------------------------------------------------------- */

/* Custom
--------------------------------------------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Poiret+One);

.buttonHeading,
.buttonContainer {
    text-align: center;
    font-family: "Poiret One", cursive;
}

h4 {
    color: #3eb991;
    font-weight: bold;
}

p {
    font-size: 15px;
}

.fab, .far {
    font-size: 25px;
}

.btn {
    height: 30px;
    width: 30px;
    -moz-border-radius: 50px;
    webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 3px;
}

.fa {
    margin-left: -4px;
}

.fa.fa-twitter {
    color: #ffffff;
    margin-left: -11px;
}

.fa.fa-envelope {
    color: #ffffff;
    margin-left: -11px;
}

.fa.fa-linkedin {
    color: #ffffff;
    margin-left: -9px;
}

.fa.fa-facebook {
    color: #ffffff;
    margin-left: -8px;
}

.btn:hover {
    border: none;
    background-color: #ffffff;
}

.one_half.first {
    width: 100% !important;
}

.btn-default {
    color: #fff;
    background-color: #1e293b;
    border-color: #1e293b !important;
}

.btn {
    display: inline-block;
    padding: 25px 25px !important;
    margin-bottom: 0;
    font-size: 8px !important;
    font-weight: 400;
    line-height: 1.42857143;
    border-radius: 40px !important;
}

.outfit-section-title {
    font-size: 48px;
    color: #ffffff !important;
    font-weight: 600;
    text-align: center;
    font-family: 'FontAwesome';
    font-family: Inter;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.outfit-heading-x3 {
    text-align: center;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 18px;
}

.buttonContainer .btn:hover {
    color: white;
    background: #3c5377;
}

#introblocks .buttonContainer .btn:focus {
    color: white;
}

.breadcrumbs {
    display: none;
}

#introblocks .buttonContainer .btn {
    color: white;
}

.address-checkbox-with-lebel {
    float: left;
}

.cart.table-wrapper .product-image-container {
    display: initial !important;
}

.minicart-items .product-image-container {
    display: initial !important;
}

a.action.skip.contentarea {
    display: none;
}

.page-products .page-title-wrapper {
    margin-bottom: 16px;
}

.product-addto-links {
    width: 50%;
}

.product-addto-links .action {
    margin-right: 0;
    width: 100%;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 16px;
}

.product-options-bottom .box-tocart .tocart {
    width: 50%;
    margin-bottom: 0 !important;
    margin-right: 10px;
    border-radius: 50px;
}

.product-addto-links .action:hover {
    text-decoration: none;
}

.account .page-title-wrapper .order-date {
    margin-top: 10px !important;
}

.cms-index-index #maincontent {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    padding-top: 0;
}

.catalog-product-view #maincontent {
    padding-top: 20px;
}

#button-qr {
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    background: #0f172a;
    max-width: 80px;
    text-align: center;
    border-radius: 50px;
    padding: 4px 7px;
}

#maincontent {
    padding-top: 20px;
}

button[name="apply_filter"] {
    background: black;
    color: white;
    border: transparent;
    border-radius: 50px;
    display: none;
}

.closebtn-nav {
    display: none;
}

.filter-options-content .swatch-attribute .selected-filter {
    border: 2px solid red !important;
    outline: none;
}

.cms-index-index .product-image-container {
    background: #efefef96 !important;
    padding: 15px 0 15px 0;
    transition: ease 1s;
}

.cms-index-index .product-image-container:hover {
    transform: scale(1.1);
    transition: ease 1s;
}

.product-item-info .product-item-details .price-box {
    margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {

}

.catalog-product-view .breadcrumbs {
    display: block;
}

.catalog-category-view .breadcrumbs {
    display: block;
}

.cozmot-contain-filters > span {
    position: absolute;
}

.action-dismiss {
    border-radius: 50px;
}

.product-item .product-reviews-summary .rating-summary {
    margin: 6px 4px 0 0 !important;
}

.product-reviews-summary .rating-summary .rating-result {
    margin-top: -6px;
}

@media screen and (min-width: 2800px) {
    .cozmot-primary-1 {
        margin-top: 250px;
    }
}

@media screen and (min-width: 1921px) {
    .cozmot-login-container {
        margin-left: 0;
        margin-right: 0;
    }

    .cozmot-primary-1 {
        margin-top: 272px;
    }
}

@media screen and (min-width: 1200px) {
    .page-header {
        position: fixed;
        left: 0;
        right: 0;
        background: white;
        z-index: 99999999;
    }

    .sections.nav-sections {
        position: fixed;
        left: 0;
        right: 0;
        background: white;
    }
}

@media screen and (min-width: 994px) {
    .product-options-wrapper .swatch-attribute {
        display: flex;
    }

    .product-options-wrapper .swatch-attribute-options {
        margin: 0;
    }

    .swatch-opt .swatch-attribute {
        margin-bottom: 20px;
    }

    .page-layout-2columns-left .sidebar-main {
        padding-right: 4%;
    }

    .cozmot-action-toolbar-right {
        float: right;
        position: relative;
        top: -40px;
        width: unset !important;
    }

    #cozmot-rewards-add-section .payment-option-inner {
        display: flex;
        align-items: center;
        position: relative;
    }

    #cozmot-rewards-add-section .reward-actions {
        margin-left: 14px;
    }

    .amrewards-discount-form {
        max-width: 100% !important;
        width: 100%;
        margin-top: 8px;
    }

    #cozmot-rewards-add-section .payment-option-inner .field {
        width: 100%;
        max-width: 140px;
    }

    .cozmot-reward-actions {
        margin: 9px 0px 0px 0px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .cozmot-action-apply-reward {
        display: block;
        min-width: 220px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .cozmot-primary-login-button .primary {
        top: unset !important;
    }

    .cozmot-secondary-forget-password-snippet {
        padding-right: 10px;
        padding-top: 5px;
    }

    .paypal-review-discount {
        border-bottom: 0 !important;
    }

    .fixed {
        position: fixed;
        animation: smoothScroll 1s forwards;
    }

    .page-header {
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    .form-wishlist-items .products-grid .product-item-info, .products-grid .product-item-info {
        padding: 10px;
    }

    .form-wishlist-items .field.qty {
        padding-top: 10px;
    }

    .form-wishlist-items .box-tocart .product-item-actions {
        vertical-align: middle !important;
        padding-top: 5px !important;
    }

    .products-grid.wishlist .product-item .fieldset .field.qty, .products-grid.wishlist .product-item .fieldset .product-item-actions {
        float: left;
    }

    .sections.nav-sections {
        left: 0;
        right: 0;
        width: 100%;
        top: 132px;
        z-index: 12 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: position 10s;
        -ms-transition: position 10s;
        -o-transition: position 10s;
        transition: all 0.5s ease;
    }

    @keyframes smoothScroll {
        0% {
            transform: translateY(-40px);
        }
        100% {
            transform: translateY(0px);
        }
    }
}


@media screen and (min-width: 600px) {
    .billing-address-form .select {
        height: 38px;
        left: 0px;
        top: 24px;
        border: 1px solid #CBD5E1;
        box-sizing: border-box;
        box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
        border-radius: 6px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 4px 0px;
    }

    .field.field-select-billing .control .select {
        height: 38px;
        left: 0px;
        top: 24px;
        border: 1px solid #CBD5E1;
        box-sizing: border-box;
        box-shadow: 0px 1px 2px rgb(0 0 0 / 5%);
        border-radius: 6px;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 4px 0px;
    }

    .billing-address-same-as-shipping-block label span {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        color: #334155;
    }

    .cozmot-payment-staric-custom {
        background: #FFCA3A !important;
        color: #FFCA3A !important;
    }

    .shipping-address-item-cozmot {
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        position: relative;
        vertical-align: sub;
        overflow-wrap: break-word;
        margin: 0px 0px 20px;
        padding: 20px 35px 20px 20px;
        transition: border-color 0.3s ease 0s;
        background: rgb(255, 255, 255);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(203, 213, 225);
        border-image: initial;
        border-radius: 5px;

    }

    .anology-info {
        padding-left: 20px;
    }

    .shipping-address-item-cozmot::before {
        width: 16px;
        height: 16px;
        content: url(../based/radio-icon.png) !important;
    }
}

@media screen and (max-width: 1280px) {
    .table-paypal-review-items .cart tr td:nth-child(1) .product-item-details {
        padding-top: 20px;
    }

    .cozmot-login-container {
        margin-left: 3vw;
        margin-right: 3vw;
    }
}

@media screen and (max-width: 1024px) {
    .cozmot-primary-1 {
        margin-top: 0;
    }

    .form-wishlist-items .box-tocart .fieldset {
        display: block !important;
    }

    .form-wishlist-items .box-tocart
    .field.qty {
        display: block !important;
        margin: 0;
    }

    .form-wishlist-items .box-tocart .product-item-actions {
        display: block !important;
        padding-top: 0 !important;
    }


    .form-wishlist-items .product-item-inner {
        display: block !important;
        box-shadow: unset !important;
        border: unset !important;
        background: #f9fafb;
        position: unset !important;
        width: auto !important;
        height: auto !important;
        right: 0px;
    }
}


@media all and (max-width: 993px) {
    .swatch-attribute-label {
        float: none;
    }

    .sp_social_share_inline_widget {
        display: none !important;
    }

    .horizontal-menu .ui-menu-icon:after {
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        -webkit-font-smoothing: antialiased;
    }

    .horizontal-menu .ui-menu-icon {
        position: relative;
        right: -5px;
        -webkit-transform: rotate(-90deg);
        order: 1;
    }

    .horizontal-menu .submenu .ui-menu-item {
        margin: 5px 5px;
        list-style: none;
    }

    .horizontal-menu .submenu .ui-menu-item a {
        padding: 6px 17px;
        background: #a9a9a9 !important;
    }

    .horizontal-menu .submenu .ui-menu-item.active a {
        text-decoration: underline;
    }

    .horizontal-menu .level-top.active .submenu .ui-menu-item:nth-child(1) {
        text-decoration: underline;
    }

    .horizontal-menu .level-top.active .submenu {
        display: flex !important;
    }

    p#toolbar-amount {
        display: none;
    }

    .addresses-section {
        width: 100%;
    }

    .horizontal-menu .submenu {
        display: none;
        padding-left: 5px;
        position: static !important;
    }

    .horizontal-menu .show-submenu.submenu {
        display: flex !important;
    }

    .products-grid .product-item-info:hover, .products-grid .product-item-info.active {
        box-shadow: unset !important;
    }

    .nav-sections-item-content .navigation {
        display: none;
    }

    .horizontal-menu {
        padding-left: 0;
        display: flex !important;
        overflow-y: auto;
        margin-bottom: 5px;
        margin-top: 10px;
        white-space: nowrap;
        background: white;
    }

    .horizontal-menu .level-top {
        white-space: nowrap;
        padding-left: 10px;
        list-style: none;
        display: flex;
        position: relative;
    }

    .horizontal-menu li a {
        color: #ffffff;
        min-width: 80px;
        text-align: center;
        font-weight: normal;
        align-items: center;
        justify-content: center;
        background: #0f172a;
        border-radius: 50px;
        padding: 4px 8px;
        height: 20px;
        font-size: 14px;
    }

    div#cardselected_true {
        max-width: 100%;
    }

    div#cardselected_false {
        max-width: 100%;
    }

    .header.content {
        padding: 30px 20px 10px 12px !important;
    }

    .account #payment_form_stripe_payments_payment .payment-method #stripe-payments-card-cvc {
        width: 6em !important;
    }

    .account #payment_form_stripe_payments_payment .payment-method .stripe-payments-brand {
        position: relative;
    }

    .cozmot-reward-actions {
        margin-top: 20px;
    }

    #cozmot-rewards-add-section .reward-actions {
        margin-top: 11px;
    }

    div#cardselected_true {
        background: unset;
    }

    div#cardselected_true > div {
        width: 100%;
    }

    .navigation li {
        margin-right: 0 !important;
    }

    .stripe-payments-saved-card img {
        width: 100%;
        max-width: 200px;
    }

    .middle-hero-banner {
        padding: 60px 0;
    }

    .middle-hero-banner .banner-descrption {
        max-width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .middle-hero-banner-section .banner-image {
        float: none;
        display: none;
    }

    #paypal-express-in-context-button iframe {
        width: 167px !important;
    }

    .opc-wrapper .action-show-popup > span:before {
        padding-right: 0;
        border: 0;
        margin: 0;
    }

    .shipping-address-items .shipping-address-item.selected-item {
        border: 1px solid black !important;
    }

    .opc-wrapper .shipping-address-items .shipping-address-item .cozmot-shipping-address-item-object-bold:before {
        content: unset !important;
    }

    .shipping-address-items {
        margin: 20px 0 0 0;
    }

    .cozmot-stripe-payments-saved-card {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .form-wishlist-items .products-grid.wishlist li {
        width: 49%;
    }

    .footer.content .block {
        display: block;
    }

    .wishlist-header-lablel {
        font-size: 14px;
    }

    .minicart-wrapper .action.showcart .counter.qty.empty {
        font-size: 14px;
    }

    .page-header .switcher-currency .switcher-label {
        font-size: 14px;
    }

    .welcome-text-header {
        float: none;
        width: auto;
    }

    .table-paypal-review-items tfoot th {
        box-sizing: border-box;
        float: none !important;
        text-align: right !important;
        width: auto !important;
    }

    .table-paypal-review-items tfoot {
        display: table-footer-group !important;
    }

    .table-paypal-review-items tfoot tr {
        display: table-row !important;
    }

    .table-paypal-review-items thead {
        display: none;
    }

    .paypal-review .paypal-review-title .action {
        display: block !important;
        margin: 0 !important;
    }

    .paypal-review .paypal-review-title > strong {
        font-size: 20px !important;
    }

    .table-paypal-review-items .cart tr td:nth-child(1) .product-item-details {
        width: 100%;
        padding-left: 0;
    }

    .product-item-name, .product.name a {
        min-height: 24px;
    }

    .tomperal {
        position: unset;
    }

    .cart.table-wrapper .product-item-photo {
        position: unset !important;
    }

    .comunity-section .icon-meta-data h4 {
        font-size: 18px;
    }

    .middle-hero-banner .banner-descrption p {
        font-size: 13px;
    }

    .middle-hero-banner .banner-descrption h1 {
        font-size: 18px;
    }

    .filter-content {
        margin-top: 20px;
    }

    .content-newsletter {
        float: none;
        width: 100%;
    }

    .cozmot-block-customer-login-heading {
        font-size: 17px;
        line-height: 19px;
    }

    .results dl.block {
        display: inline-block;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .product-info-main .product-info-price .price-box {
        padding-bottom: 0;
    }

    .product-info-main .product-reviews-summary {
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #layer-product-list .message {
        margin-top: 40px;
    }

    .horizontal-menu .level-top.has-active .submenu {
        display: flex !important;
    }

    .block-minicart .block-content > .actions > .primary .action.primary {
        line-height: 1rem;
    }

    .products-grid.wishlist .product-image-container {
        max-width: 120px !important;
    }

    .form-wishlist-items .products-grid.wishlist li {
        width: 100%;
    }

    .closebtn-nav {
        display: block;
        font-size: 30px;
        padding: 5px 10px;
        text-align: right;
    }

    .filter.active .filter-title {
        border-bottom: 0 !important;
    }

    .filter-content {
        display: none;
    }

    .filter-actions {
        padding-left: 30px;
    }

    .filter .filter-current {
        margin: 29px 5px 0;
        border: 0;
    }

    button[name="apply_filter"] {
        margin-left: 18px;
        margin-top: 10px !important;
        display: block;
        margin: auto;
        width: 100%;
        max-width: 210px;
        font-size: 17px;
    }

    .active .filter-content {
        margin-top: 20px;
        position: fixed;
        left: 0;
        top: 8px;
        overflow: auto;
        right: 0;
        bottom: 0;
        display: block;
        padding-bottom: 10px;
    }

    .filter.active .filter-options {
        padding-top: 20px;
        padding-right: 18px;
        position: unset;
        padding-left: 18px;
    }

    .filter.active .filter-options-item:last-child {
        margin-bottom: 0;
    }

    .product.media .fotorama__stage {
        width: auto !important;
        background: transparent;
    }

    .copyright-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 !important;
    }

    .copyright-desktop-logo {
        display: none !important;
    }

    .copyright-mobile-logo {
        display: block !important;
    }

    .categories-row {
        display: -webkit-inline-box;
    }

    .categories-container {
        overflow: auto;
        display: -webkit-inline-box;
    }

    .copyright-container > span {
        order: 1;
        background: #0F172A;
        width: 100%;
        padding: 10px 0px;
        font-size: 12px;
    }

    .powered-by-title {
        color: black;
    }

    .copyright {
        background: transparent;
        border-top: 1px solid #ccc;
        padding: 0;
    }

    .catalog-product-view .page-wrapper {
        padding-bottom: 128px;
    }

    .product.data.items > .item.title a {
        padding: 0 !important;
        margin-right: 20px;
        margin-bottom: 0 !important;
        height: auto !important;
        line-height: 27px !important;
    }

    .product.data.items {
        margin: 0;
        padding: 0;
        height: 100%;
        clear: both;
    }

    .product.data.items .item.title a:after {
        display: none;
    }

    .product.data.items > .item.content {
        border: 0px !important;
        border-top: 0;
        padding: 10px 10px 35px 0px !important;
        width: 100%;
        float: right;
        margin-left: -100%;
        margin-top: 38px;
    }

    .product.data.items > .item.title {
        float: left;
        width: auto;
        padding: 4px 0px;
    }

    .product.attribute.overview ul {
        padding-left: 22px;
    }

    #size-chart-btn {
        color: #64748B !important;
        font-size: 12px;
        position: absolute;
        top: 23px;
        bottom: auto;
    }

    div#cozmot-size {
        width: 50%;
    }

    .swatch-attribute-options .swatch-option {
        margin: 0 7px 10px 0;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }

    .product-options-wrapper .swatch-opt {
        display: flex;
    }

    .page-footer {
        height: auto;
    }

    .action-addtocart-sticky {
        position: fixed;
        bottom: 0;
        z-index: 999;
        left: 0;
        right: 0;
        background: #ffffff;
    }

    .checkout-route-btn {
        background: #25866f;
        color: #ffffff !important;
        border: 1px solid #CBD5E1;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

    .product-options-bottom .box-tocart .tocart {
        width: 100%;
        margin-right: 0;
    }

    .mobile-wishlist-btn svg {
        background: #272727;
        border-radius: 20px;
        padding: 5px;
        cursor: pointer;
    }

    .mobile-wishlist-btn {
        position: absolute;
        right: 30px;
    }

    .cozmot-product-options-wrapper .product-addto-links {
        display: none;
    }

    .page-header {
        margin-bottom: 0;
    }

    .filter.active .filter-options {
        padding-top: 20px;
    }

    .products-grid {
        margin: 50px 0 0 0 !important;
    }

    .page-products .page-title-wrapper {
        margin-bottom: 0;
    }

    .page-main .main {
        order: inherit !important;
    }

    .addresses-section .rowcozmo {
        display: block !important;
    }

    .addresses-section .columncozmo {
        width: -webkit-fill-available;
        display: inline-block;
        width: -moz-available;
    }

    #introblocks .buttonContainer .btn {
        padding: 12px 12px !important;
    }

    .outfit-section-title {
        font-size: 42px;
    }

    #introblocks {
        margin: 0;
    }

    .font-x3 {
        font-size: 16px;
        line-height: normal;
        padding: 20px;
    }

    .block-search .label.active + .control input {
        border: 1px solid #ccc !important;
        margin-top: 20px;
        background: white;
    }

    .customer-name, .customer-welcome + .authorization-link {
        display: none !important;
    }

    .form-wishlist-items .products-grid.wishlist {
        padding-top: 160px;
    }

    .logo img {
        width: auto;
        max-height: 75px;
        object-fit: scale-down;
        max-width: 120px;
    }

    .logo {
        width: auto;
    }

    .minicart-wrapper {
        margin-left: 0px;
        margin-right: 50px;
    }

    .page-products .sorter {
        display: none;
    }

    .form-address-edit .fieldset {
        padding-bottom: 30px;
    }

    .cart-container .towishlist {
        border-bottom: 0;
    }

    #shopping-cart-table .action-delete {
        position: relative;
        right: -40px;
    }

    .opc-wrapper .checkout-shipping-method .step-title {
        padding-bottom: 0px !important;
    }

    .checkout-route-btn {
        max-width: 100%;
    }

    .billing-address-form .select {
        height: 38px;
    }

    .block-search .field.search {
        position: relative;
        z-index: 12;
    }

    .block-search .control {
        border-top: 0 !important;
        position: absolute;
        left: auto;
        top: 30px;
        min-width: 180px;
        right: 0px !important;
    }

    .header.content {
        padding: 10px 20px 10px 12px !important;
        min-height: auto;
    }

    .block-search input {
        border: 0 !important;
        background: transparent;
    }

    .product-info-main .page-title-wrapper .page-title {
        font-size: 22px;
        margin-bottom: 8px !important;
        line-height: 22px;
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        height: auto !important;
    }

    .modal-popup.modal-slide {
        left: 0 !important;
    }

    .account .page-title {
        margin-bottom: 29px;
    }

    .wishlist-header {
        display: none;
    }

    #switcher-currency {
        display: none;
    }

    .block-search {
        margin-right: 7px;
        margin-top: 9px;
    }

    .block-search .nested {
        display: none;
    }

    .minicart-wrapper .action.showcart .counter.qty.empty {
        display: none;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        display: none;
    }

}


@media screen and (max-width: 500px) {
    .gallery-placeholder img {
        width: auto;
        max-height: 170px;
    }

    .cart.table-wrapper .product-item-photo .product-image-wrapper {
        background: transparent !important;
        box-shadow: unset !important;
    }

    .cart.table-wrapper .product-item-photo .product-image-photo {
        width: 100%;
        max-width: 60px;
        margin: 0;
    }

    .cart .item-info td:nth-child(1) {
        width: 74px;
    }

    .items-in-cart .product-item-name, .product.name a {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .product.data.items > .item.title:nth-child(1) {
        margin-left: 11px;
    }

    .product-info-main .product-info-price .price {
        font-size: 20px !important;
    }

    .newsletter-section .user-input-area form input::placeholder {
        font-size: 11px;
    }

    .font-x3 br {
        display: none;
    }

    .font-x3 {
        font-size: 13px;
        padding: 0px;
    }

    .outfit-section-title {
        font-size: 32px;
    }

    .product-info-main .field.qty .label {
        line-height: 34px;
    }

    .minicart-wrapper .block-minicart {
        width: 230px;
    }

    .minicart-wrapper .block-minicart {
        padding: 25px 10px;
    }

    .paypal-express-in-context-mini-cart-container .paypal-buttons {
        min-width: 100% !important;
        min-height: auto !important;
    }

    .minicart-items .product-image-container {
        display: inline-block;
        max-width: 50px !important;
        width: auto !important;
    }

    .block-minicart .block-content > .actions > .primary .action.primary {
        font-size: 13px;
        line-height: 0 !important;
    }

    .cozmotcarrier {
        background-position: 3px 23px !important;
    }

    .minicart-items .product-item-details {
        padding-left: 68px;
    }

    .cozmot-check-agreement .check-agreement-cont {
        font-size: 11px;
    }

    .cart.table-wrapper .product-item-details .product-item-name > a {
        font-size: 13px;
        line-height: 14px;
    }

    .cart.table-wrapper .product-item-details dt {
        margin-bottom: 7px !important;
    }

    .cart.table-wrapper .item-options {
        margin-bottom: 9px;
    }
}


/* ECOMM-803 */
#payment-request-button-cart {
    padding-bottom: 10px;
}

/* ECOMM-803 ends */

/* ECOMM-916 */
div#notice-cookie-block {
    background: #394255;
    color: #ffffff;
    text-align: center;
}

.message.global.cookie .actions {
    display: flex;
    justify-content: center;

}

.message.global.cookie .actions #btn-cookie-allow {
    border-radius: 15px !important;
    border: none;
    background: #00a99d;

}

.cms-spiritware-homepage .hero-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: grey;
    border: none;
}

.cms-spiritware-homepage .hero-slider .slick-dots .slick-active button {
    width: 12px;
    height: 12px;
    background: black !important;
    border: none;
}

.cms-spiritware-homepage .hero-slider .slick-dots li button:hover {
    background: darkgray;


}

.site-column .featured-product-img {
    display: flex;
    justify-content: center;
    max-height: 170px !important;
}
