/*VARIABLES*/
:root{--col-back-text:#f8f9f9;--back-button:#1f70dd;--col-text:#6a6868;--col-text-black:#000;--col-error:#c00000;--col-notes:#5ccc7b;--col-white:#fff;}

/*GENERAL*/
.swal2-container div#swal2-html-container{font-size:13px;line-height:1.5;font-weight:500;letter-spacing:0.4px;}
.swal2-actions button{font-size:13px!important;text-transform:uppercase;font-weight:600!important;}
.btngeneral{background-color:#1e3a5f;color:#fff;text-transform:uppercase;font-weight:600;border:none;padding:10px 25px;box-shadow:0 0 3px 2px rgba(0,0,0,.3);transition:all .5s}
.btngeneral:hover,.btngeneral:focus{background-color:#2d2d2d;color:#fff;}
.sw>.nav{background-color:#000;color:#fff;padding:15px 20px;}
#smartwizard.sw-theme-basic >.nav .nav-link,#smartwizard.sw-theme-basic>.nav .nav-link.done{background-color:#1e3a5f;color:#fff!important;pointer-events:none;cursor:default;}
#smartwizard.sw-theme-basic >.nav .nav-link.active{background-color:#fff;padding:6px;color:#1e3a5f!important;}
#smartwizard.sw-theme-basic >.progress>.progress-bar{background-color:#1e3a5f;}
#smartwizard.sw-theme-basic>.nav .nav-link::after{display:none!important;}
#smartwizard.sw-theme-basic>.nav .nav-link.done{color:#cea687;}
#smartwizard.sw-theme-basic>.nav .nav-link.done::after{background:#cea687;}
#smartwizard .toolbar{position:absolute;z-index:9;right:50px;bottom:70px;background:#fff;border-radius:5px;}
#smartwizard .toolbar>.sw-btn{background-color:#1e3a5f;font-size:22px;border:1px solid #1e3a5f;transition:all .5s}
#smartwizard .toolbar>.sw-btn:hover,#smartwizard .toolbar>.sw-btn:focus{background-color:#0B282D;border:1px solid #0B282D;}
table.dataTable tbody{color:#333}
.dataTables_wrapper label,#customizationTable_paginate,.dataTables_wrapper .dataTables_info{color:#fff}
.dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{color:#fff!important;}

/*LOADER*/
#contloader{position:fixed;background-color:rgba(0,0,0,.8);height:100vh;width:100%;display:flex;align-items:center;justify-content:center;top:0;left:0;flex-direction:column;z-index:9999;opacity:0;transform:scale(0);transition:all 0.5s;}
#contloader .text{color:#fff;}
.actloader #contloader{transform:scale(1);opacity:1;}
.loader{width:48px;height:48px;border-radius:50%;display:inline-block;border-top:4px solid #FFF;border-right:4px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite;}
.loader::after{content:'';box-sizing:border-box;position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;border-left:4px solid #1e3a5f;border-bottom:4px solid transparent;animation:rotation 0.5s linear infinite reverse;}
@keyframes rotation{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}

/*MY ACCOUNT*/
body.woocommerce-account .woocommerce{padding:0 50px;display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:wrap;column-gap:25px;}
body.woocommerce-account .woocommerce-MyAccount-content{float:none;width:calc(73% - 25px);}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:24%;}
body.woocommerce-account .dataTables_wrapper .dataTables_length select{border:1px solid #fff;color:#fff;}
body.woocommerce-account .dataTables_wrapper .dataTables_length select option{color:#333;}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;flex-direction:column;width:100%;}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a{text-align:center;background-color:#1a1a1a;display:inline-block;width:100%;margin-bottom:10px;padding:12px 20px;color:#fff;text-transform:uppercase;border-radius:15px;letter-spacing:2px;font-weight:700;}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus{background-color:#1e3a5f;color:#fff;transform:translateY(-5px);}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background-color:#1e3a5f;color:#fff}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a br{display:none;}
.sectitle{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.sectitle .btngotopro{background-color:#1e3a5f;color:#fff;text-transform:uppercase;font-weight:600;border:none;padding:10px 25px;box-shadow:0 0 3px 2px rgba(0,0,0,.3);transition:all .5s}
.sectitle .btngotopro:hover,.sectitle .btngotopro:focus{background-color:#2d2d2d}
.descicons{display:flex;flex-wrap:wrap;align-items:center;row-gap:12px;justify-content:space-between;padding:12px 20px;font-size:14px;font-weight:600;color:#1e3a5f;background-color:#fff;margin:15px 0;box-shadow:0 0 12px 0px rgba(0,0,0,.35);}
.descicons i{margin-right:3px;}
.wrap.wrap-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;}
.wrap.wrap-buttons .button{line-height:1;display:flex;flex-wrap:wrap;width:160px;height:160px;align-items:center;justify-content:center;border-radius:50%;text-align:center;font-weight:600;font-size:18px;letter-spacing:1px;background-color:#1e3a5f;box-shadow:0 0 7px 4px rgba(0,0,0,.3);border:1px solid #a3a3a3;}
.wrap.wrap-buttons .button:hover{transform:scale(1.1);}
form.edit-account legend{font-weight:900;color:#1e3a5f;text-transform:uppercase;letter-spacing:1px;}
form.edit-account .input-text{width:100%!important;}

/*CONTENT ACTIONS MAIN*/
#content-project #view-dataTable{display:none;}
.contview{padding:40px 50px;border-radius:26px;background-color:#1a1a1a;color:#fff;box-shadow:0 0 8px 2px rgba(0,0,0,.3);transform:scale(1);opacity:1;-webkit-transition:all .45s ease 0s;transition:all .45s ease 0s}
.contview.hide{transform:scale(0);opacity:0;}
.contview .title{font-size:1.8em;text-transform:uppercase;font-weight:700;color:#fff}
.cont-btns{display:flex;justify-content:space-between;}
.cont-btns .btn{width:50%;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;-webkit-transition:all .45s ease 0s;transition:all .45s ease 0s}
.cont-btns .btn:hover{transform:translateY(-5px);}
#main-actions .cont-btns img{width:150px;height:150px;border-radius:50%;}
.cont-btns .title{text-transform:uppercase;font-weight:600;}
.cont-btns p{line-height:1.3;color:#fff;text-align:justify;}

/*Create Project Form*/
#create-project .title{margin-top:0;text-transform:uppercase;font-weight:700;text-align:center;}
.formcustomizer .form-group{margin-bottom:20px;}
.formcustomizer .form-group label{font-weight:700;color:#fff;}
.formcustomizer .form-group .form-control{width:100%;}
.formcustomizer .contbtns{display:flex;justify-content:center;margin-top:30px;column-gap:12px;}

/*VIEW PROJECTS*/
.contview .actions{display:flex;justify-content:center;column-gap:10px;}
.contview .action{color:#0B282D;cursor:pointer;transition:all .5s}
.contview .action:hover{color:#1e3a5f;transform:translateY(-5px);}
.contview .idproject{display:none;}

/*FORMULARIO MULTI PASO*/
.titstep{display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start;padding-left:14px;line-height:1.4;font-weight:700;font-size:17px;text-align:left;}
.titstep span{font-size:13px;font-weight:400;text-align:left;}
.tab-content{display:flex;flex-wrap:wrap;}
.tab-content .tab-pane{width:72%;padding:30px 0 0 30px!important;}
.tab-content .tab-pane .contstep{background-color:#e6e6e6;padding:20px 20px;}
.tab-content .tab-pane .contstep .titulo{margin-bottom:20px}
.tab-content .tab-pane .contstep .titulo,.tab-content .tab-pane .contstep p{color:#1e3a5f;line-height:1.4}
#contimg{display:flex;height:100%;width:28%;min-height:500px;background-size:contain;background-repeat:no-repeat;background-color:#e5e5e5;background-position:center top;}
#contstep1{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:20px;}
#contstep1 .product-step1{width:calc(50% - 10px);}
#contstep1 .footer{background-color:#1e3a5f;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:7px 20px;}
#contstep1 .title{margin:0;color:#fff;text-transform:uppercase;font-size:20px;letter-spacing:1px;}
#contstep1 .selcollection{background-color:#fff;color:#2d2d2d;border-radius:25px;padding:6px 16px;line-height:1;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.5s;}
#contstep1 .selcollection:hover{background-color:#2d2d2d;color:#fff;}
#modalstep1 .info .title{text-align:center;font-size:2.4em;text-transform:uppercase;}
#modalstep1 .text{font-size:14px;line-height:1.5;margin-top:15px;display:inline-block;}
#modalstep1 .colors .title{text-align:center;font-size:1.5em;text-transform:uppercase;}
.slick-slide{padding:5px;cursor:pointer;}
.slick-slide span{font-size:10px;line-height:1.4;text-align:center;margin:0 auto;display:flex;justify-content:center;margin-top:8px;flex-wrap:wrap;}
.slick-dots li{width:auto;height:auto;padding:0;margin:0 2px;}
.slick-dots li button{background-color:#1e3a5f;border-radius:85px;width:18px;height:18px;padding:5px;-webkit-transition:all .45s ease 0s;transition:all .45s ease 0s}
.slick-dots li button:before{line-height:18px;width:18px;height:18px;opacity:1;color:#0B282D;-webkit-transition:all .45s ease 0s;transition:all .45s ease 0s}
.slick-dots li.slick-active button,.slick-dots li button:hover{background-color:#0B282D;}
.slick-dots li.slick-active button:before,.slick-dots li button:hover:before{opacity:1;color:#fff;}

/*PASO 2*/
#contstep2 .palette{padding-top:20px;flex-wrap:wrap;column-gap:20px;row-gap:20px;display:none;}
#contstep2 .palette.act{display:flex;}
#contstep2 .palette .titulo{margin:0 auto;text-align:center;}
#contstep2 .option-palette{width:calc(25% - 15px);}
#contstep2 .footer{background-color:#1e3a5f;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:7px 12px;}
#contstep2 .title{margin:0;color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:0;}
#contstep2 .selpalette{background-color:#fff;color:#2d2d2d;border-radius:25px;padding:6px 10px;line-height:1;font-size:12px;font-weight:700;cursor:pointer;transition:all 0.5s;}
#contstep2 .selpalette:hover{background-color:#2d2d2d;color:#fff;}

/*PASO 3*/
#contstep3 .cab-placement{padding-top:20px;flex-wrap:wrap;column-gap:20px;row-gap:20px;display:flex;}
#contstep3 .cab-placement.act{display:flex;}
#contstep3 .cab-placement .titulo{margin:0 auto;text-align:center;}
#contstep3 .opt-cab-placement{width:calc(33.33% - 15px);}
#contstep3 .footer{background-color:#1e3a5f;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:7px 12px;}
#contstep3 .title{margin:0;color:#fff;text-transform:uppercase;font-size:13px;letter-spacing:0;}
#contstep3 .selopt{background-color:#fff;color:#2d2d2d;border-radius:25px;padding:6px 10px;line-height:1;font-size:12px;font-weight:700;cursor:pointer;transition:all 0.5s;}
#contstep3 .selopt:hover{background-color:#2d2d2d;color:#fff;}

/*PASO 4*/
#cab-function,.wraparbol,#cab-function,.wrapsubarbol{display:flex;flex-wrap:wrap;align-content:flex-start;column-gap:20px;row-gap:28px;height:660px;overflow:hidden;overflow-y:scroll;}
.wrapsubarbol .wrap-title{width:100%;line-height:1;display:flex;height:auto;}
.steparbol .level_1_item{width:calc(25% - 15px);background:#e5e5e5;padding:15px 0 0 0;border-radius:10px;}
.level_2,.level_3,.level_4{display:none;}
.steparbol .info{display:flex;flex-wrap:wrap;flex-direction:column;width:100%;}
.steparbol .info .titulo{color:#1e3a5f;margin:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;font-weight:700;font-size:17px;text-transform:uppercase;margin-bottom:2px;}
.steparbol .info .img{background-size:contain;background-position:center center;height:350px;background-repeat:no-repeat;}
.steparbol .footer{background-color:#1e3a5f;color:#fff;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:7px 12px;}
.steparbol .selopt{width:100%;text-align:center;background-color:#fff;color:#2d2d2d;border-radius:25px;padding:6px 10px;line-height:1;font-size:12px;font-weight:700;cursor:pointer;transition:all 0.5s;}
.steparbol .selopt:hover{background-color:#2d2d2d;color:#fff;}
.steparbol .selopt.optclick{background-color:#ff0000;color:#fff;}
.steparbol .selopt.optclick:hover,.steparbol .selopt.optclick:focus{background-color:#fff;color:#ff0000;}
.contoptions.current{display:flex!important;flex-wrap:wrap;width:100%;column-gap:30px;}
.contoptions.current > .divoption{width:calc(33.3333% - 20px);display:flex!important;justify-content:space-between;column-gap:20px;margin-bottom:30px;}
.steparbol .title-section{width:100%;background-color:#333;color:#fff;line-height:1;padding:15px 20px;text-transform:uppercase;font-size:22px;font-weight:700;letter-spacing:2px;}

/*PASO 5*/
#contstep5 .final-opts{height:700px;overflow:hidden;overflow-y:scroll;}
.accordion-item{margin-bottom:10px;}
.accordion-item.oculta{display:none;}
.accordion-header{background-color:#fff;cursor:pointer;border:none;line-height:1;display:inline-block;width:100%;margin-bottom:6px;}
.accordion-toggle{padding:18px 20px;background:none;border-radius:14px;border:none;font-size:16px;line-height:1;text-align:left;cursor:pointer;outline:none;font-weight:700;text-transform:uppercase;background-color:#1e3a5f;color:#fff;width:100%;display:flex;align-items:center;justify-content:space-between;-webkit-transition:all .45s ease 0s;transition:all .45s ease 0s;}
.accordion-toggle.open i:before{content:'\ea6a';}
.accordion-toggle:hover,.accordion-toggle:focus{background-color:#2d2d2d;color:#fff;}
.accordion-content{padding:10px;background-color:#fff;display:none; /* Oculto por defecto */}
.acf-repeater-item{width:calc(20% - 25px);margin:0;}
.acf-repeater-item.only-radio{width:100%;display:flex;}
#contstep5 .accordion-content{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;}
.acf-repeater-item label{display:flex;flex-wrap:wrap;flex-direction:column;width:100%;text-align:center;justify-content:center;align-items:center;}
.acf-repeater-item .option{display:flex;justify-content:space-between;line-height:1.4;column-gap:10px;font-size:14px;margin-top:7px;}
.accordion-toggle .value{margin-left:20px;margin-right:auto;text-transform:capitalize;}
#contstep5 .main-info{display:flex;flex-wrap:wrap;margin-bottom:25px;background-color:#f1f1f1;padding:20px;}
#contstep5 .main-info .titulo{width:100%;margin-bottom:10px;}
#contstep5 .main-info .titulo .title{color:#1e3a5f;margin:0;font-weight:700;font-size:27px;border-bottom:8px solid;padding-bottom:10px;}
#contstep5 .main-info .contimg{width:40%;}
#contstep5 .main-info .data{width:60%;}
#contstep5 .main-info .col50{padding:20px;}
#contstep5 .main-info h4{font-weight:700;font-size:20px;margin:0;}
#contstep5 .main-info .code{margin-bottom:20px;}
#contstep5 .main-info .sizes{margin-bottom:20px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:15px;justify-content:space-between;}
#contstep5 .main-info .size{display:flex;flex-direction:column;width:31%;row-gap:5px;}
#contstep5 .main-info .size label{font-weight:700;text-transform:uppercase;font-size:15px;color:#000;}
#contstep5 .main-info .size input{width:70px;}

/*FORMULARIO REGISTRO LOGIN*/
#wrapreglog{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:560px;margin:0 auto;padding:35px 60px;border:1px solid #ddd;border-radius:20px;background-color:#fff;box-shadow:0 0 16px 5px rgba(31,112,221,.2);}
#wrapreglog .tabs{display:flex;justify-content:center;list-style:none;column-gap:20px;align-items:center;width:100%;text-align:center;}
#wrapreglog .tab-link{cursor:pointer;line-height:1;padding:12px 15px;border-radius:5px;font-weight:700;background-color:var(--col-back-text);color:var(--col-text);width:50%;font-size:22px;border:1px solid;transition:all 0.5s;}
#wrapreglog .tab-link.current,#wrapreglog .tab-link:hover{background-color:var(--back-button);color:#fff}
#wrapreglog .tab-content{opacity:0;display:none;width:100%;transition:all 0.5s;}
#wrapreglog .tab-content.current{display:flex;opacity:1;flex-direction:column;}
#wrapreglog .tab-content a.btn{background-color:var(--back-button);color:#fff;font-weight:700;width:100%;text-align:center;padding:10px 35px;border:2px solid #8c8c8c;border-radius:8px;font-size:20px;letter-spacing:1px;}
#wrapreglog .tab-content a.btn.disabled{opacity:0.4;pointer-events:none;}
#wrapreglog .error{color:red!important;font-size:12px;}
#wrapreglog .wrap{display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:16px;position:relative;}
#wrapreglog .wrap label{color:var(--col-text);font-weight:700;}
#wrapreglog .wrap-2{display:flex;column-gap:20px}
#wrapreglog .wrap-2 .wrap{width:50%;}
#wrapreglog .wraprole,#wrapreglog .wraplicense{display:none;}
#wrapreglog .wraprole.active,#wrapreglog .wraplicense.active{display:flex;}
#wrapreglog label.term{font-size:15px;font-style:italic;font-weight:400;}
#wrapreglog label.term a{font-weight:500;}
#wrapreglog .billing-field{min-height:44px;border:1px solid var(--col-text);background-color:var(--col-back-text);border-radius:9px;color:#222;padding:15px 20px;transition:all 0.5s;}
#wrapreglog .billing-field[type="file"]{font-size:14px}
#wrapreglog .billing-field:focus{border:1px solid #333;}
#wrapreglog .billing-field::placeholder{color:#222;opacity:1;}
#wrapreglog .billing-field::-ms-input-placeholder{color:#222;}
#wrapreglog .wrapbutton p{text-align:center;font-weight:500;margin:20px 0 0;font-style:italic;color:var(--col-text-black);}
#wrapreglog button[type="submit"]{background-color:var(--back-button);color:#fff;font-size:20px;font-weight:700;border-radius:10px;padding:8px 20px;border:1px solid #000;transition:all 0.5s;}
#wrapreglog button[type="submit"].disabled{pointer-events:none;opacity:.4}
#wrapreglog button[type="submit"]:hover{background-color:var(--col-back-text);color:var(--col-text);}
.select-css{display:flex;font-size:16px;font-family:'Verdana',sans-serif;font-weight:400;color:#444;line-height:1.3;padding:10px;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #aaa;box-shadow:0 1px 0 1px rgba(0,0,0,.03);border-radius:.3em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),linear-gradient(to bottom,#ffffff 0%,#f7f7f7 100%);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;}
.select-css::-ms-expand{display:none;}
.select-css:hover{border-color:#888;}
.select-css:focus{border-color:#aaa;color:#222;outline:none;}
.select-css option{font-weight:normal;}
#login-form .error-msg{color:var(--col-text);background-color:var(--col-back-text);border:1px solid var(--col-text);border-radius:10px;display:flex;align-items:center;line-height:1.4;justify-content:center;padding:14px 20px;column-gap:12px;margin-bottom:25px;}
#login-form .error-msg.hide{display:none;}
#login-form .error-msg i{color:var(--col-error);font-size:36px;}
#login-form .error-msg p{margin:0}
#tab-login .create-account{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;}
#tab-login .create-account .or{position:relative;display:flex;width:100%;margin:30px 0;justify-content:center;align-items:center;column-gap:22px;}
#tab-login .create-account .or:before,#tab-login .create-account .or:after{content:"";width:33%;border-top:2px solid #969696;}
#tab-login .create-account .act-create{background-color:var(--col-back-text);color:var(--col-text);margin:0 auto;font-weight:700;font-size:18px;width:100%;text-align:center;padding:12px 35px;border:2px solid var(--col-text);border-radius:8px;}
#tab-login .create-account .act-create:hover,#tab-login .create-account .act-create:focus{background-color:var(--back-button);color:var(--col-white);}
#btn-next-email{margin-top:25px;}
#wrap-email .btn{margin-top:20px;}
.wrap-password i{position:absolute;right:20px;top:18px;font-size:24px;cursor:pointer;}
.wrap-password i:hover,.wrap-password i:focus{color:var(--col-text-black);}
.wrap-password label{display:flex;align-items:center;column-gap:15px}
.wrap-password label i{position:relative;top:auto;right:auto;color:#818181;font-size:14px;}
.wrap-password .wrap-condiciones-pass.hide{display:none;}
.wrap-password .wrap-condiciones-pass span{color:var(--col-text-black);}
.wrap-condiciones-pass ul{line-height:1.4;font-size:14px;margin:0;}
.wrap-condiciones-pass ul li.valid{color:green;text-decoration:line-through;}
.wrap-condiciones-pass ul li.invalid{color:red;text-decoration:none;}
#wrapreglog #wrap-change-email{flex-direction:row;justify-content:space-between;}
#wrapreglog #wrap-change-email .change{text-decoration:underline;cursor:pointer;transition:all 0.5s ease}
#wrapreglog #wrap-change-email .change:hover,#wrapreglog #wrap-change-email .change:focus{color:var(--col-text-black);}
#register-form .wrap-recaptcha p,#register-form .wrap-updates-create p{line-height:1.4;font-size:15px;margin:0;}
#register-form .btn{background-color:var(--back-button);color:#fff;font-weight:700;width:100%;text-align:center;padding:10px 35px;border:2px solid #8c8c8c;border-radius:8px;font-size:20px;letter-spacing:1px;}
#register-form .btn.disabled{opacity:.4;pointer-events:none;}
h2.custom-lost-password-title{width:100%;display:flex;justify-content:center;text-align:center;font-weight:700;}
.woocommerce form.lost_reset_password{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;max-width:340px;}
.woocommerce form.lost_reset_password br{display:none;}
.woocommerce form.lost_reset_password p.form-row{width:100%;}
.woocommerce form.lost_reset_password p:not(.form-row){font-weight:600;line-height:1.4}
.woocommerce form.lost_reset_password p.form-row .input-text{width:100%;margin:0;}
.woocommerce form.lost_reset_password button[type="submit"]:disabled[disabled],
.woocommerce form.lost_reset_password button[type="submit"]{background-color:var(--back-button);color:#fff;font-weight:600;width:100%;text-align:center;padding:10px 35px;border:2px solid #8c8c8c;border-radius:8px;font-size:20px;}
.woocommerce form.lost_reset_password button[type="submit"]:hover{ background-color:var(--col-back-text);color:var(--col-text); }

/*SWEETALERT2*/
div.swal2-container>div.swal2-popup.swal2-modal{background-color:#1e3a5f;color:#fff;border-radius:20px;}
div.swal2-icon.swal2-warning{border-color:#fff;color:#fff;}
div.swal2-container button.swal2-styled.swal2-confirm{background-color:#000!important;}
div.swal2-container button.swal2-styled.swal2-confirm:hover{background-color:#222!important;}

/*RESPONSIVE*/
@media (max-width:1370px){
	.dataTables_wrapper.no-footer{overflow-x:scroll;}
	#smartwizard .toolbar{right:10px;}
	#smartwizard .toolbar>.sw-btn{font-size:19px;}
	.titstep{font-size:15px;}
	.titstep span{font-size:12px;}
}

/* Para tablets */
@media (max-width:1024px){
	body.woocommerce-account .woocommerce{padding:0 20px;flex-direction:column;flex-wrap:wrap;column-gap:0;}
	body.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;}
	.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;column-gap:20px;}
	body.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%;}
	.contview .wrap{padding:0;width:100%!important;overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;}
	body.woocommerce-account .woocommerce-MyAccount-navigation ul{flex-direction:row;}

	/*CUSTOMIZER*/
	.sw>.nav{row-gap:15px;}
	.sw>.tab-content{height:auto!important;}
	#formcustomwhisper .sw.sw-justified>.nav .nav-link,#formcustomwhisper .sw.sw-justified>.nav>li{flex-basis:auto!important;}
	.steparbol .level_1_item{width:calc(50% - 15px);}
	.tab-content .tab-pane{width:100%;}
	#contimg{height:92vw;width:100%;background-size:cover;}
	#contstep2 .option-palette,#contstep3 .opt-cab-placement{width:calc(50% - 15px);}
}

/* Para móviles verticales */
@media (max-width:767px){
	body.woocommerce-account .woocommerce{padding:0;}
	.woocommerce-MyAccount-navigation ul li a{margin-bottom:8px;padding:9px 15px;font-size:14px;}
	.cont-btns{flex-wrap:wrap;row-gap:20px;}
	.cont-btns .btn{width:100%;}
	.contview{padding:15px 20px;}
	.formcustomizer .contbtns{column-gap:5px;row-gap:4px;flex-wrap:wrap;justify-content:space-between;}
	.btngeneral{padding:8px 13px;font-size:14px;}
	.sectitle p{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
	.sectitle a{padding:12px 14px!important;font-size:13px;line-height:1;}
	.contview .title{font-size:1.5em;}
	.sw>.nav{flex-direction:row!important;}
	#formcustomwhisper .sw.sw-justified>.nav .nav-link{width:100%;text-align:left;display:flex;align-items:center;}
	.titstep{padding-left:10px;font-size:16px;}
	#formcustomwhisper .sw.sw-justified>.nav>li{width:50%;}
	.steparbol .info .img{height:130px;}
	.steparbol .info .titulo{font-size:15px;}
	#info-subproj h3{font-size:26px;line-height:1.3;}
	#contstep2 .option-palette,#contstep3 .opt-cab-placement{width:calc(50% - 15px);}
	.contoptions.current > .divoption{width:calc(50% - 20px);}
	#contstep1 .product-step1,#contstep2 .option-palette,#contstep3 .opt-cab-placement{width:calc(100% - 10px);}
	#contstep2 .palette .titulo{text-align:left;font-size:27px;line-height:1.3;margin-bottom:20px;}
	#contstep5 .main-info{padding:18px 12px;flex-direction:column;}
	#contstep5 .main-info .titulo .title{font-size:25px;line-height:1.2;}
	#contstep5 .main-info .contimg,#contstep5 .main-info .data,#contstep5 .main-info .size{width:100%;}
	#contstep5 .accordion-content{column-gap:20px;flex-wrap:wrap;}
	.wrap.wrap-buttons .button{width:150px;height:150px;}
	#contimg{height:94vw;}
}
@media (max-width:490px){
	#contimg{height:88vw;min-height:auto;}
	#smartwizard .toolbar{background-color:#fff;border:1px solid #f1f1f1;}
	#smartwizard .toolbar>.sw-btn{font-size:15px;}
}
