@font-face {
    font-family: "Mulish";
    src: url("../Mulish/Mulish-VariableFont_wght.ttf") format("truetype");
}

.woocommerce-table__product-name a {
    text-decoration: none;
    color: #000;
}

.woocommerce-order {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    padding: 36px 0px;
}

.mobile_menu {
    list-style: none;
    padding: 0;
}

.mobile_menu a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    color: #544444;
    font-size: 20px;
}

* {
    scroll-behavior: smooth;
}

body {
    font-family: "Mulish", sans-serif;
    overflow: auto;
}

.body {
    height: 100%;
    margin-bottom: 200px;
}

/* ! story */
.story-container {
    display: none;
}

.story {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: linear-gradient(
            180.43deg,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 12;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(15px);
}

.story .news-swiper-preview-img {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}

.story-popup {
    z-index: 16;
}

.story-popup-img {
    position: relative;
    max-width: 315px;
    height: 641px;
}

.story-close {
    position: absolute;
    right: 10px;
    top: 24px;
    cursor: pointer;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    top: 8px;
    border-radius: 13px;
    background: rgba(223, 219, 216, 0.5);
}

.swiper-scrollbar-drag {
    border-radius: 13px;
    background: #ececec;
}

.story-popup-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;

    height: 100%;
}

.story-arrow-left {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
}

.story-arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
}

.contact-details input:focus {
    border: 3px solid #667aff !important;
    box-shadow: none !important;
}

.section-padding {
    padding: 20px 70px;
}

.section-padding.footer {
    padding: 20px 70px;
    margin-top: -200px;
}

.section-title {
    color: #707070;
    font-size: 64px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.section-margin {
    margin-bottom: 56px;
    margin-top: 100px;
}

.big-green-pill {
    padding: 8px 12px;
    border-radius: 999px;
    background: #14ae5c;
    color: #fff;
    text-align: center;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

.big-grey-pill {
    padding: 8px 12px;

    border-radius: 999px;
    background: #bfbfbf;
    color: #fff;
    text-align: center;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

/* ! offcanvas */
.offcanvas {
    border-radius: 25px 0px 0px 25px;
    background: #fff;
}

/* ! pagination */
.albums-preview-pagination {
    gap: 12px;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 10px;
}

.albums-preview-pagination > .page-item a,
.albums-preview-pagination > .page-item span {
    padding: 14px 14px;
}

.albums-preview-pagination > .page-item {
    display: flex;
    /* width: 100%; */
    /* width: 42px; */
    /* height: auto; */
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #667aff;
    color: #667aff;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 150%; /* 15px */
    text-transform: uppercase;
}

.albums-preview-pagination > .page-item-arrow {
    display: flex;
    padding: 14px 14px;
    /* width: 100%; */
    /* width: 42px; */
    /* height: 42px; */
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #667aff;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 150%; /* 15px */
    text-transform: uppercase;
}

.albums-preview-pagination > .page-item.active {
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 150%; /* 15px */
    text-transform: uppercase;
    background: #7879f1;
}

/* ! color and font size */
.font-big-purple {
    color: #667aff;

    /* 36 */
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.font-medium-purple {
    color: #667aff;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

.font-small-purple {
    color: #667aff;

    /* 16 */
    font-size: 16px;
    font-weight: 400;
}

.font-big-grey {
    color: #707070;

    /* 36 */
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.font-medium-grey {
    color: #707070;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.font-small-grey {
    overflow: hidden;
    color: #707070;
    text-overflow: ellipsis;
    white-space: nowrap;

    /* 16 */
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.font-small-grey-bold {
    color: #707070;

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.font-medium-grey-disabled {
    color: #bfbfbf;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

.breadcrumb-item {
    color: #707070;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

.purple-color {
    color: #667aff !important;
}

.offcanvas-close-button {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 50%;
}

.offcanvas-close-button > img {
    transform: rotate(45deg);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none !important;
}

.nav-pills > .nav-item > .active {
    border-radius: 20px;
    background: #667aff;
}

.navbar {
    background: #f8f8f8;
    width: 100%;
    z-index: 10;
    position: sticky;
    padding: 20px 70px;
    top: 0;
}

.nav-search {
    border: none;
    background: none;
}

.nav-search:focus {
    box-shadow: none;
    background-color: #f8f8f8;
}

.nav-search-div {
    display: flex;
    width: 100%;
    height: 58px;
    padding: 17px 16px 17px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid var(--2, #707070);
}

/* .nav-search-div > img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
} */
.nav-links {
    /* 16 */
    color: #707070 !important;
    font-size: 16px;
    font-weight: 400;
}

.nav-address {
    color: var(--2, #707070);

    /* 16 */
    font-size: 16px;
    font-weight: 400;
}

.nav-shopping-cart {
    border-radius: 20px;
    border: 1px solid var(--2, #707070);
    padding: 10px;
    display: flex;
    width: 58px;
    height: 58px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.badge {
    background-color: #ff3939;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.nav > .active {
    background-color: #667aff !important;
    border-radius: 20px !important;
}

.under-nav-search {
    background: #f8f8f8;
    padding: 9px 28px 16px 28px;
}

/* ! news section  */

.images-preview::-webkit-scrollbar {
    -webkit-appearance: none;
}

.images-preview {
    gap: 24px;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.latest-news-preview-img {
    cursor: pointer;
    position: relative;
    padding: 10px;
    min-width: 196px;
    scroll-snap-align: start;
}


.latest-news-preview-img > div {
    top: 0;
    bottom: 0;
    right: 0;
}

.latest-news-preview-img > div > img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 252px;
}

.latest-news-preview-img > img {
    border-radius: 20px;
    border: 2px solid #667aff;
    height: 246px;
    object-fit: cover;
    width: 196px;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
}

.arrow-left {
    position: absolute;
    left: 0;
    top: 60%;
}

.arrow-right {
    position: absolute;
    right: 0;
    top: 60%;
}

.dropdown-button {
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 20px;
    background: var(--2, #f8f8f8);
    color: var(--2, #707070);

    /* 20 */
    font-size: 20px;
    font-weight: 400;
}

/* ! albums section */

.albums-preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.album-card {
    scroll-snap-align: start;
    border: none;
    position: relative;
}

.card img {
    height: 263px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}

.card-body {
    background: var(--2, #f8f8f8);
    border-radius: 0 0 20px 20px;
}

.card-title {
    color: var(--2, #707070);

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    margin-bottom: 22px;
}

.card-text {
    color: var(--2, #707070);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.card-text > .price {
    color: var(--2, #707070);
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
}

.card-button {
    gap: 14px;
}

.card-button > button {
    border-width: 0;
}

.card-button > a, .card-button > button {
    border-radius: 10px;
    background: #667aff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
}

.card-button > a:nth-of-type(1), .card-button > button:nth-of-type(1) {
    padding: 12px;
}

.card-button > a > img {
    max-width: 28px;
    height: 19px;
}

.card-button > a > span {
    color: #fff;

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

/* .card-button > a:first-child {
  flex: 0.95;
}*/
.card-button > .add-to-cart {
    padding: 9px 12px;
    flex: 0.05;
}

.card-blue-pill {
    padding: 8px 10px;
    border-radius: 999px;
    background: #46b5ff;
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
    /* 10 bold */
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-green-pill {
    padding: 8px 10px;
    border-radius: 999px;
    background: #14ae5c;
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
    /* 10 bold */
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-purple-pill {
    padding: 8px 10px;
    border-radius: 999px;
    background: #7879f1;
    position: absolute;
    top: 12px;
    left: 12px;
    color: #fff;
    /* 10 bold */
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.album-section-filter {
    color: #c0c0c0;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

/* ! review card section  */

.review-card {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #f8f8f8;
}

.review-card-date {
    color: #c0c0c0;

    /* 16 */
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

/* ! our store section  */
.our-store-address {
    margin-bottom: 148px;
}

.our-store-map {
    max-width: 746px;
    height: auto;
}

@media (max-width: 992px){
    .our-store-map{
    width: 100%;
    }
    iframe{
    width: 100%;
    }
}


.our-store-map > img {
    width: 100%;
    border-radius: 20px;
}

.our-store-links {
    display: flex;
    gap: 60px;
}

.where-to-find-link {
    max-height: 300px;
}

/* ! where to find section */
.where-to-find-img > img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

/* ! FAQ */

.faq-section .accordion-button::after {
    background-image: url("../img/icons/close.svg");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/close.svg");
    transform: rotate(-45deg);
}

.faq-section .accordion-button {
    color: #707070;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
    border-bottom: 1px solid #707070;
}

.faq-section .accordion-body {
    color: #707070;

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.faq-section .accordion-button:not(.collapsed) {
    background: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

/* ! footer section  */

.footer {
    margin-top: 130px;
}

.footer-links {
    color: #667aff;
    margin-bottom: 24px;

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.footer-links a {
    color: #667AFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
}

.footer-bottom {
    color: #667aff;
    /*margin-top: 300px;*/

    /* 16 */
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom > span {
    color: #707070;
    font-size: 10px;
    font-weight: 400;
}

/* ! album page css */

.album-header-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.album-header-img > img {
    width: 100%;
    object-fit: cover;
    margin-top: -21%;
}

.product-deleted {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    background: #f8f8f8;
}

.product-added {
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    gap: 10px;
    cursor: pointer;
    padding: 12px;
    background: #667aff;
}

/* ! cart page css */
.cart-item {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 15px;
    margin-bottom: 32px;
}

.cart-item-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-item-img {
    max-width: 120px;
    /* min-height: 120px; */
}

.cart-item-img > img {
    border-radius: 20px;
    object-fit: cover;
    /* min-width: 120px; */
    width: 100%;
}

.cart-item-title,
.cart-item-price {
    color: #667aff;

    /* 24 bold */
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
}

/* !offcanvas styles */

.offcanvas-accordion {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* .offcanvas-accordion .accordion {
  border-radius: 60px;
} */
.offcanvas-accordion .accordion .accordion-item {
    border: none;
}

.offcanvas-accordion .accordion-button::after {
    transform: rotate(-90deg);
}

.offcanvas-accordion .accordion-button:not(.collapsed) {
    background: none;
    border: none !important;
}

.offcanvas-accordion .accordion-button:focus {
    box-shadow: none;
}

/* ! fancy shop placeholder */

.fancy-shop-placeholder {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    color: transparent;
}

.fancy-shop-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(
            90deg,
            #f1efef -24.18%,
            #f9f8f8 23.26%,
            #e7e5e5 80.84%
    );
    animation: fancy-shop-placeholder 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite alternate;
}

.fancy-shop-placeholder > * {
    visibility: hidden;
}

@keyframes fancy-shop-placeholder {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 7;
    }
    100% {
        opacity: 1;
    }
}

.small-rectangle {
    width: 32px;
    height: 32px;
}

.image-rectangle {
    width: 202px;
    height: 252px;
}

.dropdown-placeholder {
    width: 194px;
    height: 25px;
}

.fancy-shop-img-placeholder {
    height: 600px;
}

/* ! popup  animation*/

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-28 23:37:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .order-checkout-info {
        margin-bottom: 16px;
    }
}

/* ! media queries  */

@media only screen and (max-width: 1310px) {
    .albums-preview {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 992px) {
    .offcanvas-body {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    /* ! font sizes */
    .font-big-purple {
        font-size: 24px;
    }

    .font-medium-purple {
        font-size: 16px;
    }

    .font-big-grey {
        font-size: 24px;
    }

    .font-medium-grey,
    .font-medium-grey-disabled {
        font-size: 16px;
    }

    .font-small-grey {
        font-size: 12px;
    }

    .section-padding {
        padding: 16px;
    }

    .section-margin {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .arrow {
        display: none;
    }

    .section-title {
        font-size: 32px;
    }

    .card-button > a {
        font-size: 10px;
        padding: 10px;
    }

    .card-button > a > span {
        font-size: 10px;
    }

    .album-section-filter {
        font-size: 16px;
    }

    .card-button > a > img {
        max-width: 16px;

    }

    .card-title {
        font-size: 10px;
    }

    .card-text > .price {
        font-size: 16px;
    }

    .dropdown-button {
        font-size: 12px;
    }

    .badge {
        width: 25px;
        height: 25px;
    }

    .navbar {
        padding: 40px 1px 16px 1px;
        background: #fff;
    }

    .card-title,
    .card-text {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .card-body {
        padding: 8px;
    }

    .offcanvas {
        overflow: auto !important;
        max-width: 300px !important;
        /* bottom: auto; */
    }

    .offcanvas-body {
        overflow-y: auto !important;
    }

    /* .offcanvas-header {
      margin-top: 56px;
    } */
    .offcanvas-body .nav-search {
        background-color: #fff;
    }

    .nav-address > span {
        color: #707070;

        /* 16 bold */
        font-size: 16px;
        font-weight: 700;
        line-height: 150%; /* 24px */
        text-transform: uppercase;
    }

    .under-nav {
        flex-direction: column;
        gap: 24px;
    }

    .nav-pills {
        justify-content: space-between;
    }

    .nav-pills li {
        color: #fff;
        /* 24 */
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
    }

    .card-button {
        gap: 7px;
    }

    .arrow-group {
        display: flex;
    }

    .arrow-left,
    .arrow-right {
        position: static;
    }

    .our-store-address {
        margin-bottom: 24px;
    }

    .faq-section .accordion-button {
        font-size: 16px;
    }

    .footer-bottom {
        margin-top: 85px;
    }

    .footer {
        margin-top: 74px;
    }

    .big-grey-pill,
    .big-green-pill {
        padding: 0px 8px;
        font-size: 10px;
    }

    .card > img {
        max-height: 246px;
        border-radius: 10px 10px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .cart-item {
        padding: 10px;
    }

    .cart-item-title,
    .cart-item-price {
        font-size: 12px;
    }

    .cart-item-img {
        max-width: 80px;
        max-height: 80px;
    }

    .breadcrumb-item {
        font-size: 16px;
    }

    .albums-preview {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .product-added {
        font-size: 12px;
    }

    .image-rectangle {
        width: 87px;
        height: 109px;
    }
}

@media only screen and (max-width: 576px) {
    .card-button > a:nth-of-type(1) {
        font-size: 10px;
        padding: 12px 0;
    }

    .card-button > .add-to-cart {
        font-size: 10px;
        padding: 6px 7px;
    }

    .latest-news-preview-img {
        min-width: 87px;
        padding: 3px
    }

    .latest-news-preview-img > img {
        max-width: 87px;
        border-radius: 8.878px;
    }

    .album-header-img {
        height: 63px;
    }

    .card-green-pill,
    .card-blue-pill,
    .card-purple-pill {
        font-size: 8px;
        padding: 0px 8px;
    }

    .dropdown-button {
        border-radius: 10px;
    }

    .card-body {
        border-radius: 0 0 10px 10px;
    }

    .card > img {
        max-height: 246px;
        border-radius: 10px 10px 0 0;
    }

    .card-button > a {
        width: 100% !important;
    }

    .story-popup {
        width: 100%;
        height: 100%;
    }

    .story-popup-img {
        height: 100vh;
    }
}

/* Cart style */
.cart-item-price > .cart-item-price-not {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-decoration: line-through;
    text-transform: uppercase;
}

.cart-amount {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.cart-amount-add {
    display: flex;
    gap: 10px;
    padding: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(118, 118, 128, 0.12);
    color: #667aff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px; /* 129.412% */
}

.cart-checkout-section {
    border-radius: 20px;
    padding: 16px;
    background: #f8f8f8;
    margin-bottom: 24px;
}

.cart-checkout-products,
.cart-checkout-price {
    color: #667aff;

    /* 16 bold */
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

.cart-checkout-total {
    margin-top: 131px;
}

@media only screen and (max-width: 768px) {
    .cart-amount-add {
        font-size: 10px;
        padding: 0 4px;
    }

    .cart-item-price > .cart-item-price-not {
        font-size: 8px;
    }

    .cart-amount-add img {
        max-width: 16px;
    }

    .cart-trash-icon {
        max-width: 16px;
    }
}

/* Order style */
.select2-container--default .select2-selection--single {
    border-radius: 10px;
    border: 2px solid #707070;
    height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 5px;
}

.contact-details input {
    border-radius: 10px;
    border: 2px solid #707070;
    padding: 12px;
}

.order-submit-button {
    color: #fff;
    /* 24 */
    font-size: 24px;
    padding: 12px;
    border: none;
    font-weight: 400;
    border-radius: 10px;
    background: #667aff;
}

.order-checkout {
    border-radius: 20px;
    padding: 16px;
    position: sticky;
    top: 14%;
    background: #f8f8f8;
}

.order-checkout-info {
    align-items: center;
    margin-bottom: 57px;
}

.order-checkout-payment {
    max-width: 140px;
}

.popup-container {
    position: fixed;
    width: 100vw;
    z-index: 100;
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
}

.popup {
    padding: 27px 47px;
    display: flex;
    gap: 27px;
    flex-direction: column;
    align-items: center;
    border-radius: 5.631px;
    background: #fff;
}

.popup-message {
    color: #707070;
    text-align: center;

    /* 20 */
    font-size: 20px;
    font-weight: 400;
}

.popup-close {
    position: absolute;
    top: 2%;
    cursor: pointer;
    right: 3%;
}

/* Product style */

.product-preview {
    display: flex;
    gap: 24px;
}

.product-preview-image-part {
    display: flex;
    /* align-items: center; */
    gap: 24px;
}

.product-preview-big-img {
    max-width: 572px;
    align-self: center;
}

.product-preview-big-img img {
    border-radius: 20px;
    width: 100%;
    /* max-width: 572px; */
    /* max-height: 552px; */
}

.product-preview-title {
    color: #667aff;

    /* 36 */
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-preview-desc-sub-title {
    color: #707070;

    /* 24 */
    font-size: 24px;
    font-weight: 400;
}

.product-preview-desc-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 90%;
}

.product-preview-desc-pill {
    color: #667aff;

    /* 16 */
    font-size: 16px;
    font-weight: 400;

    padding: 12px;
    border-radius: 10px;
    background: #f8f8f8;
}

.version-active-button {
    background-color: #667aff;
    color: #fff;
}

.version {
    cursor: pointer;
}

.product-preview-price {
    color: #667aff;

    /* 36 */
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-preview-price-not {
    color: #707070;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%; /* 36px */
    text-decoration: line-through;
    text-transform: uppercase;
}

/* ! product description */

.product-description {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 65%;
}

.product-delivery {
    width: 65%;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 24px !important;
}

.product-cart-item {
    border-radius: 20px;
    background: #f8f8f8;
    padding: 15px;
}

@media only screen and (max-width: 992px) {
    .product-preview-big-img {
        max-width: 100%;
    }

    .product-description, .product-delivery {
        width: 100%;
    }
}

.album-section .album-section-filter:hover {
    cursor: pointer;
}

.album-section .section-title {
    color: #707070;
    font-size: 64px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.remove_cart_item_disable, .quantity_decrease_disable, .quantity_increase_disable {
    opacity: 0.4;
    cursor: auto;
}

.accordion-link-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #707070;
    text-decoration: none;
    font-weight: 600;
}

.wc-category-image {
    height: 16rem;
    overflow: hidden;
    margin-top: -19px;
    margin-left: -70px;
    margin-right: -70px;
}

.wc-category-image-holder {
    position: relative;
}

.wc-category-image-holder img {
    width: 100%;
    height: 100%;
}

.story-close-container {
    /*width: 5rem;
    height: 5rem;
    position: fixed;
    top: 3rem;
    right: 10px;
    background-color: red;
    z-index: 100;*/
    display: none;
}

.story-popup .story-close {
    width: 2rem;
    height: 2rem;
    border: solid 1px #3333331c;
    border-radius: 50%;
    padding: 0.5rem;
    background-color: #3333332e;
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
}