@media (min-width: 1200px) {
    .container {
        width: 1740px;

    }
}

:root {
    --hovercolor: #7E43FF;
    --bg_dark: #EBEBEB;
    --font-weight: 600;

}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #666666;
}

body {
    background-color: #EBEBEB;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
}

.pos_title h2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #22252A;
    text-transform: capitalize;
    font-weight: 600;
}

.pos_title h2 {
    font-size: 24px;
}

.pos-title {
    font-family: "Open Sans", sans-serif;
}

.pos-title-column h4 {
    font-size: 20px;
}

#header .sticky-inner.scroll-menu {
    background-color: #7E43FF;
}

.js-product-miniature .product_desc .product_name {
    color: #22252A;
    font-size: 14px;
    text-transform: none;
}

.js-product-miniature .product_desc .product_name:hover {
    color: #7E43FF;
}

.product-price-and-shipping .price {
    color: #555555;
    font-size: 15px;
}

.h1.namne_details,
.product_name_h1 {
    color: #22252A;
    font-size: 24px;
    text-transform: none;
}

.product-prices .price,
.product-prices .current-price span:first-child {
    color: #555555;
    font-size: 22px;
}

#product.showcase-body #header,
.showcase-inner,
#product.showcase-body .page-title-wrapper {
    background-color: ;
}

.container {
    max-width: 1140px;
}

#mywishlist p.warning {
    text-align: center;
}

.contact-form,
#mywishlist {
    padding: 30px;
}

#products-list,
.cart-grid,
.product-container,
.categoryproducts,
.page-content,
.brand-content {
    background-color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin: 0px 0px 30px 0px;
    padding: 30px !important;
    overflow: auto;
}

.pos-sale-product-widget .style_product_list_sale .product_desc {
    padding: 0 15px !important;
}

#left-column a.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
}


#left-column li>a:not(.h6) {
    color: #666;
    font-size: 14px !important;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border: none;
}

#left-column li i {
    color: #999;
}

.page-title-wrapper {
    margin-bottom: unset;
}

.elementor-widget-wrap:has(> .shop_buttons) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.elementor-widget-wrap:has(> .shop_buttons)>.shop_buttons {
    flex: 0 0 auto;
    width: auto !important;
    margin: 0;
}

.elementor-widget-wrap:has(> .shop_buttons) .elementor-button {
    width: auto !important;
}

.elementor-column-wrap .elementor-widget-wrap>.elementor-widget.icon_switcher {
    width: auto !important;
    display: inline-flex;
    flex: 0 0 auto;
}