.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-351 .elementor-element.elementor-element-3960009{--display:flex;--margin-top:108px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-351 .elementor-element.elementor-element-7d25783{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-658fa27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-7130fe4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-21221a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-6c561d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-26f36a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-351 .elementor-element.elementor-element-39fdc43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */@media screen and (min-width: 500px) {
    /* Colores específicos */
.quantity .minus2 { background: #f23300; margin-right: -43px !important;} /* rojo */
.quantity .plus2  { background: #0393d7; margin-right: 43px !important;} /* azul */
    
}
/* Juntar botones e input */
.quantity,
.woocommerce .quantity{
  display: inline-flex;
  align-items: center;
  gap: 0 !important;          /* sin hueco entre elementos */
}

/* Quita márgenes que añada el theme */
.quantity .minus2,
.quantity .plus2,
.quantity .qty{
  margin: 0 !important;
}

/* Deja un micropadding lateral (ajusta a tu gusto: 2–6px) */
.quantity .qty{
  margin: 0 4px !important;   /* <-- más pegado; pon 2px si lo quieres aún más junto */
  height: 36px;
  min-width: 56px;
  text-align: center;
  padding: 0 8px;
}

/* (Opcional) Si quieres que no haya NADA de hueco, déjalo así: */
/*
.quantity .qty{ margin:0 !important; }
*/

/* Contenedor de cantidad en línea y centrado */
.quantity,
.woocommerce .quantity {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* separa botón e input */
}

/* Botones redondos base */
.quantity .minus2,
.quantity .plus2 {
  width: 36px;
  height: 36px;
  border-radius: 9999px;        /* totalmente redondo */
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

/* Colores específicos */
.quantity .minus2 { background: #f23300; } /* rojo */
.quantity .plus2  { background: #0393d7; } /* azul */

/* Hover/active/focus accesibles */
.quantity .minus2:hover  { filter: brightness(0.95); }
.quantity .plus2:hover   { filter: brightness(0.95); }
.quantity .minus2:active,
.quantity .plus2:active  { transform: scale(0.96); }
.quantity .minus2:focus-visible,
.quantity .plus2:focus-visible {
  outline: 2px solid rgba(0,0,0,.25);
  outline-offset: 2px;
}

/* Ajustes del input para que encaje bien */
.quantity .qty {
  height: 36px;
  padding: 0 10px;
  text-align: center;
  min-width: 64px;       /* evita que sea demasiado estrecho */
  border-radius: 8px;
}

input{
    border-color: transparent !important;
}

.wgb-list-item-title a{
    color:black !important;
    font-size: 15px;
}

@media only screen and (min-width: 500px) {
    .wgb-popup-list .wgb-list-item .wgb-list-item-content .wgb-list-add-gift-button, .wgb-popup-list .wgb-popup-post-item .wgb-add-gift-btn {
        width: 80%;
        float: revert;
        margin-bottom: -20px !important;
        position: absolute;
        text-decoration: none;
        /* display: -webkit-flex; */
        font-size: 12px;
        text-align: center;
        padding: 4px 0 !important;
    }
}

/* Oculta el <bdi> de la columna Precio en el carrito 
.woocommerce-cart-form__cart-item td.product-price bdi {
    display: none;
}

.woocommerce-cart-form__cart-item td.product-price del bdi {
    display: block;
}

*/

#cajascarrito .shop_table td {
    border: solid 0px transparent !important;
    background-color: 
#ffb503 !important;

    
    
}


.disable-hover{
    display: none !important;
}

.wgb-list-items h1{
    font-size: 21px;
    margin-left: 11px;
}

.wgb-popup-title{
    display: none;
}

.rule-description {
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
    font-size: 12px !important;
    font-family: "HWTArtzW00-Regular" !important;
    margin-left: 10px;
    margin-bottom: -10px;
}

body{
    background-color: #fff7e6 !important;
}

.ywdpd_single_rule_container{
    width: 100% !important;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-thumb, .wgb-popup-list .wgb-popup-post-item .wgb-popup-post-thumbnail {
width: 100%;
height: 100%;
float: left;
text-align: center;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-thumb img, .wgb-popup-list .wgb-popup-post-item .wgb-popup-post-thumbnail img {
width: 100%;
height: auto;
max-width: 100%;
max-height: 100%;
vertical-align: middle;
display: inline-table;
}

.wgb-popup-list .wgb-list-item, .wgb-popup-list .wgb-popup-post-item {
width: 50%;
display: grid;
float: left;
padding: 7px;
border: none !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-bottom: 50px;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-content, .wgb-popup-list .wgb-popup-post-item .wgb-popup-post-title {
width: 100% !important;
overflow: hidden;
font-family: "Open Sans", serif;
padding-left: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

h2.wgb-title.text-capitalize.font-weight-bold {
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
}

.wgb-popup-header{
     background-color: #ffb503 !important;
     border-bottom: none !important;
}

.wgb-popup-body{
     background-color: #ffb503 !important;
}

.wgb-popup-footer{
     background-color: #ffb503 !important;
     border-top: none !important;
}

.wgb-list-item-title h2{
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
    font-size: 20px !important;
    font-family: "HWTArtzW00-Regular" !important;
}

a.wgb-add-gift-btn {
    color: white !important;
    background-color: #1b8d3e !important;
    border-color: #1b8d3e !important;
    border: solid 2px black !important;
border-radius: 8px !important;
font-family: "HWTArtzW00-Regular" !important;
font-size: 19px !important;
}

.wgb-popup-list-no-thanks-button.itg-popup-close {
font-size: 12px !important;
padding: 4px !important;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-content .wgb-list-add-gift-button, .wgb-popup-list .wgb-popup-post-item .wgb-add-gift-btn {
width: 50%;
float: revert;
margin-bottom: -100px;
position: absolute;
text-decoration: none;
/* display: -webkit-flex; */
font-size: 13px;
text-align: center;
padding: 4px 0 !important;
}

.wgb-popup-list .wgb-popup-box {
width: 50%;
height: 165px;
max-height: 80%;
position: absolute;
border: solid 3px black;
border-radius: 8px !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
background-color: #fff;
overflow: hidden;
padding-bottom: 41px;
}

a.wgb-add-gift-btn:hover {
    color: white !important;
    background-color: #1b8d3e !important;
    border-color: #1b8d3e !important;
}

.wgb-paging-item {
    display: none;
}


owl-item .wgb-product-item-cnt .wgb-add-gift-btn:hover, .wgb-row .wgb-product-item-cnt .wgb-add-gift-btn:hover, .wgb-popup-post-item .wgb-add-gift-btn:hover {
    color: black !important;
    background-color: #ffb503 !important;
    border-color: #ffb503 !important;
}


h2.wgb-item-title.font-weight-bold {
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
}

div#form-login h2 {
    color: white;
}

div#form-login h3 {
    color: white;
}

.cart_totals  h2 {
    -webkit-text-stroke-width: 0px !important;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: none !important;
    color: black !important;
}

.cross-sells  h2 {
    -webkit-text-stroke-width: 0px !important;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: none !important;
    color: black !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    /* position: absolute; */
    /* position: absolute; */
    /* bottom: 0px !important; */
    /* top: 69px; */
    /* float: right; */
    position: absolute;
    left: 3%;
    bottom: 2.4%;
    width: 95% !important;
    /* margin-bottom: -150px !important; */
    /* margin-top: 96px !important; */
    /* padding-bottom: 50px !important; */
}

.astra-shop-summary-wrap {
    padding: 0 !important;
}

a.button.product_type_bundle.product_type_bundle_input_required.add_to_cart_button {
    display: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    margin-left: 0px !important;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block !important;
}

.astra-shop-summary-wrap a.button.product_type_bundle.product_type_bundle_input_required.add_to_cart_button {
    display: block !important;
}



span.woocommerce-Price-amount.amount {
    font-weight: bold !important;
}

.astra-shop-summary-wrap a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    display: none !important;
}



.cross-sells ul.products li.product{
    
        background-color: #F8779A !important;
    padding: 10px !important;
    border: solid 3px black !important;
    border-radius: 8px !important;
    color:white !important;
    
}

.cross-sells ul.products li.product h3{
    
        
    color:white !important;
    
}





#cajascarrito .cross-sells ul.products li.product .price  .woocommerce-Price-currencySymbol{
    
        
    color:white !important;
    
}

.cross-sells ul.products li.product .price  bdi{
    
        
    color:white !important;
    
}


.cross-sells ul.products li.product span{
    
        
    color:white !important;
    
}


#cajascarrito th{
    color:black;
    font-family: 15px !important;
    font-weight: 900 !important;
}


.ywdpd_single_product .price{
    color:black !important;
}


.shipping_method a{
    color:#92508c !important;
}

#cajascarrito .woocommerce-cart-notice span.woocommerce-Price-amount.amount bdi{
    color:#ffb503 !important;
}

#cajascarrito .woocommerce-cart-notice .woocommerce-Price-currencySymbol{
    color:#ffb503 !important;
}

#cuentareviews{
    display: none;
}

li.ast-article-single.desktop-align-left.tablet-align-left.mobile-align-left.ast-product-gallery-layout-horizontal-slider.ast-product-tabs-layout-horizontal.product.type-product.post-33581.status-publish.first.instock.product_cat-packs-cbd.product_cat-gorilla-grillz.has-post-thumbnail.sale.taxable.shipping-taxable.purchasable.product-type-simple {
    background-color: #F8779A !important;
    padding: 10px !important;
    border: solid 3px black !important;
    border-radius: 8px !important;
}

h2{
    font-size: 30px !important;
}

#carritocaja .button {
    background-color: #038d2b !important;
    font-weight: bold;
}

div#yith-par-message-reward-cart {
    background-color: #0393d7 !important;
    border-top-color: black !important;
}

div#yith-par-message-reward-cart span.woocommerce-Price-amount.amount{
    color:#ffb503 !important;
}

div#yith-par-message-reward-cart .woocommerce-Price-currencySymbol{
     color:#ffb503 !important;
}

#cajascarrito .ast-product-name p{
    color: black !important;
}

#cajascarrito .amount{
    color: black !important;
}

#cajascarrito .woocommerce-Price-currencySymbol{
     color: black !important;
}

#carritocaja .cart_totals{
    background-color: #ffb503;
    border-radius: 8px !important;
    border:solid 3px black !important;
    border-color: black !important;
}

#carritocaja .button{
    background-color:#038d2b !important;
}

#carritocaja .shop_table{
    background-color: #ffb503 !important;
    color:black;
}

#carritocaja .shop_table span{
   
    color:black;
}

#carritocaja .shop_table a{
   
    color:black;
    font-weight: bold;
}

#carritocaja .shop_table small{
   
    color:black;
}

#carritocaja .shop_table th{
    background-color: #ffb503 !important;
}




#carritocaja .cross-sells{
     border-color: transparent !important;
}


span.ast-on-card-button.ast-onsale-card.circle {
    border-radius: 20px;
    font-size: 1vw !important;
    padding: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white !important;
    border: solid 2px black;
    background-color: red;
    font-family: "HWTArtzW00-Regular" !important;
    font-weight: 800;
}

.ast-onsale-card {
        right: 0px !important;
        top: 2vh;
        float: right !important;
        left: 8vw !important;
    }

.ywdpd_popup_general_content .ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a{
	background: #0393d7 !important;
}

input{
    border-radius: 8px !important;
}



form.variations_form.cart {
    display: none;
}

.star-rating{
    display: none !important;
}

.woocommerce-js a.remove:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 100%;
    transition: all .2s linear;
}

.minus{
    
    background-color: #f23300 !important;
    color: white !important;
    font-size: 50px !important;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    height: 36px;
    margin-right: -30px !important;
    
}

.plus{
    
    background-color: #0393d7 !important;
    color: white !important;
    font-size: 30px !important;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    height: 36px;
    
    margin-left: 8px !important;
    
}

.button{
    background-color: #0093D6 !important;
    border: solid 3px black !important;
    border-radius: 8px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background-color: #fab300 !important;
}

.woocommerce-cart-form__cart-item a{
    color: white !important;
}


.woocommerce-cart-form__cart-item span{
    color: white !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-radius: 8px;
    border:solid 3px black;
}

.shop_table thead{
   color: #fab300 !important;
}

.cart-collaterals div{
    border-color: transparent !important;
}

.onsale{
    display: none;
}

.cart-collaterals h2{
    border-color: transparent !important;
    background-color: transparent !important;
}

.shop_table_responsive{
    font-size: 12px;
}



@media only screen and (min-width: 500px) {
    
    #deliveryPointsPopup h1{
    margin-left: 24px;
}

#deliveryPointsPopup input{
    margin-left: 24px !important;
}

#deliveryPointsPopup h3{
    margin-left: 24px;
}

#deliveryPointsPopup .service-point-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    cursor: pointer;
    padding-left: 24px;
}
    
    .wgb-list-item-title {
    margin-top: -30px;
}

a.wgb-list-add-gift-button.wgb-add-gift-btn.btn-click-add-gift-button {
    margin-top: -30px;
}

.wgb-list-items h1 {
    font-size: 21px;
    margin-left: 11px;
    padding-top: 20px;
}
    
    
    .wgb-popup-list .wgb-list-item, .wgb-popup-list .wgb-popup-post-item {
    width: 50%;
    display: grid
;
    float: left;
    padding: 7px;
    border: none !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 50px;
    max-width: 238px;
}

.wgb-popup-list .wgb-popup-box {
    width: 50%;
    height: 165px;
    max-height: 80%;
    position: absolute;
    border: solid 3px black;
    border-radius: 8px !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 41px;
    max-width: 960px;
}

.wgb-list-item-title h2 {
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
    font-size: 15px !important;
    font-family: "HWTArtzW00-Regular" !important;
}

    .wgb-popup-list .wgb-list-item .wgb-list-item-content .wgb-list-add-gift-button, .wgb-popup-list .wgb-popup-post-item .wgb-add-gift-btn {
    width: 80%;
    float: revert;
    margin-bottom: -112px;
    position: absolute;
    text-decoration: none;
    /* display: -webkit-flex; */
    font-size: 12px;
    text-align: center;
    padding: 4px 0 !important;
}
    
}

@media only screen and (max-width: 375px) {
.wgb-list-item.wgb-product-item-cnt
 {
    height: 203px;
}

}

@media only screen and (max-width: 500px) {
	
	.cross-sells{
	    position:absolute;
	    margin-top:900px !important;
	}
	
	img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    /* text-align: right; */
    float: right;
    margin-left: 10px;
}

a.wgb-list-add-gift-button.wgb-add-gift-btn.btn-click-add-gift-button {
    font-size: 13px !important;
}


.wgb-popup-list .wgb-popup-box {
    width: 99%;
    height: 165px;
    max-height: 80%;
    position: absolute;
    border: solid 3px black;
    border-radius: 8px !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 14px 0 rgba(15, 17, 17, .5);
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 41px;
}


.wgb-list-item-title h2 {
    margin-top: -17px !important;
    text-shadow: none !important;
    color: black !important;
    /* stroke: none !important; */
    -webkit-text-stroke-color: transparent !important;
    font-size: 13px !important;
    font-family: "HWTArtzW00-Regular" !important;
}


a.wgb-add-gift-btn {
    color: white !important;
    background-color: #1b8d3e !important;
    border-color: #1b8d3e !important;
    border: solid 2px black !important;
    border-radius: 8px !important;
    font-family: "HWTArtzW00-Regular" !important;
    font-size: 9px !important;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-content .wgb-list-item-title {
    width: 100%;
    height: 50px;
    float: left;
}

.wgb-popup-list .wgb-list-item .wgb-list-item-content .wgb-list-add-gift-button, .wgb-popup-list .wgb-popup-post-item .wgb-add-gift-btn {
    width: 80%;
    float: revert;
    margin-bottom: -9px;
    position: absolute;
    text-decoration: none;
    /* display: -webkit-flex; */
    font-size: 13px;
    text-align: center;
    padding: 4px 0 !important;
}

	
}




.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container {
    display: block;
    text-align: right;
    margin-right: 10px;
}

.ywdpd_popup #ywdpd_popup_container .ywdpd_step1 .ywdpd_btn_container a {
    color: white !important;
    font-size: 14px;
    margin: 20px 0 0 0;
    font-weight: bold;
}


#ywdpd_single_rule_49850{
	width:30%;
}

.button {
  user-select: none;
}/* End custom CSS */