/*
Theme Name: Cuelgame
Theme URI: https://lemondit.com
Author: Lemondit
Author URI: https://lemondit.com
Description: Cuelgame shop
Tags: cuelgame
Version: 2024
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: cuelgame
*/


/* SINGLE PRODUCT */



























/* CHECKOUT */
/*
form.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce-billing-fields p label {
    display: block;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    justify-content: start;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 25px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
    min-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-billing-fields p.hidden {
    display: none;
}


.woocommerce-checkout .woocommerce-billing-fields p input,
.woocommerce-checkout .woocommerce-billing-fields p .select2-container .select2-selection--single {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    vertical-align: top;
    color: #222;
}

.woocommerce-checkout .woocommerce-billing-fields p .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    line-height: 40px;
    padding-left: 0px;
    font-weight: 400;
}

.woocommerce-checkout .woocommerce-billing-fields p .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}




.woocommerce-checkout .order-resume-container {
    margin-top: 30px;
}


.woocommerce-checkout .order-resume-container .cart_item .variation {
    display: none;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table thead th {
    font-weight: 800;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table td {
    padding-bottom: 15px;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .cart-subtotal th {
    border-top: 1px dashed;
    padding-top: 15px;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .order-total td {
    text-align: right;
}

.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .cart-subtotal {
    font-weight: 600;
}
.woocommerce-checkout .order-resume-container .woocommerce-checkout-review-order-table .order-total {
    font-weight: 800;
}


.woocommerce-checkout #payment {
    background-color: #00000017;
}

.woocommerce-checkout #payment .wc_payment_methods li label img {
    width: 100px;
    display: block;
    margin-left: 0px;
}

.woocommerce-checkout #payment .place-order {
    text-align: right;
}

.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper {
    text-align: left;
}

.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p,
.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
    font-size: 13px;
}

.woocommerce-checkout #payment .place-order #place_order {
    height: 48px;
    display: inline-block;
    background-color: #FFF;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ee815e;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
    float: none;
    line-height: 48px;
    padding-top: 0px;
    vertical-align: top;
    color: #FFF;
    margin-top: 20px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ee815e30;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -0.95em;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #ee815e30;
    padding: 5px 10px;
    
}
.woocommerce-checkout #payment div.payment_box p {
    font-size: 13px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 0px;
}

.woocommerce-form-coupon.checkout_coupon {
    display: block;
    padding: 20px;
    margin-bottom: 30px;
}

.woocommerce-form-coupon.checkout_coupon input {
    width: 55%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: top;
}


.woocommerce-form-coupon.checkout_coupon button.button {
    height: 40px;
    display: inline-block;
    background-color: #FFF;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ee815e;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ee815e;
    cursor: pointer;
    float: none;
    line-height: 40px;
    padding-top: 0px;
    vertical-align: top;
}


.woocommerce-shop ul.products li.product h2,
.woocommerce.tax-product_cat ul.products li.product h2 {
    color: #1d1d1d;
    font-size: 16px !important;
    text-align: center;
    font-weight: 300;
}

.woocommerce-shop ul.products li.product .price,
.woocommerce.tax-product_cat ul.products li.product .price {
    text-align: right;
    font-size: 20px;
    font-weight: 900;
    color: #ee815e;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li, 
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li {
    padding: 10px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
.woocommerce .woocommerce-pagination ul.page-numbers li span, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li span,
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li a, 
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li a,
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li span, 
.woocommerce.tax-product_cat .woocommerce-pagination ul.page-numbers li span {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce.tax-product_cat nav.woocommerce-pagination ul li a:focus, 
.woocommerce.tax-product_cat nav.woocommerce-pagination ul li a:hover, 
.woocommerce.tax-product_cat nav.woocommerce-pagination ul li span.current {
    font-weight: 900;
    color: #ee815e;
    background: none;
}

.woocommerce-checkout .blockUI.blockOverlay {
    background: #000000de !important;
    min-width: 100vw !important;
    min-height: 100vw !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    display: flex !important;
}

.woocommerce .blockUI.blockOverlay::before {
    display: none;
}

.woocommerce-checkout .blockUI.blockMsg.blockElement {
    background-image: url(assets/img/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    top: 50% !important;
    left: 0px !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
    display: block !important;
    z-index: 99999;
    animation: spin 1s linear infinite;  
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

*/
/* CHECKOUT */


footer .footer-links {
    margin-top: 50px;
    padding: 30px 15px;
    border-top: 1px dashed #1d1d1d;
    text-align: center;
}

footer .footer-links .footer-link a {
    display: block;
    color: #1d1d1d !important;
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    footer .footer-links .footer-link a {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
}

footer #copyright {
    background-color: #1D1D1D;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}



.minorder-notify {
    text-align: right;
    border: 1px dashed;
    padding: 15px;
    background-color: #f7b6582e;
}
.minorder-notify .minorder-notify-title {
    font-size: 18px;
    font-weight: 700;
}
.minorder-notify p {
    font-weight: 300;
}



/* THANKYOU PAGE */
.woocommerce-order {
    margin-top: 50px;
}
.woocommerce-order .woocommerce-order-details {
    margin-bottom: 30px;
}
.woocommerce-order .woocommerce-notice--success {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-order .wc-item-meta {
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 20px;
    border: 1px dashed #1d1d1d;
    margin-top: 10px;
    margin-bottom: 30px;
}
.woocommerce-order .woocommerce-table thead th {
    font-weight: 700;
}
/* THANKYOU PAGE */



/* EXPLORE MENU */
#explore-menu-container {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    min-width: 40%;
    background-color: #FFF;
    z-index: 9999;
    border-left: 5px solid #000;
}
#explore-menu-container #explore-menu-wrapper {
    background-color: #ee815e;
    width: 100%;
    height: 100%;
    display: block;    
    padding: 30px;;
}

#explore-menu-container #explore-menu-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;  
    color: #FFF;
}

#explore-menu-container #explore-menu-catalogue {
    margin-top: 40px;
}

#explore-menu-container #explore-menu-catalogue a {
    color: #222 !important;
    font-size: 22px;
    font-weight: 600;
}

#explore-menu-container #explore-menu-catalogue .explore-menu-catalogue-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

#explore-menu-container #explore-menu-catalogue .explore-menu-catalogue-item-submenu {
    padding-left: 50px;
}
/* EXPLORE MENU */