/*
Theme Name: Auriane Child
Theme URI: https://auriane.jwsuperthemes.com
Template: auriane
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Auriane is a handcrafted jewelry for WordPress that has lots of pre-built store demos. This theme would work particularly well for stores selling high-end jewelry and other similar items. However, even if your inventory isn’t top tier, you can still use Auriane to give your jewelry store a premium look. As Auriane has been built around the popular Elementor page builder plugin, opening up the templates of the store demos and editing them through a drag-and-drop interface is very straightforward. This includes the product templates, giving you the option of displaying your items in the way that you want.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.2.7
Updated: 2023-02-22 08:44:36
*/
.elementor-nav-menu .menu-item {
    position: relative !important;
}

.elementor-nav-menu .menu-item .sub-menu,
.woocommerce .elementor-nav-menu .menu-item .sub-menu {
    position: absolute !important;
    top: 50px !important;
    left: 0 !important;
    z-index: 400 !important;
    background-color: white !important;
    color: #252627;
}

.menu-item-has-children .sub-menu .highlighted {
    background-color: #4B88A2 !important;
    color: white !important;
}

.shop-page {
    padding-bottom: 0;
}

.product-image {
    margin-bottom: 0 !important;
    width: auto;
}

.product-item:hover img.attachment-custom-thumbnail {
    transform: scale(1) !important;
}

.product-item-inner.grid {
    transform: scale(1);
}

.product-item-inner.grid:hover {
    transform: scale(1);
}

.product-item-inner:hover .gallery img.attachment-woocommerce_thumbnail {
    transform: scale(1) !important;
}

.elementor-sub-item {
    background-color: white !important;
    color: #252627 !important;
}


.elementor-sub-item:hover {
    background-color: #4B88A2 !important;
    color: white !important;
}

.elementor-5890 .elementor-element.elementor-element-a3f5c07 {
    z-index: unset !important;
}

.shop-container,
.product {
    background-color: #FFF9FB;
}

.product-item-inner {
    background-color: white;
}

.product-item-inner .sku-link {
    padding-left: 1rem;
    color: #252627;
}

.product-item-inner .jws-wishlist-btn {
    padding-right: 1rem;
    color: #252627;
}

.product-item-inner .woocommerce-loop-product__title {
    margin-top: 8px;
    min-height: 40px;
    padding-left: 1rem;
}

.product-item-inner .woocommerce-loop-product__title a {
    font-size: 16px;
    font-weight: bold;
    color: #4B88A2 !important;

}

.product-item-inner .woocommerce-loop-product__title a:hover {
    color: #252627 !important;
}

.product-item.product .product-short-text {
    padding-left: 15px;
}

.product-item.product .price {
    display: inline-block;
    padding-left: 15px;
    font-weight: 700;
    font-size: 18px;
}

.product-item.product .bottom-section {
    padding: 0 15px 15px 0;
    margin: 8px 0 0 15px;
}

.product-item.product .bottom-section a.button {
    border: 1px solid #040202;
    padding: 8px 43px;
    display: inline-block;
    color: #040202;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.product-item.product .bottom-section a.buttons:after {
    font-family: "jws_icon";
    content: '\ec28';
    font-size: 16px;
    margin-left: 12px;
}


.product-item.product .bottom-section a.button:hover {
    border: 1px solid #040202;
    background-color: #040202;
    color: #ffffff;
}

.product-item .jws-attr-swatches .jws-attr-content {
    display: none;
}

.jws_pr_labels .onsale {
    font-weight: 400;
}

/*.shop-page .elementor-top-section h3.title {
    font-size: 60px;
    font-weight: 400;
    color: #4B88A2;
    margin-bottom: 8px;
}

.shop-page .elementor-top-section p {
    margin-top: 15px;
}*/

.summary .single_add_to_cart_button {
    background-color: #BB0A21;
}

.summary form.cart {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.main-product .entry-summary .product-title {
    color: #4B88A2;
    font-size: 36px;
    font-weight: 700;
}

.shop_info_more,
.product-share {
    display: none;
}

/* Add this CSS in your theme's stylesheet or a custom CSS editor */
.product-sku {
    margin-bottom: 10px;
    /* Add some spacing between SKU and title */
}

/* Add this CSS in your theme's stylesheet or a custom CSS editor */
.single-product .price {

    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.main-product .entry-summary>.price .amount {
    font-size: 30px;
    font-weight: 500;
}

.jws_pr_labels .onsale {
    background: white;
    color: #252627;
    padding: 5px 10px;
    border-radius: 4px;
}

.page_checkout_modern .modern-logo {
    margin-bottom: 31px;
    margin-top: 40px;
    display: none;
}

@media screen and (max-width: 767px) {
    .product-item.product .bottom-section {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 15px 15px 0;
    }

    .product-item.product .bottom-section a.button.add_to_cart_button {
        margin-top: 8px;
    }
}