/*
Theme Name: Zara
Theme URI: https://web.facebook.com/ronytarafder99/
Author: Rony Tarafder
Author URI: https://themes.wesoftpress.com/
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

.elementor-element-populated {
    padding: 0 !important;
}

.wc_payment_methods,
.woocommerce-terms-and-conditions-wrapper,
#order_review_heading,
#order_review thead,
#order_review tbody {
    display: none;
}

.section_five {
    border: 10px solid #222;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
}

.wcf-embed-checkout-form {
    border: 10px solid #222;
    border-radius: 0 0 20px 20px;
    padding: 0 20px 20px 20px;
    border-top: none;
}

.primary_content {
    padding-bottom: 0 !important;
}

.cartflows-elementor__checkout-form {
    padding-top: 0px !important;
}

/* Owl Carousel Navigation Styling */
.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    color: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none !important;
}

.owl-nav button:hover {
    background: transparent !important;
}

.owl-nav button span {
    font-size: 35px;
}

.owl-nav .owl-prev {
    left: 5px;
}

.owl-nav .owl-next {
    right: 5px;
}

.woocommerce-page #payment #place_order {
    background: #00755E !important;
    color: #fff !important;
    border: 2px solid #222 !important;
}