/* single product */
button, input {
    font-family: inherit;
}
.shop-single-product-content {
    color: #ffffff;
}
.single-product-top {
    display: flex;
    justify-content: space-between;
}
.single-product-top-right {
    width: 25%;
}
.single-product-top-mid {
    width: 45%;
}
.single-product-top-left {
    width: 25%;
}
.product-images {
    position: relative;
}
.main-product-image a {
    display: block;
}
.gallery-product-images {
    display: flex;
    justify-content: space-between;
}
.gallery-product-images a {
    width: 30%;
}
.single-product-top-mid .woocommerce-review-link {
    display: none;
}
.single-product-top-mid .meta-rate-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #55C74C;
}
.single-product-top-mid .meta-rate-box a {
    color: #55C74C;
}
.single-product-top-left {
    background-color: #55C74C;
    border-radius: 15px;
    color: #ffffff;
    padding: 40px;
}
.single-product-top-left .price {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.single-product-top-left .price del {
    color: #ffffff;
    text-decoration: line-through;
}
.single-product-top-left .price .woocommerce-Price-amount {
    color: #044700;
    font-weight: 700;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.single-product-top-left .quantity .qty {
    width: calc(100% - 90px);
    margin: 0 5px;
    border-radius: 5px;
    border: none;
    font-size: 20px;
}
.single-product-top-left .qty_button {
    width: 40px;
    font-size: 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.woocommerce div.product form.cart .button {
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 #959595;
    border-radius: 5px;
    color: #242424;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    padding: 10px;
    background-color: #1b1b1b;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 5px 50px;
    border-radius: 5px;
    background-color: #242424;
    color: #797979;
    min-width: 150px;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #1b1b1b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color:#55C74C;
    color:#fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-top: 25px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height:3em;
    background: #4ADE4A;
    background: radial-gradient(circle, #61D461 0%, #3DAA20 50%);
    color: #ffffff;
    text-shadow: 0 4px 8px #7b7b7b;
    border-radius: 5px;
    border: navajowhite;
    box-shadow: 0 0 5px #1b1b1b;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #55C74C;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius:4px 0 0 4px;
    order:3;
    background: #21b300 !important;
    color: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius:0 4px 4px 0;
    order:1;
    background: #21b300 !important;
    color: #fff !important;
    font-size: 24px !important;
    opacity: 1 !important;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    background-color: #535353;
}
.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    background: #2D2D2D;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top:2px solid hsla(0,0%,7%,.11) !important;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__content {
    background: #2D2D2D;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.woocommerce-checkout .wc-block-components-checkout-step__container {
    position:relative;
    background: #2D2D2D;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color:#2b2b2b;
    color:#d7d7d7;
    border-radius: 5px;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius:5px !important;
    box-shadow:inset 0 0 0 1.5px #d6ffbf !important;
}
.woocommerce-checkout h1,
.woocommerce-cart h1 {
    background-color: #1b1b1b;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 21px;
    border-radius: 15px;
    margin-bottom: 25px;
}


/* shop basket */
.cart-item {
    position: relative;
}

.cart-link {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.cart-icon {
    font-size: 24px;
    margin-left: 5px;
}

.cart-count {
    background-color: #d2691e;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: 15px;
}

.main-header.scrolled .cart-count {
    background-color: #d2691e;
}

.mini-cart {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #55C74C;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px;
    min-width: 250px;
    box-shadow: 0 5px 8px -3px #515151;
    z-index: 1001;
    color: #023700;
}

.mini-cart-content {
    max-height: 200px;
    overflow-y: auto;
}

.mini-cart.active {
    display: block;
}

.view-cart {
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 #959595;
    border-radius: 5px;
    color: #242424 !important;
    display: block;
    margin: 8px auto 0 auto;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.view-cart:hover {
    text-decoration: underline;
}
.mini-cart-item img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #1a5300;
    padding: 3px;
    border-radius: 5px;
}
.mini-cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mini-cart-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.woocommerce div.product p.stock {
    font-size:.92em;
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 5px;
    font-size: 18px;
}
