@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'BioRhyme', sans-serif !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #efeef1;
    /* transition: background-color 0.4s ease-in-out; */
}

.cart {
    position: relative;
    color: #000;
}

.lang_mob a {
    color: #000;
    font-weight: 600;
}

.grid__product__details {
    color: #000;
    font-weight: 600;
}

header .cart span {
    position: absolute;
    top: -15px;
    font-size: 12px;
    font-weight: 600;
}

.bx.bxs-cart-alt {
    font-size: 30px;
}

.top__nav {
    padding-top: 7px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: display 0.5s ease-in-out;
}

header.scrolled .top__nav {
    display: none;
    opacity: 0.98;
}

header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: 4rem;
    padding: 0 1rem;
    margin: 0 auto;
    z-index: 999;
    font-size: 14px;
}

.toggle__menu,
.close__menu {
    display: none;
}

.nav__item .dropdown__icon.rotate {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.nav__item .dropdown__icon {
    transform: rotate(0);
    transition: all 0.3s ease;
}

.logo a {
    letter-spacing: .3rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #000;
}

.nav__list {
    display: flex;
}

.nav__item {
    margin: 0 1.5rem;
    padding: 1.4rem 0;
}

.nav__link {
    font-weight: 500;
    color: #544756;
}

.nav__link:hover {
    color: #a92ec8;
}

.dropdown__link {
    display: flex;
    align-items: center;
}

.dropdown__icon {
    font-size: 1rem;
}

.megamenu {
    position: absolute;
    width: 100%;
    top: 7rem;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 23px 23px -21px rgba(0, 0, 0, 0.25);
    z-index: -99;
    visibility: hidden;
    opacity: 0;
}

/* .dropdown:hover .megamenu {
    color: #a92ec8;
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
} */

.show_dropdown {
    color: #a92ec8;
    visibility: visible;
    transition: all 0.3s ease;
    opacity: 1;
}

.content {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
}

.megamenu__item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.header__megamenu {
    font-weight: 600;
    color: #a8a1b5;
    margin-bottom: 1rem;
}

.menu__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    background-color: #efeef1;
    margin-right: 0.5rem;
}

.menu__icon i {
    line-height: 32px;
    font-size: 22px;
    color: #a92ec8;
}

.megamenu__link a {
    font-weight: 500;
    color: #000;
}

.megamenu__link a:hover {
    color: #a92ec8;
}

.megamenu__link p {
    font-size: 0.6875rem;
    font-weight: 400;
    color: #a8a1b5;
}


/* .nav__item:hover .dropdown__icon {
    transform: rotate(180deg);
    transition: all 0.3s ease;
} */

.flex-box {
    display: flex;
    width: 1000px;
    margin: 20px auto;
}

.left {
    width: 60%;
}

.big-img {
    width: 550px;
}

.big-img img {
    width: inherit;
}

.images {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin-top: 15px;
}

.small-img {
    width: 130px;
    overflow: hidden;
    /* border: 1.5px solid black; */
}

.small-img img {
    width: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

.small-img:hover img {
    transform: scale(1.2);
}

.url {
    font-size: 14px;
    font-weight: 600;
    padding-right: 190px;
    padding-left: 190px;
    padding-top: 30px;
}

.pname {
    max-width: 400px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.ratings i {
    color: rgb(255, 136, 0);
}

.price {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.size {
    display: flex;
    align-items: center;
    margin: 10px 0;
    max-width: 100%;
}

.size p {
    font-size: 18px;
    font-weight: 500;
}

.psize {
    width: 60px;
    height: 30px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}

.psize.active {
    border-width: 1.5px;
    color: #000;
    font-weight: 500;
    border: 2px solid #000;
}

.btn-box {
    width: 70%;
    display: flex;
    margin-top: 40px;
    border: 1px solid #000;
}

.btn-box button {
    width: 100%;
    font-size: 18px;
    padding: 8px 0;
    border: none;
    outline: none;
    /* border-radius: 6px; */
    cursor: pointer;
    color: #000;
}

.btn-box .cart-btn {
    background-color: #fff;
}

.btn-box .buy-btn {
    background-color: #000;
    color: #fff;
}

.cart-btn:hover {
    border: 1px solid #000;
}

.buy-btn:hover {
    background-color: #666666;
}


.quantity {
    width: 150px;
    display: flex;
    border: 1px solid rgba(35, 31, 32, 0.5);
    border-radius: 2px;
    overflow: hidden;
    align-items: center;
    background-color: #fff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.quantity button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

/* .quantity button:hover {
    background-color: #2980b9;
  } */

.input-box {
    width: 150px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.grid__product {
    width: 320px;
}

.box__grid__product {
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid__product img {
    width: 100%;
    padding: 0 20px;
    height: auto;
}

.grid__product__details {
    width: 100%;
    padding: 5px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grid__product__details span {
    font-size: 12px;
}

style attribute {
    --pushdaddy-position-bottom: 20px;
    --pushy-pending-color: #fff;
    --faq-bg-color: black;
    --share_radius: 20px;
    --pushy-pending-background: red;
    --pushdaddy-color: #FFFFFF;
    --pushdaddy-background: #1E1E20;
    --pushdaddy-background2: #1E1E20;
    --pushdaddy-background-dark: #212123;
    --pushdaddy-background-light: #212123;
    --pushdaddy-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 6px 0, rgba(0, 0, 0, 0.16) 0 2px 32px 0;
    --pushdaddy-share-color: #2A2C2B;
    --pushdaddy-share-background: #D8AB2E;
}

:root {
    --h2m-cs-width: 0;
    --h2m-cs-margin: 0;
}

:root {
    --swiper-navigation-size: 44px;
}

:root {
    --swiper-theme-color: #007aff;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

:root {
    --page-background: #ffffff;
    --color-primary: #231f20;
    --disabled-color-primary: rgba(35, 31, 32, 0.5);
    --color-primary-opacity: rgba(35, 31, 32, 0.03);
    --link-color: #231f20;
    --active-link-color: #e3e3e3;
    --button-background-color: #231f20;
    --button-background-hover-color: #797979;
    --button-background-hover-color-lighten: #868686;
    --button-text-color: #ffffff;
    --sale-color: #e3e3e3;
    --sale-text-color: #333333;
    --sale-color-faint: rgba(227, 227, 227, 0.1);
    --sold-out-color: #231f20;
    --sold-out-text-color: #ffffff;
    --header-background: #ffffff;
    --header-text: #231f20;
    --header-border-color: rgba(35, 31, 32, 0.1);
    --header-border-color-dark: rgba(35, 31, 32, 0.15);
    --header-hover-background-color: rgba(35, 31, 32, 0.1);
    --header-overlay-text: #ffffff;
    --sticky-header-background: #ffffff;
    --sticky-header-text: #231f20;
    --sticky-header-border: rgba(35, 31, 32, 0.1);
    --mobile-menu-text: #ffffff;
    --mobile-menu-background: #231f20;
    --mobile-menu-border-color: rgba(255, 255, 255, 0.5);
    --footer-background: #ebebeb;
    --footer-text: #231f20;
    --footer-hover-background-color: rgba(35, 31, 32, 0.1);
    --pop-up-text: #ffffff;
    --pop-up-background: #231f20;
    --select-padding: 5px;
    --border-color: rgba(35, 31, 32, 0.5);
    --border-search: rgba(35, 31, 32, 0.1);
    --border-color-subtle: rgba(35, 31, 32, 0.1);
    --border-color-subtle-darken: #151314;
    --color-scheme-light-background: #f3f3f3;
    --color-scheme-light-background-hover: rgba(243, 243, 243, 0.1);
    --color-scheme-light-text: #231f20;
    --color-scheme-light-text-hover: rgba(35, 31, 32, 0.7);
    --color-scheme-light-input-hover: rgba(35, 31, 32, 0.1);
    --color-scheme-light-link: #231f20;
    --color-scheme-light-link-active: #231f20;
    --color-scheme-accent-background: #757575;
    --color-scheme-accent-background-hover: rgba(117, 117, 117, 0.1);
    --color-scheme-accent-text: #ffffff;
    --color-scheme-accent-text-hover: rgba(255, 255, 255, 0.7);
    --color-scheme-accent-input-hover: rgba(255, 255, 255, 0.1);
    --color-scheme-accent-link: #ffffff;
    --color-scheme-accent-link-active: #ffffff;
    --color-scheme-dark-background: #333333;
    --color-scheme-dark-background-hover: rgba(51, 51, 51, 0.1);
    --color-scheme-dark-text: #f3f3f3;
    --color-scheme-dark-text-hover: rgba(243, 243, 243, 0.7);
    --color-scheme-dark-input-hover: rgba(243, 243, 243, 0.1);
    --color-scheme-dark-link: #F3F3F3;
    --color-scheme-dark-link-active: #F3F3F3;
    --header-font-stack: "Twentieth Century", sans-serif;
    --header-font-weight: 700;
    --header-font-style: normal;
    --header-font-transform: none;
    --header-letter-spacing: normal;
    --body-font-stack: "Twentieth Century", sans-serif;
    --body-font-weight: 400;
    --body-font-style: normal;
    --body-font-size-int: 16;
    --body-font-size: 16px;
    --subheading-font-stack: "ITC Johnston", sans-serif;
    --subheading-font-weight: 500;
    --subheading-font-style: normal;
    --subheading-font-transform: uppercase;
    --subheading-case: uppercase;
    --heading-base: 28;
    --subheading-base: 14;
    --subheading-2-font-size: 16px;
    --subheading-2-line-height: 20px;
    --product-titles: 20;
    --subpage-header: 20;
    --subpage-header-px: 20px;
    --subpage-header-line-height: 28px;
    --heading-font-size: 28px;
    --heading-line-height: 36px;
    --subheading-font-size: 14px;
    --subheading-line-height: 18px;
    --color-image-overlay: #333333;
    --color-image-overlay-text: #ffffff;
    --image-overlay-opacity: calc(50 / 100);
    --flexslider-icon-eot: //gattinollicouture.com/cdn/shop/t/15/assets/flexslider-icon.eot?v=70838442330258149421651084776;
        --flexslider-icon-eot-ie: //gattinollicouture.com/cdn/shop/t/15/assets/flexslider-icon.eot%23iefix?4019;
        --flexslider-icon-woff: //gattinollicouture.com/cdn/shop/t/15/assets/flexslider-icon.eot?v=70838442330258149421651084776;
        --flexslider-icon-ttf: //gattinollicouture.com/cdn/shop/t/15/assets/flexslider-icon.eot?v=70838442330258149421651084776;
        --flexslider-icon-svg: //gattinollicouture.com/cdn/shop/t/15/assets/flexslider-icon.eot?v=70838442330258149421651084776;
        --delete-button-png: //gattinollicouture.com/cdn/shop/t/15/assets/delete.png?4019;
        --loader-svg: //gattinollicouture.com/cdn/shop/t/15/assets/loader.svg?v=119822953187440061741651084778;
        --mobile-menu-link-transform: uppercase;
    --mobile-menu-link-letter-spacing: 2px;
    --buttons-transform: uppercase;
    --buttons-letter-spacing: 2px;
    --button-font-family: var(--body-font-stack);
    --button-font-weight: var(--body-font-weight);
    --button-font-style: var(--body-font-style);
    --button-font-size: var(--body-font-size);
    --button-font-size-int: calc(var(--body-font-size-int) - 2);
    --subheading-letter-spacing: 1px;
    --nav-font-family: var(--subheading-font-stack);
    --nav-font-weight: var(--subheading-font-weight);
    --nav-font-style: var(--subheading-font-style);
    --nav-text-transform: uppercase;
    --nav-letter-spacing: 2px;
    --nav-font-size-int: var(--body-font-size-int);
    --password-text-color: #000000;
    --password-error-background: #feebeb;
    --password-error-text: #7e1412;
    --password-login-background: #111111;
    --password-login-text: #b8b8b8;
    --password-btn-text: #ffffff;
    --password-btn-background: #000000;
    --password-btn-background-success: #4caf50;
    --success-color: #28a745;
    --error-color: #b94a48;
    --color-body: #ffffff;
    --color-bg: #ffffff;
}

#main-body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    background-color: var(--page-background);
    width: 100%;
    word-wrap: break-word;
    overflow-x: hidden;
}

#main {
    padding-left: 100px;
    padding-right: 100px;
}

.title-bar.wrapper--page-title {
    text-align: center;
    font-size: 10px;
}

.cart-error-box {
    padding: 5px 0;
    font-size: 12px;
}

.cart__row.cart__header-labels {
    border-bottom: 1px solid #ddd;
}

#cartform table {
    width: 100%;
}

.table,
table {
    color: #000;
}

table {
    border-collapse: collapse;
}

#cartform table tr {
    height: 50px;
}

#cartform table thead tr th {
    padding: 15px;
    border-bottom: 1px solid var(--color-primary);
}

.cart-table-line-price,
.cart-table-price,
.cart-table-quantity,
.cart__header-labels .cart--price-column,
.cart__header-labels th {
    text-align: center;
}

.table thead th,
table thead th {
    border-bottom: 2px solid var(--border-color-subtle);
}

.table td,
.table th,
table td,
table th {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--border-color-subtle);
}

th {
    font-weight: 400;
    font-family: var(--subheading-font-stack);
    font-weight: var(--subheading-font-weight);
    font-style: var(--subheading-font-style);
    font-size: var(--subheading-font-size);
    text-transform: var(--subheading-case);
    letter-spacing: var(--subheading-letter-spacing);
}

th {
    text-align: inherit;
}

.cart-table .cart-table-image {
    max-width: 150px;
    min-width: 100px;
}

.cart-table-title .cart-table-title__title {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 600;
}

.table a,
.table a:hover,
table a,
table a:hover {
    color: var(--color-primary);
}

a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
    color: var(--link-color);
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.cart__meta-text {
    padding: 10px 0;
    font-size: 12px;
}

.cart-table .cart-table-quantity .quantity-controls {
    width: 70%;
    margin: 0 auto;
    min-width: 100px;
}

.cart-table-item-remove a {
    color: #007bff;
    text-decoration: underline;
    background-color: transparent;
    font-size: 12px;
}

.cart-totals--wrapper {
    text-align: right;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px;
}

#cart-total-header {
    display: inline-block;
    margin-right: 30px;
}

.cart-bottom-box {
    margin-bottom: 10px;
}

#cart-total-final-price {
    display: inline-block;
    font-size: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cart-page--bottom {
    align-items: flex-end;
}

.checkout-add-note {
    display: block;
}

.cart--shipping-message {
    text-align: right;
    font-style: italic;
    margin-top: 20px;
}

.cart--shipping-message a {
    text-decoration: underline;
}

#checkout-buttons {
    text-align: right;
}

#checkout-buttons #cart_submit,
#checkout-buttons #update_quantities,
#checkout-buttons .continue-shopping--cart,
#checkout-buttons .slide-checkout-buttons a {
    margin-bottom: 20px;
}

#checkout-buttons #cart_submit,
#checkout-buttons #update_quantities,
#checkout-buttons .continue-shopping--cart,
#checkout-buttons .slide-checkout-buttons a {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #checkout-buttons .btn {
        margin-left: 5px;
    }
}

#checkout-buttons input {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    #checkout-buttons .secondary-button:first-child {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    #checkout-buttons .secondary-button {
        margin-top: 8px;
    }
}

@media screen and (min-width: 768px) {
    #checkout-buttons .btn {
        margin-left: 5px;
    }
}

#checkout-buttons input {
    display: inline-block;
}

.btn.secondary-button {
    background: 0 0;
    color: var(--button-background-color);
    box-shadow: inset 0 0 0 1px var(--button-background-color);
    transition: all .2s ease-in-out;
    font-family: var(--button-font-family) !important;
    font-weight: var(--button-font-weight) !important;
    font-style: var(--button-font-style) !important;
    font-size: var(--button-font-size) !important;
    text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
}

.btn:not(.btn--password-submit),
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border: 0 none;
    padding: 12px 30px;
    border-radius: 0;
    background: var(--button-background-color);
    color: var(--button-text-color);
    font-family: var(--button-font-family) !important;
    font-weight: var(--button-font-weight) !important;
    font-style: var(--button-font-style) !important;
    font-size: var(--button-font-size) !important;
    text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
    font-size: var(--button-font-size-int) px;
    margin-bottom: 20px;
    margin-top: 20px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

input {
    color: var(--color-primary);
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn:not(.btn--password-submit),
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border: 0 none;
    padding: 12px 30px;
    border-radius: 0;
    background: var(--button-background-color);
    color: var(--button-text-color);
    font-family: var(--button-font-family) !important;
    font-weight: var(--button-font-weight) !important;
    font-style: var(--button-font-style) !important;
    font-size: var(--button-font-size) !important;
    text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
    font-size: var(--button-font-size-int) px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn.secondary-button {
    background: 0 0;
    color: var(--button-background-color);
    box-shadow: inset 0 0 0 1px var(--button-background-color);
    transition: all .2s ease-in-out;
    font-family: var(--button-font-family) !important;
    font-weight: var(--button-font-weight) !important;
    font-style: var(--button-font-style) !important;
    font-size: var(--button-font-size) !important;
    text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {
    #cart-total-final-price {
        min-width: 150px;
    }
}


@media screen and (min-width: 768px) {
    .cart-bottom-box {
        margin-top: 20px;
    }
}


@media screen and (min-width: 768px) {
    #cartform table tr td {
        padding: 15px;
    }
}

#cartform table tr td {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    #cartform table tr .cart-table-image {
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    #cartform table tr td {
        padding: 15px;
    }
}


.table a,
.table a:hover,
table a,
table a:hover {
    color: var(--color-primary);
}

a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
    color: var(--link-color);
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

img {
    width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}


/* FOOTER */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
footer nav,
section {
    display: block;
}

footer {
    padding: 10px 90px;
    color: var(--footer-text);
    background: var(--footer-background);
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
footer nav,
section {
    display: block;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.footer-block--wrapper {
    padding-top: 30px;
}

footer h3 {
    text-transform: var(--header-font-transform);
    font-size: var(--body-font-size);
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 0 10px 0;
    margin-top: 0;
    color: var(--footer-text);
}

.footer-alignment--left .footer-article,
.footer-alignment--left .links-footer li,
.footer-alignment--left h3 {
    text-align: left;
}

.content-footer h1,
.content-footer h2,
.content-footer h3,
.content-footer h4,
.content-footer h5,
.content-footer h6,
.content-footer p {
    padding-top: 0;
    margin-top: 0;
}

.type-subheading--1 {
    font-size: var(--subheading-font-size);
    line-height: var(--subheading-line-height);
}

.type-subheading {
    font-family: var(--subheading-font-stack);
    font-weight: var(--subheading-font-weight);
    font-style: var(--subheading-font-style);
    text-transform: var(--subheading-case);
    letter-spacing: var(--header-letter-spacing);
}

#newsletter-wrapper:not(.password-form#newsletter-wrapper) {
    color: var(--header-text);
    padding: 7px 0;
    display: flex;
    justify-content: center;
}

footer #newsletter-wrapper:not(.password-form#newsletter-wrapper) input {
    border: 1px solid var(--footer-text);
    background: var(--footer-background);
    color: var(--footer-text);
}

@media screen and (min-width: 768px) {

    #newsletter_text,
    [id^=newsletter_text] {
        width: 100%;
    }
}

#newsletter_text,
[id^=newsletter_text] {
    display: inline-block;
    margin-bottom: 0;
    border: 0;
    padding: 13px;
    font-size: 16px;
}

input {
    color: var(--color-primary);
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

footer #newsletter_submit,
footer [id^=newsletter_submit] {
    color: var(--footer-text);
}

#newsletter_submit,
[id^=newsletter_submit] {
    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    margin-bottom: 0;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#newsletter_submit,
.btn-touch,
.envy-shopping-right .cart-close-icon,
.mobile-header--wrapper .mobile-side-column .header-link,
.mobile-menu-close .menu-close-icon,
.search-bar__button,
[id^=newsletter_submit] {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 55px;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.bottom-footer {
    margin-top: 0 !important;
}

.bottom-footer {
    padding: 10px 0 30px 0;
    color: var(--footer-text);
    font-size: 12px;
    margin-top: 40px;
}

.bottom-footer-row {
    flex-direction: row !important;
    border-top: 1px solid #E0E0E0;
}

.bottom-footer-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.footer-localization-selectors,
[class^=localization-selectors--] {
    display: flex;
}

@media screen and (max-width: 991px) {
    .footer-localization-selectors {
        justify-content: center;
    }
}

.footer-localization-selectors {
    justify-content: flex-end;
    margin: 15px 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    max-width: 200px;
}

.bottom-footer p {
    text-align: left;
    padding-top: 20px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.copyright a {
    font-size: 15px !important;
}

.bottom-footer a,
.bottom-footer a:active,
.bottom-footer a:hover {
    color: var(--footer-text);
    text-decoration: none;
}

footer a,
footer a:active,
footer a:hover {
    color: var(--footer-text);
}

footer a {
    transition: all .2s ease-in-out;
}

a {
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    -ms-transition: color .2s ease;
    transition: color .2s ease;
    /* color: var(--link-color); */
}

.nav__list .lang {
    display: none;
}

@media screen and (max-width: 991px) {
    .copyright p {
        text-align: center;
    }
}

.stock-error-message.d-none {
    padding-top: 10px;
    font-size: 12px;
    max-width: 150px;
}

@media screen and (max-width: 767px) {
    header nav {
        height: .5rem;
    }

    #main {
        padding-left: 10px;
        padding-right: 10px;
    }

    #main h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cart-table tr {
        display: block;
        height: auto !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    #cartform thead {
        display: none !important;
    }
}

#cartform table tr {
    height: 50px;
}

.cart-error-box {
    display: none;
}

.stock-error-message.d-none {
    display: none;
}

.entry-content {
    display: flex;
    gap: 0 20px;
    margin-bottom: 20px;
}

.title-bar.custom-font {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 15px;
}

.desk {
    display: none;
}

@media screen and (max-width: 767px) {

    #cartform td,
    #order_details td {
        padding: 5px;
    }
}

.cart-table-line-price,
.cart-table-price,
.cart-table-quantity,
.cart__header-labels .cart--price-column,
.cart__header-labels th {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .cart-table td {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .cart-table .cart-table-price {
        clear: left;
    }
}

@media screen and (max-width: 767px) {

    .cart-table .cart-table-line-price,
    .cart-table .cart-table-price,
    .cart-table .cart-table-quantity {
        border-top: solid 1px var(--border-color);
        /* width: 33.33%; */
        padding: 10px;
        min-height: 60px;
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 1px var(--border-color);
    }
}

@media screen and (max-width: 767px) {

    #cartform td,
    #order_details td {
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .cart-table td {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .cart-table .cart-table-image,
    .cart-table .cart-table-title {
        float: left;
        width: 49%;
        margin-left: 1%;
        border-bottom: 0;
    }

    .top__nav .lang_mob {
        display: none;
    }

    .cart-table-line-price.cart--final-column {
        font-size: 12px;
        font-weight: 600;
    }

    .cart-table-price {
        font-size: 12px;
        font-weight: 600;
    }
}


@media screen and (max-width: 767px) {
    .cart-bottom-box {
        text-align: center !important;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    #cart-total-final-price {
        font-size: 18px;
    }

    #cart-total-header {
        font-size: 18px;
    }

    .title-bar.wrapper--page-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .megamenu {
        justify-content: start;
        flex-wrap: wrap;
    }

    .entry-content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
    }

    footer {
        padding: 10px 20px;
    }

    .top__nav .lang_mob {
        display: none;
    }

    .desk {
        display: block;
    }

}

@media screen and (max-width: 768px) {
    header nav {
        height: 0;
    }

    .megamenu {
        flex-direction: column;
        position: static;
        box-shadow: none;
        border-radius: 0;
        height: 0;
        max-width: 350px;
        overflow: hidden;
    }

    .dropdown:hover .megamenu {
        height: 100%;
    }

    .nav__list {
        position: absolute;
        height: 100vh;
        width: 100%;
        left: -100%;
        max-width: 350px;
        top: 0;
        background-color: #fff;
        flex-direction: column;
        overflow: hidden;
        display: block;
        transition: 0.3s;
    }

    .toggle__menu,
    .close__menu {
        display: block;
    }

    .toggle__menu i :hover {
        color: #a92ec8;
    }

    .close__menu {
        margin: 1rem 1rem 1rem auto;
        background-color: #a92ec8;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
    }

    .close__menu:hover {
        color: #632e70;
    }

    .close__menu i {
        line-height: 32px;
        color: #fff;
        font-size: 22px;
    }

    .show__menu {
        left: 0;
    }


    .big-img {
        width: 270px;
    }

    .big-img img {
        width: 100%;
        height: auto;
    }

    .small-img {
        height: 110px;
        width: 100%;
        padding: 3px;
        overflow: hidden;
        /* border: 1.5px solid black; */
    }

    .pname {
        text-align: start;
        max-width: 400px;
        font-size: 14px;
        font-weight: 600;
        margin-top: 20px;
    }

    .ratings {
        text-align: start;
    }

    .price {
        font-size: 16px;
        font-weight: 500;
        margin: 20px 0;
        text-align: start;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        max-width: 100%;
        text-align: start;
    }

    .size_guide {
        text-align: start;
    }

    .url {
        font-size: 12px;
        font-weight: 400;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    p {
        margin-top: 0;
        margin-bottom: .5rem !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .quantity {
        width: 150px;
        display: flex;
        border: 1px solid rgba(35, 31, 32, 0.5);
        border-radius: 2px;
        overflow: hidden;
        background-color: #fff;
        /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
        margin: 0;
    }

    .btn-box {
        width: 100%;
        display: flex;
        margin: 15px auto;
        border: 1px solid #000;
    }

    .images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70px;
        height: auto;
    }

    .left {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .big-img {
        width: 70%;
    }

    .images {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70px;
        height: auto;
    }
}

.wrapper_video {
    width: 100%;
    min-height: auto;
    padding: 0;
}

.wrapper_video .video_mob {
    display: none;
}

.slider-caption {
    padding: 30px;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    position: static;
    -webkit-backface-visibility: hidden;
}

.slideshow-mobile-image-content {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.slideshow-mobile-image-content.horizontal-align--left {
    text-align: left;
}

.slider-caption.background {
    background-color: transparent;
}

.type-subheading.type-subheading--1.slideshow-fade-content.typography--padding-bottom {
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .4s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .2s, opacity 1s cubic-bezier(.25, .75, .25, 1) .5s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .2s;
    transform: translateY(0);
    opacity: 1;
    color: #fff !important;
}


.slideshow-fade-content a {
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .5s, opacity 1s cubic-bezier(.25, .75, .25, 1) .6s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .5s;
    transform: translateY(0);
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;
}

.btn.slideshow-fade-content {
    background: #fff !important;
    color: #000 !important;
}

.btn.slideshow-fade-content {
    transition: opacity 1s cubic-bezier(.25, .75, .25, 1) .7s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .6s;
    transition: transform 1s cubic-bezier(.25, .75, .25, 1) .7s, opacity 1s cubic-bezier(.25, .75, .25, 1) .7s, -webkit-transform 1s cubic-bezier(.25, .75, .25, 1) .7s;
    transform: translateY(0);
    opacity: 1;
}

.btn.slideshow-fade-content {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.btn:not(.btn--password-submit),
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border: 0 none;
    padding: 12px 30px;
    border-radius: 0;
    background: var(--button-background-color);
    color: var(--button-text-color);
    font-family: var(--button-font-family) !important;
    font-weight: var(--button-font-weight) !important;
    font-style: var(--button-font-style) !important;
    font-size: var(--button-font-size) !important;
    text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
    font-size: var(--button-font-size-int) px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.slider-caption a {
    text-decoration: none;
}

.template-index a {
    text-decoration: none;
}

.product_slider_mob {
    display: none;
}

.bx {
    font-size: 24px;
}

#update_quantities {
    display: none !important;
}
.desktop_none{
    display: none;
}
@media screen and (max-width: 1200px) {

    .slideshow-mobile-image-content {
        position: absolute;
        bottom: 150px;
    }

}

@media screen and (max-width: 992px) {

    .slideshow-mobile-image-content {
        position: absolute;
        bottom: 250px;
    }

    .show_dropdown {
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
        color: #a92ec8;
        visibility: visible;
        transition: all 0.3s ease;
        opacity: 1;
        overflow: auto;
    }

    .grid__product {
        width: 100%;
    }

    .box__grid__product {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px;
    }

    .grid__product img {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .flex-box {
        display: flex;
        width: 100%;
        margin: 10px auto;
        flex-direction: column;
        justify-items: center;
    }

    .flex-box .right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .flex-box .left {
        display: none;
    }

    .wrapper_size {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .size {
        margin: 0;
    }

    .grid__product__details span {
        height:70px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
    }

    .url {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .swiper {
        padding-bottom: 30px;
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product_slider_mob {
        display: block;
    }

    .cart--shipping-message {
        text-align: center;
        font-style: italic;
        margin-top: 20px;
    }

    #checkout-buttons {
        text-align: center;
    }

    #checkout-buttons #cart_submit,
    #checkout-buttons #update_quantities,
    #checkout-buttons .continue-shopping--cart,
    #checkout-buttons .slide-checkout-buttons a {
        width: 100%;
    }

   
}

@media screen and (max-width: 768px) {
    .desktop_none{
        display: block;
    }

    .wrapper_video .video_mob {
        display: block;
    }

    .wrapper_video .video {
        display: none;
    }

    .slideshow-mobile-image-content {
        margin: 0 10%;
        width: 80%;
    }

    .type-subheading.type-subheading--1.slideshow-fade-content.typography--padding-bottom {
        font-size: 12px !important;
    }

    .slideshow-fade-content a {
        font-size: 16px !important;
    }

    .slideshow-mobile-image-content {
        position: absolute;
        bottom: 80px;
        left: -40px !important;
    }

    .btn:not(.btn--password-submit),
    .shopify-payment-button__button.shopify-payment-button__button--unbranded {
        font-weight: 600 !important;
        padding: .375rem .75rem;
        font-size: 13px !important;
    }
}

.title-bar.wrapper--page-title {
    padding-top: 15px;
}

a {
    text-decoration: none;
}

.lang_mob_and_close_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
}