﻿



body {
    font-family: 'Montserrat' , sans-serif;
    font-weight: normal;
}





/*////////////////////////////////////////////////////////////////////*/
/*   PROCESO DE COMPRA            /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/




/* HEADER **********************************/

.Cart header {
    height: 83px;
    margin-bottom: 50px;
    z-index: 0;
}
.Cart header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+35,e3e3e3+100 */
    background: #f6f6f6;
}


.Cart section {
    z-index: 1;
}
.Cart aside {
    float: right !important;
}

.backsite a {
    color: #000;
    font-size: 0.93em;
    font-weight: normal;
    line-height: 1.2em;
    padding-left: 17px;
    position: absolute;
    text-decoration: none;
    top: 37px;
}
.backsite a::before {
    left: 0;
    position: absolute;
}

.backsite a:hover {text-decoration: underline !important;}
.backsite a::before, .agregar a::before {
    content: "\f124";
    font-family: "Ionicons";
}

.Order .backsite a, .Preview .backsite a, .Process .backsite a {display: block !important}



.Cart .LOGO {
    display: block;
    float: none;
    height: auto;
    margin: 16px auto 0;
    padding: 0 20px;
    width: 200px;
    z-index: 1;
}
.Cart .LOGO img {width: 100%}

@media (max-width: 991px) {
.Cart .LOGO {
    filter: none;
    -webkit-filter: none;

}
.backsite {
    font-size: 0.9em;
}
}

@media (max-width: 767px) {

    .Cart header{
        margin-bottom: 25px;
    }
        
.backsite a {
    top: 34px;
    visibility: hidden;
}
.backsite a::before {
    visibility: visible;
    color: #878787;
    font-size: 19px;
}
}

@media (max-width: 479px) {
.Cart .LOGO {
    position: relative;
    width: 165px;
}
.backsite a {
    left: initial;
}
.agregar a {
    font-size: 9px;
    height: 38px;
    padding-left: 17px;
    top: 22px;
    width: 93px;
}
.agregar a::before {
    left: 4px;
    top: 14px;
}
}


/* FOOTER *****************************************/

.Cart footer {
    margin-top: 74px;
}

.Cart footer .credits {
    padding: 0px 0 25px;
    background-color: #f2f2f2;
}

.Cart footer .credits .border {
    padding-top: 20px;
}

.Cart footer .credits .creditflex {
    display: flex;
}

.Cart footer .credits .info {
    float: left;
}

.Cart footer .credits p {
    color: #878787;
    float: left;
    font-size: 1em;
    font-weight: normal;
    line-height: 25px;
    padding: 0;
    clear: left;
    text-align: center;
    margin: 0 0 3px;
}

.Cart footer .main {
    background-color: #f2f2f2;
}

.Cart .sellos {
    text-align: center;
    margin: 15px auto;
    float: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    padding-top: 30px;
}

.Cart .sellos > * {
    display: inline-block;
    margin: 0 3px;
    padding: 0 5px;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #002364;
}

.Cart .sellos .sep {
    background: #002364 none repeat scroll 0 0;
    display: block;
    height: 63px;
    margin: -3px 10px 0;
    padding: 0;
    width: 1px;
}

.Cart .sellos .sep:first-child {
    display: none;
}

.Cart .sellos > a, .sellos > p {
    width: 20%;
}

.Cart .ssn {
    filter: none;
    opacity: 1;
}

.Cart .sellos > a img {
    width: 100%;
}

@media (max-width:991px){
    .Cart footer .credits .info {
        padding: 0 50px;
    }

    .Cart footer .credits p {
        width: 100%;
    }

    .Cart footer .main {
        font-size: 0.9em;
    }

    .Cart .sellos {
        padding-bottom: 20px;
    }

    .Cart .sellos > * {
        word-break: break-word;
    }
}

@media (min-width: 768px) { 
    .Cart #chor {display: block !important; height: auto !important;}
}

@media (max-width: 767px){
    .Cart footer {
        margin-top: 56px;
    }

    .Cart .btfooter {
        background: #f2f2f2;
        border: 0 none;
        font-size: 1.1em;
        font-weight: 500;
        padding: 18px 15px;
        width: 100%;
        text-align: center;
        color: #676767;
    }

    .Cart .btfooter:after {
        color: #002364 !important;
        font-family: "Ionicons";
        font-size: 0.65em;
        margin: 1px 0 0 5px;
        font-weight: 600;
    }

    .Cart .btfooter:after {
        content: "\f3d0";
    }

    .Cart footer .credits .creditflex {
        flex-direction: column;
    }

    .Cart footer .credits p {
        font-size: 12px;
        line-height: 20px;
    }

    .Cart footer .main {
        border-top: 0;
        padding-top: 0;
        font-size: 1em;
        margin-top: -22px;
    }

    .Cart .sellos {
        flex-wrap: wrap;
        padding-top: 0;
        margin-top: 0 !important;
    }

    .Cart .sellos .sep:first-child, .Cart .sellos .sep:nth-child(9) {
        display: block !important;
    }

    .Cart .sellos .sep {
        transform: rotate(90deg);
        display: none;
    }

    .Cart .sellos > a, .Cart .sellos > p {
        width: 100%;
        padding-bottom: 20px;
    }

    .Cart .sellos > *:last-child, .Cart .sellos > *:nth-child(8) {
        padding-bottom: 0;
    }

    .Cart .sellos > a img {
        max-width: 220px;
    }
}

@media (max-width: 479px){
    .Cart .sellos > * {
        margin: 0 0 5px;
    }
}

/* STEPBAR *****************************************/

@keyframes myanimation {
    0% {left: 0;}
    100% {left: 50%;}
    }
    
    .stepbar {
        background-color: #ececec;
        background-size: 35px 35px;
        border-radius: 15px;
        height: 8px;
        margin: 0 auto 60px;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 0;
    }
    .stepbar::before {
        background-color: #00B4AA;
        background-size: 35px 35px;
        border-radius: 15px;
        content: " ";
        height: 8px;
        left: 0;
        position: absolute;
        width: 16.66%;
    }
    .stepbar li {
        color: #bbbbbb;
        display: block;
        font-size: 0.9em;
        font-weight: 500 !important;
        margin: 0;
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        width: 33.33%;
        float: left;
    }
    .stepbar li::before {
        background: #dddddd none repeat scroll 0 0;
        border: 2px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        height: 28px;
        left: calc(50% - 15px);
        line-height: 24px;
        position: absolute;
        text-align: center;
        top: -11px;
        width: 28px;
    }
    .stepbar li:nth-child(1)::before {content: "1";}
    .stepbar li:nth-child(2)::before {content: "2";}
    .stepbar li:nth-child(3)::before {content: "3";}
    .stepbar li:nth-child(4)::before {content: "4";}
      
    
    .stepbar li.active {
        color: #00B4AA;
        font-weight: bold;
    }
    .stepbar li.visited {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #00B4AA;
        z-index: 99999;
    }
    .stepbar li.active::before {
        background: #00B4AA none repeat scroll 0 0;
        z-index: 99999;
    }
    .stepbar li.visited::before {
        background: #00B4AA none repeat scroll 0 0;
        z-index: 99999;
    }
    .stepbar li.active::after {
        animation: 3s ease 0s normal none 0 running myanimation;
        background-color: #00B4AA;
        background-size: 35px 35px;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
        content: "";
        height: 8px;
        right: 50%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .stepbar li:first-child.active::after {
        width: 0%;
        border-radius: 50px 0 0 50px;
    }
    .stepbar li.visited::after {
        background-color: #00B4AA;
        background-size: 35px 35px;
        content: "";
        height: 8px;
        left: 50%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    
    
    @media (max-width: 767px) {
    .stepbar li::before {
        font-size: 11px;
        height: 22px;
        left: calc(50% - 10px);
        line-height: 18px;
        top: -9px;
        width: 22px;
    }
    .stepbar li {
        font-size: 11px;
        line-height: 13px;
    }

    .stepbar, .stepbar::before, .stepbar li.visited::after, .stepbar li.active::after{
        height: 5px;
    }
    }
    





/* TOTAL SECTION *****************/

#total-section {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #002364;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #222222;
    float: left;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.05em;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
#total-section > * {
    float: left;
    width: 100%;
}
#total-section span {
    float: right;
    font-size: 0.85em;
    text-align: right;
}
#total-section span strong {
    font-size: 1.2em;
    font-weight: normal;
}
#total-section .total {
    border-top: 1px solid #002364;
    font-size: 1.1em;
    margin-top: 10px;
    padding-top: 12px;
    font-weight: bold;
}
#total-section .total  span strong {font-weight: bold}
#total-section .dto {
    color: #002364;
    position: relative;
}



/* BUTTONNEXT ***************/
.buttonNext {
    clear: both;
    color: #fff;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.buttonNext > * {
    border: 0 none !important;
    box-shadow: none;
    color: #fff !important;
    display: block;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 24px 20px;
    text-decoration: none !important;
    width: 100%;
}
.buttonNext:hover > * {
    background: #00B4AA none repeat scroll 0 0;
    color: #fff !important;
}




/* globitos con mensajes *************/

/* animaciones */
@keyframes appear {  
  0% { opacity: 0; margin-top: -30px; }
  100% { opacity: 1; margin-top: 0; }
}
@-webkit-keyframes bounce {
 0%, 80%, 90%, 100% {-webkit-transform: translateY(0); opacity: 1;} 
 85% {-webkit-transform: translateY(-15px); opacity: 1;}
 95% {-webkit-transform: translateY(-5px); opacity: 1;}
}
@-moz-keyframes bounce {
 0%, 80%, 90%, 100% {-moz-transform: translateY(0); opacity: 1;}
 85% {-moz-transform: translateY(-15px); opacity: 1;}
 95% {-moz-transform: translateY(-5px); opacity: 1;}
}
 
@-o-keyframes bounce {
0%, 80%, 90%, 100% {-o-transform: translateY(0); opacity: 1;}
 85% {-o-transform: translateY(-15px); opacity: 1;}
 95% {-o-transform: translateY(-5px); opacity: 1;}
}
@keyframes bounce {
0%, 80%, 90%, 100% {transform: translateY(0); opacity: 1;}
 85% {transform: translateY(-15px); opacity: 1;}
 95% {transform: translateY(-5px); opacity: 1;}
}


/* globitos */
.globo {
    background: rgba(58, 58, 58, 0.9) none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 2px !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
    color: #ffffff;
    display: none;
    font-family: 'Open Sans' , sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.06em;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 3px #000000;
    z-index: 1;
}


.globo span {
    color: #FFE508;
    display: block;
    float: none !important;
    font-size: 1em !important;
    margin: 3px 4px 0;
    text-align: center !important;
}
.globo span strong {
    font-size: 1.3em !important;
    font-weight: 500 !important;
    margin-left: 2px;
}

#total-section:hover {cursor: pointer}

#warn1.globo {
    width: 125px;
}
/*#warn1.globo::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffed00;
    border-width: 10px 0 10px 10px;
    right: -10px;
    top: 26px;
}*/
/*#warn1.globo {
    -webkit-animation: appear 2s 3s ease-out, bounce 3.8s 5s infinite;
    animation: appear 2s 3s ease-out, bounce 3.8s 5s infinite;
}*/

/**/
#warn4.globo {
    left: calc(50% - 90px);
    max-width: 100%;
    bottom: -7px;
    width: 180px;
}
#warn4.globo::before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
#warn4.globo::before {
    border-color: rgba(58, 58, 58, 0.9) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 8px 8px 0;
    bottom: -8px;
    right: calc(50% - 7px);
}
#warn4.globo {
    -webkit-animation: appear 2s ease-out, bounce 3.8s 1s infinite;
    animation: appear 2s ease-out, bounce 3.8s 1s infinite;
}

.info_cart {
    color: #cccccc;
    cursor: pointer;
    font-family: "E3interface";
    font-size: 1.35em;
    font-weight: normal !important;
    padding: 8px;
    position: absolute;
    right: 8px;
    text-shadow: none !important;
    text-transform: none !important;
    top: 12px;
}
.info_cart:hover {color: #F7DD00}
.info_cart:hover .info {display: block;}

.info_cart:before {content: "\e04c"}
.info_cart:before {}

.info_cart .info {
    background: #ffec76 none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #000;
    display: none;
    font-family: 'Open Sans' , sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 37px;
    width: 170px;
    z-index: 1;
}
.info_cart .info:before {}

.txt1 .info:before {content: "Elegí si deseás retirar en nuestro local o que te lo enviemos a tu casa"}
.txt2 .info:before {content: "Seleccioná la forma de pago que más te convenga"}
.txt3 .info:before {content: " Completá con tus datos personales, recordá verificar antes de confirmar el pago"}

.info_cart .info::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffec76;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    height: 0;
    position: absolute;
    right: 10px;
    top: -9px;
    width: 0;
}



/*////////////////////////////////////////////////////////////////////*/
/*   INDEX                        /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/


/* CART TABLE (items)  ***************************************************/

#cart-table {
    border: 1px solid #dddddd;
    border-radius: 0;
    color: inherit;
    float: left;
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}
#cart-table .table_headers {
    background: #eeeeee none repeat scroll 0 0;
    border: none;
}
#cart-table th {
    color: #000000;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 500;
    line-height: 1em;
    padding: 12px 0;
    text-align: left;
    text-shadow: none !important;
}
#cart-table th:first-child {
    padding-left: 20px;
}
.th_img {
    font-size: 2em !important;
    opacity: 1 !important;
    text-align: center !important;
}
.th_img:before {content: "\f10f";}
.th_img:before {font-family: 'Cart2';font-weight:400;}

.right {text-align: right !important}
.right {text-align: left !important}
.center {text-align: center !important}


.pr_name {padding-right: 25px !important;}



#cart-table tr {
    background: #ffffff none repeat scroll 0 0;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 5px 0;
}
#cart-table tr td {
    line-height: 17px !important;
    padding: 20px 0;
    position: relative;
    text-align: left;
    vertical-align: top;
}
#cart-table tr .pr_image {
    height: 110px;
    padding: 0 !important;
    width: 116px;
}
#cart-table tr .pr_image img {
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 8px 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#cart-table .pr_name strong {
    color: inherit;
    display: block;
    line-height: 1.3em;
    padding: 0 10px;
    text-decoration: none;
    /*text-transform: lowercase;*/
    font-weight: normal;
}
#cart-table .pr_name span {
    color: #aaa;
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
}

#cart-table input.qty_box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    float: left;
    font-size: 0.9em;
    height: 21px;
    line-height: 19px !important;
    padding: 0;
    text-align: center;
    width: 35px;
    clear: left;
}
#cart-table a.refresh {
    color: #777777;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin-left: 6px;
    margin-top: 2px;
    position: relative;
    text-decoration: none !important;
}
#cart-table a.remove {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #a7a7a7;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    font-weight: lighter;
    margin-right: 2px;
    padding: 8px;
    text-align: center;
    text-decoration: none !important;
}
#cart-table a.refresh:hover, #cart-table a.remove:hover {color: #000;}

#cart-table a.refresh:before {content: "\e077"}
#cart-table a.remove:before {content:"\f252";}

#cart-table a.refresh:before {font-family: 'E3Interface'}
#cart-table a.remove:before {font-family: 'Ionicons'}
#cart-table tr td.vline{ /*background:url(images/cart-vline.png) no-repeat left center;*/}

#cart-table a.edit{color:#544F4B;}


#cart-table .price {
    color: #333333;
    display: block;
    float: left;
    font-size: 0.67em;
    line-height: inherit !important;
    margin: 0 0 6px;
    width: 100%;
}
#cart-table .price1 {color: #888;}
#cart-table .price span {font-size: inherit; font-weight: normal; font-size: 1.4em; float: unset;}
#cart-table .price.qty {
    font-size: 12px;
}
#cart-table .tachado {
    clear: left;
    color: #cccccc;
    float: left;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 19px;
    margin: -6px 0 6px;
}
#cart-table .tachado span {
    font-size: 1.26em;
    font-weight: normal;
}


#cart-table tr > td:last-child, #cart-table tr > th:last-child {
    padding-right: 7px !important;
}


/* TR .disc: DISCOUNT *****************/
.disc td {}
.disc .padleft {
    padding-left: 25px !important;
}




/* tabla responsive **************************/

@media only screen and (max-width: 767px) {
	
	/* Force table to not be like tables anymore */
	#cart-table table, #cart-table thead, #cart-table tbody, #cart-table th, #cart-table td, #cart-table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#cart-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#cart-table {
	    margin: 0 0 19px !important;
	}
	#cart-table tr {
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    float: left;
	    margin: 0;
	    padding: 0 !important;
	    width: 100%;
	}
		#cart-table td {
	    background: #fafafa none repeat scroll 0 0;
	    border-bottom: 1px solid #ffffff;
	    float: left;
	    font-size: 0.9em;
	    padding: 6px 5px 3px 82px !important;
	    position: relative !important;
	    width: 100%;
	}
    #cart-table tr td:nth-child(5){
        border-bottom: none;
    }
	#cart-table .table_down td {border: 0}
	
	/* table_row */
	.table_row {padding: 10px 2px 0 !important;}
	.table_row td {padding: 6px 5px 3px 82px !important;}
	#cart-table td:before {
	    background: #f4f4f4 none repeat scroll 0 0;
	    height: 100%;
	    left: 0;
	    padding: 5px 0 5px 7px;
	    position: absolute;
	    top: 0;
	    white-space: nowrap;
	    width: 80px;
	}
	#cart-table tr .pr_image {
	    width: 100%;
	    background: #fff;
	}
	
	#cart-table tr td a.refresh {
	    display: inline-block;
	    float: none;
	    margin: 0 4px 0 10px;
	}
	#cart-table tr td input.qty_box {
	    display: inline-block;
	    float: none;
	}
	#cart-table .price {
	    margin: 0 10px;
	    text-align: left;
	    width: auto;
	}
	#cart-table .tachado {
	    float: none;
	    margin-left: 10px;
	}
	#cart-table .pr_image .remove {
	    margin: 0;
	    position: absolute;
	    right: 6px;
	    top: 6px;
	}
		
	/* Label the data */
	#cart-table td:nth-of-type(1):before { content: "\f3f5"; display: none;}
	#cart-table td:nth-of-type(1):before { font-family: 'Ionicons'; font-size: 2.2em; text-align: center;}

	#cart-table td:nth-of-type(2):before { content: "Producto"; }
	#cart-table td:nth-of-type(3):before { content: "$ Unitario"; }
	#cart-table td:nth-of-type(4):before { content: "Subtotal"; }
	
	
	/* discount */
	.disc .pr_name {margin-left: 56px;}

}


@media only screen and (max-width: 479px) {
.caja {padding: 30px 16px}
#cart-table tr td a.pr_name {
    font-size: 0.9em;
    padding-bottom: 5px;
}

}








/* cupon descuento *****/
.cupon {
    float: left;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
}
.cupon .tit {
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in 0s;
    width: 100%;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.6px;
    color: black;
    font-weight: 600;
}
.card {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #222222;
    float: left;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.05em;
    line-height: 1.7em;
    margin-bottom: 10px;
    padding: 15px 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.cupon .tit.collapsed:after {content: "\f35f";}
.cupon .tit:after {content: "\f365";}
.cupon .tit::after {
    float: left;
    font-family: "Ionicons";
    font-size: 1.3em;
    margin: 0 8px 0 0;
    position: relative;
}

#cupon {
    float: left;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.cupon fieldset {
    margin: 7px 0 15px;
}
.cupon input[type="text"] {
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: 0;
    color: #000000;
    float: left;
    height: 32px;
    margin: 0 0 7px;
    padding: 0 10px;
    width: 100%;
}
.cupon .btn-default {
    background: #002364 none repeat scroll 0 0 !important;
    border: 1px solid #dddddd !important;
    border-radius: 0;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1) inset;
    height: 32px;
    line-height: 1em;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}

.cupon .btn-default:hover {
    background: #00B4AA none repeat scroll 0 0 !important;
}

#coupon-form > div {
    position: relative;
    width: 100%;
}
#coupon-form .field-validation-error, #coupon-form .field-validation-valid {
    clear: both;
    float: left;
    width: auto;
    font-size: 1.05em;
    margin: 6px 0 -21px 9px !important;
    position: relative;
}
#coupon-form .field-validation-valid {
    color: #0eb72e !important;
    height: auto !important
}
#coupon-form .field-validation-error::before, #coupon-form .field-validation-valid::before {
    float: left;
    margin: 0px 10px 0 0;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
}




@media (max-width: 479px) {
	.cupon {font-size: 1em;}
	.cupon .tit:before {margin: 7px 10px 0 -44px;}
}







/* BUTTONNEXT.guestform ***************/
.GuestForm {
    background: #eeeeee none repeat scroll 0 0;
    color: #262626;
    float: left;
    font-size: 1em;
    padding: 25px 20px;
    margin: 0 0 12px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #c7c7c7;
}
.GuestForm > h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.GuestForm > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-size: 0.9em;
    font-weight: lighter;
    line-height: 1.35em;
    margin: 0 0 16px;
    opacity: 0.8;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}
.GuestForm fieldset {
    float: left;
    width: 100%;
}
.GuestForm fieldset > input, .GuestForm fieldset > .customselect {
    float: left;
    width: 60%;
}
.GuestForm fieldset > input, .GuestForm fieldset select {
    border: 0 none;
    border-radius: 0;
    color: #6b6b69;
    font-size: 0.9em;
    height: 35px;
    margin: 0 0 2px !important;
    padding: 0 6px;
}

.buttonGuestNext {
    float: left;
    width: 100%;
}
.buttonGuestNext > input, .buttonGuestNext > button {
    border: 0;
    border-radius: 0px;
    color: #ffffff !important;
    float: left;
    font-size: 1.4em;
    font-weight: 500;
    height: 74px;
    letter-spacing: 0.02em;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans' , sans-serif;
}
.buttonNext > *, .buttonGuestNext > input, .buttonGuestNext > button {
	background: #002364 none repeat scroll 0 0;
    border-radius: 3px;
    text-align: center;
}
.buttonGuestNext input:hover, .buttonGuestNext button:hover {
    background: #00B4AA none repeat scroll 0 0 !important;
}

.buttonNext.disabled > * {
    background: #cccccc none repeat scroll 0 0;
}

.label-price{
    font-size: 19px;
    font-weight: normal;
    color: #555;
    width: auto !important;
}

.label-price + .price{
    float: left;
    font-size: 28px;
    line-height: 25px;
    font-weight: 600;
    margin: 5px 0 3px 5px;
}

.reminder{
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    letter-spacing: -0.01em;
    color: #17B2AB;
    margin-bottom: 30px;
}

/* validacion form ***********/
.validaciones {
    float: left;
    margin-top: 6px;
    padding: 0 3px;
    position: relative;
}
.validaciones span {
    color: #e02222;
    float: left;
}
.validaciones span::before {
    float: left;
    font-size: 1.2em;
    margin: 0 10px 0 0;
    position: relative;
    right: auto;
    bottom: auto;
}
.validaciones .field-validation-error::before {
    background: transparent none repeat scroll 0 0;
    font-size: 12px;
    margin-top: 1px;
}
.validaciones .field-validation-valid {
    display: none;
}



/* loginbuttons ***********/
.loginbuttons {
    float: left;
    margin-bottom: 13px;
    text-align: right;
    width: 100%;
    font-family: 'Open Sans' , sans-serif;
}
.loginbuttons a {
    color: #000000;
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: underline;
    text-transform: uppercase;
}
.loginbuttons a:hover {color: #002364;}

.loginsocials {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.loginsocials a span {display: none;}
.loginsocials a {
    float: right;
    margin-left: 7px;
    text-decoration: none;
}
.loginsocials a:before {
    font-family: "E3Interface";
    font-size: 2.4em;
}
.loginsocials .fb:before {content: "\e088"; color: #4055a8;}
.loginsocials .goo:before {content: "\e043"; color: #dc4a38;}
.loginsocials a:hover {
    opacity: 0.8;
}

.b-user {
    padding: 25px;
    font-size: 1.1em;
    background: #ffc55433;
    line-height: 1.4em;
    color: #b6180d;
    border: 1px solid #ffc55480;
    float: left;
    width: 100%;
    margin: -20px auto 30px;
    text-align: center;
    font-style: italic;
    display:none;
}
.b-user a {
    text-decoration: underline;
}


/*GUEST */
.GuestForm fieldset > input, .GuestForm fieldset select {
    border: 0 none;
    border-radius: 0;
    color: #6b6b69;
    font-size: 0.9em;
    height: 35px;
    margin: 0 0 2px !important;
    padding: 0 6px;
    width: 100%;
}

.buttonGuestNext {
    float: left;
    width: 100%;
}



/* RELATED ***************/
.Cart .related {
    float: left;
    width: 100%;
}
.Cart .related > h3 {
    font-size: 1.3em;
}
.Cart .related .box_image, .Cart .PRODUCT_BOX:hover .box_image {
    height: 140px !important;
}
.Cart .PRODUCT_BOX:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    left: 0;
    top: -20px;
    width: 100%;
}
.Cart .PRODUCT_BOX .box_data h3 {
	line-height: 1.3em;
	height: 64px !important;
	font-size: 0.8em !important;
}
.Cart .related .aviso {display: none}
.Cart .cuotas12 {margin-top: 4px}
.Cart .price_wrapper {margin: 0}
.Cart .nonavailable .price {margin-top: 5px}
.Cart .ranking {display: none !important}






/*////////////////////////////////////////////////////////////////////*/
/*   ORDER                        /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

/* PASOS DE COMPRA  ***********************************************/
.STEPS ol {
    float: left;
    width: 100%;
    padding: 0;
}
li.step {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
li.step > div {
    float: left;
    padding: 30px 22px;
    width: 100%;
}
li.step h3 {
    border-radius: 0;
    color: #002364;
    float: left;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    height: auto;
    line-height: 1.18em;
    margin: 0 0 10px;
    padding: 21px 20px 0 54px;
    position: relative;
    width: 100%;
}
li.step h3 span {
    background: #002364 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 0.75em;
    font-weight: normal;
    height: 28px;
    left: 15px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 28px;
}





.bt_modify, .bt_modify:focus {
    background: #1d1d1d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.3) inset;
    color: #ffffff !important;
    display: block;
    float: right;
    font-family: arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 1.2em !important;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 4px 9px;
    text-transform: uppercase;
}
aside .bt_modify {
    margin-right: 0 !important;
    margin-top: -30px !important;
}

#SHIPPING .bt_modify, #PAYMETHOD .bt_modify {
    border-color: #fff;
    float: right;
}
.Order #SHIPPING .bt_modify {
    margin-top: 6px;
}
.bt_modify:hover {
    background: #6c6c6c none repeat scroll 0 0;
    color: #ffffff !important;
    text-decoration: none;
}
.tit_resume {
    border-bottom: 2px solid #002364;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 0 8px;
    text-transform: uppercase;
}



@media (max-width: 767px) { 
.tit_resume {margin: 0 0 15px;}
aside .bt_modify {
    margin-top: -44px;
    padding: 3px 5px;
}

.label-price{
    font-size: 14px;
}

.label-price + .price{
    font-size: 22px;
    line-height: 18px;
}

.Cart.Order fieldset > div:nth-child(6){
    margin-top: 15px;
}
.reminder{
    font-size: 14px;
    letter-spacing: 0;
}
}

@media (max-width: 479px) {
li.step h3 {
    font-size: 1.1em;
    padding-left: 40px;
    padding-top: 12px;
}
li.step h3 span {
    height: 26px;
    left: 5px;
    line-height: 22px;
    top: 10px;
    width: 26px;
}
#SHIPPING .bt_modify, #PAYMETHOD .bt_modify {
    margin-right: -13px;
    padding: 3px 5px;
}
.cp {
    font-size: 0.85em !important;
    margin: -30px 0 7px !important;
}
.Order #SHIPPING .bt_modify {margin-top:3px;}
.info_cart {
    right: 0px;
    top: 3px;
} 
.STEPS .step label > div{
    font-size: 1em !important;
}
}






/* CART TABLE (items2)  *******************************************/

aside #cart-table {
    border: 0 none;
    margin: 8px 0 15px;
    font-size: 1.2em;
}
aside #cart-table tr:first-child {border-width: 0;}
aside #cart-table .pr_name {font-size: 0.8em}

@media (min-width: 768px) { 
aside #cart-table thead{display: none;}

aside #cart-table tr {
    background: #ffffff none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0;
    margin: 5px 0;
}
aside #cart-table tr td {
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 0.9em;
    line-height: 16px;
    padding: 14px 0 1px;
}
aside #cart-table tr td:nth-child(1) {width: 70px}
aside #cart-table tr td:nth-child(3) {width: 30px}
aside #cart-table tr td:nth-child(4) {width: 90px}

aside #cart-table tr td:last-child {
    padding-right: 10px !important;
}

aside #cart-table .table_down > td {
    background: #fff none repeat scroll 0 0;
    padding: 2px 0;
}

aside #cart-table tr td .pr_info {display: none;}
aside #cart-table tr .pr_image {
    height: 79px;
    padding: 0 !important;
}
aside #cart-table tr td .pr_name  {
    font-size: 0.85em;
}
aside #cart-table .price {
    font-size: 0.66em;
}
aside #cart-table .price span {
    font-weight: bold;
}
aside #cart-table .disc td {
    padding: 5px 0 !important;
}
}



@media (max-width: 767px) { 
.Cart aside {
    float: right !important;
    padding-top: 14px;
}
.tit_resume {margin: 0}
aside #cart-table {margin: 0}
aside #cart-table tr .pr_image {height: 110px;}
aside #cart-table tr .pr_image img {max-height: 110px;}
aside #cart-table .disc .pr_name {margin-left: 0;}
aside #cart-table td::before {font-size: 0.88em; width: 70px;}
aside #cart-table .table_down {display: none}
}






/* SHIPPING  ************************************************/

.STEPS .step ul {
    border: 0 none;
    float: left;
    width: 100%;
    font-size: 0.9em;
    padding: 0;
}
.STEPS .step ul li {
    margin: 0 0 5px !important;
    width: 100% !important;
    float: left;
    position: relative;
}
#PAYMETHOD li {}

.cp {
    float: left;
    font-family: 'Open Sans' , sans-serif;
    margin: -31px 0 24px 33px;
}
.cp > * {float: left !important; clear: left !important;}


.STEPS .step label.item {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 2px solid #eeeeee !important;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: -0.02em;
    height: auto;
    line-height: 1.4em;
    margin-right: 15px;
    padding: 15px 95px 15px 35px;
    text-align: left;
    text-transform: none;
    width: 100%;
    font-family: 'Open Sans' , sans-serif;
font-weight: bold;
}

.STEPS .step label > div {
    display: inline-block;
    margin-right: 5px;
    font-size: 1em;
    font-weight: bold;
}
#SHIPPING label .sh_price {
    color: #002364;
    font-size: 0.9em;
    font-weight: bold;
}
#SHIPPING label .sh_price strong {
    font-size: 1.2em;
    font-weight: 500;
}
.STEPS .step ul li input[type="radio"] {
    height: 13px;
    left: 15px;
    margin: 0;
    position: absolute;
    top: 25px;
    width: 13px;
}


.STEPS .step label.item:hover, .STEPS .step label.item:focus{
	border-color: #dcdcdc !important;
	
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0.4, #F9F9F9),
	color-stop(1, #DEDEDE)
);
background-image: -o-linear-gradient(bottom, #F9F9F9 40%, #DEDEDE 100%);
background-image: -moz-linear-gradient(bottom, #F9F9F9 40%, #DEDEDE 100%);
background-image: -webkit-linear-gradient(bottom, #F9F9F9 40%, #DEDEDE 100%);
background-image: -ms-linear-gradient(bottom, #F9F9F9 40%, #DEDEDE 100%);
background-image: linear-gradient(to bottom, #F9F9F9 40%, #DEDEDE 100%);
}

.STEPS .step .active > label, .STEPS .step .active > label.item:hover, .STEPS .step .active > label:hover, .STEPS .step .active label.item:focus, .STEPS .step .active label.item:hover, .STEPS .step .active label.item {
    background-color: #f1f1f1 !important;
    border-color: #002364 !important;
    color: inherit;
    cursor: default;
}
.STEPS .step .active > label.item::after {
    color: rgba(0, 0, 0, 0.6) !important;
}
.STEPS .step .active > label.item::before {
    border-color: #81bb30 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px 13px 0;
    bottom: -7px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    display: none;
}





/* iconitos derecha */
#SHIPPING label.item::after, #PAYMETHOD div.loguito::after {
    color: rgba(0, 0, 0, 0.23);
    font-size: 2.8em;
    font-weight: lighter !important;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: none !important;
    top: 16px;
    width: 60px;
}
#SHIPPING label.item.auto:after {content: "\e02c"; font-family: "E3Interface";}
#tab-pickup:after {content: "\e082" !important; font-family: "E3Interface";}
#tab-micro:after {content: "b" !important; font-family: "carro";}
#tab-moto:after {content: "i" !important; font-family: "carro";}

.oca > label.item::after {
    background: rgba(0, 0, 0, 0) url("/Content/PayMethods/oca.png") no-repeat scroll 0 0 / 100% auto;
    content: "";
    display: block;
    height: 34px;
    top: 12px !important;
    width: 71px !important;
}

#PAYMETHOD div.loguito {
    height: auto;
    line-height: 1em;
    right: 0;
    text-align: right;
    top: 8px;
}
#PAYMETHOD div.loguito:after {content: "\e066"; font-family: "E3Interface";} /*general x defecto*/
#PAYMETHOD div.loguito.cards::after {content: "d"; font-family: "carro";} /*tarjeta*/
#PAYMETHOD .paymethod_5 > .loguito::after {content: "g"; font-family: "carro";} /*contrarrembolso*/
#PAYMETHOD .paymethod_4 > .loguito:after {content: "e"; font-family: "carro";} /*retiro local*/
#PAYMETHOD .paymethod_1 > .loguito:after {content: "a"; font-family: "carro";}/*deposit transfer*/



/* SPS tarjetas de credito */
.pay-method-preference .options > * {
    float: left;
    margin: 0 4% 20px;
    max-width: 400px;
    width: 92%;
}
.pay-method-preference .options .customselect {
    margin: 2px 0 10px;
}

#PayMethodsList {
    display: inline-block;
    width: 100%;
    position: relative;
}

#PAYMETHOD .PayMethodsList > li {
    position: relative;
    margin-bottom: 15px;
    overflow: auto;
}

#PAYMETHOD .item, #PAYMETHOD .sps-options li {
    padding: 15px;
    border: 0;
    padding-left: 45px;
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    border: 2px solid #DDDDDD;
    background: linear-gradient(
180deg
,rgba(255, 255, 255, 0) 60% , #EDEDED 90%),#FFFFFF;
    box-sizing: border-box;
}

#PAYMETHOD .item {
    width: 100%;
    padding: 20px 10px 12px 45px;
    position: relative;
    float: none;
    background: linear-gradient(
180deg
,rgba(255, 255, 255, 0) 40% , #EDEDED 100%), #FFFFFF;
    border: 2px solid #DDDDDD;
    cursor: pointer;
}

#PAYMETHOD .item.active{
    cursor: auto;
}

#PayMethodsList li input {
    display: none;
}

#PAYMETHOD .item .checkmark {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px #c3c2c2;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 10px;
    top: 37%;
}

#PAYMETHOD .item.active .checkmark {
    background-color: transparent;
    border: none;
    height: auto;
    width: auto;
    border-radius: 0;
}

#PAYMETHOD .item .checkmark::before {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
        background-color: white;
}

#PAYMETHOD .item.active .checkmark::before {
    display: block;
    content: "\f375";
    font-family: "Ionicons";
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 16px;
    position: static;
    font-style: normal;
    color: #002364;
}

/* retiro sucursal pastilla gratis */
.Cart .gratis {
    background: #f8bd00 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block !important;
    font-family: 'Open Sans' , sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    height: 18px;
    line-height: 17px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    width: 60px;
}

/* oca contenido */
li.oca legend {
    border: 0 none;
    color: #555555;
    font-size: 1.1em;
    font-weight: 500;
    margin: 4px 0 9px;
    padding: 0;
    text-transform: none;
}
li.oca select {
    font-size: 1em;
}



/* tab-pane */
.STEPS .step .tab-pane {
    color: #383838;
    float: left;
    line-height: 1.4em;
    padding: 0 15px;
    transition: all 0.01ms ease 0.1s;
    width: 100%;
    font-size: 1.1em;
}
.STEPS .step .tab-pane .text {
    padding: 15px 0;
}
.STEPS .step .tab-pane h4 {
    font-size: 1.2em;
    text-decoration: underline;
}
.STEPS .step .tab-pane p {
    clear: left;
    float: left;
    margin: 0 0 5px;
}
.STEPS .step .tab-pane p strong {
    color: #444444;
    font-family: 'Open Sans' , sans-serif;
}

#PAYMETHOD label.item {
    padding-bottom: 20px;
}
#PAYMETHOD .loguito {
    height: 30px;
    position: absolute;
    right: 17px;
    top: 22px;
    width: auto;
}

#PAYMETHOD .item.active{
    border-color: #00B4AA !important;
    color: inherit;
    background: #D8FDFA;
}

.STEPS .step .tab-pane img {
    max-width: 100%;
    margin: 0 0;
}
.OP-mercadopago > span {
    clear: left;
    float: left;
    font-size: 1.2em;
    margin: 5px 0 9px;
    text-align: center;
}
.OP-mercadopago > img {
    clear: left;
    float: left;
}
.OP-mercadopago a {text-decoration: underline}

.SPS .text {
    float: left;
    margin-bottom: 20px;
}
.SPS .options > label {
    font-family: 'Open Sans' , sans-serif;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.SPS .options > .customselect {
    margin-bottom: 10px;
    max-width: 315px;
}

.Cart .tab-content {margin: 0}





/* PAYMETHOD  ************************************************/
.notapaymethod {
    float: left;
    font-size: 0.9em;
    font-style: italic;
    margin: -10px 0 24px;
    width: 100%;
}




@media (max-width: 767px) { 
.STEPS .step .tab-pane {
    padding-left: 0;
	padding-right: 0;
}
.STEPS .step ul {font-size: 0.85em}
}


@media (max-width: 479px) { 
.STEPS .step ul {font-size: 0.78em}
.STEPS .step ul li input[type="radio"] {
    left: 8px;
}
#SHIPPING label.item {
    padding-left: 26px;
    padding-right: 80px;
}
#PAYMETHOD img.loguito {
    height: auto;
    right: 13px;
    top: 28px;
    width: 73px;
}
#SHIPPING label.item::after, #PAYMETHOD div.loguito::after {font-size: 2.5em; text-align: right;}

.oca > label.item::after {
    right: 10px !important;
    top: 15px !important;
    width: 57px !important;
}

.notapaymethod {font-size: 0.8em}
}




/*////////////////////////////////////////////////////////////////////*/
/*   PREVIEW                      /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Preview .stepbar li.active::after,.Checkout .stepbar li.active::after {
    border-radius: 20px;
    width: 50%;
}

.Preview .step .bt_modify {
    margin-right: -6px;
}

#USERDATA fieldset {
    float: left;
    margin: 0 4% 15px;
    width: 92%;
}

#USERDATA fieldset .form-control {font-size: 0.97em;}


.Preview #SHIPPING, .Preview #PAYMETHOD {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-bottom: 9px;
}
.Preview #SHIPPING > h3, .Preview #PAYMETHOD > h3 {
    margin-bottom: 0;
    padding-top: 10px;
}
.Preview #SHIPPING h3 span, .Preview #PAYMETHOD h3 span {
    top: 7px;
}


.comentarios {
    font-size: 0.86em;
    float: left;
    width: 100%;
    margin: -17px 0 7px;
    background-color: #f7f7f7;
    padding: 11px 13px 2px;
    line-height: 1.3em;
}


li.step h3 small {
    float: left;
    font-size: 0.8em;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 7px;
    text-transform: none;
    width: 100%;
    font-size: 0.7em;
}
.warndisabled {
    background: #fefbe1 none repeat scroll 0 0;
    margin-top: 8px;
    padding: 15px 10px 10px;
    font-size: 0.95em;
}
.warndisabled > * {
    display: table;
    float: none;
    font-size: 1em;
    margin: 0 auto 7px !important;
    text-align: center;
}
.warndisabled a {
    font-family: 'Open Sans' , sans-serif;
    font-size: 0.97em;
    padding: 5px 20px;
    text-shadow: none;
}

.Preview #data-table {
    font-size: 0.95em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.Preview #data-table strong {font-weight: 500}


/* RESULTS */
.finalresult {
    color: #000000;
    font-size: 0.95em;
    line-height: 1.2em;
    margin: 7px 0;
    padding: 0 15px 0 53px !important;
}
.finalresult strong {
    display: block;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.finalresult strong span {
    color: inherit;
    font-size: 1.1em;
    font-style: normal;
}

#PAYMETHOD .finalresult p {margin: 0}

.finalresult img {
    float: left;
    height: 31px;
    margin: 0 10px 7px 0;
    width: auto;
}
.finalresult span {
    color: #888;
    float: left;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 5px;
}

#ship-send .RESULT {
    color: #b6180d;
    margin: 10px 0 !important;
}
#ship-send .RESULT strong {font-size: 1.2em;}



.finalresult > * {
    clear: left;
    float: left;
}

.BUTTONBUY {
    display: block !important;
    font-weight: normal;
    padding: 8px 0 8px 0;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 15px;
    margin: 25px 0 0 0;
    border-radius: 3px !important;
}

@media only screen and (max-width: 767px) {
    .BUTTONBUY {
        display: block !important;
        font-weight: normal;
        padding: 8px 0 8px 0;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: none !important;
        font-size: 15px;
        max-width: 300px;
        margin: 0 auto !important;
        border-radius: 3px !important;
    }
}

#GatewayLoader h3 {
    text-align: center;
    color: #fff;
    margin-top: 60px;
}

#GatewayLoader .loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid #fff;
    border-radius: 50%;
    border-top-color: #1030b0;
    animation: spin 1s ease-in-out infinite !important;
    -webkit-animation: spin 1s ease-in-out infinite !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* usuario logueado */

#data-table, .vdatos {
    float: left;
    width: 100%;
    margin-left: 53px;
    padding: 0 !important;
}
.vdatos {
    margin-top: 7px;
    margin-bottom: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
#data-table {
    margin-bottom: 20px;
    font-size: 0.85em;
}
#USERDATA .btn-default {
    padding: 4px 15px;
    margin: 10px 0 4px;
}


@media (max-width: 479px) { 
#data-table, .vdatos {margin: 0 5%; width: 90%; font-size: 0.9em;}
.finalresult {
    padding-left: 38px !important;
    font-size: 0.9em;
}
}



/* observcaciones */
li.step.observaciones {
    border: 0 none;
    box-shadow:none;
}
li.step.observaciones h3 {
    padding-left: 2px;
}
.observaciones .form-control {
    padding: 10px;
}
li.step.observaciones fieldset {
	float: left;
	width: 100%;
}





/*////////////////////////////////////////////////////////////////////*/
/*   PROCESS / CANCEL ORDER       /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Checkout .stepbar li.active::after {
    border-radius: 20px;
    width: 50%;
}
.Process .stepbar::before {
    width: 100%;
}

.Cart body {
    display: flex;
    flex-direction: column;
  }
  .Cart section {
    flex: 1 0 auto;
  }
  .Cart .footer {
    flex-shrink: 0;
  }

/*warranty*/
#cart-table .WARRANTY {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cart-table .mje {
    margin: 0 7px 7px -6px;
    text-align: left;
}

.mje.mje-si {
    color: #abd51d;
}

.mje.mje-no {
    color: #bf001f;
}

#cart-table .mje {
    margin: 0 7px 7px -6px;
    text-align: left;
}

.mje {
    float: left;
    margin: 1px 0 0 2px;
}

input[type="radio"], input[type="checkbox"] {
    margin: 9px 0 0;
    margin-left: 5px;
}


/*Garantía Extendida*/
.garantia-drop .default {
    padding-left: 15px;
}

.garantia-drop {
    padding: 7px 7px 7px 7px;
    background: #f3f3f3;
    margin-bottom: 15px;
}

.garantia-drop:before {
    content: "\e00e";
    float: right;
    font-family: "E3interface";
    font-size: 16px;
    margin: 2px -2px 0 -7px;
    color: #b6b6b6;
    transform: rotate(90deg);
}

.shipcontainer-garantia {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.garantia-drop .active {
    padding-left: 15px;
}

.garantia-drop .default:before {
    content: "\f122";
    padding-right: 5px;
    font-family: "Ionicons";
    font-size: 0.9em;
    font-style: normal;
}
.garantia-drop .active:before {
    content: "\f122";
    padding-right: 5px;
    font-family: "Ionicons";
    font-size: 0.9em;
    font-style: normal;
    color:#4fc761;
}

.item-result .gar-sel {
    padding-left: 15px;
}

.item-result .gar-sel:before {
    content: "\f122";
    padding-right: 5px;
    font-family: "Ionicons";
    font-size: 0.9em;
    font-style: normal;
    color:#4fc761;
}


.garantia-drop strong, .garantia-drop em {
    color: #002364;
    font-style: normal;
    padding-left: 5px;
}

@media only screen and (max-width: 767px){
.garantia-drop::after {
    background: #f4f4f4 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    padding: 12px 0 5px 7px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 80px;
    content: "Garantía";
}
.garantia-drop .default {
    padding-left: 5px;
}
.garantia-drop .active {
    padding-left: 5px;
}
.shipcontainer-garantia {
    padding-left: 5px;
}
}




/* Modal AFIP */
#Modalnovalidado ul{
    padding-left: 17px;
    margin-bottom: 10px;
}

#Modalnovalidado ul li {
    color: #002364;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    list-style: disc;
}

#Modalnovalidado .cont-table{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
}

#Modalnovalidado .cont-table + p{
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #002364;
    margin-bottom: 15px;
    line-height: 24px;
    padding-right: 11%;
}

#Modalnovalidado .cont-btn{
    display: flex;
    justify-content: flex-end;
}

#Modalnovalidado #btn-change{
    margin-right: 16px;
}

#Modalnovalidado #btn-next, #Modalnovalidado #btn-change{
    border-radius: 2px;
}

#Modalnovalidado #btn-next[disabled]{
    background-color: #676767 !important;
    opacity: 1;
}

#Modalnovalidado .modal-content{
    padding-top: 35px;
}

#Modalnovalidado .modal-header{
    background-color: #f9f9f9;
    border: 1px solid #d7d7d7;
    padding: 10px 20px;
}

#Modalnovalidado .modal-header .close{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 500;
    color: #676767;
    opacity: 0.75;
}

#Modalnovalidado .modal-body{
    border: 0;
    padding-bottom: 0;
}

#Modalnovalidado #myModalLabel{
    font-size: 19px;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #002364;
    padding: 0;
}

#Modalnovalidado #myModalLabel::before{
    font-family: "Ionicons";
    content: "\f128";
    font-size: 41px;
    vertical-align: middle;
    margin-right: 15px;
    color: #E10571;
}

.mdl_login h4 {
    font-weight: bold;
}

.row_line {
    border-top: 1px solid #6b6b6b;
    margin: 21px 0 6px;
    width: 80px;
}


@media(max-width: 479px){
    #Modalnovalidado #myModalLabel{
        font-size: 15px;
    }

    #Modalnovalidado #myModalLabel::before{
        font-size: 30px;
    }

    #Modalnovalidado ul li,
    #Modalnovalidado .cont-table + p,
    #Modalnovalidado #btn-next,
    #Modalnovalidado #btn-change{
        font-size: 14px;
    }

    .Cart #Modalnovalidado td{
        font-size: 13px !important;
    }

    #Modalnovalidado .cont-table + p{
        padding-right: 0;
    }

    #Modalnovalidado .cont-btn{
        justify-content: center;
    }
}

@media(max-width: 386px){
    #Modalnovalidado #myModalLabel::before{
        float: left;
    }
}



/* shipping : retiro en sucursal (ship-pickup) */
.ShippingSHOP h4, #USERDATA h4 {
    border: 0 none !important;
    font-weight: normal !important;
    margin: 0 !important;
    text-transform: none !important;
}
.ShippingSHOP h4 strong, #USERDATA h4 strong {
    color: #00c1ed;
    float: left;
    font-size: 1.1em;
    margin-bottom: 8px;
    text-transform: uppercase;
    width: 100%;
}

#map-container {
    background: unset !important;
    border-bottom: 2px solid #ffffff !important;
    border-top: 2px solid #ffffff !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 0 !important;
}
.map {
    padding-left: 0;
    padding-right: 0;
    margin-left:10px;
    width: calc(50% - 10px);;
}
#map {
    background: #eee none repeat scroll 0 0 !important;
    float: left !important;
    height: 320px !important;
    width: 100% !important;
}
#mapa img{max-width:100%;}
.llegar {
    background: #eee none repeat scroll 0 0;
    border: 1px solid rgba(182, 24, 13, 0.62);
    border-radius: 3px;
    color: #B6180D;
    display: block;
    float: left;
    font-size: 0.78em;
    height: 21px;
    letter-spacing: 0.03em;
    line-height: 18px;
    margin-left: 3%;
    margin-top: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 97%;
}
.llegar:hover {
    background: #B6180D;
    color: #fff;
}
#loc-list {
    font-size: 1.1em;
    height: 320px !important;
    line-height: 1.1em;
    padding:0 5px;
    overflow-x: hidden;
    overflow-y: auto;
    
}


#loc-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;

}

#loc-list::-webkit-scrollbar
{
	width: 8px;
	left:5px;
	background-color: #F5F5F5;
}

#loc-list::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #8c8a8b;
}


#loc-list > div {
    clear: left;
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#loc-list .suc-item {
    border-bottom: 1px solid #e8e8e8;
    color: #000 !important;
    float: left;
    font-size: 0.7em !important;
    line-height: 1.2em;
    padding: 10px;
    width: 100%;
}
#loc-list .suc-item.active {
    background: #fcf7d1 none repeat scroll 0 0;
    border: 2px solid #B6180D;
}
#loc-list .suc-item div {
    margin-bottom: 3px !important;
}
#loc-list .suc-item .loc-banner{
  color: #00c1ed;
}
#loc-list .suc-item .loc-banner a{
    font-weight: bolder;
    
}
#loc-list a{}
.cart-sucursales{
	border: 2px solid #e0e0e0;
    box-shadow: 0px 1px 1px whitesmoke;
    margin:0px 15px 7px 0;
    border-radius:3px;
    padding:12px 10px;
    float: left;
    width: 100%;
}
.cart-sucursales:hover,.cart-sucursales.active{
	border-color: #002364 !important;
    background:#eee ;}
    .loc-name {
        color: #000 !important;
        font-size: 0.9em !important;
        /*text-transform: uppercase;*/
    }
    .Park:before{
     content:"E";
     color:#ffffff;
     background:#B6180D;
     padding:2px 9px;
     border-radius:50%;
     margin-left:5px;
     font-size:1.2em;
 }
 .Park:hover::after{
     content:"Estacionamiento";
     position:absolute;
     display:block;
     float:right;
     top:38px;
     right:0px;
     padding:5px;
     border-radius:4px;
     color:#B6180D;
     background:#FFFFFF;
     border:solid 2px #B6180D;
 }
 .loc-apartir {
	color:#B6180D;
	font-size: 0.8em;
	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}
 .previewtCobertura{color:#B6180D!important; float:right !important; margin-left:10px; font-weight:900;}
 .loc-addr {color:#000000; font-size: 0.8em;}
 .loc-time {
    /*font-size: 0.8em;
    line-height: 1em;
    opacity: 0.5;
    color:#828181;*/
    font-size: .78em;
    line-height: 1.2em;
    opacity: .7;
    color: #828181;
}

@media (max-width: 1199px) { 
	#loc-list {font-size: 1.2em !important}
	.map{max-width:36% ;}
	.map{display:none !important;}
}
@media (max-width: 991px) { 
	.map{max-width:49% ;}

}

@media(max-width:767px){
    #loc-list {
    padding: 12px 10px;
    background:
    #dfdfdf;
    border: 1px solid
    #ccc;
    margin: -11px 0 0;
    height: 357px !important;
}
    
    .cart-sucursales {
    background: #fff;
    padding: 5px;
    margin: 0 0 10px;
    box-shadow: 0 1px 5px #00000052;
    border: 2px solid #fff;
    }
}

@media (min-width: 768px){
    .Cart label[for="IdDate"]:first-child{
        display: none;
    }
}

@media (max-width: 767px) { 
     
    .shipping-tabs li {width: 100% !important; }

    #ship-send {margin-bottom: 0;}

    #ship-send .form-group {
        display: inline;
        float: left;
        width: 100%;
    }
    #ship-send .form-group:nth-child(2) {
        margin-right: 0 !important;
    }
    #ship-send .btn {
        float: right;
        margin-right: 1%;
        width: auto;
    }
    #loc-list .suc-item {font-size: 0.67em;}

    .Cart label[for="IdDate"]:nth-child(2){
        display: none;
    }
}
@media (max-width: 479px) { 
    .shipping-tabs li span:after {
        font-size: 3.5em;
    }
    #tab-pickup:after {
        font-size: 0.75em;
        width: 45px;
    }
    .info_cart{display:none;}
    #PAYMETHOD .item, #PAYMETHOD .sps-options li {
        height: 60px;
    }
    #PAYMETHOD .item span {
        left:0 !important;
    }

    #PAYMETHOD .item .leyenda{
        left:85% !important
    }
    #SHIPPING li span:after {font-size: 2.5em}

    #ship-send .form-group {
        margin-bottom: 9px;
        margin-right: 0;
        width: 100%;
    }
    #ship-send select input, #ship-send .btn {
        height: 30px !important;
        line-height: 0;
    }
    #ship-send .btn {margin-right: 0}

    .loc-time {/*display: none*/}
    #map-container {
        margin-top: 6px;
    }
    #loc-list {
        /*height: auto !important;*/
        padding: 6px 0 2px;
    }
    #loc-list .suc-item {
        border: 2px solid #f8f8f8;
        font-size: 0.6em;
        padding: 7px;
        width: 50%;
        height: 79px;
    }
    #PAYMETHOD .checkmark {
        position: absolute;
        top: 19px;
        left: 16px;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border: solid 1px #c3c2c2;
        border-radius: 50%;
    }
    #PAYMETHOD .checkmark:before {
        top: 4px;
        left: 4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

    #Modalnovalidado #myModalLabel {
        font-size: 17px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:344px){
    #Modalnovalidado .cont-btn {
        display: block;
    }

    #Modalnovalidado #btn-next,
    #Modalnovalidado #btn-change {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width:320px){
    #loc-list .suc-item {
        height: 90px;
    }
}
@media (max-width: 390px) { 
    .shipping-tabs li span:after {
     display:none !important;
 }
}

.form-check.fac-a {
    float: left;
    display: block;
    width: 100%;
}

small#FacturaADetail {
    margin-top: 10px;
    float: left;
    width: 100%;
}

div#ship-oca5 legend {
    font-size: 14px;
    margin: 5px 0 10px 0;
}


/*Formulario INDEX*/

.Cart fieldset.validar, 
.Cart .exito, .Order .pago,
.Process .exito,
.Process .fallo {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    padding: 30px 40px;
    color: #676767;
    text-align: center;
    background-color: #f6f6f6;
}

.Cart .exito, .Order .pago{
    max-width: 650px;
}

.Cart .exito .mensaje,
.Process .exito .mensaje,
.Process .fallo .mensaje{
    font-size: 31px;
    letter-spacing: 0.01em;
    color: #17B2AB;
    font-weight: 600;
    text-align: center;
    margin: 40px 10px 30px;
}

.Process .exito .mensaje,
.Process .fallo .mensaje{
    margin-top: 80px;
}

.Process .exito p,
.Process .fallo p{
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
    color: #676767;
}

.Process .exito .mensaje::before{
    content: "\f120";
    font-family: "Ionicons";
    position: relative;
    font-size: 70px;
    display: block;
    top: -45px;
    color:#00B4AA;
}

.Process .fallo .mensaje::before{
    content: "\f128";
    font-family: "Ionicons";
    position: relative;
    font-size: 70px;
    display: block;
    top: -45px;
    color:#D70064;
}

.Cart .exito #datosAFIP{ 
    float: none;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.01em;
    color: #002364;
}

.Cart .exito h4 {
    margin: 30px auto 20px;
    font-size: 15px;
    max-width: 300px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 22px;
    color: #676767;
}

.Cart .exito input#codigo {
    margin: 0 auto 30px;
    max-width: 300px;
    border: 1px solid #bfbfbf;
    font-size: 30px;
    height: 40px;
}

.Cart .campos-requeridos {
    text-align: left;
    margin: 32px 0 15px;
}

.Cart .disable-button {
    background: gray;
    pointer-events: none;
    cursor: not-allowed;
}

.Cart .enable-button{
    pointer-events: all;
    cursor: default;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

.Cart form h1{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    color: #002364;
}

.Cart .form-group a:not(#validadatos){
    line-height: 17px;
    letter-spacing: 0.01em;
    text-decoration: underline;
    display: block;
    color: #002364;
    margin-top: 25px;
    text-align: left;
}

.Cart.Order label{
    width: 100%;
}

.Cart.Order .form-group > .form-group{
    padding-left: 0;
}

.Cart #Modalnovalidado td{
    padding: 5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #676767;
    font-size: 15px;
}

.Cart #Modalnovalidado td:first-child{
    padding-left: 0;
}

.Cart #Modalnovalidado td:last-child{
    color: #17B2AB;
}

.Cart .customselect + .field-validation-error::before, .Cart .customselect + .field-validation-valid::before{
    right: 14px;
}

@media(max-width:767px){
    .Cart fieldset.validar, .Cart .exito, .Order .pago, .Process .exito, .Process .fallo {
        padding: 30px 10px;
    }

    .Cart form h1{
        font-size: 21px;
    }

    .Cart .campos-requeridos{
        margin-top: 0;
    }

    .buttonNext > *, .buttonGuestNext > input, .buttonGuestNext > button{
        font-size: 16px;
        padding: 20px;
    }

    .Cart .exito .mensaje,
.Process .exito .mensaje,
.Process .fallo .mensaje{
    font-size: 25px;
    line-height: 30px;
}

.Cart .exito #datosAFIP{
    font-size: 15px;
}

.Cart .exito h4{
    font-size: 14px;
    line-height: 20px;
}

.Process .exito p, .Process .fallo p{
    font-size: 14px;
    line-height: 20px;
}
}