:root {
    --main-blue-text-color: #001689;
    --sec-blue-text-color: #354ab9;
    --ter-blue-text-color: #7b89d6;
    --cua-blue-text-color: #b3bdf8;
    --main-red-text-color: #e62c2b;
    --main-gray-text-color: #b8baba;
    --sec-gray-text-color: #cccccc;
    --ter-gray-text-color: #333;
    --cua-gray-text-color: #f1f1f1;
    --qui-gray-text-color: #666;
    --sex-gray-text-color: #666;
    --yellow-text-color: #ffea00;
    --green-text-color: #0a7813;
}

body,
html {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.height-auto {
    height: auto !important;
}

.height-70 {
    min-height: 70px !important;
}

.fix {
    overflow: hidden;
}

.table,
.table-cell {
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

table.dataTable th,
table.dataTable td {
    font-size: 14px;
}

p {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #434343;
    font-family: Lato, sans-serif;
    margin: 0 0 10px;
}

a {
    text-decoration: none;
    color: var(--main-blue-text-color);
}

::before,
a {
    transition: all 0.3s ease 0s;
}

a:hover {
    color: var(--qui-gray-text-color);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    color: #666;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

pre {
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #dee2e6;
}

.progress {
    margin-bottom: 20px;
}

.header {
    background: #fff none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}

.header-area .container-fluid {
    padding: 0 0 0 40px;
}

.logo {
    padding: 38px 0;
}

.cart-icon {
    padding: 50px 0;
}

.cart-icon,
.logo {
    transition: all 0.5s ease 0s;
}

.header-2 .logo {
    padding: 22px 0;
}

.header-2 .cart-icon {
    padding: 36px 0;
}

.mini-cart ul li {
    display: inline-block;
    position: relative;
}

.cart-icon {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    right: 0;
}

.cart-icon i {
    font-size: 2em;
    line-height: 25px;
    color: var(--main-blue-text-color);
}

.cart-icon>span {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 26px;
    left: -8px;
    line-height: 16px;
    position: relative;
    text-align: center;
    top: -12px;
    width: 26px;
    z-index: 999;
    padding: 2px 0px 0px 0px;
}

.mini-cart-brief {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 150%;
    transition: all 0.25s ease 0s;
    visibility: hidden;
    width: 500px;
    z-index: -9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.w350 {
    width: 350px;
}

.cart-items {
    border: 1px solid #f6f6f6;
    padding: 20px;
}

.cart-items p span {
    color: #c87065;
}

.all-cart-product {
    padding: 10px 0;
}

.single-cart {
    padding: 10px 30px 10px 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.cart-photo {
    float: left;
    width: 90px;
}

.cart-info {
    float: left;
    padding-left: 20px;
    text-align: left;
}

.cart-info h5 {
    font-size: 14px;
    font-weight: 900;
    color: var(--main-blue-text-color);
}

.cart-delete {
    position: absolute;
    right: 30px;
    top: 30px;
}

.cart-delete a i {
    font-size: 16px;
    line-height: 19px;
}

.del-cart-product i {
    margin-left: 5px;
    font-weight: 400;
}

.cart-totals {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding: 20px 50px 20px 20px;
}

.cart-totals h5 {
    font-size: 20px;
    font-weight: 900;
    line-height: 14px;
    text-transform: uppercase;
    padding-left: 110px;
}

.cart-bottom {
    padding: 20px;
}

.mini-cart ul li:hover .mini-cart-brief {
    opacity: 1;
    top: 100%;
    transition: all 0.25s ease 0s;
    visibility: visible;
    z-index: 99999999;
}

.mini-cart ul li:hover .cart-icon {
    color: var(--main-blue-text-color);
}

.menu-toggle {
    left: 25px;
    position: fixed;
    top: 42px;
    z-index: 99999999;
    transition: all 0.5s ease 0s;
}

.menu-toggle-2 {
    top: 27px;
}

.main-menu {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: -225px;
    padding-top: 162px;
    position: fixed;
    top: 0;
    width: 225px;
    z-index: 9999999;
}

nav {
    text-align: right;
}

.main-menu>nav>ul>li>a {
    background: transparent none repeat scroll 0 0;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 0 0 70px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.main-menu>nav>ul>li>a::before {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.main-menu>nav>ul>li:hover>a {
    color: #fff;
}

.main-menu>nav>ul>li:hover>a::before {
    left: 0;
}

.main-menu ul li .sub-menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid var(--main-blue-text-color);
    height: 100%;
    left: 300px;
    padding-top: 172px;
    padding-left: 70px;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
}

.main-menu ul li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li .sub-menu>ul>li a {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.main-menu ul li .sub-menu>ul>li:hover a {
    color: var(--main-blue-text-color);
}

.sub-menu ul li:last-child {
    padding-bottom: 100px;
}

.main-menu ul li .mega-menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid var(--main-blue-text-color);
    height: 100%;
    left: 300px;
    padding-top: 172px;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 500px;
}

.main-menu ul li:hover .mega-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.menu-maf {}

.menu-maf>nav>ul>li,
.navext li,
.navextdoble li,
.navexttriple li {
    display: inline-flex;
    padding: 0 0 0 20px;
}

.menu-maf>nav>ul>li>a,
.navext a,
.navextdoble a,
.navexttriple a {
    color: var(--main-blue-text-color);
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 45px;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.navexttriple a {
    line-height: 25px;
    padding: 0px 0px;
}

.navextdoble input {
    margin-top: 24px;
}

.navextdoble .list-group-item {
    padding: 0px 10px;
}

.menu-maf>nav>ul>li:hover>a,
.menu-maf>nav>ul>li>a.active,
.navextdoble a.active,
.navexttriple a.active {
    color: var(--main-red-text-color);
    border-top: var(--main-red-text-color) 10px solid;
}

.menu-maf>nav>ul>li:hover>a::before {
    left: 0;
}

.sub-menu ul li:last-child {
    padding-bottom: 100px;
}

.half-width {
    float: left;
    padding-bottom: 35px;
    padding-left: 70px;
    width: 50%;
}

.menu-title {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.half-width>ul>li a {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.half-width>ul>li:hover a {
    color: var(--main-blue-text-color);
}

.mega-menu-img a {
    display: block;
}

.boxscroll {
    overflow: auto;
}

.main-menu #ascrail2000 {
    display: none !important;
}

.main-menu .nicescroll-rails.nicescroll-rails-vr {
    display: none !important;
}

.header.sticky {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

.sticky .logo {
    margin: auto;
    padding: 10px 0;
    width: 90px;
}

.sticky .cart-icon {
    padding: 20px 0;
}

.sticky .menu-toggle {
    top: 12px;
    transition: all 0.5s ease 0s;
}

.sticky .cart-icon,
.sticky .logo,
.sticky .menu-toggle {
    transition: all 0.5s ease 0s;
}

.header-2.sticky {
    background: #fff none repeat scroll 0 0;
}

.slider-banner-area {
    background-color: #dbdcdc;
    padding: 30px 100px;
    position: relative;
    margin-top: 85px;
    ;
}

.banner-2 {
    margin-top: 20px;
}

.single-banner {
    position: relative;
    transition: all 0.5s ease 0s;
}

.single-banner:hover {
    box-shadow: 1px 8px 15px rgba(0, 0, 0, 0.12);
}

.price {
    color: #434343;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 20px;
}

.banner-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner-brief {
    bottom: 0px;
    width: 100%;
    position: absolute;
}

.banner-1 {
    background-color: #fff;
    overflow: hidden;
    height: 280px;
}

.banner-1 .banner-brief p {
    line-height: 15px;
}

.banner-1 .button-one {
    bottom: 20px;
    position: absolute;
    right: 30px;
}

.banner-2 .button-two {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.banner-2 .banner-brief {
    bottom: auto;
    left: auto;
    padding-right: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
}

.banner-2 .banner-brief-2 {
    bottom: auto;
    padding: 0px;
    top: 28px;
    left: 0px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.banner-2 .banner-brief-3 {
    bottom: auto;
    padding: 0px;
    top: 110px;
    left: 0px;
    width: 90%;
    margin: 10px auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.porcentaje {
    font-size: 50px;
    font-weight: 900;
    text-align: right;
}

.txt-porcentaje {
    text-align: left;
    font-size: 18px;
    text-shadow: 1px 1px 5px black;
}

a.txt-blanco,
.txt-blanco {
    color: #fff !important;
}

a.txt-blanco:hover {
    color: var(--main-blue-text-color) !important;
}

.navextdoble .button-one {
    padding: 0px 10px;
    font-weight: 700;
}


/* PROFILE */

.profile-page-menu li {
    float: left;
    padding: 0 0px;
    width: 25%;
}

.profile-page-menu li a {
    background: var(--sec-gray-text-color) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.profile-page-menu li a.active {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.user-profile {
    font-size: 20px;
    font-weight: 900;
}

.data-profile {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.border-pd {
    border-bottom: 1px solid var(--sec-gray-text-color);
}

.separador {
    padding-top: 20px;
    border-bottom: 4px solid var(--main-gray-text-color);
    margin-bottom: 20px;
}

.title-profile,
.title-profile-alert {
    font-size: 16px;
    color: var(--sec-blue-text-color);
}

.title-profile-alert {
    color: var(--main-red-text-color);
}

.text-good {
    color: var(--green-text-color) !important;
}

.profile-user a {
    color: var(--yellow-text-color);
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    margin: 0px;
}

.profile-user {
    margin: 0px;
}

.profile-cart-table {
    border: 10px solid var(--cua-gray-text-color);
    background-color: #fff;
    font-size: 16px;
}

.profile-title-section {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 900;
    width: 100%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 0px;
    color: #000;
    background-color: var(--main-gray-text-color);
    text-align: center;
}

.profile-cart-table p a {
    color: var(--sec-blue-text-color);
}

.profile-cart-table p a:hover {
    color: var(--ter-gray-text-color);
}

.profile-cart-table h3.h3-azul {
    font-size: 20px;
    font-weight: 900;
    color: var(--main-blue-text-color);
}

.banner-2 .banner-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.slider-right {
    width: 70.5%;
}

.slider-title2,
.slider-title3 {
    font-weight: 400;
}

.slider-title3 {
    font-size: 20px;
    line-height: 20px;
}

.slider-title1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    color: var(--main-blue-text-color);
}

.slider-title2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    color: var(--ter-gray-text-color);
}

.slider-pro-brief {
    font-size: 18px;
    color: var(--sec-gray-text-color);
}

.slider-cost {
    font-size: 26px;
    font-weight: 900;
    color: var(--main-blue-text-color);
}

.layer-1 {
    float: right;
    margin-right: 5%;
    width: 35%;
}

.banner-left {
    width: 29.5%;
    padding-right: 50px;
}

.sidebar-social {
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.sidebar-social ul>li {
    position: relative;
    text-align: center;
    margin-bottom: 13px;
}

.sidebar-social ul>li:last-child {
    margin-bottom: 0;
}

.sidebar-social ul>li>a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

.sidebar-account {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.sidebar-account ul>li {
    position: relative;
    text-align: center;
    margin-bottom: 13px;
}

.sidebar-account ul>li:last-child {
    margin-bottom: 0;
}

.sidebar-account ul>li>a {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

.customer-login {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.sidebar-account .customer-login {
    border: 1px solid #f6f6f6;
    margin-top: -150px;
    opacity: 0;
    position: absolute;
    right: 120%;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 570px;
    z-index: -999;
}

.sidebar-account ul>li:hover .customer-login {
    opacity: 1;
    right: 100%;
    visibility: visible;
    z-index: 99999;
}

.sidebar-search {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999999;
}

.search-form-wrap form {
    position: relative;
}

.sidebar-search input {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #c87065;
    font-size: 16px;
    margin-top: 230px;
}

.search-button {
    bottom: 25px;
    font-size: 30px;
    line-height: 28px;
    position: absolute;
    right: 0;
}

.close-search {
    color: #999;
    font-size: 30px;
    line-height: 28px;
}

.close-search:hover,
.search-button:hover {
    color: var(--main-blue-text-color);
}

.product-slider.style-1 {
    margin-left: -15px;
    margin-right: -15px;
}

.product-slider.style-1 .single-product {
    padding-left: 15px;
    padding-right: 15px;
}

.product-slider.style-2 {
    background-color: transparent;
    margin-left: -30px;
    margin-right: -30px;
}

.product-slider.style-2 [class*="col-"] {
    margin-left: 15px;
    margin-right: 15px;
}

.product-slider .slick-list {
    padding: 0px 15px 0px;
}

.single-product,
.single-product-cart {
    margin: 20px 0px;
    transition: all 0.5s ease 0s;
}

.single-product-cart {
    margin: 0px 0px;
}

.product-slider .single-category {
    overflow: hidden;
    position: relative;
}

.product-slider.style-1 {
    margin-left: -15px;
    margin-right: -15px;
}

.product-slider.style-1 .single-category {
    padding-left: 15px;
    padding-right: 15px;
}

.product-slider.style-2 {
    background-color: transparent;
    margin-left: -30px;
    margin-right: -30px;
}

.product-slider.style-2 [class*="col-"] {
    margin-left: 15px;
    margin-right: 15px;
}

.product-slider .slick-list {
    padding: 0px 15px 0px;
}

.category-triangle {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0px;
    left: 250px;
    z-index: -3;
    transition: all 0.5s ease 0s;
}

.category-head-menu,
.category-head-menu_off {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 170px;
    height: 55px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.category-login {
    height: 90vh;
}

.category-login_0 {
    background-color: #fff;
    background: url('../images/login_maf_slide_01.jpg') center center no-repeat;
    height: 99vh;
    background-size: cover;
}

.category-login_1 {
    background-color: #fff;
    background: url('../images/login_maf_slide_02.jpg') center center no-repeat;
    height: 99vh;
    background-size: cover;
}

.category-login_2 {
    background-color: #fff;
    background: url('../images/login_maf_slide_03.jpg') center center no-repeat;
    height: 99vh;
    background-size: cover;
}

.category-login_3 {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.inclina_login {
    width: calc(100vw/2);
    height: calc(100vh);
    left: calc(100vw/2);
    background: url('../images/inclina_login.png') center center no-repeat;
    position: absolute;
    top: 0px;
    z-index: 2;
    background-size: cover;
}

.inclina_login_opacity {
    width: calc(100vw/2);
    height: calc(100vh);
    left: calc(100vw/2);
    background: url('../images/inclina_login_opacity.png') center center no-repeat;
    position: absolute;
    top: 0px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background-size: cover;
}

.inclina_login_opacity.active {
    left: calc(100vw - 1689px);
    transition: all 0.7s ease 0s;
}

.form-login {
    width: calc(100vw/2);
    position: absolute;
    left: calc(100vw/2);
    z-index: 3;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px calc(100vw*0.12);
}

.category-area {
    background-color: var(--cua-gray-text-color);
}

.specs-area {
    background-color: var(--cua-gray-text-color);
}

.category-head-menu {
    left: -200px;
    transition: all 0.5s ease 0s;
}

.single-category {
    margin: 10px 0px 10px 0px;
    transition: all 0.5s ease 0s;
}

.single-category-top {
    margin: 90px auto 0px auto;
    width: 100%;
    text-align: center;
}

.single-category-new {
    margin: 20px 0px;
    list-style: none;
    display: inline-flex;
}

.single-category:hover .product-action {
    bottom: 35px;
    visibility: visible;
    opacity: 1;
}

.single-category:hover .product-triangle {
    top: -500px;
}

.single-category:hover .category-triangle {
    left: 0px;
}

.category-head-menu_off {
    z-index: -2;
}

.single-category:hover .category-head-menu,
.single-category:hover a {
    left: 0px;
    color: #fff;
}

.single-category:hover .category-head-menu_off {
    left: -200px;
    transition: all 0.5s ease 0s;
}

.category-title {
    color: var(--main-blue-text-color);
    font-size: 20px;
    width: 150px;
    line-height: 18px;
    margin-top: 0px;
    border: 1px solid transparent;
    align-items: center;
    height: 50px;
    display: grid;
}

.category-title a {
    color: var(--main-blue-text-color);
}

.single-category-new .category-title a {
    font-size: 16px;
}

.product-triangle {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.product-img,
.category-img {
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #b7b9ba;
}

.product-img img {
    max-width: 90%;
    margin: 0px 5%;
}

.category-img img {
    width: 100%;
}

.no-stroke {
    border: none;
}

.category-img {
    border-bottom: none;
}

.product-img .brands {
    width: 100%;
    text-align: center;
}

.product-action-home {
    margin: 0px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: calc(100% - 40px);
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-action {
    bottom: 0px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-action a {
    color: #666;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 25%;
}

.product-action a::before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
}

.product-action a:last-child::before {
    display: none;
}

.product-action a:hover {
    color: var(--main-blue-text-color);
}

.product-info {
    background-color: var(--sec-blue-text-color);
    padding: 20px;
    border-top: 1px solid #f1f1f1;
    transition: all 0.5s ease 0s;
    min-height: 140px;
}

.product-info p {
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
}

.product-info del {
    font-size: 15px;
    opacity: 0.75;
}

.product-info span {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.post-title {
    font-size: 24px;
    line-height: 20px;
    text-transform: capita;
    font-weight: bold;
    margin-bottom: 8px;
}

.post-title a {
    color: #fff;
}

.product-info-2 {
    background-color: #fff;
    padding: 22px;
    background: url('../images/bg_esquina_roja.png') bottom right no-repeat;
}

.product-info-2 p {
    font-weight: 300;
    color: var(--ter-gray-text-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.product-info-2 span {
    font-weight: 700;
    color: var(--sec-blue-text-color);
    font-size: 20px;
    margin-bottom: 5px;
}

.product-info-2.post-title {
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.product-info-2 .post-title a {
    font-weight: 900;
    font-size: 24px;
    color: var(--sec-blue-text-color);
}

.product-info-3 {
    background-color: #fff;
    padding: 22px;
    background: url('../images/bg_esquina_roja.png') bottom right no-repeat;
}

.product-info-3 p {
    font-weight: 300;
    color: var(--ter-gray-text-color);
    font-size: 16px;
    margin-bottom: 5px;
}

.product-info-3 span {
    font-weight: 700;
    color: var(--sec-blue-text-color);
    font-size: 20px;
    margin-bottom: 5px;
}

.product-info-3.post-title {
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.product-info-3 .post-title a {
    font-weight: 900;
    font-size: 24px;
    color: var(--sec-blue-text-color);
}

.back-no-disponible {
    background-color: var(--cua-gray-text-color);
}

.back-no-disponible p,
.back-no-disponible h4 a,
.back-no-disponible span {
    color: #000;
}

.single-product:hover .back-no-disponible {
    background-color: var(--qui-gray-text-color) !important;
}

.single-product:hover .back-no-disponible p,
.single-product:hover .back-no-disponible h4 a,
.single-product:hover .back-no-disponible span {
    color: #fff !important;
}

.btn_whatsinfo {
    position: absolute;
    right: 22px;
    bottom: 30px;
}

.btn_whatsinfo_detail {
    text-align: right;
}

.btn_whatsinfo_detail img {
    margin-top: 10px;
}

.pro-price {
    color: #c87065;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.pro-rating a {
    color: #c87065;
    font-size: 15px;
    line-height: 28px;
}

.single-product:hover .product-action {
    bottom: 35px;
    visibility: visible;
    opacity: 1;
}

.single-product:hover .numbers-white-label {
    background: url('../images/back-numbers-red-label.png');
    background-repeat: no-repeat;
    padding-top: 10px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.single-product:hover .product-triangle {
    top: -500px;
}

.single-product:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.45);
}

.product-slider .single-product:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.45);
}

.single-product:hover .product-info {
    background-color: var(--main-blue-text-color);
}

.discount-product {
    position: relative;
}

.discount-img-brief {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.onsale {
    background: #c87065 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 112px;
    margin: 5% 15% 0 25%;
    padding-top: 30px;
    text-align: center;
    width: 112px;
}

.discount-info {
    float: left;
    margin-top: 45px;
    padding: 0;
    width: 40%;
}

.onsale span {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 14px;
}

.onsale-text {
    font-style: italic;
    padding-bottom: 12px;
    position: relative;
}

.onsale-text::before {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 20px;
}

.onsale-price {
    padding-top: 10px;
    font-weight: 700;
}

.discount-info h1 {
    font-size: 45px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 15px;
}

.tab-menu {
    margin-bottom: 23px;
    display: inline-block;
}

.tab-menu li {
    display: block;
    margin: 0 15px;
    position: relative;
    float: left;
}

.tab-menu li a {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
    padding-bottom: 12px;
}

.tab-menu li a.active {
    color: #d3b484;
}

.tab-menu li a.active::before {
    background: #d3b484 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 30px;
}

.single-blog {
    transition: all 0.5s ease 0s;
}

.post-date {
    border: 1px solid #d6948c;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}

.post-date span {
    font-size: 20px;
    font-weight: 700;
}

.post-year {
    padding-left: 10px;
}

.post-year p {
    font-weight: 700;
}

.like-share {
    padding: 12px 0;
}

.like-share a {
    color: #999;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin-right: 20px;
}

.like-share a:hover {
    color: #c87065;
}

.like-share a:last-child {
    margin-right: 0;
}

.like-share a i {
    padding: 0 8px 0 2px;
}

.blog-photo {
    overflow: hidden;
}

.single-blog:hover .blog-photo img {
    transform: scale(1.1);
}

.blog-photo img {
    width: 100%;
    transition: all 0.5s ease 0s;
}

.blog-photo a {
    display: block;
}

.footer-blog-area {
    background-repeat: repeat-x;
}

.subscribe-area {
    background-repeat: repeat-x;
}

.subscribe {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.subscribe form {
    margin: auto;
    width: calc(100% - 300px);
}

.subscribe input {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #c87065;
    margin: 0;
    position: relative;
    top: -4px;
    width: 70%;
}

.footer-area {
    border-top: var(--main-red-text-color) 3px solid;
    background: #eeeeee none repeat scroll 0 0;
    padding: 30px 0 30px;
}

.footer-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-title.title-border::before {
    background: #c87065 none repeat scroll 0 0;
}

.footer-contact li {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}

.footer-contact li:last-child {
    padding-bottom: 0;
}

.footer-contact li span {
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    width: 95px;
}

.footer-menu li a {
    color: var(--main-blue-text-color);
    line-height: 27px;
}

.footer-menu li a i {
    margin-right: 10px;
}

.footer-menu li a:hover {
    color: var(--main-gray-text-color);
}

.footer-thumb {
    overflow: hidden;
    position: relative;
}

.footer-thumb>a {
    display: block;
    position: relative;
}

.footer-thumb>a::before {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 100%;
    width: 100%;
}

.footer-thumb:hover a::before {
    top: 0;
}

.footer-thumb-info {
    height: 100%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.footer-thumb-info p {
    line-height: 15px;
    text-transform: capitalize;
}

.price-3 {
    font-size: 16px;
    line-height: 15px;
}

.footer-thumb-info p a,
.price-3 {
    color: #fff;
}

.footer-thumb:hover .footer-thumb-info {
    top: 0;
    visibility: visible;
}

.footer-login {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 4;
}

.copyright,
.payment {
    line-height: 30px;
}

.copyright a {
    color: var(--ter-gray-text-color);
    font-weight: 700;
}

.payment a {
    display: inline-block;
    margin-left: 10px;
}

.payment a:first-child {
    margin-left: 0;
}

.copyright-area {
    background: #fff none repeat scroll 0 0;
    color: var(--ter-gray-text-color);
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}

.body-bg {
    background: #f6f6f6 none repeat scroll 0 0;
}

.slider-style-2 .layer-1 {
    width: 60%;
    margin-top: 0px;
}

.slider-style-2 .layer-2 {
    width: 50%;
    margin-top: -40px;
    text-align: center;
    position: absolute;
}

.slider-style-2 .layer-2 img {
    position: relative;
    height: 280px;
}

.slider-style-2 .layer-3 {
    width: 60%;
    margin-top: 50px;
}

.banner-3 .banner-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
}

.banner-3 .banner-brief {
    bottom: auto;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-style-2 .single-product {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px 15px 25px;
}

.product-style-2 .product-action {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-top: 15px;
    opacity: 1;
    position: inherit;
    visibility: visible;
    width: calc(100% - 0px);
}

.pro-price-2 {
    color: #c87065;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 15px;
}

.product-style-2 .product-info {
    padding: 15px 0 0;
}

.discount-2 .discount-product {
    background: #fff none repeat scroll 0 0;
    padding: 72px 20px;
    position: inherit;
}

.discount-2 .discount-info {
    float: none;
    width: 100%;
}

.up-comming-product {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}

.up-comming-img img {
    width: 100%;
}

.up-comming-brief {
    padding: 20px 0 25px;
}

.comming-pro-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
}

.cdown {
    display: inline-block;
    margin: auto 15px;
}

.time-count {
    border: 1px solid #dfaba4;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.cdown p {
    color: #8a8888;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0 0;
    text-transform: capitalize;
}

.blog-2 .single-blog {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}

.blog-2 .blog-photo {
    position: relative;
}

.blog-2 .like-share {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: -40px;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.blog-2 .like-share a {
    color: #444;
    display: inline-block;
    float: none;
}

.blog-2 .like-share a:hover {
    color: #c87065;
}

.blog-2 .post-meta {
    padding: 30px 0 10px;
}

.blog-2 .single-blog:hover {
    box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}

.blog-2 .single-blog:hover .blog-photo img {
    transform: none;
}

.blog-2 .single-blog:hover .like-share {
    bottom: 0;
    visibility: visible;
}

.brand-logo-area {
    margin-bottom: -50px;
}

.brand {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.single-brand {
    height: 100px;
    line-height: 100px;
}

.single-brand a {
    display: inline-block;
}

.single-brand a img {
    display: inline-block;
}

.footer-2 {
    background: #eee none repeat scroll 0 0;
    padding-top: 130px;
}

.footer-subscribe button {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #666;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
}

.footer-subscribe button:hover {
    background: #f6f6f6 none repeat scroll 0 0;
    color: var(--main-blue-text-color);
}

.copyright-2 {
    background: #f2f2f2 none repeat scroll 0 0;
}

.footer-area.footer-3 {
    background: #eee none repeat scroll 0 0;
    padding: 80px 0;
}

.heading-banner-area {
    background: rgba(0, 0, 0, 0) url(img/bg/1.jpg) no-repeat scroll center center/cover;
}

.heading-banner-title h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 0;
    padding: 80px 0 0 0;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 2px 6px #000000cc;
}


/* BREADCRUMBS  */

.breadcumbs {
    width: 100%;
    text-align: left;
}

.breadcumbs ul {
    width: fit-content;
    /*margin: 0px auto;*/
    overflow: hidden;
    /*text-shadow: 0px 2px 6px #000000cc;*/
}

.breadcumbs li {
    color: var(--ter-gray-text-color);
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 100;
    margin-left: 38px;
    position: relative;
    text-transform: capitalize;
}

.breadcumbs li:first-child {
    margin-left: 0;
}

.breadcumbs ul li a {
    color: var(--main-blue-text-color);
    display: block;
}

.breadcumbs ul li:hover a {
    color: var(--main-gray-text-color);
}

.breadcumbs li::after {
    color: var(--main-blue-text-color);
    content: "/";
    /*content: url('../images/symbol_goon.png');*/
    left: -20px;
    position: absolute;
    top: 0;
}

.breadcumbs li:first-child::after {
    content: "";
}

.overlay-bg {
    position: relative;
}

.overlay-bg::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumb-category {
    background: url('../images/header_breadcrumb_category.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb-marcas {
    background: url('../images/header_breadcrumb_brands.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb-news {
    background: url('../images/header_breadcrumb_news.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb-seek {
    background: url('../images/header_breadcrumb_seek.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb-products {
    background: url('../images/header_breadcrumb_products.jpg') no-repeat center center;
    background-size: cover;
}

.breadcrumb-detail {
    background: url('../images/header_breadcrumb_detail.jpg') no-repeat center center;
    background-size: cover;
}

.option-btn {
    margin-right: 20px;
    padding: 0;
    color: #999;
}

.option-btn.active,
.option-btn:hover {
    color: var(--main-blue-text-color);
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-width {
    width: 290px;
}

.widget-search .widget-info {
    padding: 20px;
}

.widget-search {
    position: relative;
}

.widget-search input {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 0;
    padding: 0 65px 0 20px;
}

.widget-search button {
    color: #999;
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}

.widget-search button:hover {
    color: var(--main-blue-text-color);
}

.widget {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}

.widget-categories {
    background: #fff none repeat scroll 0 0;
    width: 100%;
}

.widget-title h4 {
    border-bottom: 2px solid #f6f6f6;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px;
    text-transform: uppercase;
}

.widget-info {
    padding: 20px 30px;
}

.widget-info.product-cat {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 15px 20px 20px 10px;
}

.product-cat .treeview {
    padding-left: 20px;
}

.product-cat .treeview li span {
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.product-cat .treeview li span:hover,
.product-cat .treeview li.collapsable span {
    color: var(--main-blue-text-color);
    font-weight: 700;
    font-size: 17px;
}

.product-cat .treeview li>ul>li>a {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 25px;
    text-transform: capitalize;
}

.product-cat .treeview li>ul>li>a {
    color: #999;
}

.product-cat .treeview li>a:hover,
.product-cat .treeview li>ul>li>a:hover {
    color: var(--main-blue-text-color);
}

.price_slider_amount {
    margin-bottom: 10px;
}

.price_slider_amount>input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}

.price_slider_amount>input#amount {
    margin-right: 0;
    width: 90px;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dcdcdc none repeat scroll 0 0;
    border: medium none;
    height: 3px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #c87065 none repeat scroll 0 0;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #c87065;
    height: 12px;
    width: 12px;
}

.ui-slider-handle.ui-state-default.ui-corner-all:focus-visible {
    outline: 0;
}

.color-filter ul li {
    color: #666;
    float: left;
    font-size: 14px;
    line-height: 28px;
    width: 100%;
}

.color-filter ul li span.count {
    float: right;
}

span.color {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin-right: 20px;
    width: 13px;
}

.color-filter ul li.active span.color,
.color-filter ul li:hover span.color {
    outline: 1px solid #d6b98c;
    outline-offset: 1px;
}

.color-filter ul li.active a,
.color-filter ul li.active span.count {
    color: var(--main-blue-text-color);
}

span.color.color-1 {
    background: #ffa07a;
}

span.color.color-2 {
    background: #e9967a;
}

span.color.color-3 {
    background: #fe5858;
}

span.color.color-4 {
    background: #00b2ee;
}

span.color.color-5 {
    background: #00eeb3;
}

span.color.color-6 {
    background: #8dc63f;
}

span.color.color-7 {
    background: #c38b4b;
}

.size-filter li {
    float: left;
    margin: 8px 8px 0 0;
}

.size-filter ul li a {
    background: #f6f6f6 none repeat scroll 0 0;
    display: block;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
}

.size-filter ul li:last-child {
    margin-right: 0;
}

.size-filter ul li a:hover,
.size-filter ul li.active a {
    background: var(--main-blue-text-color);
    color: #fff;
}

.widget-banner .widget-info {
    padding: 15px;
}

.widget-banner-img a {
    display: block;
}

.widget-product .widget-info {
    padding: 10px 15px;
}

.sidebar-product .product-img {
    float: left;
    width: 35%;
}

.sidebar-product .product-info {
    float: left;
    padding: 0 0 0 20px;
    width: 65%;
}

.sidebar-product .post-title,
.sidebar-product .pro-price {
    font-size: 14px;
    line-height: 16px;
}

.sidebar-product .pro-price {
    color: #999;
}

.sidebar-product .single-product {
    margin-bottom: 5px;
    padding: 10px 15px;
    display: flex;
}

.product-option {
    background: #fff none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}

.shop-tab>li {
    float: left;
    margin-right: 20px;
}

.shop-tab li a {
    color: #999;
    display: block;
    font-size: 20px;
}

.shop-tab li a.active {
    color: var(--main-blue-text-color);
}

.shop-list .single-product {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 30px;
    padding: 15px;
}

.shop-list .product-img {
    float: left;
    width: 29.333%;
}

.shop-list .product-info {
    float: left;
    padding: 0 15px 0 30px;
    width: 69.667%;
}

.shop-list .product-action {
    float: left;
    margin: 0 0 0 20px;
    width: 45%;
}

.shop-list .product-description p {
    font-weight: 350;
    margin-bottom: 44px;
}

.cart-plus-minus {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    width: 33%;
}

input.cart-plus-minus-box {
    background: #f6f6f6 none repeat scroll 0 0;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33.33%;
}

.qtybutton {
    cursor: pointer;
    float: left;
    font-size: 20px;
    position: relative;
    width: 33.3333%;
}

.qtybutton:hover {
    color: var(--main-blue-text-color);
}

.dec.qtybutton::before,
.inc.qtybutton::before {
    background: #999;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
}

.dec.qtybutton::before {
    right: 0;
}

.inc.qtybutton::before {
    left: 0;
}

.pagination {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 50px;
    margin: 0;
    border-radius: 0;
}

.pagination ul {
    display: inline-block;
}

.pagination ul li {
    display: block;
    float: left;
    padding: 10px 0;
}

.pagination ul li a {
    color: #666;
    display: block;
    line-height: 30px;
    padding: 0 6px;
}

.pagination ul li a i {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.pagination ul li.active a,
.pagination ul li:hover a {
    color: var(--main-blue-text-color);
}

.single-pro-area .single-product:hover {
    box-shadow: none;
}

.nones {
    margin: 20px 0px;
}

.nones:hover {
    box-shadow: none !important;
    transition: none !important;
}

.nones img {
    opacity: 0.35;
}

.single-pro-color ul li {
    line-height: inherit;
    width: auto;
}

.single-pro-color span.color {
    margin-right: 10px;
}

.color-title {
    color: #434343;
    display: block;
    font-weight: 700;
    width: 55px;
}

.single-pro-size ul li a,
.single-pro-size ul li a:hover,
.single-pro-size ul li.active a {
    background: transparent none repeat scroll 0 0;
}

.single-pro-size ul li a:hover,
.single-pro-size ul li.active a {
    color: var(--main-blue-text-color);
}

.single-pro-size ul li {
    margin-right: 0;
}

.single-pro-size ul li a {
    height: auto;
    line-height: inherit;
    margin-right: 15px;
    width: auto;
}

.single-pro-info .single-product {
    padding: 30px 15px 30px 30px;
}

.single-pro-info .single-big-photo {
    float: left;
    width: 45%;
}

.single-big-photo img {
    width: 100%;
}

.single-pro-info .product-info {
    width: 55%;
}

.single-pro-info .product-description p {
    font-weight: 400;
    margin-bottom: 30px;
}

.single-sml-photo {
    margin-top: 38px;
}

.single-sml-photo .slick-list {
    margin: auto;
    width: calc(100% - 50px);
}

.single-sml-photo .slick-slide {
    padding: 0 10px;
    width: 70px;
}

.single-sml-photo img {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
}

.single-sml-photo .slick-current img {
    border: 1px solid #d6b98c;
}

.single-pro-info .slick-arrow,
.datos-producto .slick-arrow {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 25px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
    z-index: 999;
    transition: all 0.3s ease 0s;
}

.single-pro-info .slick-arrow:hover,
.datos-producto .slick-arrow:hover {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.single-pro-info .slick-arrow.arrow-left,
.datos-producto .slick-arrow.arrow-left {
    left: 0;
    right: auto;
}

.single-pro-info .slick-arrow.arrow-right,
.datos-producto .slick-arrow.arrow-right {
    left: auto;
    right: 0;
}

.single-pro-info .slick-arrow i,
.datos-producto .slick-arrow i {
    left: 0;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
}

.view-lightbox {
    position: relative;
}

.view-full-screen {
    bottom: 0;
    color: #999;
    display: block;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
    z-index: 9;
}

.view-full-screen::before {
    border-right: 50px solid #fcfbfb;
    border-top: 50px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
}

.single-pro-info.no-sidebar .single-big-photo {
    width: 38%;
}

.single-pro-info.no-sidebar .product-info {
    width: 62%;
}

.pro-tab-info {
    padding: 40px 30px;
}

.single-pro-tab-menu ul li {
    margin-bottom: 5px;
}

.single-pro-tab-menu ul li a {
    background: var(--sec-gray-text-color) none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
}

.single-pro-tab-menu ul li a.active {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.tab-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.product-comments li {
    float: left;
}

.pro-reviewer {
    float: left;
    width: 90px;
}

.pro-reviewer-comment {
    margin-left: 90px;
    padding-left: 30px;
}

.comment-reply a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #999;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    text-align: center;
    width: 50px;
}

.comment-reply a:hover {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.reply-date {
    color: #999;
    margin-bottom: 10px;
}

.tab-title.title-border::before {
    height: 3px;
}

.threaded-comments {
    padding-left: 20px;
}

.your-rating span a {
    color: #c87065;
    font-size: 16px;
}

.separator {
    color: #ccc;
    margin: 0 15px;
}

.shop-cart-table {
    background: var(--cua-gray-text-color) none repeat scroll 0 0;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    text-align: center;
    width: 100%;
}

.table-content table th {
    background: #f6f6f6 none repeat scroll 0 0;
    font-weight: 700;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px 0;
    vertical-align: middle;
}

.table-content table td.product-thumbnail {
    padding-left: 0;
    width: 380px;
}

.product-thumbnail .product-img {
    float: left;
    position: inherit;
    width: 110px;
}

.product-thumbnail .product-info {
    float: left;
    padding: 24px 0 0 20px;
}

.product-thumbnail .post-title {
    font-size: 14px;
}

.product-thumbnail .product-info p {
    font-weight: 400;
    margin-bottom: 0;
}

.product-thumbnail .single-product {
    padding-top: 0;
}

.product-thumbnail .product-cart {
    padding: 0 0 0 10px;
    text-align: left;
}

.product-thumbnail .post-cart {
    font-size: 14px;
}

.post-title-car {
    padding: 6px 0px;
    margin: 0px;
}

.post-title-car a {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--main-blue-text-color);
}

.product-thumbnail .product-cart p {
    font-weight: 400;
    margin-bottom: 0;
}

.product-cart span {
    font-weight: 900;
    line-height: 30px;
    font-size: 20px;
}

.table-content table td.product-price {
    color: var(--qui-gray-text-color);
    font-size: 20px;
    font-weight: 400;
}

.product-quantity .cart-plus-minus {
    float: none;
    height: 30px;
    line-height: 30px;
    margin: auto;
    width: 120px;
}

.product-quantity .dec.qtybutton {
    border-right: 5px solid #fff;
}

.product-quantity .inc.qtybutton {
    border-left: 5px solid #fff;
}

.product-quantity .cart-plus-minus-box {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

.product-quantity .dec.qtybutton::before,
.product-quantity .inc.qtybutton::before {
    display: none;
}

.table-content table td.product-subtotal {
    font-size: 22px;
    font-weight: 900;
}

.product-remove i {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.3s ease 0s;
}

.product-remove i:hover {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.table-content table td.product-stock {
    color: #999;
    font-weight: 900;
    text-transform: uppercase;
}

.table-content table td.product-add-cart a {
    font-size: 25px;
}

.payment-details table {
    width: 100%;
}

.payment-details table th {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666;
    font-weight: 900;
    padding: 10px 30px;
    text-transform: uppercase;
}

.payment-details table td {
    font-size: 18px;
    padding: 15px 20px;
}

.payment-details table tr {
    border-bottom: 1px solid #e5e5e5;
}

.payment-details table tr:last-child {
    border-bottom: 0;
}

.cart-page-menu li {
    float: left;
    padding: 0 15px;
    width: 50%;
}

.cart-page-menu li a {
    background: var(--sec-gray-text-color) none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}

.cart-page-menu li a.active {
    background: var(--main-blue-text-color) none repeat scroll 0 0;
    color: #fff;
}

.custom-select {
    color: #999;
    height: 40px;
    padding: 0 20px;
    text-transform: capitalize;
    width: 100%;
    outline: 0;
}

.custom-select option {
    padding: 5px 20px;
}

.payment-accordion h3 {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

.payment-accordion-toggle::before {
    color: #ccc;
    content: "\f2f2";
    font-family: material-design-iconic-font;
    font-size: 25px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.payment-accordion-toggle.active::before {
    content: "\f2f8";
}

.payment-content {
    display: none;
    padding: 0 30px;
}

.payment-content.default {
    display: block;
}

.payment-content p {
    color: #999;
}

.payment-content a img {
    border: 1px solid #e5e5e5;
    margin: 0 10px 10px 0;
    padding: 5px;
}

.thank-recieve p {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.order-info {
    padding: 20px 0;
}

.single-order-info {
    float: left;
    width: 25%;
}

.my-account .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}

.my-account-menu a {
    background: var(--main-blue-text-color);
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
}

.my-account-menu a.collapsed {
    background: #c87065;
}

.my-account-menu-2 a {
    background: #c87065;
}

.my-account .panel-body {
    padding: 0;
}

.blog-details-area .single-blog {
    padding: 40px;
}

.blog-details-area .like-share {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    display: flex;
    bottom: 0;
    padding-left: 20px;
    visibility: visible;
}

.post-date-2 {
    background: #fff none repeat scroll 0 0;
    height: 70px;
    left: 20px;
    line-height: inherit;
    padding: 12px 0 10px;
    position: absolute;
    top: 20px;
    width: 70px;
}

.post-date-2 span {
    display: block;
}

.post-date-2 span:first-child {
    font-size: 30px;
    padding-bottom: 8px;
}

.post-title-2 {
    font-size: 22px;
    margin-bottom: 0;
    padding: 38px 0 25px;
}

.post-share-tag {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 15px 20px;
}

.post-share span {
    margin-right: 20px;
}

.post-share a {
    color: #999;
    margin-right: 15px;
}

.post-share a:hover {
    color: var(--main-blue-text-color);
}

.post-share a:last-child {
    margin-right: 0;
}

.author-comments {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 25px 20px;
}

.author-photo {
    width: 100px;
}

.author-photo img {
    border-radius: 50%;
}

.author-brief {
    margin-left: 100px;
    padding-left: 25px;
}

.single-recent-comments h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.error-content {
    border: 30px solid #fff;
    padding: 100px 0;
}

.error-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}

.error-form {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 450px;
}

.error-form input {
    background: #fff none repeat scroll 0 0;
    padding-right: 50px;
}

.error-form button {
    color: #999;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.error-form button:hover {
    color: var(--main-blue-text-color);
}

.go-to-home {
    background: #fff none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    text-transform: uppercase;
}

.about-us {
    padding: 40px;
}

.about-brief {
    margin-left: -200px;
    margin-top: 40px;
    min-height: 350px;
    padding: 40px 30px 30px 40px;
}

.single-member {
    padding: 30px 15px;
    transition: all 0.3s ease 0s;
}

.single-member:hover {
    box-shadow: 1px 25px 54px rgba(0, 0, 0, 0.12);
}

.single-member img {
    border-radius: 50%;
}

.single-member h3 {
    color: #666;
    font-family: bree serif;
    font-size: 20px;
}

.single-member h4 {
    color: #999;
    font-size: 13px;
}

.team-social li {
    display: inline-block;
    margin: 0 1px;
}

.team-social ul li a {
    color: #999;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.team-social ul li a:hover {
    color: var(--main-blue-text-color);
}

.contact-details ul li {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.contact-details ul li i {
    background: #ddd none repeat scroll 0 0;
    color: #999;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    text-align: center;
    width: 35px;
}

.contact-details ul li span {
    display: block;
}

#bodyContent>p {
    margin-bottom: 0;
}

.thankyou h2 {
    color: #666;
    font-size: 20px;
    line-height: 14px;
    padding: 30px 0;
}

.category-maf {
    width: 100%;
    margin: 0px auto;
}

.sinexistencia {
    opacity: 0.2;
}

.img_categories {
    margin: 50px auto 10px auto;
}


/* login */

.login_label {
    color: var(--qui-gray-text-color);
    font-size: 20px;
    font-weight: 900;
}

.avisos,
.avisos a {
    font-size: 14px;
    color: var(--ter-gray-text-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.avisos a {
    color: var(--main-blue-text-color);
}

.avisos a:hover {
    color: var(--ter-gray-text-color);
}

.warning,
.warningfgt,
.warningrst,
.warningnew {
    font-size: 14px;
    color: var(--main-red-text-color);
}

.btn-login {
    margin-top: 0px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.section-field h2 {
    font-size: 55px;
    color: var(--main-blue-text-color);
    font-weight: 900;
}

.section-field img {
    height: calc(100vh/5);
    width: auto;
    max-width: none;
}


/* inputs */

.field-input-main {
    margin: 0px 10px;
    text-align: left;
    margin: 0px 10px;
    border: 2px solid var(--sec-gray-text-color) !important;
    border-radius: 10px;
    color: var(--qui-gray-text-color);
    font-weight: 100;
    font-size: 18px;
}

.field-input-main:active {
    border: 2px solid var(--main-blue-text-color) !important;
}

.qty-cart-home {
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}

.seeker-home {
    font-size: 18px;
    color: var(--main-blue-text-color) !important;
}

.switch-float-right {
    float: right !important;
}

.tapanegra {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.esquina_izq {
    background: url('../images/esquina_izq.png') top right no-repeat;
    width: 94px;
    height: 333px;
    position: absolute;
    left: -34px;
}

.esquina_der {
    background: url('../images/esquina_der.png') top right no-repeat;
    width: 94px;
    height: 333px;
    position: absolute;
    right: 34px;
}

.modal-product .title {
    font-size: 18px;
    text-align: center;
    padding: 20px;
}


/* DETALLE */

.datos-producto {
    background-color: var(--cua-gray-text-color);
    font-size: 18px;
    color: var(--ter-gray-text-color);
    font-weight: 400;
    background: url(../images/background-product-detail.gif) no-repeat center top;
    background-size: cover;
    position: relative;
}

.detalle-producto {
    background-color: var(--cua-gray-text-color);
    font-size: 18px;
    color: var(--sex-gray-text-color);
    font-weight: 400;
    border-bottom: 4px solid var(--main-red-text-color);
}

.title-detalle {
    background-color: var(--sec-blue-text-color);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}

.download-data {
    text-align: right;
    font-size: 14px;
}

.download-data a {
    color: var(--ter-blue-text-color);
}

.download-data a:hover {
    color: var(--main-blue-text-color);
}

.product-img-brand {
    margin: 0px auto;
}

.mafkey-product {
    text-align: right;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
}

.sku-product {
    text-align: right;
    font-size: 20px;
    color: var(--main-gray-text-color);
}

.title-product {
    font-size: 32px;
    text-align: right;
    font-weight: 900;
    line-height: 32px;
    color: var(--main-red-text-color)
}

.cost-product {
    width: 100%;
    text-align: right;
    /*display: flex;
    flex-direction: row-reverse;
    */
}

.preferencial-product,
.preferencial-product-bco {
    color: var(--sec-blue-text-color);
    font-size: 16px;
    font-weight: 100;
}

.preferencial-product-bco {
    font-size: 14px;
    color: var(--cua-gray-text-color);
    opacity: 0.8;
}

.price-product {
    color: var(--main-blue-text-color);
    font-size: 36px;
    font-weight: 900;
}

.del-price-product {
    color: var(--qui-gray-text-color);
    font-size: 20px;
    font-weight: 100;
}

.plus-product {
    color: var(--sec-blue-text-color);
    font-size: 18px;
    font-weight: 400;
}

.qty-product {
    font-size: 18px;
    color: var(--main-red-text-color);
}

.total-product {
    font-weight: 900;
}

.minidesc-product,
.branded-product {
    text-align: right;
    color: var(--sex-gray-text-color);
}

.line-product {
    background-color: var(--main-gray-text-color);
    width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.whl-product {
    color: var(--sex-gray-text-color);
    text-align: center;
}

.whl-product b {
    color: var(--ter-gray-text-color);
    line-height: 30px;
}

.qty-pallet {
    color: var(--sex-gray-text-color);
}

.qty-pallet b {
    color: var(--ter-gray-text-color);
}

.product-detail-action,
.product-detail-action-cart {
    margin: auto;
    text-align: center;
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.product-detail-page {
    justify-content: end;
    width: auto;
    margin-top: 0px;
}

.product-detail-action-cart {
    margin-top: 0px;
}

.table-cart table,
.shop-cart-table .taibol {
    border: 20px solid #fff;
    background-color: #fff;
}

.table-cart tr {
    border-bottom: 1px solid var(--main-gray-text-color);
}

.table-cart tr:last-child {
    border-bottom: none;
}

.billing-details {
    background-color: #fff;
}

.billing-details i {
    color: #000;
}

.billing-details h3 {
    color: var(--main-blue-text-color);
    font-size: 1.5rem;
    font-weight: 900;
    margin: 10px;
}

.billing-details h5 {
    color: var(--main-blue-text-color);
    font-size: 1.1rem;
    ;
    font-weight: 900;
}

.billing-details h6 {
    color: var(--main-blue-text-color);
    font-size: 1rem;
}

.confirm-cart,
.track-cart {
    text-align: center;
    padding: 20px;
    background-color: var(--main-blue-text-color);
    color: #fff;
    font-size: 20px;
}

.confirm-cart p,
.track-cart p {
    padding: 0px;
    margin: 0px;
    line-height: 1.4em;
}

.track-cart {
    background-color: var(--sec-blue-text-color);
}

.linetime {
    min-width: 30px;
    text-align: center;
}

.timeline {
    width: 100%;
}

.timeline td {
    font-size: 18px;
    vertical-align: bottom;
}

.timeline .ok {
    color: var(--ter-gray-text-color);
}

.modal-pedido {
    width: 80%;
    max-width: 1000px;
}

.modal-pedido .post-title-car a,
.modal-pedido .post-title-car p {
    font-size: 16px;
}

.modal-pedido .post-title-car {
    padding: 0px;
}

.modal-pedido .product-cart {
    padding: 0px;
    text-align: left;
}

.modal-pedido .product-img {
    float: left;
    position: inherit;
    width: 100%;
}

.modal-password {
    width: 40%;
    max-width: 650px;
    background: url('../images/back_model_password.png') center center no-repeat;
}

.modal-content.nocolor {
    background: none;
}

.modal-content {
    border: none;
}

.nav-item {
    padding: 0.5rem 0px;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/* DataTable */

table.dataTable thead tr {
    background-color: var(--ter-gray-text-color);
    color: #fff;
}

.dt-column-title {
    text-transform: capitalize;
    font-size: 14px;
}


/* carrousel ORDER */

.carousel-indicators {
    margin-bottom: 10px;
}

.carousel-indicators li {
    color: #fff;
    font-size: 14px;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    width: 20px;
    height: 20px;
    background-color: var(--main-blue-text-color);
    border-top: none;
    border-bottom: none;
    opacity: 0.5;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-indent: 0;
    text-align: center;
    line-height: 30px;
}

.carousel-indicators .active {
    opacity: 1;
}

.carrousel-gray {
    background-color: var(--cua-gray-text-color);
    padding: 10px 30px 50px;
}

.modal-dialog {
    margin-top: 160px;
}

#toast_main {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    bottom: 60px;
}

.toast {
    position: relative;
    bottom: 10px;
    right: 10px;
    max-width: 360px;
    box-shadow: 0px 0px 10px #00000078;
    margin-top: 10px;
}

.rc_bg {
    background-color: #dc3545 !important;
}

.rc_col {
    color: #dc3545 !important;
}

.float-lg-end {
    float: right;
}

.posrelative {
    position: relative;
}

.list-group-item {
    padding: 5px;
}

.list-group-item:hover {
    background-color: var(--main-blue-text-color);
    color: #fff
}

.navbar-nav {
    display: block;
}

.img-slider-mod {
    max-height: 300px;
    width: auto;
}

.width90 {
    max-width: 90%;
}

#cart-disclaimer {
    color: #ff0000;
    font-style: italic;
}

.loading {
    width: 100%;
    position: fixed;
    z-index: 99999999;
    background: #0000009c;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 100vh;
    display: none;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.lds-facebook,
.lds-facebook div {
    box-sizing: border-box;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 5px;
    background: currentColor;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 5px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 15px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 25px;
    animation-delay: 0s;
}

@keyframes lds-facebook {
    0% {
        top: 0px;
        height: 40px;
    }
    50%,
    100% {
        top: 10px;
        height: 20px;
    }
}

.hidden {
    display: none !important;
}

.hidenno {
    display: none;
}
.no-emb{
    display: none;
}

.showno {
    display: block !important;
}


/* overrides */

.card {
    border: 1px solid var(--main-gray-text-color);
}

.breadcrumb {
    justify-content: flex-end;
}

.breadcrumb-item a {
    color: var(--main-blue-text-color);
}

.breadcrumb-item a:hover {
    color: var(--sex-gray-text-color);
}

.flexreverse {
    flex-direction: row-reverse;
}

.chikis {
    font-size: 22px;
    font-weight: 100;
    color: var(--sec-blue-text-color);
    margin: 10px 0px;
}

input[type="file"] {
    display: none;
}

.handy {
    cursor: pointer;
}

.comprobante {
    max-height: 40px;
}


/*dragable*/

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: var(--main-blue-text-color);
}

input:focus+.slider {
    box-shadow: 0 0 1px var(--main-blue-text-color);
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/* imagelistId styling */

#imageListPreview,
#imageListDetail {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#imageListPreview div,
#imageListDetail div {
    margin: 0 4px 4px 4px;
    padding: 0.4em;
    display: inline-block;
}


/* Output order styling */

#outputvalues {
    margin: 0px;
    padding: 0px;
    padding-left: 1%;
    width: 12%;
    border: 2px solid var(--main-blue-text-color);
}

.listitemPreview,
.listitemDetail {
    width: 12%;
    border: 2px solid var(--main-blue-text-color);
    border-radius: 10px;
}

.btn-prod-detail {
    background-color: var(--main-blue-text-color);
    color: #fff;
    border-radius: 10px;
}

.btn-prod-detail:hover {
    background-color: var(--sec-blue-text-color);
}

.height {
    height: 10px;
}

.azlutbl {
    background-color: var(--sec-blue-text-color);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.trtl {
    padding: 10px 0px;
}

#table-inner-prods th {
    margin-left: 3px;
}

#tabla_prods {
    overflow-y: scroll;
    max-height: 30vh;
}

.bg-gray {
    background-color: var(--cua-gray-text-color);
}

.pbase {
    color: var(--main-red-text-color);
}

.fupper {
    text-transform: capitalize !important;
}

.navbar-collapse {
    justify-content: flex-end;
}

.bg-primary {
    background-color: var(--main-blue-text-color) !important;
}

.bg-error {
    background-color: var(--main-red-text-color) !important;
}

.close {
    color: #fff !important;
}

.w51 {
    width: 51% !important;
}

.canvagraph {
    max-height: 400px;
}

.h100vh {
    height: 100vh;
}

.azul-agente {
    color: var(--cua-gray-text-color);
    background-color: var(--main-red-text-color);
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: var(--main-blue-text-color) 4px solid;
    border-top: var(--main-blue-text-color) 4px solid;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.autoComplete_wrapper>ul>li {
    width: 96%;
}

.autoComplete_wrapper>ul>li:hover,
.autoComplete_wrapper>ul>li[aria-selected=true] {
    background-color: var(--main-gray-text-color) !important;
}

#input_seeker {
    border-color: var(--main-blue-text-color) !important;
    background-image: url('../images/search_maf.svg');
}

#input_seeker::placeholder {
    color: var(--qui-gray-text-color);
}

.autoComplete_wrapper>input {
    width: 300px !important;
}

.dividetail {
    height: 2px;
    background-color: #ccc;
}

.input-emb {
    margin-bottom: 0px !important;
    min-width: 160px;
}

.alitmscnt {
    align-items: center;
}

.ingresaguia {
    bottom: 50px !important;
}

.cargando_prods {
    background-color: #000000a4;
    text-align: center;
    color: var(--cua-gray-text-color);
    padding: 20px 0px;
}


.btn-update-prod{
    cursor: pointer;
}
.rotacion{
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-moz-keyframes spin{
    100% { -moz-transform: rotate(-360deg);}
}
@-webkit-keyframes spin{
    100% { -webkit-transform: rotate(-360deg);}
}
@keyframes spin{
    100% { 
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}