/* contact form sec */

.contact-map iframe {
    width: 100%;
}

.contact-map-wrap {
    position: relative;
}

.contact-map-wrap::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-form-wrap {
    background-color: var(--white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-top: -200px;
}

.contact-form-sec .row {
    --bs-gutter-x: 60px;
}

.contact-details-box {
    color: var(--white);
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.9) 100%);
    height: 100%;
}

.contact-form-wrap :is(h1, h2, h3, h4, h5, h6) {
    font-family: "ProximaNova", sans-serif;
    letter-spacing: 0;
}

.contact-details-box .sec-head {
    margin-bottom: 30px;
}

.contact-form-wrap .sec-title {
    font-size: 24px;
    color: var(--white);
}

.contact-details-box .cms-con,
.contact-details-box .cms-con p {
    color: var(--white);
    margin-bottom: 8px;
}

.contact-main-detail-info a {
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s ease-in-out;
}

.contact-main-detail-info a:hover {
    color: #fff;
}

.contact-details-field-label {
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-details-field .cms-con {
    font-size: 15px;
}

.contact-details-field .cms-con p {
    font-size: inherit;
}

.contact-details-field .cms-con p:last-child {
    margin-bottom: 0;
}

.contact-details-field:not(:last-child) {
    margin-bottom: 30px;
}

.contact-main-detail-info {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.contact-form-con {
    padding: 40px 60px 40px 0;
}

.contact-form-con .sec-head {
    margin-bottom: 10px;
}

.contact-form-con .sec-title {
    color: var(--light-black);
    text-transform: uppercase;
    font-weight: 500;
}

.form-group {
    margin: 0 0 24px;
}

.form-group-wrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.form-group-wrap .form-group {
    flex: 1;
}

.agree-terms-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.agree-terms-group input[type="checkbox"] {
    margin-bottom: -2px;
}

.form-group label {
    color: var(--grey);
}

.form-group label a {
    font-weight: 600;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.01em;
    color: var(--light-black) !important;
    width: 100%;
    transition: all .2s ease-in-out;
}

.form-control::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
    color: var(--grey);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.01em;
}

.form-control:focus,
.form-control:active,
input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
    border-color: var(--light-black);
    box-shadow: none;
    background-color: transparent;
}

input[type="number"] {
    appearance: none;
    --webkit-appearance: none;
    -moz-appearance: textfield;
}

textarea.form-control {
    resize: none;
    height: 150px;
    min-height: auto;
}

#contact-form .submit-btn .btn {
    width: 100%;
    text-transform: capitalize;
    border-radius: 8px;
}

/* ----------- Blog Pages ---------- */

.sidebar-search-box {
    background-color: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 25px;
    position: relative
}

.side-bar .search-form {
    position: relative
}

.sidebar-search-box button {
    color: #343233;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 100%;
    border: none;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.side-bar .form-control {
    border-color: #fff;
    border-radius: 30px;
    padding: 11px 50px 11px 30px;
    font-family: Mulish, sans-serif
}

.form-control:focus {
    box-shadow: none
}

.side-bar .category-main,
.side-bar .recommended-sec {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px
}

.side-bar .related-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: var(--light-black);
    margin-bottom: 20px
}

.side-bar .category-list li {
    margin-bottom: 18px;
    padding-left: 15px;
    position: relative;
    transition: all .3s ease-in-out;
}

.side-bar .category-list li::before {
    content: '';
    position: absolute;
    background-color: var(--light-black);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.side-bar .category-list li a {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    transition: all .3s ease-in-out
}

.side-bar .category-list li .post-count {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    font-family: Mulish, sans-serif;
    text-align: left;
    transition: all .3s ease-in-out
}

.side-bar .category-list li:hover .post-count {
    color: var(--blue);
}

.side-bar .category-list li.active a,
.side-bar .category-list li:hover a {
    color: var(--blue);
    font-weight: 700;
}

.side-bar .recommended-blog-item {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 20px
}

.side-bar .latest-posts-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

.side-bar .recommended-blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.side-bar .recommended-blog-item:last-child .latest-posts-box {
    padding-bottom: 0
}

.side-bar .latest-posts-box .img-box {
    flex: 0 0 105px;
    border-radius: 10px;
    overflow: hidden;
    height: 70px;
    display: block
}

.side-bar .latest-posts-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.side-bar .recommended-blog-item .latest-posts-box .desc-box {
    padding-top: 0;
    padding-left: 15px
}

.side-bar .latest-blog-date {
    position: relative;
    background-color: transparent;
    color: var(--light-black);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 6px;
    display: block;
    transition: all .3s ease-in-out
}

.side-bar .post-title {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    transition: all .3s ease-in-out
}

.blog-list-box {
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    padding: 0 12px
}

.blog-list-box-inner {
    border-radius: 10px;
    overflow: hidden
}

.blog-list-con {
    background-color: #f5f5f5;
    padding: 30px 20px;
    transition: all .3s ease-in-out
}

.blog-listing-sec .side-bar .icon.icon-search {
    transform: rotateY(180deg);
}

.latest-blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: Mulish, sans-serif;
    padding: 15px;
    transition: all .3s ease-in-out
}

.latest-blog-title {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    color: var(--light-black);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.blog-list-con .cms-con p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.blog-list-con .cms-con p:last-child {
    margin-bottom: 0;
}

.blog-listing-wrap .row>* {
    margin-bottom: 25px
}

.blog-list-box .blog-list-img {
    padding-bottom: 240px;
    overflow: hidden
}

.blog-list-box .blog-list-img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

.blog-list-box:hover .blog-list-img img {
    transform: scale(1.05)
}

.read-more {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--light-black);
    display: flex;
    align-items: center;
    gap: 8px;
}

.read-more .icon-view-more {
    transform: rotate(-45deg);
}

.post-pagination .screen-reader-text {
    font-size: 0
}

.post-pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border: 1.25px solid var(--grey);
    border-radius: 50%;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    transition: all .4s ease-in-out
}

.post-pagination,
.post-pagination .nav-links,
.woocommerce-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.woocommerce-pagination {
    border-top: solid 1px #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 20px;
    margin-bottom: 110px;
}

.post-pagination .page-numbers.current,
.post-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current {
    color: #fff;
    background-color: var(--light-black);
    border-color: var(--light-black);
}

.post-pagination .page-numbers.next,
.post-pagination .prev.page-numbers {
    font-size: 0;
    position: relative
}

.post-pagination .page-numbers.next::before,
.post-pagination .prev.page-numbers::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    bottom: inherit;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: rotate(45deg);
    margin: auto;
    transition: all .4s ease-in-out
}

.post-pagination .prev.page-numbers::before {
    transform: rotate(-135deg);
    left: 12px;
    top: 11px
}

.post-pagination .page-numbers.next.next:hover::before,
.post-pagination .prev.page-numbers:hover::before {
    border-color: #fff
}

/* ------ blog detail page ------ */

.blog-details-wrap {
    max-width: 905px;
    margin: auto;
}

.blog-details-img {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

.blog-details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-wrap .blog-date {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
    display: block;
}

.news-sec.related-blog-sec {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 100px;
}

.news-inner {
    margin-bottom: 50px;
}

.view-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.more-btn .icon-view-more {
    font-size: 12px;
    padding-left: 10px;
    background-color: var(--blue);
    font-weight: 700;
    display: inline-block;
    margin-left: 8px;
    transform: rotate(-45deg);
}

.testimonial-sec-slider.slick-slider .slick-dots {
    bottom: -30px;
}


/* ---------- Cart Page ------------ */

.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
    margin-bottom: 0;
    padding: 100px 0;
}

.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-badge,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__total .wc-block-components-product-badge {
    display: none;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle;
}

.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart-items .wc-block-cart-item__image {
    padding-left: 30px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
    content: "×";
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 30px;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap>div,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap>a {
    flex: 1;
    max-width: unset;
    margin-bottom: 0;
}

.woocommerce-cart table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-quantity-selector {
    margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus,
.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none;
}

.woocommerce-cart table.wc-block-cart-items,
.woocommerce-cart .is-large.wc-block-cart .wc-block-components-sidebar {
    font-size: 17px;
}

.wc-block-components-button {
    background-color: var(--light-black) !important;
    color: var(--white) !important;
    box-shadow: none !important;
    transition: all .3s ease-in-out !important;
}

.wc-block-components-button:hover {
    background-color: var(--blue) !important;
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: none !important;
}

.wc-block-components-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.wc-block-components-totals-coupon__button:disabled {
    opacity: 0.6;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--light-black) !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border: 1px solid var(--light-black) !important;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    text-decoration: none;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link:hover {
    color: var(--light-black);
}

.wc-block-components-product-price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    column-gap: 8px;
}

.wc-block-components-product-price__regular {
    color: var(--grey);
    font-size: 14px;
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input {
    margin-top: 0 !important;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items {
    margin: 0;
}

.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
    margin-left: 0;
}

.wp-block-woocommerce-empty-cart-block {
    padding: 100px 0;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: var(--light-black);
    margin-bottom: 30px;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
    font-size: 22px;
}

/* --------- My Account Page -------- */

.woocommerce-account .main-content-wrap .woocommerce {
    padding: 100px 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin: 0;
    background-color: var(--light-blue);
    padding: 20px 35px;
    width: 25%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--light-black);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #232323;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline;
}

.woocommerce-account .woocommerce table.my_account_orders td,
.woocommerce-account .woocommerce table.my_account_orders th {
    padding: 12px 15px;
}

.woocommerce-account .woocommerce .button {
    background-color: var(--light-black);
    color: var(--white);
    font-weight: 500;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.woocommerce-account .woocommerce .button:hover {
    background-color: var(--blue);
    color: var(--white);
}

.woocommerce-account .woocommerce table.my_account_orders {
    font-size: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content mark {
    color: var(--black);
}

.woocommerce-MyAccount-content .h2,
.woocommerce-MyAccount-content h2,
.woocommerce-order .h2,
.woocommerce-order h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-order-details {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.woocommerce-page .woocommerce table.shop_table td {
    padding: 15px;
}

.woocommerce-page .woocommerce table.shop_table th {
    padding: 15px;
    line-height: 1;
}

.woocommerce-account .wc-item-meta {
    margin: 12px 0 0;
}

.woocommerce-account .wc-item-meta li {
    margin-bottom: 7px;
}

.woocommerce-page .woocommerce .woocommerce-customer-details address {
    padding: 18px;
    line-height: 1.8;
    border-radius: 10px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.woocommerce-page .woocommerce-customer-details--phone {
    margin-top: 20px;
}

.woocommerce-page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1.4;
    margin-left: -1.8em;
}

.woocommerce-page .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.8em;
}

.woocommerce-info::before {
    color: var(--light-black);
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-info {
    border-top-color: var(--light-black);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-info::after {
    content: unset;
}

.woocommerce-account .addresses .woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.woocommerce-account .addresses .woocommerce-Address-title.title::before,
.woocommerce-account .addresses .woocommerce-Address-title.title::after {
    content: unset;
}

.woocommerce-account .addresses .woocommerce-Address-title h2 {
    margin: 0;
}

.woocommerce-account .addresses .woocommerce-Address-title a {
    text-decoration: none;
    font-size: 0;
    display: flex;
}

.woocommerce-account .woocommerce-Addresses address {
    padding: 18px;
    line-height: 1.8;
    border-radius: 10px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.woocommerce-account .woocommerce-Addresses {
    margin-top: 30px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100% !important;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
    margin-bottom: 20px;
}

.woocommerce-account .addresses .woocommerce-Address-title a::after {
    content: "";
    display: inline-block;
    mask-image: url(../img/editing.png);
    background-color: #000;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    width: 19px;
    min-width: 19px;
    aspect-ratio: 1 / 1;
    transition: all .3s ease-in-out;
}

.woocommerce-account .addresses .woocommerce-Address-title a:hover::after {
    background-color: var(--light-black);
}

.woocommerce-account .select2-container--default .select2-selection--single {
    border: 1px solid var(--grey);
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.01em;
    color: var(--light-black);
    line-height: normal;
    background-color: transparent;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 14px;
    line-height: normal;
    color: var(--light-black);
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--black);
    border-width: 0 0 2px 2px;
    height: 8px;
    left: unset;
    width: 8px;
    transform: rotate(-45deg);
    transition: transform .2s ease-in-out;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.woocommerce-account .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: var(--black);
    border-width: 0 0 2px 2px;
    transform: rotate(135deg);
}

.woocommerce-account .woocommerce form .button {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row em {
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin-top: 20px;
}

.woocommerce-account legend {
    font-size: 22px;
    font-weight: 500;
}

.woocommerce-account .woocommerce form .show-password-input {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.woocommerce form .show-password-input.display-password::after {
    opacity: 0.5;
}

.woocommerce-page .woocommerce-customer-details .woocommerce-columns.addresses .woocommerce-column {
    width: 100%;
}

.woocommerce-page .woocommerce-customer-details .woocommerce-columns.addresses .woocommerce-column:not(:last-child) {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce .woocommerce-customer-details,
.woocommerce-account .woocommerce .woocommerce-order-details,
.woocommerce-account .woocommerce .woocommerce-order-downloads {
    margin-bottom: 0;
}

/* checkout page */

.wc-block-components-form .wc-block-components-text-input input,
.wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid var(--grey) !important;
    border-radius: 8px !important;
    padding: 20px 15px 10px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    color: var(--black) !important;
    width: 100%;
    height: auto !important;
    transition: all .2s ease-in-out;
}

.wc-block-components-form .wc-block-components-text-input.has-error input {
    border-color: #e00b0b !important;
}

.wc-block-components-form .wc-block-components-text-input input::placeholder {
    color: var(--grey) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
    left: 15px !important;
}

.woocommerce-checkout .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-form .wc-block-components-text-input {
    margin-top: 25px !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input:only-child {
    margin: 0;
}

.wc-block-components-validation-error,
.wpcf7-not-valid-tip {
    position: absolute;
    top: -20px !important;
    right: 0;
    background: #e00b0b;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 4px;
    padding: .3125rem .3125rem .25rem !important;
}

.wc-block-components-validation-error::after,
.wpcf7-not-valid-tip::after {
    border-color: #e00b0b transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: .375rem solid transparent;
    border-style: solid;
    border-width: .375rem;
    content: "";
    height: 0;
    left: .3125rem;
    position: absolute;
    bottom: -.75rem;
    width: 0;
    transform: rotate(360deg);
    display: inline-block
}

.wc-block-components-validation-error svg {
    display: none !important;
}

.wc-block-components-validation-error span {
    color: #fff !important;
    font-size: 12px;
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: var(--grey) !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: var(--grey) !important;
}

.wc-block-components-address-form__address_2-toggle {
    text-decoration: none !important;
    font-size: 16px !important;
    transition: all .4s ease-in-out;
}

.wc-block-components-address-form__address_2-toggle:hover {
    color: var(--light-black);
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: var(--light-black) !important;
    border-color: var(--light-black) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 30% !important;
}

.wc-block-components-checkout-return-to-cart-button {
    padding-right: 20px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    justify-content: end !important;
}

.woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-checkout-step__content {
    padding-top: 8px;
}

/* checkout page */

.woocommerce-order-received .woocommerce {
    padding: 100px 0;
}

.woocommerce-order-received .order-recieved {
    padding: 20px;
    position: relative;
    background-color: var(--light-blue);
    margin: 0 0 40px;
}

.woocommerce-order-received .order-recieved::before,
.woocommerce-order-received .order-recieved::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 10px;
    background-image: radial-gradient(farthest-side, transparent 6px, var(--light-blue) 0);
    background-size: 15px 15px;
}

.woocommerce-order-received .order-recieved::before {
    top: -10px;
    background-position: -2px -6px, 0 0;
}

.woocommerce-order-received .order-recieved::after {
    bottom: -10px;
    background-position: -2px 1px, 0 0;
}

.woocommerce-order-received .woocommerce ul.order_details {
    margin: 0;
}

/* ----- Product Listing Page ----- */

.product-listing-main {
    padding: 100px 0 0;
}

.wpcf7 form:not(.sent) .wpcf7-response-output {
    color: #fb0101 !important;
    border-color: #fb0101 !important;
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.woocommerce-result-count {
    color: var(--grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-ordering {
    border: 1px solid var(--grey-border);
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
    float: inherit !important;
}

.woocommerce ul.products {
    margin: 0 -12px !important;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: calc(33.33% - 24px) !important;
    margin: 0 12px 50px 12px !important;
    padding: 25px 15px;
    position: relative;
    border: 1px solid var(--grey-border);
    border-radius: 16px;
    transition: all .3s ease-in-out;
}

body.woocommerce ul.products li.product a img {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 500;
    color: var(--light-black);
    padding: 0 !important;
    margin-bottom: 10px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

body.woocommerce ul.products li.product .star-rating {
    display: none !important;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
    color: var(--blue) !important;
}

body.woocommerce ul.products li.product .star-rating {
    margin-bottom: 15px;
}

body.woocommerce ul.products li.product .price {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: left;
    margin-bottom: 20px;
}

.woocommerce .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins {
    color: var(--grey);
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1;
    text-decoration: none !important;
}

.woocommerce .price del .woocommerce-Price-amount {
    font-size: 15px !important;
    line-height: 1;
    color: var(--grey);
    padding-left: 7px;
}

.woocommerce ul.products li.product .button {
    background-color: var(--light-black) !important;
    color: var(--white) !important;
    border-radius: 30px;
    padding: 11px 30px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: all .4s ease-in-out;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}

.woocommerce ul.products li.product .button:hover {
    background: var(--blue) !important;
}

.yith-wcwl-add-to-wishlist-button {
    background-color: #F15353 !important;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    left: inherit !important;
    right: 25px;
    top: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.yith-wcwl-add-to-wishlist-button--added {
    background-color: var(--white) !important;
}

.yith-wcwl-add-to-wishlist-button .yith-wcwl-icon {
    width: 22px !important;
    height: 22px !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.yith-add-to-wishlist-button-block {
    margin: 0 !important;
}

.product-listing-main .row {
    --bs-gutter-x: 40px;
}

.product-listing-main .result-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-listing-main .result-main .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce .widget_product_search,
.widget_product_categories {
    background-color: var(--light-blue);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.woocommerce-product-search {
    position: relative;
}

.woocommerce-product-search input {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 14px 14px 14px 50px;
}

.woocommerce .widget_product_search button {
    font-size: 0;
    position: absolute;
    background-image: url(../img/svg/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-color: transparent;
}

.widget_product_categories h6 {
    color: var(--light-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-bottom: 25px;
}

.product-categories li {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

.product-categories li.current-cat,
.product-categories li.current-cat a {
    color: var(--light-black);
}

.product-categories li::before {
    content: "";
    position: absolute;
    background-color: var(--grey);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 4px;
    left: 0;
}

.filter-button {
    display: none;
}

.icon.icon-filter {
    mask-image: url(../img/svg/filter.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    width: 22px;
    min-width: 22px;
    aspect-ratio: 1 / 1;
    display: block;
    position: relative;
    background-color: #747474;
    transition: all .4s ease-in-out;
}

.woocommerce a.added_to_cart {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background-color: var(--light-black);
    padding: 10px;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}

.woocommerce a.added_to_cart:hover {
    color: var(--light-black);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    padding-left: 10px;
}

.lost_password {
    margin-top: 15px;
}

body input[type="checkbox"]:checked {
    background-color: var(--light-black);
    border-color: var(--light-black);
    position: relative;
}

body input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    background-image: url(../img/svg/checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

body input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    appearance: none;
    border: 1px solid var(--grey-border);
}

.head_search {
    display: inline-block;
    vertical-align: middle;
}

.sr_inner {
    display: none;
    width: 100%;
    border: 0;
    padding: 40px 0;
    right: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    background: #fff;
    text-align: center;
    border-bottom: 0.1px solid #cfcfcf;
}

.sr_inner #searchform {
    width: 35%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.sr_inner .serch {
    padding: 0 20px;
    border: 0.1rem solid #cfcfcf;
    display: inline-block;
    font-size: 16px;
    height: 54px;
    text-transform: capitalize;
    border-radius: 8px 0 0 8px;

}

.sr_inner .search_btn {
    display: inline-block !important;
    vertical-align: middle !important;
    background: url(../img/svg/search.svg) no-repeat !important;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-position: center;
    background-size: contain !important;
    font-size: 0 !important;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}

.close-search {
    left: 0px;
    position: relative;
    width: 54px;
    height: 54px;
    display: inline-block;
    background-color: var(--light-black);
    margin: 0;
    vertical-align: top;
    border-radius: 0 8px 8px 0;
}

.close-search:before {
    content: '';
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    bottom: 0;
}

.close-search:after {
    content: '';
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    bottom: 0;
}

/* wishlist  */

.woocommerce table.shop_table th {
    font-size: 16px !important;
}

table.wishlist_table tbody td,
.woocommerce table.shop_table th {
    display: table-cell !important;
}

table.wishlist_table tbody td {
    font-size: 15px !important;
    text-decoration: none !important;
}

.wishlist_table thead tr th {
    color: var(--light-black) !important;
}

.woocommerce table.shop_table.wishlist_table tr td ins {
    text-decoration: none;
    padding-left: 6px;
}

.woocommerce table.shop_table.wishlist_table tr td ins .woocommerce-Price-amount {
    color: var(--light-black);
}

/* .mini-cart */

.woocommerce.widget_shopping_cart .widget-title {
    display: none;
}

.woocommerce.widget_shopping_cart .gleaury-cart-top-counter {
    position: relative;
    display: inline-block;
}

.woocommerce.widget_shopping_cart .gleaury-top-cart-wrapper .gleaury-mini-cart-counter {
    position: absolute;
    top: -2px;
    right: -3px;
    font-weight: 500;
    background-color: #232323;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    border-radius: 100%;
}

.gleaury-mini-cart-slide-sidebar {
    position: fixed;
    display: block !important;
    top: 0;
    right: -400px;
    z-index: 99991;
    height: 100vh !important;
    width: 400px !important;
    padding: 80px 0 30px 0 !important;
    margin: 0 !important;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

header .woocommerce.widget_shopping_cart.active .gleaury-mini-cart-slide-sidebar {
    right: 0;
}

.widget_shopping_cart .gleaury-mini-cart-slide-overlay {
    opacity: 0;
    left: 0;
    visibility: hidden;
}

.body-fixed .widget_shopping_cart .gleaury-mini-cart-slide-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 0.8);
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-scroll {
    display: table;
    width: 100%;
    height: 100%;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ebebeb;
    padding: 20px;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
    text-align: left;
    line-height: normal;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span {
    width: 50%;
    display: inline-block;
    color: #000;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span {
    width: 50%;
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 500;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span:last-child {
    text-align: right;
}

.gleaury-mini-cart-slide-sidebar .mini-cart-slide-sidebar-heading span:last-child a {
    color: #000;
    padding: 5px 10px;
}

.gleaury-mini-cart-slide-sidebar .gleaury-mini-cart-content-inner {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    min-height: 1px;
}

header .woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    padding: 25px;
    margin: 0;
    color: #8d8d8d;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__empty-message {
    padding: 0 30px;
}

.woocommerce-mini-cart__empty-message .icon {
    margin: 0 auto 10px;
    background-color: #000 !important;
}

header .woocommerce.widget_shopping_cart ul.cart_list {
    line-height: normal;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    height: calc(100svh - 270px);
    overflow: auto;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .cart_list li,
header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .cart_list li:last-child {
    padding-left: 100px !important;
    padding-right: 52px !important;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .cart_list li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px !important;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar ul.cart_list li img {
    margin-left: -70px;
}

header .woocommerce.widget_shopping_cart .cart_list li,
header .woocommerce.widget_shopping_cart .cart_list li:last-child {
    padding: 20px 32px 0 90px !important;
    margin: 0 !important;
}

header .woocommerce.widget_shopping_cart .cart_list li:last-child {
    border-bottom: 0;
}

header .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 21px;
    right: 15px;
    margin: 0;
    left: inherit;
    font-weight: 400;
    padding: 0;
    font-size: 24px;
    line-height: 15px;
    color: #8d8d8d !important;
    width: auto;
    transition: all .4s ease-in-out;
}

header .woocommerce.widget_shopping_cart ul.cart_list li a {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
    position: initial;
    margin-left: 0;
    width: 100%;
    white-space: normal;
    transition: all .4s ease-in-out;
}

header .woocommerce.widget_shopping_cart ul.cart_list li a:hover {
    color: var(--light-black);
}

.header-btn .woocommerce ul.cart_list li dl dd,
.header-btn  .woocommerce ul.product_list_widget li dl dd {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

header .woocommerce.widget_shopping_cart ul.cart_list li img {
    margin: 0 0 0 -70px;
    float: left;
    width: 50px;
}

header .woocommerce.widget_shopping_cart ul.cart_list li .quantity {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: table;
}

header .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 17px 0 0 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 20px;
    text-align: right;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    line-height: normal;
}

header .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    color: var(--light-black) !important;
    background-color: transparent !important;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .total {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    padding-left: 30px;
    padding-right: 30px;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .total strong {
    color: #808080;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--light-black);
    width: 100%;
    text-align: center;
    background-color: transparent;
    transition: all .4s ease-in-out;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .button:hover {
    background-color: var(--blue);
    color: #fff;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons {
    padding-left: 30px;
    padding-right: 30px;
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .checkout {
    background-color: #232323;
    border-color: #232323;
    color: var(--white);
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .woocommerce-mini-cart__buttons .checkout:hover {
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

header .woocommerce.widget_shopping_cart .gleaury-mini-cart-slide-sidebar .gleaury-mini-cart-info {
    color: #808080;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .gleaury-mini-cart-slide-sidebar ul.cart_list li dl dt,
.woocommerce .gleaury-mini-cart-slide-sidebar ul.product_list_widget li dl dt {
    color: #000;
}

body.woocommerce .widget_shopping_cart .buttons a,
body.woocommerce.widget_shopping_cart .buttons a {
    margin-bottom: 15px;
    margin-right: 0;
}


body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center.with-empty-cart-icon {
    display: block;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading.has-text-align-center {
    display: none;
}

/* --------- 404 Page --------- */

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
    text-align: center;
    flex-direction: column;
}

.error-title {
    font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.25rem);
}

.error-title span {
    color: var(--light-black);
}

.error-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
    color: var(--light-black);
}

/* ---- Product Detail Page ------ */

.single-product .site-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-product .woocommerce-breadcrumb {
    display: none;
}

.single-product .page-breadcrumb {
    padding-bottom: 38px;
}

.woocommerce-product-gallery__image {
    background: #F0F0F0;
    height: 100%;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset;
    right: 12px;
    bottom: 12px;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: unset;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: none;
    border-radius: unset;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    position: static;
    background: url(../img/svg/product-zoom-icon.svg) no-repeat center;
    background-size: contain;
}

body.woocommerce div.product div.images {
    margin-bottom: 0;
}

.woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}

.woocommerce-product-gallery>.flex-viewport {
    width: 100%;
    height: 599px !important;
    border-radius: 16px;
    border: 1px solid var(--grey-border);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: block;
    height: 100%;
}

.woocommerce-product-gallery__image a {
    display: block;
    height: 100%;
}

body.woocommerce div.product .woocommerce-product-gallery__image a img {
    height: 100%;
    object-fit: cover;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 80px;
    min-width: 80px;
}

body.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    height: 96px;
    background-color: #F0F0F0;
    border: 2px solid #F5F3F4;
    border-radius: 8px;
    overflow: hidden;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.single-product.woocommerce-page div.product div.summary {
    width: 52%;
    padding-left: 80px;
    margin-bottom: 0;
}

.single-product.woocommerce div.product form.cart {
    margin: 0;
}

.single-product.woocommerce-page div.product div.summary .product_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 10px;
}

body .star-rating span::before {
    color: #FF9529;
}

body.woocommerce .star-rating::before {
    color: #949494;
}

.single-product div.product div.summary .star-rating {
    margin: 0 4px 4px 0;
}

.single-product div.product div.summary .woocommerce-review-link {
    font-size: 15px;
    line-height: 1.2;
    color: #949494;
}

.single-product div.product div.summary .woocommerce-review-link:hover {
    color: var(--light-black);
}

.single-product div.product div.summary .woocommerce-product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.single-product div.product div.summary .price {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 4px;
}

.single-product div.product div.summary .price ins .woocommerce-Price-amount {
    font-size: 24px !important;
    line-height: 1.5;
    font-weight: 600 !important;
    color: var(--light-black);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.single-product div.product div.summary .price del {
    opacity: 1;
    display: flex;
    align-items: center;
}

.single-product div.product div.summary .price del .woocommerce-Price-amount {
    color: #949494;
    font-size: 18px !important;
    padding-left: 15px;
    display: flex;
}

.single-product div.product div.summary form.cart .variations select {
    border: 1px solid #949494;
    border-radius: 8px;
    padding: 11px 28px 11px 20px;
    font-size: 14px;
    line-height: 1.3;
    min-width: 78%;
}

.single-product div.product div.summary form.cart .variations td,
.single-product div.product div.summary form.cart .variations th {
    vertical-align: middle;
}

.single-product div.product div.summary form.cart .variations th {
    padding-bottom: 2px;
    padding-top: 12px;
}

.single-product div.product div.summary form.cart .variations label {
    font-weight: 400;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-counter {
    display: none;
}

.single-product div.product div.summary .wc-dnd-file-upload .cd-icon,
.single-product div.product div.summary .wc-dnd-file-upload .text,
.single-product div.product div.summary .wc-dnd-file-upload .cd-separator {
    display: none;
}

.single-product div.product div.summary .wc-dnd-file-upload .codedropz-upload-inner .codedropz-label {
    justify-content: start;
    margin: 0;
    font-size: 16px;
    line-height: 1.37;
}

.single-product div.product div.summary .wc-dnd-file-upload .codedropz-upload-inner a.cd-upload-btn {
    border: 1px solid var(--light-black);
    color: var(--light-black);
    background: transparent;
    border-radius: 5px;
    padding: 10px 20px;
}

.single-product div.product div.summary .wc-dnd-file-upload .codedropz-upload-container {
    padding: 0;
}

.single-product div.product div.summary .wc-dnd-file-upload {
    padding: 0;
}

.single-product div.product div.summary .wc-dnd-file-upload .codedropz-upload-handler {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-details .name em,
.single-product div.product div.summary .wc-dnd-file-upload .dnd-progress-bar,
.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-status .dnd-upload-image {
    display: none;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-details .name {
    padding-bottom: 0;
    color: var(--light-black);
    padding-right: 10px;
    max-width: 250px;
}

.single-product div.product div.summary .wc-dnd-file-upload .codedropz-upload-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #E7E7E7;
    background-color: #F8FCFF;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-status {
    margin-left: 15px;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-status .dnd-upload-details {
    padding-left: 0;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
}

.single-product div.product div.summary .wc-dnd-file-upload .dnd-upload-details .remove-file {
    position: static;
}

.single-product div.product div.summary .single_add_to_cart_button {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 13px 50px;
    background-color: var(--light-black);
    color: var(--white);
    border-radius: 54px;
    transition: all .3s ease-in-out;
}

.single-product div.product div.summary .single_add_to_cart_button:hover {
    background-color: var(--blue);
}

.product-summary {
    margin: 24px 0;
}

.product-summary .product-summary-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}

.product-summary .product-summary-title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/svg/included-icon.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.product-summary .product-summary-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-summary .product-summary-list li {
    font-size: 14px;
    line-height: 1.42;
    vertical-align: middle;
    flex-basis: calc(45% - 4px);
    display: flex;
    align-items: center;
}

.product-summary .product-summary-list li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/svg/checkmark-circle.svg) no-repeat center;
    background-size: contain;
    margin-right: 8px;
}

.single-product div.product div.summary .variable-item[data-wvstooltip]:before,
.single-product div.product div.summary .variable-item[data-wvstooltip]:after {
    display: none;
}

.single-product div.product div.summary .variations .label .woo-selected-variation-item-name {
    display: none;
}

.single-product div.product div.summary .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.single-product div.product div.summary .yith-add-to-wishlist-button-block--single .yith-wcwl-add-to-wishlist-button {
    right: unset;
    top: unset !important;
}

.custom-cart-button-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-share-btn {
    aspect-ratio: 1 / 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid var(--grey-border);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.product-share-btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-image: url(../img/svg/share-icon.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: var(--grey);
    transition: all .3s ease-in-out;
}

.product-share-btn:hover {
    background-color: var(--light-black);
    border-color: var(--light-black);
}

.product-share-btn:hover::before {
    background-color: var(--white);
}

.delivery-time {
    margin-top: 20px;
}

.delivery-time p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--grey);
    margin: 0;
}

.delivery-time p::before {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../img/svg/truck.svg) no-repeat center;
    background-size: contain;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: var(--light-black);
    z-index: 2;
    border-bottom: 1px solid var(--light-black);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #D9D9D9;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--light-black);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0 0 12px;
    font-weight: 500;
    color: inherit;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #6a6a6a;
}

body.single-product.woocommerce-page div.product .woocommerce-tabs {
    padding-top: 100px;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    color: var(--grey);
    font-weight: 500;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6) {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--light-black);
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--grey);
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel ul {
    list-style: disc;
    padding-left: 20px;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel ol {
    list-style: decimal;
    padding-left: 20px;
}

.single-product.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel li:not(:last-child) {
    margin-bottom: 10px;
}

.brand-information:not(:last-child) {
    margin-bottom: 10px;
}

.brand-information .info-des p {
    display: inline-block;
}

.brand-information .info-heading {
    font-weight: 500;
    color: var(--light-black);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.single-product .up-sells {
    padding-top: 100px;
    padding-bottom: 50px;
}

.single-product .up-sells>h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--light-black);
    margin: 0 0 40px;
}

.woocommerce .up-sells ul.products li.product {
    margin: 0 0 2.992em 0;
    width: 25%;
    padding: 0 12px;
}

body.woocommerce .up-sells ul.products {
    margin: 0 -12px !important;
}

.single-product.woocommerce ul.products {
    margin: 0 !important;
}

.single-product .woocommerce-notices-wrapper .button {
    background-color: var(--light-black);
    color: var(--white);
    transition: all .3s ease-in-out;
}

.single-product .woocommerce-notices-wrapper .button:hover {
    background-color: var(--blue);
    color: var(--white);
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
    color: var(--light-black);
    top: 48%;
    transform: translateY(-50%);
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::after {
    content: unset;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: var(--light-black);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product.woocommerce #reviews #comments .woocommerce-Reviews-title {
    display: none;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 0;
    object-fit: cover;
}

.single-product.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    align-items: center;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    display: none;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: unset;
    order: 2;
    margin-bottom: 4px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .meta {
    order: 1;
    font-size: 16px;
    line-height: 1.5;
    color: var(--light-black);
    margin: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    width: 100%;
    order: 3;
    color: var(--grey);
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description p:not(:last-child) {
    margin-bottom: 10px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__dash,
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .meta .woocommerce-review__published-date {
    display: none;
}

.single-product.woocommerce #review_form #respond textarea {
    border: 1px solid var(--grey-border);
    border-radius: 8px;
    min-height: 150px;
    padding: 10px 15px;
    transition: all .3s ease-in-out;
    line-height: 1.6;
}

.single-product.woocommerce #review_form #respond textarea:focus {
    border-color: var(--light-black);
}

.single-product.woocommerce #review_form #respond label {
    margin-bottom: 5px;
    display: block;
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 25px;
}

.single-product.woocommerce #review_form #respond #reply-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 1.5;
    margin-bottom: 8px;
    display: block;
}

.single-product.woocommerce #review_form #respond .comment-form-rating .stars {
    display: inline-block;
    transition: all .3s ease-in-out;
}

.single-product.woocommerce #review_form #respond .comment-form-rating .stars:hover a::before {
    color: #FF9529;
}

.single-product.woocommerce #review_form #respond .comment-form-rating .stars span {
    display: flex;
    gap: 3px;
}

.single-product.woocommerce #review_form #respond .comment-form-rating {
    margin-bottom: 15px;
}

.single-product.woocommerce #review_form #respond .comment-form-rating .stars.selected a::before {
    color: #FF9529;
}

.single-product.woocommerce #review_form #respond #submit {
    color: var(--white);
    border-radius: 30px;
    padding: 11px 30px;
    font-weight: 500;
    font-size: 16px;
    background: var(--light-black);
    transition: all .3s ease-in-out;
}

.single-product.woocommerce #review_form #respond #submit:hover {
    background: var(--blue);
}

.single-product.woocommerce #review_form #respond .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.single-product.woocommerce #review_form #respond .comment-form-cookies-consent label {
    margin: 3px 0 0 0;
}

.single-product .gleaury-qtyplus,
.single-product .gleaury-qtyminus {
    width: 20px;
    height: 20px;
    line-height: 1;
}

.single-product.woocommerce .quantity .qty {
    width: 3em;
}

.single-product.woocommerce .quantity {
    padding: 7px;
    border: 1px solid var(--grey-border);
    border-radius: 8px;
    display: flex;
    align-items: center;
}

/* ----- Share Button Popup ---- */
.product-share-popup {
    display: none;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--light-black);
    color: var(--white);
    width: 40px;
    height: 40px;
    transition: all .3s ease-in-out;
}

.close-btn:hover {
    opacity: 0.93;
}

.close-btn-icon {
    position: relative;
}

.close-btn-icon::before,
.close-btn-icon::after {
    content: "";
    width: 2px;
    height: 18px;
    background-color: var(--white);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.close-btn-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: block;
}

.product-share-popup-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 93%;
    max-width: 500px;
    margin: 0 auto;
    z-index: 9999;
    background-color: var(--white);
    padding: 30px;
    transition: all 0.3s ease;
}

.product-share-popup .title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: var(--light-black);
}

.copy-link-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.copy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.copy-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    white-space: nowrap;
}

.copy-btn:hover::after,
.copy-btn.active::after {
    opacity: 1;
    visibility: visible;
}

.copy-btn::before {
    content: "";
    mask-image: url(../img/copy.png);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    aspect-ratio: 1 / 1;
    display: inline-block;
    background-color: var(--light-black);
    width: 26px;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    border: 1px solid var(--grey-border);
    transition: all .2s ease-in-out;
}

.social-icons a i {
    transition: all .2s ease-in-out;
}

.social-icons a:not(:last-child) {
    margin-right: 8px;
}

.custom-offer-wrapper {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 2px dashed #fbaf7f;
    background: #fe7f2d14;
}

.custom-offer-wrapper .cms-con p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
    color: var(--light-black);
}

.custom-offer-wrapper .cms-con p:not(:last-child) {
    margin-bottom: 15px;
}

.wishlist-share-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ---- Product Detail Page ------ */




/* ----------------------------------------- New Homepage ----------------------------------- */

/* ------- hero-banner-slider-sec --------- */

.hero-banner-slide {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.hero-banner-slide-con {
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-slide-banner-image {
    padding-bottom: 37.7%;
}

.hero-slide-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-slide-con .italic-text {
    font-size: 38px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 500;
}

.hero-banner-slide-con .offer-text {
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-banner-slide-con .third-text {
    font-size: 38px;
    line-height: 1.2;
}

.hero-banner-slide-con>* {
    margin-bottom: 18px;
}

.hero-banner-slide-con-btn {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* ---------- categories-sec --------- */

.categories-sec {
    margin-top: 24px;
}

.categories-box {
    position: relative;
    display: block;
}

.categories-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin: auto;
    right: 15px;
    text-align: center;
    color: #000;
    transition: all .4s ease-in-out;
}

.categories-title:hover {
    color: var(--blue);
}

.navigation-bar {
    border-top: 1px solid hsla(0, 0%, 90%, .4);
    padding-top: 10px;
}

/* --------- design-own-ring-sec -------- */

.design-own-ring-sec {
    position: relative;
    padding-top: 120px;
}

.design-own-ring-con .sec-title {
    text-transform: uppercase;
}

.design-own-ring-con .sec-title span {
    font-family: "ProximaNova", sans-serif;
    font-size: 36px;
}

.design-own-ring-con .cms-con {
    max-width: 580px;
}

.design-own-ring-con .cms-con p {
    font-size: 18px;
}

.design-own-ring-con .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0 50px;
}

.design-own-ring-con .bottom-cta-note a {
    color: var(--blue);
    text-decoration: underline;
}

.design-own-ring-sec .design-ring-main .container {
    position: relative;
    z-index: 9;
}

.design-own-ring-sec .text-bg-full {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 271px;
    background: #fbf8f3;
    z-index: -1;
}

.design-own-ring-sec .top-big-text {
    font-size: 180px;
    line-height: 1;
    letter-spacing: 1px;
    color: #f3e3d54d;
    font-weight: 700;
    height: 120px;
}

.design-own-ring-sec .big-text-container {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -80px);
    z-index: -2;
}

.design-own-ring-sec .highlighted-con {
    padding-top: 30px;
}

.animation-ring {
    position: relative;
}

.animation-ring-imgs {
    height: 720px;
    position: relative;
    transform-origin: top;
    width: 1166px;
    transform: translate(-15%) scale(0.9);
}

.main-ring {
    position: absolute;
    z-index: 1;
    right: 0px;
    max-width: initial;
    max-height: initial;
}

.stone-img {
    background-image: url(../img/Diamond_Sprite.png);
    height: 266px;
    width: 318px;
    position: absolute;
    z-index: 2;
    right: 426px;
    transition: top .1s ease-out;
}

/* ----------- company-logos-sec ---------- */

section.company-logos-sec {
    position: relative;
    z-index: 99;
}

.company-logos-sec .row {
    --bs-gutter-x: 0;
}

.company-logo-item {
    height: 100%;
    display: flex;
    align-items: center;
}

/* ---------- best-seller-slider ---------- */


.best-seller-slider {
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
}

.best-seller-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.best-seller-slider .swiper-slide .img-box {
    transition: all .3s ease-in-out;
    width: 390px;
}

.best-seller-slider .swiper-slide-active .img-box {
    transform: scale(1.53);
}

.product-slide-con {
    display: none;
}

.main-product-card-con {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 67%;
    text-align: center;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-product-card-inner-con {
    max-width: 270px;
}

.card-product-price {
    margin-bottom: 10px;
    font-size: 18px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
    display: block;
    background-image: url(../img/svg/new-slider-arrow.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.swiper-button-prev::after {
    transform: rotate(180deg) translateY(20px);
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    width: 200px;
    height: 80px;
    margin-top: 0;
}