/*
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
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* Necesario para background del spinner */
html {
    position: relative;
    min-height: 100%;
}

html,body,div,p,a,ul,li,h1,h2,h3,h4,h5,h6,h7,h8 {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
}

/* HEADER */
header {
    min-height: 55px;
}
header #logo {
    position: absolute;
    z-index: 999;
    margin-top: 10px;
    height: 65px;
}
header .header-title {
    font-size: 29px;
    line-height: 30px;
    font-weight: 100;
    padding-right: 42px;
    margin-top: 20px;
}

header .icon.icon-cart {
    background-image: url(assets/img/shopping-cart.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 16px;
    padding: 0;
}
/* HEADER */

/* COMMON */
a {
    color: #ee815e !important;
    text-decoration: none !important;
}

.info-alert {
    border: 3px dashed #FFF;
    padding: 5px 10px;
    background-color: #f7b6582e;    
    background-size: cover;
    border-radius: 25px;
    font-weight: 400;
}

#custom-spinner-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #000000de;
    z-index: 9999;
    display: none;
}

#custom-spinner .spinner {
    animation: spin 1s linear infinite;   
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* COMMON */

/* Woocommercer messages */
.woocommerce-message,
.woocommerce-info {
    border-top-color: #000;
    background-color: #00000017;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}
.woocommerce-message a,
.woocommerce-info a {
    font-weight: 500;
}

.woocommerce-message,
.woocommerce-info::before {
    color: #000;
}
/* Woocommercer messages */


/* SINGLE PRODUCT */
.woocommerce #content div.product div.images {
    width: 100%;
    float: none;
}
.woocommerce #content div.product div.summary  {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    width: 100%;
    float: none;
}

.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #1D1D1D;
    margin-bottom: 15px;
}

.woocommerce.single-product .product .shortdescription {
    margin-bottom: 25px;
}

.woocommerce.single-product .product .toggle-item {
	border-top: 1px solid #CCC;
    padding-top: 15px;
    padding-bottom: 6px;    
}
.woocommerce.single-product .product .toggle-item .toggle-item-title {
    font-weight: 500;
}

.woocommerce.single-product .product .toggle-item:last-of-type {
	border-bottom: 1px solid #CCC;
  }

.woocommerce.single-product .product .toggle-item .toggle-item-icon {
	width: 18px;
    height: 18px;
    background-image: url(assets/img/accordeon-closed.svg);
    background-repeat: no-repeat;
    background-position: center;
	float: right;
    display: inline;
    background-size: contain;
    margin-top: 4px;
}

.woocommerce.single-product .product .toggle-item .toggle-item-content {
	display: none;
    margin-top: 20px;
}

.woocommerce.single-product .product .toggle-item.open .toggle-item-icon {
	transform: scaleY(-1);
}
.woocommerce.single-product .product .toggle-item.disabled .toggle-item-icon {
    display: none;
}

.woocommerce.single-product .product .toggle-item.open .toggle-item-content {
	display: block;
}

.woocommerce.single-product .product .custom-field {
    margin-top: 25px;
    margin-bottom: 40px;
}

.woocommerce.single-product .product .custom-field.hidden {
    display: none;
}

.woocommerce.single-product .product .custom-field .custom-field-label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    vertical-align: middle;
    clear: both;
}

.woocommerce.single-product .product .custom-field .custom-field-label .customize-icon {
    background-image: url(assets/img/customizer-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
}

.woocommerce.single-product .product .custom-field .custom-field-label .custom-field-label-selection {
    font-weight: 300;
    padding-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
}

.woocommerce.single-product .product .custom-field-extra-price {    
    text-align: right;
}

.woocommerce.single-product .product .custom-field-extra-price-inner {
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.woocommerce.single-product .product .custom-field-extra-price b {
    font-weight: 600;
}

.woocommerce.single-product .product .custom-field-extra-price.hidden {
    display: none;
}



.woocommerce.single-product .product .custom-field-extra-info {    
    text-align: right;
}

.woocommerce.single-product .product .custom-field-extra-info-inner {
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.woocommerce.single-product .product .custom-field-extra-info b {
    font-weight: 600;
}

.woocommerce.single-product .product .custom-field-extra-info.hidden {
    display: none;
}



.woocommerce.single-product .product .custom-field-extra-base {    
    text-align: right;
}

.woocommerce.single-product .product .custom-field-extra-base-inner {
    width: auto;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.woocommerce.single-product .product .custom-field-extra-base b {
    font-weight: 600;
}

.woocommerce.single-product .product .custom-field-extra-base.hidden {
    display: none;
}



.woocommerce.single-product .product .custom-field .custom-field-description {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.woocommerce.single-product .product .custom-field .custom-field-options {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.woocommerce.single-product .product .custom-field .custom-field-option {
    width: 60px;
    height: 60px;
    border: 2px solid #CCC;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
    border-radius: 5px;
}
.woocommerce.single-product .product .custom-field .custom-field-option.medium {
    width: 160px;
    height: 160px;
}
.woocommerce.single-product .product .custom-field .custom-field-option.big {
    width: 300px;
    height: 300px;
}

.woocommerce.single-product .product .custom-field .custom-field-option.text.mini,
.woocommerce.single-product .product .custom-field .custom-field-option.text.medium,
.woocommerce.single-product .product .custom-field .custom-field-option.text.big {
    width: auto;
    height: auto;
    line-height: 24px;
    font-size: 24px;
    padding: 12px;
    margin-bottom: 10px;
}

.woocommerce.single-product .product .custom-field .custom-field-option.selected {
    border: 5px solid #1D1D1D;
    padding: 0px;
}
.woocommerce.single-product .product .custom-field .custom-field-option .custom-field-option-fill {
    width: 100%;
    height: 100%;
}

.woocommerce.single-product .product .custom-field .custom-field-option.image .custom-field-option-fill {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}




.woocommerce.single-product .product .custom-field .custom-field-input {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce.single-product .product .custom-field textarea {
    width: 100%;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.woocommerce.single-product .product .custom-field .custom-field-select,
.woocommerce.single-product .product .custom-field .custom-field-select {
    margin-top: 15px;
    margin-bottom: 15px;
}

.woocommerce.single-product .product .custom-field input,
.woocommerce.single-product .product .custom-field select {
    width: 100%;
    height: 50px;    
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    background-color: #FFF;
    border-radius: 5px;
}

.woocommerce.single-product .product .custom-field input[type=file] {
    border: none;
    font-size: 15px;
}


.woocommerce.single-product .product .custom-field .custom-field-extra {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce.single-product .product .custom-field .custom-field-extra input[type=checkbox] {
    height: 30px;
    width: 30px;
    display: inline;
    vertical-align: middle;
}
.woocommerce.single-product .product .custom-field .custom-field-extra .custom-field-extra-label {
    display: inline-block;
    font-size: 20px;
    margin-left: 7px;
    vertical-align: middle;
}



.woocommerce.single-product .product .custom-field.invalid.modified .custom-field-errors {
    border: 2px dashed red;
    padding: 10px;
    background-color: #ff00000a;
    font-weight: 400;
    color: #900000;
    border-radius: 5px;
    display: block;
}
.woocommerce.single-product .product .custom-field .custom-field-errors,
.woocommerce.single-product .product .custom-field .custom-field-errors.hidden {
    display: none;
}

.woocommerce.single-product .product .addtocart-price-base p.price {
    font-size: 40px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 0px;
    color: #ee815e;
}


.woocommerce.single-product .product form.cart .default-buttom-container {
    text-align: right
}

.woocommerce.single-product .product form.cart .default-buttom-container .quantity {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    margin-bottom: 5px;
}

.woocommerce.single-product .product form.cart .default-buttom-container .quantity input,
.woocommerce.single-product .product form.cart .default-buttom-container #quantity-alt {
    width: 54px;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ee815e;
    background-color: #FFF;
    border-radius: 5px;
    color: #ee815e;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    vertical-align: sub;
    text-align: center;
}

.woocommerce.single-product .product form.cart .default-buttom-container #quantity-alt {
    display: none;
    vertical-align: top;
}
.woocommerce.single-product .product form.cart .default-buttom-container #quantity-alt:disabled {
    background-color: #CCC;
}


.woocommerce.single-product .product form.cart .default-buttom-container button.single_add_to_cart_button {
    height: 50px;
    display: inline-block;
    background-color: #FFF;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ee815e;
    font-weight: 800;
    border-radius: 5px;
    border: 3px solid #ee815e;
    cursor: pointer;
    margin-bottom: 20px;
    float: none;
    line-height: 50px;
    padding-top: 0px;
}
/* SINGLE PRODUCT */


/* CART */
.woocommerce-cart .woocommerce-cart-form {
    margin-top: 50px;
}

.woocommerce-cart .cart-item {
    margin-bottom: 30px;
}

.woocommerce-cart .cart-item-name a {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #1D1D1D !important;
}


.woocommerce-cart .cart-item-image img {
    border-radius: 20px;
}

.woocommerce-cart .cart-item-price {
    background-color: #00000017;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.woocommerce-cart .cart-item-price .cart-item-price-label {    
    color: #000;
    font-weight: 400;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce-cart .cart-item-price .cart-item-price-value {
    text-align: left;
    background-color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
} 

.woocommerce-cart .cart-item-price .cart-item-price-total .cart-item-price-label,
.woocommerce-cart .cart-item-price .cart-item-price-total .cart-item-price-value {
    font-size: 20px;
    font-weight: 700;
}


.woocommerce-cart .cart-item-price .cart-item-price-units .cart-item-price-units-action {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    border: 1px solid #ee815e;
    padding: 5px;
    line-height: 10px;
    border-radius: 50px;
    color: #ee815e;
}
.woocommerce-cart .cart-item-price .cart-item-price-units .cart-item-price-units-value {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.woocommerce-cart .cart-item-price .cart-item-price-units .quantity {
    display: none;
}


.woocommerce-cart .cart-item-remove {
    text-align: right;
    margin-top: 10px;
}

.woocommerce-cart .cart-item-remove a {
    font-size: 14px;
}

.woocommerce-cart .cart-item-custom-details .toggle-item {
    padding-top: 15px;
    padding-bottom: 6px;    
}
.woocommerce-cart .cart-item-custom-details .toggle-item .toggle-item-title {
    font-weight: 300;
    font-size: 18px;
}

.woocommerce-cart .cart-item-custom-details .toggle-item .toggle-item-icon {
	width: 14px;
    height: 14px;
    background-image: url(assets/img/accordeon-closed.svg);
    background-repeat: no-repeat;
    background-position: center;
	float: right;
    display: inline;
    background-size: contain;
    margin-top: 6px;
}

.woocommerce-cart .cart-item-custom-details .toggle-item .customize-icon {
    background-image: url(assets/img/customizer-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

.woocommerce-cart .cart-item-custom-details .toggle-item .toggle-item-content {
	display: none;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 20px;
    border: 1px dashed #1d1d1d;
}

.woocommerce-cart .cart-item-custom-details .toggle-item.open .toggle-item-icon {
	transform: scaleY(-1);
}
.woocommerce-cart .cart-item-custom-details .toggle-item.disabled .toggle-item-icon {
    display: none;
}

.woocommerce-cart .cart-item-custom-details .toggle-item.open .toggle-item-content {
	display: block;
}


.woocommerce-cart .cart-item-custom-details dt,
.woocommerce-cart .cart-item-custom-details dd {
    margin-bottom: 0px;
    vertical-align: top;
}
.woocommerce-cart .cart-item-custom-details dt {
    font-weight: 500;
}
.woocommerce-cart .cart-item-custom-details dd {
    margin-bottom: 10px;
}
.woocommerce-cart .cart-item-custom-details dd p {
    margin-bottom: 0px;
}

.woocommerce-cart .cart-collaterals {
    margin-top: 50px;
    border-top: 1px dashed #000;
    padding-top: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-totals-item {
    margin-bottom: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-totals-item-label {
    font-size: 20px;
    font-weight: 300;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-totals-item-value {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-totals-item.car-total {
    margin-bottom: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals .car-total .cart-totals-item-value {
    font-size: 40px;
    font-weight: 900;
    text-align: right;
    margin-bottom: 0px;
    color: #ee815e;
    margin-top: -10px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: 50px;
    display: inline-block;
    background-color: #FFF;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ee815e;
    font-weight: 800;
    border-radius: 5px;
    border: 3px solid #ee815e;
    cursor: pointer;
    margin-bottom: 20px;
    float: none;
    line-height: 50px;
    padding-top: 0px;
}


.woocommerce-cart #update-cart {
    display: none;
}

.woocommerce-cart .coupon {
    text-align: right;
    margin-bottom: 20px;
}
.woocommerce-cart .coupon input {
    width: 55%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: top;
}
.woocommerce-cart .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;
    margin-bottom: 20px;
    float: none;
    line-height: 40px;
    padding-top: 0px;
    vertical-align: top;
}


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

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

.woocommerce-checkout .woocommerce-billing-fields p input {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    vertical-align: top;
}

.woocommerce-checkout .woocommerce-additional-fields textarea {
    padding: 10px 5px;
    height: 80px;
}
.woocommerce-checkout .woocommerce-additional-fields textarea::placeholder {
    font-size: 13px;    
}


.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);
    }
}



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;
}



/* PAGES */
.page-custom-template {
    margin-top: 50px;
}
/* PAGES */


/* 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 */