/*
	Theme Name: OPRA
	Theme URI: https://gitlab.com/demeillon
	Description: Custom Theme for Layers Studio by Ben de Meillon
	Version: 1.0.3
	Author: Ben de Meillon
	Author URI: https://gitlab.com/demeillon
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ---- ADD YOUR CUSTOM STYLES HERE ---- */

@media screen and (max-width: 600px) {
	#wpadminbar {
		display: none;
	}
}

.courses-button {
	border-color: #E76D63;
	background-color: #E76D63;
}

.courses-button:hover {
	background-color: rgba(231, 109, 99, 0.5);
}

.cart_item .product-name img {
    max-width: 68px;
}

.comment-respond {
    margin-top: 24px;
}

.comment-respond h2 {
    margin-bottom: 12px;
}

.comment-respond form .comment-form-rating {
    margin-bottom: 12px;
}

.comment-respond form .comment-form-rating label {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 8px;
    display: block;
}

.comment-respond form .comment-form-comment textarea#comment {
    width: 100%;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px;
	border: solid 1px #000;
}

.woocommerce p.stars:hover a::before {
    color: #ffcb45;
}

.recurring-totals, .cart-subtotal.recurring-total, .tax-total.recurring-total, .order-total.recurring-total, .variation-Soldby {
    display: none !important;
}

.custom-checkout-layout {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.opraFooter {
    padding-top: 32px;
    padding-bottom: 64px;
}

@media only screen and (max-width: 900px){
	.custom-checkout-layout {
		flex-direction: column;
	}
}

.custom-checkout-layout .custom-checkout-col-1,
.custom-checkout-layout .custom-checkout-col-2 {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: 0;
}

@media only screen and (max-width: 900px){
    .custom-checkout-layout .custom-checkout-col-1,
    .custom-checkout-layout .custom-checkout-col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.custom-checkout-layout .custom-checkout-col-1 .col2-set {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: -24px;
}

.custom-checkout-layout .custom-checkout-col-1 .col2-set > div {
    float: none;
    width: 100%;
}