/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/*----------------------*/
/*        FOOTER        */
/*----------------------*/

.footer {
    background-color: #434343;
    background-position: center;
}
.footer .tag {
    float: none;
    margin-right: 0;
    margin-left: 0;
}
.footer .footer-top {
    padding: 35px 0px 25px 0px;
}
.footer .social {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer .footer-top {
        padding: 0px !important;
        margin-top: 20px;
    }
    .footer .footer-top img {
        width: 160px;
        margin-top: 20px;
    }
    .footer .soc-icons {
	 	  text-align: center !important;	    
    }
    .footer .soc-icons a {
        margin-bottom: 0px !important;
    }
}
.footer .heading {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 767px) {
    .footer .footer-top .heading {
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }
}
.footer .latest-wrap {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .footer .latest-wrap {
        float: left;
        width: 50%;
    }
}
.footer .latest-wrap .title {
    text-transform: uppercase;
    sans-serif;
    margin-bottom: 7px;
}
.footer .latest-wrap .title a {
    color: #fff;
}
.footer .latest-wrap .title a:hover {
    text-decoration: none;
    color: #0081C9;
}
.footer .latest-wrap .img {
    float: left;
    margin-right: 11px;
    width: 77px;
    height: 67px;
}
@media (max-width: 767px) {
    .footer .latest-wrap .img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer .payment-list li {
        font-size: 18px !important;
    }
    .footer .payment-list li p {
        font-size: 12px !important;
    }
}
.footer .latest-wrap .date {
    font-size: 12px;
    color: #0081C9;
}
.footer .latest-wrap .link {
    font-size: 12px;
    sans-serif;
    font-style: italic;
    text-transform: lowercase;
    color: #ECEFF1;
}
.footer .latest-wrap .link:hover {
    text-decoration: none;
    color: #0081C9;
}
.footer .soc-icons {
    padding-top: 0;
    padding-left: 0;
    text-align: left;
}
.footer .soc-icons a {
    color: #d0d1e0;
    display: inline-block;
    margin-bottom: 20px;
}
.footer .soc-icons a:hover {
    color: #0081C9;
    text-decoration: none;
}
.footer .soc-icons a:hover .fa {
    color: #0081C9;
}
.footer .soc-icons a img {
    width: 30px;
}
.footer .contact {
    font-size: 16px;
    color: #b9bac8;
}
.footer .contact a {
    color: #b9bac8;
}
.footer .contact a:hover {
    text-decoration: none;
    color: #0081C9;
}
.footer .contact a:hover i {
    color: #0081C9;
}
.footer .contact i {
    color: #858585;
}
.footer .contact i:before {
    margin-left: 0;
    margin-right: 12px;
    font-size: 18px;
}
.footer .footer-bottom {
    padding: 0px;
}
@media (max-width: 991px) {
    .footer .footer-bottom {
        margin-top: 50px;
    }
}
.footer .copyrigh {
    font-size: 13.5px;
    color: #d0d1e0;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .footer .footer-bottom .copyrigh {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
.footer .footer-menu {
    float: left;
    padding: 0px;
}
@media (max-width: 767px) {
    .footer .footer-menu {
        padding: 0;
        margin-left: 0;
    }
    .footer .footer-menu {
        float: none;
        text-align: center;
        padding: 0;
        margin-left: 0;
    }
}
.footer .footer-menu .menu-item {
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    list-style-type: none;
    margin-left: 27px;
    margin-top: 10px;
}
.footer .footer-menu .menu-item:first-child {
    margin-left: 0px;
}
@media (max-width: 1199px) {
    .footer .footer-menu .menu-item {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .footer .footer-menu .menu-item {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .footer .footer-menu .menu-item {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media (max-width: 420px) {
    .footer .footer-menu .menu-item {
        margin-left: 7px;
        margin-right: 7px;
        font-size: 13px;
    }
}
.footer .footer-menu .menu-item a {
    color: #ccc;
    font-size: 15px;
}
.footer .footer-menu .menu-item a:hover {
    text-decoration: none;
    color: #0081C9;
}
.footer .footer-menu.classic {
    padding: 0;
    float: none;
}
.footer .footer-menu.classic .menu-item {
    display: block;
    font-size: 16px;
    margin-left: 0;
    text-align: left;
}
@media (max-width: 991px) {
    .footer .footer-menu.classic .menu-item {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .footer .footer-menu.classic .menu-item {
        text-align: center;
        font-size: 13px;
    }
}
.footer .copy-footer {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin: 0;
    font-size: 13px;
}
.footer .copy-footer a {
	color: #fff;
}
.footer .container-fluid {
	background-color: #333;
}
.telefono-footer span.atencion {
    color: #fff;
    font-weight: bold;
}
.telefono-footer p {
    color: #d8d8d8;
    font-size: 12px;
}
.telefono-footer span.telefono {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
ul.payment-list {
    padding: 0;
    float: right;
    margin: 0;
}
.payment-list li {
    float: left;
    margin: 0 5px;
    list-style: none;
    padding: 10px 0;
    color: #fff;
}
.payment-list li p {
	margin: 0;
}
.payment-list li > img {
    height: 24px;
    margin-top: -4px;
}

/*----------------------*/
/*       MAIN HEADER    */
/*----------------------*/
.main-header {
    font-size: 12px;
    background-color: #f1f1f1;
    background-color: #0081C9;
    padding-top: 6px;
    padding-bottom: 3px;
}
.main-header .dropdown {
    display: inline-block;
}
@media (max-width: 767px) {
    .main-header {
        display: none;
    }
}
.main-header .header-info {
    display: inline-block;
    width: 100%;
}
.main-header .col-sm-8 {
    padding: 7px 15px;
}
.main-header .header-info .cart {
    font-size: 16px;
    font-weight: 900;
}
@media (max-width: 767px) {
    .main-header .header-info {
        padding-left: 0;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .main-header .header-info {
        padding-left: 0;
    }
}
.main-header .header-info a {
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.main-header .header-info li a {
	color: #444;
}
.main-header .header-info a:last-child {
    margin-right: 0;
}
.main-header .header-info a i {
    color: #0081C9;
    color: #fff;
}
.main-header .header-info a.phone {
    color: #0081C9;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .main-header .header-info a {
        font-size: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .main-header .header-info a {
        padding-top: 5px;
        display: inline-block;
    }
}
.main-header .header-info a:hover {
    text-decoration: none;
    color: #94a0bc;
}
.main-header .header-info .fa {
    padding-right: 5px;
}
.main-header .header-info .fa.fa-mobile {
    font-size: 16px;
}
.main-header .header-info .fa img {
    margin-top: -4px;
}
.main-header .header-info.classic {
    padding-left: 0;
}
.main-header.classic {
    border: none;
    background-color: #192024;
    padding-top: 22px;
    padding-bottom: 19px;
    z-index: 9;
    position: relative;
}
.header-info .pull-right>.dropdown-menu {
    right: 275px;
    left: auto;
}
@media (max-width: 991px) {
    .main-header.classic .soc-icons {
        margin-top: 6px;
    }
    .header-info  .pull-right>.dropdown-menu {
	    right: 212px;
	    left: auto;
	 }
}
section#header {
	padding-top: 0;
}
section#main-body{
    margin: auto
}
section#main-menu, .navbar-main {
    background-color: #0081c9 !important;
}
.chatmovil{display:block;position:fixed;width:65px;height:65px;right:0;transition:all, 0.35s;z-index:1000;top:88%;background-color:#449d44;border-radius:50%;}
.chatmovil i{font-size:35px;display:block;text-align:center;padding:12px 0;color:#fff;text-decoration:none;}
.chatmovil a:hover {
	text-decoration: none;
}

/*-------------------------*/
/*       PROCESO COMPRA    */
/*-------------------------*/
.procesocompra > ul.pasoscompra {
	 padding: 0;
    max-width: 100%;
}
.pasoscompra li {
    box-shadow: 0 -2px 0 #ccc inset;
    color: #ccc;
    float: left;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;
    position: relative;
    width: 31%;
    list-style-type: none;
}
.pasoscompra li.paso2 {
	    margin: 0 3% 0 3%;
}
.pasoscompra li.active {
    box-shadow: 0 -2px 0 #444 inset;
    color: #444;
}
#order-modern .domainoptions {
    background-color: none !important;
    border: none !important;
    border-radius: 0 !important;
}
#order-modern .domainoptions .option {
	background-color: #f8f8f8;
	border-radius: 6px !important;
	margin-bottom: 20px;
	padding: 16px 20px;
	border: 1px solid #DDDDDD !important;
}
#order-modern .domainoptions .optionselected {
    background-color: #efefef !important;
    border: 2px solid #0081c9 !important
}
#order-modern .domain-fade-out > p {
    font-size: 13px;
}
.titulo-paso1 {
	margin-top: 40px;
}
.titulo-paso1 h1 {
	color: #444;
   font-size: 23px;
}
.titulo-paso1 p {
	font-size: 15px;
}
.cart-new {
    border-bottom: 2px solid #0081c9;
    width: 100%;
}
.cabecera-productos {
    background-color: #0081c9;
}
.cabecera-productos > th {
    color: #fff;
    padding: 8px;
    text-align: center;
}
#order-modern table.cart-new tr td {
	padding: 5px;
}
.carttableproduct i {
    padding: 0 5px;
}
.carttableproduct i.fa.fa-times {
    color: #d9534f;
}
.carttableproduct .configopciones {
    font-size: 13px;
}
.carttableproduct .item-domain {
    font-size: 13px;
    font-weight: bold;
}

.total-pedido {
	border-bottom: 2px solid #666;
}
.total-pedido tr {
	background-color: #f8f8f8;
}
.total-pedido tr.cabecera-pedido {
    background-color: #666;
}
.cabecera-pedido > th {
    color: #fff;
    padding: 8px;
    text-align: center;
}
.total-pedido td {
    font-size: 13px;
}
.total-pedido .subtotal, .total-pedido .promotion {
    border-bottom: 1px solid #c9c9c9;
}
.total-pedido .total span {
    text-align: right;
}
.total-pedido .total span strong {
	font-size: 31px;
}
#order-modern .cartbuttons {
	width: 46% !important;
}
#order-modern .signupfields.padded.descuento {
    border: medium none;
    padding: 0;
}
#order-modern .signupfields.padded.descuento h2 {
	font-size: 20px;
}
#order-modern .signupfields.padded.metodos-pago {
    border: medium none;
    padding: 0 15px 15px;
}
.signupfields.padded.metodos-pago > h2 {
    background: #0081c9 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 13px;
}
.metodos-pago .pago {
    padding: 0;
    width: 100%;
}
.metodos-pago .pago > input {
    float: left;
    margin: 0;
    position: relative;
}
.metodos-pago .pago {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    margin: 1%;
    min-height: 145px;
    padding: 20px;
    width: 47%;
}
.metodos-pago .tipopago h3 {
    font-size: 22px;
}
.metodos-pago .tipopago span i {
    color: #555;
    font-size: 45px;
    margin: 0 5px;
}
.metodos-pago .pago.activopago {
    background-color: #e4e4e4;
    border: 2px solid #0081c9;
}

#order-modern .signupfields.padded.notas {
    border: medium none;
    padding: 0;
}
.signupfields.padded.notas > h2 {
    background: #0081c9 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 13px;
}
h2.sus-datos {
    background: #0081c9 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    margin: 0 0 25px;
    padding: 13px;
}

#order-modern .signupfields {
	border: none !important;
}
#order-modern .signuptype {
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
}
#order-modern .signuptype.active {
	background-color: #0081c9 !important;
	color: #fff;
}
@media (max-width: 767px) {
	.metodos-pago .pago {
		width: 98%;
		margin: 0;
		margin-bottom: 15px;	
	}
	.pasoscompra li {
		width: 98%;
    	margin: 0 !important;
    	margin-top: 10px !important;	
	}
}



.togglescart {
width:60px;
margin:50px auto;
text-align:center;
}
.togglescart .ios-toggle,.ios-toggle:active{
position:absolute;
top:-5000px;
height:0;
width:0;
opacity:0;
border:none;
outline:none;
}
.togglescart .checkbox-label{
display:block;
position:relative;
padding:10px;
margin-bottom:20px;
font-size:12px;
line-height:16px;
width:100%;
height:36px;
/*border-radius*/
-webkit-border-radius:18px;
   -moz-border-radius:18px;
        border-radius:18px;
background:#f8f8f8;
cursor:pointer;
}
.togglescart .checkbox-label:before{
content:'';
display:block;
position:absolute;
z-index:1;
line-height:34px;
text-indent:40px;
height:36px;
width:36px;
/*border-radius*/
-webkit-border-radius:100%;
   -moz-border-radius:100%;
        border-radius:100%;
top:0px;
left:0px;
right:auto;
background:white;
/*box-shadow*/
-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
   -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.togglescart .checkbox-label:after{
content:attr(data-off);
display:block;
position:absolute;
z-index:0;
top:0;
left:-300px;
padding:10px;
height:100%;
width:300px;
text-align:right;
color:#bfbfbf;
white-space:nowrap;
}
.togglescart .ios-toggle:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.togglescart .ios-toggle:checked + .checkbox-label:before{
left:calc(100% - 36px);
/*box-shadow*/
-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
   -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
        box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.togglescart .ios-toggle:checked + .checkbox-label:after{
content:attr(data-on);
left:60px;
width:36px;
}
/* GREEN CHECKBOX */

.togglescart #checkbox1 + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
   -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
        box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
.togglescart #checkbox1:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.togglescart #checkbox1:checked + .checkbox-label:after{
color:rgba(19,191,17,1);
}

/* Toogle IOS */

.togglesios input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
.togglesios input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
.togglesios input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.togglesios input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.togglesios input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.togglesios input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
.togglesios input[type="checkbox"].ios8-switch:checked + label:before {
    background: #55D069;
}
.togglesios input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
.togglesios input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}
.togglesios input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
.togglesios input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
.togglesios input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.togglesios input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}
.marketing-email-optin {
    background: #f9f9f9;
    padding: 20px 20px 40px 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background: url(/templates/six/img/background-newsletter2.jpg);
    background-size: 100% 100%;
}
img.newsch {
    height: 255px;
    position: absolute;
    top: -77px;
}
.comunicados td {
	padding: 10px;
}
.comunicados {
	padding: 20px;
	overflow: auto;
}
.affamigo {
	display: none;
}
.iconventaja img {
    width: 35%;
    display: block;
    margin: 0 auto;
}
.textoventaja {
    text-align: center;
}
.separador-ventajas {
    background: #f9f9f9;
    padding: 25px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -46px;
}