/* - - - - - - - - - - - - - - -
CSS DEL ECOMMERCE
Desarrollado por: Upgrade Diseño Interactivo
Para:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

/*-------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------CSS DE ECOMMERCE---------------------------------------------
---------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------*/
.color-black {
    /*background-color: rgb(242, 248, 251);*/
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
/*.swSmall {
    display: none !important;
}*/

.div-cart {
    display: flex;
    align-items: center;

}
.disply.dispnone{
    display: none !important;
}
/*icon cart*/
#i-cart {
    display: flex;
    transition: all .3s;
    padding: 5px 20px;
    border-radius: 10px;
    position: relative;

}
#i-cart img{
    width: 30px;
   
}

.header-p2 a {
    margin: 0;
}

#i-cart span {
    width: 13px;
    height: 13px;
    background-color: white;
    color: #5B3164;
    position: absolute;
    text-align: center;
    padding: 1px;
    display: none;
    justify-content: center;
    top: 5px;
    right: 13px;
    border: 1px solid;
    border-radius: 10px;
    font-family: 'Barlow-Medium';
    font-size: .6em;
}

#i-cart:hover{
    background: none !important;
}

.head-menu2 #i-cart span {
    width: 14px;
    height: 14px;
    background-color: black;
    color: white;
    position: absolute;
    border-radius: 500px;
    text-align: center;
    padding: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: 1px;
    font-family: 'Freight-Disp-Light';
    font-size: .8em;
}

/*-----------SECTION SHOPCART------------*/
.sec1-shopcart,
.sec1-orders {
    display: flex;
    flex-direction: column;
    padding-top: 200px;
}

.sec1-shopcart h1,
.sec1-orders h1 {
    font-size: 2.5em;
    text-align: center;
    color: #522862;
    text-transform: uppercase;
    margin: 3vw 0;
    font-family: 'Barlow-Regular';
    font-weight: bold;
}

.sec2-shopcart,
.sec2-shippdata,
.sec2-billdata,
.sec2-typepay,
.sec2-payconfirm {
    /*background-color: white;*/
    width: 90%;
    margin: 2% 5% 5%;
    display: flex;
    flex-direction: column;
}

.sec2-shopcart .cont {
    display: none;
    justify-content: space-between;
    /*border: solid 1px #80808057;*/
}

.sec2-shippdata .cont,
.sec2-billdata .cont,
.sec2-typepay .cont,
.sec2-payconfirm .cont {
    display: flex;
    /*border: solid 1px #80808057;*/
}

.sec2-shopcart .cont .cont-l,
.sec2-shippdata .cont .cont-l,
.sec2-typepay .cont .cont-l,
.sec2-payconfirm .cont .cont-l {
    width: 65%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding-top: 2.5%;
}

.cont-l-title {
    display: flex;
    border-bottom: solid 1px #80808057;
}

.cont-l-title p {
    font-size: 1em;
    font-family: 'Barlow-Bold';
    color: rgba(32, 44, 76, .5);
   
}

.cont-l-title p:nth-child(1) {
    width: 40%;
}

.cont-l-title div:nth-child(2) {
    width: 35%;
    display: flex;
}

.cont-l-title p:nth-child(3) {
    width: 25%;
}

/* .cont-l-title p:nth-child(4){
        width: 21%;
    }*/
.sec2-shopcart .cont .cont-l .item-cart {
    display: flex;
    justify-content: space-between;
    padding: 1vw;
    /*border-bottom: solid 1px #80808057;*/
    align-items: center;
    position: relative;
}


.sec2-shopcart .cont .cont-l .item-cart span.agotado {
    position: absolute;
    width: calc(100%);
    color: red;
    font-size: 1em;
    font-family: 'Barlow-Bold';
    text-align: center;
    top: 0;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(1) {
    width: 40%;
    display: flex;
    align-items: center;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(1) img {
    width: 90px;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 50%);
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(1) h3 {
    font-family: 'Barlow-Bold';
    color: #522862;
    font-size: 1.2em;
    margin-top: 0;
    padding: 0 5%;
    text-align: left;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(2) {
    width: 35%;
    display: flex;
    align-items: center;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(2) p {
    width: 45%;
    font-family: 'Barlow-Medium';
    margin-top: 10px;
    font-size: 1.3em;
}

/*.sec2-shopcart .cont .cont-l .item-cart div:nth-child(2) span {
    border: 1px solid #C3D3DF;
    padding: 5px 25px;
    border-radius: 25px;
}*/

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(3) {
    width: 25%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: right;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(3) img {
    width: 20px;
    height: fit-content;
    margin-left: auto;
    margin-top: 0;
    cursor: pointer;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(3) p {
    font-size: 1.3em;
    font-family: 'Barlow-Medium';
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
}

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(3) span {

    font-family: 'Freight-Disp-Light';
    font-size: .7rem;
    text-align: start;
    width: 70%;
    color: #333333;
}

.sec2-shopcart .cont .cont-l .item-cart:last-child {
    border: none;
}

.sec2-shopcart .cont .cont-r,
.sec2-shippdata .cont .cont-r,
.sec2-billdata .cont .cont-r,
.sec2-typepay .cont .cont-r,
.sec2-payconfirm .cont .cont-r {
    width: 25%;
    height: max-content;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    min-height: 25vw;
    border: solid 1px #80808057;
    padding: 35px;
    border-radius: 15px;
    background: white;
    position: relative;
    box-shadow: rgb(0 0 0 / 25%) 0px 1px 3px;
}

.sec2-shopcart .cont .cont-r button,
.sec2-shippdata .cont .cont-r button,
.sec2-billdata .cont .cont-r button,
.sec2-typepay .cont .cont-r button,
.sec2-payconfirm .cont .cont-r button {
    width: 80%;
    min-height: 40px;
    margin: auto auto 0 auto;
    justify-content: center;
    appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    background: #522862;
    background-size: 1px 100px;
    transition: all .3s;
    border-radius: 16px;
    font-size: 1.1em;
    color: white;
    cursor: pointer;
}

.sec2-shopcart .cont .cont-r button:hover,
.sec2-shippdata .cont .cont-r button:hover,
.sec2-billdata .cont .cont-r button:hover,
.sec2-typepay .cont .cont-r button:hover,
.sec2-payconfirm .cont .cont-r button:hover {
    box-shadow: 0 2px 4px #959595;
}

.sec2-shopcart .cont .cont-r h2,
.sec2-shippdata .cont .cont-r h2,
.sec2-billdata .cont .cont-r h2,
.sec2-typepay .cont .cont-r h2,
.sec2-payconfirm .cont .cont-r h2 {
    text-align: center;
    font-family: 'Barlow-Bold';
    color: #522862;
}

.summary-article1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: solid 1px #80808057;
}

.sec2-shopcart .cont .cont-r .summary-article,
.sec2-shippdata .cont .cont-r .summary-article,
.sec2-billdata .cont .cont-r .summary-article,
.sec2-typepay .cont .cont-r .summary-article,
.sec2-payconfirm .cont .cont-r .summary-article {
    width: 100%;
    margin: 1vw auto 0;
    /*border-bottom: solid 1px #80808057;*/
    padding-bottom: 1vw;
    /*max-height: 10vw;*/
    /*overflow-y: scroll;*/
    display: flex;
    flex-direction: column;
}

.sec2-shopcart .cont .cont-r .summary-article p,
.sec2-shippdata .cont .cont-r .summary-article p,
.sec2-billdata .cont .cont-r .summary-article p,
.sec2-typepay .cont .cont-r .summary-article p,
.sec2-payconfirm .cont .cont-r .summary-article p {
    margin: 0 0 .8vw 0;
    font-size: .9em;
    font-family: 'Barlow-Medium';
    display: flex;
}

.cont-r-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cont-img-ii {
    width: 75px;
    height: 80px;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    /*background: black;*/
    border-radius: 10px;
}

.cont-img-ii img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 1px 3px;
    border: solid 1px #80808057;
}

.cont-img-ii p {
    width: 70%;
}

.sec2-shopcart .cont .cont-r .summary-article p span,
.sec2-shippdata .cont .cont-r .summary-article p span,
.sec2-billdata .cont .cont-r .summary-article p span,
.sec2-typepay .cont .cont-r .summary-article p span,
.sec2-payconfirm .cont .cont-r .summary-article p span {
    margin: 0 15px 0 auto;
}

.sec2-shopcart .cont .cont-r h3,
.sec2-shippdata .cont .cont-r h3,
.sec2-billdata .cont .cont-r h3,
.sec2-typepay .cont .cont-r h3,
.sec2-payconfirm .cont .cont-r h3 {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Barlow-Medium';
}

.h4-iva {
    margin: 0;
    text-align: center;
    font-size: .8em;
    font-family: 'Larsseit';
}

.sec2-shopcart .cont .cont-r h3 span,
.sec2-shippdata .cont .cont-r h3 span,
.sec2-billdata .cont .cont-r h3 span,
.sec2-typepay .cont .cont-r h3 span,
.sec2-payconfirm .cont .cont-r h3 span {
    margin-left: .5em;
}


.shop-back {
    display: flex;
    width: fit-content;
    cursor: pointer;
    position: relative;
    border: none;
    background: #522862;
    background-size: 1px 100px;
    transition: all .3s;
    border-radius: 16px;
    font-size: 1.1em;
    color: white;
    font-family: 'Barlow-Medium';
    padding: 0.5em 1em;
}

.shop-back a {
    font-family: 'Barlow-Medium';
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.shop-back img {
    width: 15px;
    margin-right: 5px;
    transform: rotate(90deg);
}

/*-----------SECTION SHIPPDATA------------*/
.sec1-cat,
.sec1-shippdata,
.sec1-billdata,
.sec1-typepay,
.sec1-payconfirm {
    display: flex;
    flex-direction: column;
    margin-bottom: 5vw;
    padding-top: 200px;
}

.sec1-cat-main,
.sec1-shippdata-main,
.sec1-billdata-main,
.sec1-typepay-main,
.sec1-payconfirm-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.sec1-cat-main a,
.sec1-shippdata-main a,
.sec1-billdata-main a,
.sec1-typepay-main a,
.sec1-payconfirm-main a {
    text-decoration: none;
}

.sec1-cat-main h2,
.sec1-shippdata-main h2,
.sec1-billdata-main h2,
.sec1-typepay-main h2,
.sec1-payconfirm-main h2 {
    margin: 0 10px;
    font-family: 'Barlow-Bold';
    font-size: 1.2em;
    color: #522862;
}

.sec1-cat-main h2.disable,
.sec1-shippdata-main h2.disable,
.sec1-billdata-main h2.disable,
.sec1-typepay-main h2.disable,
.sec1-payconfirm-main h2.disable {
    color: rgba(32, 44, 76, .5);
}

.sec1-cat-main span,
.sec1-shippdata-main span,
.sec1-billdata-main span,
.sec1-typepay-main span,
.sec1-payconfirm-main span {
    display: flex;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    margin: 0 10px;
}

.sec2-shippdata .cont .cont-r .suma,
.sec2-billdata .cont .cont-r .suma,
.sec2-typepay .cont .cont-r .suma,
.sec2-payconfirm .cont .cont-r .suma {
    width: 100%;
    margin: 0 auto;
}

.sec2-shippdata .cont .cont-r .suma p,
.sec2-billdata .cont .cont-r .suma p,
.sec2-typepay .cont .cont-r .suma p,
.sec2-payconfirm .cont .cont-r .suma p {
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Barlow-Medium';
    margin: .5vw 0;
    display: flex;
}

.sec2-shippdata .cont .cont-r .suma .type-send,
.sec2-billdata .cont .cont-r .suma .type-send,
.sec2-typepay .cont .cont-r .suma .type-send,
.sec2-payconfirm .cont .cont-r .suma .type-send,
.typsend {
    color: rgb(164, 164, 164);
    font-size: .85em;
    font-family: 'Barlow-Medium';
    display: flex;
    border-bottom: solid 1px #80808057;
    padding-bottom: 1vw;
}

.sec2-shippdata .cont .cont-r .suma p span,
.sec2-billdata .cont .cont-r .suma p span,
.sec2-typepay .cont .cont-r .suma p span,
.sec2-payconfirm .cont .cont-r .suma p span {
    margin-left: auto;
}

.sec2-shippdata .cont .cont-r h3,
.sec2-billdata .cont .cont-r h3,
.sec2-typepay .cont .cont-r h3,
.sec2-payconfirm .cont .cont-r h3 {
    display: flex;
    justify-content: space-between;
}

/*.sec2-shippdata .cont .cont-r,
.sec2-billdata .cont .cont-r,
.sec2-typepay .cont .cont-r,
.sec2-payconfirm .cont .cont-r {
    min-height: 29vw;
}*/

.sec2-shippdata .cont .cont-r .summary-article,
.sec2-billdata .cont .cont-r .summary-article,
.sec2-typepay .cont .cont-r .summary-article,
.sec2-payconfirm .cont .cont-r .summary-article {
    min-height: 5vw;
}

.sec2-shippdata .cont .cont-l h2,
.sec2-billdata .cont .cont-l h2,
.sec2-typepay .cont .cont-l h2,
.sec2-payconfirm .cont .cont-l h2 {
    font-family: 'Barlow-Bold';
    color: #522862;
}

#form-shipping .ship-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mail-inv {
    display: none;
    width: 100%;
}

#form-shipping .selc-addrs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myaddres {
    display: none;
    width: 20%;
    background-position-x: 90% !important;
}

#form-shipping select{
    cursor: pointer;
    outline: none;
    font-size: .9em;
    height: fit-content;
    color: black;
    padding: 1em;
    border-style: none;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 0.5vw;
    font-family: 'Barlow-Medium';
    border: none;
    -webkit-appearance: initial;
    background: url(../_img/row-down.svg) no-repeat 99.5% center;
    background-position-x: 95%;
    background-size: 15px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #522862;
    background-color: transparent;
    border-bottom: 2px solid rgba(32, 44, 76, .2);
}

#form-shipping select:focus {
    border-bottom: 2px solid #522862;
}

.align-ship-inputs {
    display: flex;
    flex-direction: column;
    width: 48%;
}

#form-shipping .align-ship-inputs label {
    font-size: .9em;
    width: 100%;
    margin: 10px 0 0;
    font-weight: bold;
    font-family: 'Barlow-Medium';
    color: black;
    opacity: .5;
}

#form-shipping .ship-inputs input {
    padding: 1em;
    border-style: none;
    outline: none;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: 0.5vw;
    font-family: 'Barlow-Medium';
    border: none;
    width: 100%;
    color: #522862;
    background-color: transparent;
    border-bottom: 2px solid rgba(32, 44, 76, .2);
}

#ship_reference,
#ship_receiver {
    width: 100% !important;
}

#ship_receiver {
    margin-left: auto;
}

.sec2-shippdata .cont .cont-l .div-typesend {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.sec2-shippdata .cont .cont-l .div-typesend .selec-typesend {
    padding: 1vw;
    color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: black;
    font-family: 'Barlow-Medium';
    font-size: 1.1em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-top: 0.5vw;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    border-style: none;
}

.selec-typesend:hover {
    background-color: #522862 !important;
    box-shadow: #522862 0px 0px 3px;
    border-radius: 5px;
}

.sec2-shippdata .cont .cont-l .div-typesend .selec-typesend span {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
}

.sec2-shippdata .cont .cont-l .div-typesend .selec-typesend.active {
    color: white;
    background-color: #522862;
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    box-shadow: #522862 0px 0px 3px;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send {
    border-left: solid 1px #C3D3DF;
    border-right: solid 1px #C3D3DF;
    border-bottom: solid 1px #C3D3DF;
    max-height: 245px;
    overflow: scroll;
    /* display: none;*/
}

.dispnone {
    display: none !important;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send {
    padding: 1vw;
    cursor: pointer;
    font-size: .85em;
    font-family: 'Barlow-Medium';
    background-color: white;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send:hover,
.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send.active {
    background-color: #5b315e45;
    color: black;
    transition: .2s ease;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send:not(:last-child) {
    border-bottom: 1px solid #C3D3DF;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send .utitle {
    margin: 0;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send .price {
    margin: .5vw;
}

.sec2-shippdata .cont .cont-l .div-typesend .cont-type-send .type-send .udesc {
    margin: 0;
}

/*---------------------------------SECTION BILLDATA------------------------------------*/
#form-billdata .div-check h2 {
    font-family: 'Freight-Disp-Light';
}

#form-billdata .ship-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1.5vw 0;
}

#form-shipping .ship-inputs input::placeholder {
    color: rgba(32, 44, 76, .5);
}

#form-shipping .ship-inputs input:focus {
    border-bottom: 2px solid #522862;
}

#form-billdata .ship-inputs div {
    display: flex;
    flex-direction: column;
    width: 32%;
}

#form-billdata .selc-addrs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#form-billdata select {
    cursor: pointer;
    outline: none;
    font-size: 1em;
    height: fit-content;
    color: black;
    display: flex;
    padding: 1em;
    border-style: none;
    outline: none;
    box-sizing: border-box;
    margin-bottom: .5vw;
    font-family: 'Larsseit';
    height: 55px;
    border: solid 1px #C3D3DF;
    border-radius: 25px;
    -webkit-appearance: initial;
    background: url(../_img/flecha-hacia-abajo.svg) no-repeat 99.5% center;
    background-position-x: 95%;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: white;
}

#form-billdata .div-check {
    align-items: center;
    justify-content: space-between;
}

#form-billdata .ship-inputs div label,
#form-billdata .div-check div label {
    font-family: 'Larsseit';
    font-size: .9em;
    color: #7A97AB;
    width: 100%;
    margin-bottom: 10px;
}


#form-billdata .ship-inputs div input {
    padding: 1em;
    border-style: none;
    outline: none;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: .5vw;
    font-family: 'Larsseit';
    border: solid 1px #C3D3DF;
    border-radius: 25px;
    color: #252C47;
    height: 55px;
    background-color: white;
    resize: none;
}

/*input::placeholder {
    color: #7A97AB;
}*/

.ship-dif-size {
    width: 49% !important;
}

.align-ship-cheeckbox {
    flex-direction: row-reverse !important;
    align-items: center;
    margin-left: auto;
    width: 185px !important;
    display: flex;
}

.align-ship-checkbox-label {
    width: 70% !important;
    font-family: 'Larsseit';
    font-size: .9em;
    color: #7A97AB;
}

.sec2-billdata .cont .cont-l {
    width: 65%;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
}

#nobill,
#ter-cond {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0 1em .2em 0;
}

#form-billdata .div-check div label {
    cursor: pointer;
}

.div-check div {
    display: flex;
    align-items: center;
}

/*-----------------------------------------------------SECTION TYPEPAY------------------------------------------------------------*/

.sec2-typepay .cont .cont-l .typepay-inputs {
    display: flex;
    flex-direction: column;
    margin-bottom: 1vw;
    cursor: pointer;
    border: solid 1px #DCCDBE;
    border-radius: 5px;
}

.typepay-input-visible {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.typepay-input-invisible {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
}

label.lbtp {
    padding: 1em;
}

.input-invis-1 {
    width: 68%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.input-invis-1 label {
    font-size: .9em !important;
    margin-bottom: 10px !important;
}

.input-invis-1 input {
    padding: 1em;
    border-style: none;
    outline: none;
    font-size: 1em;
    background-color: white;
    box-sizing: border-box;
    margin-bottom: .5vw;
    font-family: 'Larsseit';
    height: 45px;
    border: solid 1px #C3D3DF;
    width: 100%;
    border-radius: 25px;
    color: #252C47;
}

.input-invis-2 {
    width: 28%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.input-invis-2 label {
    font-size: .9em !important;
    margin-bottom: 10px !important;
}

.input-invis-2 input {
    padding: 1em;
    border-style: none;
    outline: none;
    font-size: 1em;
    background-color: white;
    box-sizing: border-box;
    margin-bottom: .5vw;
    font-family: 'Larsseit';
    height: 45px;
    border: solid 1px #C3D3DF;
    width: 100%;
    border-radius: 25px;
    color: #252C47;
}


.sec2-typepay .cont .cont-l .typepay-inputs input {
    margin: 0;
    cursor: pointer;
}

.typepay-inputs.t1.active,
.typepay-inputs.t2.active,
.typepay-inputs.t3.active {
    border: 1px solid #621244 !important;
}

.sec2-typepay .cont .cont-l .typepay-inputs label {
    display: flex;
    align-items: center;
    font-family: 'Barlow-Medium';
    font-size: 1.1em;
    width: 90%;
    justify-content: space-between;
    margin: auto;
    cursor: pointer;
    color: black;
}

h2.msg-typepay {
    color: black !important;
}

.sec2-typepay .cont .cont-l .typepay-inputs label span {
    max-width: 100px;
    max-height: 35px;
    display: flex;
}

.sec2-typepay .cont .cont-l .typepay-inputs label span img {
    width: 100%;
}

/*-----------------------------------------SECTION PAYCONFIRM-------------------------------------------------*/

.sec2-payconfirm .cont .cont-l ol {
    padding: 0 0 1vw;
    margin: 0;
}

.sec2-payconfirm .cont .cont-l ol:not(:last-child) {
    border-bottom: solid 1px #C3D3DF;
}

.sec2-payconfirm .cont .cont-l ol h2 {
    text-align: start;
}

.sec2-payconfirm .cont .cont-l ol h2 a {
    color: #522862;
    font-size: .5em !important;
    float: right;
    text-decoration: none;
    display: flex;
    font-family: 'Barlow-Medium';
    align-items: flex-end;
}

.sec2-payconfirm .cont .cont-l ol h2 img {
    width: 15px;
    margin-right: 10px;
}

.sec2-payconfirm .cont .cont-l ol div {
    display: flex;
    width: 50%;
    float: left;
    margin: .5vw 0;
    font-size: 1.1em;
}

.sec2-payconfirm .cont .cont-l ol div span {
    font-family: 'Barlow-Bold';
    margin-right: 1vw;
    text-transform: uppercase;
    color: #522862;
    font-weight: bold;
}

.sec2-payconfirm .cont .cont-l ol div p {
    margin: 0;
    font-size: .9em;
    font-family: 'Barlow-Regular';
}


.div-tercon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
    font-size: .85em;
    font-family: 'Barlow-Medium';
}

.div-tercon a {
    color: #522862;
    text-decoration: underline;
}
.div-tercon label{
    color: black !important;
}
/*------------------------------------------SECTION ORDER--------------------------------------------------*/
.cont-deposit {
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.cont-deposit hr {
    display: flex;
    width: 30%;
    height: 1px;
    background-color: #607d8b40;
    border: none;
}

.cont-deposit h1 {
    font-family: 'Barlow-Bold';
    font-size: 2em;
    color: #522862;
    font-weight: bold;
}

.cont-deposit .deposit-part1 div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-deposit .deposit-part1 div p,
.cont-deposit .deposit-part2 div p {
    font-family: 'Barlow-Medium';
    text-transform: uppercase;
    color: #522862;
    margin: 5px;
}

.cont-deposit .deposit-part1 div span,
.cont-deposit .deposit-part2 div span {
    margin-left: .5em;
    font-family: 'Barlow-Medium';
    font-size: .9em;
}

.cont-deposit .folio {
    color: black;
    font-family: 'Barlow-Medium';
    font-weight: bold;
    font-size: 1em;
}

.deposit-part3 span {
    font-family: 'Barlow-Medium';
    text-transform: uppercase;
}

.deposit-part3 p {
    font-family: 'Barlow-Regular';
    width: 50%;
    margin: auto;
    color: black;
}

.deposit-part4 p {
    font-family: 'Barlow-Medium';
}

.deposit-part4 a {
    font-family: 'Barlow-Medium';
    color: #522862;
    margin-left: 1em;
}

.deposit-part4 div {
    font-family: 'Barlow-Medium';
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1vw 10%;
}


a.btn-cerrar-o, a.btn-pdf-o {
display: flex;
    padding: 0.5em 2em;
    text-decoration: none;
    margin: 1.5em;
    font-family: 'Barlow-Medium';
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    background: #522862;
    background-size: 1px 100px;
    color: white;
    border-radius: 16px;
}

a.btn-pdf-o:hover,
a.btn-cerrar-o:hover {
    box-shadow: 0 2px 4px #959595;
}

.cont-deposit div.adivs {
    display: flex;
    align-items: center;
    justify-content: center;
}


/***************************************************************************************************/
/**************                              S P I N N E R                            **************/
/***************************************************************************************************/

#dad-sk-chase {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    /*background-color: #000000a3;*/
    z-index: 1002;
    top: 0;
    align-items: center;
    justify-content: center;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}

/*<-- Solo para cargar contenido de forma oculta*/


#msg_screen.hidden {
    bottom: -100px;
}

#msg_screen.none {
    display: none;
}

#msg_screen {
    /*font-family: 'montserratregular';
    visibility: hidden;
    min-width: 25%;
    text-align: center;
    padding: 16px;
    position: fixed;
    z-index: 9;
    bottom: -20px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: ease .5s;
    width: 100%;
    box-sizing: border-box;*/
    z-index: 3000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, .8);
    color: #FFF;
    transition: bottom 1s ease-in-out;
    cursor: pointer;
}

#msg_screen p {
    font-size: .9em;
    margin: 0px 30px;
    font-family: 'Barlow-Medium';
    display: inline-flex;
}

#msg_screen span {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}

#msg_screen a {
    margin-left: 2em;
    text-decoration: none;
    color: black;
}

#msg_screen a:hover {
    font-style: italic !important;
    transition: 1s !important;
}

/*Funciones que interactian con jQuery en el ecommerce*/
#login_password_box.closed {
    max-height: 0px;
    transition: max-height .5s ease-out;
}

#forget_pass.cancel {
    color: #e84b37;
}
.purple .main_user .span,
.purple .main_user .popover a{
    color: #522862;
}
.purple .main_user .popover{
    top: 125px;
}
.white .main_user .span,
.white .main_user .popover a{
    color: white;
}
.main_user .span {
    display: none;
    font-family: 'Poppins-Bold';
    font-size: 1.1em;
    /*text-shadow: 0 1px 1px rgb(0 0 0 / 25%);*/
}

.main_user .popover a:hover{

}
/* #menu_header .main_user {
    color: black;
}

#menu_header.head-menu2 .main_user {
    color: black;
} */

.main_user .span.show {
    display: flex;
    height: 100%;
    align-items: baseline;
    padding-bottom: .5px;
}

.main_user .span i {
    /* background-image: url(../_img/flecha-abajo.svg); */
    background-size: contain;
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
}

/*.main_user .a-ing,
.main_user .a-ped {
    margin: auto 2em;
    font-family: 'montserratregular';
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}*/
.main_user .popover a:hover{
    background: none !important;
    padding: 0 !important;
    
}
.popover {
    position: absolute;
    top: 100px;
    flex-direction: column;
    display: flex;
    z-index: 2;
}

#productos .popover {
    width: 200px;
}

.main_user {
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: flex-end;
}

.popover.hide-menu {
    height: 0;
}

.popover.show-menu {
    height: 70px;
    transform: scaleY(1);
    transform-origin: top;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popover.hide-menu {
    transform-origin: top;
    transform: scaleY(0);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.arrow {
    display: none;
    width: 14px;
    height: 14px;
    background-color: white;
    -ms-transform: rotate(20deg);
    transform: rotate(226deg);
    position: absolute;
    top: -6px;
    border-top-left-radius: 14px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    z-index: -1;
}

.popover a {
    display: flex;
    padding: 0;
    font-size: 1em !important;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

.popover a:hover {
    transition: all .1s ease-out !important;
}

/*  pop up  */

#popup {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    height: 100%;
}

.content-popup {
    position: relative;
    width: 75%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 5px #666666;
    /* left: 20%; */
    top: calc(50% - 125px);
    padding: 14px;
    margin: 0px auto;
}

.content-popup h2 {
    color: #1f6697;
    padding: .5em 1.5em;
    background-color: rgb(242, 248, 251);
    font-family: 'Freight-Disp-Light';
    margin: 0;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #1f6697;
}

.content-popup p {
    margin: 2em;
    font-family: 'Merriweather-Regular';
    font-size: 1.1em;
    text-align: center;
    color: black;
}

.content-popup a {
    width: 36%;
    height: 50px;
    margin: .5vw 32% 1em;
    font-family: 'Larsseit';
    display: inline-flex;
    align-items: center;
    letter-spacing: 1px;
    justify-content: center;
    text-decoration: none;
    color: white;
    background-color: #1f6697;
    border: 1px solid #1f6697;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
}

.popup-overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

#big-container.on {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
    margin-top: -100px;
    background-color: rgba(0, 0, 0, .5);
}

/*-----------------------------------------------------------------------------*/
/***********************       pag-> signup.php          ***********************/
/*-----------------------------------------------------------------------------*/

.sec1-regist,
.sec1-log,
.sec1-passrecuest {
    display: flex;
    flex-direction: column;
    padding-top: 200px;
}

.sec1-regist h1,
.sec1-log h1,
.sec1-passrecuest h1 {
    text-align: center;
    color: #522862;
    margin: 3vw 0;
    font-size: 2.5em;
    font-family: 'Barlow-Regular';
    font-weight: bold;
    text-transform: uppercase;
}

.sec2-regist-form,
.sec2-log-form,
.sec2-passrecuest-form {
    width: 30%;
    margin: 2% auto;
    display: flex;
    flex-direction: column;
}

#regist_form input,
#login_form input,
#passrequest_form input,
#newpass_form input {
    border-style: none;
    margin-bottom: 0.5vw;
    width: 100%;
    border: none;
    padding: 1em;
    box-sizing: border-box;
    height: 55px;
    outline: none;
    cursor: pointer;
    font-family: 'Barlow-Medium';
    color: #522862;
    border-bottom: 2px solid rgba(32, 44, 76, .2);
    font-size: 1.1em;
    background-color: transparent;
}

#regist_form input:focus,
#login_form input:focus,
#passrequest_form input:focus,
#newpass_form input:focus {
    border-bottom: 2px solid #621244;
}

#submit_regist,
#submit_login,
#passrequest_submit,
#newpass_submit {
    appearance: none;
    display: flex;
    justify-content: center;
    width: 100%;
    appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    font-family: 'Barlow-Medium';
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    color: white;
    background: #522862;
    background-size: 1px 100px;
    padding: 10px 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.2em;
    transition: all .3s;
    border-radius: 16px;
    border-style: none;
}

#submit_regist:hover,
#submit_login:hover,
#passrequest_submit:hover,
#newpass_submit:hover {
    color: white;
    transition: all .3s;
    box-shadow: 0 2px 4px #959595;
}

#login_form div:not(#login_password_box) {
    margin: 1.5em 0;
    display: flex;
    justify-content: space-around;
    font-family: 'Barlow-Bold';
    font-size: .9em;
}

#login_form a {
    color: #522862;
    font-size: 1em;
    text-decoration: none;
}

#forget_pass {
    cursor: pointer;
}

input#regist_newslatter {
    width: 20px;
    margin-right: 1em;
    cursor: pointer;
    box-shadow: none !important;
    height: 20px !important;
}

#regist_form div label {
    cursor: pointer;
    font-size: .9em;
    font-family: 'Larsseit';
}

#regist_form div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Larsseit';
    width: fit-content;
    margin: auto;
    display: none;
}

/******************************************************************************************************/
/**************                       Mis pedidos ->  orders.php                         **************/
/******************************************************************************************************/

.sec2-orders {
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
}

.sec2-orders .cont {
    display: flex;
    width: 80%;
    margin: 2.5% 5% 0%;
    padding: 0 5% 2.5%;
    border-bottom: 1px solid #1f669736;
    align-items: center;
}

.sec2-orders .cont:last-child {
    border-bottom: none;
}
.sec2-orders .cont p{
    font-family: 'Barlow-Regular';
}
.sec2-orders .cont a {
text-decoration: none;
    padding: 10px 25px;
    width: fit-content;
    border: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow-Regular';
    color: white;
    outline: none;
    cursor: pointer;
    background-color: #522862;
    border-radius: 10px;
    background-size: 1px 100px;
    transition: all .3s;©
}

.sec2-orders .cont a:hover {
background-position: 0 -50px;
    transition: all .3s;
}

.sec2-orders .cont div:nth-child(1) {
    width: 25%;
    display: flex;
    flex-direction: column;

}

.sec2-orders .cont div:nth-child(1) p {
    color: #522862;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: .5em;
}

.sec2-orders .cont div:nth-child(1) a {}

.sec2-orders .cont div:nth-child(2) {
    width: 50%;
}

.sec2-orders .cont div:nth-child(2) p {
    font-family: 'Barlow-Regular';
    margin: 5px 0;
}

.sec2-orders .cont div:nth-child(2) span {
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'Barlow-Regular';
    color: #522862;
}

.sec2-orders .cont div:nth-child(3) {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-family: 'Barlow-Regular';
    width: 25%;
    text-align: end;
}

.sec2-orders .cont div:nth-child(3) p {
    color: #522862;
    margin: 5px 0;
}

.sec2-orders .cont div:nth-child(4) {
    display: none;
    width: 25%;

}

.sec2-orders .cont div:nth-child(4) p {
    font-family: 'Barlow-Regular';
    color: rgb(38, 87, 217);
    font-size: 1.5em;
}

.sec2-orders .cont div:nth-child(4) a {}

/******************************************************************************************************/
/**************                       Mi Cuenta ->  account .php                         **************/
/******************************************************************************************************/
/*section.sec1-account {
    border-bottom: 1px solid #621244;
    padding-bottom: 3vw;
}*/

section.sec1-account h1 {
    font-size: 3em;
    text-align: center;
    color: #522862;
    margin: 3vw 0;
    font-family: 'Barlow-Regular';
    font-weight: bold;
    text-transform: uppercase;
}


section.sec1-account form#form-accound,
section.sec2-account form.cont-mydirs {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#form-mydir {
    display: none;
}

section.sec1-account form#form-accound div.cont-2,
section.sec2-account form#form-mydir div.cont-2 {
    width: 42%;
    display: flex;
    flex-direction: column;
    margin: .5vw 0%;
}

section.sec1-account form#form-accound div.cont-3,
section.sec2-account form#form-mydir div.cont-3 {
    display: flex;
    flex-direction: column;
    width: 30%;
}

section.sec1-account form#form-accound #btn-myac,
section.sec2-account form#form-mydir #btn-mydir {
    margin-top: 2.5vw;
    margin-bottom: 1vw;
    appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    font-family: 'Barlow-Medium';
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    color: white;
    background-color: #522862;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    padding: 8px 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.1em;
    border-radius: 16px;
    border-style: none;
}

section.sec1-account form#form-accound #btn-myac:hover,
section.sec2-account form#form-mydir #btn-mydir:hover {
    color: white;
    box-shadow: 0 2px 4px #959595;
}

section.sec1-account form#form-accound select,
section.sec2-account form#form-mydir select {
    background: url(../_img/row-down.svg) no-repeat 99.5% center;
    background-position-x: 95%;
    background-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 1vw 0.5vw;
    padding: 1em;
    box-sizing: border-box;
    height: 55px;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 1.1em;
    font-family: 'Barlow-Medium';
    border-bottom: 2px solid rgba(32, 44, 76, .2);
    color: #522862;
}

.mimail p {
    color: #522862;
    font-family: 'Barlow-Medium';

}

.sec1-account{
    padding-top: 200px;
}

section.sec1-account form#form-accound div label,
section.sec2-account form#form-mydir div label {
    font-family: 'Barlow-Medium';
    color: black;
    opacity: .5;
}

section.sec1-account form#form-accound div input,
section.sec2-account form#form-mydir div input {
    border: none;
    margin: 1vw 0.5vw;
    padding: 1em;
    box-sizing: border-box;
    height: 55px;
    outline: none;
    cursor: pointer;
    font-family: 'Barlow-Medium';
    color: #522862;
    border-bottom: 2px solid rgba(32, 44, 76, .2);
    font-size: 1.1em;
    background-color: transparent;
}

section.sec1-account form#form-accound div input:focus,
section.sec2-account form#form-mydir div input:focus {
    border-bottom: 2px solid #621244;
}

section.sec1-account form#form-accound div input::placeholder,
section.sec2-account form#form-mydir div input::placeholder {
    color: rgba(32, 44, 76, .5);
}

form#form-accound div.div-newsl {
    width: 40%;
    display: flex;
    margin: 2.5vw 25% 0;
    justify-content: center;
    align-items: flex-end;
    display: none;
}

form#form-accound div.div-newsl input {
    width: 20px !important;
    height: 20px;
    margin: 0 1vw !important;
}

form#form-accound div.div-newsl label {
    cursor: pointer;
}

/*Formulario mis direcciones administrables*/

section.sec2-account {
    padding-top: 3vw;
}

section.sec2-account div.info-mydir {
    padding-bottom: 3vw;
}

section.sec2-account form#form-mydir div.cont-1 {
    width: 30%;
    margin-right: 65%;
    margin-left: 5%;
}

section.sec2-account div.info-mydir div.inst-mydir {
    font-family: 'Larsseit';
    font-size: 1em;
    text-align: center;
}

div.divtit-mydir {
    display: flex;
    align-items: center;
    width: 70%;
    margin: auto;
    justify-content: space-between;
}

section.sec2-account div.info-mydir div.divtit-mydir h1.title-register {
    font-size: 2.5em;
    text-align: center;
    color: #621244;
    margin: 3vw 0;
    font-family: 'Freight-Disp-Light';
    font-weight: bold;
}

section.sec2-account div.info-mydir div.divtit-mydir div.add-dir {
    display: flex;
    align-items: center;
    height: fit-content;
    cursor: pointer;
    font-size: 1em;
    margin: 0 0.7vw 0.7vw 0;
    font-family: 'Larsseit';
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    color: white;
    background-color: black;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    padding: 8px 25px;
}

section.sec2-account div.info-mydir div.divtit-mydir div.add-dir:hover {
    background-color: #621244;
    box-shadow: #621244 0px 0px 3px;
    border-radius: 5px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

section.sec2-account div.info-mydir div.divtit-mydir div.add-dir span {
    display: flex;
    width: 20px;
    height: 20px;
    background-size: cover;
    display: none;
}

div.divtit-mydir div.add-dir p,
div.mimail {
    font-family: 'Larsseit';
    margin: 0;
    font-weight: bold;
}

section.sec2-account div.info-mydir div.all-mydir {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto 1vw;
}

section.sec2-account div.info-mydir div.all-mydir div.direct {
    padding: .5em 2em;
    cursor: pointer;
    color: white;
    font-size: 1em;
    background-color: #1f6697;
    margin: 0 .7vw .7vw 0;
    font-family: 'Larsseit';
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    border-radius: 30px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

section.sec2-account div.info-mydir div.all-mydir div.direct:hover,
section.sec2-account div.info-mydir div.all-mydir div.direct.select {
    background-color: white;
    color: #1f6697;
    box-shadow: #1f6697 0px 0px 3px;
    border-radius: 0;
}

/******************************************************************************************************/
/**************                  Datos de envio ->  shippdata.php                        **************/
/******************************************************************************************************/
#form-shipping .save-dir {
    width: 100%;
    display: none;
}

#form-shipping .save-dir.show {
    display: flex;
}

#form-shipping .save-dir div.div-check-save {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-shipping .save-dir div.div-check-save label {
    font-family: 'Larsseit';
    cursor: pointer;
}

#form-shipping .save-dir div.div-check-save input {
    display: flex;
    width: 20px;
    margin: 20px;
    cursor: pointer;
}

#form-shipping .save-dir div.div-namedir {}

/*INCLUYE IVA EN RESUMEN DEL CARRITO*/
.ivacart{
    text-align: center;
    font-family: 'Barlow-Medium';
    color: #522862;
    margin-bottom: 20px;
}

/*************************************************************************/
/***************                  Galerias            ********************/
/*************************************************************************/
/* Position the image container (needed to position the left and right arrows) */
/*.section-product {
    display: flex;
    width: 90%;
    margin: 1vw auto;
    flex-wrap: wrap;
}*/

.container {
    display: flex;
    flex-direction: column;
}

/* .mySlides .img {
    width: 80%;
    max-height: 500px;
    height: 500px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
} */

/* .img.solo {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */

/* Hide the images by default */

/* .mySlides {
    display: none;
     width: 60%;
} */

/* .gal-btns {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* Add a pointer when hovering over the thumbnail images */
/* .cursor {
    cursor: pointer;
} */

/* Next & previous buttons */
/* .prev,
.next {
    cursor: pointer;
    width: auto;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f6697;
    border: solid 1px transparent;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    cursor: pointer;
    position: absolute;
    font-size: 1.6em;
    top: 40%;
    font-weight: bold;
    border-radius: 50px;
    user-select: none;
} */

/* Position the "next button" to the right */
/*.next {
    right: 0;
}*/

/* On hover, add a black background color with a little bit see-through */

/* .prev:hover,
.next:hover {
    background-color: white;
    color: #1f6697;
    box-shadow: #1f6697 0px 0px 3px;
}

.next:active {
    font-size: 20px;
    margin-left: .5em;
}

.prev:active {
    font-size: 20px;
    margin-right: .5em;
}*/

/* Number text (1/3 etc) */
/* .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
} */

/* Container for image text */
/* .caption-container {
    text-align: center;
    padding: 2px 16px;
    text-transform: uppercase;
    font-family: 'Geogrotesque Md';
} */

/*.row:after {
    content: "";
    display: table;
    clear: both;
}*/

/* Six columns side by side */
.column {
    float: left;
    width: 15%;
}

.row {
    display: flex;
    overflow: scroll;
    width: 90%;
    margin: auto;
    height: 110px;
}


/* Add a transparency effect for thumnbail images */
.demo {
    opacity: .5;
    max-height: 130px;
    margin: 1em .5em;
    border: 1px solid #C3D3DF;
}

/* .active,
.demo:hover {
    opacity: 1;
} */

.section-product div.cont-form div.div-2 form#prod_form div.select select#sel-cant {
    border: 1px solid #979797;
    font-size: 1.2em;
    background: url(../_img/row-down.svg) no-repeat;
    resize: none;
    background-size: 4%;
    appearance: none;
    background-position: 96%;
    outline: none;
    outline-color: inherit;
    font-family: 'Larsseit';
    padding: .8em 2.5em .8em 1em;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 20%), inset 0 0 5px rgb(0 0 0 / 20%);
    cursor: pointer;
    width: 100%;
    margin-bottom: 2vw;
}


.section-product div.cont-form div.div-2 form#prod_form button.but-prod-form {
    color: white; 
    font-size: 2em;
    font-family: 'Larsseit';
    background-color: #CECECE;
    border: none;
    width: 100%;
    height: 80px;
    outline: none;
    cursor: pointer;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 20%), inset 0 0 5px rgb(0 0 0 / 20%);
    text-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.section-product div.cont-form div.div-2 form#prod_form button.but-prod-form:hover {
    color: black;
    background-color: white;
}

.nocar {
    align-items: center;
    width: 30%;
    height: max-content;
    margin: auto;
    padding: 10px 35px;
    min-height: 15vw;
    font-family: 'Freight-Disp-Light';
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: solid 1px #80808057;
    border-radius: 15px;
    background: white;
    position: relative;
    box-shadow: rgb(0 0 0 / 25%) 0px 1px 3px;
}

.nocar span {
    position: relative;
    background-size: contain;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
}

.nocar a {
    width: 80%;
    border: 0;
    margin-top: 1em;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: 'Barlow-Bold';
    font-weight: 700;
    text-shadow: 0 1px 1px rgb(0 0 0 / 25%);
    color: white;
    padding: 10px 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-size: .9em;
    background-color: #522862;
    transition: all .3s;
    border-radius: 16px;
    border-style: none;
}

.nocar a:hover {
    box-shadow: 0 2px 4px #959595;
}

.nocar h2 {
    text-align: center;
}

.div-sizes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1vw 0;
}

.div-sizes .rsize,
.styleAux {
    font-family: 'CircularStd-Light';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: .5em 1em;
    cursor: pointer;
    color: #1f6697;
    border: solid 1px #C3D3DF;
    transition: .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    position: relative;
}

.styleAux {
    cursor: not-allowed;
}

.div-sizes .rsize b,
.styleAux b {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .6em;
    color: red;
    text-transform: none;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
}

.rsize.checked,
.rsize:hover {
    background-color: white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    box-shadow: #1f6697 0px 0px 3px;
}

.shop-back:hover {
    box-shadow: 0 2px 4px #959595;
}

.desc-prod p {
    margin: 0;
    font-size: 1em;
}

.renewcss {
    text-align: center;
}

.renewcss h5 {
    font-family: 'Barlow-Bold';
    font-size: 2.5em;
    width: fit-content;
    margin: 35px auto 20px;
    color: #522862;
}

.renewcss p {
    color: #202C4C;
    font-family: 'Barlow-Regular';
}

.renewcss a {
    justify-content: center;
    width: 200px;
    appearance: none;
    margin: auto;
    outline: none;
    display: flex;
    align-items: center;
    border: none;
    cursor: pointer;
    color: white;
    font-family: 'Barlow-Bold';
    padding: 10px 25px;
    background-color: #522862;
    background-size: 1px 100px;
    transition: all .3s;
    border-radius: 16px;
}

.renewcss a:hover {

}