/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.taxonomy__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.taxonomy__list .taxonomy__col {
    width: calc(33.33% - 20px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 75vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.taxonomy__list .taxonomy__col h3 {
    font-family: "Cormorant Garamond", Sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 10px;
}

.taxonomy__list .taxonomy__col a {
    color: #fff;
    font-family: "Avenir", Sans-serif;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.taxonomy__list.all__taxonomy .taxonomy__col {
    min-height: 500px;
}

.taxonomy__list .taxonomy__col h6 {
    color: #fff;
    font-family: "Nunito Sans", Sans-serif;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin: 0;
}


/* Archive Page Filter Css Start  */

.archive__filter #archive__container {
    padding-top: 30px;
}

.archive__filter .product__sort {
    max-width: 500px;
    margin: 0 0 0 auto;
    width: 50%;
}

.archive__filter .archive__products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.archive__filter .archive__column {
    width: calc(25% - 23px);
}

.archive__filter .product__sort label {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.archive__filter select#product__sort-by {
    border: 1px solid #00000040;
    border-radius: 0;
    padding: 10px;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000;
}

.archive__filter :focus-visible {
    outline: none !important;
}

.archive__pagination {
    justify-content: center;
}

.archive__pagination .pagination__num {
    font-size: 13px;
    line-height: 20px;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    align-items: center;
}

.archive__pagination .pagination__num.active {
    background-color: #0000001a;
}

.archive__pagination .pagination__arrow {
    font-size: 13px;
    line-height: 20px;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    display: flex;
    align-items: center;
}

/* Archive Page Filter Css End  */

/* Product Detail Page Css Start  */
.detail__tab .tab__content {
    display: none;
}

.detail__tab .tabs__main {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.detail__tab .tab__button {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    background: none !important;
    padding: 8px 16px;
    text-align: center;
    cursor: pointer;
}

.detail__tab .tab__button.active {
    border-bottom: 1px solid #000;
}

.detail__tab .tab__content {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
}

/* Product Detail Page Css End  */

/* checkout page css start  */

#checkout__sec li input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #710606;
}

#checkout__sec table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0;
    border: 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

#checkout__sec tr.cart_item {
    display: flex;
    gap: 14px;
}

#checkout__sec td.product-name {
    width: calc(70% - 64px);
    max-width: 100% !important;
}

#checkout__sec td.product-total {
    width: calc(30% - 28px);
    text-align: right;
}

#checkout__sec tr.cart_item td {
    padding: 0 !important;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
}

#checkout__sec td.product-image {
    position: relative;
    width: 64px;
}

#checkout__sec td.product-image img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#checkout__sec td.product-image .product-quantity {
    width: 100%;
    font-weight: 400;
    background: #0000008f;
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: -11px;
    top: -11px;
}

#checkout__sec tr.cart_item .product-name h6 {
    margin-bottom: 2px !important;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
}

#checkout__sec tr.cart_item .product-name ul.variation-details li {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
}

#checkout__sec table.shop_table tr.order-total th {
    font-size: 20px !important;
}

#checkout__sec table.shop_table tr.order-total td {
    font-size: 20px !important;
}


#checkout__sec .e-coupon-box {
    padding-top: 0 !important;
}

#checkout__sec .e-coupon-box .e-coupon-anchor {
    display: block !important;
    margin-top: 0 !important;
}

#checkout__sec .e-coupon-box p.e-woocommerce-coupon-nudge.e-checkout-secondary-title {
    display: none;
}

#checkout__sec .e-coupon-box label.e-coupon-anchor-description {
    display: none;
}

#checkout__sec .e-checkout__column-inner .e-checkout__order_review-2 {
    display: none !important;
}

#checkout__sec .woocommerce-billing-fields h3 {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 0 0 20px;
}

#checkout__sec .woocommerce-privacy-policy-text {
    display: none;
}

#checkout__sec #customer_details {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

#checkout__sec .woocommerce-checkout #payment {
    padding-top: 0 !important;
}

#checkout__sec .woocommerce-checkout #payment h3.payment__heading {
    color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    margin: 0 0 10px;
}

#checkout__sec .woocommerce-checkout #payment p.paymetn {
    color: #0000008f;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.01em;
}

#checkout__sec .e-checkout__column.e-checkout__column-start #payment .place-order {
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px);
}

#checkout__sec .woocommerce-checkout #payment #place_order {
    width: 100%;
}

#checkout__sec .woocommerce-checkout #payment ul.wc_payment_methods {
    border: 1px solid #dedede;
    border-bottom: 0;
}

#checkout__sec .woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method {
    padding: 14px;
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    background-color: #fff;
}

#checkout__sec .woocommerce-checkout #payment ul.wc_payment_methods li.wc_payment_method:has(input[type="radio"]:checked) {
    background-color: #F4F4F4;
}

#checkout__sec .woocommerce-checkout #payment ul.wc_payment_methods .payment_box {
    background: none !important;
}

#checkout__sec #ship-to-different-address {
    margin-bottom: 40px;
    margin-top: 0 !important;
}

#checkout__sec #ship-to-different-address .woocommerce-form__label span {
    color: #000000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;
}

#checkout__sec table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#checkout__sec table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    min-width: max-content;
    padding-right: 0;
}

#checkout__sec table.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    align-items: center;
}

#checkout__sec table.shop_table.woocommerce-checkout-review-order-table ul#shipping_method li input {
    margin: 0;
}

/* checkout page css end  */


/* ring builder filter css start  */
#diamond__filter .filter__range {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(50% - 10px);
}

#diamond__filter .filter__range .range__container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

#diamond__filter .filter__range .range__container .slider__wrapper {
    position: relative;
    width: 100%;
    height: 10px;
    margin: 35px 0;
}

#diamond__filter .filter__range .range__container .slider__track {
    position: absolute;
    width: calc(100% - 2px);
    height: 10px;
    background: #d7d4d4;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    overflow: hidden;
}

#diamond__filter .filter__range .range__container .slider__range {
    position: absolute;
    height: 10px;
    background: var(--e-global-color-primary);
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#diamond__filter .filter__range .range__container .slider {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: transparent;
    outline: none;
}

#diamond__filter .filter__range .range__container .slider::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

#diamond__filter .filter__range .range__container .price__label {
    position: absolute;
    top: -35px;
    background: #000;
    color: #fff;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 12px;
    transform: translateX(-65%);
}

#diamond__filter .filter__range .range__container .price__label.min__label {
    transform: translateX(-30%);
}

#diamond__filter .step__container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: flex;
    justify-content: space-between;
}

#diamond__filter .filter__range .step-label {
    position: absolute;
    font-size: 12px;
    color: #333;
    transform: translateX(-50%);
    font-family: "Avenir", sans-serif;
    font-weight: 500;
}

#diamond__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: 1024px;
    margin: 0 auto 60px;
}

#diamond__filter .shape__categories {
    display: flex;
    align-items: center;
    gap: 20px;
}

#diamond__filter ul.shape__list {
    display: flex;
    overflow-x: auto;
    padding: 0;
    width: 100%;
    list-style: none;
    gap: 6px;
}

#diamond__filter li.shape__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    min-width: max-content;
}

#diamond__filter li.shape__item.active {
    border-color: #000;
}

#diamond__filter li.shape__item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

#diamond__filter li.shape__item span.shape__name {
    font-family: "Avenir", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    color: #000;
}

#diamond__filter .shape__categories {
    width: 100%;
}

#diamond__filter .filter__option {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(50% - 10px);
}

#diamond__filter .diamond__filter__heading {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0;
    min-width: 110px;
}

#diamond__filter ul.diamond__type__list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

#diamond__filter ul.diamond__type__list li {
    padding: 10px;
    border: 1px solid var(--e-global-color-primary);
    line-height: 14px;
    font-weight: 500;
    color: #000;
    font-family: "Avenir", sans-serif;
    cursor: pointer;
}

#diamond__filter ul.diamond__type__list li.diamond__type__item.active {
    background: var(--e-global-color-primary);
    color: #fff;
}

#diamond__filter .sort__option {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(50% - 10px);
}

#diamond__filter .sort__option select#sortBy {
    padding: 9px 10px;
    border: 1px solid var(--e-global-color-primary);
    line-height: 14px !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: "Avenir", sans-serif;
    height: auto;
    width: 100%;
    border-radius: 0;
    margin-right: 20px;
}

#diamond__filter .filter__button__outer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    width: calc(50% - 10px);
}

#diamond__filter .filter__button__outer button {
    background-color: var(--e-global-color-primary);
    font-family: "Avenir", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 28px 10px 28px;
}
#diamond__filter .filter__button__outer button:hover{
    background-color: #00000000;
    color: var(--e-global-color-primary);
}

/* ring builder filter css end  */

@media only screen and (max-width: 1024px) {
    .taxonomy__list {
        gap: 20px;
    }

    .taxonomy__list .taxonomy__col {
        width: calc(33.33% - 14px);
        padding: 24px;
        min-height: 400px;
    }

    .archive__filter .product__sort {
        width: 100%;
        margin: 0;
    }

    .archive__filter .product__sort label {
        margin-bottom: 6px;
    }

    .archive__filter .archive__products {
        gap: 20px;
    }

    .archive__filter .archive__column {
        width: calc(33.33% - 14px);
    }
}

@media only screen and (max-width: 991px) {
    #checkout__sec .e-checkout__column.e-checkout__column-start #payment .place-order {
        display: none;
    }

    #checkout__sec #customer_details {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #checkout__sec table.shop_table tr.order-total th {
        font-size: 18px !important;
    }

    #checkout__sec table.shop_table tr.order-total td {
        font-size: 18px !important;
    }

    #checkout__sec .e-checkout__column-inner .e-checkout__order_review-2 {
        display: block !important;
    }

    #checkout__sec .e-checkout__column-inner .e-checkout__order_review-2 h3,
    #checkout__sec .e-checkout__column-inner .e-checkout__order_review-2 p,
    #checkout__sec .e-checkout__column-inner #payment ul.wc_payment_methods {
        display: none;
    }

    #checkout__sec .coupon-container-grid {
        display: flex !important;
        gap: 6px;
    }

    #checkout__sec .coupon-container-grid input#coupon_code {
        margin-bottom: 0 !important;
    }

    #checkout__sec .coupon-container-grid .col.coupon-col-1 {
        width: 60%;
    }

    #checkout__sec .coupon-container-grid .col.coupon-col-2 {
        width: calc(40% - 6px);
    }

    #checkout__sec .e-checkout__order_review {
        padding-bottom: 30px !important;
    }

    #checkout__sec #ship-to-different-address {
        margin-bottom: 20px;
        margin-top: 20px !important;
    }


    /* ring builder filter css start  */

    #diamond__filter .filter__range {
        width: 100%;
    }
    #diamond__filter .filter__button__outer {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    /* ring builder filter css end  */

}

@media only screen and (max-width: 767px) {
    .taxonomy__list {
        gap: 20px;
    }

    .taxonomy__list .taxonomy__col {
        width: 100%;
        padding: 16px;
    }

    .archive__filter .archive__products {
        gap: 16px;
    }

    .archive__filter .archive__column {
        width: calc(50% - 8px);
    }

    .archive__filter #archive__container {
        padding-top: 20px;
    }

    .archive__filter .product__sort label {
        margin-bottom: 8px;
    }

    #checkout__sec tr.cart_item {
        display: flex;
        gap: 10px;
    }

    .detail__tab .tabs__main {
        overflow-x: auto;
    }

    .detail__tab .tab__button {
        font-size: 13px;
        line-height: 14px;
        min-width: max-content;
    }

    .detail__tab .tab__content {
        font-size: 13px;
        line-height: 18px;
    }

    /* ring builder filter css start  */

    #diamond__filter {
        margin: 0 auto 40px;
    }
    #diamond__filter .filter__range {
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
    }

    #diamond__filter .shape__categories {
        flex-wrap: wrap;
        gap: 0;
    }

    #diamond__filter .filter__range .range__container .slider__wrapper {
        margin: 10px 0 25px;
    }

    #diamond__filter .filter__range .range__container[data-type="carat"] .slider__wrapper {
        margin: 35px 0 25px;
    }

    #diamond__filter .step__container {
        bottom: 20px;
    }

    #diamond__filter .filter__option {
        gap: 16px;
        width: 100%;
    }

    #diamond__filter .sort__option {
        gap: 16px;
        width: 100%;
    }

    #diamond__filter ul.diamond__type__list li {
        padding: 8px;
        font-size: 12px;
    }

    #diamond__filter .sort__option select#sortBy {
        padding: 5.5px 8px;
        font-size: 14px;
    }

    /* ring builder filter css end  */
}