/**
* Theme Name: Beezi Child
* Description: This is a child theme of Beezi, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: beezi
* Version: 1.0.0
*/

b, strong {
    font-weight: 800;
}

.widget-area .widgets {
    background-color: #eee;
}

.single-product div.product .product_title {
    max-height: none;
    overflow: visible;
}

.single-product .breadcrumb-wrap,
.account-dashboard [title="Downloads"] {
    display: none !important;
}

.single-product div.product .woocommerce-product-details__short-description {
    padding: 20px 0 0;
}

.single-product div.product .woocommerce-product-details__short-description ul,
.product-caption .short-description ul {
    margin-left: 20px;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #000;
}

.product-img-wrap,
.product-transition > div {
    height: 320px;
}

.product-img-wrap .product-image {
    height: 100%;
}

.product-img-wrap img,
.product-transition > div > img {
    height: 100%;
    object-fit: cover;
}

.product-block .label-wrapper {
    height: auto;
}

.beezi-products-per-page {
    gap: 10px;
}

.addresses header.title h3 {
    font-size: 24px;
}

ul#shipping_method input[type=radio] + label {
    word-break: normal;
    padding-right: 0px;
}

#order_review .woocommerce-checkout-review-order-table td {
    word-break: normal;
}

#shipping_method li > label::after {
    right: -23px;
}

ul#shipping_method li {
    max-width: 230px;
    margin-left: auto;
}

#shipping_method li > input[type=radio]:not(:checked) + label::after {
    width: 13px;
    height: 13px;
    border: 1px solid #bfa05d;
    border-radius: 50%;
    right: -22px;
}

#payment .payment_methods li > input[type=radio]:not(:checked) + label::before {
    width: 15px;
    height: 15px;
    border: 1px solid #bfa05d;
    border-radius: 50%;
    right: -22px;
}

#payment .payment_methods li .payment_box {
    padding-top: 0;
}

.category-logo {
    max-width: 300px;
    padding: 0 0 20px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p > img {
    display: inline-block;
}

.woocommerce-checkout .quantity_wrap .quantity button {
    display: none !important;
}

.woocommerce-checkout .quantity_wrap .quantity .minus, 
.woocommerce-checkout .quantity_wrap .quantity .plus {
    color: #bfa05d;
    border: 1px solid #bfa05d;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    cursor: pointer;
}

.woocommerce-checkout .quantity_wrap .quantity {
    padding: 5px 0  0;
}

@media (min-width: 1024px) {
    .widget-area .svg-sidebar {
        background-color: #c29150;
    }
}

@media (min-width: 767px) {
    .single-product div.product .product_title {
        font-size: 25px;
    }
    .beezi-scene-flight {
        display: none;
    }
}