

/* normal */
@font-face {
    font-family: 'proximanova';
    src: url('/content/fonts/ProximaNova-Light.eot');
    src: url('/content/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNova-Light.woff') format('woff'),
        url('/content/fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('/content/fonts/ProximaNova-Regular.eot');
    src: url('/content/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/content/fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('/content/fonts/ProximaNova-Semibold.eot');
    src: url('/content/fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNova-Semibold.woff') format('woff'),
        url('/content/fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('/content/fonts/ProximaNova-Bold.eot');
    src: url('/content/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/content/fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova';
    src: url('/content/fonts/ProximaNova-Extrabold.eot');
    src: url('/content/fonts/ProximaNova-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNova-Extrabold.woff') format('woff'),
        url('/content/fonts/ProximaNova-Extrabold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* condensed */
@font-face {
    font-family: 'proximanova cond';
    src: url('/content/fonts/ProximaNovaCond-Light.eot');
    src: url('/content/fonts/ProximaNovaCond-Light.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNovaCond-Light.woff') format('woff'),
        url('/content/fonts/ProximaNovaCond-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.03em;
}
@font-face {
    font-family: 'proximanova cond';
    src: url('/content/fonts/ProximaNovaCond-Bold.eot');
    src: url('/content/fonts/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('/content/fonts/ProximaNovaCond-Bold.woff') format('woff'),
        url('/content/fonts/ProximaNovaCond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.03em;
}



body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.Cart div#wrap {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}


/*////////////////////////////////////////////////////////////////////*/
/*   PROCESO DE COMPRA            /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/




/* HEADER **********************************/

.Cart header {
    height: 83px;
    margin-bottom: 65px;
    z-index: 3;
    background: #f6f6f6;
    border-bottom: 1px solid #d7d7d7;
}

.p-t-15{
    padding-top: 15px !important;
}
.Cart section {
    z-index: 1;
}
.Cart aside {
    float: right !important;
}
.Cart h1 {
    color: #211F20;
    display: block;
    float: left;
    font-size: 35px;
    font-weight: 800;
    margin: 0;
    position: relative;
    transition: none 0s ease 0s;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #B5B5B5;
    height: 5px;
    margin-bottom: 30px;
}

.Cart h1 span{
    background: #fff;
    margin-top: -17px;
    left: calc(50% - 194px);
    padding: 0 30px;
    width: 500px;
    position: absolute;
    font-size: 24px;
}
.Cart h1 a:before {display: none}

.backsite a {
    color: #fff;
    display: none;
    font-size: 0.88em;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    padding-left: 17px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 25px;
    width: 200px;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    background: #0F69AB;
}
.backsite a::before {
    left: 10px;
    position: absolute;
    top: 10px;
}

.backsite a:hover {text-decoration: underline !important;}
.backsite a::before{
    content: "U";
    font-family: "dripicons-v2";
}

.agregar a::before {
    font-size: 1.2em;
    left: 9px;
    position: absolute;
    text-transform: none;
    top: 18px;
    content: "j";
    font-family: "dhs";
}
.agregar a {
    background: #21376d none repeat scroll 0 0;
    color: #ffffff;
    display: none;
    float: left;
    font-size: 0.85em;
    font-weight: 500;
    height: 49px;
    letter-spacing: 0.04em;
    line-height: 1.1em;
    padding: 12px 5px 0 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    width: 140px;
    background: rgba(255,217,0,1);
    background: -moz-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,217,0,1) 51%, rgba(239,203,0,1) 71%, rgba(213,181,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,217,0,1)), color-stop(51%, rgba(255,217,0,1)), color-stop(71%, rgba(239,203,0,1)), color-stop(100%, rgba(213,181,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,217,0,1) 51%, rgba(239,203,0,1) 71%, rgba(213,181,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,217,0,1) 51%, rgba(239,203,0,1) 71%, rgba(213,181,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(255,217,0,1) 51%, rgba(239,203,0,1) 71%, rgba(213,181,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,217,0,1) 0%, rgba(255,217,0,1) 51%, rgba(239,203,0,1) 71%, rgba(213,181,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#d5b500', GradientType=0 );
    color: #023370;
    transition: 0ms!important;
    border:1px solid #023370;
}
.agregar a:hover {background: #767676; color: #fff;border-color:#767676;}


.Index .agregar a {display: block !important}
.Order .backsite a, .Preview .backsite a, .Process .backsite a {display: block !important}



.Cart .LOGO {
    /*! border-left: 3px solid #000; */
    display: block;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    width: 218px;
    z-index: 1;
    margin-top: 18px;
}
.Cart .LOGO img {width: 100%}

.seguro {
    background: rgba(0, 0, 0, 0) url("/Content/Cart/Images/compra-seguro.png") no-repeat scroll 0 0 / 100% auto;
    display: block;
    float: right;
    height: 49px;
    margin-top: 23px;
    width: 127px;
}


@media (max-width: 991px) {
.Cart .LOGO {
    border-right: 2px solid #000;
    height: 83px;
    line-height: 72px;
    width: 200px;
}
.backsite {
    font-size: 0.9em;
}
.backsite a {
    top: 25px;
}
.seguro {
    margin-top: 19px;
}
.agregar a {}
}

@media (max-width: 767px) {
.Cart .LOGO {
    width: 178px;
}
.seguro {
    margin-top: 23px;
    width: 110px;
}
.Cart h1{
    height: 20px;
}
.Cart h1 span{
    background: #fff;
    margin-top: 0px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    position: relative;
}
.agregar a {
    font-size: 0.75em;
    height: 40px;
    padding: 9px 5px 0 19px;
    top: 20px;
    width: 107px;
}
.agregar a::before {
    font-size: 1em;
    left: 5px;
    top: 16px;
}
.backsite {
    font-size: 0.8em;
}
.backsite a {
    width: 66px;
    top: 28px;
}
.backsite a::before {}
}

@media (max-width: 479px) {
.Cart .LOGO {
    border-right: 0 none;
    float: left;
    width: 180px;
}
.seguro {display: none}
.agregar a {
    font-size: 9px;
    height: 38px;
    padding-left: 17px;
    top: 22px;
    width: 93px;
}
.agregar a::before {
    left: 4px;
    top: 14px;
}
}


/* FOOTER *****************************************/

.Cart footer .credits {}





/* STEPBAR *****************************************/

@keyframes myanimation {
0% {left: 0;}
100% {left: 50%;}
}

.stepbar {
    background-color: #ececec;
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 35px 35px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    height: 8px;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.stepbar::before {
    background-color: #8f8f8f;
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 35px 35px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    content: " ";
    height: 8px;
    left: 0;
    position: absolute;
    width: 33.33%;
}
.stepbar li {
    color: #bbbbbb;
    display: block;
    font-family: arial,sans-serif !important;
    font-size: 0.9em;
    font-weight: normal !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%;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    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";}

.Process .stepbar li:nth-child(1)::before {content: "4";}

.stepbar li.active {
    color: #21376d;
    font-weight: bold;
}
.stepbar li.visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #8f8f8f;
    z-index: 99999;
}
.stepbar li.active::before {
    background: #21376d none repeat scroll 0 0;
    z-index: 99999;
}
.stepbar li.visited::before {
    background: #8f8f8f none repeat scroll 0 0;
    z-index: 99999;
}
.stepbar li.active::after {
    animation: 3s ease 0s normal none 0 running myanimation;
    background-color: #21376d;
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 35px 35px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.stepbar li.visited::after {
    background-color: #8f8f8f;
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 35px 35px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    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: -7px;
    width: 22px;
}
.stepbar li {
    font-size: 11px;
    line-height: 13px;
}
}






/* TOTAL SECTION *****************/

#total-section {
    background: #EFEFEF none repeat scroll 0 0;
    border: 1px solid #B4AEA6;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    color: #222222;
    float: left;
    font-family: "Raleway",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 #FF7F27 ;
    font-size: 1.1em;
    margin-top: 10px;
    padding-top: 12px;
    font-weight: bold;
    text-align: right;
    font-weight: 500;
}
#total-section .total span{
     padding-left: 15px;
}
#total-section .total em{
    line-height: 27px;
    font-style: normal;
}
#total-section .total span, #total-section .total span strong{
   font-size: 1.2em !important; 
   font-weight: 500 !important;
  
}
#total-section .total span{
    color: #FF7F27!important;
}
#total-section .total  span strong {font-weight: bold}
#total-section .dto {
    color: #211F20 ;
    position: relative;
    font-weight: 600;
}
#total-section .dto span{
    font-weight: 600;
    color: #FF7F27 ;
}
#total-section .subt{
    color: #211F20 ;
    font-weight: 600;
}
#total-section .subt span{
    font-weight: 600;
    color: #FF7F27 ;
}

/* BUTTONNEXT ***************/
.buttonNext {
    color: #ffffff;
    float: left;
    position: relative;
    width: 100%;
}
/*.buttonNext::after {content: "\e064"}
.buttonNext::after {
    font-family: "E3Interface";
    font-size: 1.2em;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 17px);
    z-index: 1;
    color:#ffffff;
}*/
.buttonNext.disabled:after{
    color:#fff;
}
.buttonNext::after {content: "\e064"}
.buttonNext > * {
    border: 0 none !important;
    box-shadow: none;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}
.buttonNext:hover > * {
    background: #FF7F27 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: "Raleway",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: "Raleway",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: 50px;
    overflow: hidden;
    width: 100%;
}
#cart-table .table_headers {
    background: #eeeeee none repeat scroll 0 0;
    border: none;
}
#cart-table th {
    color: #000000;
    font-family: "Raleway",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;
}
#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;

    font-weight: 700;
    color: #0F69AB;
}
#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;
}
.button-refresh{
    background: #0F69AB;
    color: #FFFFFF !important;
    border-radius: 30px;
    border: 0 none !important;
    box-shadow: none;
    color: #ffffff !important;
    display: block;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
}
.button-refresh:hover{
    background: #FF7F27;
}
#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: #0F69AB none repeat scroll 0 0;
    /* border: 1px solid #dddddd; */
    border-radius: 0;
    color: rgb(252 252 252);
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: lighter;
    margin-right: 2px;
   padding: 7px 8px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none !important;
}
#cart-table a.refresh:hover, #cart-table a.remove:hover {color: #FFF; background:#FF7F27;}

#cart-table a.refresh:before {content: "\e077"}
#cart-table a.remove:before {content:"\e053";}

#cart-table a.refresh:before {font-family: 'E3Interface'}
#cart-table a.remove:before {font-family: 'dripicons-v2'}
#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: 1em;
    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.6em; 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 110px !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: 100px;
	}
	#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: "U$S Unitario"; }
	#cart-table td:nth-of-type(4):before { content: "Cant."; }
	
	
	/* 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 19px;
    position: relative;
    width: 100%;
}
.cupon .tit {
    cursor: pointer;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.2em;
    position: relative;
    transition: all 0.4s ease-in 0s;
    width: 100%;
    font-family: "Raleway",sans-serif;
    display: block;
}
.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: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #dddddd !important;
    border-radius: 0;
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1) inset;
    font-size: 0.9em;
    height: 32px;
    line-height: 1em;
    width: 100%;
}
.cupon .btn-default:hover {
    background: #eee none repeat scroll 0 0;
    color: #000000 !important;
}

#coupon-form > div {
    position: relative;
    width: 100%;
}
#coupon-form .field-validation-error, #coupon-form .field-validation-valid {
    clear: both;
    color: #EA0000;
    float: left;
    letter-spacing: 0.02em;
    width: auto;
    font-size: 1.05em;
    margin: 9px 0 0 2px;
}
#coupon-form .field-validation-valid {
    color: #0eb72e;
}
#coupon-form .field-validation-error::before, #coupon-form .field-validation-valid::before {
    float: left;
    margin: 1px 10px 0 0;
    position: relative;
    right: auto;
    top: auto;
}
#coupon-form .field-validation-valid:before {content: "\f122"; font-family: "Ionicons";}




@media (max-width: 479px) {
	.cupon {font-size: 1em;}
	.cupon .tit:before {margin: 7px 10px 0 -44px;}
}







/* BUTTONNEXT.guestform ***************/
.GuestForm {
    background: #444444 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 1em;
    padding: 35px 20px;
    margin: 0 0 12px;
    width: 100%;
    border-radius: 0;
}
.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: 40%;
}
.buttonGuestNext > input, .buttonGuestNext > button {
    border: 0;
    border-radius: 0;
    color: #ffffff !important;
    float: left;
    font-size: 1.1em;
    font-weight: 600;
    height: 74px;
    letter-spacing: 0.02em;
    margin-left: 5%;
    margin-top: -38px;
    padding: 0;
    text-transform: uppercase;
    width: 95%;
}
.buttonNext > *, .buttonGuestNext > input, .buttonGuestNext > button {
    background: #0F69AB;
    color: #FFFFFF !important;
    border-radius: 30px;
}
.buttonGuestNext input:hover, .buttonGuestNext button:hover {
    background: #008da0 none repeat scroll 0 0 !important;
    color:#fff!important;
}

.buttonNext.disabled > * {
    background: #cccccc none repeat scroll 0 0;
    color:#fff!important;
}

#cart-table .QUANTITY .spinner-cart {
    display: block;
    float: left;
    min-width: unset;
    font-weight: 300;
    padding: 0;
    position: relative;
    width: 100%;
    font-family: "Ionicons";
}

#cart-table .QUANTITY .spinner-cart .sp-buttons {
    display: flex;
}

#cart-table .QUANTITY .spinner-cart .sp-buttons > .btn {
    border-radius: 0;
    display: block;
    float: left;
    height: 32px;
    border: 1px solid #d7d7d7;
    width: 33px;
    padding: 0;
    font-size: 22px;
    min-width: auto;
    background-color: #fbfbfb;
}

#cart-table .QUANTITY .spinner-cart .sp-buttons > .btn.sp-down, #cart-table .QUANTITY .spinner-cart .sp-buttons > .btn.sp-down-cart{
    border-right: 0;
}

#cart-table .QUANTITY .spinner-cart .sp-buttons > .btn.sp-up, #cart-table .QUANTITY .spinner-cart .sp-buttons > .btn.sp-up-cart{
    border-left: 0;
}

#cart-table input.qty_box {
    border-radius: 0;
    float: left;
    font-size: 16px;
    color: black;
    height: 35px;
    line-height: 20px !important;
    padding: 0;
    text-align: center;
    width: 39px;
    clear: left;
    border-style: solid;
    border-width: 1px 0;
    border-color: #ffffff;
}

/* validacion form ***********/
.validaciones {
    float: left;
    margin-top: 6px;
    padding: 0 3px;
    position: relative;
}
.validaciones span {
    color: #ffffff;
    float: left;
}
.validaciones span::before {
    float: left;
    font-size: 1.2em;
    margin: 0 10px 0 0;
    position: relative;
    right: unset;
}
.validaciones .field-validation-error::before {
    background: transparent none repeat scroll 0 0;
    font-size: 12px;
    margin-top: -2px;
}



/* loginbuttons ***********/
.loginbuttons {
    float: left;
    margin-bottom: 13px;
    text-align: right;
    width: 100%;
    font-family: "Raleway",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: #f06703;}

.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;
}






/* 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%;
    padding-bottom: 15px;
}
li.step > div {
    float: left;
    padding: 5px 20px;
    margin-left: 0!important;
    margin-right: 0!important;
    width: 100%;
}
li.step h3 {
    border-radius: 0;
    color: #0f69ab;
    float: left;
    font-family: "Raleway",sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.06em;
    line-height: 1.18em;
    margin: 0 0 10px;
    padding: 20px 20px 0 20px;
    position: relative;
    width: 100%;
}
li.step h3 span {
    background: #a9e4ff none repeat scroll 0 0;
    border: 2px solid #023370;
    border-radius: 100%;
    color: #023370;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    height: 28px;
    left: 15px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 28px;
    padding-left:2px;
}





.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 #FF7F27;
    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;
}
li.step h3 {font-size: 1.2em;}
}

@media (max-width: 479px) {
li.step h3 {
    font-size: 1.1em;
    padding-left: 40px;
}
li.step h3 span {
    height: 26px;
    left: 5px;
    line-height: 22px;
    top: 10px;
    width: 26px;
}
#SHIPPING .bt_modify, #PAYMETHOD .bt_modify {
    font-size: 0.78em;
    letter-spacing: 0;
    margin-right: -7px;
    padding: 3px 5px;
}
.cp {
    font-size: 0.85em !important;
    margin: -30px 0 7px !important;
}
.Order #SHIPPING .bt_modify {margin-top:3px;}
}






/* 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: 1px 0 1px;
}
aside #cart-table tr td:nth-child(1) {width: 70px}
aside #cart-table tr td:nth-child(3) {width: 140px;
    text-align: center;}
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;
}
.qty{
    margin-bottom: 10px;
    font-size: 12px;
}
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: 95px;}
#cart-table tr td .qty{padding-left: 10px;}
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: "Raleway",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: 400;
    letter-spacing: -0.02em;
    height: auto;
    line-height: 1.4em;
    margin-right: 15px;
    padding: 15px 35px 15px 15px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 100%;
    font-family: "Raleway", sans-serif;
}

.STEPS .step label > div {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.1em;
}
#SHIPPING label .sh_price {
    color: #FF7F27;
    font-size: 0.9em;
    font-weight: lighter;
}

#SHIPPING label .sh_price strong {
    font-size: 1.2em;
    font-weight: 500;
}
.STEPS .step ul li input[type="radio"] {
    height: 13px;
    right: 15px;
    margin: 0;
    position: absolute;
    top: 19px;
    width: 13px;
}


.STEPS .step label.item:hover, .STEPS .step label.item:focus{
	border-color: #F6F6F6 !important;
	
}

.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 {
    
    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;
    display: none  !important;
}
#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: 10px 4% 30px;
    max-width: 400px;
    width: 92%;
}
.pay-method-preference .options .customselect {
    margin: 2px 0 10px;
}



/* retiro sucursal pastilla gratis */
.Cart .gratis {
    background: #FF7F27 none repeat scroll 0 0 !important;
    border-radius: 0;
    color: #ffffff;
    display: inline-block !important;
    font-family: "Raleway",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: #666666;
    float: left;
    line-height: 1.4em;
    padding: 10px 16px 25px;
    transition: all 0.01ms ease 0.1s;
    width: 100%;
}
.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: "Raleway",sans-serif;
}

#PAYMETHOD label.item {
    padding-bottom: 20px;
}
#PAYMETHOD .loguito {
    height: 30px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: auto;
}

.STEPS .step .tab-pane img {
    max-width: 100%;
    margin: 10px 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: "Raleway",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;
}
.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"] {
    right: 8px;
}
#SHIPPING label.item {
    padding-left: 26px;
    padding-right: 80px;
}
#PAYMETHOD img.loguito {
    height: auto;
    right: 13px;
    top: 16px;
    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 {
    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;
}


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%;
}
.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: "Raleway",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 20px !important;
}
.finalresult strong {
    display: block;
    font-family: "Raleway",sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    
}

.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 {
    float: left;
    margin-top: 5px;
}

#ship-send .RESULT {
    color: #0068a9;
    margin: 10px 0 !important;
}
#ship-send .RESULT strong {font-size: 1.2em;}



.finalresult > * {
    clear: left;
    float: left;
}




/* validacion css */
.input-validation-error {
    border-color: #cccccc #cccccc #FF7F27;
    border-width: 1px 1px 2px;
}
.field-validation-error {
    color: #FF7F27;
    float: left;
    font-size: 0.88em;
    line-height: 1.2em;
    margin: 7px 0 0;
    width: 100%;
    font-style: italic;
}
.field-validation-error:before {content: "\f12a";}
.field-validation-error::before {
    float: left;
    font-size: 14px;
    margin: -1px 8px 0 0;
    position: relative;
    right: unset;
    font-family: "Ionicons";
    line-height: 18px;
    z-index: 1;
    font-style: normal;
}
fieldset [disabled] {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #bbbbbb;
}


/* 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;
}
li.step > div.vdatos{
    margin-left: 20px !important;
}
#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 10%;  width: 100%; 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%;
}

.selector-qty, .selector-qty:focus{
    border-radius: 30px 0 0 30px!important;
    border: solid 1px #0F69AB!important;
    margin-left: calc(50% - 75px)!important;
    width: 60px!important;
}

.cant-refresh{
    height: 35px;
    padding: 8px 15px;
    border-radius: 0 30px 30px 0;
    background: #d6eeff9e;
    margin-left: 0!important;
    margin-top: 0!important;
    border: solid 1px #0F69AB;
}

.cant-refresh:hover{
    background: #0F69AB;
}


/*////////////////////////////////////////////////////////////////////*/
/*   PROCESS / CANCEL ORDER       /////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

.Process .stepbar li {
    width: 100%;
}
.Process .stepbar li.visited::after {
    border-radius: 20px;
    left: 0;
    width: 100%;
}









