/* Error de minimización. Devolviendo el contenido no minimizado.
(2441,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2442,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2507,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(2536,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(6023,32): run-time error CSS1036: Expected expression, found '['
(6024,29): run-time error CSS1036: Expected expression, found '['
(6090,32): run-time error CSS1036: Expected expression, found '['
(13714,24): run-time error CSS1038: Expected hex color, found '#FFFF'
(14072,21): run-time error CSS1038: Expected hex color, found '#0003'
 */
#modal-search-predictive {
	top: 0px;
}
#modal-search-predictive .modal-dialog {
    width: 100%;
    margin: 0;
    padding: 0
}

#modal-search-predictive .modal-content {
    height: auto;
    border-radius: 0;
    background: #F6F6F6
}

#modal-search-predictive .modal-header {
    background: #F6F6F6;
    justify-content: space-between
}

#modal-search-predictive .modal-header .close {
    order: 3;
    width: 10%;
    padding: 0;
}

#modal-search-predictive .modal-header .close::before {
    color: #a8a3a3;
    height: auto;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    top: -10px;
}

/* iPhone X, 11 Pro, 12, 13, 14 */
/* @media only screen  */
  /* and (min-device-width: 375px)  */
  /* and (max-device-width: 414px)  */
  /* and (-webkit-min-device-pixel-ratio: 3) { */
	/* #modal-search-predictive .modal-header .close::before { */
		/* top: 10px; */
	/* } */
/* } */
@media only screen and (max-width: 480px) {
	#modal-search-predictive .modal-header .close::before {
		top: 10px;
	}
}

#modal-search-predictive .SEARCH_BOX {
    order: 2;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#modal-search-predictive .SEARCH_BOX form {
    width: 70%
}

#modal-search-predictive .modal-header {
    height: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    line-height: 23px;
    padding: 20px 20px 10px;
}
#modal-search-predictive .navbar-header {
    height: auto;
    order: 1;
    width: auto
}

#modal-search-predictive #container-predictive .category_container,#modal-search-predictive #container-predictive .contect-products {
    padding-top: 10px
}

#modal-search-predictive #result-predictive {
    max-height: 570px
}

#modal-search-predictive #result-predictive .title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #002d73
}

#modal-search-predictive #container-predictive .box_image {
    max-height: 120px
}

#modal-search-predictive .contect-products .product_list .row {
    overflow-x: auto;
    display: flex
}

#modal-search-predictive ul {
    overflow: auto
}

#modal-search-predictive ul li {
    flex: none
}

#modal-search-predictive .category_container a {
    font-size: 17px;
    line-height: 32px
}

#modal-search-predictive .category_tree_predictive {
    margin-top: 10px
}

#container-predictive .withoutResult {
    text-align: center
}

#container-predictive .img-alert {
    max-width: 85px;
    width: auto
}

#container-predictive h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 27px;
    color: #4b8af1
}

#container-predictive .btnViewAll {
    margin: 20px
}

#modal-search-predictive .btnViewAll button,#modal-search-predictive .btnViewAll a {
    background: #0054C8!important;
    display: initial;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    max-width: max-content;
    border: none;
    border-radius: 100px;
}

.banner-search-popular {
    order: 4;
    width: 100%;
    margin-top: 15px;
}
.banner-search-popular .search-predic {
    color: #fff;
}

.banner-search-popular .predic-title {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 27px;
    text-align: center;
    color: #000;
    padding: 0 0 2px;
}
.banner-search-popular ul.items-search {
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.banner-search-popular ul.items-search li {
    border: 1px #000 solid;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 0.9em;
    font-weight: 600;
}
.footer-container {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#modal-search-predictive .owl-nav>div {
    font-size: 2.14em;
}

@media(max-width: 991px) {
    #modal-search-predictive #result-predictive {
        max-height: inherit
    }

    #modal-search-predictive .LOGO {
        margin: 10px 0 0!important
    }

    #modal-search-predictive ul li {
        text-align: center;
    }
    .banner-search-popular ul.items-search {
        justify-content: flex-start
    }
    
}

@media only screen and (max-width: 1200px) {
    #modal-search-predictive .modal-header {
        height:225px;
        padding: 0 15px;
    }

    #modal-search-predictive .modal-header .close {
        width: 5%
    }
}

@media (max-width: 991px){
    #modal-search-predictive #result-predictive .title {
        justify-content: center
    }
}

@media (max-width: 767px){
    #modal-search-predictive .SEARCH_BOX {
        position: unset !important;
    }
}

@media(max-width: 588px) {
    #modal-search-predictive .modal-header .close {
        width:5%;
        position: absolute;
        top: -10px;
        right: 25px
    }

    #modal-search-predictive .SEARCH_BOX {
        width: 100%
    }
}

@media(max-width: 479px) {
    .hidden-xs {
        display:none
    }

    #modal-search-predictive .modal-header {
        height: 260px
    }
    #modal-search-predictive .modal-body {
        margin: 0;
        padding: 0;
    }

    #modal-search-predictive #container-predictive .box_image img {
        max-width: 120px
    }

    #modal-search-predictive #container-predictive .Result .title {
        background: #fff none repeat scroll 0 0;
        width: 100%!important
    }

    #modal-search-predictive .category_tree_predictive {
        border-top: 1px #000 silver;
        margin-top: 0
    }

    #modal-search-predictive #result-predictive .title {
        line-height: 27px!important;
        height: auto!important
    }

    #modal-search-predictive .category_container a {
        line-height: 40px
    }

    #modal-search-predictive .SEARCH_BOX form {
        width: 100%
    }

    #modal-search-predictive ul {
        justify-content: normal!important
    }

   #related-predictive.owl-carousel .owl-stage {
        left: -30px !important;
    }

}

@media (max-width: 359px){
    #related-predictive.owl-carousel .owl-stage {
        left: -60px !important;
    }

}

/*Start - Animacion Modal Predictive*/
.animModalOff{
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;

    animation-name: AnimClose;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
}
@keyframes AnimClose {
    from {opacity:1;left:0%;}
    to {opacity:0;left:100%;}
}
.animModalOn{
    width: 100%;
    display: block;
    position: absolute;
    z-index: 10;

    animation-name: AnimInit;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
}
@keyframes AnimInit {
    from {opacity:0;left:100%;}
    to {opacity:1;left:0%;}
}
/*1°*/
#modal-search-predictive .LOGO{
    opacity: 0;
    animation: FadeInX 0.5s ease-in-out 0.5s forwards;  
}
/*2°*/
#modal-search-predictive .SEARCH_BOX fieldset{
    opacity: 0;
    animation: FadeInX 0.5s ease-in-out 0.7s forwards; 
}
/*3°*/
.banner-search-popular .search-predic{overflow: hidden;}
.animModalOn .predic-title{
    opacity: 0;
    animation: FadeInX 0.5s ease-in-out 0.7s forwards;
}
/*4°*/
.animModalOn .predic-cats-conten{
    opacity: 0;
    animation: FadeInX 0.5s ease-in-out 1s forwards;
}
@keyframes FadeInX {
    from {opacity:0;transform: translate(20px, 0px);}
    to {opacity:1;transform: translate(0px, 0px);}
}
@keyframes FadeInY {
    from {opacity:0;transform: translate(0px, 20px);}
    to {opacity:1;transform: translate(0px, 0px);}
}
/*End - Animacion Modal Predictive*/

@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {   
}
@media (max-width: 991px) {    
}
@media (max-width: 767px) {    
}
@media (max-width: 479px) {    
}

/* FIXES  ************************************************************************
**********************************************************************************
**********************************************************************************/


/* ocultar el spin flechitas en campo numerico */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


/* FUENTES  **********************************************************************
**********************************************************************************
**********************************************************************************/
 
@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-bold.eot');
  src: url('/content/fonts/dinpro/dinpro-bold.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-medium.eot');
  src: url('/content/font/dinpro/dinpro-medium.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-medium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'dinpro';
  src: url('/content/fonts/dinpro/dinpro-regular.eot');
  src: url('/content/fonts/dinpro/dinpro-regular.eot?#iefix') format('embedded-opentype'),
  url('/content/fonts/dinpro/dinpro-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}



/* ESTILOS BOOTSTRAP CUSTOMIZADOS  ***********************************************
**********************************************************************************
**********************************************************************************/


/* COLOR PRINCIPAL ***********************/
.text-primary, .btn-primary .badge, .btn-link, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-link:hover,
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge {
	color: #0F8FFF;
}
.bg-primary, .btn-primary,.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
	background-color: #0F8FFF;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary,
.panel-primary > .panel-heading {
	border-color: #0F8FFF;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0F8FFF;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0F8FFF;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #0F8FFF;}
}

/* Position Recaptcha ***********/
.grecaptcha-badge {
    bottom: 126px !important;
}

/* BORDER-RADIUS ***********/

.img-rounded, .img-thumbnail, code, kbd, pre,
.form-control, .input-sm, .form-group-sm .form-control, .input-lg, .form-group-lg .form-control, .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn, .dropdown-menu, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-addon, .input-group-addon.input-sm, .input-group-addon.input-lg, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .panel, .panel-group .panel, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li {
  border-radius: 0;}

pre code, .btn-link, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.panel > .panel-collapse > .list-group .list-group-item {
	border-radius: 0}

.nav-tabs > li > a {border-radius: 0 0 0 0;}

@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {border-radius: 0;}
.nav-tabs.nav-justified > li > a {border-radius: 0 0 0 0;}
}
@media (min-width: 960px) {
  .navbar {border-radius: 0;}
}
@media (min-width: 768px) {
  .navbar-static-top, .navbar-fixed-bottom {border-radius: 0;}
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.nav-tabs .dropdown-menu, .navbar-nav > li > .dropdown-menu,
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:last-child > .btn:first-child,
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,  .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:first-child,
.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 0px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-left-radius: 0px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child,
.list-group-item:last-child, .panel-footer {
  border-bottom-right-radius: 0px;
}




/* GRADIENTS              ********************************************************
**********************************************************************************
**********************************************************************************/

.grad-blueviol {
  background-color:#002d62;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}



/* ESTILOS GENERALES  ************************************************************
**********************************************************************************
**********************************************************************************/

body {
    color: #000;
    font-size: 14px;
    line-height: 1.42857em;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    position: relative;
}

header, header .upper, .header .main, section, 
.LOGO, .MENU_TOP, .MENU_MAIN, .SEARCH_BOX, .CART_BOX, .LOGIN_BOX,
footer, footer .upper, footer .main, footer .credits
{position: relative}

section, header, header .upper, header .main, footer, footer .upper, footer .main, footer .credits {
    float: left;
    width: 100%;
    position: relative;
}

section {margin-top: 25px;}
.Home section {margin-top: 0 !important;}



* {text-shadow: none; box-sizing: border-box;}
*:after, *:before {text-transform: none !important}
*:focus {box-shadow: none !important; outline: none !important}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
  transition: all 0.1s ease-in 0s;
}

a:hover, a:focus {
  color: #0F8FFF;
  text-decoration: none;
}
a:focus {
    outline: 0 none transparent;
    outline-offset: 0;
}


ol, ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.nav {list-style: outside none none;}
.navbar-collapse.collapse {visibility: visible !important;}
.collapse {visibility: visible;}


.grayscale {
	filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}



.navbar-nav {margin: 0}


.navbar-nav li.banner {
  position: absolute;
  right: 0;
}

.navbar-nav li.banner a{
  color: #FFF !important;
  line-height: 1em;
  margin: 0;
  padding: 7px 32px 15px 13px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 17px;
  text-shadow: none;
  display: block;
}

.navbar-nav li.banner a.icon::after{
  content: "";
  background-image: url(/Content/Images/i-emogi.png);
  height: 20px;
  width: 20px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.7s ease-in-out 0.3s;
  display: inline-block;
  position: absolute;
  top: 6px;
  margin-left: 8px;
}


 @media(max-width:1199px){
  .navbar-nav li.banner {display: none;}
 }


/* BOTONES ********************************************/
.btn {
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 182px;
    padding: 6px 20px;
    text-shadow: none;
    box-shadow: none;
    line-height: 1.5em;
}

.btn-primary, .btn-danger, .btn-default {
	background: #0054C8;
	border-color:#0054C8;
	color: #fff;
}
.btn-primary:hover, .btn-danger:hover, .btn-default:hover {
	background: #003F84 !important;
	border-color: #003F84;
	color: #fff;
}

/* Botones Modales */

.modal .btn-primary, .btn-danger, .btn-default {
	background: #0054C8;
	border-color:#0054C8;
	color: #fff;
}
.modal .btn-primary:hover, .btn-danger:hover, .btn-default:hover {
	background: #003F84 !important;
	border-color: #003F84;
	color: #fff;
}










/* FORMULARIOS ********************************************
**********************************************************/

input[type="text"], select, textarea {width:100%}

fieldset {font-size: 13px;}

.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-control, select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    padding: 0 8px;
    width: 100%;
    box-shadow: 1px 1px 2px #f0f0f0 inset;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px;
    border-radius: 10px;
}
.form-control, select {
  -webkit-transition: border-color ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s;
          transition: border-color ease-in-out .15s;
}
.form-control:focus {
	border-color: #0F8FFF !important;
	position: relative;
    z-index: 2;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ececec;
    border: 1px solid #dedede;
    color: #ababab;
    cursor: not-allowed;
    float: left;
}

select {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #E8E8E8 100%), #FFF !important;
}
textarea  {border: 1px solid #CCCCCC;}

legend {
    border: 0 none;
    color: #000;
    font-size: 1.3em;
    font-weight: lighter;
    line-height: 1.2em;
    margin-bottom: 15px;
}
label {
    color: #7d7d7d;
    float: left;
    font-size: 12.5px;
    font-weight: lighter;
    line-height: 17px;
    margin: -2px 0 4px;
}

::-webkit-input-placeholder {color: #ababab !important;}
:-moz-placeholder {color: #ababab !important; opacity: 1;}
::-moz-placeholder {color: #ababab !important; opacity: 1;}
:-ms-input-placeholder {color: #ababab !important;}
::-ms-input-placeholder {color: #ababab !important;}


.customselect {
    position: relative;
}

.customselect:after {content: "\f3d0"}
.customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    bottom: 7px;
    height: 100%;
}
.customselect option {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    text-transform: uppercase;
}
.customselect option:hover {text-decoration: underline;}
select:focus {
	border-color: inherit !important;
	position: initial !important;
}
select {
	cursor: pointer;
	display: inline-block;
	outline: none;
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	appearance:none !important;
	-moz-appearance:none !important; /* Firefox */
	-webkit-appearance:none !important; /* Safari and Chrome */

}
select option {font-weight: normal}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:20px}
}


.required {
    color: #606060;
    float: right;
    margin-left: 3px;
    margin-top: 1px;
    font-size: 0.95em;
}
fieldset p {
    color: #777;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
}
.message {
    border: 1px solid;
    background-clip: padding-box;
    border-radius: 2px;
    display: block;
    font-size: 2em;
    line-height: 1em;
    padding: 15px;
}



/* custom checkbox *****/
label.checkbox {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	cursor: pointer;
	color: #000;
}
label.checkbox input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0 !important;
}
label.checkbox .checkmark {
    box-shadow: 1px 1px 3px 
	rgba(0, 0, 0, 0.17);
	border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}
label.checkbox:hover input ~ .checkmark {
  border-color: #999;
}
label.checkbox input:checked ~ .checkmark:before {content: "\f122";}
label.checkbox input:checked ~ .checkmark:before {
	font-family: 'Ionicons';
	font-size: 17px;
	color: #31C161;
	line-height: 20px;
	position: absolute;
	left: 2px;
	top: -6px;
}




/* custom radio *****/
label.radio {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 25px;
	cursor: pointer;
	color: #000;
}
label.radio input {
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: 0 !important;
}
label.radio .checkmark {
    box-shadow: 1px 1px 3px 
	rgba(0, 0, 0, 0.17);
	border: 1px solid #c4c4c4;
    border-radius: 3px;
    height: 14px;
    width: 14px;
    float: left;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
}
label.radio .checkmark:before {content: "\f3a6"}
label.radio .checkmark:before {
	font-family: 'Ionicons';
	font-size: 18px;
	color: #cdcdcd;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

label.radio:hover input ~ .checkmark {
  border-color: #999;
}
label.radio input:checked ~ .checkmark:before {content: "\f375";}
label.radio input:checked ~ .checkmark:before {
	font-family: 'Ionicons';
	font-size: 24px;
	color: #1279C5;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}






/* Validación formularios I  ******************************/

.input-validation-error {
    border-color: #aaa #aaa #d90000;
}
.field-validation-error {
    color: #d90000;
    display: block;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 2px 0 6px;
    padding-top: 2px;
    width: 100%;
}
.field-validation-error:before {content: "\f12a";}
.field-validation-error::before {
    background: #fff none repeat scroll 0 0;
    font-family: "Ionicons";
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 4px;
    z-index: 1;
}

#calcularEnvio .field-validation-error::before {position: unset;}

#calcularEnvio .field-validation-valid::before{display: none;}

/* Validación formularios II (clase "validar")  **********************/

.validar .input-validation-error {border-color: #d0d0d0 #d0d0d0 #d91616;}
.validar .form-control.valid {border-color: #fff #fff #2fac8f;}

.validar .field-validation-error, .validar .field-validation-valid {
    color: #d91616 !important;
    float: left;
    font-size: 0.88em;
    line-height: 1.2em;
    height: 26px;
    margin: 0 !important;
    padding: 5px 0 0 !important;
    width: 100%;
}
.validar .field-validation-error:before {content: "\f12a";}
.validar .field-validation-valid:before {content: "\f122";}
.validar .field-validation-error::before, .validar .field-validation-valid::before {
    background: transparent none repeat scroll 0 0;
    bottom: 34px;
    font-family: "Ionicons";
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    right: 22px;
    z-index: 1;
}

.validar .field-validation-valid.disabl::before {
    display: none;
}

.validar .field-validation-valid {height: 0}
.validar .field-validation-valid:before {color: #2fac8f; bottom: 12px;}

.validar .sel .field-validation-valid:before, .validar .sel .field-validation-error:before {
    display: none !important;
}






/* BANNERS ******************************/
.banner-item {width: 100% !important;}
.banner-item img {width: 100%;}
.banner-item.Html img {width:auto;}





/* JUMBOTRON ******************************/
.jumbotron {
    background: transparent none repeat scroll 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    float: left;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 31px 60px 28px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.jumbotron::before {
    border-right: 1px solid #eee;
    color: #d9d9d9;
    float: left;
    font-family: "e3font";
    font-size: 80px;
    height: 131px;
    line-height: 1.2em;
    margin-right: 33px;
    padding: 5px 20px 0 0;
}
.jumbotron h2 {
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
    margin: 12px 0 8px;
}
.jumbotron h2::before {
  content: "";
  display: block;
  background-image: url(/Content/Images/alert-circle-outline.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin: 0 auto 10px;
}
.jumbotron p {
    color: #888888;
    font-size: 1.1em;
    font-weight: 400;
}
.jumbotron .btn {
    font-size: 1.05em;
    padding: 8px 20px;
    white-space: normal;
    border: 0;
    max-width: 200px;
}



@media (max-width: 767px) { 
.jumbotron::before {
    border-right: 0 none;
    font-size: 66px;
    height: auto;
    margin: -18px auto 18px;
    text-align: center;
    width: 100%;
}
	.jumbotron h2, .jumbotron p {text-align: center}   
.jumbotron .btn {
    margin: auto;
    max-width: 235px;
    width: 100%;
}
}





/* TOOLTIP ******************************/
.tooltip {opacity: 1 !important}
.tooltip-inner {
  padding: 5px 8px;
  color: #fff;
  line-height:1.2em;
  text-decoration: none;
  font-size:11.5px !important;
  background-color: #0F8FFF;
  border-radius: 2px;
  width: auto !important;
  max-width: 300px !important;
  position: relative;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {border-top-color: #0F8FFF;}

.tooltip.right .tooltip-arrow {border-right-color: #0F8FFF;}
.tooltip.left .tooltip-arrow {border-left-color: #0F8FFF;}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {border-bottom-color: #0F8FFF;}





/* MODALS - CSS general ******************************/

@media (min-width: 768px) {
.modal-dialog {margin: 20px auto}
}

.modal {z-index: 1050; background: rgba(0,0,0,0.7)}
.modal-backdrop.in{ position:fixed; }
.modal-backdrop {display: none}

.modal-content {
    padding: 0;
    float: left;
    width: 100%;
    background: #F6F6F6;
}
.modal-header {

    border-bottom: 0 none;
    padding: 0 30px;
    height: 66px;
    line-height: 66px;
}
.modal-header {background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0, #2b4391),
	color-stop(1, #294391)
);
background-image: -o-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -moz-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -webkit-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: -ms-linear-gradient(right, #2b4391 0%, #294391 100%);
background-image: linear-gradient(to right, #2b4391 0%, #294391 100%);
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
}

.modal-header .close {
    color: transparent;
    font-size: 30px;
    opacity: 1;
    text-shadow: none;
    font-family: 'Ionicons';
    font-weight: bold;
    line-height: 66px;
    padding: 0 16px;
    display: block;
    float: right;
    margin-right: -15px;
    transition: all .2s ease-in-out;
    position: relative;
}
.modal-header .close span {display: none !important}
.modal-header .close::before {
  content: "\f2d7";
  color: #fff;
  width: 100%;
  position: absolute;
  display: block;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
}

/* iPhone X, 11 Pro, 12, 13, 14 */
@media only screen and (max-width: 480px) {
	.modal-header .close span {display: none !important}
	.modal-header .close::before {
	      left: -10px;
	}
}

.modal-title {
    color: #fff;
    font-size: 1.33em;
    font-weight: 500;
    line-height: 64px;
    padding: 0;
    float: left;
}
.modal-body {
    margin: 0;
    padding: 20px 30px;
    position: relative;
}
.modal-footer {
    border-top: 0 none;
    padding: 0 30px 20px;
}
.modal-footer .btn {
    font-size: 1.14em;
    line-height: 1em;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 479px) {
.modal-header {padding: 0 15px}
.modal-content {min-height: 100vh}
}




/* LOADING ******************************/
.wait span {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.3em;
    margin: 20px auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.sk-circle {
    height: 40px;
    margin: 20% auto 0;
    position: relative;
    width: 40px;
}
.sk-circle.product{
height: 50px;
    width: 50px;
    margin: 0 auto;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle.product .sk-child:before {
  background-color: #0F8FFF;
  width:20%;
  height:20%;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}











/**********************************************************************/
/* Bootstrap Mid-Small - col-ms-* - the missing grid set for Bootstrap3. */
 
@media (min-width: 480px) and (max-width: 767px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px; }
		
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, 
	.col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
		float: left; }
	
	.col-ms-1 {width: 8.33333%; }
	.col-ms-2 {width: 16.66667%; } 
	.col-ms-3 {width: 25%; }
	.col-ms-4 {width: 33.33333%; }
	.col-ms-5 {width: 41.66667%; }
	.col-ms-6 {width: 50%; }
	.col-ms-7 {width: 58.33333%; }
	.col-ms-8 {width: 66.66667%; }
	.col-ms-9 {width: 75%; }
	.col-ms-10 {width: 83.33333%; }
	.col-ms-11 {width: 91.66667%; }
	.col-ms-12 {width: 100%; }
	
	.col-ms-push-0 {left: 0; } 
	.col-ms-push-1 {left: 8.33333%; } 
	.col-ms-push-2 {left: 16.66667%; } 
	.col-ms-push-3 {left: 25%; } 
	.col-ms-push-4 {left: 33.33333%; } 
	.col-ms-push-5 {left: 41.66667%; } 
	.col-ms-push-6 {left: 50%; } 
	.col-ms-push-7 {left: 58.33333%; } 
	.col-ms-push-8 {left: 66.66667%; } 
	.col-ms-push-9 {left: 75%; } 
	.col-ms-push-10 {left: 83.33333%; } 
	.col-ms-push-11 {left: 91.66667%; } 
	
	.col-ms-pull-0 {right: 0; } 
	.col-ms-pull-1 {right: 8.33333%; } 
	.col-ms-pull-2 {right: 16.66667%; }
	.col-ms-pull-3 {right: 25%; } 
	.col-ms-pull-4 {right: 33.33333%; } 
	.col-ms-pull-5 {right: 41.66667%; } 
	.col-ms-pull-6 {right: 50%; } 
	.col-ms-pull-7 {right: 58.33333%; } 
	.col-ms-pull-8 {right: 66.66667%; } 
	.col-ms-pull-9 {right: 75%; }
	.col-ms-pull-10 {right: 83.33333%; }
	.col-ms-pull-11 {right: 91.66667%; }
	
	.col-ms-offset-0 {margin-left: 0; }
	.col-ms-offset-1 {margin-left: 8.33333%; }
	.col-ms-offset-2 {margin-left: 16.66667%; }
	.col-ms-offset-3 {margin-left: 25%; }
	.col-ms-offset-4 {margin-left: 33.33333%; }
	.col-ms-offset-5 {margin-left: 41.66667%; }
	.col-ms-offset-6 {margin-left: 50%; } 
	.col-ms-offset-7 {margin-left: 58.33333%; } 
	.col-ms-offset-8 {margin-left: 66.66667%; } 
	.col-ms-offset-9 {margin-left: 75%; } 
	.col-ms-offset-10 {margin-left: 83.33333%; } 
	.col-ms-offset-11 {margin-left: 91.66667%; }
	
	.visible-ms {display: block !important;}
	.visible-ms-block {display: block !important}
	.visible-ms-inline {display: inline !important}
	.visible-ms-inline-block {display: inline-block !important}
	.hidden-ms {display: none !important;}
}
 
@media (min-width: 480px) and (max-width: 767px) {
	.container {max-width: 748px; }
	.form-horizontal .form-group .control-label {text-align:right;}
}
@media (max-width: 479px) {
	.container {max-width:unset; width:100% }
}



/**********************************************************************/
/* Bootstrap corte hasta 1920 de ancho */

/*@media (min-width: 768px) {.container {width: 750px;}}*/
@media (min-width: 768px) {.container {width: 100%;}}
@media (min-width: 992px) {.container {width: 970px;}}
@media (min-width: 1200px) {.container {width: 1170px;}}
@media (min-width: 1440px) {.container {width: 1410px;}}
@media (min-width: 1600px) {.container {width: 1570px;}}
@media (min-width: 1900px) {.container {width: 1870px;}}

.errorReCaptcha{
    color:red;
    margin-bottom: 5px;
}

.form-validation-summary {
    margin: 20px 0px;
    font-size: 1.3em;
}

.pcms-contact.btn-default:disabled, .pcms-contact.btn-default[disabled] {
    background-color: #e0e0e0 !important;
}
/*////////////////////////////////////////////////////////////////////*/


/*   HEADER                ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


header {
    z-index: 3;
    top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
    height: auto;
}


/* UPPER BANNER **********************************************/

.header{padding: 0 10px;}

.b-up {
    letter-spacing: 0.02em;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    background: #242424;
    z-index: 1;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -4px 0 8px #0000005c inset;
}

.b-up .bold {
    display: inline-block;
    font-weight: 500;
    margin: 0;
    vertical-align: middle;
    position: relative;
}

.b-up a.action {
    margin: 0 4px;
    text-decoration: underline;
    text-transform: none;
    color: #fff;
    display: inline-block;
}
.b-up .left {
    float: left;
    padding-top: 3px;
}
.b-up .left a {
    color: #fff;
    margin: 1px 65px 0 0;
    float: left;
    line-height: 1.2em;
    opacity: 0.8;
}
.b-up .left a:hover {opacity: 1}

.b-up .right {
    float: right;
    height: 100%;
}

.b-up .right ul li {
    display: inline;
}

.b-up .right a {
    color: #fff;
    padding: 3px 7px 0;
    display: inline-block;
    position: relative;
    letter-spacing: -0.1px;
    font-size: 20px;
    opacity: 0.75;
}

.b-up .right a:hover {
    opacity: 0.9;
}

.b-up a::before {
    display: inline-block;
    position: relative;
    margin: 0 9px 0 0;
    float: left;
}

.b-up a.compra::before {content: url(/Content/Images/i-camion.svg);}
.b-up a.servicio::before {content: url(/Content/Images/i-servtecnico.svg);}
.b-up a.sucursales::before {content: url(/Content/Images/i-sucursal.svg);}
.b-up a.venta::before {content: url(/Content/Images/i-telefono.svg);}
.b-up a.ayuda::before {content: url(/Content/Images/i-ayuda.svg);}

.b-up .s-facebook:before {content: "\f231"; font-family: 'Ionicons' !important}
.b-up .s-twitter:before {content: "\f243"; font-family: 'Ionicons' !important}
.b-up .s-youtube:before {content: "\f24d"; font-family: 'Ionicons' !important}
.b-up .s-pinterest:before {content: "\f2b1"; font-family: 'Ionicons' !important}
.b-up .s-instagram:before {content: "\f350"; font-family: 'Ionicons' !important}
.b-up .s-linkedin:before {content: "\f238"; font-family: 'Ionicons' !important}
.b-up .s-email:before {content: "\f10f"; font-family: 'Ionicons' !important}



@media (max-width: 1439px) {
.b-up .left a { margin-right: 50px}
}

@media(max-width:1199px) {
.b-up .right {
    display: none;
}
.b-up .left {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.b-up .left a {
    margin: 1px 10px 0 0;
    font-size: 12.5px;
}
}

@media (max-width: 991px) {
.b-up .left a {font-size: 12px}
}

@media (max-width: 767px) {
.b-up {
    display: none;
}
}

/*upper banners*/

.upper a.closeupper::before,
.upper2 a.closeupper::before {
    content: "\f2d7";
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 16px;
    font-family: 'Ionicons';
    font-weight: lighter;
}

.upper,
.upper2 {
    height: auto;
    background: #040043;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 5px 30px;
    text-align: center;
}

.upper {
    justify-content: space-between;
    padding: 5px 15px 5px;
}


.upper2 {
    background: #0054C8;
}
.upper2 span p {
    margin: 0px;
}

.upper2 span p a {
    color: #fff;
    margin: 0px 7px;
    font-weight: 600;
}
header .upper a {
    color: white;
    font-size: 13px;
    display: flex;
}


header .upper div:not(.e3eco-header):not(.e3eco-header-txt) {
    padding: 0px 15px 0px 0;
    display: flex;
    gap: 8px;
    text-align: left;
}

header .upper span {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:479px){
    .upper,
    .upper2 {
        font-size: 13px;
        line-height: 18px;
    }
}

/* MAIN **********************************************/

header .main {
    background-color: #F6F6F6;
}

header .main .navbar-default {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 960px) {
.navbar-header {
    float: left;
    position: relative;
    width: auto;
    display: inline-flex;
}
}

@media (max-width: 991px) {
    header .main {
        padding: 0 15px;
    }
}

.LOGO {
    height: auto;
    line-height: 0;
    position: relative;
    width: 145px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.LOGO img {width: 100%}

.CART_BOX .cart-button, .LOGIN_BOX .login-button, .MENU-ICONS a {
    /*! height: auto; */
    line-height: 1;
}


.caret {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid;
    opacity: 0.6;
    margin-left: 0;
}





/* mostrar/ocultar menu loginbox *****************/
.muestro {display: block;}
.mostrame {display: none;}
/*.muestro:hover~.mostrame,
.mostrame:hover {
    display: block;
}*/



/*  LOGIN_BOX *******************************/

.LOGIN_BOX, .CART_BOX {
    display: flex;
    float: right;
}

.LOGIN_BOX .login-button, .CART_BOX .cart-button {
    display: inline-flex;
    float: left;
    line-height: 30px;
    position: relative;
    width: auto;
}
.LOGIN_BOX .login-button {margin-right: 23px;}
.CART_BOX .cart-button {margin-right: 2px;}

.LOGIN_BOX .login-button .i-login, .CART_BOX .cart-button .i-cart {
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.LOGIN_BOX .login-button .i-login {
    height: 23px;
    width: 23px;
    margin: 4px 5px 0 0;
}
.CART_BOX .cart-button .i-cart {
	height: 27px;
	width: 26px;
}
.LOGIN_BOX .login-button .i-login svg, .CART_BOX .cart-button .i-cart svg, .SEARCH_BOX button svg {
    fill: #000;
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.LOGIN_BOX .login-button span {
    white-space: nowrap;
    display: inline-flex;
    font-weight: lighter;
}
.LOGIN_BOX .login-button span strong {font-weight: normal}

.LOGIN_BOX .login-button::after {content: "\f123";}
.LOGIN_BOX .login-button::after {
    color: #000;
    float: right;
    font-family: "Ionicons";
    font-size: 7px;
    margin: 1px 0 0 4px;
}

.CART_BOX .cart-button::after {
    display: none
}

.LOGIN_BOX .login_window, .CART_BOX .cart-window {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: inherit;
    overflow: hidden;
    position: absolute;
    right: 7px;
    text-align: left;
    text-transform: none;
    top: calc(100% - 5px);
    box-shadow: 2px 2px 6px #0000001a;
}
.LOGIN_BOX .login_window {
    left: auto;
    padding: 23px;
    width: 280px;
}
.CART_BOX .cart-window {
    max-height: 565px;
    min-height: 72px;
    padding: 0;
    width: 350px;
}


.LOGIN_BOX .login_window fieldset {}
.LOGIN_BOX .login_window legend {display: none;}
.LOGIN_BOX .login_window .form-group {margin-bottom: 8px;}
.LOGIN_BOX .login_window input[type="email"], .LOGIN_BOX .login_window input[type="password"] {
    background-clip: padding-box;
    box-shadow: none;
}
.LOGIN_BOX .login_window input[type="submit"] {
    float: right;
    font-size: 1em;
    min-width: 0;
    margin-bottom: 10px;
}
.forget {
    color: #757575;
    float: left !important;
    font-size: 0.9em !important;
    margin-top: 5px;
    width: auto !important;
    text-decoration: underline;
}
.register {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    clear: both;
    margin-top: 27px;
    padding-top: 7px;
    text-align: center;
    width: 100% !important;
    display: block;
}

.LOGIN_BOX .dropdown-menu > li > a, .LOGIN_BOX .dropdown-menu > li form > a {
    color: #000;
    font-size: 1em;
    margin: 0;
    padding: 9px 15px;
    text-align: right;
    width: 100%;
}
.LOGIN_BOX .dropdown-menu > li a::before {
    float: left;
    font-family: "diggit";
    font-size: 1.3em;
    opacity: 0.4;
    text-align: center;
    width: 25px;
    display: none !important;
}
.LOGIN_BOX .dropdown-menu li a:hover {
    background: transparent none repeat scroll 0 0 !important;
    opacity: 1;
    text-decoration: underline;
}



/* abrir login_box en :hover */
.LOGIN_BOX > div:hover > .dropdown-menu 
{
    display: block;
    margin-top: 0;
}







/* CART_BOX *************************************/


.CART_BOX .cart-button .items {
    border: 0;
    display: block;
    height: 22px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -8px;
    width: 22px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    background: #0F8FFF;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}

.CART_BOX .cart-window {
    background-color: #f8f8f8;
    max-height: 565px;
    min-height: 72px;
    padding: 0;
    top: calc(100% + 39px);
    right: 0;
    width: 435px;
    border: 1px solid lightgray;
}
.CART_BOX .cart-window ol {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    float: left;
    margin: 0;
    max-height: 216px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    width: 100%;
}

.CART_BOX .cart-window ol li {
    display: flex;
    border-bottom: 1px solid #eee;
    float: left;
    height: auto;
    min-height: 60px;
    padding: 7px 0;
    position: relative;
    width: 100%;
}
.CART_BOX .cart-window ol li:last-child {
    border-bottom: 0 none;
}

.CART_BOX .cart-window .img {
    float: left;
    margin-right: 5px;
    text-align: center;
    width: 17%;
}

.CART_BOX .cart-window .img img {
    margin: 0 auto;
    max-height: 75px;
    max-width: 100%;
}

.CART_BOX .cart-window .datos {
    float: left;
    height: auto;
    text-align: left;
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.CART_BOX .cart-window .name {
    float: left;
    font-size: 0.9em;
    line-height: 1.2em;
    margin-bottom: 3px;
    width: 100%;
    padding: 5px 8px 5px 5px;
}

.CART_BOX .cart-window .cantidad {
    color: #848273;
    font-size: 0.8em;
    font-weight: lighter;
}

.CART_BOX .cart-window .cantidad strong {
    font-weight: normal;
    font-size: 1.1em;
}

.CART_BOX .cart-window .price {
    float: left;
    font-size: 0.8em;
    text-align: left;
    width: auto;
}

.CART_BOX .cart-window .price span {
    font-size: 1.2em;
    font-weight: 600;
}

.CART_BOX .cart-window .remove {
    background: none repeat scroll 0 0 #ccc;
    background-clip: padding-box;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 0.6em;
    height: 18px;
    line-height: 17px;
    text-align: center;
    width: 18px;
}

.CART_BOX .cart-window .remove:hover {
    background: #888
}

.cart-window .cantitems {
    color: #034ea1;
    float: left;
    font-size: 0.9em;
    line-height: 1em;
    padding: 9px 0 0 15px;
}
.CART_BOX .cart-window .subtotal {
    font-size: 0.9em;
    text-align: left;
    width: auto;
}
.CART_BOX .cart-window .subtotal span {
    font-size: 1.1em;
    font-weight: 400;
}
.CART_BOX .cart-window .subtotal span strong {
    font-size: 1.1em;
    font-weight: bold;
}

.CART_BOX .cart-window .botones {
    float: left;
    width: auto;
}
.CART_BOX .cart-window .btn {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 160px;
    min-width: 0;
    text-transform: unset;
    border: none;
}

.CART_BOX .cart-window .mje-nohay {
    margin: 15px;
    text-align: center;
}

.CART_BOX .minicart-header {
    height: 40px;
    background: white;
}

.CART_BOX .close-minicart::after {
    content: "\f404";
    font-size: 40px;
    font-family: "Ionicons";
    color: #868E96;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
}

/* CART BOX buttons*/

.BOX_QUANTITY .sp-buttons {
    display: flex;
    color: #000;
}

.BOX_QUANTITY .sp-buttons button {
    border: none;
    box-shadow: none;
    background: none;
    min-width: auto;
    display: block;
    width: 32px;
    height: 32px;
    background: #EFEFEF;
}

.BOX_QUANTITY .sp-buttons .sp-down:before {
    content: "\f462";
    font-size: 24px;
    font-family: "Ionicons";
}

.BOX_QUANTITY .sp-buttons input {
    background: none;
    border: 1px solid #C0C0C0;
    box-shadow: none;
    width: 40px;
    height: 32px;
    text-align: center;
    color: #111;
    font-size: 14px;
    display: block;
    cursor: default;
}

.BOX_QUANTITY .sp-buttons .sp-up:before {
    content: "\f489";
    font-size: 24px;
    font-family: "Ionicons";
}

.CART_BOX ol li .clear {
    border: none;
    box-shadow: none;
    background: none;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40px;
    height: 37px;
    cursor:pointer
}

.CART_BOX ol li .clear:before {
    content: "\f404";
    font-size: 30px;
    font-family: "Ionicons";
    color: #868E96;
}

.CART_BOX .minicart-footer {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}


@media (max-width: 991px) {
    .CART_BOX {
        margin-left: auto;
    }
    .LOGIN_BOX .login_window, .CART_BOX .cart-window, .LOGIN_BOX .dropdown-menu {display: none !important}
}


/* CP Geolocalizacion */

#CP {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
}

.cp-container {
    margin: 0 0 0 30px;
}

a#mdf_cp,
a#mdf_cp_nogeo {
    color: #0054c8;
    font-size: 0.9em;
}

/*modal*/
#modal_cp {
    display: none;
}

#modal_cp .modal--show {
    opacity: 1;
    pointer-events: unset;
    transition: opacity .6s;
    --transform: translateY(0);
    --transition: transform .8s .8s;
}

#modal_cp .modal__container {
    margin: auto;
    width: 90%;
    max-width: 370px;
    max-height: 90%;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 3em 2.5em;
}

#modal_cp .modal__title {
    font-size: 18px;
    font-weight: 700;
}

#modal_cp .modal__paragraph {
    margin-bottom: 15px;
    font-size: 14px;
}

#modal_cp .cp-form-container {
    position: relative;
    height: 50px;
}

#modal_cp .modal__close {
    text-decoration: none;
    color: #fff;
    background-color: #0054C8;
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    transition: background-color .3s;
    position: absolute;
    height: 45px;
    line-height: 22px;
    right: 0;
}

#modal_cp .oca-cp{
    display: block;
    text-decoration: underline;
    color: #006AFD;
}

#modal_cp .input-cp {
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #C0C0C0;
    width: 100%;
    position: absolute;
    height: 45px;
}

#modal_cp .modal__close:hover {
    color: #fff;
    background-color: #003F84;
}

#modal_cp #mdf_cp {
    color: #FFFF;
    text-decoration: underline;
    padding: 0px 3px;
}

#modal_cp #close {
    background: none;
    border: none;
    font-size: 19px;
    font-weight: 700;
    float: right;
    margin-top: -25px;
    margin-right: -10px;
}


#modal_cp .btn-mdf-cp button {
    background: #0054C8;
    border: none;
    width: auto;
    margin-left: 10px;
}

#modal_cp .btn-mdf-cp button:hover {
    background: #4B8AF1;
}

#modal_cp .btn-mdf-cp {
    font-size: 0.8em;
    color: #FFFF;
    display: none;
}

#modal_cp .cp-container{
    width: auto;
}

@media (max-width: 767px){
    .cp-container.visible-xs.visible-sm {
        margin-top: 50px;
        margin-bottom: 8px;
        margin-left: 5px;
        margin-right: 0;
    }
    #CP br {
        display: none;
    }
    #CP {
        font-size: 13px;
    }
    a#mdf_cp {
        color: #0054C8;
        margin-left: 5px;
    }
}

@media (max-width: 479px){
    #modal_cp .btn-mdf-cp button{
        margin-right: 10px;
        margin-bottom: 10px;
    }
	.cp-container.visible-xs.visible-sm {
        margin-top: 10px;
    }
}


/*  SEARCH_BOX  *******************************/

.SEARCH_BOX {
    float: none !important;
    width: 100%;
    z-index: 1000;
    margin: 0 auto 0;
    padding: 0 30px;
}
header .main .navbar-default > * {
    z-index: 1001 !important;
    align-items: center;
}
header .main .navbar-default .hamburguer {z-index: 1002 !important}

.LOGIN_BOX, .CART_BOX, .hamburguer {
    z-index: 1002 !important;
}

.SEARCH_BOX fieldset {
    float: right;
    height: 46px;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 50px;
    border: solid 1px #0054C8;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
#modal-search-predictive .SEARCH_BOX fieldset {
    width: 100%;
}
.SEARCH_BOX .form-group {
    background-color: #f8f8f8;
    height: 100%;
    margin: 0 !important;
    padding: 0 50px 0 0;
    width: 100%;
    border: 0;
}
.SEARCH_BOX .form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 none !important;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    float: right;
    font-weight: normal;
    height: 100%;
    line-height: 100%;
    margin: 0 0 0 0 !important;
    overflow: hidden;
    padding: 0 14px;
    z-index: 2;
    display: block;
    width: 100%;
    min-width: 0;
    float: left;
    border-radius: 5px;
}

.SEARCH_BOX .search_submit {
    background: #d0e4ff;
    border: 0 none;
    border-radius: 0 5px 5px 0;
    color: #000000;
    height: 44px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    z-index: 3;
}
.SEARCH_BOX .search_submit svg {
    width: 21px;
    height: 23px;
    margin: -1px 0 0 -2px;
}

.SEARCH_BOX .search_submit:hover svg {opacity: 0.5}

.SEARCH_BOX .navbar-form {
    margin: 8px 0;
    padding: 0;
}

.divider {
    width: 100%;
    height: 1px;
    background: lightgray;
    display: block;
    margin: 0 0 5px 0;
}

.ui-autocomplete{
    background-color: #f8f8f8;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    color: #333;
    display: none;
    font-size: 14px;
    left: 0;
    line-height: 42px;
    max-height: 300px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 43px;
    visibility: hidden;
    display: block;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    max-width: 630px;
    left: 16px;
}

.ui-autocomplete > div{
    background-color:white
}

.ui-autocomplete .totalprods{
    display: table;
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px;
    font-size: 0.8em;
    color: black;
}

.ui-autocomplete .totalprods > a{
    display:block;
    z-index:2;
    position:relative;
    float:right
}

.ui-autocomplete .CatHeadContainer ,
.ui-autocomplete .ProdsHeadContainer {
    border-top: 1px solid #E2E2E2;
    margin: 0 -15px;
        padding: 0 15px;
}

.ui-autocomplete .CatHead{
   background-color: #f8f8f8;
}

.ui-autocomplete .CatHead.sub a:before {
    content: " ";
    display: inline;
    font-size: 16px;
    position: relative;
    line-height: 12px;
    top: -2px;
}

.ui-autocomplete .CatHead > a{
display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%;
    color: #000;
}

.ui-autocomplete article.CatHead > a > span,
.ui-autocomplete article.prods p a  span{
    float:right;
    display: none
}
.ui-autocomplete article.CatHead:first-child > a > span ,
.ui-autocomplete article.prods:first-child p a  span{
    display: block;
}



.ui-autocomplete article.prods {
    padding: 5px 10px;
    display: table;
    width: 100%;
    background-color: #f8f8f8;
}

.ui-autocomplete article.prods p{
    width:100%;
    margin:0
}

.ui-autocomplete article.prods p a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    color: #000;
}

.ui-autocomplete article.active{
    background-color: #d8d8d8;
}

.ui-autocomplete article.prods p a {
    padding-left: 40px;
}

.ui-autocomplete article.prods:last-child p a {
    padding: 0 10px;
}

.ui-autocomplete article.prods p a img {
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
    z-index: 0;
    height: 32px;
}

.ui-autocomplete .mCSB_scrollTools {
    background-color: #f8f8f8;
    opacity: 1 !important;
}


.ui-autocomplete  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    line-height: 30px;
    background-color: #e4e4e4;
    width: 3px;
    border-radius: 30px !important;
}
.ui-autocomplete  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(228, 228, 228);
}

@media (max-width: 1199px) {
    .divider {
        display: none;
    }
}

@media (max-width: 767px) {
    .ui-autocomplete {
        max-width: unset;
        float: right;
        width: calc( 100% + 50px) !important;
        right: -50px;
        left: unset;
    }

    header .main .navbar-default {
        justify-content: space-between;
        padding: 0;
        flex-flow: wrap;
    }
    
    .SEARCH_BOX .search_submit {
        background: #fff;
    }

}

@media (max-width: 500px) {
    .ui-autocomplete {
        font-size: 0.9em;
    }
    .ui-autocomplete .CatHead {
        padding: 6px 10px;
    }
}


/*  HEADER AFFIX  *******************************/

@media (min-width: 992px) {
    body:not(.Product) .main.fixedmain {
        position: fixed;
    }
    body:not(.Product) .main.fixedmain .LOGO {
        width: 120px;
    }
}










.MENU_MAIN li[class^='code-NO-'],
.MENU_MAIN li[class*='code-NO-'],
#mmenu li[class^='code-NO-'],
#mmenu li[class*='code-NO-'],
.category_tree li[class^='code-NO-'],
.category_tree li[class*='code-NO-'] {
    display: none !important
}


/*////////////////////////////////////////////////////////////////////*/


/*   MENU                  ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/

.MENU_MAIN li[class^="code-NO-"],
.MENU_MAIN li[class*="code-NO-"],
#mmenu li[class^="code-NO-"],
#mmenu li[class*="code-NO-"],
.category_tree li[class^="code-NO-"],
.category_tree li[class*="code-NO-"],
li[class^="code-NO-"] {
    display: none !important
}

/*  MENU_MAIN *******************************/
.MENU_MAIN {
    float: left;
    width: 100%;
}

.MENU_MAIN .nav-flex {
    display: flex;
    justify-content: space-between;
}

.MENU_MAIN>ul {
    display: flex;
    height: auto;
    width: auto;
    align-content: center;
}



/*////////////////////////////////////////////////////////////////////*/


/*   MENU                  ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/



/*  MENU_MAIN *******************************/

.MENU_MAIN > ul {
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    align-content: center;
}
.MENU_MAIN .nav > li {
    position: unset;
}
.MENU_MAIN .nav > li > a {
    color: #000;
    line-height: 0.9em;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    text-shadow: none;
    display: block;
    padding: 7px 12px 12px;
}

.MENU_MAIN .nav#menu-help > li > a{
    color: #7C7C7C;
}

.MENU_MAIN .nav > li.eventos > a{
    color: #0054C8;
}

/* :hover */
.MENU_MAIN .nav > li > a:focus, .MENU_MAIN .nav > li > a:hover, .MENU_MAIN .nav > li:hover > a {
    text-decoration: none;
    background-color: transparent !important;
    color: #000 !important;
}
.MENU_MAIN .nav > li > a:hover::before, .MENU_MAIN .nav > li:hover > a::before {
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #006AFD;
    display: block;
    content: "";
    z-index: 1;
}

.MENU_MAIN .nav > li.link > a, .MENU_MAIN .nav > li.link:hover > a {
    color: #006AFD !important;
}
.MENU_MAIN .caret {
    display: none;
}

.MENU_MAIN #menu-width > li:first-child > a {
    padding: 7px 13px 12px 0;
}

.MENU_MAIN #menu-help > li:last-child > a {
    padding: 7px 0 12px 13px;
}

/* ul ul */
.MENU_MAIN ul li ul {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    left: calc(50% - 200px);
    padding: 7px 0 20px;
    width: 304px;
    box-shadow: 1px 4px 5px rgba(57, 57, 57, 0.13);
}

.MENU_MAIN ul li ul li {
    width: 100%;
}

.MENU_MAIN ul li ul a {
    color: #000;
    line-height: 1.2em;
    padding: 15px 23px;
    white-space: normal;
    background: transparent !important;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid lightgray;
    text-transform: uppercase;
}
.MENU_MAIN ul li ul a:hover, .MENU_MAIN ul li:hover > a {
	background: #000 !important;
	color: #fff;
	text-decoration: none;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    width: auto;
    left: 100%;
    top: -3px;
    border: 0;
    height: 100%;
    background-color: #000;
    min-width: 300px;
    height: 100%;
    overflow: auto;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a{
    color:#fff;
    padding: 8.5px 20px;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a:hover{
    color: #006AFD !important;
}

/* abrir login_box en :hover */
.MENU_MAIN ul li.prods:hover > .dropdown-menu {
    display: flex;
    justify-content: center;
    left: 0;
    width: 100%;
    position: absolute;
    flex-wrap: nowrap;
    padding: 20px;
    min-height: 500px;
}

.MENU_MAIN .listing {
    columns: 4 230px;
    width: auto;
    column-gap: 50px;
}

.MENU_MAIN .dropdown-menu .img {
    width: 190px;
    height: auto;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
}

.MENU_MAIN .dropdown-menu a.imglink {
    border:none
}

/* Menu accesorios dos columnas */

.MENU_MAIN ul .cat-item-Accesorios ul a {
    font-size: 14px;
    padding: 11px 20px;
    border: none;
}

.MENU_MAIN ul .cat-item-Accesorios ul {
    max-height: 390px;
    width: 490px !important;
}

.MENU_MAIN ul .cat-item-Accesorios:hover > .dropdown-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}


.MENU_MAIN ul .cat-item-Accesorios ul li {
    width: auto;
}


/*nuevo menu*/

ul.dropdown-menu .dropdown-menu {
    display: block;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    right: auto;
    bottom: auto;
    margin-bottom: 25px;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    min-width: 100%;
}
ul.dropdown-menu.continue {
    padding-top: 57px;
}
.MENU_MAIN ul li ul {
    box-shadow: none;
}
.header-links {
    text-transform: uppercase!important;
    font-weight: bold!important;
    font-size: 14px!important;
    border-bottom: 1px solid #f1f1f1;
}

#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a {
    font-size: 13px!important;
    padding: 7px 0;
    color: #000;
    border: none;
    text-transform: none;
}
#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed {
    font-size: 13px!important;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 7px;
    margin: 0 0 10px;
    font-weight: 600;
}
#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed.opacity {
    opacity: 0;
}
#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu a.title-listed:hover {
    text-decoration: none !important;
}
.MENU_MAIN ul li ul a:hover, .MENU_MAIN ul li:hover > a {
    background: transparent!important;
    color: black!important;
}
#menu-width .dropdown-submenu .dropdown-submenu .dropdown-menu {
    background-color: white!important;
}
#menu-width > li.dropdown-submenu.cat-item-18861 > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    float: none;
    padding: 0 20px;
}
.MENU_MAIN ul li ul {
    width: 850px;
}
.MENU_MAIN ul li ul a {
    padding: 15px 0px;
}

/* abrir login_box en :hover */
.MENU_MAIN ul li:hover>.dropdown-menu {
    display: block;
}


@media (max-width: 1439px) {
    .MENU_MAIN .nav > li > a {
        font-size: 14px;
    }

    .MENU_MAIN ul li ul a {
        font-size: 15px;
        padding: 12px 20px;
    }
}

@media (max-width: 991px) {
    .MENU_MAIN ul li ul {
        width: 215px;
        left: -21px;
    }

    .MENU_MAIN .nav>li>a {
        padding: 10px 12px 11px;
        font-size: 13px;
    }

    .MENU_MAIN ul li ul a {
        font-size: 13.7px;
        padding: 10px 20px;
    }
}
/*Flechitas del menu*/

li.dropdown-submenu.cat-item-Cats #categorias-header::after {
    content: "\f123";
    font-family: "Ionicons";
    display: inline;
    color: #FFF;
    position: relative;
    font-size: 11px;
    font-weight: 500;
}

span.flechita::after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 13px;
    margin: 0 auto;
    position: absolute;
    left: 207px;
    opacity: 0.7;
}


/* Imagenes menu ******************/

.menuBckImg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 30px);
    overflow: hidden;
    position: absolute;
    right: 13px;
    top: 15px;
    width: 400px;
    border-radius: 8px;
}


/* hamburguer ******************/

.hamburguer {
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 20px;
    flex-shrink: 0;
    margin-right: 20px;
    z-index: 1002 !important;
}

.hamburguer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburguer span {
    background: #000;
    border-radius: 0;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburguer span:nth-child(1) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburguer span:nth-child(2) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
}

.hamburguer span:nth-child(3) {
    top: 32px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburguer:hover span {
    background: #005DA4
}


@media (max-width: 991px) {
    html.mm-opening .hamburguer {
        position: fixed;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out 0s;
    }

    html.mm-opening .hamburguer span {
        background: #000
    }

    html.mm-opening .hamburguer span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 18px;
        left: 8px;
    }

    html.mm-opening .hamburguer span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    html.mm-opening .hamburguer span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 34px;
        left: 8px;
    }
}

@media (max-width: 767px) {
    .hamburguer {
        margin-right: auto;
    }
}
@media (max-width: 479px) {
    html.mm-opening .mm-menu~.mm-slideout {
        transform: translate3d(87%, 0px, 0px);
    }

    .hamburguer span:nth-child(1) {
        top: 17px
    }

    .hamburguer span:nth-child(3) {
        top: 31px
    }

}


/* MENU RESPONSIVE y MMENU  ************************************/


@media (max-width: 1199px) {
    header {
        height: auto
    }

    .LOGO {
        width: 125px;
    }

    .SEARCH_BOX fieldset {
        height: 40px
    }

    .SEARCH_BOX .search_submit {
        height: 38px
    }

    .SEARCH_BOX .search_submit svg {
        width: 21px
    }

}

@media (max-width: 991px) {
    .LOGO {
        width: 96px;
    }

    .SEARCH_BOX fieldset {
        height: 37px
    }

    .SEARCH_BOX .search_submit {
        height: 35px
    }

    .SEARCH_BOX .search_submit svg {
        width: 19px;
        margin: -1px 0 0;
    }

}

@media (max-width: 767px) {
    .SEARCH_BOX {
        margin: 0 auto 0;
        padding: 0;
        /*position: absolute;
        top: 72px;*/
        order: 1;
    }
    .SEARCH_BOX fieldset {
        height: 40px;
        width: 100%;
        margin: 10px 0px;
    }
    .SEARCH_BOX .search_submit {
        height: 38px;
    }
    .LOGO {
        width: 140px;
    }
}




/* MMENU ************************************************************/

#mmenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.45);
    color: #000;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1001;
    overflow-y: auto !important;
}

#mmenu:not(.mm-menu) {
    display: none;
}

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"]~#mm-blocker {
    opacity: 0.6
}

.mm-menu.mm-offcanvas {
    overflow: auto !important;
    width: 87%;
}

.mm-navbar>* {
    padding: 0
}

.mm-panels {
    overflow: auto !important;
    min-height: 100%;
}

#mm-1,
#mm-2 {
    display: block !important;
    float: left;
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    z-index: 1;
}

.mm-panels>div>.mm-navbar {
    display: none !important
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: none
}

#mmenu li.close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}
@media (max-width: 479px){
	#mmenu li.close {
		top: 10px;
		right: 8px;
	}
}

#mmenu li.close .button-close {
    color: white;
    font-size: 20px !important;
    background: transparent;
    padding: 5px 10px;
}

/* MENU USUARIO  ********/
#mmenu .mmenuHeader {
    padding: 0;
    width: 100%;
    float: left;
}

#mmenu .mmenuHeader {
    background-color: #294391;
}

#mmenu .mmenuHeader::before {
    height: 12px;
}

#mmenu .mmenuHeader .mm-navbar {
    display: none !important
}


#mmenu .mmenuHeader>ul {
    display: inline-flex;
    justify-content: space-around;
    float: left;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
}

#mmenu .mmenuHeader>ul>li {
    display: flex;
}

#mmenu .mmenuHeader>ul>li.name {
    width: 100%;
    text-align: center;
    color: white;
    justify-content: center;
    padding: 12px 0;
}

#mmenu .mmenuHeader li a {
    color: white;
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    padding: 6px 0;
    text-align: center;
    text-transform: none;
    width: 100%;
}

#mmenu .mmenuHeader li a::before {
    display: block;
    font-size: 2.3em;
    height: 35px;
    margin: 0 !important;
}

#mmenu .mmenuHeader li .u-data::before,
#mmenu .mmenuHeader li .u-favs::before {
    padding-top: 3px;
}

#mmenu .mmenuHeader li .u-logout::before {
    font-size: 2.2em;
}

#mmenu .mmenuHeader li a:hover,
#mmenu .mmenuHeader li a:active,
#mmenu .mmenuHeader li a:focus {
    color: #fff !important;
    text-decoration: none !important;
}


/* MENU  SEARCHBOX ********/
#mmenu .searchList {
    width: 100% !important
}

#mmenu .mmenuHeader .SEARCH_BOX {
    background: transparent none repeat scroll 0 0;
    float: left !important;
    margin: 0 5% 5px;
    max-width: 100%;
    position: relative;
    right: unset;
    width: 90%;
}

#mmenu .mmenuHeader .SEARCH_BOX fieldset {
    background-color: transparent;
    float: left;
    width: 100%;
}

#mmenu .mmenuHeader .SEARCH_BOX .form-group {
    background-color: #fff;
    border: 0 none;
    border-radius: 60px;
    opacity: 1;
}



/* MENU PANELS mainmenu *******/

#mmenu .mainmenu * {
    background-color: transparent;
    border: 0;
}

#mmenu .mainmenu .mm-panel {
    padding: 0 0 0 20px;
}

#mmenu .mainmenu .mm-panel .mm-panel {
    padding: 0;
}

.mm-panels>.mm-panel::after,
.mm-panels>.mm-panel::before {
    height: 0
}

/* uno */
#mmenu ul.uno {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    height: auto;
    float: left;
    width: 100%;
    display: block;
    position: relative;

}

#mmenu ul.uno>li {
    border-bottom: 1px solid #e6e6e6 !important;
    float: left;
    width: 100%;
}

#mmenu ul.uno>li>a,
ul.uno>li>span {
    font-size: 17px;
    font-weight: 700;
    height: 56px !important;
    line-height: 56px;
    padding: 0 15px;
    float: left;
    width: 100%;
}

#mmenu ul.uno>li>.mm-next::after,
ul.uno>li>.mm-prev::before {
    border-color: #000 !important;
    height: 10px;
    width: 10px;
    right: 22px !important;
    top: -5px;
}

ul.uno>li>.mm-panel {
    padding-top: 0;
}


/* dos */
#mmenu ul.dos {
    float: left;
    width: 100%;
    padding: 0 0 18px;
}

#mmenu ul.dos>li>a,
ul.dos>li>span {
    font-size: 14.5px;
    font-weight: 400;
    height: auto !important;
    line-height: 18px;
    padding: 8px 10px;
    display: table-cell;
    vertical-align: middle;
}

#mmenu ul.dos>li>.mm-next::after,
ul.dos>li>.mm-prev::before {
    border-width: 1px;
    border-color: #054fa2 !important;
    height: 6px;
    width: 6px;
    right: 24px !important;
}


/* tres */
#mmenu ul.dos ul.tres {
    margin: -5px 0 15px;
}



/* second (menu secundario) */
#mmenu .second {
    float: left;
    width: 100%;
    margin-top: 6px;
}

#mmenu .second>li>a {
    width: 100%;
    float: left;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}





li>.mm-next::after {
    transform: rotate(225deg) !important;
}

li.mm-opened>.mm-next::after {
    transform: rotate(45deg) !important;
}





/* header responsive ***/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    #mmenu {
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
/*////////////////////////////////////////////////////////////////////*/
/*   FOOTER                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

footer {
    margin-top: 50px;
}

.Home footer {
    margin-top: 2px;
}


/****** socials  ******/

footer .socials {
    display: flex;
    gap: 10px;
}

    footer .socials h3::before {
        display: none;
    }

    footer .socials ul {
        z-index: 1;
        min-height: 0 !important;
        margin-bottom: 0 !important;
    }

    footer .socials li {
        display: inline-block;
        float: left;
    }

        footer .socials li a {
            color: #000;
            float: left;
            font-size: 36px;
            line-height: 36px;
            margin: 0 12px 7px 0;
            padding: 0;
            text-align: center;
            opacity: 0.3;
        }

        footer .socials li:last-child a {
            margin-right: 0
        }

        footer .socials li a:hover {
            opacity: 1;
        }

.s-facebook:before {
    content: "4";
    font-family: 'e3font' !important
}

.s-twitter:before {
    content: "7";
    font-family: 'e3font' !important
}

.s-youtube:before {
    content: "\39";
    font-family: 'e3font' !important
}

.s-pinterest:before {
    content: "\f2b1";
    font-family: 'Ionicons' !important
}

.s-instagram:before {
    content: "5";
    font-family: 'e3font' !important
}

.s-email:before {
    content: "\f10f";
    font-family: 'Ionicons' !important
}

.s-linkedin:before {
    content: "6";
    font-family: 'e3font' !important
}


.socials a.email {
    color: #999;
    font-size: 1.3em;
    font-weight: lighter;
}

    .socials a.email:hover {
        color: #003F84;
        text-decoration: underline
    }


/*footer datos*/

.footer-datos ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.footer-datos li {
    display: inline-flex;
    align-items: center;
}

.footer-datos ul li::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    position: relative;
}

.footer-datos ul li {
    font-size: 13px;
}

    .footer-datos ul li:first-child {
        font-size: 16px;
        font-weight: 900;
    }

        .footer-datos ul li:first-child:before {
            background-image: url("/Content/Images/f-phone.svg");
        }

    .footer-datos ul li:nth-child(2):before {
        background-image: url("/Content/Images/f-contact.svg");
        height: 12px;
    }

    .footer-datos ul li:last-child:before {
        background-image: url("/Content/Images/f-location.svg");
    }

@media(max-width:1199px) {
    .footer-datos ul li:first-child {
        font-size: 18px;
    }

    .footer-datos ul li {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .footer-datos ul {
        gap: 15px;
    }

        .footer-datos ul li:first-child {
            font-size: 20px;
        }

        .footer-datos ul li {
            font-size: 15px;
        }
}


/* boton de whatsapp  ***********/
.whapp {
    border-radius: 4px;
    float: left;
    width: auto;
    max-width: 100%;
    color: #fff;
    padding: 4px 17px 4px 55px;
    margin: -10px 0 0;
    border: 1px solid #52ba63;
    position: relative;
    clear: left;
    background-color: #52ba638a;
}

    .whapp::before {
        background: url(/Content/images/i-whatsapp.png) center / 100% no-repeat;
        content: "";
        display: block;
        width: 34px;
        height: 34px;
        position: absolute;
        left: 9px;
        top: calc(50% - 18px);
    }

    .whapp span {
        font-weight: 700;
        font-size: 1.25em;
    }

    .whapp small {
        font-size: 0.87em;
        display: block;
        line-height: 1.2em;
    }

    .whapp:hover {
        background-color: #52ba63;
        color: #fff;
        border-color: #fff;
    }


.socials.flotante {
    position: fixed;
    bottom: 10px;
    right: 13px;
    background-image: url(/Content/Images/i-whatsapp.png);
    height: 50px;
    width: 50px;
    z-index: 4;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .7s ease-in-out .3s
}




/* UPPER  ********************************/

footer .upper {
    float: left;
    width: 100%;
    background-color: #040043;
    padding: 26px 15px;
}




/* footer newsletter */

footer .newsletter {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    footer .newsletter h3 {
        position: relative;
        font-weight: 700;
        font-size: 21px;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        footer .newsletter h3::before {
            content: "s"
        }

        footer .newsletter h3::before {
            font-family: "diggit";
            font-size: 32px;
            left: 0;
            position: relative;
            text-align: center;
            font-weight: lighter;
            color: #fff;
        }

    footer .newsletter p {
        font-size: 18px;
        margin: 0;
    }

.form-newsletter {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter .form-newsletter {
    width: 370px !important;
}

.form-newsletter .form-group {
    float: none !important;
    margin: 0;
    position: unset;
    width: 100%;
    padding-right: 40px;
}

.form-newsletter input.form-control {

    background: #fff none repeat scroll 0 0;
    border: 1px solid #0054C8;
    box-shadow: none;
    color: #000;
    font-weight: normal;
    font-style: italic;
    height: 50px;
    padding: 7px 11px;
    border-radius: 100px;
}
#cfemail{
		    
    z-index: 0;
}
.form-newsletter button {
	
    background: #0054c8;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 50px;
    width: 128px;
    position: absolute;
    right: 0;
    padding: 0;
    border-radius: 100px;
    z-index: 1;
}

.newsletter > div:not(.form-newsletter) {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.form-newsletter button::before {
    content: "Suscribirme";
    font-size: 14px;
    font-weight: bold;
}

.form-newsletter button:hover {
    background: #003F84 none repeat scroll 0 0;
    color: #fff;
}



@media (max-width: 991px) {
}

@media (max-width: 767px) {
    footer .upper {
        padding: 17px 15px 19px;
    }

    footer .newsletter {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        footer .newsletter h3 {
            font-size: 16px;
        }

            footer .newsletter h3::before {
                font-size: 30px;
            }

        footer .newsletter p {
            font-size: 14px;
        }

    .form-newsletter button::before {
        font-family: 'Ionicons';
        content: "\f30f";
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
    }

    .form-newsletter input.form-control {
        height: 42px;
    }

    .newsletter .form-newsletter {
        width: 100%;
    }

    .form-newsletter {
        width: 100%
    }

        .form-newsletter button {
            height: 42px;
            width: 90px;
        }
}


@media (max-width: 479px) {
    .form-newsletter button {
        width: 75px;
    }
}


/*  MAIN *******************************/

footer .main {
    padding: 30px 0 15px;
    background: #f6f6f6;
    border-bottom: 1px solid #d3d3d3;
}

footer .menu_footer h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px;
    position: relative;
    color: #003F84;
    line-height: 14px;
}

footer .menu_footer ul {
    float: left;
    width: 100%;
}

    footer .menu_footer ul li a {
        float: left;
        line-height: 1.2em;
        margin: 0;
        padding: 6px 0;
        width: 100%;
        font-size: 13px;
        font-weight: 400;
    }

    footer .menu_footer ul.socials li a {
        font-size: 32px;
        padding: 0;
    }

    footer .menu_footer ul li a:hover {
        background: transparent;
        text-decoration: underline;
    }

    footer .menu_footer ul.socials li a:hover {
        background: transparent;
        text-decoration: unset;
    }

.menu_footer a.visible-xs {
    color: #1D1D1F;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid lightgray;
    width: 100%;
    position: relative;
    margin: 0px 0 5px;
}

    .menu_footer a.visible-xs.collapsed::after {
        content: "\f123";
        font-size: 14px;
        font-family: "Ionicons";
        position: absolute;
        right: 0px;
    }

    .menu_footer a.visible-xs::after {
        content: "\f126";
        font-size: 14px;
        font-family: "Ionicons";
        position: absolute;
        right: 0px;
    }


/*Logo footer*/
.LOGO-FOOTER img {
    width: 150px;
}

footer .main .row {
    display: flex;
    flex-wrap: wrap;
}


/*  CREDITS *******************************/
footer .credits {
    background-color: #F6F6F6;
    padding: 15px 0 30px;
}

    footer .credits p {
        float: left;
        font-size: 13px;
        font-weight: 300;
        opacity: 1;
        clear: left;
        margin: 8px 0 0px;
        font-size: 13px;
        color: #000;
        margin-bottom: 30px;
        line-height: 136%;
    }

        footer .credits p span {
            opacity: .5;
        }

.e3 {
    background: rgba(0,0,0,0) url(/Content/BrandLogos/etres-brand.svg) no-repeat scroll 0 0/99%;
    cursor: pointer !important;
    height: 29px;
    opacity: .6;
    width: 29px;
    float: left;
    clear: left;
    margin: 0;
    filter: grayscale(100%);
}



.e3:hover {
    opacity: 1;
    filter: none;
}


/* menubottom */
.menubottom {
    float: left;
}

    .menubottom li {
        float: left;
    }

    .menubottom a {
        display: block;
        font-size: 13px;
        padding: 4px;
        margin: 3px 16px -3px 0;
    }

    .menubottom li:first-child a {
        padding-left: 0;
    }

    .menubottom a:hover {
        text-decoration: underline;
        color: #003F84;
    }


@media(max-width:1199px) {

    footer .menu_footer ul li a {
        font-size: 12px;
    }
}

@media(max-width:767px) {

    footer .main {
        border-bottom: unset;
    }

    footer .menu_footer ul li a {
        font-size: 13px;
    }
}

@media(max-width:479px) {
    .menubottom li {
        float: unset;
        width: 100%;
    }
}



/*  SELLOS *******************************/

.sellos {
    text-align: center;
    margin-bottom: 15px;
    float: right;
    position: relative;
}

    .sellos > * {
        display: inline-block;
        margin: 0 5px;
        padding: 0 5px;
        text-align: center;
        float: left;
    }

    .sellos a:hover {
        opacity: 0.7
    }

    .sellos .sps img {
        margin-top: -1px;
        width: 34px;
    }

    .sellos .mpago img {
        margin-top: 12px;
        width: 115px;
    }

    .sellos .tpago img {
        margin-top: 12px;
        width: 83px;
    }

    .sellos .cace img {
        margin-top: 17px;
        width: 103px;
    }

    .sellos .verisign img {
        margin-top: 6px;
        width: 126px
    }

    .sellos .datafiscal img {
        width: 37px
    }

    .sellos .siteseal img {
        margin-top: 6px;
        width: 160px
    }

    .sellos .sep {
        background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
        display: block;
        height: 53px;
        margin: 0 21px 0 15px;
        padding: 0;
        width: 1px;
    }


.datafiscal {
    background: rgba(0, 0, 0, 0) url("/Content/images/i-datafiscal.png") no-repeat scroll 0 0 / 100% auto padding-box;
    height: 60px;
    margin: 0;
    width: 42px;
    float: left;
}

    .datafiscal:hover {
        opacity: 1;
    }


@media (max-width: 1199px) {
    .sellos .digicert img {
        width: 61px;
        margin-top: 3px
    }

    .sellos .card img {
        width: 42px;
        margin-top: 12px;
    }

    .sellos .sep {
        margin: -2px 10px 0
    }
}

@media (max-width: 991px) {
    .sellos {
        float: left;
        display: flex;
        margin: 10px 0 6px;
        padding-right: 50px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        width: 100%;
    }

        .sellos > * {
            padding: 0;
            display: flex;
            margin: 5px;
        }

            .sellos > * img {
                margin: 0 !important;
                object-fit: scale-down;
            }

        .sellos .tpago img {
            margin-top: 9px;
            width: 69px;
        }

        .sellos .mpago img {
            margin-top: 9px;
            width: 98px;
        }

        .sellos .verisign img {
            margin-top: 7px;
            width: 91px;
        }

        .sellos .verisign img {
            margin-top: 6px;
            width: 100px;
        }

        .sellos .cace img {
            margin-top: 14px;
            width: 80px;
        }

        .sellos .siteseal img {
            width: 147px;
            margin-top: 3px;
        }

    .datafiscal {
        width: 40px
    }
}

@media (max-width: 767px) {
    .sellos {
        padding-right: 0;
        width: 100%;
        justify-content: center;
    }

        .sellos .sep {
            height: 41px;
            margin: 2px 13px 0 9px;
        }

        .sellos .tpago img {
            width: 52px
        }

        .sellos .mpago img {
            width: 77px
        }

        .sellos .sps img {
            width: 22px
        }

        .sellos .cace img {
            width: 64px
        }
}

@media (max-width: 479px) {

    .sellos .sep {
        display: none
    }

    .sellos .siteseal img {
        width: 132px
    }

    .datafiscal {
        margin: 12px 0;
        float: right;
    }
}





/* backtotop ****************/
.backtotop {
    border-radius: 60px;
    bottom: -50px;
    color: #000;
    cursor: pointer;
    height: 48px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    transition: all 0.7s ease-in-out 0.3s;
    width: 48px;
    z-index: 4;
    background: #FFFFFF;
    opacity: 0.7;
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
}

    .backtotop span:before {
        content: "\f126"
    }

    .backtotop span::before {
        display: block;
        font-family: "Ionicons";
        font-size: 16px;
        text-align: center;
    }



    /* boton chat */
    .backtotop.chat {
        background-color: #0077c8;
        line-height: 1.25em;
        right: 76px;
        width: 165px;
        color: #fff !important;
    }

        .backtotop.chat > span {
            float: left;
            font-size: 1.4em;
            font-weight: 400;
            padding-left: 65px;
            padding-top: 8px;
        }

        .backtotop.chat small {
            display: block;
            font-size: 0.7em;
            text-transform: none;
        }

        .backtotop.chat span::before {
            display: none;
        }

        .backtotop.chat::before {
            content: "i";
            font-family: "diggit";
            font-size: 2.2em;
            left: 22px;
            margin: 0;
            position: absolute;
            top: 17px;
        }

        .backtotop.chat:hover {
            background-color: #003F84
        }



/* chat OK */
#launcher {
    margin: 0 58px 11px 0 !important;
}

.src-component-Launcher-wrapper {
    padding: 14px 11px !important
}




/* btfooter (pliega footer en mobile) *****/
.btfooter {
    font-weight: 400;
    padding: 24px 15px;
    text-align: left;
    width: 100%;
    color: #000;
    border: 0;
    background: #F6F6F6;
}

    .btfooter:after {
        content: "\f3d0"
    }

    .btfooter::after {
        font-family: "Ionicons";
        margin: 2px 0 0 8px;
        font-size: 12px;
    }









@media (max-width: 1199px) {
    .whapp {
        padding-left: 45px
    }

        .whapp span {
            font-size: 1.2em
        }

        .whapp::before {
            width: 32px;
            height: 32px;
            top: calc(50% - 17px);
            left: 5px;
        }
}

@media (max-width: 991px) {
    footer .container {
        width: 100%
    }

    footer .upper {
        padding: 22px 15px
    }

    footer .socials {
        margin-bottom: 15px
    }

        footer .socials li a {
            font-size: 35px;
            margin-right: 9px;
        }

    .menubottom {
        margin: 2px 0
    }

    footer .credits p {
        width: 100%;
        padding: 0 50px 0 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .credits .col-xs-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .credits p {
        padding: 0 0 0 0;
    }
}

@media (min-width: 768px) {
    #mf1, #mf2, #mf3 {
        display: block !important;
        height: auto !important;
    }
}

@media (max-width: 1199px) {
    footer .menu_footer h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    footer {
        margin-top: 23px
    }

        footer .credits {
            padding-top: 0;
            padding-bottom: 16px;
        }

        footer .newsletter h3 > span {
            display: none;
        }

        footer .main {
            padding-top: 20px;
            padding-bottom: 15px;
        }

        footer .menu_footer ul {
            margin-bottom: 0
        }

        footer .menu_footer h4 {
            margin-bottom: 10px
        }

        footer .menu_footer ul li a {
            padding: 9px 0;
        }

        footer .credits p {
            font-size: 12px;
        }
}


@media (max-width: 479px) {
    footer .main {
        padding-bottom: 32px
    }

    footer .socials {
        margin: 3px 0 22px
    }

        footer .socials li a {
            margin-right: 17px
        }

    .menubottom {
        margin: 15px 0;
        opacity: 0.8;
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 15px 0 0;
    }

        .menubottom a {
            padding: 4px 0
        }

    footer .credits p {
        font-size: 12px;
        line-height: 17px;
    }
}


/*  Newsletter banner desplegable *******************************/

.hide {
    display: none !important
}

.newsletter-tag {
    display: none;
    position: fixed;
    z-index: 11;
    bottom: 10px;
    right: 0;
    -moz-transform: translate(417px, -70%);
    -ms-transform: translate(417px, -70%);
    -webkit-transform: translate(417px, -70%);
    transform: translate(417px, -70%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    .newsletter-tag:hover {
        -moz-transform: translate(0, -70%);
        -ms-transform: translate(0, -70%);
        -webkit-transform: translate(0, -70%);
        transform: translate(0, -70%);
    }

    .newsletter-tag .newsletter-tag-hidden,
    .newsletter-tag .newsletter-tag-visible {
        display: inline-block;
        vertical-align: top;
    }

    .newsletter-tag .newsletter-tag-visible {
        background: #FFF;
        color: #000;
        width: 70px;
        left: 5px;
        top: 20px;
        position: relative;
        box-shadow: -4px 3px 7px rgba(0, 0, 0, 0.1);
    }

        .newsletter-tag .newsletter-tag-visible p {
            font-size: 10px;
            text-transform: uppercase;
            font-weight: lighter;
            color: #0054C8;
            padding: 9px 2px 2px 0;
            margin: 0;
            text-align: center;
            width: 100%;
        }

            .newsletter-tag .newsletter-tag-visible p::before {
                font-family: "diggit";
                font-size: 30px;
                background-size: auto;
                background-size: contain;
                position: relative;
                display: block;
                margin: 0 auto 3px;
                width: 31px;
                height: 22px;
            }

            .newsletter-tag .newsletter-tag-visible p::before {
                content: "s";
            }

#recaptcha2 {
    transform: scale(0.67);
    transform-origin: 0 0;
}

#recaptcha1,
#recaptcha2 {
    margin-top: 10px;
}

.newsletter-close::before {
    content: "\f129";
    display: block;
    font-family: "Ionicons";
    color: #000;
    position: absolute;
    top: 15px;
    right: 22px;
    cursor: pointer;
}

.newsletter-tag .newsletter-tag-hidden {
    width: 415px;
    height: 185px;
    background-color: #fff;
}

    .newsletter-tag .newsletter-tag-hidden p {
        color: #000;
    }

.form-newsletter .msg {
    padding: 2px 0 !important;
    display: inline !important;
    background: transparent !important;
}

    .form-newsletter .msg::before {
        right: 50px;
        z-index: 2;
        top: -27px;
    }

footer .main .form-newsletter .msg::before {
    display: none;
}

.newsletter-tag .newsletter-tag-hidden > span {
    padding: 15px 35px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.newsletter-tag .newsletter-tag-hidden h3 {
    margin: 0 0 12px;
    font-size: 1.36em;
    font-weight: lighter;
    color: #0054C8;
}

.newsletter-tag .newsletter-tag-hidden strong {
    font-size: 0.86em;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0 0 12px;
}

.newsletter-tag .newsletter-tag-hidden a {
    text-decoration: underline;
}

.newsletter-tag .form-newsletter {
    margin: 0;
}

    .newsletter-tag .form-newsletter fieldset {
        height: 37px;
        max-width: 100%;
    }

    .newsletter-tag .form-newsletter button {
        background: #0054C8;
        border: 1px solid #0054C8;
        color: #fff;
        display: block;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 41px;
        font-size: 21px;
        position: absolute;
        right: 0;
        padding: 0;
    }

        .newsletter-tag .form-newsletter button::before {
            font-family: 'Ionicons';
            content: "\f30f";
        }

        .newsletter-tag .form-newsletter button:hover {
            background: #003F84 none repeat scroll 0 0;
            color: #fff;
        }

    .newsletter-tag .form-newsletter .form-group {
        float: none !important;
        margin: 0px !important;
        position: unset;
        width: auto;
        display: flex;
    }

        .newsletter-tag .form-newsletter .form-group::before {
            display: none;
        }

    .newsletter-tag .form-newsletter input.form-control {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #fff;
        box-shadow: none;
        color: #000;
        font-weight: normal;
        font-style: italic;
        height: 50px;
        padding: 7px 11px;
        border-radius: 100px;
    }

/*////////////////////////////////////////////////////////////////////*/


/*   BOXES                 ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


/* PRODUCT_BOX */

.PRODUCT_BOX {
    background: transparent none repeat scroll 0 0;
    float: left;
    padding: 27px 10px 18px;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 1px;
}

.Product #related-product-slider .badge-ofertas {
    top: -164px;
}

/* box_image */

.PRODUCT_BOX .box_image {
    float: left;
    height: 350px;
    position: relative;
    width: 100%;
}

.PRODUCT_BOX .box_image>a>img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    font-size: 10px;
    color: #999;
    transform-style: unset !important;
}


/* box_data */

.PRODUCT_BOX .box_data {
    display: table;
    margin: auto;
    /*max-width: 320px;*/
    width: 100%;
}

.box_options {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 15px;
}

.PRODUCT_BOX .boxoptions {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.PRODUCT_BOX .item-options {
    float: left;
    position: relative;
    width: auto;
}

.PRODUCT_BOX .item-options.SIZE {
    display: none;
}


/* colores */

.PRODUCT_BOX .item-options>span {
    font-size: 0.92em;
    font-weight: 700;
    display: none;
}

.PRODUCT_BOX .item-options.COLOR .dropdown-menu {
    border: medium none;
    box-shadow: none;
    display: table;
    float: none;
    position: relative;
    width: auto;
    margin: auto;
    z-index: inherit;
    background: transparent;
    min-width: initial;
}

.PRODUCT_BOX li {
    margin-bottom: 3px;
}

.option-color {
    display: table;
    float: none;
    margin: 0 auto;
}

.option-color li {
    border-radius: 100%;
    display: block;
    float: left;
    height: 12px;
    margin: 0 8px 4px;
    overflow: hidden;
    width: 12px;
    border: 1px solid lightgray;
}

.option-color li img {
    float: left;
    height: 100%;
    width: 100%;
}

.PRODUCT_BOX h3 {
    color: #4F4F4F;
    height: 62px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    letter-spacing: -0.05em;
    font-size: 1.1em;
    line-height: 1.15em;
}


/* price_wrapper  */
.price_wrapper {
    float: left;
    height: 50px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.price {
    order: 3;
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #0f0f0f;
}

.PRODUCT_BOX .price_wo_taxes {
    order: 3;
    font-size: 0.75em;
    line-height: 1.3em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: gray;
}
.PRODUCT_BOX .price_wo_taxes span{
    margin-left: 3px;
}

.price span {
    font-size: 23px;
    margin-left: 4px;
    font-weight: 600;
}

.price_wrapper p {
    float: left;
    width: 100%;
    margin: 0 0 3px;
    text-align: center;
}

.tachado {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    position: relative;
    font-weight: normal;
    order: 1;
    opacity: 0.45;
}

.tachado>span {
    position: relative;
}

.tachado span::before {
    background: rgba(3, 3, 3, 0.67) none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -17px;
    position: absolute;
    top: 49%;
    width: calc(100% + 21px);
}

.price_wrapper.nonavailable {
    color: #9d9d9d;
    text-align: center;
    line-height: 1.3em;
    padding-top: 2px;
}


@media(max-width:479px) {
    .price_wrapper {
        height: 40px;
    }
}

/* buttons */

.buttons_wrapper {}

.BUTTONFAV {
    color: rgba(0, 0, 0, 0.2);
    font-family: "Ionicons";
    font-size: 1.5em;
    font-weight: lighter;
    right: -10px;
    padding: 10px;
    position: absolute;
    top: -27px;
}

.BUTTONFAV:hover,
.BUTTONFAV.added {
    color: #000
}

.BUTTONFAV.added {
    display: block !important;
}

.BUTTONFAV span {
    display: none
}

.BUTTONFAV:before {
    content: "\f387";
}


.BUTTONBUY {
    background: #0F8FFF;
    border-radius: 50px;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    max-width: 170px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.BUTTONBUY:hover {
    background: #0054C8;
    color: #fff;
}

.BUTTONBUY:focus {
    background: #0054C8;
    color: #fff !important;
}

.BUTTONBUY.nonavailable {
    /* margin-top: 40px!important; */
    opacity: 0.8;
}

.BUTTONBUY.nonavailable {
    background: #75787b;
}

.BUTTONBUY.nonavailable:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .PRODUCT_BOX .BUTTONBUY {
        display: none;
    }
}


/* PRODUCT_BOX:HOVER ****************************/

@media (min-width: 768px) {
    .PRODUCT_BOX:hover {
        outline: 1px solid #e5e5e5;
        box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.18);
    }

    .PRODUCT_BOX:hover h3 {
        color: #002d62;
        text-decoration: underline;
    }

    .PRODUCT_BOX:hover .BUTTONFAV {
        display: block
    }
}


/* PASTILLAS **********************************/

.badges ul {
    z-index: 1;
    position: absolute;
    top: -17px;
    left: 0;
    max-width: calc(100% - 30px);
}

.badges ul li {
    float: left;
    margin-right: 3px;
}

.badges ul li>div {
    background-color: #01BAD4;
    font-size: 13px;
    color: #fff;
    float: left;
    width: auto;
    display: block;
    padding: 2px 8px 2px;
    line-height: 1.2em;
    border-radius: 2px;
    border: 1px solid transparent;
}


.badge-lanzamiento {
    color: #fff !important;
    background: #FFA800 !important;
    border-color: #FFA800 !important;
}

.badge-preventa {
    color: #5c2da2 !important;
    background: linear-gradient(129.21deg, #F6F6F6 0%, #D8D8D8 33.33%, #FCFCFC 66.67%, #D8D8D8 100%), #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-color: #5c2da2 !important;
}

.badge-financiacion {
    color: #fff !important;
    font-weight: 500;
    background: #1CAF57 !important;
    border-color: #1CAF57 !important;
}




/* badge envio gratis  ************************/
.badge-enviogratis,
.badge-retiraya {
    color: #1E7C48;
    font-size: 13px;
    background-color: #E5F5EC;
    display: flex;
    padding: 2px 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: auto;
    line-height: 1em;
    border-radius: 5px;
    font-weight: 600;
}

.badge-enviogratis::before {
    font-family: "diggit";
    content: "f";
    margin: 1px 5px 0 1px;
    font-size: 1.2em;
}

/* badge retiralo ya  ************************/
.badge-retiraya {
    color: #1E587E;
    background-color: #EAF6FF;
}

.badge-retiraya::before {
    content: "";
    margin: 1px 5px 0 1px;
    width: 14px;
    background-image: url(/Content/Images/retiraloya.svg);
    height: 13px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}


.badges-botton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid lightgray;
    height: 54px;
}


@media(max-width:767px) {
    .badges-botton {
        flex-direction: column;
        align-items: center;
    }
}

/* Pastilla descuento en price_wrapper ************************/
.badge-dto {
    color: #00A786;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 1;
    text-shadow: none;
    order: 2;
    height: auto;
    margin-left: 10px;
}

.badge-dto strong::after {
    content: "OFF";
    margin-left: 3px;
    letter-spacing: -0.02em;
}

.badge-dto small {
    font-size: 1em;
    padding-left: 1px;
}



@media (max-width:767px) {
    .Product .BUY .BUTTONFAV {
        color: #000;
        font-family: "Ionicons";
        font-size: 2em;
        font-weight: lighter;
        padding: 10px;
        position: unset;
    }

}

@media (max-width:479px) {
    .price span {
        font-size: 18px;
    }

    .badges-botton {
        flex-direction: column;
        width: auto;
        align-items: center;
        margin-top: 5px;
    }

    .badge-enviogratis,
    .badge-retiraya {
        font-size: 12px;
    }

    .badge-enviogratis::before,
    .badge-retiraya::before {
        display: none;
    }
}








/* Pastillas en Product Detail **********************************************/
.GALLERY #g_image .badges {
    z-index: 1;
}

.GALLERY #g_image .badges ul {
    margin: 0;
}










/* CATEGORY_BOX  ****************************************/
.category_box .MARCA {
    color: #999;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.category_box h3 {
    font-size: 1.5em;
    margin: 10px 0 0;
    text-align: center;
}






/* PRODUCT_BOX responsive  ****************************************/

@media (max-width: 1439px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .PRODUCT_BOX .badges ul {
        top: -20px
    }

    .PRODUCT_BOX .badges ul li {
        clear: left
    }

    .PRODUCT_BOX .BUTTONFAV {
        top: -30px
    }

    .PRODUCT_BOX .box_options {
        min-height: 25px;
        margin-bottom: 15px;
    }

    .PRODUCT_BOX .item-options.COLOR .dropdown-menu {
        padding: 0
    }

    .PRODUCT_BOX .item-options.COLOR li {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        pointer-events: none;
    }

    .BUTTONFAV {
        /*display:none;*/
    }

    .option-color li {
        height: 10px;
        width: 10px;
    }
}

@media (max-width: 479px) {
    .PRODUCT_BOX {
        font-size: 0.9em;
        padding: 25px 2px 15px;
    }

    .PRODUCT_BOX .box_options {
        min-height: 23px;
        margin: 2px 0 11px;
    }

    .PRODUCT_BOX .item-options.COLOR li {
        width: 8px;
        height: 8px;
        margin: 0 3.5px;
    }

    .option-color li {
        height: 8px;
        margin: 0 3px 5px;
        width: 8px;
    }

    .PRODUCT_BOX .badges ul li>div {
        padding: 1px 3px 2px;
        font-size: 0.8em;
    }

    .badge-dto {
        font-size: 14px;
        margin-left: 8px;
    }

    .PRODUCT_BOX h3 {
        font-size: 13px;
        letter-spacing: -1px;
        overflow: hidden;
    }

    .tachado {
        font-size: 13px;
        line-height: 14px;
    }

}














/* PRODUCT_LIST - VISTA GRILLA DEFAULT **************************
*****************************************************************/

@media (min-width: 1549px) {
    .Category .product_list.gridview>ul>li,
    .Category .product_list.gridview>.infiniteContent>ul>li {
        width: 25%
    }
    .gridview>ul>li:nth-child(4n+5) {
        clear: both !important
    }

    .gridview>ul>li:nth-child(3n+4) {
        clear: none !important
    }
}


.gridview>ul>li {
    margin-bottom: 28px
}

.gridview>ul>li:nth-child(4n+5) {
    clear: none
}

.gridview>ul>li:nth-child(3n+4) {
    clear: both
}

.gridview .PRODUCT_BOX .box_image {
    height: 290px
}

.gridview .PRODUCT_BOX h3 {
    height: 60px
}


@media (max-width: 1199px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 280px
    }

    .gridview>ul>li:nth-child(3n+4) {
        clear: none
    }

    .gridview>ul>li:nth-child(2n+3) {
        clear: both
    }
}

@media (max-width: 991px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 220px
    }
}

@media (max-width: 767px) {
    .gridview .PRODUCT_BOX .box_image {
        height: 225px
    }
}

@media (max-width: 479px) {
    .gridview .PRODUCT_BOX {
        width: 106%;
    }

    .gridview>ul>li {
        margin-bottom: 16px
    }

    .gridview .item:nth-child(2n+1) .PRODUCT_BOX {}

    .gridview .item:nth-child(2n+2) .PRODUCT_BOX {
        margin-left: -6%;
    }

    .gridview .PRODUCT_BOX .box_image {
        height: 125px
    }
}



/* PRODUCT_LIST - VISTA LISTADO *********************************
*****************************************************************/

.listview .PRODUCT_BOX {
    display: flex;
    margin: 0 0 15px 0 !important;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    gap: 20px;
    border-radius: 0;
}

.listview .PRODUCT_BOX .box_image {
    display: flex;
    flex-direction: column;
    width: 12%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 6px;
}

.listview .PRODUCT_BOX .box_image img {
    margin-top: 0;
    position: relative;
    max-height: 100px;
    width: auto;
}

.listview .PRODUCT_BOX h5 {
    font-size: 13px;
    margin:0;
    text-align: right;
}

.listview .PRODUCT_BOX .BUTTONBUY {
    max-width: 125px;
    padding: 9px;
    line-height: 15px;
    margin: 0 0 0 auto;
}

.listview .PRODUCT_BOX .box_options {
    width: 68%;
    height: auto;
    text-align: left;
    border: 0;
    padding: 0;
    margin: 10px 0;
}

.listview .PRODUCT_BOX .boxoptions {
    position: relative;
    width: 100%;
    align-items: flex-end;
    height: auto;
    margin: 0;
}

.listview .PRODUCT_BOX h3 {
    text-align: left;
    font-size: 1.35em;
    height: auto !important;
    margin: 0 0 10px;
    color: black;
}

.listview .PRODUCT_BOX h4 {
    color: #282D3B;
    font-size: 1em;
}

.listview .PRODUCT_BOX .box_data {
    margin:0;
    width: 20%;
}

.listview .PRODUCT_BOX .box_data > span {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 5px;
}

.listview .PRODUCT_BOX .cuotaBox {
    order: unset;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.listview .PRODUCT_BOX .box_badges {
    float: left;
    width: 100%;
    display: block;
    margin: 10px 0 auto;
    clear: left;
}

.listview .PRODUCT_BOX .badges {
    position: absolute;
    left: 0;
}

.listview .PRODUCT_BOX .badges ul {
    position: relative;
    top: auto;
    left: auto;
    float: left;
}
.listview .PRODUCT_BOX .cucardas > ul > div {
    width: 40px;
}

.listview .PRODUCT_BOX .abajo-izquierda,
.listview .PRODUCT_BOX .abajo-derecha {
    bottom: 22px;
}

.listview .PRODUCT_BOX .badge-enviogratis,
.listview .PRODUCT_BOX .badge-retiraya {
    font-size: 0.88em;
}

.listview .PRODUCT_BOX .comp-button {
    justify-content: flex-start;
}

.listview .PRODUCT_BOX .comp-button::after {
    font-size: 13px;
}

.listview .PRODUCT_BOX .badges ul li>div {
    padding: 1px 5px 2px;
    font-size: 0.8em;
}


.listview .PRODUCT_BOX .BUTTONFAV {
    right: 0;
    top: -10px;
    bottom: auto;
    display: none;
}

.listview .PRODUCT_BOX .price_wrapper,
.listview .PRODUCT_BOX .price {
    justify-content: flex-end;
    text-align: right;
    height: auto;
}

.listview .PRODUCT_BOX .price {
    margin: 0 0 4px;
}


.listview .PRODUCT_BOX .option-color li {
    height: 10px;
    margin: 0 4px 4px;
    width: 10px;
}

.listview .PRODUCT_BOX .badges-botton {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: unset;
    height: auto;
}
.listview .PRODUCT_BOX .nocuotas,
.listview .PRODUCT_BOX .notachado{
    display: none;
}

@media (min-width: 768px) {

    .listview .PRODUCT_BOX:hover {
        border-color: #ddd;
        box-shadow: unset;
    }

    .listview .PRODUCT_BOX:hover h3 {
        color: black;
        text-decoration: underline;
    }

    .listview .PRODUCT_BOX:hover h4 {
        color: #282D3B;
        text-decoration:none;
    }

    .listview .PRODUCT_BOX:hover .BUTTONFAV {
        display: none
    }
    .listview .PRODUCT_BOX .box_data .badges-botton{
        display:none;
    }
}

@media (max-width: 991px) {
    .listview .PRODUCT_BOX h3 {
        font-size: 1.2em;
        margin: 2px 0 10px;
    }
}

@media (max-width: 767px) {
    .listview .PRODUCT_BOX {
        display: grid;
        gap: 6px;
        grid-template-columns: [col1-start] 30% [col2-start] 70% [col2-end];
        grid-template-rows: [row1-start] auto [row2-start] auto [row2-end];
    }
    .listview .PRODUCT_BOX .box_options, 
    .listview .PRODUCT_BOX .box_data,
    .listview .PRODUCT_BOX .box_image {
        width: 100%;
    }
    .listview .PRODUCT_BOX .box_image {
        grid-row: row1-start / row2-end;
        grid-column: col1-start;
        gap: 3px;
    }
    .listview .PRODUCT_BOX .box_options {
        grid-column: col2-start;
        grid-row: row1-start;
        margin: 0
    } 
    .listview .PRODUCT_BOX .box_data {
        grid-column: col2-start;
        grid-row: row2-start;
    }

    .listview .PRODUCT_BOX .price_wrapper, 
    .listview .PRODUCT_BOX .price {
        justify-content: flex-start;
        text-align: left;
    }
    .listview .PRODUCT_BOX h3 {
        font-size: 1em;
        margin: 0;
    }

    .listview .PRODUCT_BOX .badges-botton {
        flex-direction: row;
        align-items: center;
    }
    .listview .PRODUCT_BOX .box_options .badges-botton{
        display:none;
    }

    .listview .PRODUCT_BOX .badges ul {
        clear: none
    }

    .listview .PRODUCT_BOX .cuotaBox {
        justify-content: flex-start;
        margin: 2px 0;
    }

    .listview .PRODUCT_BOX .boxoptions {
        margin: 0 0 6px;
    }

    .listview .PRODUCT_BOX .price {
        margin: 0
    }

    .listview .PRODUCT_BOX .badge-enviogratis, 
    .listview .PRODUCT_BOX .badge-retiraya {
        font-size: 0.88em;
        margin: 5px 0;
    }
}

@media (max-width: 479px) {
    .listview .PRODUCT_BOX {
        grid-template-columns: [col1-start] 40% [col2-start] 60% [col2-end];
    }
    .listview .PRODUCT_BOX .box_image img {
        max-height: 110px;
    }
}









/* BOX EN OWL SLIDER - HOME *******************************************
*****************************************************************/
.owl-carousel .PRODUCT_BOX .box_image {
    height: 263px
}

@media (max-width: 1439px) {
    .owl-carousel .PRODUCT_BOX .box_image {}
}

@media (max-width: 1199px) {
    .owl-carousel .PRODUCT_BOX .box_image {}
}

@media (max-width: 991px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 230px
    }
}

@media (max-width: 767px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 220px
    }
}

@media (max-width: 479px) {
    .owl-carousel .PRODUCT_BOX .box_image {
        height: 125px !important
    }
}


.cuotaBox {
    order: 4;
    line-height: 1em;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #00A786;
}

.cuotaDetail {
    order: 1;
    line-height: 1em;
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    display: flex;
    align-items: baseline;
    color: #000;
}

.SEO {
    padding: 0px 27px;
    width: 100%;
}

.SEO_BOX {
    float: left;
    margin-bottom: 35px;
    padding: 27px 10px 18px;
    position: relative;
    width: 100%;
    border: 1px solid #0000001c;
    background: #FFFFFF;
    /*box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);*/
}

.SEO_BOX h3 {
    color: #4F4F4F;
    height: 31px;
    margin: 0;
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 1.1em;
    line-height: 1.38em;
}

@media (max-width: 479px) {
    .cuotaBox h5 {
        margin: 5px 0 10px;
        font-size: 12px;
    }
}


/*PRODUCT_BOX_RELATED_PDP*/


@media (min-width: 768px) {
    .PRODUCT_BOX_RELATED_PDP {
        display: flex;
        border: 1px solid lightgray;
        height: 200px;
        gap: 15px;
        border-radius: 3px;
        align-items: center;
    }

    .PRODUCT_BOX_RELATED_PDP .BUTTONBUY,
    .PRODUCT_BOX_RELATED_PDP .BUTTONFAV,
    .PRODUCT_BOX_RELATED_PDP .badge-enviogratis::before,
    .PRODUCT_BOX_RELATED_PDP .badge-retiraya::before,
    .PRODUCT_BOX_RELATED_PDP .price.notachado,
    .PRODUCT_BOX_RELATED_PDP .nocuotas,
    .PRODUCT_BOX_RELATED_PDP .cuotaBox .hidden-xs  {
        display: none;
    }

    .PRODUCT_BOX_RELATED_PDP .box_image>a>img {
        position: relative;
        width: auto;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .block-image {
        display: flex;
        flex-direction: column;
        width: 30%;
    }

    .PRODUCT_BOX_RELATED_PDP .block-data {
        width: 70%;
    }

    .Product .owl-carousel .PRODUCT_BOX.PRODUCT_BOX_RELATED_PDP .box_image {
        height: 135px;
    }

    .Product .related .owl-nav>div {
        top: calc(40% - 20px);
    }

    .Product .related .owl-prev {
        left: -25px;
    }

    .Product .related .owl-next {
        right: -25px;
    }

    .Product .related .owl-carousel .owl-stage-outer {
        padding: 0 1px 0 0;
    }

    .PRODUCT_BOX_RELATED_PDP .badges-botton {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        margin-top: 10px;
        padding-top: 5px;
        border-top: unset;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP h3 {
        color: #4F4F4F;
        height: 62px;
        margin: 0;
        text-align: left;
        font-weight: normal;
        letter-spacing: -0.05em;
        font-size: 1.1em;
        line-height: 1.15em;
        margin-bottom: 10px;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper,
    .PRODUCT_BOX_RELATED_PDP .cuotaBox,
    .PRODUCT_BOX_RELATED_PDP .price,
    .PRODUCT_BOX_RELATED_PDP .badges-botton {
        justify-content: flex-start;
    }

    .PRODUCT_BOX_RELATED_PDP .arriba-izquierda, 
    .PRODUCT_BOX_RELATED_PDP .arriba-derecha,
    .PRODUCT_BOX_RELATED_PDP .abajo-izquierda,
    .PRODUCT_BOX_RELATED_PDP .abajo-derecha {
        width: 35px;
    }

    .PRODUCT_BOX_RELATED_PDP .price_wrapper{
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .badges ul {
        top: -8px;
    }

    .PRODUCT_BOX_RELATED_PDP .box_options {
        margin-bottom: 0;
        margin-top: 5px;
        height: auto;
    }

    .PRODUCT_BOX_RELATED_PDP .option-color li {
        margin: 0 5px 4px;
    }

    .PRODUCT_BOX_RELATED_PDP .tachado {
        margin-bottom: 5px;
    }
}

@media (max-width: 1229px) {
    .Product .related .owl-prev {
        left: 0;
    }
    .Product .related .owl-next {
        right: 0;
    }
}


/*////////////////////////////////////////////////////////////////////*/
/*   HOME                  ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/

@media(min-width:768){
    header .main.fixedmain {
        position: fixed;
        top: 0;
        z-index: 1030;
        width: 100%;
        -webkit-transition: all 2s ease-in;
        transition: all 1s ease-in;
    }
}

/* OWL SLIDER *****************************************/
.owl-item.loading {
    /*background: url(/Content/Images/AjaxLoader.gif) no-repeat center center;*/
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-carousel .owl-item article img {
    transform-style: unset !important;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0.1;
}

.owl-carousel {
    margin: 0;
    z-index: 0;
}

.owl-nav>div {
    color: #000;
    cursor: pointer;
    font-family: "Ionicons";
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: calc(44% - 34px);
    z-index: 3;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-prev:before {
    content: "\f3d2"
}

.owl-next:before {
    content: "\f3d3"
}

.owl-prev:before {
    float: left
}

.owl-next:before {
    float: right
}

.owl-nav>div:hover {
    color: #1428a0;
}


/* dots */
.owl-dots {
    margin: 11.5px auto;
    position: relative;
    width: auto !important;
    float: none;
    display: table;
}

.owl-dots div {
    background: #1b1b1b;
    border: 1.2px solid white;
    border-radius: 100%;
    display: inline-block;
    height: 12.2px;
    margin: 0 7px;
    text-align: center;
    width: 12px;
    opacity: .4;
}

.owl-prev {
    border-radius: 0 90px 90px 0
}

.owl-next {
    border-radius: 90px 0 0 90px
}

.owl-dots div:hover {
    background: #eee
}

.owl-dots .active {
    background-color: #0054C8;
    border-color: #0054C8;
    pointer-events: none;
    opacity: 1;
}

/* OWL SLIDER MAIN-SLIDER ******/
.main-slider {
    /*margin-bottom: 21px;*/
}

.main-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.main-slider .owl-nav>div {
    color: #FFFFFF8F;
    width: 30px;
    height: 68px;
    line-height: 68px;
    text-shadow: none;
    background-color: transparent;
    font-size: 40px;
}

.main-slider .owl-nav>div:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
}

.main-slider .owl-prev {
    left: 0;
}

.main-slider .owl-next {
    right: 0;
}

.main-slider .owl-prev::before {
    float: left;
    width: 75%;
}

.main-slider .owl-next::before {
    float: right;
    width: 75%;
}


@media (max-width: 1199px) {
    .owl-dots {
        margin: 3px auto 12px
    }
}

@media (max-width: 991px) {
    .main-slider .owl-nav>div {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .main-slider {
        margin-bottom: 10px;
    }

    .Home .owl-dots {
        display: none !important
    }

}

@media (max-width: 479px) {
    .related:not(.related-reloj) .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .related .owl-controls {
        display: none;
    }
    .related .owl-prev {
        left: 0 !important;
    }

    .related .owl-next {
        right: 0 !important;
    }

}


/************************** Banner de Relacionados *****************************************/

.relatedgroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-shrink:1;
    width:100%;
}

.relatedgroup .banner-related {
    /*width: 33.33333333%;*/
    width:auto;
}

.relatedgroup .related.related2,.relatedgroup .related.related4 {
    width: 100%
}

#home-related-slider-1  {
    width: 66.66666667%;
}

@media(max-width: 991px) {
    #home-related-slider-1,
    .relatedgroup .banner-related  {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .bannergroup {
        flex-direction:column
    }

    .bannergroup .banner-related {
        width: 100%;
        height: 185px;
        margin: 0 0 30px
    }

    .relatedgroup {
        gap: 15px;
        flex-direction: column
    }

    .relatedgroup .related {
        width: 100%
    }

    .bannergroup .related {
        width: 100%
    }

    .relatedgroup .banner-related {
        width: calc(100% + 30px);
        height: auto;
        left: -15px;
        position: relative;
        overflow: hidden;
    }
}

@media(max-width: 479px) {
    .bannergroup .banner-related {
        height:145px
    }
}

@media(max-width: 360px) {
    .bannergroup .banner-related {
        height:100px
    }
}

/*************************/
/* Counter + Destacado   ****************************************/


.related-reloj {
    /*display: flex;*/
}

.related-reloj>div {
    height: auto;
}

.Clock {
    height: 100%;
    display: flex;
    flex-shrink:1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F3F3F5;
}

.Clock h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 115%;
    color: #003F84;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.Clock h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    color: #003F84;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.Clock h3 {
    margin: 20px 0px 10px 0px !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #003F84;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
}

.Clock h3:before {
    content: url('/Content/images/i-time.svg');
    position: relative;
    top: 5px;
    right: 5px;
}

.Clock .counter {
    margin: 0px;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 16px 0px;
    background: #0054C8;
}

.Clock .counter .reloj {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Clock .counter p {
    margin: 0 !important;
}

.Clock .main {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Clock .main .info {
    font-size: 60px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    line-height: 100%;
}

.Clock .main .info::after {
    content: ":";
    font-family: "Open Sans";
    position: relative;
    top: 0px;
    left: 16px;
    top: -5px;
    font-size: 55px;
}

.Clock .main:last-child .info::after {
    content: "";
}

.Clock .main .unit {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}


@media (max-width: 1439px) {
    .Clock .main .info {
        font-size: 50px;
    }
    .Clock .main .info::after {
        left: 12px;
        font-size: 45px;
    }
    .Clock .main .unit {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .Clock .main .info {
        font-size: 40px;
    }
    .Clock .main .info::after {
        left: 10px;
        font-size: 35px;
    }
    .Clock .main .unit {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .related-reloj {
        height: auto;
        flex-direction: column;
        background: #F3F3F5;
        padding-bottom: 60px;
    }

    .Clock {
        padding: 50px 15px;
    }

    .Clock .main .info {
        font-size: 48px;
    }

    .Clock .counter {
        max-width: 400px;
        margin-top: 10px;
    }
    .Clock .main {
        width: 26%;
    }
}

@media (max-width: 767px) {

    #home-related-slider-reloj {
        height: auto;
        margin-bottom: 0px !important;
    }

    #home-related-slider-reloj .PRODUCT_BOX .box_data {
        height: auto !important;
    }

    .Clock h2 {
        font-size: 28px;
    }
    .Clock h3 {
        margin: 15px 0px 0px 0px !important;
    }
    .Clock .main .info {
        font-size: 43px;
    }
    .Clock .main .unit {
        font-size: 12px;
    }
    .Clock .main .info::after {
        left: 8px;
        font-size: 35px;
    }
}

@media (max-width: 479px) {
    #home-related-slider-reloj.owl-carousel .owl-stage,
    #home-related-slider-1.owl-carousel .owl-stage {
        left: -60px !important;
    }

    #home-related-slider-big.owl-carousel .owl-stage,
    #home-related-slider-2.owl-carousel .owl-stage,
    #home-related-slider-3.owl-carousel .owl-stage {
        left: -30px !important;
    }

    .Clock .counter {
        max-width: 300px;
        padding: 12px 0px;
    }

    .Clock h1 {
        font-size: 58px;
    }
    .Clock h2 {
        font-size: 24px;
    }
    .Clock h3 {
        margin: 15px 0px 0px 0px !important;
        font-size: 16px;
    }
}

@media (max-width: 359px) {

    #home-related-slider-big.owl-carousel .owl-stage,
    #home-related-slider-2.owl-carousel .owl-stage,
    #home-related-slider-3.owl-carousel .owl-stage {
        left: -60px !important;
    }
}

/* OWL SLIDER RELATED-SLIDER *****************/

.related .owl-carousel .owl-stage-outer {
    clear: both;
}

.related {
    margin: 40px 0 30px !important;
}

.related .owl-nav>div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 4px;
    top: calc(30% - 20px);
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
}

.related .owl-prev {
    left: 10px;
}

.related .owl-next {
    right: 10px
}

.related .owl-next::before {
    float: unset;
}



/* DESTACADOS ********/
.Home .related {
    margin-bottom: 64px;
}

.related:not(.related-reloj) > div > h2 {
    color: #000;
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.related > div > h2 span a {
    color: #006AFD;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    padding-left: 10px;
}

.related .owl-carousel {
    display: flex;
}

@media (max-width: 1199px) {
    .related>h2 {
        font-size: 27px
    }

}


@media (max-width: 991px) {
    .related>h2 {
        font-size: 25px;
        margin-bottom: -10px;
    }
    .related .owl-carousel {
        display: inline-block;
    }
}


@media (max-width: 767px) {

    .related:not(.related-reloj) > div > h2 {
        font-size: 25px;
        line-height: 28px;
    }
    
    .related > div > h2 span a {
        font-size: 15px;
        padding: 0;
        width: 100%;
        display: block;
    }

    .related .owl-nav>div {
        font-size: 2.14em
    }
}

@media (max-width: 479px) {
    .related>h2 {
        width: 100%;
    }

    .bannergroup {
        margin-bottom: 10px;
    }
}




/*Brand Slider*/

.related.brand-slider .brands {
    height: 80px;
    margin: 20px 0;
}

[id*="brand-slider"] img {
    filter: grayscale(1);
    width: 100% !important;
}

[id*="brand-slider"] img:hover {
    filter: grayscale(0);
}

[id*="brand-slider"] .owl-prev, [id*="brand-slider"] .owl-next {
    top: 22% !important;
}

.related.brand-slider .owl-prev {
    left: -15px;
}

.related.brand-slider .owl-next {
    right: -15px;
}

.brand-slider li.item img {
    height: 85px;
    width: auto !important;
}

.brand-slider a {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* BANNER HOME SERVICIOS  */

.b-servicios {
    background: #fff;
    padding-top: 8px;
}

.b-servicios .banner-item {
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.b-servicios .item {
    display: inline-flex;
    float: left;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    justify-content: flex-start;
    position: relative;
}

.b-servicios .item .icono {
    display: flex;
    background-size: contain;
    background-position: center;
    content: "";
    background-repeat: no-repeat;
    margin-right: 20px;
}

.b-servicios .item1 .icono {
    width: 150px
}

.b-servicios .item2 .icono {
    width: 45px
}

.b-servicios .item3 .icono {
    width: 35px
}

.b-servicios .item4 .icono {
    width: 34px
}

.b-servicios .item .icono img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.b-servicios .item>span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1em;
    line-height: 1.4em;
}

.b-servicios .item>span a {
    color: #2972f8;
    text-decoration: underline;
    display: inline-flex;
}

.b-servicios .item>span a span {
    margin: 0 3px
}

.b-servicios .item>span a:hover {
    color: #002d62
}

.b-servicios .sep {
    width: 1px;
    height: 56px;
    background-color: #ccc;
}


@media (max-width: 1439px) {
    .b-servicios .item>span {
        font-size: 0.95em;
    }
}

@media (max-width: 1270px) {
    .b-servicios .item>span {
        font-size: 0.9em;
        line-height: 1.3em
    }

    .b-servicios .item1 .icono {
        width: 118px
    }

    .b-servicios .item2 .icono {
        width: 40px
    }

    .b-servicios .item3 .icono {
        width: 28px
    }

    .b-servicios .item4 .icono {
        width: 30px
    }

    .b-servicios .item .icono {
        margin-right: 12px
    }
}

@media (max-width: 1199px) {
    .b-servicios .banner-item {
        margin-top: 10px;
    }

    .b-servicios .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .b-servicios .item .icono {
        margin: 0 auto;
        height: 49px;
    }

    .b-servicios .item>span {
        align-items: center;
    }

    .b-servicios .sep {
        height: 77px;
        margin-top: 6px;
    }
}

@media (max-width: 991px) {
    .b-servicios .item>span {
        font-size: 0.87em;
        line-height: 1.2em;
    }
}

@media (max-width: 767px) {
    .header-main.col-xs-12 {
        padding: 0;
    }

    .b-servicios .banner-item {
        margin: -15px 0 15px;
        padding: 9px 0 6px;
    }

    .b-servicios .item>span {
        line-height: 1.15em
    }

    .b-servicios .item .icono {
        height: 40px
    }

    .b-servicios .item1 .icono {
        width: 118px
    }

    .b-servicios .item2 .icono {
        width: 40px
    }

    .b-servicios .item3 .icono {
        width: 28px
    }

    .b-servicios .item4 .icono {
        width: 30px
    }

    .b-servicios .sep {
        display: none
    }
}

@media (max-width: 479px) {
    .b-servicios .banner-item {
        margin-bottom: 9px;
        position: relative;
        padding: 10px 0 16px;
        flex-wrap: wrap;
        border-bottom: 1px solid #e2e2e2;
    }

    .b-servicios .item .icono {
        height: 31px
    }

    .b-servicios .item1 .icono {
        width: 122px;
        height: 35px
    }

    .b-servicios .item2 .icono {
        width: 25px
    }

    .b-servicios .item3 .icono {
        width: 20px
    }

    .b-servicios .item4 .icono {
        width: 18px
    }

    .b-servicios .item1 {
        position: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .b-servicios .item1 .icono {
        height: 36px;
        width: 122px;
        margin: 0;
    }

    .b-servicios .item1>span {
        display: inline-block
    }

    .b-servicios .item1 br {
        display: none
    }
}





/* BANNER ALL-SITE PROMOS, HOTSALE, etc. ***********************************/
.b-allsite .banner,
.tira-html .banner {
    padding: 13px 0;
    float: left;
    width: 100%;
    background: rgb(241, 241, 241);
    background: linear-gradient(0deg, rgba(241, 241, 241, 1) 86%, rgba(230, 230, 230, 1) 100%);
}

.b-allsite .promo,
.tira-html .promo2 {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
}

.b-allsite .promo a,
.tira-html .promo2 a {
    color: #005DA4;
    font-weight: bold;
    margin-left: 3px;
    text-decoration: underline;
}

.tira-html .banner {
    margin-bottom: 25px;
}

@media(max-width: 767px) {

    .b-allsite .promo,
    .tira-html .promo2 {
        font-size: 12px;
        line-height: 15px;
    }

    .b-allsite .banner,
    .tira-html .banner {
        padding: 11px 10px;
    }

}

@media(max-width: 767px) {

    .tira-html .banner {
        margin-bottom: 10px;
    }

}


/** banners circulitos categorias slider **/
#categs-slider {
    display: inline-block;
    padding: 0 0 0 3px;
    margin: 55px 0 70px;
}

.related #categs-slider .owl-nav>div {
    top: 30%
}

#categs-slider .home-categories-item {
    display: flex;
    justify-content: center;
}

#categs-slider .home-categories-item>a {
    flex: 0 1 auto;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1em;
    justify-content: center;
    align-items: center;
}

#categs-slider .home-categories-img {
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto 10px;
    border-radius: 100px;
    filter: brightness(0.95);
}

#categs-slider .home-categories-item a:hover .home-categories-img {
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .2);
    border-color: #fff;
}

#categs-slider .home-categories-name {
    color: #484948;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
    margin-bottom: 4px;
}

#categs-slider .home-categories-description {
    color: #00A786;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

#categs-slider .owl-nav>div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 4px;
    top: calc(36% - 20px);
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
}

@media (max-width: 991px) {
    #categs-slider {
        margin: 18px 0 25px;
    }

    #categs-slider .home-categories-img {
        width: 130px !important;
        height: 130px !important;
    }

    #categs-slider .home-categories-img {
        width: 125px !important;
        height: 125px !important;
    }

    #categs-slider .owl-prev {
        left: -12px;
    }

    #categs-slider .owl-next {
        right: -12px;
    }

    #categs-slider .home-categories-name {
        font-size: 14px
    }

    #categs-slider .home-categories-description {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #categs-slider .owl-prev {
        left: 0;
    }

    #categs-slider .owl-next {
        right: 0;
    }
    .related #categs-slider .owl-nav>div {
        top: 23%
    }

    #categs-slider .owl-nav>div {
        width: 16px;
        font-size: 2em;
    }

    #categs-slider {
        margin: 44px 0 25px;
    }
}

/** banners circulitos categorias slider **/
#categs-slider-notfound {
    display: inline-block;
}

.related #categs-slider-notfound .owl-nav>div {
    top: 30%
}

#categs-slider-notfound .home-categories-item {
    display: flex;
    justify-content: center;
}

#categs-slider-notfound .home-categories-item>a {
    flex: 0 1 auto;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1em;
    justify-content: center;
    align-items: center;
}

#categs-slider-notfound .home-categories-img {
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto 10px;
    border-radius: 100px;
    filter: brightness(0.95);
}

#categs-slider-notfound .home-categories-item a:hover .home-categories-img {
    box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, .2);
    border-color: #fff;
}

#categs-slider-notfound .home-categories-name {
    color: #484948;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    max-width: 150px;
    margin-bottom: 4px;
}

#categs-slider-notfound .home-categories-description {
    color: #00A786;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

#categs-slider-notfound .owl-nav>div {
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    text-align: center !important;
    text-indent: 4px;
    top: calc(36% - 20px);
    width: 26px;
    text-shadow: none !important;
    font-size: 2.85em;
}

@media (max-width: 991px) {

    #categs-slider-notfound {
        margin: 0;
    }

    #categs-slider-notfound .home-categories-img {
        width: 130px !important;
        height: 130px !important;
    }

    #categs-slider-notfound .home-categories-img {
        width: 125px !important;
        height: 125px !important;
    }

    #categs-slider-notfound .owl-prev {
        left: -12px;
    }

    #categs-slider-notfound .owl-next {
        right: -12px;
    }

    #categs-slider-notfound .home-categories-name {
        font-size: 14px
    }

    #categs-slider-notfound .home-categories-description {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    #categs-slider-notfound .owl-prev {
        left: 0;
    }

    #categs-slider-notfound .owl-next {
        right: 0;
    }
    .related #categs-slider-notfound .owl-nav>div {
        top: 23%
    }

    #categs-slider-notfound .owl-nav>div {
        width: 16px;
        font-size: 2em;
    }
    .banner-circulos-notfound {
        margin: 15px 0 !important;
    }
}



/* BANNERGROUP ***********************************/
.bannergroup {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.bannergroup.triple>div {
    display: flex;
    gap: 30px;
}

.bannergroup.sector-slider {
    margin-bottom: 75px;
    padding: 0 15px;
}

.bannergroup.sector-slider .owl-prev {
    left: -15px;
}

.bannergroup.sector-slider .owl-next {
    right: -15px;
}

.bannergroup.sector-slider .owl-nav>div {
    top: 48%;
    font-size: 50px;
}

@media (max-width: 991px) {}

@media (max-width: 767px) {

    .bannergroup.triple>div {
        flex-direction: column;
    }
}


@media (max-width: 767px) {
    #mm-0.mm-page.mm-slideout #wrap #body .container div.row {
        margin-top: 0px !important;
    }

    #main-slider .container .row .bannergroup.sector2 {
        margin-bottom: 0px;
        float: none;
    }
}

.b-allsite .banner,
.tira-html .banner {
    background-color: #d9d9d9 !important;
    background: #d9d9d9 !important;
    color: rgb(45, 45, 45) !important;
}

.b-allsite .promo,
.tira-html .promo2 {
    color: rgb(45, 45, 45) !important;
}

.b-allsite .promo a,
.tira-html .promo2 a {
    color: rgb(45, 45, 45) !important;
}

/* Start - Slider Home Desktop With HTML */
#main-slider .owl-item>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.owl-image {
    width: 100%;
    height: auto;
}
.owl-full {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) no-repeat scroll center top / cover;
    left: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 100%;
    z-index: 1;
    color: #fff;
    height: auto;
    transform: translateY(-50%);
}
.owl-full h2 {
    font-size: 2.9em;
    line-height: 1em;
    margin: 0 0 10px 7%;
    max-width: 450px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 70%;
    font-family: 'Knockout-HTF30-JuniorWelterwt';
    letter-spacing: 0.04em;
}
.owl-full p {
    font-size: 1.3em;
    font-weight: lighter;
    letter-spacing: 0.03em;
    line-height: 1.5em;
    margin: 0 0 20px 7%;
    max-width: 400px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 70%;
}
.owl-full .botonB {
    border: 1px solid;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 0.9em;
    margin: 0 0 20px 0%;
    padding: 0.8em 1.2em;
    transition: background-color 0.1s ease 0s;
}
.owl-full .boton {
    border: 2px solid;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-size: 0.95em;
    font-weight: bold;
    line-height: 0.9em;
    margin: 0 0 20px 0%;
    padding: 1em 1.2em;
    transition: background-color 0.1s ease 0s;
}
.owl-full .boton:before {
    content: "\f3d3";
}
.owl-full .boton::before {
    float: right;
    font-family: "Ionicons";
    font-size: 0.9em;
    margin: 1px 0 0 8px;
    opacity: 0.7;
}
/* color texto (blanco o negro) */
.owl-full.white h2, .owl-full.white p {
    color: #000;
}
.owl-full.black h2,
.owl-full.black p {
    color: #000
}
.owl-full.white a {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.owl-full.black a {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.owl-full.white a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.owl-full.black a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
/* forzar que se vea texto en mobile cuando suben un banner que es solo imagen en desktop */
@media (max-width: 767px) {
    .owl-full {
        display: flex !important
    }
}
.owl-full .prod {
    position: absolute;
    right: 10%;
    top: 15%;
    width: 215px;
}
.owl-full .prod img {
    width: 100%;
}
.owl-full h2,
.owl-full p,
.owl-full .boton {
    opacity: 0;
    transform: translateX(-100px);
}
.active .owl-full h2,
.active .owl-full p,
.active .owl-full .boton {
    opacity: 1;
    transform: translateX(0px);
}
.active .owl-full h2 {
    transition: opacity 700ms ease 700ms, transform 700ms ease 700ms;
}
.active .owl-full p {
    transition: opacity 800ms ease 800ms, transform 800ms ease 800ms;
}
.active .owl-full .boton {
    transition: opacity 50ms ease 50ms, transform 50ms ease 50ms, background-color 50ms ease 50ms;
}
.active .owl-full .botonB {
    transition: opacity 50ms ease 50ms, transform 50ms ease 50ms, background-color 50ms ease 50ms;
}
@media (min-width: 1920px) {
    .max {
        width: 1170px !important;
    }
}
@media (min-width: 1440px) {
    .max {
        width: 1170px !important;
    }
}
@media (max-width: 1199px) {
    .owl-full {
        font-size: 0.9em;
    }
}
@media (max-width: 992px) {
    .owl-full {
        font-size: 0.85em
    }
    #main-slider .owl-dots div {
        font-size: 0.9em;
    }
    #b-html-cat ul>li {
        font-size: 0.9em;
        height: 114px !important;
    }
    #b-html-cat {
        height: 122px
    }
    #main-slider .owl-dots div::before {
        font-size: 4.6em;
        line-height: 1.2em;
        padding-top: 4px;
    }
    #main-slider .owl-dots .active span::before {
        bottom: 2px
    }
}
@media (max-width: 767px) {
    #main-slider .owl-dots div:before,
    #b-html-cat ul>li a:before {
        font-size: 3em;
    }
    #b-html-cat ul>li a:before {
        margin-top: 5px;
    }
    #main-slider .owl-dots div:after,
    #b-html-cat ul>li a:after {
        font-size: 0.77em;
        display: none;
    }
    #main-slider .owl-dots div {
        height: 58px !important
    }
    #b-html-cat ul>li {
        height: 58px !important
    }
    #main-slider .owl-dots {
        bottom: -66px;
        height: 66px;
    }
    #b-html-cat {
        height: 10px
    }
    #main-slider .owl-nav {
        display: none !important
    }
    .owl-full {
        position: relative;
        top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 42px 10px 10px;
        transform: none;
    }
    .owl-full.white {
        background: #000
    }
    .owl-full.black {
        background: #fff
    }
    .owl-full h2 {
        font-size: 2.2em;
        margin-bottom: 4px;
        margin-left: 0;
    }
    .owl-full p {
        margin-bottom: 11px;
        margin-left: 0;
        font-size: 1.2em;
    }
}
@media (max-width: 479px) {
    #main-slider .owl-dots div::before,
    #b-html-cat ul>li a:before {
        font-size: 2.3em;
        line-height: 1.7em;
    }
    header .locacion {
        display: none;
    }
    .owl-full {
        padding: 22px 10px 0;
        font-size: 0.8em;
    }
}
/* End - Slider Home Desktop With HTML */

/* Start - Shop By Look */
    .Home .shopbylook {
        margin-bottom: 40px !important;
    }
    .shopbylook {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        gap: 65px;
    }
    .shopbylook .shop {
        position: relative;
        margin: 0 15px;
    }
    .shopbylook .shop .imagen {
        max-width: 500px;
    }
    .shopbylook .shop .imagen img {
        width: 100%;
    }
    .shopbylook .exPopoverContainer {
        position: relative;
        bottom: 50px !important;
        left: -70px;
        right: 0;
        margin: 0 auto;
        min-width: 170px;
    }
    .shopbylook .infopin {
        background: #fff;
        padding: 14px;
        display: flex;
        flex-direction: column;
        font-weight: 500;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .shopbylook .infopin .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #6f6f6f;
        letter-spacing: -.5px;
    }
    .shopbylook .infopin .price {
        font-weight: 500;
        font-size: 15.1405px;
        line-height: 22px;
        letter-spacing: -.02em;
        color: #000;
    }
    .shopbylook .marcador::after {
        content: "";
        background-image: url("/Content/Images/pin.png");
        display: block;
        width: 33px;
        height: 33px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .shopbylook .infopin::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/* End - Shop By Look */
.title-related {
    word-wrap: break-word;
}
/*////////////////////////////////////////////////////////////////////*/


/*   CATEGORY              ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/

body.Category {
    background: #fff;
}

.Category section {
    margin-top: 0;
}

.category-content {
    margin-top: 20px;
    position: unset;
}

.Category .banner-top img {
    width: 100%;
}

.Category h1 {
    color: #000;
    float: left;
    font-size: 35px;
    margin: 0 0 18px;
    position: relative;
    width: 100%;
    font-weight: 700;
    line-height: 39px;
}
.Category h1 a:before {
    display: none
}

.totalprods {
    color: #000;
    order: 2;
    display: flex;
    align-items: center;
    margin-right: auto !important;
    margin-left: 10px;
}
.totalprods span {
    margin-right: 6px;
}




@media (max-width: 1599px) {
}
@media (max-width: 1439px) {
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}

/* jumbotron */
.Category .pcms-search .jumbotron h2::before {
    background-image: url(/Content/Images/jumbotron-busqueda.png);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    margin: 0 auto 10px;
    opacity: 0.3;
}


/* BREADCRUMB  **************************/


.breadcrumb, .back {
    margin: 20px 0;
    padding: 0;
    width: auto;
    background: none;
}

.breadcrumb li {position: relative}

.breadcrumb li:first-child {
    /* border-left: 1px solid #ddd; */
}

.breadcrumb li:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}
.breadcrumb li:first-child a {

    padding-left: 0 !important;

}
.breadcrumb a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 0.95em;
    padding: 0 5px;
    padding-left: 12px;
}
.breadcrumb li:last-child a {
    color: #000 !important;
    cursor: default;
    pointer-events: none;
}
.breadcrumb > li + li::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #c8c8c8;
    left: 0;
    padding: 0;
}


@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .Category .breadcrumb {
        text-align: center;
    }
    .Category .title{
        background-color: #FFF;
    }
    
}

@media (max-width: 767px) {
}



/**/

.pcms-search {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.category-header {
    background: #F3F3F5;
    padding-bottom: 65px;
}

#categ-related-slider,
#categ-related-filters {
    display: inline-block !important;
    margin-top: 20px;
}

#categ-related-filters.owl-carousel .owl-stage-outer {
    height: 110px;
}

.related-title-categ,
.related-filters-categ {
    text-align: center;
    margin-top: 20px;
}

.related-title-categ h2,
.related-filters-categ h2{
    text-align: center;
    color: #282D3B;
    font-weight: bold;
    font-size: 32px;
}

@media(max-width:479px){
    .related-title-categ h2, .related-filters-categ h2 {
        font-size: 25px;
    }   
}

/**/

#categ-related-filters img {
    max-width: 100px;
    max-height: 100px;
    background: white;
    border-radius: 15px;
    border: 1px solid #D3D3D3;
    box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.18);
}

#categ-related-filters.owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* columnas aside / derecha *******************/

@media (min-width: 992px){
    .Category section aside {
        width: 25%
    }
    .Category .derecha {
        width: 75%
    }
}

@media (min-width: 1440px) {
.Category section aside {
    width: 20%
}
.Category .derecha {
    width: 80%
}
}

    
@media (max-width: 479px) {
    #categ-related-slider.owl-carousel .owl-stage {
        left: -60px !important;
    }
}



/* MENSAJE: NOHAYPRODS  **************************/

.nohayprods>li {
    float: left;
    margin-bottom: 30px;
}

.nohayprods>li>a::before {
    display: block;
    font-family: "cdafont";
    font-size: 4em;
    text-decoration: none !important;
}

.nohayprods>li>a {
    text-transform: uppercase;
}

.nohayprods>li>a:hover {
    color: #2972f8 !important
}

.nohayprods .caret {
    display: none;
}

.nohayprods>li>ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ffdd07 transparent transparent;
    border-style: solid none none;
    border-width: 1px 0 0;
    box-shadow: none;
    display: block;
    float: left;
    font-size: 0.9em;
    left: unset;
    margin: 8px 0 0;
    padding: 0;
    position: relative;
    top: unset;
    width: 100%;
    padding-top: 4px;
    z-index: 0;
}

.nohayprods>li>ul a {
    opacity: 0.6;
    padding: 2px 0;
}

.nohayprods a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: inherit !important;
    opacity: 1 !important;
}

.nohayprods>li>ul a:hover {
    text-decoration: underline !important;
}


/* CATEGORY_TREE / MENU_TREE (menu content) **************************
**********************************************************/

.category_tree, .menu_tree, .filter_tree {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 22px 20px;
    float: left;
    margin: 0;
}
.category_tree {
    padding-bottom: 0;
}

.category_tree ul, .menu_tree ul, .filter_tree ul {
    float: left;
    height: auto;
    width: 100%;
}

.category_tree ul a:before
{
    color: #b7b7b7;
    display: block;
    float: left;
    font-size: 11px;
    margin: 2px 3px 0 -5px;
}
.category_tree ul li, .menu_tree ul li {
    background: none;
    display: block;
    width: 100%;
    float: left;
}
.category_tree ul li a:before {
    font-family: "cdafont";
    color: #828282;
    margin: -5px 15px 0 -5px;
    width: 20px;
    height: 20px;
    float: left;
    font-size: 1.8em;
}

.Category .category_tree ul li a:before {
    /*display: none;*/
}

.category_tree ul > li > a, .menu_tree ul > li > a, .filter_area a:not(.vm) {
    display: block;
    font-weight: 400;
    padding: 6px 10px;
    position: relative;
    width: 100%;
    color: #333;
    line-height: 18px;
    float: left;
    width: 100%;
}
.filter_area a:not(.vm) {padding: 6px 0 6px 39px}

.category_tree ul > li > a:hover, .menu_tree ul > li > a:hover, .activee {
    color: #000;
    text-decoration: underline;
}

.category_tree > ul > li.subcategory>a::after {
    content: "\f35f"
}

.category_tree>ul>li>a.activee:after {
    content: "\f365"
}

.category_tree>ul>li>a::after {
    background-clip: padding-box;
    color: #c8c8c8;
    display: block;
    float: right;
    font-family: "Ionicons";
    font-size: 18px;
    height: 17px;
    line-height: 16px;
    margin: 3px 2px;
    text-align: center !important;
    width: 10px;
}

.category_tree>ul>li.collapsed:after {
    content: "\f123"
}

.category_tree>ul>a.collapsed {
    background: #ccc
}

.category-header .owl-nav>div {
    transform: scale(3.1);
    font-weight: 500;
}

.category-header .owl-prev {
    left: -15px;
}

.category-header .owl-next {
    right: -15px;
}

#categ-related-filters .owl-nav>div{
    top: 40% !important;
}

span#selectd {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
}

/* H5 */
.category_tree h5, .filter_title, .categ_title {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.filter_tree h5 {
    display: none
}


.menu_tree h5 {
    color: #333;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}
.Content .menu_tree h5 {
    color: #000;
    font-size: 1.6em;
    text-transform: uppercase;
}

.menu_tree a::after {
    content: "\0076"
}
.menu_tree a::after {
    color: #000;
    float: right;
    font-family: "diggit";
    font-size: 15px;
    opacity: 1;
    padding: 0;
}



/* FILTER_TREE - MENU FILTROS **************************/

.filter_tree {}
.filter_tree > div {
    float: left;
    width: 100%;
}
.filter_tree .accordion {
    float: left;
    padding: 14px 0;
    width: 100%;
    border-top: 1px solid #d0d0d0;
}



/*asd2*/

.filter_area a:not(.vm).vm {
    margin: 4px 0 0 13px;
}


/*asd2*/

.filter_elem input {
    position: relative;
    z-index: 3;
    opacity: 0;
}


/*asd2*/

.filter_elem input+span::before {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #d0d0d0;
    border: 3px solid white;
    content: "";
    position: absolute;
    margin: 1px 0 0 -15px;
}


/*asd2*/

.filter_elem input+span::after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f1f1f1;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
}

.filter_elem input:checked+span::after {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #2972f8;
    content: "";
    position: absolute;
    margin: 5px 0 0 -11px;
    display: inline-block;
}

.filter_tree .accordion input[type=radio]:checked+label {
    color: #2972f8;
}

.expandcollapse {
    color: #b7b7b7;
    float: right;
    font-size: 0.8em;
    position: absolute;
    right: 0;
    top: -21px;
}

.expandcollapse i {
    float: left;
    font-size: 0.85em;
    margin: 1px 5px 0 0;
}


.filter_title::before, .category_tree h5::before, .categ_title::before {content: "\f3d8"}
.filter_title.collapsed:before, .category_tree h5.collapsed:before, .categ_title.collapsed::before {content: "\f3d0"}
.filter_title::before, .category_tree h5::before, .categ_title::before {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: normal;
    margin-top: 1px;
}

.filter_area {
    padding: 0;
}

.filter_area a:not(.vm) img {display: none !important}

.filter_area a:not(.vm)::before {
    background: #fff none repeat scroll 0 0;
	border: 1px solid #878787;
    content: "";
    display: block;
    float: left;
    height: 15px;
    left: 12px;
    margin: 0;
    position: absolute;
    top: 8px;
    width: 15px;
    border-radius: 100%;
}

.category_tree > ul li a::after {
    display: none !important
}

.accordion-body:not(.filter-1):not(.filter-2) .filter_area a:not(.vm):hover::after, 
.accordion-body:not(.filter-1):not(.filter-2) .filter_area a:not(.vm).checked::after {
    background-color: #0054C8;
	border: 1px solid #fff;
    content: "";
    display: block !important;
    float: left;
    height: 13px;
    left: 12px;
    margin: 1px;
    position: absolute;
    top: 8px;
    width: 13px;
    border-radius: 100%;
}
.accordion-body:not(.filter-1):not(.filter-2) .filter_area a:not(.vm):hover, 
.accordion-body:not(.filter-1):not(.filter-2) .filter_area a:not(.vm).checked {
    color:#0054C8;
    font-weight: 700;
}


/**** FILTRO TALLE ***********/
.filter-1 .filter_area li {
    float: left;
}
.filter-1 .filter_area a {
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 4px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 7px 5px !important;
    margin: 0 7px 7px 0;
    float: left;
    clear: none;
    min-width: 37px;
    max-width: 90px;
    text-decoration: none !important;
    font-size: 13px;
    letter-spacing: -0.5px;
}
.filter-1 .filter_area a::before {display: none !important}
.filter-1 .filter_area .mas {
    clear: both;
}

.filter-1 .filter_area a.checked::after,
.filter-2 .filter_area a.checked::after {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #0054C8;
    left: -4px;
    top: -7px;
    color: #0054C8;
    font-size: 12px;
    margin: 0;
    line-height: 17px;
}
.filter-1 .filter_area a:hover,
.filter-1 .filter_area a.checked::after {
    border: 1px solid #0054C8;
    box-shadow: inset 0px 0px 0px 1px #0054C8;
}
.filter-1 .filter_area a.checked, .filter-2 .filter_area a.checked {
    border-color: #0054C8 !important;
}


/**** FILTRO COLOR ***********/
.filter-2 .filter_area li {
    float: left;
}
.filter-2 .filter_area a {
    height: 22px;
    width: 22px;
    padding: 1px !important;
    border: 1px solid #DCDCDC;
    float: left;
    clear: none;
    margin: 0 8px 7px 0;
    text-decoration: none !important;
    border-radius: 100%;
}
.filter-2 .filter_area a::before, .filter-2 .filter_area a span {display: none !important}
.filter-2 .filter_area a img {
    width: 100%;
    height: 100%;
    display: block !important;
    border-radius: 4px;
}
.filter-2 .filter_area .mas {
    clear: both;
}
.filter-2 .filter_area a:hover {
    border-color: #0054C8;
}

.filter-2 .filter_area a img{
    border-radius: 100%;
}
/* ver mas */
.filter_area .mas a.vm {
    color: #000;
    cursor: pointer;
    font-size: 0.87em;
    pointer-events: all;
    margin-left: 12px;
}

.filter_area .mas a.vm:hover {
    color: #2972f8
}

.filter_area .mas a.vm::before {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    content: "ver más";
    margin: 0;
    width: auto;
}

.filter_area .mas a.vm::after {
    font-family: "Ionicons";
    font-size: 7px;
    margin: 0 0 0 4px;
    position: absolute;
}

.filter_area .mas a.vm:after {
    content: "\f123"
}

.filter_area .mas.opened a.vm:before {
    content: "ver menos"
}

.filter_area .mas.opened a.vm:after {
    content: "\f126"
}


/*asd2*/

.filter_area label {
    padding-left: 15px;
}

.category_tree .subcategory .filtro-contain {
    background: #fff none repeat scroll 0 0;
    padding: 2px 0 9px;
}

.category_tree .subcategory .filtro-contain ul li {
    background: none;
    padding-left: 25px;
}

.category_tree .subcategory .filtro-contain ul li a {
    color: #777;
    padding: 0;
}

.category_tree .subcategory .filtro-contain ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2972f8 !important;
    text-decoration: underline;
}


/* FILTROS MOBILE ***************************************/


@media (max-width: 991px) {
.Category section {
    margin-top: 0;
}
.filter_area .mas {
    display: none;
}
#FILTERS {
    display: none;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease 1s;
}
#body.mobile .derecha, header.mobile, .b-allsite.mobile, footer.mobile, .backtotop.mobile {display: none}
#body.mobile {margin-top: 0}

#FILTERS.mobile {
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
    transition: transform 1s ease 0s;
    opacity: 1;
    padding: 0 15px;
    min-height: 100vh;
}
#FILTERS.mobile h1 {display:none}
#accordion {border-bottom: 1px solid #d0d0d0}
.filter_tree .accordion {padding: 0}
.category_tree, .menu_tree, .filter_tree {padding: 0}
.category_tree h5, .filter_title, .categ_title {
    padding: 14px 0;
    display: block;
    cursor: pointer;
}
.categ_title:hover {color: #000}
.categ_title::after {
    content: "Categorías en ";
    font-weight: lighter;
    float: left;
    margin-right: 7px;
    display: none;
}

.filter_area .mas a.vm {display: none}
.filter_area > div {display: block !important}

.category_tree .collapse li:last-child, .accordion .collapse .filter_area {
    margin-bottom: 20px;
}

@media(max-width:991px){
    .category-header .owl-prev {
        left: -5px;
    }
    
    .category-header .owl-next {
        right: -5px;
    }
    .category-header .owl-nav>div {
        transform: scale(2.5);
    }
    
}

@media(max-width:767px){
    .category-header .owl-prev {
        left: 0;
    }
    
    .category-header .owl-next {
        right: 0;
    }
    .category-header .owl-nav>div {
        transform: scale(2.0);
    }
    
}

/* MENU MOBILE HEADER ******/
.xheader {
    background: #040043;
    float: left;
    height: 60px;
    margin: 0 -15px 8px;
    padding: 0 15px;
    position: relative;
    width: calc(100% + 30px);
    z-index: 1;
}
.xheader span {
    color:  #fff;
    float: left;
    font-size: 1.14em;
    margin: 19px 0 0 4px;
}
.xheader span::before {
    font-family: 'Ionicons';
    content: "\f39d";
    float: left;
    margin-right: 9px;
    font-size: 1.15em;
}

.xclose:before {content: "\f2d7"}
.xclose {
    color: #fff;
    float: right;
    font-family: "Ionicons";
    font-size: 21px;
    margin-right: -12px;
    line-height: 59px;
    padding: 0 10px;
    display: block;
}
.xclose:hover {color: #000 !important}
.xspace {
    float: left;
    height: 80px;
    width: 100%;
    display: none !important;
}

}





/* BANNERS-LEFT  **************************/
.b-left .banner-item {margin-bottom: 20px;}




/* Destacados productos*/

.related-categs {
    background: white;
}

.related-categs .related-header {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.related-categs .related-header .titulo{
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: -1px;
}

.related-botones .top-arrow::before {
    content:"\f124";
    display:inline-block;
    font-size: 20px;
    font-family: "Ionicons";
    margin: 0 10px 0 0;
}

.related-botones .bottom-arrow::before {
    content:"\f125";
    display:inline-block;
    font-size: 20px;
    font-family: "Ionicons";
}


.RELATED-CATEG {
    display: flex;
    padding: 10px 5px;
    box-shadow: none;
    border: none;
}

.RELATED-CATEG .box_image {
    height: 120px;
    width: 50%;
}

.RELATED-CATEG .box_data {
    margin: unset;
    max-width: unset;
    width: 50%;
    margin-left: 10px;
}

.RELATED-CATEG h3 {
    height: auto;
    text-align: left;
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 15px;
}

.RELATED-CATEG .tachado {
    font-size: 0.8em;
    width: 100%;
}

.RELATED-CATEG .price {
    justify-content: flex-start;
    width: 100%;
}

.RELATED-CATEG .price_wrapper {
    justify-content: flex-start;
}

.RELATED-CATEG .badge-dto {
    margin-left: 0;
    margin-top: 5px;
}


/* BROWSE_AREA *******************************************
**********************************************************/

.product_list {
    padding-top: 20px;
}

.product_list.gridview > ul,
.product_list.gridview .infiniteContent > ul {
    display: flex;
    flex-wrap: wrap;
}

.browse_area, .product_list, .filter_applied {
    float: left;
    width: 100%;
}

@media (min-width: 768px) {
.browse_area1 {
    background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    letter-spacing: -0.02em;
    position: relative;
    padding: 6px 0px;
}

}

.browse_area a:hover {
    text-decoration: none !important
}

.browse_area1 h5 {
    margin: 0 7px 0 0;
    font-weight: 500;
    color:  #000;
    font-size: inherit;
    display: none;
}




/* View */
.view {
    border-right: 1px solid #d0d0d0;
    display: flex;
    order: 1;
}
.view_wrapper, .order_wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    gap: 15px;
    margin-right: 13px;
}

.view_wrapper .view_grid::before {
    content: "";
    background-image: url(/Content/Images/grid-inactive.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.view_wrapper .view_grid.active::before {
    background-image: url(/Content/Images/grid-active.svg);
}
.view_wrapper .view_list::before {
    content: "";
    background-image: url(/Content/Images/list-inactive.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}
.view_wrapper .view_list.active::before{
    background-image: url(/Content/Images/list-active.svg);
}



.view_wrapper a :not(.active) {
    pointer-events: none !important
}

@media (max-width: 1439px) {.visible-big {display: none !important}}




/* Pagination */

.pagination {
    display: table;
    float: none;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.pagination_wrapper {
    float: none;
    margin: 0 auto;
    width: auto;
}

.pagination a {
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0 6px 10px;
    padding: 0;
    text-align: center;
    width: 38px;
}

.pagination a:hover {
    color: #000;
}

.pagination .current {pointer-events: none; font-weight: 700; color: #fff;}
.pagination .current {background: #000; }


.pagination .p-first,
.pagination .p-last,
.pagination .p-prev,
.pagination .p-next {
    font-family: "Ionicons";
    font-size: 26px;
    margin: 0;
    width: 35px;
}

.pagination .p-first,
.pagination .p-last {
    opacity: 0.7;
    display: none;
}

.pagination .p-prev,
.pagination .p-next {
    border-color: #fff !important;
}

.pagination .p-first:before {
    content: "\e02e";
}

.pagination .p-last:before {
    content: "\e02f";
}

.pagination .p-prev:before {
    content: "\f3d2";
    font-family: "Ionicons";
}

.pagination .p-next:before {
    content: "\f3d3";
    font-family: "Ionicons";
}

@media (max-width: 767px) {
    .pagination a {
        height: 34px;
        line-height: 34px;
        margin: 0 2px 10px;
        width: 34px;
    }
}




/* Order */

.order {
    display: flex;
    padding-right: 0;
    order: 3;
}
.order button {
    background: #fff;
	height: 31px;
	padding: 0 4px 0 6px;
	text-transform: none;
	font-weight: lighter;
	color: #000;
    border-radius: 0;
    font-size: inherit;
    border: 0;
    min-width: 0;
    text-align: right;
    position: relative;
}
.order button .caret {
    border: 0;
    font-family: "Ionicons";
    font-size: 14px;
    opacity: 1;
    display: block;
    width: auto;
    height: auto;
    float: right;
    padding-left: 7px;
}
.order button .caret::before {
    content: "\f3d0";
}

.order .dropdown-menu {
    left: auto;
    top: 115%;
}
.order .dropdown-menu > li > a {
    text-align: center;
    font-size: 14px;
}


@media(max-width:991px){
    .order .dropdown-menu {
        top: 130%;
    } 
}

@media(max-width:767px){
    .order .dropdown-menu {
        top: 100%;
    } 
}

/* filter_applied */

.filter_applied {
    margin-right: auto;
    margin: 3px 0;
    height: auto;
    width: auto;
    padding: 0;
}
.filter_applied li {
    display: inline-block;
}
.filter_applied a {
    color: #0054C8;
	cursor: pointer;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	background:#fff;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #0054C8;
}
.filter_applied a:before {content: "\f404"}
.filter_applied a::before {
    float: right;
    font-family: "Ionicons";
    font-size: 23px;
    font-weight: bolder;
    margin: 1px 0 0 13px;
}

.filter_applied a:hover {
    background: #0054C8;
    color: white;
}


@media (max-width: 1439px) {
.Category h1 {font-size: 29px}
}


@media (max-width: 991px) {
.breadcrumb {
    margin: 18px auto 0px !important;
    font-size: 0.9em;
}
.Catgory .breadcrumb {text-align: center}
.breadcrumb > li + li::before {
    height: 17px;
    top: 2px;
}
.Category h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
}
.btfilter-open {
    width: auto;
    background: #040043;
    border: 1px solid #040043;
	min-width: 139px;
	text-align: center;
	margin-right: auto;
    line-height: 38px;
    height: 40px;
    padding: 0;
}
.btfilter-open span, .view_wrapper a span {
    padding-right: 29px;
    font-size: 14px;
}
.btfilter-open::before {display: none}
.btfilter-open span::after, .view_wrapper a span::after {
    font-family: "Ionicons";
    font-size: 1.4em;
    margin-left: 10px;
    position: absolute;
}
.btfilter-open span::after {
    content: "\f39d";
    color: white;
}
.btfilter-open span::before {
    content: "Filtrar ";
    color: white;
}
}

@media (max-width: 767px) {
.derecha {
    position: unset;
}
.browse_area1 {
    margin: 0 -15px;
    background-color: #040043;
    width: calc(100% + 30px);
    padding: 0;
    height: auto;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.browse_area1 > div {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 44px;
}
.view_wrapper, .order_wrapper {margin: 0; width: 100%}
#selOrder {width: 100%}
.order button {
    width: 100%;
    text-align: center;
    background: transparent;
    height: 44px;
}
.order button span {margin: auto}

.view_wrapper a, .btfilter-open, .order select {
    background: transparent;
	border-radius: 0;
	color: #fff !important;
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
}
.view_wrapper a::before {display: none}
.btfilter-open {
    border-style: solid;
    border-color: #bbb;
    border-width: 0 1px 0 0;
}
.btfilter-open span, .view_wrapper a span {
    padding-right: 34px;
    font-size: 1.1em;
}
.btfilter-open span::after, .view_wrapper a span::after {
    margin-top: 1px;
    font-size: 1.3em;
}
.btfilter-open::before {display: none}

.view {display: none !important}
.view_wrapper a.view_list span::before {content: "Lista "}
.view_wrapper a.view_grid span::before {content: "Grilla "}
.view_wrapper a.view_list span::after {
    content: "\f394";
    font-size: 31px;
}
.view_wrapper a.view_grid span::after {
    content: "L";
    font-size: 19px;
    font-family: "e3font";
}
.view_wrapper a:hover {
    color: #fff !important;
}


.order {margin-left: 8px;}
.order .dropdown .dropdown-toggle {color: white;}
.order button .caret {
    display: none;
}
.order button span::after {content: "\f123";}
.order button span::after {
    font-family: "Ionicons";
    margin-left: 5px;
    font-size: 8px;
}
.order .dropdown-menu {
    margin-top: 0;
    width: calc(100% + 1px);
    left: -1px;
}
.order .dropdown-menu > li > a {
    padding: 10px 20px;
    text-align: center;
}

/*.order select {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.order .customselect::after {display: none}
.order .customselect option {padding: 5px 12px; font-size: 11px;}
.order select {
    min-width: unset;
    padding: 0;
}
*/

.btfilter-open:before {content: "\f4a6"}
.btfilter-open::before {
    font-family: "Ionicons";
    font-size: 25px;
}

.browse_area1 .view_wrapper a {display: block} 
.browse_area1 .view_wrapper a.active {display: none}

.product_list {padding-top: 30px}
}	



@media (max-width: 479px) {
.Category h1 {font-size: 24px; margin-bottom: 6px}

.product_list {padding-top: 21px}

.btfilter-open span, .view_wrapper a span, .order .dropdown .dropdown-toggle {
    font-size: 14px;
    letter-spacing: -0.02em;
}
.btfilter-open span::after {font-size: 21px; margin-left: 8px}
.view_wrapper a.view_grid span::after {font-size: 15px; margin-left: 7px}
.view_wrapper a.view_list span::after {font-size: 23px; margin-left: 7px}
.order button span::after {
    margin-left: 3px;
    font-size: 7px;
}
}


.btbottom {padding: 0; float: left; width: 100%; margin-bottom: 20px; text-align: center;}
.btbottom .btn {
    border: 1px solid #ddd;
	font-size: 1.3em;
	height: 48px;
	line-height: 43px;
	margin: 25px auto 40px;
	padding: 0;
	background-color: #0054C8;
	color: #fff;
    float: none;
}


@media (max-width: 479px) {    
.btbottom .btn {min-width: 166px;}
}





/* PAGINA DE BUSQUEDA - RESULT ****************************
**********************************************************/

.Result h1 {
    font-size: 1.3em;
    font-weight: 400;
    margin: 2px 0 19px;
    line-height: 1.4em;
    display:none
}


@media (max-width: 991px) {    
.Result h1 {
    margin: 8px 0 14px;
    text-align: left;
}
}

@media (max-width: 767px) {
.Result h1 {
    font-size: 1.15em;
    text-align: center;
    line-height: 1.3em;
}
}


/** VER MAS FILTROS EN CATEGORIA **/

.filter_area .mas p::before {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    content: "ver más";
    margin: 0;
    width: auto;
    position: relative;
    top: 5px;
}
.filter_area .mas p:after {
    content: "\f35f";
}
.filter_area .mas.opened p:after {
    content: "\f365";
}
.filter_area .mas.opened p:before {
    content: "ver menos";
}

.filter_area .mas p::after {
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 0 0 0 4px;
    position: relative;
    top: 5px;
}
.filter_area .mas p {
    color: #000;
    cursor: pointer;
    font-size: 0.9em;
}
.filter_area p {
    margin: 0px 0 0 13px;
}

/*Rango de precios en Categoria*/

.accordion.filter_slider {
    margin: 8px 0 25px;
}

input#MinPriceValue, input#MaxPriceValue {
    display: inline-block;
    width: calc(50% - 10px);
    clear: both;
    margin-bottom: 1em;
    box-shadow: none;
    border-radius: 5px;
    padding: 5px 5px;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    text-align: center;
}

.contenedor-slider,
.contenedor-rango,
.contenedor-textos-rangos {
    float: left;
    display: block;
    padding: 10px;
    position: relative;
    width: 100%;
    color: #767676;
}

.contenedor-textos-rangos {
    display: none;
}

.btn-default.filterprices {
    background: #0054C8;
    color: #fff;
    margin: 0 auto 10px !important;
    border-radius: 50px;
    border: none;
}

    .btn-default.filterprices:before {
        font-family: 'Open Sans';
        content: "Aplicar";
    }

.noUi-connect {
    background: #0077BB !important;
}

.noUi-horizontal .noUi-handle {
    width: 24px !important;
    height: 24px !important;
    right: -17px !important;
    top: -10px !important;
}

.noUi-horizontal {
    height: 5px !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}

.noUi-handle {
    border-radius: 100% !important;
    box-shadow: none !important;
    background: #0077BB !important;
    border: none !important;
}

.contenedor-rango .textos,
.contenedor-rango .rangos,
.textos-rangos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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;
}

@media (max-width: 767px) {
    .accordion.filter_slider {
        float: left;
        width: 100%;
        margin: 0;
    }
}


/*Search*/

.notfound {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
}

.notfound h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #171717;
}

.notfound p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.notfound a.btn.btn-default {
    padding: 8px;
    width: 182px;
    border: 0;
}

.notfound strong {
    font-size: 20px;
}

.banner-circulos-notfound {
    padding: 5px 20px;
}

.banner-circulos-notfound .owl-prev {
    left: -15px;
}

.banner-circulos-notfound .owl-next {
    right: -15px;
}

/*infinite loader*/

.loading-infinite {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #999;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  a.BUTTONBUY._buttonInfinite {
    margin: 20px auto;
    }
/*////////////////////////////////////////////////////////////////////*/

/*   PRODUCTO              ////////////////////////////////////////  */

/*//////////////////////////////////////////////////////////////////*/

.Product #body {
    margin-bottom: 82px;
}

.Product section {
    margin-top: 15px;
}

.Product .b-allsite,
.Product .tira-html {
    display: none
}

.Product .contenido-blanco {
    background: white;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-top: 2px solid #ddd;
    position: relative;
}

.Product .contenido-blanco .opentoggle {
    padding: 17px 15px;
    border-bottom: 1px solid lightgray;
    font-size: 18px;
    font-weight: bold;
    color: #282D3B;
    position: relative;
    float: left;
    width: 100% !important;
}

.Product .opentoggle::before {
    font-family: ionicons;
    display: inline-block;
    color: #000;
    content: "\f126";
    position: absolute;
    top: 18px;
    right: 17px;
    font-size: 18px;
    font-weight: 400;
    left: unset;
}

.Product .opentoggle.collapsed::before {
    content: "\f123";
}

#loading-image {
    height: 60px;
    background: url(/Content/templates/base/images/writing.gif) no-repeat center center;
    width: 100%;
    background-size: contain;
}

/* BANNER HIGHLIGHT  *************************************************/
.b-highlight {
    float: left;
    width: 100%;
}

.b-highlight .item {
    display: inline-flex;
    justify-content: flex-start;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
    line-height: 1.2em;
    font-size: 1.14em;
    color: #002d62;
}

.b-highlight .item .img {
    margin-right: 12px;
    display: table;
}

.b-highlight .item .img img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.b-highlight .ahora12 .texto {
    width: auto;
}

/* ahora 12 */
.b-highlight .ahora12 .img {
    width: 134px;
}

.b-highlight span.marca img {
    max-height: 55px;
    filter: grayscale(1);
    object-fit: cover;
    object-position: center;
}

.b-highlight span.marca {
    max-height: 44px;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    position: relative;
}


/* breadcrumbs *****/
.Product .breadcrumb {
    margin: 0 0 22px
}


.Product .breadcrumb {
    height: 30px;
    margin: 10px 0;
}

/*Cucardas PDP*/

.Product .GALLERY .cucardas ul {
    float: left;
    position: absolute;
    width: 100%;
    height: 27%;
    top: 0;
    left: 0;
}

.Product .GALLERY .badges ul {
    top: 0;
}


@media(min-width:1200px){
    .Product .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        top: 0 !important;
        bottom: auto !important;
    }
}

@media(max-width:1199px){
    .Product .GALLERY .cucardas ul {
        height: 35%;
    }
    .arriba-izquierda,
    .arriba-derecha,
    .abajo-izquierda,
    .abajo-derecha {
        width: 55px;
    }
}

@media(max-width:767px){
    .Product .GALLERY .cucardas ul {
        height: 100%;
    }
    .arriba-izquierda,
    .arriba-derecha,
    .abajo-izquierda,
    .abajo-derecha {
        width: 44px;
    }
}

@media(max-width:767px){
    .Product .related {
        margin: 10px 0 30px !important;
    }
    .Product .contenido-blanco {
        margin-top: 20px;
        border-top: 0px;
    }
}

@media(max-width:479px){
    .Product .related {
        padding: 0;
    }
}


/* GALLERY  *************************************************/
.GALLERY {
    position: relative;
    padding-right: 30px;
}

.GALLERY>span {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding: 20px 20px 45px;
}


/* zoom */
.zoomContainer {
    display: none !important;
}

.zoomWindowContainer .zoomWindow {
    border: 3px solid #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
}

.Product div#mCSB_1_container {
    display: flex;
}


/* big image */
.allthumbs,
#g_image {
    float: left;
    width: 100%;
    position: relative;
}

.allthumbs {
    order: 1;
    width: auto;
    margin-top: 10px;
}

#g_image {
    text-align: center;
    padding: 0 10px 12px;
    order: 2;
    width: 100%;
}

#g_image img {
    height: auto !important;
    max-height: 500px;
    max-width: 100%;
    width: auto !important;
}

#zoom_01 {
    cursor: zoom-in !important;
}



/* thumbs */
#g_thumbs {
    padding-right: 4px;
    text-align: center;
    width: 100%;
    display: block;
    margin: auto;
    max-height: 425px;
    float: none;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 650px;
}

#g_thumbs .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 10px;
}

#g_thumbs .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 8px;
    background-color: rgb(169, 169, 169);
}

#g_thumbs img {
    bottom: 0;
    color: #bbbbbb;
    font-size: 8px;
    height: auto;
    left: 0;
    line-height: 10px !important;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

#g_thumbs a {
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: inline-block;
    float: none;
    height: 100px;
    margin: 20px;
    position: relative;
    text-align: center;
    width: 100px;
}

#g_thumbs a:hover {
    border-color: #ccc;
}

#g_thumbs .active {
    border-color: #000;
}


/* boton zoom */
#g_button {
    color: #444;
    display: none;
    float: left;
    line-height: 3em;
    /*margin-top: 5px;
    padding: 10px 0 10px 30px;*/
    position: relative;
    text-align: left !important;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
    border-color: #fff !important;
    margin-bottom: 10px;
}

#g_button:before {
    content: "i"
}

#g_button::before {
    display: block;
    float: left;
    font-family: "dhs";
    font-size: 1.35em;
    left: 4px;
    position: relative;
    top: 15px;
}

#g_button:hover {
    color: #c4158c !important;
}

#g_button span {
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* FLECHAS galeria + fancybox */
#g_arrows {}

#g_arrows > div {
    color: #535353;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 30px);
    width: 40px;
}

#g_arrows > div:hover {
    color: #000
}

#g_arrows .l_arrow {
    left: 0px
}

#g_arrows .r_arrow {
    right: 0px
}

#g_arrows > div::before {
    font-family: "Ionicons";
}

#g_arrows .l_arrow::before {
    content: "\f124"
}

#g_arrows .r_arrow::before {
    content: "\f125"
}


/* FANCYBOX ******/
.fancybox-nav span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 28px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    text-align: center;
    width: 20px;
    background: none !important;
    visibility: visible;
    opacity: 0.5
}

.fancybox-nav:hover span {
    color: #fff;
    opacity: 1;
}

.fancybox-next {
    right: -60px
}

.fancybox-prev {
    left: -60px
}

.fancybox-nav span:before {
    font-family: "Ionicons"
}

.fancybox-prev span:before {
    content: "\f124"
}

.fancybox-next span:before {
    content: "\f125"
}

.fancybox-close {
    background: #5c5c5c none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 0.46);
    border-radius: 100%;
    box-shadow: 2px 2px 10px #000;
    color: #fff;
    font-size: 19px;
    height: 40px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    width: 40px;
}

.fancybox-close:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.fancybox-close:before {
    font-family: "Ionicons"
}

.fancybox-close:before {
    content: "\f12a"
}

#fancybox-loading {
    background-image: url("/Content/images/fancybox-2.1.5/fancybox_sprite@2x.png");
}

@media(max-width:1439px) {
    #g_thumbs a {
        height: 85px;
        width: 85px;
    }
}

@media (max-width: 767px) {
    .zoomContainer {
        display: none !important
    }

    #sticker {
        position: relative !important;
    }

    #g_image img {
        max-height: 400px;
    }
}

@media (max-width: 479px) {
    #g_image {}

    #g_image img {
        pointer-events: none;
        max-height: 300px
    }

    #g_button {
        display: block !important;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute !important;
        top: -23px;
        width: 40px !important;
        height: 40px !important;
        font-size: 1.1em;
        background: #fff;
        opacity: 0.6;
        display: none !important;
    }

    #g_button span {
        display: none
    }

    #g_button::before {
        font-size: 1.2em;
        left: 10px;
        top: 16px;
    }

    #g_arrows>* {
        font-size: 17px;
        color: #666;
    }

    #g_arrows .l_arrow {
        left: -15px
    }

    #g_arrows .r_arrow {
        right: -15px
    }

}




/* GALLERY SLIDER MOBILE *********************************/

#prod-slider .owl-nav>div {
    font-size: 18px;
    text-shadow: none;
    opacity: 0.3;
    top: 44%;
    padding: 0;
}

#prod-slider li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
}

#prod-slider img.lazyOwl {
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    margin: auto;
    padding: 0;
    text-align: center;
}

.imobile {
    float: left;
    width: 100%;
    position: relative;
}

.imobile .badges {
    position: absolute;
    top: 6px;
    left: 0;
}


@media (max-width: 479px) {

    .list-items .PRODUCT_BOX .price_wrapper {
        margin-top: -15px;
    }

    .list-items .PRODUCT_BOX .cuotas {
        font-size: 0.9em;
        top: 35px;
    }
}

@media (max-width: 375px) {

    .list-items .PRODUCT_BOX .price_wrapper {
        margin-top: -5px;
    }

}




/* PRODUCTAREA *********************************/

.PRODUCTAREA {
    margin-bottom: 8px;
    position: relative;
}

.PRODUCTAREA .badge-enviogratis {
    font-size: 14px;
    background-color: white;
    border: 1px solid #374A953D !important;
    display: inline-flex;
    padding: 2px 5px;
    position: unset;
    width: 122px;
    margin: 0;
    order: 4;
    margin-bottom: 9px;
}

.PRODUCTAREA .badges {
    display: inline-flex;
    width: 100%;
    float: left;
    flex-wrap: wrap;
}

.PRODUCTAREA .badges ul {
    position: relative;
    top: auto;
    left: auto;
    z-index: inherit;
    margin: 0;
    display: inline-flex;
    width: auto;
    float: left;
    max-width: unset;
}

.PRODUCTAREA .badges ul li>div {
    line-height: 20px;
    padding: 5px 12px !important;
    font-size: 1em;
    margin-bottom: 9px;
}


.PRODUCTAREA .title {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
}

.Product h1 {
    float: left;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    position: relative;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #282D3B;
    letter-spacing: -0.2px;
}

.codeid {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
}

.code {
    text-align: center;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.PRODUCTAREA .buttons_wrapper {
    display: inline-flex;
    position: relative;
    align-items: center;
    margin: 3px 0 0;
}

.PRODUCTAREA .buttons_wrapper a {
    color: #000;
    display: inline-flex;
    align-items: center;
    font-size: 1.8em;
    line-height: 20px;
    padding: 7px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: auto;
    right: auto;
    left: auto;
}

.PRODUCTAREA .buttons_wrapper a:hover {
    color: #000 !important;
    opacity: 1;
}

/*BUTTONSHARE*/

.buttons_wrapper span {
    display: inline-flex;
    justify-content: center;
    margin: 3px 0 0 10px;
}

a.button-extra.BUTTONSHARE {
    position: relative;
    background-image: url(/Content/Images/share.svg);
    height: 24px;
    width: 24px;
    z-index: 4;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.7s ease-in-out 0.3s;
    display: block;
    top: 7px;
}


.SHARE {
    background-image: url(/Content/templates/base/images/share.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin: 4px 0 0 5px;
    width: 27px;
    height: 27px;
    background-position: center;
}

.BUTTONASK {}

.BUTTONASK::before {
    content: "s";
    font-family: "diggit" !important
}

.Product .long_desc,
.Product .short_desc {
    float: left;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    padding: 0 100px;
}

@media(max-width:1199px) {
    .PRODUCTAREA .badges ul li>div {
        line-height: 13px;
        padding: 3px 7px !important;
        font-size: 0.9em;
    }
    .Product .long_desc,
    .Product .short_desc {
        padding: 20px 0;
    }
}


/* BUY  ****************************************/

.BUY {
    z-index: 1
}

.BUY .caja {
    float: left;
    width: 100%;
}

.BUY .caja>* {
    float: left;
    width: 100%;
}

.BUY .item-options>span {
    margin-bottom: 3px
}

.BUY .price_wrapper {
    height: auto;
}

.BUY .price_wrapper p {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 auto 8px;
    line-height: 17px;
}

.BUY .p-ahorra {
    font-weight: normal;
    padding-left: 12px;
    font-size: 0.95em;
}

.BUY .price_wrapper .price {
    float: right;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-size: 26px;
    letter-spacing: -0.02em;
    text-align: left;
    justify-content: flex-start;
}

.BUY .price_wo_taxes {
    order: 3;
    font-size: 0.75em;
    line-height: 1.3em;
    /* text-align: center; */
    width: 100%;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.02em;
    /* display: flex; */
    justify-content: center;
    align-items: baseline;
    color: gray;
}

.BUY .price_wrapper .price.notforsale {
    font-size: 16px;
    color: #999;
    margin: 24px 0 -8px;
}

.BUY .price_wrapper .tachado {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: -0.02em;
    color: #646464;
    opacity: 1;
}

.BUY .BUTTONBUY {
    background: #0F8FFF;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 59.1429px;
    padding: 14px;
    max-width: 228px;
    width: 100%;
    float: left;
    text-transform: none;
    margin-bottom: 15px;
}

.BUY .BUTTONBUY span::before {
    font-size: 1.1em;
    left: -2px;
    top: -1px;
}

.BUY .BUTTONBUY.b1 {
    margin-right: 20px
}

.BUY .BUTTONBUY.b2 {
    background: #F3FCFF;
    border: 1.31429px solid #0054C8;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    text-align: center;
    color: #0054C8;
    border-radius: 100px;
}

.BUY .BUTTONBUY.b2.added {
    pointer-events: none;
    background: #26c66c;
    border: 1.31429px solid #19a858;
    color: white;
    padding-left: 20px;
}

.BUY .BUTTONBUY.b2.added::after {
    content: "\f122";
    font-family: "Ionicons";
    margin-left: 10px;
}

.BUY .BUTTONBUY.b2.added:before {
    content: "Agregado";
}

.BUY .BUTTONBUY.b2.added span {
    display: none;
}

.BUY .BUTTONBUY.b1:hover,
.BUY .BUTTONBUY.b1:focus,
.BUY .BUTTONBUY.b1:active {
    background: #0054C8;
    border-color: #0054C8;
    color: white;
}

.BUY .BUTTONBUY.b2:hover,
.BUY .BUTTONBUY.b2:focus,
.BUY .BUTTONBUY.b2:active{
    background: #003F84;
    border-color: #003F84;
    color: white;
}

.BUY .BUTTONBUY.nonavailable {
    background: #777 none repeat scroll 0 0;
    font-size: 0.95em;
    line-height: 1.4em;
    padding: 15px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 20px;
}

.BUY .BUTTONBUY.nonavailable:hover {
    background-color: #444 !important
}

.BUY .nonavailable .price {
    color: #333;
    font-size: 1em !important;
    margin: 0 0 15px;
    opacity: 1;
    float: left;
}


.BUTTONBUY.disabled {
    background-color: #ddd;
}


/*Bloques info*/
.BUY .bloques-info {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    gap: 30px;
}

.BUY .innerbanner {
    width: auto;
    display: flex;
    gap: 10px;
}

.BUY .innerbanner > div {
    display: flex;
    flex-direction: column;
}

.BUY .innerbanner strong {
    font-size: 15px;
}

.BUY .innerbanner span {
    font-size: 13px;
}

.BUY .price_wrapper {
    padding: 0;
    justify-content: flex-start;
    align-items: baseline;
    margin: 15px 0 20px;
    align-items: baseline;
}

.BUY .price_wrapper .badge-dto {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    margin-left: 12px;
}

.BUY .price_wrapper .price span {
    font-size: 28px;
    margin-left: 4px;
    font-weight: 600;
}



/*Calculadora pago*/

.btn-calc,
.btn-calc:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #0F8FFF;
    text-decoration: underline;
    font-size: 13.5px;
    float: left;
    width: 100%;
}

.btn-calc:hover {
    color: #000;
    text-decoration: underline;
}

.price_wrapper .btn-calc {
    text-decoration: underline;
}


/*bloque de pagos*/
.bloquepagos {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px;
}

.bloquepagos span {
    display: flex;
    border: 1px solid #cecece;
    padding: 17px;
    cursor: pointer;
    justify-content: space-between;
}

.bloquepagos .innerbanner>div {
    display: flex;
}

.bloquepagos .innerbanner .icono,
.bloquepagos .innerbanner .icono2 {
    margin: 4px 7px 2px 0;
}

.bloquepagos .innerbanner {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.bloquepagos .innerbanner2 {
    width: 55%;
    font-size: 12px;
}

.bloquepagos .innerbanner2 li {
    list-style: none;
}

.bloquepagos h3 {
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top: -28px;
    left: 10px;
    background: #F8F8F8;
    padding: 1px 10px;
}

.bloquepagos .innerbanner::after {
    content: "";
    width: 1.5px;
    height: 100%;
    background: lightgray;
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
}

.bloquepagos .innerbanner .icono img {
    width: 40px;
    height: auto;
}

.bloquepagos .innerbanner .icono2 img {
    width: 85px;
    height: auto;
}

p.verde {
    color: #1CAF57;
    margin: 0;
    display: inline;
}

@media(max-width:1199px) {
    .bloquepagos .innerbanner::after {
        display: none
    }

    .bloquepagos span {
        flex-direction: column;
        align-items: center;
    }

    .bloquepagos .innerbanner {
        width: 100%;
        margin-bottom: 15px;
    }

    .bloquepagos .innerbanner2 {
        width: 100%;
        font-size: 12px;
    }
}


@media screen and (max-width: 767px) and (min-width: 480px) {
    .bloquepagos .innerbanner::after {
        display: block
    }

    .bloquepagos span {
        flex-direction: row;
    }

    .bloquepagos .innerbanner {
        margin-bottom: 0;
        width: 70%;
    }

    .bloquepagos .innerbanner::after {
        display: block;
    }

    .bloquepagos .innerbanner2 {
        width: 100%;
    }
}

@media(max-width:479px) {
    .bloquepagos .innerbanner .icono img {
        width: 38px
    }

    .bloquepagos h3 {
        font-size: 15px
    }
}

@media(max-width:600px) {
    .bloquepagos h3 {
        font-size: 14px;
    }

    .innerbanner p img {
        width: 33px !important;
    }

    .innerbanner p {
        padding-left: 56px !important;
    }

    .bloquepagos .innerbanner,
    .bloquepagos .innerbanner2 {
        width: 100%
    }
}

/* contenedor mejores ofertas*/

.conteiner-img {
    width: 100%;
    align-items: center;
    justify-content: start;
    flex-flow: column-reverse;
    border-right: none;
    /*border-bottom: 1px solid #dcdcdc;*/
    padding: 4px 0px;
    flex-direction: row-reverse;
    display: flex;
}

.bestPayment_img div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bestPayment_img {
    display: flex;
    float: right;
}

.conteiner-img:last-child {
    border-right: none !important;
}

.conteiner-img img {
    width: 35px;
}

.conteiner-img .txt {
    min-width: 240px;
    font-weight: 900;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    line-height: 1.3em;
    margin-right: 10px;
    padding-right: 0px;
    display: flex;
}

.conteiner-img .txt div:last-child {
    font-weight: 500 !important;
}

.conteiner-img .txt_sinInt {
    margin: 0px 5px;
    color: #00A786;
}

.bloque.c-cuotas h1 {
    width: 100%;
    margin: 0;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 100% !important;
    color: #767676;
}

a.btn-calc2 {
    text-decoration: underline;
    color: #006AFD;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
}

/* select options: TALLE/COLOR ********************************/

.selector_opcion {
    position: relative;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0 20px;
}

.item-options {
    float: left;
    position: relative;
    width: 100%;
}

.item-options>span {
    font-size: 0.92em;
    font-weight: 700;
}

.item-options .dropdown-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.item-options.COLOR ul {
    min-width: inherit;
}

.item-options.COLOR .customselect:after,
.item-options.SIZE .customselect:after {
    display: none;
}

.item-options.SIZE,
.item-options.COLOR {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.item-options li {
    cursor: pointer;
}

.item-options.SIZE button {
    display: none !important;
}

.item-options.SIZE ul {
    width: auto;
    position: relative;
    border: none;
    display: block !important;
    box-shadow: none;
    background: transparent;
    z-index: inherit;
    min-width: inherit;
}

.item-options.SIZE li {
    float: left;
    height: auto;
    margin-right: 10px;
    padding: 6px 10px;
    width: auto;
    position: relative;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    border: 1px solid gray;
    border-radius: 3px;
}

.BUY .item-options.SIZE li.active {
    border-color: #000;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}

.item-options.SIZE li:hover {
    background-color: white;
    color: #000;
    border-color: #777;
}

.item-options h5 {
    clear: left;
    float: left;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.item-options>* {
    float: left;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    display: block;
    align-items: center;
}

.item-options.COLOR li.disabled {
    background: gray;
}

.item-options.COLOR li.disabled:before {
    content: "";
    width: 38px;
    height: 1px;
    background: gray;
    display: block;
    position: absolute;
    transform: rotate(50deg);
    top: 50%;
    top: calc(50% - 1px);
    left: -4px;
}

.item-options.SIZE li.disabled {
    border-color: gray;
}

.item-options.SIZE li.disabled:before {
    content: "";
    width: 100%;
    height: 1px;
    background: gray;
    display: block;
    position: absolute;
    transform: rotate(30deg);
    top: 50%;
    top: calc(50% - 1px);
    left: 0;
}

.item-options.COLOR ._js_opcion_color {
    display: none;
}

.item-options.COLOR .dropdown-menu {
    border: 2px none;
    box-shadow: none;
    display: block;
    float: left;
    position: relative;
    width: auto;
    z-index: inherit;
    background: transparent;
}

.BUY .item-options.COLOR>div {
    width: 100%;
}

.item-options.COLOR li {
    border: 1px solid #d1d1d1;
    float: left;
    margin: 0 5px;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    height: 15px;
    width: 15px;
}

.item-options.COLOR li .prop-image {
    overflow: hidden;
    border-radius: 50%;
}

.BUY .item-options.COLOR li {
    border: 1px solid lightgray;
    width: 30px;
    height: 30px;
    padding: 2px;
}

.item-options.COLOR li img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}

.BUY .item-options.COLOR li:hover,
.BUY .item-options.COLOR li.active {
    border: 1px solid #000;
}

.item-options.COLOR li span {
    display: none;
}

.item-options.COLOR li .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 50%;
}

.BUY .item-options.COLOR li .bg {
    display: none
}

.item-options>p {
    font-size: 1.5em;
}

.item-options select,
.item-options .dropdown-toggle {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777 !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #777;
    font-size: 0.95em;
    font-weight: 400;
    height: 36px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    padding-right: 20px;
}

.item-options .btn-group {
    width: 100%;
}

.item-options .caret {
    display: none
}

.item-options .dropdown-toggle:after {
    content: "\f3d0"
}

.item-options .dropdown-toggle:after {
    color: #000;
    font-family: "Ionicons";
    font-size: 12px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 7px;
    display: none;
}

.item-options .open>.dropdown-menu {
    border-color: #777;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    margin: 0;
    min-width: unset;
    width: 100%;
}

.item-options .btn-group .dropdown-menu a {
    color: #000;
    display: block;
    font-size: 1.1em;
    font-weight: lighter;
    margin: 0 20px;
    padding: 4px;
    position: relative;
    white-space: normal;
    width: auto;
}


/* talle no disponible */

.item-options .btn-group .dropdown-menu .notavailable a {
    opacity: 0.4;
    pointer-events: none !important;
}

.item-options .btn-group .dropdown-menu .notavailable a::before {
    background: #888 none repeat scroll 0 0;
    content: "";
    cursor: default;
    display: block;
    height: 1px;
    left: -3px;
    position: absolute;
    top: 15px;
    width: 34px;
}

.item-options .btn-group .dropdown-menu a:hover {
    background: #fff;
    text-decoration: underline;
}

.item-options .btn-group .dropdown-menu .notavailable a:hover {
    text-decoration: none;
    cursor: default !important;
}


/* colorcitos */

#option-color li {
    display: inline-block;
    float: left;
    margin: 0 6px 6px 0;
}

#option-color li img {
    border: 2px solid #f2f2f2;
    border-radius: 100%;
    box-shadow: 0 0 1px #7e7e7e;
    overflow: hidden;
    width: 36px;
}

#option-color li span {
    display: none;
}

._js_opcion_color.checked img {
    box-shadow: 1px 2px 4px #777, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000 !important;
}


/* NONAVAILABLE */

.PRODUCTAREA .nonavailable .price {
    opacity: 1;
    font-weight: normal;
}

.PRODUCTAREA .nonavailable .BUTTONBUY:before {
    display: block
}

.PRODUCTAREA .BUTTONBUY.nonavailable {
    background: #9d9d9d none repeat scroll 0 0 !important;
    border: 1px solid #fff;
    clear: both;
    font-size: 1.3em !important;
    height: auto !important;
    line-height: 1.2em !important;
    padding: 10px 25px !important;
    width: auto !important;
}

/*Tab video y documentacion*/


.files {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
}

.ic-ficha{
    padding: 15px;
    background: #F0F6FC;
    color: #0054C8;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
    margin-bottom: 10px;
}


#tab-video,
#tab-documentacion{
    float: left;
    width: 100%;
}

#tab-video .video-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 40px 0 0;
}

#tab-video .video {
    position: relative;
    width: 100%;
    height: 0;
    margin-bottom: 30px;
    padding-top: 56.25%
}

#tab-video .video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px){

    .files {
        padding: 0 0;
    }
}

@media (max-width: 991px){
    #tab-video .video-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    
}

@media (max-width: 767px){
    .docs{
        padding-top: 15px;
        padding-bottom: 0;
    }
    .ic-ficha {
        padding: 10px 20px;
        margin-bottom: 15px;
    }
    #tab-video .video-list {
        margin: 20px 0 0;
    }
}


/*CONTENEDOR FILTROS*/

.contenedor-filtros .nombre-filtro {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.contenedor-filtros .filtro-individual .seleccionado,
.contenedor-filtros .filtro-individual .noseleccionado {
    padding: 7px 18px;
    background: #f6f6f6;
    border: solid 2px #e3e3e3;
    margin: 0 8px 8px 0;
    display: inline-block;
    min-width: 51px;
    text-align: center;
}

.contenedor-filtros .filtro-individual .seleccionado {
    border: solid 2px #040043;
}

.contenedor-filtros .filtro-modelo .lista-img .enlace-img {
    display: inline-block;
    width: 71px;
    height: 71px;
}

.contenedor-filtros .filtro-modelo .lista-img .enlace-img img {
    padding: 3px;
    border: solid 3px #fff;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.contenedor-filtros .filtro-modelo .lista-img .enlace-img img.imagen-no-pertenece {
    opacity: 0.4;
}

.contenedor-filtros .filtro-modelo .lista-img .enlace-img.penone img {
    border: solid 2px #040043;
}



/* PRODMENU *********************************/

.PRODMENU {
    background: #F3F3F5;
    border-bottom: 0;
    float: left;
    height: 53px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.PRODMENU.affix-top,
.PRODMENU.affix-bottom {
    position: relative
}

.PRODMENU.affix {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
}

.PRODMENU .name,
.PRODMENU .BUTTONBUY,
.PRODMENU .price {
    display: none
}

.PRODMENU.affix .name,
.PRODMENU.affix .BUTTONBUY,
.PRODMENU.affix .price {
    display: block
}

.PRODMENU .name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    align-items: center;
    color: #000000;
}

.PRODMENU .row>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.PRODMENU .prodmenu-nav {
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.PRODMENU .prodmenu-nav li {
    display: inline-block;
}

.PRODMENU .BUTTONBUY {
    border-radius: 45px;
    max-width: 120px;
    padding: 6px;
    right: 0;
    top: 10px;
    line-height: 1em;
    font-style: normal;
    top: 10px !important;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 80px;
    padding: 9px !important;
    margin: -7px 0 0;
}

.PRODMENU .prodmenu-nav li a {
    border: 0 none;
    display: block;
    float: left;
    font-size: 1.35em;
    font-weight: 700;
    height: 52px;
    line-height: 50px;
    margin: 0;
    padding: 0 17px;
    position: relative;
    color: #000 !important;
    background-color: transparent !important;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.PRODMENU .prodmenu-nav li.active a::before,
.PRODMENU .prodmenu-nav li a:hover:before {
    background: #005DA4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
}

.PRODMENU hr {
    border-color: #ddd;
    margin: -1px 0 0;
    padding: 0;
}

.PRODMENU .BUTTONBUY {
    max-width: 120px;
    padding: 11px;
    /* position: absolute; */
    right: 0;
    top: 6px;
    order: 5;
    margin-left: 15px;
    margin-right: 0;
}

.PRODMENU .price {
    right: 128px;
    top: 5px;
    z-index: -1;
    font-style: normal;
    font-weight: 700;
    font-size: 15.2659px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0;
    width: auto;
    position: static;
    margin: -3px 0 0;
}

.PRODMENU .price .tachado {
    text-decoration: line-through;
    margin-right: 5px;
}

.PRODMENU .price span {
    margin-left: 0;
}

.PRODMENU .price::before {
    /* content: "Tu Precio Final"; */
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    padding-right: 2px;
}

.PRODMENU .price.non::before {
    display: none
}

.PRODMENU .price.non {
    padding-top: 3px;
    font-size: 0.9em;
    opacity: 0.4;
    right: 4px;
    width: 100px !important;
    line-height: 1.2em;
}

.productcontent {
    position: relative;
}

.productcontent h2 {
    font-weight: bold;
    font-size: 25px !important;
    margin: 40px 0 30px !important;
    text-transform: none !important;
    color: #282D3B !important;
    padding-top: 35px;
    align-self: flex-start;
}

.PRODMENU.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.PRODMENU.affix ul li a {
    font-size: 1.1em;
    padding: 0 12px;
}


#BENEF,
#SPECS,
#COMPARE,
#RELATED {
    display: flex;
    width: auto;
}

#RELATED h2 {
    margin: 10px 0 20px;
    padding-top: 0 !important;
    font-weight: bold;
    font-size: 28px;
    color: #282D3B;
}


@media (max-width: 1440px) {
    .PRODMENU .name {
        max-width: 280px;
        line-height: 1em;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .PRODMENU .name,
    .PRODMENU .BUTTONBUY,
    .PRODMENU .price {
        display: none !important;
    }
}
  

@media (max-width: 1199px) {
    .PRODMENU.affix>.container {
        width: 100%
    }

    .PRODMENU .name {
        max-width: 200px;
        line-height: 1em;
    }

    .PRODMENU .BUTTONBUY {
        margin-left: 10px;
    }

    .PRODMENU .price {
        font-size: 14px;
    }

    .PRODMENU .price .tachado {
        font-size: 12px;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {

    .PRODMENU.affix .container,
    .PRODMENU.affix .row,
    .PRODMENU.affix .col-xs-12 {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .PRODMENU.affix ul li a {
        font-size: 1em;
        padding: 0 8px;
    }

    .PRODMENU .BUTTONBUY,
    .PRODMENU .price {
        display: block
    }

    .PRODMENU .price.non {
        display: none
    }

    .PRODMENU .name {
        font-size: 0.95em;
        left: 7px;
        line-height: 1.1em;
        max-width: 180px;
    }

    .PRODMENU .price {
        font-size: 0.92em;
        line-height: 16px;
        right: 110px;
        top: 8px;
    }

    .PRODMENU .BUTTONBUY {
        font-size: 0.8em;
        max-width: 95px;
        padding: 7px;
        position: absolute;
        right: 7px;
        top: 8px;
    }

    .PRODMENU .dropdown {
        height: 43px;
        text-align: center;
        background: #040043;
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px);
        padding: 0 25px;
    }

    .PRODMENU .dropdown>a {
        color: #fff;
        height: 43px;
        line-height: 1em;
        width: 100%;
        display: flex;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        text-align: center;
        letter-spacing: -0.02em;
        align-items: center;
        justify-content: center;
    }

    .PRODMENU .dropdown>a .caret {
        border: 0 none;
        display: unset;
        font-family: "Ionicons";
        font-size: 7px;
        height: unset;
        margin-left: 7px;
        opacity: 0.9;
        width: unset;
    }

    .PRODMENU .dropdown>a .caret::before {
        content: "\f123";
    }

    .PRODMENU .dropdown ul {
        background: #262626 none repeat scroll 0 0;
        border: 0 none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .PRODMENU .dropdown ul li {
        float: left;
        width: 100%;
    }

    .PRODMENU .dropdown ul li a {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 1em;
        height: 43px;
        line-height: 43px;
        text-align: center;
        background: #040043;
    }

    .PRODMENU .dropdown ul li a:hover {
        text-decoration: underline !important;
        background: transparent !important;
    }

    .PRODMENU hr {
        display: none
    }

    .PRODMENU .BUTTONBUY {
        max-width: 110px;
        position: static;
        font-size: 15px;
        order: 5;
        float: right;
        margin: 5px 0;
    }

    .PRODMENU .price {
        background: transparent;
        height: auto;
        left: 0;
        padding: 0;
        position: static;
        text-align: left;
        top: 0;
        margin-left: 0;
        margin-right: auto;
        font-style: normal;
        font-weight: 700;
        font-size: 13.6364px;
        line-height: 18px;
        letter-spacing: -0.02em;
        color: #000000;
        max-width: unset;
        margin-bottom: 0;
        display: block;
        float: left;
        float: left;
        margin-top: 10px;
    }

    .PRODMENU:not(.affix)>div::after {
        display: none;
    }

    #PRODMENU-mob {
        width: 100%;
        height: auto;
        background: #F8F8F8;
        border-bottom: 1px solid #CECECE;
        padding: 0 15px;
        z-index: 10;
    }
}

@media (max-width: 767px) {
    .BUY .price_wrapper .badge-dto {
        font-size: 18px;
        line-height: 22px;
    }

    .selector_opcion {
        border-bottom: 0;
        padding-bottom: 0;
    }

    #SPECS h2 {
        margin: 30px 0 2px !important;
    }
}

@media (max-width: 479px) {}

/* INPAGE CONTENIDO ************************/


#inpage_container {
    margin: auto !important
}

#inpage_container * {
    font-weight: normal !important;
}


.inpage_selector_gallery {
    display: none !important;
}

.inpage_cont_title {
    font-weight: 700;
    font-size: 30px !important;
    margin: 50px auto 20px !important;
    text-transform: none !important;
    color: #000 !important;
    width: 100% !important;
    text-align: center !important;
}

.inpage_p {
    font-size: 1.1em !important;
    line-height: 1.3em !important;
}

.inpage_selector_specification .htitle {
    display: none
}


@media (max-width: 767px) {
    .inpage_cont_title {
        font-size: 21px !important;
        text-align: left !important;
        margin: 15px 0 !important;
    }

    .inpage_p {
        font-size: 1em !important;
        line-height: 1.2em !important;
    }

    #inpage_container .inpage_wowimg {
        min-height: unset !important
    }
}

/* owl menu effect mobile */

@media (max-width: 479px) {

    #related-product-slider.owl-carousel .owl-stage {
        left: -30px !important;
    }
}

@media (max-width: 359px) {

    #related-product-slider.owl-carousel .owl-stage {
        left: -60px !important;
    }
}


/************ AGREGAR A TU COMPRA **************/
#RELATED-ADD {
    margin-bottom: 50px;
}

#RELATED-ADD.related>h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: inherit;
    display: block;
    align-items: center;
    color: #000000;
    text-align: left;
    margin: 0;
    float: left;
    border: 0;
    margin-bottom: 20px;
    margin-top: 55px;
}

#RELATED-ADD.related>h2 span {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    display: block;
    float: left;
}

#RELATED-ADD.related>ul {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.Product #RELATED-ADD.related>ul>li {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Product #RELATED-ADD.related .PRODUCT_BOX {
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    max-width: 450px;
    box-sizing: border-box;
    padding: 8px;
    align-items: center;
    justify-content: flex-start;
}


.Product #RELATED-ADD.related .PRODUCT_BOX .box_image {
    width: 144px;
    height: 131px;
    display: block;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .box_image>a>img {
    height: 100%;
    margin: 0;
    max-height: unset;
    max-width: unset;
    position: static;
    width: 100%;
    transform-style: unset !important;
    object-fit: scale-down;
    object-position: center;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .second-box {
    width: 100%;
    position: relative;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .box_data {
    display: block;
    max-width: unset;
    width: auto;
    margin: 0 !important;
    margin-right: auto !important;
    margin-left: 15px !important;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .box_data h3 {
    max-height: unset;
    height: auto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #4F4F4F;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .price_wrapper {
    justify-content: flex-start;
    display: inline-flex;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .price_wrapper .price {
    display: block;
    text-align: left;
    width: 100%;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .price_wrapper .tachado {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-decoration-line: line-through;
    color: #9D9D9D;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONFAV {
    display: none
}

.Product #RELATED-ADD.related .PRODUCT_BOX .badge-enviogratis {
    position: static;
    margin: auto;
    display: block;
    float: left;
    line-height: 1em;
    margin-left: 15px;
    margin-top: 20px;
}


.Product #RELATED-ADD.related .PRODUCT_BOX .badges ul {
    z-index: 1;
    position: absolute;
    top: -1.25em;
    left: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE {
    background: #000;
    border-radius: 74.4828px;
    width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 300;
    font-weight: normal;
    float: right;
    margin-right: 10px;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE::before {
    content: "+";
    font-style: normal;
    font-weight: 300;
    font-size: 41.3793px;
    line-height: 0px;
    display: flex;
    align-items: center;
    text-align: center;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE.added {
    background: #0F8FFF;
}

.Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE.added::before {
    content: "\f122";
    font-family: "Ionicons";
    font-size: 22px;
}


/* SPECS - ficha tecnica *********************************/

.group-container {
    display: flex;
    width: 100%;
}

#tab-especs > .col-xs-12 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.group-title {
    text-align: right;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    width: 25%;
    margin: 10px 10px 0 0;
}

.ficha {
    float: left;
    line-height: 1.4em;
    width: 100%;
    max-width: 1050px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ficha .spec_grupo {
    border-bottom: none;
    float: left;
    padding: 13px 0;
    width: 100%;
}

.ficha .spec_tit {
    color: #555;
    float: left;
    font-size: 1.3em;
    margin: 0 0 15px;
    width: 100%;
}

.ficha ul {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid lightgray;
}


td.ficha-tit {
    padding: 8px 15px !important;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #282D3B;
    background: #F6F6F6;
    width: 50%;
}

td.ficha-dato {
    padding: 7px 15px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #101010;
}


@media (max-width: 1199px) {
    .group-container {
        flex-direction: column;
    }
    .group-title {
        margin: 20px 0;
        width: 100%;
        text-align: left;
    }
}


@media (max-width: 479px) {

    td.ficha-tit {
        padding: 8px !important;
    }
    .group-title {
        font-size: 15px;
        margin: 15px 0;
    }
    td.ficha-tit,
    td.ficha-dato {
        padding: 7px !important;
        font-size: 13px;
    }

}




/* PRODUCT RESPONSIVE *********************************/

@media (max-width: 1439px) {
    .BUY .BUTTONBUY {
        max-width: 215px;
    }
}


@media (max-width: 1199px) {
    .Product #body {
        margin-bottom: 50px;
    }

    .Product .breadcrumb {
        margin: -10px 0 10px;
        padding: 10px 0;
    }

    .PRODUCTAREA,
    .BUY {
        font-size: 0.9em;
    }

    .PRODUCTAREA {
        margin-bottom: 2px;
    }

    .PRODUCTAREA .long_desc,
    .PRODUCTAREA .short_desc {
        font-size: 12px;
        line-height: 17px;
    }

    .BUY .item-options.COLOR .dropdown-menu {
        margin: 0;
        padding: 0;
    }

    .BUY .price_wrapper2 {
        font-size: 0.95em;
        margin-bottom: 1px;
        padding: 0 0 4px;
    }

    .BUY .price_wrapper2 .tachado {
        font-size: 1.1em
    }

    .BUY .price_wrapper2 p {
        line-height: 16px;
    }

    .BUY .price_wrapper2 p.p-lista {
        margin-bottom: 5px;
    }

    .BUY .price_wrapper .price {
        font-size: 1.5em
    }

    .BUY .price_wrapper .tachado {
        font-size: 17px;
        line-height: 26px;
    }

    .BUY .bloques-info {
        margin-top: 15px;
    }

    .innerbanner>span {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .block {
        margin-bottom: 10px;
    }

    .block.cuotas .btn-calc {
        display: block;
    }

    .block.envio::before {
        font-size: 3.4em
    }

    #RELATED-ADD.related>ul {
        flex-wrap: wrap;
    }

    .Product #RELATED-ADD.related>ul>li {
        width: 50%;
        margin-bottom: 15px;
    }

    .Product #RELATED-ADD.related>ul>li:nth-child(even) {
        margin-left: 5px;
        width: calc(50% - 5px);
    }

    .Product #RELATED-ADD.related>ul>li:nth-child(odd) {
        margin-right: 5px;
        width: calc(50% - 5px);
    }

    .Product h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .innerbanner p {
        padding-left: 52px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .Product section {
        margin-top: 5px;
    }

    .Product .breadcrumb {
        padding: 0 !important;
    }

    .Product section .container {
        width: 100%;
    }

    .Product h1 {
        margin-bottom: 6px;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 31px;
        color: #000000;
        margin-top: 0;
    }

    .Product .long_desc,
    .Product .short_desc {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .Product .long_desc p,
    .Product .short_desc p {
        margin-bottom: 0
    }

    .BUY .price_wrapper2 p {
        line-height: 18px;
    }

    .block.pago {
        margin-bottom: 25px
    }

    .block.cuotas {
        margin: 10px auto 14px;
        text-align: center;
    }

    .BUY .BUTTONBUY {
        margin-bottom: 20px;
        font-size: 16px;
    }

    /* productcontent */
    .productcontent h2 {
        margin: 30px 0
    }

    .productcontent h2,
    .inpage_selector_specification .inpage_block_title>.htitle {
        font-size: 30px !important;
    }

    .inpage_cont_title {
        font-size: 24px !important
    }

    .ficha {
        font-size: 0.9em
    }

    .innerbanner p {
        padding-left: 60px;
    }

}

@media (max-width: 767px) {
    .Product .breadcrumb {
        display: none
    }

    .Product h1 {
        margin-top: 0;
    }

    .codeid {
        font-size: 13px
    }

    .GALLERY {
        padding-right: 15px;
    }

    .GALLERY>span {
        box-shadow: none;
        padding: 10px;
        width: calc(100% + 30px);
        margin: -5px -15px 0;
    }

    .PRODUCTAREA {
        padding: 0 15px;
    }

    .PRODUCTAREA .buttons_wrapper a {
        font-size: 1.6em;
        line-height: 18px;
        padding: 5px;
    }

    .BUY .BUTTONBUY {
        margin-bottom: 10px;
        padding: 12px 3px;
    }

    .BUY .item-options {
        padding: 0 0 15px 0;
    }

    .BUY .innerbanner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .BUY .innerbanner svg {
        width: 35px;
        height: 35px;
    }

    /* productcontent */

    .productcontent h2 {
        font-size: 26px !important;
        text-align: center;
        padding-top: 26px;
        margin-top: 25px !important;
        position: relative;
    }

    .productcontent {
        position: relative;
    }

    .ficha {
        font-size: 0.85em
    }

    .innerbanner p,
    .innerbanner p a.btn-calc {
        font-size: 12.5px;
    }

    .innerbanner p {
        padding-left: 51px;
        padding-right: 25px;
    }

    .innerbanner>span {
        padding-left: 76px;
        font-size: 15px;
    }

    #RELATED-ADD.related>h2 {
        text-align: center;
        line-height: 32px;
        margin-top: 20px;
        padding-top: 20px
    }

    #RELATED-ADD.related>h2 span {
        float: none;
    }

    .Product #RELATED-ADD.related>ul>li {
        width: 100% !important;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE {
        width: 37px;
        height: 37px;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .BUTTONADDCIRCLE::before {
        font-size: 30px;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .box_data h3 {
        height: auto !important;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .badge-enviogratis {
        margin-top: 10px;

    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .badge-dto {
        letter-spacing: -0.02em;
        padding: 2px 4px;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .price_wrapper .tachado {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: -0.02em;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .list-items .price span,
    .tachado span {
        font-size: 1em;
    }

    #RELATED-ADD {
        margin-bottom: 0;
    }

    .Product #RELATED-ADD.related .PRODUCT_BOX .badges ul {
        top: -1.35em;
    }

    #RELATED-ADD h2::before {
        content: "";
        width: calc(100% + 30px);
        top: 0;
        position: absolute;
        height: 1px;
        background-color: #C2C2C2;
        left: -15px;
    }

    #RELATED h2 {
        text-align: center;
    }

    .BUY .bloques-info {
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }

}

@media (max-width: 560px) {
    .BUY .BUTTONBUY {
        width: 100% !important;
        max-width: unset;
    }

    .buttons_wrapper span {
        width: 100%;
        margin: -5px 0 0;
    }
}

@media (max-width: 479px) {
    .Product #body {
        margin-bottom: 10px;
    }

    .BUY .bloques-info {
        align-items: center;
        justify-content: center;
    }

    .PRODUCTAREA .badge-enviogratis {
        font-size: 12px;
        background-color: #f1f1f1;
        width: auto;
    }

    .PRODUCTAREA .buttons_wrapper {
        display: none;
    }

    .productcontent h2 {
        font-size: 22px !important;
        margin-top: 0 !important;
        border: none;
    }

    div#SPECS .col-xs-12,
    div#BENEF .col-xs-12 {
        padding: 0;
    }

    div#RELATED.anchor {
        padding: 0 !important;
        margin: 0 !important;
    }

    #RELATED h2 {
        margin: 20px 0 10px !important;
    }

    /* productcontent */
    .ficha {
        font-size: 0.8em
    }

    .ficha ul {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/* SOCIAL SHARE  **********************************/

#share {
    position: relative;
    width: 31px;
    height: 36px;
    display: block;
    float: right;
}

#share input[type="checkbox"] {
    display: none;
}

#share:hover+.label {
    background-size: 23px;
}

#share .label {
    background-color: transparent;
    margin: 0;
    color: #000;
    background-image: url(/Content/templates/base/images/share.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px auto;
    display: block;
    width: 31px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

#share .social {
    transform-origin: 50% 0%;
    transform: scale(0.01);
    opacity: 0;
    transition: .5s;
    position: absolute;
    right: 100%;
    top: 16px;
}

#share .checkbox:checked~.social {
    opacity: 1;
    transform: scale(1);
    right: 241px;
    top: -1px;
}

#share ul {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    height: 35px;
    width: 200px;
    list-style: none;
}

#share ul li {
    font-size: 22px;
    cursor: pointer;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    display: block;
    height: 35px;
    font-family: "Ionicons";
    position: relative;
}

#share ul li:hover {
    color: rgba(0, 0, 0, .5);
}

#share li[class*="email"]:hover {
    color: rgba(255, 255, 255, 0.5)
}

#share ul:after {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    height: 0;
    width: 0;
    border-left: 10px solid #2d2d2d;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    top: 9px;
}

#share ul li:before {
    pointer-events: none;
    float: left;
    width: 100%;
    height: 100%;
    line-height: 37px;
}

#share li[class*="facebook"] {
    background: #3B5998
}

#share li[class*="twitter"] {
    background: #6CDFEA
}

#share li[class*="googleplus"] {
    background: #E34429
}

#share li[class*="dropbox"] {
    background: #8DC5F2
}

#share li[class*="github"] {
    background: #9C7A5B
}

#share li[class*="instagram"] {
    background: #0E68CE
}

#share li[class*="youtube"] {
    background: #CC181E
}

#share li[class*="pinterest"] {
    background: #CC181E
}

#share li[class*="email"] {
    background: #2d2d2d
}

#share ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}


/*Redes Sociales custom product detail*/

.popover-content {
    display: flex;
    font-size: 0.8em;
    background-color: #f1f1f1;
}

.popover-content li {
    list-style: none
}

.popover-content a:before {
    font-family: 'Ionicons' !important;
    font-size: 26px;
    line-height: 35px;
    padding: 4px 6px;
}

.popover-content li .s-facebook {
    background-color: #4250ab;
}

.popover-content li .s-facebook:before {
    content: "\f231";
    padding: 6px 13px;
}

.popover-content li .s-twitter:before {
    content: "\f243"
}

.popover-content li .s-twitter {
    background-color: #0995d9;
}

.popover-content li .s-youtube:before {
    content: "\f24d"
}

.popover-content li .s-youtube {
    background-color: red;
}

.popover-content li .s-whatsapp:before {
    content: "\f4f0"
}

.popover-content li .s-whatsapp {
    background-color: #00b427;
}

.popover-content.s-pinterest:before {
    content: "\f2b1"
}

.popover-content li .s-instagram:before {
    content: "\f350"
}

.popover-content li .s-instagram {
    background-color: #e83a76;
}

.popover-content li .s-email:before {
    content: "\f2eb"
}

.popover-content li .s-email {
    background-color: #363636;
}

.popover-content li a {
    width: 36px;
    height: 35px;
    color: #fff !important;
    border-radius: 5px;
    margin: 2px;
    font-size: 0.6em;
    display: block;
}

.popover-content li a:hover {
    background-color: #dddddd;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #dbdbdb !important;
}



.arriba-izquierda,
.arriba-derecha,
.abajo-izquierda,
.abajo-derecha {
    position: absolute;
    width: 70px;
    z-index: 2;
}

.arriba-izquierda {
    left: 0;
    top: 0;
}

.arriba-derecha {
    right: 0;
    top: 0;
}

.abajo-izquierda {
    left: 0;
    bottom: 0;
}

.abajo-derecha {
    right: 0;
    bottom: 0;
}

/*Owl dots mobile*/

.Product .owl-dots div {
    height: 8px;
    width: 8px;
}

.Product .owl-dots .active {
    background-color: #000;
    border-color: #000;
}


@media(max-width:479px) {

    .arriba-izquierda,
    .arriba-derecha,
    .abajo-izquierda,
    .abajo-derecha {
        width: 45px;
    }
    .Product .GALLERY .abajo-izquierda,
    .Product .GALLERY .abajo-derecha {
        bottom: 35px;
    }
}


/*////////////////////////////// BuyItWith */
.Product #body {
    margin-bottom: 2em !important;
}

#BUYITWITH {
    padding-top: 1em;
    padding-bottom: 3em;
    background: #F3F3F5;
}


#BUYITWITH .buyit-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#BUYITWITH .container_checkboxes {
    order: 3;
    width: 100%;
}

#BUYITWITH .container_buy.BUY {
    order: 2;
    width: 30%;
    display: flex;
}

#BUYITWITH .buyit-content {
    display: flex;
    flex-wrap: wrap;
}

#BUYITWITH .total_price_BuyItWith {
    margin: 0;
    width: 100%;
    padding: 10px 20px;
    color: #231F20;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
}

#BUYITWITH .priceBuyItWith {
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: center;
    margin: 0;
    color: #231F20;
    font-weight: 600;
}

#BUYITWITH .BUYITWITH_title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #282D3B;
    font-size: 28px;
}

#BUYITWITH .color_gray span {
    padding: 10px;
}

.container_Main_boxBuyItWith {
    width: auto;
    display: flex;
    align-items: center;
    color: #000;
    font-size: x-large;
    flex-wrap: wrap;
    order: 1;
}

.container_boxBuyItWith {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_boxBuyItWith img {
    padding: 6px;
    max-width: 150px;
    max-height: 150px;
}

.link_OtherProducts_BIW:hover {
    color: gray;
}

.boxButtonBuyItWith {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px
}

.boxButtonBuyItWith .BUTTONBUY.b1,
.boxButtonBuyItWith .BUTTONBUY.b2 {
    margin: 0;
    max-width: 200px;
    min-width: 200px;
    padding: 14px;
}

.boxButtonBuyItWith #total-buyitwith {
    font-size: 26px;
}

/*////////////////////////////// BuyItWith - Mobile */

@media (max-width: 1439px) {

    .boxButtonBuyItWith .BUTTONBUY.b1,
    .boxButtonBuyItWith .BUTTONBUY.b2 {
        min-width: 180px;
    }
}

@media (max-width: 1199px) {

    #BUYITWITH .container_buy.BUY {
        order: 3;
        width: 100%;
    }

    #BUYITWITH .container_checkboxes {
        order: 2;
    }

    .container_Main_boxBuyItWith {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .boxButtonBuyItWith {
        flex-wrap: wrap;
    }

    .boxButtonBuyItWith h4 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .boxButtonBuyItWith a {
        margin-bottom: 0px !important;
    }

    .boxButtonBuyItWith .BUTTONBUY.b1,
    .boxButtonBuyItWith .BUTTONBUY.b2 {
        margin: 0;
        max-width: 170px;
        min-width: 200px;
        padding: 14px 9px;
        font-size: 14px;
    }

    .container_boxBuyItWith img {
        padding: 6px;
        max-width: 100px;
        max-height: 100px;
    }

    .contentMain_mobile_BWT {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 0px 10px 0px;
        border-top: 1px solid #ccc;
    }

    .content_checkbox_BWT {
        width: 15%;
    }

    .content_name_BWT {
        width: auto;
    }

}

@media (max-width: 479px) {

    .boxButtonBuyItWith .BUTTONBUY.b1,
    .boxButtonBuyItWith .BUTTONBUY.b2 {
        max-width: 156px;
        min-width: unset;
    }
    .boxButtonBuyItWith {
        gap: 10px;
    }
    #BUYITWITH .BUYITWITH_title { 
        font-size: 24px;
    }
    .boxButtonBuyItWith #total-buyitwith {
        font-size: 24px;
    }
    .container_boxBuyItWith img {
        max-width: 60px;
        max-height: 60px;
    }
}

@media (max-width: 359px) {

    .boxButtonBuyItWith .BUTTONBUY.b1,
    .boxButtonBuyItWith .BUTTONBUY.b2 {
        max-width: unset;
    }
}

.linkDescription {
    text-decoration: underline;
    cursor: pointer;
    text-transform: none;
    color: #006AFD;
    font-size: 13px;
    font-weight: 600;
}

/*envios cp*/
.delivery-description-moova {
    margin-top: -40px;
    margin-left: 59px;
    /* position: absolute; */
}

.delivery-description-moova {
    color: #616161;
    font-weight: 300;
    display: block !important;
    /* overflow: hidden; */
    /* margin-left: 10%; */
}

.delivery-description-moova text strong {
    font-size: 16px;
    color: black;
}


.delivery-time-p {
    font-size: 12px !important;
    line-height: -1;
    position: absolute;
    margin-top: -1%;
    margin-left: -1%;
    color: gray !important;
}


@media (max-width: 767px) {
    .delivery-description-andreani-one-line {
        margin-left: 0px !important;
    }

    .delivery-description-moova-one-line {
        margin-left: 0px !important;
    }

    .delivery-title-strong {
        font-size: 12px !important;
    }

    .moova-mañana-p {
        padding-left: 64px !important;
    }
}

.delivery-description-andreani-one-line {
    display: block !important;
    /*overflow: hidden;*/
    margin-top: -44px;
    margin-left: 57px;
    position: absolute;
    /* margin-left: 9%; */
}

.delivery-description-moova-one-line {
    display: block !important;
    /* overflow: hidden; */
    margin-top: -44px;
    margin-left: 57px;
    position: absolute;
    /* margin-left: 9%; */
}

.delivery-title-strong {
    justify-content: flex-start;
    /*display: flex;*/
    width: 100%;
    font-weight: 600 !important;
    color: black !important;
    font-size: 14px;
}


.delivery-time-img {
    display: inline !important;
}


.delivery-truck-blue {
    /* width: 89%; */
    width: 50px;
}

.check-delivery-state {
    margin-left: 60px;
    margin-top: -13px;
}


#postal-code-check {
    background: #F8F8F8;
    height: 88px;
    width: 333px;
    border-radius: 0px;
    margin-left: 60px;
}

.block.envio span.tiempo-envio {
    color: #002d62;
}

.block.envio .innerbanner {
    display: inline-block;
    color: #002d62;
}

.block.envio span.tiempo-envio {
    color: #002d62;
}

.block.envio .innerbanner a {
    margin-bottom: 9px;
    text-decoration: underline;
}

.block.envio .retiro-tienda2 {
    color: #000;
}

.block.envio .retiro-tienda2 {
    color: #002d62;
}

.selected-cp,
.prefix-cp {
    font-weight: 600;
    color: black !important;
}

.href-check-address,
.href-check-deposits {
    text-decoration-line: underline;
    color: #000 !important;
    font-size: 13px !important;
    cursor: pointer;
    margin-top: 12px;
}


#msg-error-cp-div {
    margin-left: 60px;
    width: 340px;
    margin-top: 4px;
    line-height: 13px;
}

.arrow {
    border: solid #000;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 4px;
    cursor: pointer;
}

.upArrow {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.downArrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#postal-code-check p {
    color: #000 !important;
    font-size: 13px !important;
    padding: 12px 17px 7px;
}

@media (max-width: 767px) {
    #postal-code-check {
        height: 106px !important;
        width: 210px !important;
    }

    .lupa-cp {
        margin-top: -6px !important;
        margin-right: 41px !important;
    }
}

#postal-code-check {
    background: white;
    height: 88px;
    width: 333px;
    border-radius: 0;
    margin-left: 60px;
}

#postal-code-check input {
    width: 110px;
    margin-left: 15px;
    margin-top: -5px;
    float: left;
    display: inline;
}

.lupa-cp {
    float: right;
    margin-top: -7px;
    margin-right: 162px;
    cursor: pointer;
}

.free-ship {
    color: #31ca18;
}

.cost-ship {
    color: #007eaf;
}


.innerbanneEnvio p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #000;
    display: inline-block;
    /* padding-left: 64px;*/
    position: relative;
}

/*fin envios cp*/

/*Geloloc CP*/

#containetPostalCode {
    box-sizing: border-box;
    background: #F8F8F8;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

#containetPostalCode #titleSearchPostalCode {
    color: #707070;
    padding: 3px 0px;
}

#containetPostalCode .i-search::after {
    content: "\f4a4";
    font-size: 25px;
    font-family: 'Ionicons';
    color: white;
}

#containetPostalCode #searchPostalCode {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 0px 10px;
}

#containetPostalCode #txtSearchPostalCode {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #002D73;
    padding-right: 5px;
    text-decoration: underline;
}

#containetPostalCode #searchPostalCode .input-group {
    padding: 0px 5px;
}

#containetPostalCode #searchPostalCode .input-group .searchPC {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 0;
    cursor: pointer;
    background: #4B8AF1;
    border-radius: 0 5px 5px 0;
    padding: 0;
}

#containetPostalCode #searchPostalCode .input-group input {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 13px;
    gap: 10px;
    width: 94px;
    height: 36px;
    border-radius: 5px 0 0 5px;
}

.line {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #9d9d9d36;
}

.TabShippingPickupContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2px 0px 5px;
    margin: 20px 0;
    border-top: 1px solid lightgray;
}

.TabShippingPickupContainer #panelTabShippingPickup {
    width: 100% !important;
}

#panelTabShippingPickup .nav-tabs li:not(.active) {
    cursor: pointer;
}

.TabShippingPickupContainer .titlePC {
    display: flex;
}

.TabShippingPickupContainer .titlePC h5 {
    padding-right: 5px;
}

.TabShippingPickupContainer .titlePC a,
.titleAllStore a {
    font-weight: 600;
    text-decoration-line: underline;
    color: #4B8AF1;
}

a#btnEditPC {
    margin: 8px;
}

.map-container-PDP #loc-list-PDP {
	    flex-direction: column;
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
}

.TabShippingPickupContainer #panelTabShippingPickup .nav-tabs {
    display: flex;
    width: 50%;
}

.TabShippingPickupContainer #panelTabShippingPickup .nav-tabs li {
    margin: 0px 0px -1px 0px;
    width: 100%;
    display: flex;
    gap: 6px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

#shipping-option .shipping-PDP li label .sh_price,
#shipping-option .gratis {
    padding-left: 5px;
    font-weight: bold;
    color: #00A786;
}

ul.shipping-PDP label {
    display: flex;
    flex-flow: wrap;
}

#panelTabShippingPickup img {
    padding: 10px 3px 10px 15px !important;
    width: auto;
}

#panelTabShippingPickup .nav-tabs>li a {
    padding: 4px 2px;
    display: flex;
    align-items: center;
    border: none;
}

.map-container-PDP .container-store a {
    cursor: default !important;
    padding: 6px 0px;
}

.map-container-PDP .cart-sucursales-PDP {
    display: flex;
    font-size: 14px;
    line-height: 16px;
}

#pickup-option .map-container-PDP #loc-list-PDP {
    max-height: 150px;
}


br.show-mobile {
    display: none;
}

.map-container-PDP .nav-tabs>li a {
    cursor: default !important;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    border-width: 1px 1px 2px;
    color: #716f6f;
    display: block;
    font-size: 14px !important;
    line-height: inherit;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 100% !important;
}

#panelTabShippingPickup .nav>li>a:hover,
#panelTabShippingPickup .nav>li>a:focus {
    background-color: initial !important;
}

#panelTabShippingPickup .nav-tabs>li.active>a,
#panelTabShippingPickup .nav-tabs>li.active>a:hover,
#panelTabShippingPickup .nav-tabs>li.active>a:focus {
    background-color: initial !important;
    border-color: #FFF #FFFF #004C8F !important;
    border-width: 0px !important;
    color: black !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: start;
    cursor: default !important;
    /*line-height: 20px;*/
}

#panelTabShippingPickup .nav-tabs li.active {
    box-sizing: border-box;
    background: #F8F8F8;
    border-width: 1px 1px 0px 1px !important;
    border-style: solid;
    border-color: #DDDDDD !important;
    border-radius: 8px 8px 0 0;
}

#panelTabShippingPickup .tab-content {
    margin: 0px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 19px 20px;
    gap: 4px;
    background: #F8F8F8;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #DDDDDD;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    border-radius: 0 0 8px 8px;
}

#panelTabShippingPickup .tab-content .tab-pane {
    padding: 0 !important;
}

@media(max-width:479px){
    .map-container-PDP .nav-tabs>li a {
        font-size: 13px !important;
    }
    #panelTabShippingPickup .nav-tabs>li.active>a,
    #panelTabShippingPickup .nav-tabs>li.active>a:hover,
    #panelTabShippingPickup .nav-tabs>li.active>a:focus {
        font-size: 13px;
    }
}


/*modal de sucursales*/

#all-sucursales-pickup .modal-body .container {
    max-width: -webkit-fill-available;
}

#all-sucursales-pickup .pickup-now-title h4.pickup-now-txt {
    display: flex;
}

#all-sucursales-pickup .pickup-now-title h4.pickup-now-txt .now {
    margin: 0px 5px;
    color: #0F8FFF;
}

#all-sucursales-pickup .pickup-now-title, #all-sucursales-pickup .pickup-after-title {
    display: flex;
}

#all-sucursales-pickup img {
    width: auto;
}

#all-sucursales-pickup h4 {
    font-weight: 600;
}

#all-sucursales-pickup .pickup-now-title img {
    padding: 6px;
}

#all-sucursales-pickup .pickup-after-title img {
    padding: 3px;
}

#all-sucursales-pickup .pickup-after-title h4 {
    line-height: initial;
}

#all-sucursales-pickup .line {
    border: 1px solid #CCCCCC;
}

#all-sucursales-pickup .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 10px 10px 50px;
    gap: 5px;
}

#all-sucursales-pickup .pickup-now-title, #all-sucursales-pickup .pickup-after {
    padding-top: 10px;
}

#all-sucursales-pickup .btn-close {
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#all-sucursales-pickup .map-container-PDP {
    width: 75%;
}

#all-sucursales-pickup .container-store {
    border-bottom: 1px solid lightgray;
    padding: 5px 0;
}

#all-sucursales-pickup .container-store::before {
    content: "\f125";
    font-family: 'Ionicons';
    display: inline-block;
    position: relative;
    /* display: flex; */
    width: auto;
    font-size: 12px;
    color: #ababab;
}

#all-sucursales-pickup .container-store {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

/* form no stock */

.form-nostock-container {
    background: #EFEFEF;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.form-nostock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-nostock form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form-nostock h4 {
    color: #8E8E8E;
    font-size: 19px;
    font-weight: bold;
}

.form-nostock p {
    color: #282D3B;
    font-size: 14px;
    text-align: center;
}

.form-nostock input[type="text"] {
    border-radius: 50px;
    height: 40px;
    width: 350px;
}

.form-nostock label {
    display: none;
}

.form-nostock input[type="submit"] {
    background: #0054C8;
    color: #fff;
    display: block;
    height: 40px;
    width: 105px;
    position: absolute;
    right: 0;
    padding: 0;
    border-radius: 100px;
    z-index: 9;
    top: 0;
    min-width: unset;
}

.form-nostock ._contact_holder b {
    padding: 10px;
    float: left;
    text-align: center;
}


@media(max-width:479px){
    .form-nostock input[type="text"] {
        width: 100%;
    }
}


/*INICIO: cucardas-filtros*/
ul .badge-filter {
    display: block !important;
    position: absolute !important;
}

.badge-up-left {
    float: left !important;
    left: 7px !important;
}

.badge-up-rigth {
    float: right !important;
    right: 7px !important;
}

.badge-bottom-left {
    float: left !important;
    left: 7px !important;
    top: 190px;
}

.badge-bottom-rigth {
    float: right !important;
    right: 7px !important;
    top: 190px;
}

.box_image .badge-bottom-left, .box_image .badge-bottom-rigth {
    top: 100px;
}

@media (max-width: 479px) {
    .box_image .badge-bottom-left,
    .box_image .badge-bottom-rigth {
        top: 100px;
    }

    .box_image .badges img {
        width: 90%;
        max-width: 78px;
    }

    .gridview .box_image .badges img {
        width: 85%;
        max-width: 78px;
    }

    .gridview .box_image .badges .badge-up-rigth,
    .gridview .box_image .badges .badge-bottom-rigth {
        right: -5px !important;
    }

    .gridview .box_image .badge-bottom-left {
        left: -5px !important;
    }
}

@media (min-width: 479px) {
    .box_image .badges img {
        width: 100%;
        max-width: 100px;
    }

    .box_image .badge-bottom-left, .box_image .badge-bottom-rigth {
        top: 260px;
    }

    .gridview .box_image .badge-bottom-left,
    .gridview .box_image .badge-bottom-rigth {
        top: 200px;
    }
}

@media (min-width: 768px) {
    .badge-bottom-left, .badge-bottom-rigth {
        top: 215px;
    }

    .box_image .badge-bottom-left, .box_image .badge-bottom-rigth {
        top: 215px;
    }
}

@media (min-width: 992px) {
    .badge-bottom-left, .badge-bottom-rigth {
        top: 285px;
    }

    .box_image .badge-bottom-left, .box_image .badge-bottom-rigth {
        top: 240px;
    }

    .gridview .box_image .badge-bottom-left,
    .gridview .box_image .badge-bottom-rigth {
        top: 200px;
    }
}

@media (min-width: 1200px) {
    .badge-bottom-left, .badge-bottom-rigth {
        top: 390px;
    }

    .box_image .badge-bottom-left, .box_image .badge-bottom-rigth {
        top: 240px;
    }
}

@media (min-width: 1440px) {
    .badge-bottom-left, .badge-bottom-rigth {
        top: 450px;
    }
}
/*FIN: cucardas-filtros*/


/*MARKET PLACE*/


.marketplace {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12.8px;
    line-height: 1.3em;
    color: #606060;
    gap: 10px;
    margin: 0 0 10px;
    width: 100%;
}

    .marketplace div {
        width: 1px;
        height: 38px;
        display: block;
        position: relative;
        background: #0003;
    }

    .marketplace p {
        margin: 0;
    }

        .marketplace p span {
            color: #396FDA;
            font-weight: 600;
        }

@media(max-width:767px) {
    .marketplace {
        margin: 5px 0 10px;
        line-height: 1.25em;
        gap: 7px;
    }

        .marketplace svg {
            width: 55px;
        }

        .marketplace div {
            height: 32px;
        }
}

/*FIN MARKET PLACE*/
/*////////////////////////////////////////////////////////////////////*/


/*   USER                  ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/


/* REGISTER ******************************/

.row_line {
    height: 1px;
    border-top: 2px solid #1db4df;
    width: 80px;
    margin: 15px auto 20px;
}
.dni > div:first-child {
    width: 75px;
    float: left;
    position: relative;
}
.dni > div:last-child {
    width: calc(100% - 81px);
    float: right;
    position: relative;
}
.dni select {
    background-color: #eee;
}

#_mainform_ .customselect::after
{
    height: auto;
}


/**/


@media (min-width: 768px)
{
    .modal-dialog.Register
    {
        max-width: 750px !important;
        width: 100% !important;
        margin: 30px auto;
    }
}


.Register section .container {
    margin-top: 30px;
}

.login_wrapper {
    background: #fff;
    border: 1px solid #bcbcbc;
    background-clip: padding-box;
    border-radius: 2px;
    margin-top: 10px;
    min-height: 143px;
    padding: 13px 20px 26px;
    position: relative;
    text-align: center;
    color: #444;
}

.login_wrapper:before {
    background: #ccc;
    border: 2px solid #fff;
    background-clip: padding-box;
    border-radius: 44px;
    color: #fff;
    display: block;
    font-family: "e3font" !important;
    font-size: 23px !important;
    height: 44px;
    left: 50%;
    line-height: 38px;
    margin-left: -22px;
    padding: 0 !important;
    position: absolute !important;
    text-align: center;
    top: -22px;
    width: 44px;
}

.login_wrapper .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding-left: 12px;
}

.Register .login_wrapper:before {display: none}

#checkout-step-login .login_wrapper:before {
    content: "\e086"
}

.Register .login_wrapper {
    margin-bottom: 50px
}

.Register .forget {
    font-size: 1em !important;
    float: left !important;
}



/*   MI CUENTA         ////////////////////////////////////////  */

.User h1 {
    border: medium none;
    font-size: 2em;
    font-weight: 700;
    margin: 18px 0 0;
    padding: 0;
    text-align: left;
    text-transform: initial;
}

@media (max-width: 991px) {
    .User h1 {
        font-size: 1.7em;
    }
}

@media (max-width: 767px) {
    .User h1 {
        text-align: center;
    }
}


/* MENU_TREE (menu usuario y content) **************************/

.menu_tree {
    float: left;
    width: 90%;
}

.menu_tree>ul {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    margin-bottom: 30px;
    margin-top: 46px;
    padding: 10px 0;
    width: 100%;
}

.menu_tree>ul li {
    float: left;
    width: 100%;
}

.menu_tree a {
    color: #000;
    float: left;
    padding: 6px 0;
    width: 100%;
}

.menu_tree a:hover {
    text-decoration: underline
}

@media (max-width: 991px) {
    .menu_tree {
        width: 100% !important
    }
}


/* menu_tree parte II  ******************************/

.User .menu_tree {
    margin: -24px 0;
    background-color: transparent;
    padding: 0;
}

.User .menu_tree > ul {
    border: 0 none;
    margin: 0;
}

.User .menu_tree h5 span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.User .menu_tree a {
    background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
    font-size: 0.95em;
    font-weight: normal;
    height: 63px;
    line-height: 63px;
    margin-bottom: 10px;
    padding: 0 10px 0 59px;
    position: relative;
    text-transform: uppercase;
    display: block;
}
.User .menu_tree a:hover {
    border-color: #2972f8;
    text-decoration: none;
}
.User .menu_tree a::before {
    font-size: 26px;
    left: 15px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 1em;
}

.u-data:before,
.u-favs:before,
.u-orders:before,
.u-logout:before {
    font-family: "e3font";
    font-weight: normal;
}


.u-data:before {content: "J"}
.u-favs:before {content: "Z"}
.u-orders:before {
    content: "0";
    margin-top: -7px !important;
}
.u-logout:before {
    content: "2";
    margin-right: -3px !important;
}

.u-pass:before {
    content: "y";
}


.User .menu_tree a.u-orders::before {top: 5px}

.menu_tree a::after {
    color: #000;
    float: right;
    font-family: "diggit";
    font-size: 13px;
    margin-right: -10px;
    opacity: 1;
    padding: 0;
}

.menu_tree a::after {
    content: "";
}
.User .menu_tree a.active {
    background-color: #fff;
    border-color: #fff;
    color: #49326a;
    pointer-events: none;
    overflow: visible;
}
.User .menu_tree a.active::after {
    content: "\f125";
    font-family: "Ionicons";
}

@media (max-width: 991px) {
.u-data:before {}
.u-favs:before {
    margin-top: 5px !important;
}
.u-orders:before {
    margin-top: 5px !important;
}
.u-logout:before {}
.u-pass:before {}
.User .menu_tree a::before {
    font-size: 25px;
    left: 13px;
}
.User .menu_tree a.u-favs::before {top: -4px;}
.User .menu_tree a.u-orders::before {top: -6px;}

.User .menu_tree a {
    padding-left: 49px
}
.User .menu_tree a::after {
    display: block;
    font-size: 11px;
}
}

@media (max-width: 767px) {
.User h1, h5.logueado {display: none !important}
.User .menu_tree a.active {
    background-color: #f8f8f8;
    border-color: #fff #fff #f8f8f8;
}
.menu_tree {
    float: left;
    width: 100%;
}
.User .menu_tree h5 {
    border: 0 none;
    color: #2972f8;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -118px;
    width: 100%;
}
.User .menu_tree h5 span {
    display: inline
}
.User .menu_tree > ul {
    background: #fff none repeat scroll 0 0;
    border: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0;
}
.User .menu_tree li {
    float: left;
    width: 25%;
}
.User .menu_tree a::after {
    bottom: -9px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotate(90deg);
}
.User .menu_tree a::after{
	display: none
}
.User .menu_tree a {
    background: #49326a;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 0.78em;
    height: 68px;
    line-height: 1.1em;
    margin: 0;
    overflow: hidden;
    padding: 42px 0 0 !important;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 6px 6px #0000002b inset;
}
.User .menu_tree a::before {
    display: block;
    font-size: 21px;
    left: 0;
    opacity: 1;
    top: 16px !important;
    margin-top: 0 !important;
    width: 100%;
}
.User .menu_tree a:hover {
    background: #007eaf;
    color: #fff;
    border-color: #fff;
}
.User .menu_tree a:hover:before {
    color: #fff
}
}


/* sector derecho: user_wrapper */

.user_wrapper {
    float: left;
    padding: 0 15px;
    width: 100%;
    min-height: auto;
    margin: 10px 0 30px;
}
.user_wrapper > h3 {
    color: #000;
    float: left;
    font-size: 1.8em;
    font-weight: lighter;
    line-height: 30px;
    margin: 7px 0 18px !important;
    position: relative;
    width: 100%;
    letter-spacing: -0.03em;
}

.user_wrapper>h3::before {
    content: "";
}

.user_wrapper>h3::after {
    content: "";
}

.user_wrapper form {
    float: left;
    width: 100%;
    max-width: 700px;
}

h5.logueado {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 13px;
    width: 90%;
    margin: 21px 0;
}

h5.logueado span {
    color: #2972f8;
    font-weight: 700;
    font-size: 1.1em;
}

@media (max-width: 991px) {
.user_wrapper {
    margin-top: 13px;
    padding: 30px 0;
}
}

@media (max-width: 767px) {
.user_wrapper > h3, .LoginHome .loginTitle {
    font-size: 1.7em;
}
}


/****************  UPDATE ***********************/

.User form .btn {
    clear: both;
}

.User.Datos h3 {
    margin-bottom: 10px;
}

.User.Datos h3.di {
    margin-top: 17px;
}

.datosUser {
    border: 1px solid #ddd;
    display: table;
    float: left;
    margin-bottom: 2em;
    margin-right: 2%;
    width: 100%;
    background-color: #F8F8F8;
    padding: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    color: #000000;
}


.User .addresscontainer {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.User .datosUser.direcciones , .User .datosUser.agregarDireccion  {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
    height: auto;
    position: relative;
}

.User  .datosUser.default::before {
    display: block;
    content: "\f375";
    font-family: "Ionicons";
    background-color: transparent;
    border: none;
    font-size: 24px;
    line-height: 16px;
    font-style: normal;
    color: #1279C5;
    position: absolute;
    left: 11px;
    top: 18px;
}

.datosUser.direcciones
{
    width: 50%;
} 

.datosUser.default, .datosUser.agregarDireccion  {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-color: #1428a0;
    background: #ECF8F7;
    border: 1px solid #2972f8;
    padding-left: 42px;
}

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.User .addresscontainer  .direcciones.agregarMas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    max-width: 89px;
    flex-direction: column;
    margin-top: 0 !important;
}

.User .addresscontainer .direcciones.agregarMas::before {
    content: "\f48a";
    float: right;
    position: relative;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    text-align: center;
    color: #000000;
    border-radius: 99.3103px;
}

.User .addresscontainer .datosUser > div {
    float: left;
    clear: both;
    margin-top: 10px;
}

.datosUser p {
    margin: 0;
    width: 100%;
    color: black;
    padding: 0;
    height: auto;
}

.datosUser p span {
    font-weight: bold;
}

.datosUser p span {
    font-weight: bold;
}

.datosUser div a, .datosUser div .sep {
    display: block;
    float: left;
    margin-top: 1em;
    text-align: center;
    text-decoration: underline;
    color: #000;
}

.datosUser div a:hover {
    color: #000
}

.datosUser div .sep {
    text-decoration: none;
    color: #555;
}

.datosUser div .sep::after {
    content: "|";
    margin: 0 9px;
    text-decoration: none;
}

.datosUser.agregarDireccion {
    background: #F8F8F8 none repeat scroll 0 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.User .addresscontainer .datosUser.agregarDireccion {
    float: left;
    padding: 10px;
    border: 1px #C2C2C2;
    box-sizing: border-box;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    border-style: dashed;
}

.datosUser #tomodify {
    margin-top: 30px;
}
.datosUser #tomodify > h4 {
    display: none;
}



@media (max-width: 991px) {
   .User .datosUser.direcciones, .User .datosUser.agregarDireccion {
        margin: 0 0 3%;
        width: 100%;
    }
}


/* RECUPERAR CONTRASEÑA ***********************/

.Recover .user_wrapper {
    border: 1px solid #ccc;
    box-shadow: none;
    margin: 30px auto;
    padding: 30px;
    max-width: 600px;
    border-radius: 6px;
}

.Recover section form {
    width: 100%;
}

.Recover section .btn {
    margin-top: 10px
}

.Recover section p {
    color: #777777;
    font-size: 1em;
    margin-bottom: 100px;
}

.Recover .user_wrapper>h3::after {
    left: 48px;
}

.Recover .user-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Recover .user_wrapper>h3::before {
    content: "o";
    font-family: 'diggit';
    margin-right: 10px;
}

@media (max-width: 479px) {
    .Recover section form {
        margin-left: 0;
        width: 100%;
    }
}




/**************************************************************************/
/* FAVORITOS (wishlist) ******************************/

/* jumbotron */
.User.Favs .user_wrapper .jumbotron h2::before {
    background-image: url(/Content/Images/jumbotron-favs.png);
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    margin: 0 auto 10px;
    opacity: 0.3;
}




.itemFav {
    border-bottom: 1px solid #ccc;
    float: right;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 10px 10px 38px;
    position: relative;
    width: 100%;
    background: #fff;
}
.quit_bar a {
    background-clip: padding-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 23px;
    left: -4px;
    line-height: 19px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    top: -2px;
}
.quit_bar a:before {content:"\f405"}
.quit_bar a:before {
    font-family: "Ionicons";
    text-align: center;
    padding: 10px;
    position: relative;
    top: 8px;
}

.quit_bar a:hover {color: #2972f8; border-color: #2972f8;}

.Favs #product_list .PRODUCT_BOX {
    float: right;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border: 0 !important;
    box-shadow: none !important;
}
.Favs #product_list .box_image {
    float: right;
    height: 170px;
    width: 170px;
    margin: 0;
    display: block;
    text-align: center;
}
.Favs #product_list .box_image img {
    max-height: 100%;
    position: relative;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
}
    
.Favs #product_list .box_data {
    float: left;
    margin: 0;
    width: calc(100% - 200px);
    clear: left;
    display: block;
    max-width: 100%;
}
.Favs #product_list h3 {
    border: 0 none;
    font-size: 1.26em;
    margin: 0 0 13px;
    text-align: left;
    height: auto !important;
}
.Favs #product_list h3::after {display: none}

.Favs .box_options, .Favs .boxoptions {
    min-height: 0;
    border: 0;
    margin: 0;
    width: auto;
    float: left;
    clear: left;
}
.Favs .item-options.COLOR li:first-child {margin-left: 0}

.Favs .PRODUCT_BOX .item-options {margin: 0 0 9px}

.Favs #product_list .price_wrapper {
    margin: 0 0 11px;
    text-align: left;
    height: auto !important;
    margin-top: 0;
    display: inline-flex;
    justify-content: start;
    align-items: baseline;
}
.Favs #product_list .price_wrapper > * {
    float: left;
    width: auto;
    margin: 0 11px 0 0 !important;
}
.Favs #product_list .tachado {
    font-size: 0.85em;
    left: unset;
    margin: -1px 0 0 6px;
    position: relative;
    top: unset;
}
.Favs #product_list .buttons_wrapper {
    display: block;
    height: auto;
    margin: -7px 0 7px;
}
.Favs #product_list .buttons_wrapper a {
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #000;
    float: left;
    font-size: 1em;
    font-weight: 700;
    height: 32px;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 0 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.Favs #product_list .BUTTONBUY {
    color: #fff !important;
    float: left;
    clear: left;
    padding: 7px 18px;
    margin: 0 0 9px;
    font-size: 1em;
    width: auto;
}

.Favs #product_list .PRODUCT_BOX:hover .box_image {
    border: 0 none !important;
    box-shadow: none !important;
}





#wishlistModal .jumbotron::before {
    content: "\f388";
    font-family: "ionicons";
    height: 200px;
}


@media (max-width: 767px) {
.Favs #product_list .BUTTONBUY {
    padding: 4px 17px;
    font-size: 0.9em;
}
}

@media (max-width: 479px) {
.Favs #product_list .PRODUCT_BOX {font-size: 0.9em;}
.Favs #product_list .box_image {
    float: left;
    height: 150px;
    margin-bottom: 0;
    width: 100%;
}
.Favs #product_list .box_data {
    width: 100%;
    margin: 0;
}
.Favs #product_list h3 {text-align: center}
.Favs .box_options, .Favs .boxoptions {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.Favs #product_list .price_wrapper {font-size: 1.1em; justify-content: center}
.Favs #product_list .price_wrapper .price {
    width: 100%;
    margin: 0 0 4px !important;
}
.Favs #product_list .price_wrapper.nonavailable {font-size: 1.1em}
.Favs #product_list .BUTTONBUY {
    margin: 0 auto 9px;
    float: none;
}
}









/**************************************************************************/
/* PEDIDOS (orders) ******************************/

.Orders .user_wrapper > h3 {
    width: auto;
}

.totalorders {
    color: #2972f8 ;
    float: right;
    font-size: 0.9em;
    line-height: 1.35em;
}

.totalorders .text {
    float: right;
    font-size: 1.3em;
}

.totalorders .number {
    float: right;
    font-size: 3.7em;
    font-weight: 700;
    margin: 8px 8px 0 0;
}

.Orders .user_wrapper>h3.pedido:after {
    display: none
}

.Orders .user_wrapper>h3.titleName strong {
    color: #0e52a3;
}

.Orders .user_wrapper table {
    /*border-bottom: 1px solid #dedede;*/
    float: left;
    font-size: 0.95em;
}

.Orders .user_wrapper table td {
    line-height: 1.2em;
    padding: 16px 16px 12px 16px !important;
    vertical-align: middle;
    height: 50px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
    border-top: 0;
}

.Orders .user_wrapper table .date {
    font-size: 0.9em;
}

.Orders .user_wrapper table .btn-default {
    background: #2972f8 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 0.85em;
    font-weight: bold;
    min-width: unset;
    padding: 7px;
    position: relative;
    top: -2px;
    width: 90px;
    float: right;
}

.Orders .user_wrapper table .btn-default:hover {
    background: #444;
}

.Orders .user_wrapper table thead tr {
    border: 0 none;
    background-color: #f8f8f8;
    height: 50px;
}

.Orders .user_wrapper table th {
    color: #044ea1;
    font-weight: 700;
    padding: 0 16px 8px !important;
    text-transform: uppercase;
    border-bottom: 0 !important;
}

.Orders .table tbody tr td {
    border-top: 1px solid #ededed !important
}

.Orders .user_wrapper td strong {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
}

.list-pedido {
    float: left;
    width: 100%;
}

.list-pedido header {
    border: 0 none;
    box-shadow: none;
    float: right;
    font-size: 1.8em;
    width: auto;
}

.Orders .user_wrapper .datos {
    background: #f2f2f2 none repeat scroll 0 0;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.Orders .user_wrapper .datos p {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.Orders .user_wrapper .datos p:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Orders .user_wrapper .datos strong {
    color: #000;
    float: left;
    margin: 0 0 1px;
    min-width: 135px;
    width: 28%;
}

.Orders #total-section {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #1babbe;
    float: right;
    font-size: 1.2em;
    font-weight: 400;
    padding: 11px 25px;
    text-align: right;
    min-height: auto;
}

.Orders #total-section strong {
    float: unset;
    font-size: 1.2em;
    width: unset;
}

.Orders .user_wrapper .buttonBack {
    float: right;
    font-size: 0.85em;
    max-width: unset;
    padding: 8px 19px;
    width: auto;
}

.orderlist h3 {
    border: 0 none;
    font-size: 1.5em;
    margin: 0;
    padding: 9px 0 3px;
    color: #2972f8;
}

@media (max-width: 991px) {
    .Orders .user_wrapper table {
        font-size: 0.9em;
    }
    .totalorders {
        line-height: 1.35em;
        font-size: 0.7em;
    }
    .Orders .user_wrapper table .btn-default {
        font-size: 0.8em;
        padding: 5px;
        top: 0;
        width: 69px;
    }
    .Orders .user_wrapper table td,
    .Orders .user_wrapper table th {
        padding: 14px 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    .table-r,
    .table-r thead,
    .table-r tbody,
    .table-r th,
    .table-r td,
    .table-r tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-r thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-r {
        background-color: transparent;
        border: 0 none;
        clear: both;
        margin: 0;
    }
    .table-r tr {
        border: 1px solid #ddd;
        margin: 0 0 12px;
        overflow: unset;
        padding: 2px;
        position: relative;
    }
    .table-r td {
        background: #fff none repeat scroll 0 0 !important;
        border: 0 none !important;
        color: #000;
        padding: 1px 5px 1px 100px !important;
        position: relative !important;
    }
    .table-r td::before {
        background-color: #f3f3f3;
        color: #1e1b2d;
        font-size: 0.95em;
        height: 100%;
        left: 0;
        padding: 8px 0 1px 10px;
        position: absolute;
        top: 0;
        white-space: nowrap;
        width: 54px;
    }
    .table-striped>tbody>tr:nth-child(odd)>td,
    .table-striped>tbody>tr:nth-child(odd)>th {
        background-color: #fff;
        border-top: 0;
        padding: 9px 70px !important;
    }
    .nom {
        font-weight: bold;
    }
    /* Label the data - Listado */
    .Orders .table-r td:nth-of-type(1):before {
        content: "Nro.";
    }
    .Orders .table-r td:nth-of-type(2):before {
        content: "Fecha";
    }
    .Orders .table-r td:nth-of-type(3):before {
        content: "Estado";
    }
    .Orders .table-r td:nth-of-type(4):before {
        content: "$";
    }
    .Orders .table-r td:nth-of-type(5):before {
        content: "";
    }
    /* Label the data - Detalle */
    .orderlist .table-r td:nth-of-type(1):before {
        content: "Cod.";
    }
    .orderlist .table-r td:nth-of-type(2):before {
        content: "Detalle";
    }
    .orderlist .table-r td:nth-of-type(3):before {
        content: "Cant.";
    }
    .orderlist .table-r td:nth-of-type(4):before {
        content: "$ Unit.";
    }
    .orderlist .table-r td:nth-of-type(5):before {
        content: "$ Subtot.";
    }
    /* general ***/
    .Orders .user_wrapper table td,
    .Orders .user_wrapper table th {
        font-size: 0.85em;
        height: unset;
        line-height: 1.2em;
        overflow: unset;
        padding: 3px 0 3px 66px !important;
        position: unset;
    }
    .Orders .user_wrapper table td::before {
        line-height: 1.2em;
        padding: 3px 8px;
    }
    .Orders .user_wrapper table .btn-default {
        display: block;
        position: absolute;
        right: 5px;
        top: -25px;
        width: 65px;
    }
    .Orders .table tbody tr td {
        border: 0 !important
    }
}

@media (max-width: 479px) {
    .totalorders {
        float: left;
        clear: left;
        margin: -21px 0 16px;
    }
}


/********** ORDERS DETAIL ******************************/

.User .data_container {
    float: left;
    max-width: inherit;
    width: 100%;
}

.User .data_container * {
    border-color: #ccc !important;
}

.data_container .data_row,
.data_container .data_row>* {
    float: left;
    width: 100%;
    position: relative;
    display: block;
}

.data_container .product {
    margin-bottom: 15px;
}

.data_container .product .pr_name {
    font-size: 1.1em;
    line-height: 18px;
}

.data_container .product span {
    font-size: 1em;
    line-height: 18px;
}

.data_container .product span.pull-left {
    opacity: 0.7;
}

.data_container .product span.pull-right {
    color: #000;
    font-size: 1.3em;
}

.data_container .product .data_col2 {
    padding: 0 15px;
}

.data_container .sub.total {
    background: #f8f8f8;
    float: left;
    width: 100%;
    font-size: 1.15em;
    font-weight: 700;
    padding: 16px 15px;
    color: #000;
}

.data_container .subtotales {
    border-top: 1px solid #e0e0e0;
    padding: 1em 0;
}

.data_container .subtotales .sub.total {
    background: transparent;
    float: left;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
    padding: 2px 15px;
    color: #000;
    text-transform: initial;
}

.data_container .subtotales .sub.total.lightblue {
    color: #1db4df;
}

.data_container .sub.total .pull-right {
    font-size: 1.2em;
    font-weight: normal;
}

.data_container .subtotales .sub.total .pull-right {
    font-size: 1em;
}

.data_container img {
    max-width: 160px;
}

.data_container span {}

.data_container h2 {
    padding-left: 0!important;
    border: none;
    margin: 0;
    padding: 0;
}

.data_container h2:before,
.data_container h2:after {
    display: none!important;
}

.data_container h4.bold {
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.data_container .data_row {
    border: 1px solid #797979;
    padding: 30px;
}

.data_container .data_row:first-child {
    margin-top: 0px;
    padding: 0;
    border: none;
    border-bottom: 1px solid black;
}

.data_container .data_row:first-child p {
    font-size: 14px;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
}

.data_container .data_row:not(:first-child) {
    border-top: none;
}

.data_container .data_row .data_col1,
.data_container .data_row .data_col2 {
    width: 50%;
    min-height: 1px;
    float: left;
}

@media (max-width: 991px) {
    .User .data_container {
        font-size: 0.88em;
    }
    .Orders .user_wrapper .buttonBack {
        font-size: 0.8em;
        padding: 5px 19px;
    }
    .data_container .data_row {
        padding: 17px 25px;
    }
}

@media (max-width: 767px) {
    .data_container .data_row .data_col1,
    .data_container .data_row .data_col2 {
        width: 100%;
    }
    .data_container .data_row .data_col2 {
        padding-left: 15%;
        padding-top: 10px;
    }
    .data_container .product .data_col1,
    .data_container .product .data_col2 {
        padding-left: 0;
        padding-top: 0;
    }
    .data_container .product .data_col2 .pull-right {
        margin-top: -20px;
    }
    .data_container .data_row {
        padding: 20px;
    }
    .data_container .data_row .data_col2.subtotales {
        padding-left: 0;
    }
    .data_container .subtotales .sub.total {
        padding-left: 0;
    }
    .Orders .user_wrapper .buttonBack {
        font-size: 0.7em;
        padding: 3px 12px;
    }
    .pye>.data_col1 {
        padding: 0 !important;
        width: 111px !important;
    }
    .pye>.data_col2 {
        padding: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 479px) {
    .data_container .data_row .data_col1 {
        font-size: 0.9em;
        padding-right: 100px;
    }
    .data_container .product .data_col2 .pull-right {
        font-size: 1.2em;
        position: absolute;
        right: 0;
        top: 20px;
    }
    .data_container .subtotales .sub.total {
        padding: 0 11px;
    }
    .data_container .sub.total .pull-right {
        font-size: 1.4em;
    }
    .pye>.data_col1,
    .pye>.data_col2 {
        clear: left;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2em;
    }
    .data_container h4.bold {
        margin: 20px 0 8px;
    }
}


/*@media cart*/

@media (max-width: 479px) {
    .Cart .BUTTONBUY.BUTTONNEXT {
        width: calc( 100% - 60px);
        margin-left: calc(30px + 0px);
        margin-top: 15px;
    }
    .Cart .stepbar li a {
        font-size: 12px;
    }
}


/*@media cart*/

@media (max-width:359px) {
    .Cart.Preview .BUTTONBUY.BUTTONNEXT {
        font-size: 15px!important;
        margin-left: 0px;
        width: 100%;
    }
    .data_container .product .data_col2 .pull-right {
        margin-top: 0;
    }
    .data_container .data_row .data_col2 {
        padding-left: 5%;
        padding-top: 10px;
    }
    .data_container .product .data_col1,
    .data_container .product .data_col2 {
        padding-left: 0;
        padding-top: 0;
    }
    .data_container .data_row {
        padding: 15px;
    }
}


/*********** USER UPDATE FORMS ***************/


.form-group.flex-group {
    display: flex;
    align-items: center;
}

#SiteShippingUpdate .form-group a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #000;
}

#SiteShippingUpdate, #SiteShippingUpdate .modal-dialog,#SiteShippingUpdate .modal-content
{
    border: 0;
}

#SiteShippingUpdate .modal-body{
    background: #F6F6F6;
    padding: 30px;
}

#SiteShippingUpdate .modal-body label {
    font-style: normal;
    font-weight: normal;
    font-size: 12.5px;
    line-height: 18px;
    letter-spacing: 0.01em;
    margin-top: 2px;
    color: #646464;
    display: inline-block;
    float: left;
}

#SiteShippingUpdate  .customselect::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    line-height: 1em;
    bottom: 11px;
    height: auto;
}

#SiteShippingUpdate .modal-body h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #000000;
}


#SiteShippingUpdate .modal-body .BUTTONBUY {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    background: #0054C8;
    border-radius: 50.4px;
    border: 0;
    padding: 10px;
    width: 100%;
    text-transform: none;
    max-width: 191px;
    margin-top: 15px;
}


#SiteShippingUpdate .modal-body .form-control {
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 12px 15px;
    height: auto;
}

#_mainform_,
#_mainformShipping_ {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    /* height: 0; */
    transition: 0.5s all ease-in-out;
}

#_mainform_.active,
#_mainformShipping_.active {
    max-height: 800px;
    /* height: auto; */
}



@media (max-width: 767px)
{
    #SiteShippingUpdate, #SiteShippingUpdate .modal-dialog, #SiteShippingUpdate .modal-content
    {
        padding: 0;
        margin: 0;
    }
}



/***************** REGISTER MODALS DIALOGS *********************************/

#_modalRegister{
    background: rgba(0,0,0,0.7);
}
#_modalRegister #User.modal-dialog {margin: 16px auto}

#_modalRegister #User.modal-dialog .modal-content{
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: 0;
    background-color: white;
}

#_modalRegister #User.modal-dialog .modal-header{
    padding: 0 15px;
    margin: 0;
    height: auto;
    display: block;
    float: left;
    width: 100%;
    padding-right: 30px;
}

#_modalRegister #User.modal-dialog .modal-body {
    padding: 15px 15px 20px;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}


#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-group{
margin-bottom: 8px;
}

#_modalRegister .validar .input-validation-error {
    border-color: #666 #666 red
}

#_modalRegister .validar .field-validation-error
{
    color: red !important;
        position: relative;
}

#_modalRegister .validar .field-validation-error::before, 
#_modalRegister .validar .field-validation-valid::before
{
right: 18px;
    /* top: -28px; */             
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset .form-control {
    height: auto;
    padding: 8px 10px;
    color: #666;
}

#_modalRegister #User.modal-dialog .modal-content .modal-body form fieldset label {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 1px 0;
    margin-bottom: 0;
}

#_modalRegister #User.modal-dialog .modal-content .modal-header h4 {
    margin-right: 12px;
    font-weight: lighter;
    position: relative;
    padding-right: 12px;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first {
    font-size: 1.45em;
    margin-top: 1px;
    font-weight: 600 !important;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 1px;
    height: 38px;
    right: 0;
    background-color: #ffffffb8;
}


#_modalRegister #User.modal-dialog .modal-content .modal-header small
{
    color: white;
    margin-right: 10px;
    font-size: 0.85em;
    top: 1px;
    position: relative;
}

#_modalRegister #User.modal-dialog .modal-content .modal-header small .go-to-login
{
    color: white;
    text-decoration: underline;
    margin-left: 5px;
}



#_modalRegister #User.modal-dialog .modal-content  .user_wrapper
{
    border: 0;
    padding: 0;
    margin: 0;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-danger {
    width: 100%;
    max-width: 223px;
    height: 43px;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0px;
    float: none !important;
    text-transform: unset;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {margin-top: 7px}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor
{
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0 22px !important;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor::before
{
    content: "";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #cacaca;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .divisor span
{
    text-align: center;
    background-color: white;
    display: block;
    position: absolute;
    width: auto;
    font-size: 2rem;
    padding: 0 0.5em;
}

#_modalRegister #User.modal-dialog .modal-content  label
{
    width: 100%;    
    display: flex;
    align-items: flex-end;
}

#_modalRegister #User.modal-dialog .modal-content  label .forget
{
    float: right !important;
    margin-left: auto;
    margin-right: 0 !important;
}

#_modalRegister #User.modal-dialog .modal-content  label .required{
    display: inline-block;
    text-align: left;
    margin-right: auto;
    margin-left: 0 !important;
}


#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
    border: 0;
    width: 100%;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #4957B3;
    color: #fff;
    display: block;
    font-weight: 700;
    line-height: 40px;
    padding: 2px 15px;
    position: relative;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    max-width: 223px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto 5px;
}

.facebook-button .s-facebook:before {
    content: "" !important;
    background-image: url(/Content/Images/i-facebook.svg);
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper h4
{
    margin: 0;
    font-size: 14px;
}

#_modalRegister .r-button-container {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button {
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #0054C8;
    border: 0;
    font-weight: normal;
    font-size: 16px;
    text-decoration: underline;
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button:hover {opacity: 0.8}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -khtml-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: white;
    color: black;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 10px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    border: 1px solid #d4d3d3;
    max-width: 223px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button svg
{
    width: 1.5em;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook {
    font-size: 26px;
    left: 19px;
    position: absolute;
    top: 0px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button .icon-facebook::before{
    content: "\f231";   
    font-family: "Ionicons"
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register {
    font-size: 22px;
    left: 19px;
    position: absolute;
    top: 0px;
}

#_modalRegister #User.modal-dialog .modal-content .user_wrapper .register-button .icon-register::before{
    content: "\f200";   
    font-family: "Ionicons"
}

#_modalRegister #User.modal-dialog aside
{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 5px;
}

#_modalRegister #User.modal-dialog aside p {
    letter-spacing: 0;
    line-height: 1.3em;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#_modalRegister #User.modal-dialog aside p a {text-decoration: underline}

#_modalRegister #User.modal-dialog aside p .icon-checkmark:before{
    content: "\f122";
    color:  #49C237;
    font-family: "Ionicons" !important;
    margin-right: 3px;
    position: absolute;
    left:  0;
}

#_modalRegister #User.modal-dialog aside h5
{
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

#_modalRegister #User.modal-dialog aside p a
{
    color: #0084E0;
    display: block;
}

#_modalRegister #User.modal-dialog aside p a:hover
{
    text-decoration: underline;
}



@media (max-width: 991px) {
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
	width: 320px;
	margin-left: calc(50% - 160px);
	margin-right: calc(50% - 160px);
}
}

@media (max-width: 767px)
{
    .modal-dialog.Register
    {
        padding: 0;
        margin: 0 ;
        max-width: 500px !important;
    }
    
    #_modalRegister #User.modal-dialog .modal-header
    {
        padding: 15px 15px ;
    }

    #_modalRegister #User.modal-dialog .modal-header .close {
        line-height: 1.2em;
    }

    #_modalRegister #User.modal-dialog .modal-content .modal-header h4{
        font-size: 16px;
        line-height: 22px;
    }
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after {

    top: -4px;
    height: 32px;

}
    #_modalRegister #User.modal-dialog aside h5 {
        margin: 25px 0 20px 0;
    }

    #_modalRegister #User.modal-dialog aside p:last-child 
    {
        padding: 0;
    }

#_modalRegister #User.modal-dialog .modal-body
{
    padding: 15px 0 15px;
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary {margin-top: 17px; margin-bottom: 12px;}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button {
    margin-bottom: 15px;
    margin-top: 6px;
}

}

@media (max-width: 479px) {

#_modalRegister #User.modal-dialog {margin: 0; max-width: 100% !important;}

#_modalRegister #User.modal-dialog .modal-content .modal-header h4
{
    display: block;
    width: 100%;
}
#_modalRegister #User.modal-dialog .modal-content .modal-header h4.first::after
{
    display: none
}
#_modalRegister #User.modal-dialog .modal-content .user_wrapper .btn-primary, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .facebook-button, #_modalRegister #User.modal-dialog .modal-content .user_wrapper .google-button {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}



.tracking span {
    font-weight: 600;
}

.facebook-button { display: none!important; }

/*////////////////////////////////////////////////////////////////////*/


/*   CONTENT               ////////////////////////////////////////  */


/*//////////////////////////////////////////////////////////////////*/

.Content section {
    padding-top: 15px;
}

.Accion.Content section {
    padding-top: 0;
}

.Content h1 {
    float: left;
    font-weight: 700;
    font-size: 2.2em;
    margin: 0 0 35px;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    height: 21px;
    text-align: left !important;
}
.User h1 span, .Content h1 span {
    position: relative;
    background: #fff;
    padding-right: 20px;
}

.Content .short_desc, .Content .short_desc p {
    color: #294391  !important;
    font-size: 19px !important;
    font-weight: normal !important;
    line-height: 25px !important;
    margin: 0 0 20px !important;
    width: 100%;
    float: left;
    letter-spacing: -0.01em !important;
}
.Content .long_desc, .Content .long_desc p {
    color: #333;
    font-size: 14px;
    font-weight: lighter;
    line-height: 23px;
    float: left;
    width: 100%;
}
.Content .long_desc {margin-bottom: 30px}
.Content .faq .long_desc {margin-bottom: 13px}

.Content .short_desc p, .Content .long_desc p {
    margin: 0 0 15px;
}

.long_desc img {
    max-width: 100%;
    height: auto;
}

.Content .images img {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.Content .images img:last-child {margin-bottom: 30px}
.Content .images.up img {margin: -23px 0 30px}

.Content section .container {
    min-height: 400px;
}

.long_desc h2 {
    float: left;
    font-size: 1.55em;
    font-weight: 500;
    margin: 40px 0 15px;
    position: relative;
    width: 100%;
    color: #2972f8;
}

.long_desc h2:first-child {
    margin-top: 0;
}

.long_desc h3 {
    font-size: 1.45em;
    font-weight: bold;
    margin: 20px 0 14px;
    float: left;
    width: 100%;
}
.long_desc h4 {
    color: #054fa2;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 20px 0 10px;
    float: left;
    width: 100%;
}

.long_desc hr {
    border-top: 1px solid #ddd;
    float: left;
    margin: 40px 0 30px;
    width: 100%;
}

.long_desc a {
	text-decoration: underline;
	color: #2972f8;
}
.long_desc a:hover {color: #000}

.long_desc ul, .long_desc ul li {
    float: left;
    width: 100%;
}
.long_desc ul li {
    margin-bottom: 5px;
}
.long_desc ul li::before {
    float: left;
    content: "\f3d1";
    font-family: 'Ionicons';
    margin-right: 12px;
    color: #000;
    font-size: 12px;
    opacity: 0.7;
}

blockquote {
    float: left;
    width: 100%;
    color: #919191;
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 15px 0 40px;
}
code {
	color: #000;
}

.b-left {
    margin-bottom: 30px
}

.b-left .banner-item {
    width: 90% !important;
}


.Content .menu_tree {
    background: none;
    padding: 22px 0px;
}
.Content .menu_tree > ul {
    padding: 15px 0;
    margin: -1px 0 7px;
    border-color: #BDBDBD;
}
.Content .menu_tree ul > li > a {
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1.3em;
}


@media (max-width: 991px) {
    .b-left .banner-item {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .Content .menu_tree {
        margin: -7px 0 -15px;
        padding: 0;
    }
    .Content .menu_tree>ul {
        border: 0 none;
        margin: 0;
    }
    .Content .menu_tree>ul a {
        background: #f3f3f3 none repeat scroll 0 0;
        float: left;
        margin: 0 0 2px;
        padding: 12px 14px !important;
    }
}






/* CONTACTO ******************************/

.Contact h1 {}

.Contact .long_desc ul li {
    clear: left;
    float: left;
    line-height: 1.4em;
    margin-bottom: 20px;
    padding-left: 38px;
    position: relative;
}

.Contact .long_desc ul li::before {
    font-family: "Ionicons";
    font-size: 1.8em;
    left: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 28px;
}

.Contact .long_desc ul li.mail:before {
    content: "\f422"
}

.Contact .long_desc ul li.phone:before {
    content: "\f4b8"
}

.Contact .long_desc ul li.rrhh:before {
    content: "\f47b"
}

.Contact .long_desc ul li.address:before {
    content: "\f455"
}

.Contact .long_desc ul li span {
    font-size: 1.1em;
    font-weight: 700;
}

.Contact .long_desc ul li a {
    text-decoration: underline;
}

.Contact .long_desc ul li a:hover {
    opacity: 0.7;
}

.Contact .long_desc h4,
.Contact .long_desc h5 {
    margin: 0 0 3px;
}

.Contact .long_desc h4 {
    font-size: 1.2em;
}

.Contact .long_desc .horario {
    color: #777;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    margin: 4px 0;
    text-transform: uppercase;
}

.Contact iframe#mapa {
    border-bottom: 5px solid #ededed !important;
    height: 500px;
    width: 100%;
}

iframe#mapa {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

iframe#mapa.clicked {
    pointer-events: auto;
}






/* IMAGEN ARRIBA ******************************/

.imgarriba section  {
    margin-top: -5px !important;
}

.imgarriba .images, .imgarriba .images img {
    float: left;
    width: 100%;
}

.sobrepic {
    color: #fff;
    display: block;
    font-size: 2.3em;
    left: 5%;
    line-height: 1.15em;
    position: absolute;
    top: 30px;
    width: 90%;
    z-index: 1;
}

.soporte {
    float: left;
    padding: 0 10px 0 54px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.soporte::before {
    font-family: "diggit";
    font-size: 2.6em;
    left: 0;
    position: absolute;
    top: 9px;
}
.soporte.chat::before {content: "i";}
.soporte.mail::before {content: "j";}
.soporte.phone::before {content: "k";}

.soporte h3 {
    margin: 0 0 14px;
    font-size: 1.7em;
}

.soporte a {
    clear: both;
    color: #2972f8;
    float: left;
    font-size: 1.15em;
    font-weight: normal;
    margin: 10px 0 0;
    position: relative;
    text-decoration: underline;
}
.soporte a::after {content: "\f3d1"}
.soporte a::after {
    font-family: "Ionicons";
    font-size: 14px;
    position: absolute;
    right: -12px;
}

.soporte a:hover {color: #000}

.imgarriba .short_desc {
    font-size: 5em;
    margin: -20px 0 60px;
    text-align: center;
}
.imgarriba .short_desc p {
    font-size: 22px;
    margin: 0;
}


@media (max-width: 991px) {
.sobrepic {font-size: 2.1em; text-align: center;}
}

@media (max-width: 767px) {
.sobrepic {font-size: 1.9em}
.imgarriba .images {
    height: 300px;
    position: relative;
    overflow: hidden;
}
.imgarriba .images img {
    height: 100%;
    left: -100%;
    margin: auto;
    max-width: unset;
    position: absolute;
    right: -100%;
    width: auto;
}
.Content h1 {
    font-size: 1.8em;
    margin: 0 0 19px;
    height: auto;
    padding-bottom: 5px;
}
.Content h1 span {padding: 0}

.Content .short_desc, .Content .short_desc p {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 14px !important;
}
.Content .long_desc, .Content .long_desc p {
    font-size: 13px !important;
    line-height: 20px !important;
}
.long_desc hr {
    margin: 20px 0;
}
}

@media (max-width: 479px) {
.sobrepic {
    font-size: 1.4em;
    line-height: 1.05em;
    top: 17px;
}
.imgarriba .images {height: 200px}
}





/* HELP (col. izquierda, centro de ayuda) ******************************/

.Content.help .titulo h3 {
    margin: 0;
    font-size: 1.4em;
    color: #64187D;
}
.Content.help .titulo h3::before {
    background-image: url(/Content/Images/b-help.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin: -6px 7px 0 0;
    width: 30px;
    height: 30px;
}









/***** FAQ - PREGUNTAS FRECUENTES *******************************/
/* FAQ - collapsed   ******************************/

.faq_list {
    margin: 0 0 20px;
    float: left;
    width: 100%;
}
.faq_list .panel-group {margin-bottom: 0}
.faq_list .item {
    margin: 7px 0 0;
    padding: 0;
    border-width: 0 !important;
    position: relative;
    float: left;
    width: 100%;
}
.faq_list .item > a {
    color: #294391;
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: -0.02em;
    font-weight: lighter;
    padding: 15px 40px 15px 15px;
    float: left;
    width: 100%;
    background: #f7f7f7;
    margin: 0;
    border-color: #0054C8 #0054C8 #f9f9f9;
    border-width: 1px;
    border-style: solid;
}
.faq_list li:last-child .item > a.collapsed {border-width: 1px}

.faq_list .item > a::after {content: "\f3d8"}
.faq_list .item > a.collapsed::after {content: "\f3d0"}
.faq_list .item > a::after {
    font-family: "Ionicons";
    position: absolute;
    right: 18px;
    top: 22px;
}
.faq_list .item > a.collapsed {
    color: #000;
    background: #fff;
    border-color: #e4e4e4;
}
.faq_list .item .tab-pane {
    background: #fff;
    float: left;
    width: 100%;
    border-color: #0054C8;
    border-style: solid;
    border-width: 0 1px 1px;
}
.faq_list .item .tab-pane .short_desc,
.faq_list .item .tab-pane .long_desc {
    margin: 0 0 10px;
    padding: 20px;
}
.faq_list .item .long_desc ul {
    float: left;
    width: 100%;
    margin: 0 0 12px;
}
.faq_list .item .long_desc ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 6px;
}
.faq_list .item .long_desc ul li::before {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    display: block;
    content: "";
    float: left;
    background: #565656;
    margin: 7px 12px 0 0;
}
.faq_list .item .long_desc a {
    color: #2972f8;
    text-decoration: underline;
}
.faq_list .item .long_desc a:hover {color: #000}


@media (max-width: 767px) {
.faq_list .item > a {padding: 14px 40px 14px 15px; font-size: 1.2em;}
.faq_list .item > a::after {
    right: 11px;
    font-size: 1.2em;
}
}








/***** FAQ - MEDIOS DE PAGO PROMOCIONES *******************************/

.mediosdepago .faq_list ul, .mediosdepago .faq_list ul li {
	float: left;
	width: 100%;
}

.mediosdepago .faq_list .item > a, .mediosdepago .faq_list .item .tab-pane {background: #f9f9f9}
.mediosdepago .faq_list .item .tab-pane {padding: 10px 20px}

.mediosdepago .faq_list .item {
    margin: 5px 0 0;
}
.mediosdepago .faq_list .item > a {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 40px 5px 15px;
    min-height: 54px;
}
.mediosdepago .faq_list .item > a::after {top: 18px}

.mediosdepago .faq_list .item > a.loguito > div:first-child {
    width: 97px;
    height: 35px;
    margin-right: 15px;
    background: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mediosdepago .faq_list .item > a.loguito > div:first-child img {
	max-width: 100%;
	max-height: 100%;
}


.installment .ins-head {
    display: flex;
    font-size: 1.1em;
    color: #999;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.ins-cuota {width: 55%}
.ins-int {width: 15%}
.ins-cft {width: 15%}
.ins-cta {width: 15%}


.ins-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.ins-body .ins-item:last-child {
    border-bottom: 0;
}
.ins-head .ins-item {min-height: 40px}

.ins-item > div {
    font-size: 1.09em;
    line-height: 1.2em;
    padding-right: 15px;
}
.installment strong {
    font-weight: 700;
}
.installment .color {color: #2972f8}

p.disclaimer {
    font-size: 0.86em !important;
    margin: 7px 0 0 !important;
    color: #999 !important;
    float: left;
    width: 100%;
}


/* modal calculador cuotas en producto */
#c-pagoModal .mediosdepago .faq_list .item > a, #c-pagoModal .mediosdepago .faq_list .item .tab-pane {
    background: #fff;
}


@media (max-width: 767px) {
	.mediosdepago .faq_list .item > a {
	    min-height: 43px;
	    padding: 5px 26px 5px 9px !important;
	}
	.ins-item {padding: 7px 0; font-size: 0.88em;}
	.ins-cuota {width: calc(100% - 300px)}
	.ins-int {width: 100px}
	.ins-cft {width: 100px}
	.ins-cta {width: 100px}
	
	.mediosdepago .faq_list .item .tab-pane {padding: 10px}
}

@media(max-width:550px){
    .ins-cuota {width:55%}
}

@media (max-width: 479px) {
	.mediosdepago .faq_list .item > a.loguito > div:first-child {
	    width: 60px;
	    margin-right: 10px;
	}
	.mediosdepago .faq_list .item > a.loguito > div:last-child {
	    width: calc(100% - 70px);
	}
	.mediosdepago .faq_list .item > a {
	    font-size: 1.06em;
	}
	.installment .ins-head {font-size: 1em}
	
	#c-pagoModal .ins-int {width: 67px}
	#c-pagoModal .ins-cft {width: 52px}
    #c-pagoModal .ins-cta {width: 52px}
}













/*///////////////////////////////////////////////////////////////////////////////////////*/
/*   SELECCION DE SUCURSAL   (carrito + sitio)       /////////////////////////////////  */
/*/////////////////////////////////////////////////////////////////////////////////////*/


/* buscador ***/

.selectors-container {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background: #173855;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
.selectors-container svg {
    position: absolute;
    left: 20px;
    top: 30px;
    transform: scale(1.1);
}
.selectors-container h4 {
    text-transform: uppercase;
    margin: -7px 0 4px;
    font-size: 1.35em;
    font-weight: 500;
    opacity: 0.5;
}
.selectors-container h4 span {display: none}

.selectors-container .form-group {
    margin-bottom: 1px;
}
.selectors-container label{
    width: 100%;
    font-size: 12px;
    color: white;
    margin-bottom: 1px;
}
.selectors-container .selx {
    margin: 0;
    padding: 21px;
}
.selxzona {
    width: 67%;
    order: 2;
}
.selxnombre {
    width: 100%;
    background: #1C5E9B;
}
.selxnombre label span {display: none}

.selectors-container > p {
    padding:0 6px;
    margin:0;
    width:100%;
}

.selectors-container .form-control, .selectors-container select{
    height: 40px;
    font-size: 14px !important;
}

.selectors-container .customselect:after{
    font-size: 1.3em;
    line-height: 1.2em;
}
.selectors-container .orderLoc {
    background: #FFCC2A !important;
    color: #232F3F;
    max-width: unset;
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-weight: 700;
    line-height: 22px;
}
.campos .form-group {
    width: 49%;
}
.campos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.campos .valid {
    width: 100%;
}
.campos .valid .field-validation-error::before {display: none}
.campos .valid .field-validation-error {
    color: #87f9f5 !important;
    line-height: 1.2em !important;
    float: left;
    width: 100%;
    font-size: 1em;
    padding: 9px 0 0;
}
.campos .valid .field-validation-error {
    color: #ba0013 !important;
}
.selectors-container .field-validation-valid {
    display: none;
}
#site_list .pn.posr {
    padding-top: 0 !important;
}


/* MAPA ***/
#mapa .site_list {
    padding: 0;
    height: 100%;
    margin: 0;
}
#mapa .mapa-list {
    height: 100%;    
    overflow: auto;
    max-height: 380px;
}
#mapa .mapa-list li a {
    background: #fff;    
    float: left;
    width: 100%;
    padding: 10px;
    color: #535252;
    font-size: 11px;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    min-height: 100px;
}
#mapa .mapa-list li:first-child a {
    border-top: none;
}

#mapa .mapa-list li a:hover, #mapa .mapa-list li a.active {
    background: #eee;
    border-left: 5px solid #1C5E9B;
}
#mapa .mapa-list li a.active {
     pointer-events: none;
}
#mapa .mapa-list li .loc-name {
    color: #232F3F !important;
    font-weight: 700;
    font-size: 1.2em !important;
    text-transform: uppercase;
}
#mapa .mapa-list .loc-addr, #mapa .mapa-list .loc-time, #mapa .mapa-list .loc-cod strong {
    font-size: 1.1em;
    opacity: 1;
    font-weight: normal;
    line-height: 1.3em;
}
#mapa .mapa-list .loc-cod strong {
    color:black !important;
    line-height: 18px;
    font-size: 12px;
    opacity: 1;
    font-weight: 700;
}

#mapa .mapa-list li 
{
    margin: 0 !important;
}
#mapa .mapa-list .mCSB_draggerContainer{
    border: #e1e1e1 1px solid;
    background-color: #f6f6f6;
}
#mapa .mapa-list .mCSB_dragger_bar{
    line-height: 30px;
    width: 10px;
    border-radius: 12px;
    background-color: #c2c2c2;
}
#mapa .mapa-list .mCSB_draggerRail{
    background-color: transparent;
}


/* mapa ***/
#map {
    height: 380px !important;
    width: 100% !important;
    display: none;
}
#mapa {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-start;*/
    border-bottom: 2px solid #f0f0f0;
    position: relative;
    background: #e6e6e6;
}
#map::before {
    content: "";
    background-image: url(/content/images/map.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100px;
    width: 100px;
    top: calc(50% - 50px);
    right: calc(50% - 50px);
    position: absolute;
    opacity: 0.07;
    z-index: 0;
}

#mapImage {padding: 0;overflow: hidden;}
#mapImage img {
    width: 100%;
    object-fit: contain;
    object-position: top center;
    max-height: 400px;
    height: 100%;
    display: inline-block;
}
#mapImage .noselect{
    pointer-events: none;
}

#mapImage .btn.btn-primary {
    height: 55px;
    width: 100%;
    line-height: 2.7em;
    margin-top: 10px;
    font-size: 1.2em;
    background-color: #1C5E9B;
}
.gm-svpc div img {
    position: relative !important;
}





@media(min-width: 1440px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -30%;
    }
}

@media(min-width: 1600px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -45%;
    }
}

@media(min-width: 1850px) {
    .Content.Sucursales #mapa img {
        position: relative;
        top: -50%;
    }
}


@media(max-width: 767px) {
.selectors-container {flex-direction: column; margin-bottom: 6px;}
.selectors-container .selx {width: 100%;}
#mapa {flex-direction: column}
#map {height: 280px !important; border-top: 8px solid #fff;}
#mapa .site_list, #mapImage {width: 100%}
#mapa .mapa-list {
    max-height: 282px;
    border-bottom: 1px solid #ddd;
}
#mapa .mapa-list li a {padding: 8px 10px}

#sucursalesModal .selectors-container h4 {display: none}
#sucursalesModal .selxnombre label span {
    display: inline-block;
    text-transform: uppercase;
}
.selxnombre {order: 2}
}

@media(max-width: 991px) {
}


@media (max-width: 479px) {    
.campos .form-group {
    width: 100%;
}
}


.mensaje-mapa {
    color: #000000d1;
    width: 100%;
    font-size: 1.1em;
    padding: 0 10px 0 66px;
    display: block;
    position: relative;
    margin: 28px 0;
}

.mensaje-mapa::before {
    content: "O";
    float: left;
    font-size: 38px;
    font-family:"e3font";
    margin-right: 6px;
    color: #000;
    height: 36px;
    position: absolute;
    left: 17px;
    line-height: 100%;
    top: calc(50% - 18px);
}


@media (max-width: 1199px) {    
    .mensaje-mapa {
        font-size: 0.98em;
        padding-left: 52px;
    }
    .mensaje-mapa::before {
        font-size: 32px;
        top: calc(50% - 16px);
        left: 10px;
    }
}

@media (max-width: 779px) {    
    .mensaje-mapa {
        margin: 7px 0;
    }
}



/*SUCURSALES PAGINA*/


#map-container {
    background: unset !important;
    border-bottom: 2px solid #ffffff !important;
    border-top: none;
    box-shadow: none !important;
    height: auto !important;
    padding: 0 !important;
    display: inline-block;
    width: 100%;
}
.map {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    height: 400px !important;
}
#mapa {
    background: #eee none repeat scroll 0 0 !important;
    float: left !important;
    height: 500px !important;
    width: 100% !important;
    overflow: hidden;
}

#mapa img {
    object-fit: cover;
    float: left;
    width: 100%;
    height: auto;
}
.llegar {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #2F4189;
    border-radius: 3px;
    color: #2F4189;
    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: #2F4189;
    color: #fff;
}
#loc-list {
    font-size: 1.2em;
    line-height: 1.1em;
    padding: 0;
    overflow: auto;
    border: 1px solid #d5d5d5;
}


#loc-list::-webkit-scrollbar-track
{
    border-radius: 0;
    background-color: #F8F8F8;

}

#loc-list::-webkit-scrollbar
{
    width: 12px;
    left:5px;
    background-color: #F5F5F5;
}

#loc-list::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: #D1D1D1;
}


#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 #ffe100;
}
#loc-list .suc-item div {
    margin-bottom: 3px !important;
}
#loc-list .suc-item .loc-banner{
  color: #1C5E9B;
}
#loc-list .suc-item .loc-banner a{
    font-weight: bolder;
    
}
#loc-list a{}
.cart-sucursales{
    border-radius: 0;
    padding: 20px 8px;
    float: left;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #D5D5D5;
    box-sizing: border-box;
}
.cart-sucursales:hover
{
    background:#ffc69e  ;
}
.cart-sucursales.active
{
    border-left: 5px solid #1C5E9B !important;
    background: #FFF4F5;
}
    .loc-name {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        color: #1C5E9B;
        line-height: 24px;
    }
    .Park:before{
     content:"E";
     color:#ffffff;
     background:#1C5E9B;
     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:#1C5E9B;
     background:#FFFFFF;
     border:solid 2px #1C5E9B;
 }
 .loc-apartir {font-style: normal;font-weight: 700;font-size: 12px;line-height: 17px;color: #1C5E9B;}
 .previewtCobertura{color:#1C5E9B!important; float:right !important; margin-left:10px; font-weight:900;}
 .loc-addr {font-style: normal;font-weight: normal;font-size: 13px;line-height: 17px;color: #2B2B2B;}
 .loc-time {
    font-size: 0.8em;
    line-height: 1em;
    opacity: 0.5;
    color:#828181;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #959595;
}

#loc-list {height:400px}

@media (max-width: 1439px)
{
    #SHIPPING .suc-head{
        padding: 20px;
    }
    #SHIPPING .suc-head h4
    {
        max-width: unset;
        padding: 0;
        margin-bottom: 10px !important
    }
}
@media (max-width: 1199px) { 
    #loc-list {font-size: 1.2em !important}
    #SHIPPING .suc-head h4
    {
        max-width: 101px;
        padding: 0;
        margin-bottom: 0  !important
    }
}
@media (max-width: 991px) {
    #SHIPPING .suc-head{
        padding: 15px 12px;
    } 
    #SHIPPING .suc-head h4
    {
        max-width: unset;
        padding: 0;
        margin-bottom: 10px !important;
        text-align: center;
    }
    #SHIPPING .suc-head .form-group
    {
        margin-bottom: 10px;
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 767px) { 

    #loc-list {
        border-top: 1px solid lightgray;
    }
    #mapa {
        margin-top: 10px;
    }
    
    #s-tabs{
        display: inline-block
    }

    .shipping-tabs li {width: 100% !important; }

    #ship-send {margin-bottom: 0;}


    #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;}
}
@media (max-width: 479px) { 
    .shipping-tabs li span:after {
        font-size: 3.5em;
    }
    #tab-pickup:after {
    }
    .info_cart{display:none;}
    #PAYMETHOD .item, #PAYMETHOD .sps-options li {
        height: auto;
        /* padding: 18px 20px; */
    }
    #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;
    }
    #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;
    }
}
@media (max-width:320px){
    #loc-list .suc-item {
        height: 90px;
    }
}
@media (max-width: 390px) { 
    .shipping-tabs li span:after {
     display:none !important;
 }
}

.share-bubble {
    z-index: 2 !important;
}


/*////////////////////////////////////////////////////////////////////*/
/*   MODALS                ////////////////////////////////////////  */
/*//////////////////////////////////////////////////////////////////*/




/* MODAL carrito ********************************************/
.mdl_detail {
    max-width: 900px;
}

.mdl_detail header {
    line-height: 1em;
    margin: -13px 0 10px;
    padding: 12px 0 10px;
}

.mdl_detail .modal-body {
    border: 0 none;
    margin: 0;
}

.mdl_detail .modal-footer {
    padding-top: 12px;
}

.mdl_detail ul {
    margin: 0;
    padding: 0
}

.mdl_detail ul li:last-child article {
    border: 0 !important
}

.mdl_detail article {
    display: block;
    float: left;
    padding: 9px 0;
    width: 100%;
}

.mdl_detail article .image {
    float: left;
    margin-right: 3%;
    width: 32%;
}

.mdl_detail article img {
    float: left;
    margin: 0 2%;
}

.mdl_detail article h2 {
    color: inherit;
    float: right;
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.15em;
    margin: 9px 0 5px;
    text-align: left;
    width: 60%;
}

.mdl_detail article .price {
    float: right;
    font-size: 0.95em;
    margin: 5px 0 0;
    width: 60%;
}

.mdl_detail article .price strong {
    font-size: 1.2em;
    margin-right: 6px;
}

.mdl_detail article .price span {
    color: #999;
    font-size: 0.95em;
}


@media (max-width: 479px) {

    .mdl_detail .btn-default,
    .mdl_detail .btn-primary {
        margin-bottom: 4px;
        padding: 12px;
        width: 100%;
    }

    .mdl_detail .nomobile {
        display: none
    }
}





/* MODAL opciones de Compra ********************************************/

.BOXCARTOPTIONS .mdl_detail .modal-body {
    border: 0 none;
    max-height: unset;
    overflow: visible;
}

.BOXCARTOPTIONS .PRODUCTAREA {
    padding-left: 20px;
    margin-bottom: 0;
}

.BOXCARTOPTIONS .mdl_options {
    height: auto;
    overflow: visible;
}

.BOXCARTOPTIONS .selector_opcion {
    border-top: 1px solid #eee;
    margin-top: 3px;
    padding-top: 10px;
}

.BOXCARTOPTIONS .item-options>span::before {
    content: "SELECCIONA";
    margin-right: 3px;
}

.BOXCARTOPTIONS .modal-title {
    /*display: none*/
}

.BOXCARTOPTIONS .IMAGEN img {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO {
    color: #2972f8;
    display: block;
    float: left;
    margin: 17px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}

.BOXCARTOPTIONS .BUTTONINFO:hover {
    color: #000
}

.BOXCARTOPTIONS .PRODUCTAREA h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0;
}

.BOXCARTOPTIONS .PRODUCTAREA .price_wrapper {
    margin: 9px 0 17px;
    width: 100%;
}

.BOXCARTOPTIONS .bttalle {
    display: none
}

.BOXCARTOPTIONS .BUTTONBUY {
    float: left;
    margin: 17px 0 0;
    max-width: 100%;
}

@media(max-width: 767px) {
    .BOXCARTOPTIONS .IMAGEN img {
        float: left;
        margin: -37px 0 5px;
        width: 99px;
    }
}







div.send-detail {
    float: left;
    width: 100%;
    display: block;
    min-height: 170px;
    margin-bottom: 30px;
}

div.option-detail {
    color: #fce2c9;
    font-size: 1.6em;
    left: 0;
    max-height: 200px;
    position: absolute;
    width: 100%;
}







.WARN .modal-title {
    display: none;
}

.WARN .close {
    margin: -10px -10px 0 0;
}

.mdl_detail .modal-body>h2 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 12px;
    padding-left: 65px;
    position: relative;
}

.WARN .mdl_detail .modal-body>h2::before {
    content: "l";
    font-family: "diggit";
    font-size: 2.05em;
    left: 0;
    position: absolute;
    top: 0;
}

.mdl_detail p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 7px;
    padding-left: 65px;
}

.mdl_detail h6 {
    border-top: 1px solid #ccc;
    float: left;
    font-size: 0.97em;
    font-weight: 800;
    margin-top: 27px;
    padding-top: 9px;
    text-transform: uppercase;
    width: 100%;
}

ul.cart_items {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

ul.cart_items>li {
    float: left;
    padding-right: 30px;
    width: 50%;
}

.mdl_detail .modal-body>.btn-primary {
    margin-left: 20%;
    padding: 16px;
    width: 60%;
}





/***************************************************************************/
/**************************CALCULADORA CUOTAS*******************************/
.productheader {
    background-color: #f8f8f8;
    /*display: table;*/
    display: none !important;
    float: left;
    margin: -10px 0 40px;
    padding: 6px 15px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.productheader .image {
    display: inline-block;
    float: none;
    height: auto;
    margin: auto;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 55px;
}

.productheader .image img {
    width: 100%;
}

.productheader .title {
    color: #000;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 700;
    margin: auto;
    padding-right: 13px;
    text-align: center;
    vertical-align: middle;
}

.productheader .precio {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}

.productheader .precio .price_wrapper {
    display: table-cell;
    height: auto;
    margin: 0;
    vertical-align: middle;
}

.productheader .precio .price_wrapper>span {
    padding: 0;
}

.productheader .precio .price_wrapper>.price {
    float: right;
    margin-top: -3px;
}


@media (max-width: 991px) {
    .productheader .precio .price_wrapper>.price {
        display: block;
        float: left;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .productheader {
        display: block;
    }

    .productheader .title {
        border: 0 none;
        line-height: 1.2em;
        padding-right: 0;
    }

    .productheader .precio {
        padding: 0 0 0 20px;
        width: auto;
        display: block;
        float: left;
        font-size: 0.9em;
        margin-top: 10px;
    }

    .productheader .precio .price_wrapper>span {
        font-size: 10px;
        font-weight: normal;
        line-height: 1.1em;
        margin: -4px 0 0;
    }

    .productheader .precio .price_wrapper>.price {
        clear: left;
        float: left;
    }

    #_g_pc,
    #cs_sbmt {
        margin: 8px 5% 0;
        width: 90%;
    }

    #ModalPopUp {
        display: none !important;
    }
}

@media (max-width: 479px) {

    #c-envioModal .modal-dialog,
    #c-pagoModal .modal-dialog {
        margin: 0
    }
}



/*.pagando {
    float: left;
    width: 100%;
    margin: -11px 0 18px;
    background-color: #f5f5f5;
    padding: 6px 10px;
}
.pagando img {
    width: 100%;
    max-width: 125px;
}*/


.mdl_calculate .modal-body .main {
    line-height: 1.2em;
}

.mdl_calculate .btn.btn-primary {
    margin: 15px 22% 0;
    min-width: 0;
    width: 56%;
}


#c-envioModal p.subtit {
    font-size: 1.2em;
    padding-left: 4px;
}

#c-envioModal p.subtit::before {
    float: unset;
}

#_g_pc {
    margin: 0 20%;
    max-width: 60%;
    padding: 0 10px;
    width: 100%;
}

#cs_sbmt {
    background-color:#2972f8;
    border: none !important;
    float: left;
    margin-bottom: 4px !important;
}

.result-envio {
    margin-top: 18px;
    float: left;
    width: 100%;
    font-size: 12px;
}

.result-envio ul,
.result-envio ul li,
.result-envio label {
    float: left;
    width: 100%;
}

.result-envio label {
    color: #000;
    font-size: 1.25em;
    line-height: 20px;
    margin: 0 0 13px;
}

.result-envio ul li label::before {
    font-family: 'Ionicons';
    content: "\f363";
    float: left;
    margin: 2px 7px 0 4px;
    color: #848484;
    font-size: 17px;
}

.result-envio label>div:first-child {
    float: left;
    margin-right: 10px;
}

.result-envio label>div:first-child::after {
    content: ":"
}

.result-envio label .gratis {
    font-weight: 700;
    font-size: 1.1em;
    color: #8F1DB5;
}

.result-envio label .sh_price {
    font-size: 0.9em;
    font-weight: 700;
}

.result-envio label .sh_price strong {
    font-size: 1.25em;
}
.shiptime {
    font-size: 0.9em;
    float: left;
    clear: left;
    margin: 0px 0 0 16px;
    color: #007eaf;
    font-style: italic;
}
.shiptime strong {
    font-weight: 700;
}


#paytabs {
    border: 0 none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#paytabs > li {
    margin-right: 0%;
    margin-bottom: 1em;
    width: 100%;
}

p.subtit:before {
    content: "\f363"
}

p.subtit:before {
    float: left;
    font-family: "Ionicons";
    font-weight: normal;
    margin: 1px 7px 0 0;
    opacity: 0.6;
}


.tp-header {
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.tp-header:before {
    font-weight: normal;
    font-family: "Ionicons";
    content: "\f363";
    opacity: 0.6;
    float: left;
    margin: 1px 7px 0 0;
}

.tp-header:before {
    display: none;
}

.tp-header strong {}

.tp-tarjetas img {
    float: left;
    width: 70px;
}

.tp-tarjetas small {
    width: 100%;
    float: left;
}

.tp-tarjetas small a {
    font-size: 1.2em
}



/* tabla todopago */
.table-cuotas {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em !important;
}

.table-cuotas li {
    border-bottom: 1px solid #eee;
    float: left;
    padding: 6px 0;
    width: 100%;
}

.table-cuotas li>div {
    float: left;
    width: 18%;
    padding-left: 1%;
    text-align: left;
}

.table-cuotas li>div:nth-child(1),
.table-cuotas li>div:nth-child(2),
.table-cuotas li>div:nth-child(3) {
    padding-right: 2%;
}

.table-cuotas li .cant-cuotas {
    font-weight: normal;
    color: #2972f8;
}

.table-cuotas li:first-child>div {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 10px 0 10px 4px;
}

.table-cuotas li .cuotas-cft,
.table-cuotas li .cuotas-tea {
    width: 12%
}

.table-cuotas li .precio-total {
    width: 22%
}


/* tabla mercadopago */
.mpresult {
    margin: 25px 0 30px;
    max-width: 400px;
}

.mpresult .mlatname {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 9px 6px 9px 0;
    text-align: left;
    text-transform: uppercase;
}

.mpresult .mlatname img {
    float: right;
}

.mpresult .mlapannt {
    line-height: 1.5em;
    padding: 4px 9px;
}


/* select */
.mdl_calculate .customselect,
.mdl_calculate input {
    margin-bottom: 10px;
    max-width: 400px;
}

.mdl_calculate select,
.mdl_calculate input {
    border: 1px solid #ccc !important;
    background: #fff;
}

.mlatname {
    margin: 15px 2px 10px;
}

.mlapannt {
    font-size: 0.95em;
    padding: 3px 5px;
}

.mlapannt span {
    font-size: 1.1em;
    margin: 0 4px;
}

.result2 li.mlatname {
    margin: 0;
    width: 40px;
    height: auto;
    display: none;
}

.tp-ver,
.mp-ver {
    float: left;
    font-size: 1.05em;
    line-height: 1.2em;
    margin: 20px 0 1px;
    white-space: normal;
    text-decoration: underline;
    color: #2972f8;
}

.tp-ver:hover,
.mp-ver:hover {
    text-decoration: underline;
    color: #000;
}

/* Calc Pago en Sucursal*/

.pSucursal h2 {
    font-size: 20px;
    font-weight: 600;
}

.pSucursal strong {
    font-size: 15px;
    font-weight: bold;
}


.psuc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 4px 0;
}

/*CALCULADORA PAGO*/

.mdl_calculate .paymethod .item {
    border-radius: 0;
    color: #000 !important;
    cursor: pointer !important;
    display: block;
    font-size: 0.9em !important;
    font-weight: normal;
    height: 65px !important;
    letter-spacing: 0.02em;
    line-height: 1.3em !important;
    margin-right: 15px;
    position: relative;
    width: 100%;
    transform: none !important;
    margin: 0;
}

.mdl_calculate .paymethod .active .item {
    background-image: linear-gradient(to bottom, #f9f9f9 40%, #dedede 100%);
    border-color: #336ef2 !important;
    color: inherit;
}

.mdl_calculate .paymethod .active .item:before {
    border-color: #336ef2 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -25px;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    display: none !important;
}

.mdl_calculate .paymethod .item span::after {
    background-size: 100% auto !important;
    content: "";
    display: block;
    height: 65px;
    margin: 4px auto 0;
    position: unset;
    z-index: 1;
}

.mdl_calculate .customselect {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: unset;
}

.mdl_calculate .customselect::after {
    right: 10px;
    bottom: 0;
    line-height: 2em;
    top: 4px;
}

.mdl_calculate .btn.btn-primary {
    max-width: 150px;
    padding: 0;
    margin: 0;
}

#_g_pc {
    margin: 0;
    padding: 0 10px;
    width: 100%;
    max-width: unset;
}


/*New paytabs*/

#c-pagoModal .modal-body {
    background: linear-gradient(0deg, #E7E7E7, #E7E7E7), #F7F7F7;
}

.pay {
    border: 1px solid #eee;
    border-top: 0;
}

.pay.collapse.in {
    border: 1px solid #0F8FFF;
}

#paytabs .contenedor .map-container-PDP {
    display: flex !important;
}

#paytabs .contenedor {
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
}

#paytabs .item span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F1FFF8;
    border: 2px solid #0F8FFF;
}

#paytabs .item.collapsed span {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 60%), #FFFFFF;
    border: 2px solid #DDDDDD;
}


#paytabs .highlight {
    background: #ddd
}

#paytabs .item span::after {
    content: "\f123";
    font-family: "Ionicons";
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 20px 0 0;
    font-size: 17px;
    color: gray;
}

#paytabs .item span::before {
    content: "";
    display: flex;
    margin: 0 0 0 15px;
}

#paytabs .item span p {
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 0 10px;
}

#paytabs .Wibond h2,
#paytabs .Ceibo h2 {
    font-size: 20px;
}

#paytabs .Wibond p,
#paytabs .Ceibo p {
    font-size: 14px;
    line-height: 20px;
}

#paytabs .Wibond ul,
#paytabs .Ceibo ul {
    font-size: 14px;
    line-height: 20px;
}

#paytabs .item span::before,
#paytabs #tarjetacredito span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-credit.svg) no-repeat scroll;
    width: 50px;
    height: 40px;
}

#paytabs #mercadopago span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-mp.svg) no-repeat scroll;
    width: 150px;
    height: 38px;
}

#paytabs #pSucursal span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-pagolocal.svg) no-repeat scroll;
    width: 50px;
    height: 45px;
}

#paytabs #sps span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-sps.png) no-repeat scroll;
    width: 40px;
    height: 45px;
}


#paytabs #credito span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-credito.svg) no-repeat scroll;
    width: 50px;
    height: 27px;
}

#paytabs #Ceibo span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-ceibo.png) no-repeat scroll;
    width: 50px;
    height: 40px;
    background-size: contain;
}

#paytabs #Wibond span::before {
    background: rgba(0, 0, 0, 0) url(/Content/Images/i-wibond.svg) no-repeat scroll;
    width: 50px;
    height: 27px;
}


#paytabs > li {
    float: left;
}

#paytabs select {
    background-color: #E3ECFB;
    line-height: 1em;
    border-width: 0px;
    padding: 0px 12px;
    margin-top: 4px;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(255, 255, 255, 0) 60%), #FFFFFF;
    border: 2px solid #DDDDDD;
    height: 42px;
    margin-bottom: 10px;
}

#paytabs .customselect::after {
    bottom: 17px
}

.footertabs {
    display: flex;
    float: left;
    align-items: center;
    width: 100%;
}

.footertabs .mensaje {
    font-size: 11px;
    max-width: 50%;
    margin-right: auto;
    color: gray;
}

.footertabs button {
    background: #002D73 !important;
    height: 38px;
}



@media (max-width:991px) {
    .mdl_calculate {
        font-size: 0.9em;
    }
}

@media (max-width:600px) {
    .tp-tarjetas .img-container {
        float: left;
        width: 25%;
    }

    .table-cuotas li {
        border-top: 1px solid #eee;
        font-size: 0.9em;
        margin: -1px 0 0;
        padding: 8px;
        position: relative;
    }

    .table-cuotas li:last-child:after {
        display: none;
    }

    .table-cuotas li:first-child {
        display: none;
    }

    .table-cuotas li>div {
        float: left;
        font-size: 1.1em;
        line-height: 14px;
        padding: 0 !important;
        position: relative;
        text-align: left;
        width: auto !important;
    }

    .table-cuotas li .precio-total {
        clear: left
    }

    .table-cuotas li .cant-cuotas,
    .table-cuotas li .valor-cuotas {
        line-height: 1.4em;
        margin-right: 4px;
    }

    .table-cuotas li .valor-cuotas {
        color: #2972f8;
        font-size: 1.4em;
    }

    .table-cuotas li>div::before {
        margin-right: 4px
    }

    .table-cuotas li .precio-total:before {
        content: "Precio total financiado"
    }

    .table-cuotas li .intereses:before {
        content: "Interés"
    }

    .table-cuotas li .cuotas-cft:before {
        content: "CFT*1"
    }

    .table-cuotas li .cuotas-tea:before {
        content: "TEA*2"
    }

    .table-cuotas li>div::after {
        content: "/";
        margin: 0 4px;
    }

    .table-cuotas li .cant-cuotas:after {
        content: "de";
    }

    .table-cuotas li .cant-cuotas:before,
    .table-cuotas li .valor-cuotas:before,
    .table-cuotas li .valor-cuotas:after,
    .table-cuotas li .cuotas-tea:after {
        display: none
    }

    .tp-tarjetas {
        padding: 0;
    }

}

@media (max-width:459px) {
    .mdl_calculate .modal-body {
        padding: 20px 10px;
    }
}




/* MODAL HOME SUSCRIBIR A NEWSLETTER ********************************/

.w-newsletter {
    display: table;
    float: left;
    background: white;
}

.image-newsletter {
    float: left;
}

.image-newsletter img {
    max-width: 100%;
    width: auto;
}


.newsletter-info {
    float: right;
    text-align: center;
}

.newsletter-info h4 {
    font-size: 1.2em;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 10px 0;
}

.newsletter-info h3 {
    border-bottom: 1px solid #ddd;
    font-size: 1.9em;
    font-weight: 700;
    margin: 0 0 17px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.newsletter-info h3 strong {
    display: block;
    font-size: 1.6em;
    font-weight: 900;
}

.newsletter-info .short-description {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0 0 20px;
}

.form-newsletter-popup {
    display: table;
    margin: 0 auto 35px;
    height: 40px;
    max-width: 360px;
    position: relative;
    width: 100%;
}

.form-newsletter-popup .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.form-newsletter-popup .input-box .input-text {
    border: 1px solid #ccc;
    padding: 0 10px;
    height: 40px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    padding-right: 110px;
}

.form-newsletter-popup .action-newsletter {
    display: table-cell;
    vertical-align: top;
    position: absolute;
    right: 0;
    z-index: 2;
}

.form-newsletter-popup .action-newsletter .btn {
    background-color: #005DA4;
    border: 0 none;
    color: #fff;
    font-size: 1em;
    height: 40px;
    padding: 0 15px;
    min-width: unset;
}

.form-newsletter-popup .action-newsletter .btn:hover {
    background-color: #005DA4
}

.form-newsletter-popup .field-validation-valid {
    display: none;
}

.subscribe-bottom {
    display: none;
    margin-bottom: 15px;
}

.subscribe-bottom .checker {
    display: inline-block;
    float: none;
    position: relative;
    top: 1px;
}

.subscribe-bottom label {
    float: none;
    font-size: 0.8em;
    font-weight: normal;
    padding-left: 10px;
}

.newsletter-info .socials {
    float: left;
    width: 100%;
}

.newsletter-info .socials ul {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 10px;
}

.newsletter-info .socials li {
    display: inline-block;
}

.newsletter-info .socials li a {
    color: #282D3B;
    font-size: 2.2em;
}

.newsletter-info label#cfemail-error {
    position: absolute;
    bottom: -26px;
    color: red;
    left: 10px;
}

.newsletter-info .socials li a:hover {
    color: #333
}

#ModalPopUp .modal-header {
    background: white !important;
    border-bottom: 0 none;
    padding: 0;
    height: 0;
    line-height: 0;
    box-shadow: none;
}

#ModalPopUp input[type="button"] {
    border-radius: 0;
    height: 40px;
}

#ModalPopUp .modal-header .close {
    line-height: 20px;
}

#ModalPopUp .modal-header .close::before {
    color: #000;
}

#ModalPopUp .modal-content {
    padding: 20px;
    float: left;
    width: 100%;
    background-color: white;
}

@media (max-width: 991px) {
    .newsletter-info {
        font-size: 0.9em
    }
}

@media (max-width: 767px) {
    #ModalPopUp .modal-dialog {
        margin: 30px 55px
    }
}

@media (max-width: 479px) {
    .newsletter-info {
        font-size: 0.8em
    }

    #ModalPopUp .modal-dialog {
        margin: 30px
    }
}


.mdl_calculate .paymethod #Promos strong::after,
.mdl_calculate .paymethod #Fiserv strong::after {
    background: rgba(0, 0, 0, 0) url(/Content/PayMethods/logos2.png) no-repeat scroll center center;
    background-size: 100% auto !important;
    content: "";
    display: block;
    height: 30px;
    margin: 4px auto 0;
    max-width: 170px;
    position: unset;
    z-index: 1;
}



/*BOXCARTOPTIONS MODAL*/

.PRODUCT_BOX_BOXCARTOPTIONS .item-options.COLOR li {
    border-radius: 0;
    height: 40px;
    width: 40px;
    padding: 2px;
}
.PRODUCT_BOX_BOXCARTOPTIONS .item-options.COLOR .dropdown-menu {
    margin: 0;
}

.PRODUCT_BOX_BOXCARTOPTIONS h3 {
    height: 58px;
    text-align: left;
}

.PRODUCT_BOX_BOXCARTOPTIONS .price_wrapper {
    justify-content: flex-start !important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .price {
    width: 100%!important;
    font-size: 22px!important;
    text-align: left!important;
    justify-content: flex-start!important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .precio-final {
    color: #0f0f0f!important;
    font-size: 1.1em!important;
}

.PRODUCT_BOX_BOXCARTOPTIONS .BUTTONBUY {
    max-width: 170px;
}

.PRODUCT_BOX_BOXCARTOPTIONS .BUTTONINFO {
    color: #000;
    text-align: left;
    padding: 0 0 0 48px;
}

    /*////////////////////////////////////////////////////////////////////*/
    /*   COMPARAR              ////////////////////////////////////////  */
    /*//////////////////////////////////////////////////////////////////*/

    #COMPARE {
        background: #FFF;
    }

    #tab-comparar {
        float: left;
        padding: 0;
        width: 100%;
    }

    .Content.Compare section{
        padding-top: 0;
    }

    /**************************************************************************/
    /* COMPARAR - DESKTOP ******************************/

    #tab-comparar table {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        float: left;
        font-size: 0.9em;
        margin-bottom: 0;
        width: 100%;
    }


    /* table product */
    .table-main .table-product {
        padding-left: 25%;
        min-height: 1px;
        float: left;
        display: inline-flex;
        width: 100%;
    }
    .table-main .table-product.two-items {padding-left: 33.333%}

    .table-main .PRODUCT_BOX {
        float: left;
        margin: 0;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        border: 0;
        border-right: 1px solid #ddd;
        position: relative;
        left: 1px;
        padding: 27px 10px 50px 10px;
    }
    .table-main .two-items .PRODUCT_BOX {width: 50%}
    .table-main .two-items .spec_grupo li h6, .table-main .two-items .spec_grupo li span {width: 33.3333%}

    #tab-comparar .PRODUCT_BOX:first-child {border-left: 1px solid #eee}

    #tab-comparar .PRODUCT_BOX .box_image {
        height: 180px;
        margin: 3px 0 5px !important;
        display: block;
        float: left;
    }

    #tab-comparar .table-product .box_image .badges {
        position: static;
        display: inline-block;
        float: left;
        display: none
    }

    #tab-comparar .table-product .badge-enviogratis
    {
        width: 156px;
        margin: 0 calc(50% - 78px);
        bottom: -30px;
    }

    #tab-comparar .table-product .PRODUCT_BOX .box_data {
        margin-top: 30px;
        display: block;
        float: left;
        max-width: unset;
        width: 100%;
        margin-top: auto;
        margin-bottom: 0;
    }

    #tab-comparar .box_data > span {
        display: table;
        margin: auto;
        width: auto;
    }
    #tab-comparar .box_data > span > * {
        display: inline-block;
        float: none;
    }
    #tab-comparar .box_data h3 {
    margin: 0;
        padding: 0 5px;
        height: auto !important;
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #000000;
            margin-top: 15px;
    }
    #tab-comparar .box_data h3:hover {
        text-decoration: underline
    }
    #tab-comparar .box_data > span .price {
        font-size: 1.3em;
        width: 100%;
        text-align: center;
    }
    #tab-comparar .box_data > span .tachado {
        font-size: 0.95em;
        width: 100%;
        opacity: 0.4;
        text-align: center;
        margin-top: 3px;
    }

    #tab-comparar .BUTTONBUY {
        margin: 10px auto;
        display: block;
        padding: 7px 10px;
        max-width: 130px;
        font-size: 0.95em;
        background: #2972f8;
        text-transform: none;
        font-style: normal;
        font-weight: 500;
        font-size: 14.831px;
        text-align: center;
        color: #FFFFFF;
        border-radius: 91.2676px;
    }


    #tab-comparar .PRODUCT_BOX:hover {box-shadow: none !important; background-color: transparent;}
    #tab-comparar .PRODUCT_BOX:first-child, #tab-comparar .PRODUCT_BOX:first-child:hover {box-shadow: 2px 0 15px rgba(0, 0, 0, 0.12) !important;}
    #tab-comparar .PRODUCT_BOX:hover .rib::after {display: block;}

    #tab-comparar .PRODUCT_BOX:nth-child(2) .box_image .badges, #tab-comparar .PRODUCT_BOX:nth-child(1) {
        z-index: 1;
    }



    /* table data */
    .table-main .table-data {
        float: left;
        width: 100%;
    }


    .table-main .spec_grupo h5 {
        background-color: #f5f5f5;
        border-top: 2px solid #fff;
        color: #054fa2;
        font-size: 1.35em;
        font-weight: normal;
        margin: 0;
        padding: 11px 15px;
        position: relative;
    }
    .table-main .spec_grupo h5::before {
        border: 1px solid #054fa2;
        border-radius: 100%;
        font-family: "Ionicons";
        font-size: 24px;
        height: 26px;
        line-height: 24px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: calc(50% - 13px);
        width: 26px;
    }
    .table-main .spec_grupo h5::before {content: "\f462"}
    .table-main .spec_grupo h5.collapsed::before {content: "\f489"}


    .table-main .spec_grupo, .table-main .spec_grupo li {
        display: table;
        float: left;
        width: 100%;
    }
    .table-main .spec_grupo li > * {
        background-color: transparent;
        border-color: #ebebeb;
        border-style: solid;
        border-width: 1px 1px 0 0;
        display: table-cell;
        float: none;
        font-size: 0.9em;
        line-height: 1.2em;
        margin: 0;
        padding: 13px 15px;
        text-align: center;
        vertical-align: middle;
        width: 25%;
    }
    .table-main .spec_grupo li > h6 {
        background-color: #fff;
        border-color: #fff;
        text-align: right;
    }
    .table-main .spec_grupo li > *:nth-child(2) {
        border-left-width: 1px;
    }
    .table-main .spec_grupo:last-child li > * {
        border-bottom-width: 1px;
    }
    .table-main .spec_grupo li:nth-child(2n+2) > span {
        background-color: #fbfbfb;
    }

    /* hover */
    .table-main .spec_grupo li:hover > h6 {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }
    .table-main .spec_grupo li:hover > span {background-color: #eaeaea;}


    td.datos-tabla {
        width: 25%;
        text-align: center;
    }
    th.titulo-tabla {
        width: 25%;
        border: none !important;
        text-align: right;
    }



    /* table responsive */

    @media (max-width:1199px) {
        #tab-comparar .th_image .box_image img {
            max-height: unset;
            width: 100%;
        }
        #tab-comparar th {
            line-height: 1.2em;
            width: 17%;
        }
        #tab-comparar table h3 {
            font-size: 1.45em;
            height: 63px;
        }
        .table-main .table-product {
            padding-left: 18%;
        }
    }

    @media (max-width:991px) {
        #tab-comparar table {
            font-size: 0.8em
        }
        #tab-comparar th {
            padding-right: 10px;
            width: 3%;
        }
        #tab-comparar table h3 {
            font-size: 1.35em;
            height: 50px;
        }
        #tab-comparar .box_data>span {
            font-size: 0.84em;
        }
        #tab-comparar .box_data>span>* {
            display: block;
            text-align: center;
            margin: 0 !important;
        }
        #COMPARE {
            display: none;
        }
    }

    @media (max-width:767px) {

    }






    /**************************************************************************/
    /* COMPARAR - MOBILE ******************************/

    @media (max-width:767px) {
        #compare-slider .owl-dots {
            display: none
        }
        #compare-slider .owl-nav>div {
            font-size: 1.4em;
            text-shadow: none;
            top: 133px;
        }
        #compare-slider .owl-nav .owl-next {
            right: 0
        }
        #compare-slider .owl-nav .owl-prev {
            left: 0
        }
        #compare-slider {}
        #tab-comparar .PRODUCT_BOX .box_image {
            height: 130px;
            margin: 0;
        }
        #tab-comparar .PRODUCT_BOX .option-color {
            margin-bottom: 7px;
        }
        #tab-comparar .PRODUCT_BOX .option-color li {
            height: 10px;
            margin: 4px 5px 4px 3px;
            width: 10px;
        }
        #tab-comparar .PRODUCT_BOX .box_data h3 {
        font-size: 1.6em;
        height: 60px;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 13px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #4F4F4F;
        height: auto !important;
        }
        #tab-comparar .box_data>span {
            font-size: 1em;
            text-align: center;
        }
        #tab-comparar .box_data>span>* {
            display: inline-block;
            font-style: normal;
            font-weight: 500;
            font-size: 11.5152px !important;
            line-height: 15px;
            text-align: center;
            letter-spacing: 0;
            color: #000000;
            padding: 0;
            margin-top: 10px !important;
        }
        #tab-comparar .box_data > span .tachado{
            margin-top: 0px !important
        }
        #tab-comparar .BUTTONBUY {
            margin-bottom: 11px;
            max-width: 171px;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            color: #FFFFFF;
            width: 90%;
            padding: 6px 0;
        }
        #tab-comparar .table-product .box_image .badges{
            display: none
        }
        #tab-comparar .item>* {
            float: left;
            width: 100%;
            max-width: 100%;
        }
        .box_propiedad {}
        .box_propiedad .prop {
            border-top: 1px solid #eee;
            float: left;
            line-height: 1.2em;
            padding: 5px 0;
            width: 100%;
        }
        .box_propiedad .prop>* {
            float: left;
            font-weight: normal;
            text-align: center;
            width: 100%;
        }
        .box_propiedad span {
            color: #777;
            font-size: 0.83em;
            margin-bottom: 2px;
        }
        .box_propiedad strong {
            font-size: 1.2em;
            line-height: 1.2em;
        }

        .table-main .table-product {
            padding: 0;
            display: flex;
            width: 100%;
        }
        .table-main .spec_grupo, .table-main .spec_grupo ul{
            width: 100%
        }
        .table-main .spec_grupo, .table-main .spec_grupo li{
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }
        .table-main .spec_grupo h5::before{
            border: 0;
        }

        .table-main .spec_grupo h5 {
            width: 100%;
            color: black;
            background-color: #d9d9d9;
            font-weight: 500;
            font-size: 16px;
        }
        .table-main .spec_grupo li h6{
            width: 100%;
            text-align: center;
            color: #000;
            font-weight: 700;
            background: #f2eeff;
            padding: 8px 0;
            border-bottom: 1px solid #d5cfdb;
        }
        .table-main .spec_grupo li span{
            width: 33.3%;
            text-align: left;
            border-color: #cfcfd1;
            padding: 8px 5px;
        }
        #tab-comparar .PRODUCT_BOX{
            display: flex;
            flex-direction: column;
        }
        #tab-comparar .table-product .PRODUCT_BOX .box_data {
            margin-top: auto;
            margin-bottom: 0;
        }
    }

    @media (max-width:767px) 
    {
        #COMPARE > div{
            padding: 0;
        }
    }


    @media (max-width:457px) 
    {
        #tab-comparar .PRODUCT_BOX .box_image {
            height: 105px;
            margin: 0;
        }
        #tab-comparar  .PRODUCT_BOX {
            font-size: 0.84em;
            padding: 10px 0;
        }
    }


    
/*Compare*/


.Compare table {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: .87em;
    margin-bottom: 0;
    min-width: 480px
}

.Compare tr td,.Compare tr th {
    border: 1px solid #ddd!important
}

.Compare th,.Compare td {
    width: 21%
}

#tab-comparar table tbody>tr td,#tab-comparar table tbody>tr th {
    background: transparent
}

#tab-comparar table tbody>tr:nth-child(2) {
    background-color: #f9f9f9
}

#tab-comparar table tbody>tr:nth-child(4n+4) {
    background-color: #f9f9f9
}

.Compare thead.affix .corner,.Compare tbody tr th:first-child,.Compare thead .corner {
    width: 9%
}

.Compare thead {
    box-shadow: 0 0 5px rgba(0,0,0,.28);
    z-index: 2
}

.Compare thead th {
    background: #040043 none repeat scroll 0 0!important;
    border-color: #f5f5f5!important;
    border-style: solid!important;
    border-width: 0 0 6px!important;
    padding-bottom: 14px!important;
    padding-top: 35px!important;
    position: relative;
    vertical-align: middle!important
}

.Compare tbody th,.Compare tbody td {
    padding: 8px!important
}

.Compare tbody tr th:first-child,.Content thead tr th:first-child {
    padding-left: 10px!important
}

.Compare tbody tr th:last-child,.Content thead tr td:last-child {
    padding-right: 10px!important
}

.Compare .corner {
    background: #040043 none repeat scroll 0 0!important;
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1em
}

.Compare table h3 {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 5px 0 10px;
    padding: 0 5px;
    text-align: center
}

.Compare table h3:hover {
    text-decoration: underline
}

.th_image img:hover {
    border: 1px solid #040043
}

.Compare .remove {
    background: #888 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 24px;
    bottom: -17px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 19px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    text-align: center;
    text-decoration: none!important;
    width: 25px
}

.Compare .remove:before {
    content: ""
}

.Compare .remove:before {
    font-family: "E3Interface";
    text-align: center
}

.Compare .remove:hover {
    color: #fff;
    background: #000
}

.Compare .th_image {
    background: #fff none repeat scroll 0 0!important
}

.Compare .th_img {
    opacity: 1!important;
    text-align: left!important
}

.Compare .th_img:before {
    content: ""
}

.Compare .th_img::before {
    font-family: "Ionicons";
    opacity: .2
}

.Compare .th_image {
    padding: 1px!important;
    text-align: center
}

.Compare .th_image img {
    height: auto;
    max-width: 140px;
    max-height: 120px;
    padding-top: 7px;
    width: auto
}

.Compare tbody th {
    color: #777;
    font-weight: 500;
    letter-spacing: .02em;
    min-width: 133px
}

.Compare table .price_wrapper {
    font-size: .95em;
    height: auto;
    margin-bottom: 10px
}

.Compare table .BUTTONBUY {
    margin-top: 7px;
    padding: 11px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_buy .BUTTONBUY {
    font-size: 1.05em!important;
    margin: 0 auto;
    padding: 6px 14px!important
}

.Compare table .stars_off {
    z-index: 0
}

.Compare table .puntaje {
    display: none
}

.comp-button span {
    font-family: 'Open Sans';
    font-size: .95em;
    color: #707070
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.1em;
    margin: 0 4px 0;
    height: 12px;
    width: 12px;
    border: 1px solid #a1a2a2;
    content: "";
    border-radius: 2px
}

.affix {
    width: inherit
}

.Compare thead.affix {
    top: 0
}

.Compare thead.affix tr {
    display: table;
    width: 100%
}

.Compare thead.affix th {
    display: table-cell;
    padding: 5px 5px 13px!important
}

.Compare thead.affix h3 {
    font-size: .78em;
    letter-spacing: 0;
    line-height: 1.1em
}

.Compare thead.affix .remove {
    bottom: -20px
}

#tab-comparar tr:hover td {
    background-color: #eee!important
}

#tab-comparar tr:hover th {
    background-color: #e9e8ea
}

#tab-comparar tr:nth-child(1):hover>* {
    background-color: #fff!important
}

.compare {
    float: left;
    position: relative;
    clear: left;
    width: 100%;
    top: 5px
}

.comp-button {
    color: #777;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-button:before {
    content: ""
}

.comp-button::before {
    float: left;
    font-family: "Ionicons";
    font-size: 1.4em;
    opacity: .8;
    text-decoration: none!important;
    text-transform: none
}

.comp-button::after {
    content: "Comparar";
    font-size: 13px;
}

.compare:hover .comp-button {
    text-decoration: underline!important;
    opacity: 1;
    color: #444!important
}

.act_compare .comp-button {
    color: #000!important
}

.act_compare .comp-button:before {
    content: "\f122";
    font-size: 1em;
    color: #0054C8;
}

.act_compare .comp-button:before {
    line-height: 0.7em;
}

.act_compare .comp-button::after {
    content: "Ver Comparación";
    letter-spacing: 0
}

.act_compare:hover .comp-button {
    color: #000!important
}

.PRODUCTAREA .compare {
    line-height: 1.2em;
    font-size: 1.4em
}

.cat-item-76 {
    display: none!important
}


@media(max-width:767px){

    .compare {
        display: none;
    }
}
.row_line {
	height: 1px;
	border-top: 2px solid #1db4df;
	width: 80px;
	margin: 15px auto 20px;
}
.dni > div:first-child {
    width: 75px;
    float: left;
    position: relative;
}
.dni > div:last-child {
    width: calc(100% - 81px);
    float: right;
    position: relative;
}
.dni select {
    background-color: #eee;
}

/**/

.User.Register footer {
    margin-top: 0;
}

.LoginHome {
    background-image: url(/Content/templates/base/images/homelogin.png);
    min-height: 100vh;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.LoginHome .logoSamsung {
    margin-top: 1em;
    margin-bottom: 0;
}

.LoginHome .logoSamsung img {
    max-width: 190px;
    margin: auto;
    display: block;
}
.LoginHome .LoginHomeBox {
    background-color: white;
    border: 1px solid #d7d7d7;
    margin: 1em auto 4em;
    min-height: 350px;
    padding: 40px;
    width: 100%;
}
.LoginHome .loginTitle {
    font-size: 2.3em;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    color: #000;
}

.LoginHome .loginSubtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.LoginHome .user_wrapper .loginSubtitle {
    text-align: left;
}
.LoginHome form {
    margin: 0 auto;
    max-width: 100%;
}
#user-login-form .form-control {
    padding-left: 42px;
    height: 48px;
    margin-bottom: 13px;
}

#user-login-form .form-control::-webkit-input-placeholder {font-style: normal}
#user-login-form .form-control:-moz-placeholder {font-style: normal}
#user-login-form .form-control::-moz-placeholder {font-style: normal}
#user-login-form .form-control:-ms-input-placeholder {font-style: normal}
#user-login-form .form-control::-ms-input-placeholder {font-style: normal}


.LoginHomeBox .form-group {
    display: table;
}
.LoginHomeBox .form-group {
    width: 100%;
}
.LoginHome .usernameIcon::before {
    content: "\061";
    font-family: "diggit";
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.LoginHome .passwordIcon::before {
    content: "\062";
    font-family: "diggit";
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.LoginHome input[type="submit"] {
    float: right;
}

.LoginHome .forget {
    text-decoration: underline;
}

.LoginHome .registerText {
    border-top: 1px solid #ddd;
    clear: both;
    color: black;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0 0;
    padding: 14px 0;
    text-align: center;
    width: 100%;
}

.LoginHome.register .registerText {
    margin: 40px 10% 0;
    width: 80%;
    float: unset;
}

.LoginHome .registerText .register {
    border-top: none;
    float: none;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    width: auto !important;
    font-weight: 400;
}

.LoginHome .registerText .register span {
    text-decoration: underline
}

.LoginHome .registerText .register:hover {
    color: #000
}

.LoginHome .registerText .register:hover span {
    color: #2972f8
}

@media (max-width: 991px) {
.LoginHome .LoginHomeBox {
    min-height: 0;
    padding: 20px;
    margin: 10px auto 30px;
}
}

@media (max-width: 767px) {
.LoginHome input[type="submit"] {
    width: 100%
}
}

@media (max-width: 479px) {
.LoginHome form {
    max-width: 100%;
}
.LoginHome .logoSamsung img {
    max-width: 130px;
}
.LoginHome .loginTitle {
    font-size: 30px;
}
.LoginHome .loginSubtitle {
    font-size: 16px
}
.LoginHome input[type="submit"] {
    margin: auto;
    float: none;
    display: block;
}
.LoginHome .forget {
    float: none !important;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 1em;
}
.LoginHome .registerText .register {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}
}

.LoginHome.register .loginTitle {
    font-size: 35px;
}

.TerYCond {
    margin-left: 0;
}

.TerYCond>a {
    text-decoration: underline;
}

.LoginHome.register .divisor {
    display: block;
    float: none;
    border-bottom: 1px solid #eeeeee;
    width: 80%;
    margin: 2em auto;
}

.LoginHome.register .required {
    color: #1db4df;
    float: right;
    font-size: 1.2em;
    margin-left: 4px;
    margin-top: 1px;
}

@media (max-width: 560px) {
    .LoginHome.register label.TerYCond {
        margin-left: 0;
    }
    .LoginHome.register .divisor {
        display: block;
        float: none;
        border-bottom: 1px solid #eeeeee;
        width: 80%;
        margin: 2em auto;
    }
    .LoginHome.register .loginTitle {
        font-size: 30px;
    }
}
