/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
/*OGÓLNE*/
#Header_wrapper #Subheader{
    display: none;
}
.image_links .hide{
    display: none !important;
}
.item_slider_wrapper .item_wrapper .image_wrapper .image_links{
    display: none;
}
/*KARUZELA PROD*/
.item_slider_wrapper .shop_slider .shop_slider_ul li.product{
    background-color: #FFFFFF;
    padding: 0px;
    border-radius: 16px 16px 16px 16px;
    min-height: 423px;
}
.item_slider_wrapper .shop_slider .shop_slider_ul li.product .item_wrapper .image_wrapper{
    min-height: 250px;
}
.item_slider_wrapper .shop_slider .shop_slider_ul li.product .item_wrapper .image_wrapper a img{
    object-fit: contain !important;
    height: 250px !important;
    margin: auto !important;
    max-width: 200px;
}
.item_slider_wrapper .shop_slider .slider_navigation{
    position: absolute;
    top: 40%;    
    width: 100%;
}
.item_slider_wrapper .shop_slider .slider_navigation .slider_prev{
    left: -65px;
    position: absolute;
    padding: 15px;
    background: none;
}
.item_slider_wrapper .shop_slider .slider_navigation .slider_prev i {
    color: #959595;
}
.item_slider_wrapper .shop_slider .slider_navigation .slider_next{
    right: -65px;
    position: absolute;
    padding: 15px;
    background: none;    
}
.item_slider_wrapper .shop_slider .slider_navigation .slider_next i {
    color: #959595;
}
.slick-slide {
    margin: 0 10px; /* np. 10px w poziomie */
  }
  
.slick-list {
    margin: 0 -10px;
}
.item_wrapper .price ins{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-decoration: none;
}
.item_wrapper .price .woocommerce-Price-amount{
    font-size: 20px !important;
    font-weight: 400 !important;
}
.item_wrapper .price del{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #BFBFBF !important;
}
.item_wrapper .image_links{
    display: none;
}
.shop_slider .shop_slider_ul li .item_wrapper .desc h4{
    font-size: 20px;
    font-weight: 700;
    color: #202020;
}
.shop_slider .shop_slider_ul li .item_wrapper .desc h4 a{
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: lowercase;
}
.shop_slider .shop_slider_ul li .item_wrapper .desc h4 a::first-letter{
    text-transform: uppercase;
}
/* Omnibus */
.iworks-omnibus{
    font-size: 10px;
    color: #959595;   
}
.item_wrapper .iworks-omnibus .woocommerce-Price-amount{
    font-size: 10px !important;
}
/* LABELe */
.label-badge{
    display: block;
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    top: 0 !important;
    z-index: 9;
    color: #fff;
    font-size: 10px !important;
    line-height: 18px;
    font-weight: 500;
    height: auto;
    margin-right: 2px;
    padding: 1px 8px !important; 
    border-radius: 10px !important;
    text-align: right;
    min-width: 78px !important;
    text-transform: inherit !important;
}
.label-badge img{
    position: absolute !important;
    top: -3px !important;
    left: 3px;
    max-width: 25px;
}
.wrapper-bagde{
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
}
.wrapper-bagde .sale{
    background-color: #46A112 !important;
    width: 84px;
}
.wrapper-bagde .new-label{
    background-color: #4E48EA !important;
}
.wrapper-bagde .bestseller-label{
    width: 86px;
    background-color: #E97C16 !important;
}
/* HOT DEALS */
.wrapper_hot_deals .mcb-item-column-inner{
    margin: 0px;
    padding: 70px 40px;
}
.modern-hotdeal {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
.modern-hotdeal-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.modern-hotdeal-image-container {
    padding: 15px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.modern-hotdeal-image-container img{
    max-width: 300px;
}
.modern-hotdeal-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.modern-hotdeal-info {
    flex: 1;
    color: #fff;
    text-align: center;
    width: 50%;
}
.modern-hotdeal-heading {
    font-size: 42px;
    margin: 0 0 39px;
    font-weight: 700;
    color: #fff;
}
.modern-hotdeal-countdown {
    margin-bottom: 15px;
}
.modern-hotdeal-countdown-label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    opacity: 0.8;
}
.modern-hotdeal-timer {
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 20px;
}
.modern-hotdeal-product-title {
    font-size: 20px;
    margin: 15px 0;
    font-weight: 500;
    color: #fff;
}
.modern-hotdeal-price-container {
    margin: 15px 0;
}
.modern-hotdeal-price-old {
    font-size: 20px;
    text-decoration: line-through;
    color: #BFBFBF;
    margin-bottom: 5px;
}
.modern-hotdeal-price-current {
    font-size: 20px;
    font-weight: 700;
    color: #7D17BF;
}
.modern-hotdeal-button {
    display: inline-block;
    padding: 9px 67px;
    background: #7D17BF;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
}
.modern-hotdeal-button:hover {
    background: #3B0B5B;
    color: #fff;
    text-decoration: none;
}
.modern-hotdeal-discount-badge {
    position: absolute;
    top: 20px;
    right: -65px;
    transform: translate(-50%, -50%);
    background: #7D17BF;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
/* Responsywność  HOT DEALS*/
@media (max-width: 768px) {
    .modern-hotdeal-content {
        flex-direction: column;
        padding: 20px;
    }
    .modern-hotdeal-image-container {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 60%;
    }
    .modern-hotdeal-info {
        text-align: center;
    }
    .modern-hotdeal-discount-badge {
        top: 30px;
        left: 30px;
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
    .modern-hotdeal-heading {
        font-size: 26px;
    }
    .modern-hotdeal-timer {
        font-size: 28px;
    }
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc{
    text-align: left;
    padding: 20px 15px;
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc .mfn-woo-product-title{
    font-size: 20px;
    font-weight: 700;
    color: #202020;
}
.mfn-product-li-item .mfn-li-product-row-title .title{
    font-size: 20px;
    font-weight: 700;
    color: #202020;
}
.mfn-product-li-item .mfn-li-product-row-title .title a{
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; 
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc .mfn-woo-product-title a{
    overflow: hidden;
    height: auto;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: lowercase;
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc .mfn-woo-product-title a::first-letter{
    text-transform: uppercase;
}
.wrapper_section_two .woocommerce ul.products li{
    padding: 0px !important;
}

.woocommerce ul.products li{
   min-height: 423px;
}
.woocommerce ul.products li .wrapper-bagde{
    margin: 0 10px;
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc .price ins{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-decoration: none;
}
.woocommerce ul.products:not(.list) li.product.has-background-color .desc .price del{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #BFBFBF !important;
}
.wrapper_section_category_all h2.title{
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center !important;
}
.icon-box-home .mcb-column-inner .mfn-icon-box{
    min-height: 355px;
}
.wrapper_section_category_all .column_attr p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.wrapper_section_category_all .mcb-item-button-inner{
    text-align: center;
}
.wrapper_about .section_wrapper .mfn-icon-box .desc-wrapper .title{
    font-size: 20px;
    color: #7D17BF;
}
.wrapper_about .section_wrapper .mfn-icon-box .desc-wrapper .desc{
    font-size: 16px;
    color: #202020;
}
.wrapper_partners .mcb-column-inner{
    margin: 0px;
}
.wrapper_partners ul.clients.clients_image_default .client_wrapper{
    height: auto;
    background: none !important;
}
.wrapper_partners ul.clients.clients_image_default .client_wrapper .gs-wrapper img{
    max-width: 150px;
}
.wrapper_seo_section .mcb-column-inner h3.title{
    font-size: 42px;
    color: #2C0844 !important;
    line-height: 45px;
    margin-bottom: 50px;
}
.section_newsletter .wpcf7 input[type=submit]{
    background-color: #7D17BF;
    font-size: 16px;
}
.section_newsletter .wpcf7 input[type=submit]:hover{
    background-color: #3B0B5B;
}
.section_newsletter .mcb-item-heading-inner{
    margin-bottom: 15px;
}
.footer-custom-cc .mcb-column-inner{
    margin: 3px 0px 0px -10px;
}
.column_sidebar_widget .widget{
    margin: 0px;
    padding: 0px;
}
.woocommerce ul.products li.product{
    text-align: left !important;
}
.mfn-product-li-item.columns-4{
    padding: 0 15px !important;
}
.mfn-product-li-item.columns-4 .mfn-li-product-row-price del{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #BFBFBF !important;
}
.mfn-product-li-item.columns-4 .mfn-li-product-row-price ins{
    width: 100%;
    display: block;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.mfn-li-product-row-title h5{
    color: #202020;
}
.home .products_wrapper ul li .image_wrapper {
    min-height: 250px;
}
.home .products_wrapper ul li .image_wrapper a img {
    object-fit: contain !important;
    height: 250px !important;
    margin: auto !important;
    max-width: 200px;
}
.products_wrapper ul li .image_wrapper {
    min-height: 250px;
}
.products_wrapper ul li .image_wrapper a img {
    object-fit: contain;
    height: 250px !important;
    margin: auto !important;
    max-width: 200px;
}
.filters_sidebar .wp-block-heading, .mfn_attr_filters label{
    font-size: 20px;
    font-weight: 700;
    color:  #202020;
}
.filters_sidebar .wc-block-product-categories-list-item a{
    font-size: 16px;
    color: #202020;
}
.filters_sidebar .wc-block-product-categories-list-item a.active{
    font-weight: 700 !important;
}
.mfn-vr-options li{
    padding: 5px 0;
}
.mfn-vr-options .label{
    font-size: 16px;
    color: #202020; 
}
.mfn_woo_attributes .mfn_attr_filters .mfn-vr{
    border-bottom: none;
}
.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-color li .label{
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 1px;
}
.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-color li .label span{
    border-radius: 4px;
}
.shop-filters .mfn-woo-list-options .show{
    font-size: 16px;
    font-weight: 700;
}
.shop-filters .mfn-woo-list-options ul{
    font-weight: 700;
}
.shop-filters .woocommerce-ordering select{
    width: 190px;
    font-weight: 700;
}
.product-template-default .sku_wrapper{
    border: none;
    font-size: 16px;
    text-transform: none;
    color: #BFBFBF;
    line-height: 18px;
    padding: 0;
}
.woocommerce .product div.entry-summary h1.product_title{
    font-size: 42px;
    color: #2C0844;
    margin-bottom: 0px;
    text-transform: lowercase;
}
.woocommerce .product div.entry-summary h1.product_title::first-letter{
    text-transform: uppercase;
}
.product-template-default .product_title:after{
    content: none !important
}
.product-template-default .fixed-nav{
    display: none;
}
.product-template-default .share-simple-wrapper{
    display: none;
}
.product-template-default #Subheader .title{
    display: none;
}
.ui-tabs-panel{
    width: 100%;
}
.product-template-default #Content{
    background-color: #ffffff;
}
.tabs_wrapper_section{
    background-color: #f4f4f4;
}
.subheader-both-center #Subheader .breadcrumbs{
    text-align: left;
}
.subheader-both-center #Subheader .breadcrumbs li{
    color: #202020 !important;
    font-size: 16px;
}
.subheader-both-center #Subheader .breadcrumbs li a{
    color: #202020 !important;
    font-size: 16px;
}
.woocommerce .product div.entry-summary .price{
    font-size: 20px;
    font-weight: 700;
}
.product-template-default .woocommerce-product-attributes th{
    padding: 0px 0px 5px 0px !important;
}
.product-template-default .woocommerce-product-attributes td span:before{
    content: none !important;
}
.product-template-default .woocommerce-product-attributes .woocommerce-product-attributes-item__label span{
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    font-weight: 700;
}
.product-template-default .woocommerce-product-attributes .woocommerce-product-attributes-item__value span{
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    float: left;
}
.product-template-default .woocommerce-product-attributes{
    display: block;
    padding-bottom: 22px;   
}
.product-template-default .woocommerce-product-attributes tbody{
    width: 100%;
    display: table;
}
.woocommerce .mfn-variations-wrapper .mfn-vr{
    flex-direction: column;
    align-items: baseline; 
    border-bottom: none;   
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a{
    border-radius: 6px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a{
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 1px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a span{
    border-radius: 4px;
}
.mfn-variations-wrapper{
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 50px;
}
.woocommerce .mfn-variations-wrapper .mfn-vr:last-child{
    margin-bottom: 50px;
}
.woocommerce .quantity input.qty{
    padding: 10px !important
}
.woocommerce .product div.entry-summary .cart .button{
    height: 42px;
    min-width: 392px;
    background-color: #7D17BF;
}
.mfn-wish-button svg{
    width: 40px;
}
.mfn-wish-button.loved:not(.link) .path {
    stroke: #7d17bf !important;
    fill: #7d17bf !important;
}
.style-simple table:not(.recaptchatable) tr td:last-child, .style-simple table tr th:last-child{
    font-size: 16px;
    color: #202020;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    text-align: left;    
}
.woocommerce .product div.entry-summary .woocommerce-product-rating{
    margin-bottom: 22px;
    float: none;
    margin: 0px 0 15px 0px;
    cursor: pointer;
}
.woocommerce .star-rating span::before{
    color: #ffca28;
}
.woocommerce div.product div.images .flex-control-thumbs{
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    max-width: 100px;
}
.woocommerce .product .related.products{
    max-width: 1180px;
    margin: auto;
}
.wrapper_realted_products{
    background-color: #f4f4f4;
}
.product.type-product .ui-tabs{
    margin-bottom: 0px;
}
.woocommerce .product .related.products{
    padding-top: 49px;
    padding-bottom: 50px;
}
.woocommerce .product .related.products h3{
    padding-bottom: 52px;
    font-size: 42px;
    text-align: center;
}
.woocommerce .product .related.products ul li{
    max-width: 274px;
    margin: 0 10px !important;
    border-radius: 16px;
}
.woocommerce .products.related ul.products li.product:nth-child(3n+1){
    clear: none;
}
a.add_to_cart_button.ajax_add_to_cart.product_type_simple.tooltip.tooltip-txt{
    display: none;
}
.tabs_wrapper_section .woocommerce-product-attributes.shop_attributes {
    width: 100%;
    background: #f5f5f5;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    padding: 20px;
}

.tabs_wrapper_section .woocommerce-product-attributes.shop_attributes tbody {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.tabs_wrapper_section .woocommerce-product-attributes-item {
    display: flex;
    justify-content: flex-end;
    padding: 6px 10px;
}

.tabs_wrapper_section .woocommerce-product-attributes-item:nth-child(even) {
    background: #F4F4F4;
}

.tabs_wrapper_section .woocommerce-product-attributes-item:last-child {
    border-bottom: none;
}

.tabs_wrapper_section .woocommerce-product-attributes-item__label {
    font-weight: 600;
    color: #333;
    width: 40%;
}

.tabs_wrapper_section .woocommerce-product-attributes-item__value {
    font-weight: 400;
    color: #666;
    width: 60%;
    text-align: right;
}

.tabs_wrapper_section .woocommerce-product-attributes-item__value span,
.tabs_wrapper_section .woocommerce-product-attributes-item__value p {
    margin: 0;
    padding: 0;
    display: inline;
}
.tabs-wrapper{
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}
.style-simple .ui-tabs .ui-tabs-nav {
    width: 1180px;
    margin: auto;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
    border-radius: 6px !important;
    border-color: #dadada !important;   
}
label.wc-block-components-price-slider__label{
    display: none;
}
footer .mcb-wrap-inner{
    margin: 10px;
}
footer .column_attr.mfn-inline-editor.clearfix p{
    margin: 0px;
}
.mfn-icon-box:hover .desc-wrapper:hover{
    color: #3B0B5B !important;
}
.button.button_full_width.alt{
    background-color: #7D17BF !important;
}
.button.button_full_width.alt:hover{
    background-color: #3B0B5B !important;
}
.shop_table .button{
    font-size: 14px;
    margin: 0 10px;
}
.mfn-cart-step-1 .woocommerce .woocommerce-cart-form{
    background: #ececec;
    border-radius: 6px;
    padding: 10px;
}
.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals{
    max-width: 100%;
    margin-left: 0px;
}
.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form{
    max-width: 100%;
}
.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder){
    display: block;
}
.woocommerce .cart-collaterals h4{
    text-align: left;
}
.wc-proceed-to-checkout{
    width: 30%;
    float: right;    
}
.checkout-button button.alt.wc-forward{
    background-color: #7D17BF !important;
}
.checkout-button button.alt.wc-forward:hover{
    background-color: #3B0B5B !important;    
}
.mfn-woo-cart-link{
    float: right;
    width: 100%;
    text-align: right !important;
    font-weight: 600;
    color: #202020 !important;    
}
.woocommerce ul#shipping_method li{
    display: flex; 
    align-items: center;   
}
.woocommerce ul#shipping_method li label{
    display: flex;
    margin-bottom: 0px;    
}
.woocommerce ul#shipping_method li label .woocommerce-Price-amount bdi{
    font-size: 17px !important;
    margin-left: 8px;
}
.mfn-woo-list.mfn-woo-list-style{
    display: none !important;
}
#place_order{
    background-color: #7D17BF;
}
#place_order:hover{
    background-color: #2C0844;
}
a.checkout-button.button.alt.wc-forward{
    background-color: #7D17BF;
}
a.checkout-button.button.alt.wc-forward:hover{
    background-color: #2C0844;
}
/* O NAS */
.box1-text {
    padding: 0 60px 0 363px;
}
.box2-text {
    padding: 0 363px 0 60px;
}
/* KONRAKT */
.box-contact-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px 25px;
    max-width: 360px;
}
.box-contact-wrapper .box-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.box-contact-wrapper .box-contact .value p{
    margin-bottom: 0px;
    margin-left: 10px;
}
.box-contact-wrapper .box-contact .icon{
    font-size: 25px;
}
.box-contact-wrapper .box-contact:last-child{
    margin-bottom: 0px;
}
.heading-contact .title {
    font-size: 20px;
    font-weight: 700;
}
.wpcf7-form .column{
    padding: 0px;
}
/* Style dla formularza Contact Form 7 */
.page-id-219 .wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
}
.page-id-219 .wpcf7-form .row {
    display: flex;
    gap: 15px;
}
.page-id-219 .wpcf7-form .col-md-6 {
    flex: 1;
}
.page-id-219 .wpcf7-form .col-md-12 {
    flex: 1;
}
.page-id-219 .wpcf7-form input[type="text"],
.page-id-219 .wpcf7-form input[type="email"],
.page-id-219 .wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background: white;
    box-sizing: border-box;
}
.page-id-219 .wpcf7-form textarea {
    height: 120px;
    resize: vertical;
    margin-bottom: 20px;
}
.page-id-219 .wpcf7-form input[type="submit"] {
    background: #7D17BF;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    width: 100%;
}
.page-id-219 .wpcf7-form input[type="submit"]:hover {
    background: #2C0844;
}
.page-id-219 .wpcf7-list-item{
    margin-left: 0px;
}
.page-id-219 .wpcf7-list-item-label{
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 400;
}
.logo-box{
    margin-bottom: 0px;
}
.empty-hot-deals{
    font-size: 20px;
    color: #fff;
    max-width: 700px;
    text-align: center;
    margin: auto;
    line-height: 25px;
    font-weight: 600;
}
/* Responsywność */
@media (max-width: 768px) {
    .page-id-219 .wpcf7-form .row {
        flex-direction: column;
        gap: 15px;
    }
    .style-simple .ui-tabs .ui-tabs-nav{
        width: 100%;
    }
    .woocommerce .product div.entry-summary .cart .quantity{
        width: 100%;
        margin-bottom: 10px;        
    }
    .woocommerce .product div.entry-summary .cart .button{
        min-width: 322px;        
    }
    .woocommerce form.cart, .woocommerce-variation-add-to-cart{
        flex-wrap: wrap;
    }
    .single-product .content_wrapper .section_wrapper, .container, .four.columns .widget-area{
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .single-product .products_wrapper .products .slick-slide{
        display: flex;
        justify-content: center;
    }
    .box1-text, .box2-text{
       padding: 10px; 
    }
    .onas-box1 .section_wrapper{
        flex-wrap: wrap-reverse; 
    }
    .footer-mobile-layout .mcb-wrap-inner{
        display: flex;
        justify-content: center;        
    }
    .footer-mobile-layout .mcb-wrap-inner .column{
        width: 50%;        
    }
    .footer-copy-right .mcb-wrap-inner{
        flex-wrap: nowrap;
        gap: 20px;
        align-items: center;
        width: 100%;        
    }
    .footer-copy-right .mcb-wrap-inner .mcb-column .mcb-column-inner{
        margin: 0; 
    }
}