/* - - - - - - - - - - - - - - -
CSS para pantallas medianas (Tablets)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */
/*INICIO DEL HEADER*/

/*-------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
--------------------------------------------------CSS DE ECOMMERCE---------------------------------------------
---------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------*/


.sec1-shopcart h1,
.sec1-orders h1 {
    font-size: 2.5em;
}

.sec2-shopcart .cont {
    display: none;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.sec2-shopcart,
.sec2-shippdata,
.sec2-billdata,
.sec2-typepay,
.sec2-payconfirm {
    min-height: 50%;
}

.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: 90%;
    margin: auto;
}

.cont-img-ii {
    width: 85px;
    height: 80px;
}

.sec2-shopcart .cont .cont-l,
.sec2-shippdata .cont .cont-l,
.sec2-typepay .cont .cont-l,
.sec2-payconfirm .cont .cont-l {
    width: 100%;
    margin: auto;
    padding-top: 50px;
}

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

.sec2-shopcart .cont .cont-l .item-cart div:nth-child(1) h3 {
    width: 65%;
}

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

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

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

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

.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: #cacaca;
    font-size: 1em;
    font-family: 'Roboto-Regular';
}

.sec1-cat-main h2,
.sec1-shippdata-main h2,
.sec1-billdata-main h2,
.sec1-typepay-main h2,
.sec1-payconfirm-main h2 {
    margin: 0 10px;
    font-size: 1em;
    color: black;
}

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

.sec2-shippdata .cont .cont-l .div-typesend .selec-typesend {
    height: 5vw;
    margin-top: 20px;
}

.sec2-billdata .cont .cont-l {
    width: 90%;
    margin: auto;
}

#form-billdata .ship-inputs div {
    width: 100% !important;
}

#form-billdata select {
    padding: 1em 10px;
}

.align-ship-checkbox-label {
    width: 25% !important;
}

.shop-back a {
    display: none;
}

.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 {
    margin: 20px auto;
    width: 50%;
}

#form-shipping select {
    width: 30%;
}

.cont-deposit {
    display: flex;
    width: 90%;
    flex-direction: column;
    text-align: center;
    margin: auto;
}

.cont-deposit hr {
    width: 85%;
}

.nocar {
    width: 80%;
    padding: 35px;
}