.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slider-ad {
    padding: 0 10px;
}
.slider-ad  .slick-arrow {
    color: black;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    font-size: 30px;
    cursor: pointer;
    left: -10px;
}
.slider-ad .fa-angle-right.slick-arrow {
    left: initial;
    right: -10px;
}
.slider-ad h6, .slider-ad h6 a {
    font-size: 13px;
    color: black;
    font-weight: bold;
    margin: 20px 0 0;
}
.et-mailchimp.classic-button p {
    flex-direction: column;
}

@media (max-width: 1500px) {
    .afc_popup + .afc_popup {
        display: none;
    }
    .slider-ad  .slick-arrow {
        color: white;
    }
    .afc_popup {
        margin-top: 0 !important;
        width: 100% !important;
        background-color: #0a3f75;
        height: 60px;
    }
    .wrapper-slider {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .wrapper-slider img {
        max-width: 45px !important;
        margin: 0 auto;
        max-height: 40px;
        width: auto;
    }
    .wrapper-slider h6 {
        font-size: 9px !important;
        text-align: left !important;
        text-transform: none;
        line-height: 1.1;
    }
    .slider-ad h6, .slider-ad h6 a { 
        margin: 0;
    }
    .wrapper-slider h6 a {
        color: white;
        font-weight: normal;
    }
    #afc_sidebar_113487 {
        display: none !important;
    }
    body {
        padding-top: 70px;
    }
    .afc_popup {
        height: 70px;
        background-color: #bc2526 !important;
    }
}



.custom_input .form-row label span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid;
    position: relative;
    border-radius: 100%;
}
.custom_input .form-row.active label span:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 6px;
    height: 6px;
    background-color: black;
    border-radius: 100%;
}

.tablekeys {
    border: 0;
    background-color: whitesmoke;
}
.tablekeys thead tr th {
    color: #000;
    font-weight: bold;
}
.tablekeys thead tr {
    font-size: 18px ;
    color: #fff;
    line-height: 1.4;
    background-color: #e4ecfe !important;
}
table td:first-child, table th:first-child {
    padding-left: 15px;
}
table td:last-child, table th:last-child {
    padding-right: 15px;
}
.message-content {
    font-size: inherit !important;
}
.alert-message,
.alert {
    background-color: #fff !important;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    position:relative;
    color:#404040 !important;
    background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    padding-left: 61px !important;
    position: relative;
    overflow:hidden;
    font-weight: 500;
    width: 100% !important;
}
.alert-message .payment-method-icon,
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 102%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    fill: white;
}
.alert-message .payment-method-icon,
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-white.rounded .icon svg {
    width: 25px;
}	
.alert-message .payment-method-icon:after,		
.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}
.alert-white.alert-warning .icon, .alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}
.alert-message .payment-method-icon, 
.alert-message .payment-method-icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}
.payment-method-icon i {
    font-size: 25px !important;
    color: #fff !important;
}



@media(max-width: 768px) {
    tr.plink td p {
        height: auto !important;
    }
    .alert-message, .alert {
        font-size: 13px !important;
    }
    .home-box .vc_column-inner .vc_inner {
        padding-right: 145px !important;
        background-size: contain !important;
        background-position: 50px center !important;
    }
    .home-box .wpb_column:last-child .vc_column-inner .vc_inner {
        background-size: auto 96% !important;
        background-position: 55% 0 !important;
    }
    .woocommerce ul.order_details li{
        float: none;
        border-right: 0;
        padding-right: 0;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        margin: 0 0 10px 0;
    }
}






.button-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.button-wrap a {
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
}


.woocommerce-page form .form-row-custom-left{
    width: 47%;
    overflow: visible;
    float:left;
}
.etheme-sticky-panel .promo-box-container {
    margin-left: 15px;
    display: none;
}
@media (max-width: 992px) {
    .etheme-sticky-panel .promo-box-container {
        display: none;
    }
    .single-product .content-page {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce form .form-row-first, 
    .woocommerce form .form-row-last, 
    .woocommerce-page form .form-row-first, 
    .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
        float:none;
    }
    .woocommerce-page form .form-row-custom-left{
        width: 100%;
        overflow: visible;
    }
   

   
   
}




/*--------PROMO BOX--------*/
.promo-box-container {
    border: 2px dashed #fe19172b;
    position: relative;
    margin: auto;
    display: block;
    margin-top: 3%;
    margin-bottom: 3%;
    max-width: 760px;
    width: 100%;
    min-height: 118px;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
  
.promo-box-container .right-triangle {
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 118px;
    width: 125px;
    background: linear-gradient(rgb(254 25 23), rgb(254 25 23)), no-repeat 100%;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
  
.promo-box-container .linkspanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
  
.promo-box-container .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 35%;
    margin-right: 10px;
    margin-top: 0;
    transform: translate(-45%, -50%);
    z-index: 99;
}
.promo-box-container .title span{
    color: red;
}
.promo-box-container .title a {
    text-decoration: none;
    color: #000;
}
  
.promo-box-container .title span.lighter {
    font-weight: 300;
}
  
.promo-box-container .cta-button {
    background: transparent;
    position: absolute;
    bottom: 23px;
    right: -2px;
    padding: 0;
    float: right;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    z-index: 99;
    transform: rotate(-38deg);
}
.promo-box-container .cta-button img{
    max-width: 90px;
}
  
/*.promo-box-container .cta-button:hover {
    color: #000;
    background-color: #F3A32F;
}*/
  
@media all and (max-width: 600px) {
    .promo-box-container {

      width: 100%;
      height: 120px;
    }
}




.custom_input {
    margin-top: 20px;
}
.custom_input > div .icons {
    display: flex;
    margin-left: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.custom_input > div label input {
    width: 15px;
    margin-right: 7px !important;
    top: -3px !important;
}
.custom_input > div .icons img {
    width: 50px;
}
.custom_input > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
}
.custom_input > div label {
    display: flex !important;
    width: 150px;
    cursor: pointer;
    line-height: 1.4 !important;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
/*.custom_input > div.max-text label {
    width: 185px;
}*/
.custom_input > div .icons.icon-x2 img {
    width: 60px;
}
.d-mobile {
    display: none;
}

.d-desktop {
    display: block;
}
@media(min-width:1200px) {
    .custom_input {
        display: grid;
        grid-template-columns: auto auto;
    }
}
@media (max-width: 767px) {
    .custom_input > div label {
        width: 95px;
        font-size: 12px;
    }
    .custom_input > div .icons img {
        width: 40px;
    }
    .custom_input > div {
        padding-left: 0 !important;
    }
}

/* change pluguin amazon pay  */
#pay_with_amazon_product{
    margin: 0 !important;
    min-width: 294px !important;
    width: 298px !important;
}



/* CHECKOUT CUSTOM MOLLIE*/
.pay-icons li label {
	position:relative;
	padding-left:22px;
}
.pay-icons li label span {
	position:absolute;
	top:1px;
	left:0;
	width: 15px;
	height:15px;
	border:1px solid black;
	border-radius: 100%;
}
.pay-icons li label.active span:before {
    position: absolute;
    width: 9px;
    height: 9px;
    content: '';
    top: 2px;
    left: 2px;
    background-color: black;
    border-radius: 100%;
}

/* tarjeta */
.container-card{
	padding:15px !important;
	position:relative;
    overflow: hidden;
}
.container-card::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.container-card h2 , .container-card .content, .container-card p {
	position:relative;
	z-index:2;
}


.elementor-55 .elementor-element.elementor-element-e23cd55 .elementor-heading-title{
    text-transform: none !important;
}

.documento-legal {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px;
  margin: 30px auto;
  max-width: 1000px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  border-left: 6px solid #2c3e50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.documento-legal h2 {
  margin-top: 0;
  font-size: 22px;
  color: #2c3e50;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
