/* General */
body {
    /* font-family: "Lato", sans-serif; */
	font-size: 14px;
    color: #333333;

}

body:not(.mobile_iphone) {
    min-height: 100%;
    /* height: 100% !important; */
    display: flex;
    flex-direction: column;
}

body.modal-open, body.swal2-shown {
    overflow: hidden !important;
}
html {
	height: 100%!important;
}
.row {
	margin-right: 0;
	margin-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 0;
	padding-right: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.lk_franq{
    color:#f5333f;
}
a.lk_aband{
    color:#ff8200;
}

.white {
    color:white;
}

body {
    padding-right: 0px !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
p {
    line-height: 1.2
}
.title-inner1 a {
    background-color: var(--theme-deafult);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 3px;
    margin-bottom: 50px;
}
.strong {
    font-weight: bold;
}
del {
    color: var(--theme-deafult);
    font-size: 1rem;
}
/* #view-product {
    z-index: 999999;
} */
.info-prom{
    color: #00adc3;
}
.tooltip.show {
    opacity: 1;
}

.bg-middle-grey-2 {
    background-color: #f3f3f3;
  }

a.highlighted-text {
    color:var(--corporative);
}

.highlighted-text {
    color:var(--corporative);
}


.bg-highlighted_brand_2 .product_detail h6, .bg-highlighted_brand_2 .product_detail .min_shop {
    color:black;
}
.bg-highlighted_brand_2 {
    overflow-x:hidden;
}


.rem_1_2 {
    font-size: 1.2rem;
    line-height:1.4rem;
}

.rem_1_5 {
    font-size: 1.5rem;
    line-height:1.8rem;
}
.uppercase {
    text-transform: uppercase;
}
.tooltip-inner {
background-color: var(--corporative);
opacity: 1 !important;
font-size: 0.8rem !important;
}

.tooltip.bs-tooltip-right .arrow:before {
border-right-color: var(--corporative) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
border-left-color: var(--corporative) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
border-bottom-color: var(--corporative) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
border-top-color: var(--corporative) !important;
}
label {
    margin-top: 10px;
}

.black {
    color:444444;
}

.addtocart_count .product-box .add-button {
    /*background-color: var(--theme-deafult); 
	color:#fff;*/
}
.dropdown-accordion .panel-heading {
    padding: 0;
  }
  .dropdown-accordion .panel-heading a {
    display: block;
    padding: 10px 15px;
  }
.rating,
.small-section,
i.ti-heart,
.ti-reload,
.payment-card-bottom,
.mobile-setting,
.mobile-wishlist,
.lable3,
.lable4 {
    display: none !important;
}
.bx-shadow {
    -webkit-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
}
.shadow {
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
}
.inner-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 10px 0px inset !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 10px 0px inset !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 10px 0px inset !important;
}
a {
    color: var(--theme-deafult);
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: initial;
}

/* Loader */
.loader-container {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    transition: opacity 0.2s ease-out;
    opacity: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}
.loader-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    border: solid 8px transparent;
    border-top-color: var(--corporative);
    border-left-color: var(--corporative);
    border-radius: 50%;
    animation: loader 1.2s linear infinite;
}
.loader-container .loader-small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: solid 8px transparent;
    border-top-color: #dddddd;
    border-left-color: #dddddd;
    border-radius: 50%;
    animation: loader-small 1.2s linear infinite;
}
@keyframes loader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loader-small {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}
/* header*/
header {
    background-color: #ffffff;
    display: block;
    /*position: fixed;*/
    width: 100%;
    z-index: 1;
    top: 0;
}
/* Side bar */
/* .sidenav nav {
    background-color: #ffffff;
    z-index: 9;
    position: fixed;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    left: 0;
}
.sidenav .pixelstrap li a {
    padding: 10px 50px 20px 40px;
}
.sidenav .sidebar-back {
    font-size: 14px;
}
.sidenav .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    padding-right: 45px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 42px;
    padding-bottom: 42px;
    letter-spacing: 0.07em;
    display: block;
}
.pixelstrap a:hover {
    color: var(--corporative);
}
.sidenav ul {
    list-style: none;
}
.sidenav .pixelstrap li ul li a {
    padding: 5px 2rem 5px 20px;
    text-transform: uppercase;
    line-height: 1.2;
} */
/* Side bar ------> */
/* Main Menu */
.main_menu {
	background-color: #F8F8F8;
	position: sticky;
	top: 0;
	z-index: 99;
}
.main_menu a:hover i, .main_menu a:hover {
	transition: linear 0.3s;
}
.main_menu a i {
	font-size: 1.3em;
}
.logos img {
    display: inline;
    width: 100%;
    max-width: 150px;
}
.main-menu .menu-left .navbar i {
    color: var(--theme-deafult);
}
.sidenav .sidebar-back.text-left i {
    font-size: 18px;
}
.sidenav .sidebar-back {
    font-size: 14px;
}
.sidenav .pixelstrap li ul li a {
    padding: 5px 0px;
    line-height: 1.2;
    white-space: nowrap;
    color: #222222;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* Suppliers Banner Bar ------> */
#bannerCarousel .carousel-indicators {
    bottom: 20px;
}

#bannerCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

#bannerCarousel .carousel-indicators .active {
    background-color: white;
}

#bannerCarousel .carousel-control-prev-icon,
#bannerCarousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    background-size: 20px;
}

#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
    width: 5%;
}


.repsol-banner {
    background: linear-gradient(135deg, #FF8C00 0%, #FF4500 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.repsol-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><text x="50" y="200" font-size="120" fill="rgba(255,255,255,0.05)" font-weight="bold">REPSOL</text></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-tag {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.banner-title {
    color: white;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}

.banner-subtitle {
    color: white;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.btn-repsol {
    background-color: white;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-repsol:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #333;
}

@media (max-width: 768px) {
    .repsol-banner {
        padding: 40px 0;
    }

    .banner-title,
    .banner-subtitle {
        font-size: 28px;
    }

    .btn-repsol {
        font-size: 16px;
        padding: 12px 30px;
    }
}
/* Suppliers Banner Bar ------> */

.eecc_btn.multi_cliente {
    background-color: #28793B;
}
.eecc_btn.multi_cliente:hover {
    background-color: #204A2A;
}
.eecc_btn.franq {
    background-color: #f5333f;
}
.eecc_btn.franq:hover {
    background-color: #000;
}
.eecc_btn.multi_es {
    background-color: #0096CB;
}
.eecc_btn.multi_es:hover {
    background-color: #004056;
}
.onhover-show-div li a.active {
    color: var(--corporative);
}
.sidenav_r .active_shop i span {
    font-family: 'Roboto',Arial, sans-serif;
    font-size: 0.9em;
}
.sidenav_r .sidebar-back.text-left i {
    font-size: 18px;
}
.sidenav_r .sidebar-back {
    font-size: 14px;
}

div.height-min-first-menu {
    min-height:100px;
    border-bottom: 1px solid #ced4da!important;
}

div.height-min-first-menu .logo_menu_sec {
    width:60%;
    height:60%;
}

.count_cart {
    color: #fff;
    font-family: 'Repsol Regular';
    font-weight: 600;
}

.count_cart_2 {
    color: #fff;
    position: absolute;
    background-color: var(--corporative);
    padding: 10px 8px;
    font-family: 'Repsol Regular';
    font-weight: 600;
    border-radius: 100%;
    margin-left: -10px;
}

span.i-links-second-menu {
    font-size: 20px!important;
    line-height: 50px!important;
    padding: 17px 10px 7px 10px;
    border: 2px solid #D5D5D5;
    border-radius: 50%;
    overflow: auto;
    top: 7px;
    position: inherit;
}

span.text-links-second-menu {
    font-size:16px;
    line-height:22px;
}

.sidenav ul li.links-second-menu {
    display:block;
    padding: 5px 0px;
    font-size:1rem;
    line-height: 1.1rem;
    white-space: nowrap;
    /*color: #a3a3a3;*/
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_menu a i.fa-bars {
    color: #444444;
    padding:0.7rem 1rem;
    border:2px solid #D5D5D5;
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}

.main_menu a i.fa-bars:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 35%);
}

.border-left-gray {
    border-left:2px solid #D5D5D5;
}
.dropdown-toggle.dropdown-toggle-new-menu::after {
    display: inline;
    margin-right: -1rem;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    float: right;
    margin-top: -1.5rem;
}
.fake-search {
    border-radius:50px;
    width:100%;
    background-color:white;
    display:block;
    color:#868686!important;
    padding:10px 20px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 15%);
}

.no-show-start-only  .main_menu a i {
    color:white!important;
}


/* EECC */
.eecc_card {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
    margin: 10px;
}
.eecc_card:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}
.delete_btn {
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 9;
}
.eecc_card img {
    border-radius: 10px 10PX 0PX 0PX;
    width: 100%;
}
.eecc_card h5 {
    text-align: center;
    font-weight: bold;
    color: #515151;
    font-size: 14px;
    margin: 10px 0px 20px 0px;
    min-height: 65px;
}
.eecc_card .row {
    align-items: center;
}
.eecc_btn {
    padding: 10px 0px;
    background-color: var(--btn);
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: block;
}
.eecc_btn:hover {
    background-color: var(--btn_hover);
    color: #fff;
    transition: 0.5s ease;
}
.filter_btn {
    background-color: var(--corporative);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    width: fit-content;
    margin: 0 auto;
}
.filter_btn:hover {
    background-color: var(--secondary);
    transition: ease 0.3s;
}
.btn-eliminar-estacion {
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
}
.btn-eliminar-estacion:hover {
    color: var(--secondary);
    transition: 0.5s ease;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
    position: absolute;
    top: 0;
    right: 20px;
}
.onhover-dropdown .onhover-show-div {
    min-width: 180px;
    left: 0;
    font-size: 0.7rem;
    -webkit-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
}
.onhover-dropdown .onhover-show-div li {
    font-size: 0.7rem;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
    letter-spacing: .03rem;
    font-size: 16px;
    line-height: 1.1;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 10px auto 15px auto;
}
.top-header .header-dropdown li a {
    text-transform: none;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a:hover {
    color: var(--theme-deafult);
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div .decripcion {
    padding: 0 15px;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div .decripcion h5 {
    font-size: 14px;
    line-height: 1.2;
}
.breadcrumb-section {
    padding: 20px 0;
}
.breadcrumb-section .breadcrumb-item a {
    color: var(--theme-deafult) !important;
}

.breadcrumb a.btn_effect_cesta_top:hover{
    color: #333;
    -webkit-box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}

.btn_extra_sale {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.content {
	width: 80%; 
}
.onhover-show-div li a {
    color: #777777;
}
.onhover-show-div li a:hover {
    color: var(--corporative);
    transition: linear 0.3s;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {
    max-width: 350px;
    padding:0;
}
#accordion {
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop_container .product_detail h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shop_container .product_img {
    height: 100px;
}
.shop_container h4, .shop_container .min_shop {
    display: inline;
}
.shop_container .min_shop {
    margin-left: 5px;
}
.shop_container .cart_box {
    width: 70%;
}
/* Breadcrumb */
.breadcrumb-item {
	list-style: none;
	display: inline;
}
.breadcrumb ol {
	margin: 0;
	padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    content: "|";
}

.breadcrumb a {
	color: #333333;
}
.breadcrumb a:hover {
	color: var(--corporative);
	transition: linear 0.3s;
}

.breadcrumb .dropdown-item:first-child {
    border-radius: 5px 5px 0px 0px;
}
.breadcrumb .dropdown-item:last-child {
    border-radius: 0px 0px 5px 5px;
}
.breadcrumb .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    text-align: center;
}
.confirmation_box i.check{
    font-size: 6em;
    color: #8bc34a;
    margin-bottom: 20px;
}
.confirmation_box .tittle {
    font-size: 1.5em;
}
.confirmation_box .subtittle {
    font-size: 1em;
}
.icons_box i {
    font-size: 1.3em;
}
.lighted {
    color: var(--corporative);
}
.section-b-space {
    padding-bottom: 10px;
}
.section-c-space {
    padding-bottom: 40px;
    padding-top:10px;
}
section,
.section-t-space {
    padding-top: 40px;
}

section.section-s-space {
    padding-top: 20px;
}

section.section-s-space.section-xs-space {
    padding-top: 0px;
}

.home_start {
    text-align: center;
    font-weight: bold;
}
.home_start .btn_special {
    text-transform: none;
    color: #fff;
    font-size: 1.1rem;
}
[class^="ti-"],
[class*=" ti-"],
.home_start .btn_special i,
.shopping-cart .qty-box .btn i,
.btn i,
/* .buttons a i {
    font-family: 'themify';
} */
[class="ti-minus"],
[class="ti-plus"],
[class="ies-cesta"] {
    display: inline-block !important;
}
.main-menu .menu-left .navbar {
    display: inline-block;
    padding: 20px 45px 20px 0;
}
.brand-logo img {
    max-width: 140px;
}
.brand-logo:nth-child(2n) img {
    margin-left: 40px;
}
/*.menu-left { display:none; }*/
.main-menu .brand-logo {
    padding: 0;
}
[class="ies-cesta"] {
    /* font-family: 'Tiendas EESS'; */
    font-size: 1.1rem;
    /* position: relative; */
    /* top: 7px; */
    /*border: 2px solid #80dd83;*/
    padding: 0px 10px;
    /* border-radius: 50%; */
}
.mobile-cart .active {
    border: 2px solid #80dd83;
    padding: 10px;
    border-radius: 50%;
}
.mobile-cart em {
    display: none;
    background-color: var(--theme-deafult);
    padding: 3px 6px;
    margin-left: 5px;
    color: #fff;
    border-radius: 50%;
    font-style: normal;
}
.pixelstrap .sm-nowrap>li>a,
.pixelstrap .sm-nowrap>li> :not(ul) a {
    white-space: normal;
}
.buttons a {
    color: #fff;
    background-color: var(--theme-deafult);
}
.buttons .view-cart {
    color: #000;
    background-color: transparent;
}
.buttons a i {
    display: inline-block !important;
    color: #000;
}
[data-type="outstock"] {
    opacity: .5;
}
[data-type="outstock"]:hover .cart-info {
    display: none;
}
[data-type="outstock"]:hover .qty-box {
    /*display:none;*/
    user-select: none;
}
.btn_agotado {
    background-color: var(--theme-deafult);
    color: #fff;
    text-align: center;
    width: 60%;
    padding: 10px 10px;
    position: absolute;
    top: 47%;
    left: 20%;
    font-weight: bold;
}
.btn_add {
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    font-weight: bold;
    top: 0%;
    padding-top: 10px;
    position: absolute;
    z-index: 6;
    left: 0%;
    border-radius: 50%;
    background-color: var(--theme-deafult);
}
.product-box .btn_add a {
    color: #999;
}
.btn-solid {
    border-radius: 0.2rem;
}
.full-banner .banner-contain h2 {
    font-size: 2.9rem;
}
.full-banner .banner-contain h4 {
    letter-spacing: 0.2em;
}
.full-banner .banner-contain .btn-solid {
    color: #fff;
    font-size: 1rem;
    padding: 1.2rem 2rem;
    margin-top: 40px;
}
.product-buttons .btn-solid {
    color: #fff !important
}
.btn_small {
    color: #999;
    text-transform: none;
    font-size: 1rem;
}

.btn_quitar {
    border: 1px solid var(--theme-deafult);
    padding: 7px 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 5%;
}
.btn_quitar i {
    font-size: 1.2rem;
    color: var(--theme-deafult);
}
h1 {
    font-size: 46px;
}
h1 em {
    font-style: normal;
    color: var(--theme-deafult);
}
/* h4 {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
 */

 .img-bg-validate-station {
    border-left:40px solid #ff8200;
    background-image: url(https://bonobo-mailer.s3.eu-west-1.amazonaws.com/assets/img/repsol/bg-img-profile-store.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.img-bg-validate-multi {
    border-left:40px solid #32A14D;
    background-image: url(https://bonobo-mailer.s3.eu-west-1.amazonaws.com/assets/img/repsol/bg-img-profile-store.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.max-h-100 {
    min-height:65vh;
}

.home-slider h1 {
    margin: 20px 0;
}
.home-slider .slick-slide img {
    width: 100%
}
.home-slider .slick-slide .icon>img {
    width: 100%;
    max-width: 100%;
}

.salestop_slider .slick-slide .cart-info.cart-wrap.bot-left {
    right: 10px;
    left: auto;
}

.home-slider:hover .slick-prev,
.center-slider:hover .slick-prev {
    left: -30px;
}
.home-slider:hover .slick-next,
.center-slider:hover .slick-next {
    right: -30px;
}
.home-slider .cart-info.top .icon,
.cart-info.top-left .icon {
    width: 40px;
}
.home-slider .slider-contain h4,
.center-slider .slider-contain h4 {
    /* text-transform: uppercase; */
}
.home-slider .texto_slider h1,
.center-slider .texto_slider h1 {
   /*  text-transform: uppercase; */
    font-size: 36px;
}
/* HOME */


.home h1 {
    margin-bottom: 30px;
}
.home {
	background-image: url(../img/general/back.jpg);
	background-size: cover;
    background-position: center center;
}
.slider {
	width: 80%;
}
.stant_top {
    position: relative;
    top: -20px;
    z-index: 0;
    padding: 0px 20px;
}
.trapecio {
    width: 100%;
    margin: 0 auto;
    height: 0px;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 40px solid #e7e8e3;
}
.box {
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(234,235,230,1) 100%);
    width: 100%;
    margin: 0 auto;
    height: 25px;
    -webkit-box-shadow: 0px 15px 40px -8px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 15px 40px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 40px -8px rgb(0 0 0 / 75%);
}
.banner {
	min-height: 40vh;
	background-image: url(../img/general/franquicias.jpg);
	background-size: cover;
    background-position: center;
	background-attachment: fixed;
}
.home-slider .slick-slide img {
    width: auto;
    max-height: 150px;
    margin: 0 auto;
}
.product-box .img-wrapper .front, .product-wrap .img-wrapper .front {
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-box .img-wrapper, .product-wrap .img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
    min-height: 130px;
}
.product-box, .product-wrap {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
}
.product-5 .product-box .add-button {
    background-color: var(--theme-deafult);
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    position: absolute;
    width: 90%;
    top: 0px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.ico_trash {
    max-width: 30px;
    height: 30px !important;
}
.absolute-banner .absolute-bg {
    top: 35px;
}
.productos_slider {
    position: absolute;
    bottom: 15%;
    width: 15%;
}
.productos_slider a {
    display: block;
}
#producto1 span img,
#producto2 span img,
#producto3 span img,
#producto4 span img,
#producto5 span img,
#producto6 span img,
#producto7 span img,
#producto8 span img {
    display: block;
    width: 60px;
    position: absolute;
    right: -8px;
    top: -10px;
}
.productos_slider a span img {
    display: none;
    position: absolute;
    width: 35%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    -webkit-box-shadow: 10px 10px 40px -17px rgba(181, 174, 181, 1);
    -moz-box-shadow: 10px 10px 40px -17px rgba(181, 174, 181, 1);
    box-shadow: 10px 10px 40px -17px rgba(181, 174, 181, 1);
    border-radius: 50%;
}
.productos_slider a:hover span img {
    display: block;
    opacity: 1;
}
.first-col-home-size {
    max-width:60%;
    margin:auto;
    padding-top:3rem;
    padding-bottom:4rem;
}
/*
#producto1, #producto5 { left:15%; }
#producto2{ left:33%; }
#producto3 { right:33%; }
#producto4, #producto8 { right:15%; }
#prodcutos5{width:18%;}
#producto6 {left: 29%; bottom: 21%;}
#producto7 {right: 30%; width: 28%;}
*/
.shop_container {
    height: 80.5vh;
    overflow: auto;
}
.product-box .product-detail {}
.product-box .product-detail h6 {
    padding-top: 10px;
    margin-top: 10px;
    /*font-weight:bold;*/
}
.product-box .color-variant {
    display: none;
}
.theme-card h5 a {
    color: #fff;
    padding: 10px;
    background-color: var(--corporative);
}
.theme-card h5 a:hover {
    color: #fff;
    background-color: var(--secondary);
}
.theme-card .slick-prev,
.theme-card .slick-next {
    top: -39px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
    padding: 15px 15px;
    min-width: 400px;
    right: 0;
}
.card-body h5 {
    margin: 10px 0px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart #shopping-cart-products {
    max-height: 600px;
    position: relative;
}
.mobile-cart.active [class="ies-cesta"] {
    border: 2px solid var(--theme-deafult);
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart ul {
    min-height: 100px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li.descripcion h5 {
    font-size: 12px;
    line-height: 16px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
    padding-bottom: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li.descripcion h4 {
    font-size: 14px;
}
.theme-card .slick-prev {
    left: unset;
    right: 30px;
}
.theme-card .slick-next {
    right: 5px;
}
.theme-card .slick-prev:before,
.theme-card .slick-next:before {
    color: #fff !important;
}
.product-box .cart-info.cart-wrap.top {
    top: 32px;
    right: 0;
    text-align: right;
}
.brand {
    width: 70%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    padding: 20px;
}
.cart-info.top,
.cart-info.top-right,
.cart-info.top-left {
    width: 30px;
}
.cart-info.top .icon,
.cart-info.top-right .icon,
.cart-info.top-left .icon {
    display: inline-block;
    margin-bottom: 2px;
    width: 32px;
    
}
.cart-info.cart-wrap.top-left {
    position: absolute;
    top: 8px;
    opacity: 1;
    height: 30px;
    right: 8px;
    z-index: 1;
    margin-right:10px!important;
    margin-top:10px!important;
}
.cart-info.cart-wrap.top-right {
    position: absolute;
    top: 16px;
    opacity: 1;
    height: 30px;
    left: 16px;
    right: auto;
    z-index: 1;
}
.theme-card {
    margin-top: 30px;
}
.theme-card h5.title-border .icon img {
    width: 1.5rem;
}
.accordion.theme-accordion {
    margin-bottom: 3rem;
}
.faq-section .accordion.theme-accordion .card .card-header button {
    display: block;
}
.gift_circle {
    width: 35px !important;
    height: 35px !important;
    background: #c0ebf2;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #016a7f;
    line-height: 35px;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    left: 105px;
    
}

.cart-info.cart-wrap.bot-left {
    position: absolute;
    top: 118px;
    opacity: 1;
    height: 30px;
    left: 125px;
    z-index: 1;
  }

.gift_circle i {
    background-color: transparent !important;
    margin: 8px auto !important;
    padding: 0 !important;
    color: #016a7f !important;
}
.gift_circle:hover {
    background: #92d9e2;
}
.gift_circle.small {
    width: 32px !important;
    height: 32px !important;
    background: #c0ebf2;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #016a7f;
    line-height: 32px;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.gift_circle.small i {
    background-color: transparent !important;
    margin: 8px auto !important;
    padding: 0 !important;
    color: #016a7f !important;
}
.gift_circle.small:hover {
    background: #c0ebf2;
}

.suggest_circle {
    width: 35px !important;
    height: 35px !important;
    background: var(--corporative);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.suggest_circle i {
    background-color: transparent !important;
    margin: 8px auto !important;
    padding: 0 !important;
    color: #fff !important;
}
.suggest_circle:hover {
    background: #005AAB;
}
.suggest_circle.small {
    width: 32px !important;
    height: 32px !important;
    background: #00788C;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #FFF;
    line-height: 32px;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.suggest_circle.cs_required.small {
    width: 32px !important;
    height: 32px !important;
    background: #E4002B;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #FFF;
    line-height: 32px;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.suggest_circle.small i {
    background-color: transparent !important;
    margin: 8px auto !important;
    padding: 0 !important;
    color: #FFF !important;
    font-size: 0.8em;
}

.lock-text::after {
    content: 'OBLIGATORIO';
    font-weight: 700 !important;
    font-size: 14px;
    color: #E4002B;
    font-family: Lato, sans-serif;
  }
  .tack-text::after {
    content: 'SUGERIDO';
    font-weight: 700 !important;
    font-size: 14px;
    color: #00788C;
    font-family: Lato, sans-serif;
  }
  .lock-text2 {
    font-size: 11px;
    background-color: #E4002B;
    color:white;
    padding:8px 16px;
    font-family: Lato, sans-serif;
    border-radius: 10px;
  }
  .tack-text2 {
    font-size: 11px;
    font-family: Lato, sans-serif;
    background-color: #00788C;
    color:white;
    padding:8px 16px;
    border-radius: 10px;
  }

  .cart-section .lock_prod span.minus_cart {
    display:none;
}
.cart-section .lock_prod span.plus_cart {
    display:none;
}

.cart-section .lock_prod input{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border:2px solid white;
}

.cart-section .lock_prod i.fas.fa-trash.basket-edit {
    display:none;
}

.row.cesta_product .col-3.cant-required{
    display:none;
}

.row.cesta_product .input_cart.col-6.cant-required{
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border:2px solid white;
    background-color:white;
    border:2px solid #dfdfdf;
}



.oferta_circle {
    width: 35px !important;
    height: 35px !important;
    background: #f5333f;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    line-height: 35px;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
}
.oferta_circle_inter {
    width: 32px !important;
    height: 32px !important;
    background: #f5333f;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    line-height: 32px;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    margin-bottom: 2px;
}
.slick-slider .category-block .category-image img {
    display: block;
    width: 50px !important;
}

.slick-slider .category-block .category-image.category-image-autoventa img {
    display: block;
    width: auto !important;
}

.img-fluid.blur-up.p-3.recommended.lazyloaded {
    display: inline!important;
}
.category-block .category-image i {
    padding-left: 3px;
    padding-top: 3px;
    font-size: 3.5rem;
    color: #acabab;
    transition: color 1s ease-in-out;
}

.category-block .category-image .onhover {
    display: none;
}



.category-block:hover .category-image,
.category-block:active .category-image,
.category-block:hover .category-image i,
.category-block .active {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

.category-block .active .category-image img {
    display: none;
}
.category-block:hover .category-image .onhover,
.category-block .active .category-image .onhover {
    display: block;
}
.category-block .category-details h5 {
    font-size: 0.7rem;
}

.category-details {
    font-size: 0.7rem;
}
.category-block .category-info h5 {
    font-size: 1rem;
    background-color: var(--corporative);
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin-left: 8rem;
    margin-top: 10px;
    font-family: 'Font awesome';
}
.category-block .category-info i {
    margin-top: 2px;
    margin-left: 2px;
}
.category-block .change-selectors-category {
    background-color: var(--corporative);
    color:white;
    min-height: 130px;
}

.category-autoventa.category-block .category-image img {
    background-color: white!important;
    filter: saturate(0);
  }
  .category-autoventa.category-block .category-image {
    background-color: white!important;
}

.category-autoventa.category-block:hover .category-image {
    filter: saturate(1);
  }

  .category-block.category-autoventa  .category-image.category-image-autoventa.active img {
    filter: saturate(1);
  }

.info-body {
    padding: 30px 50px;
    text-align: center;
}
.info-body h4 {
    margin: -17px -25px 30px -25px;
    padding: 25px 15px;
    background-color: var(--corporative);
    color: #fff;
    font-weight: bold;
}
.info-body.name-brand h4 {
    margin: -17px -25px 30px -25px;
    padding: 1.5rem 2.5rem;
    background-color: #E2E2E2E2;
    color: #444444;
    font-weight: bold;
    text-align: left;
}
.info-body p {
    line-height: 1.5em;
}

.modal-header {
    border-bottom: 0px;
}
.modal_handheld_content {
    background-color: #fff;
}
.modal_handheld_content h4 {
    font-size: 18px
}

.best-price  {
    width:80%;
}

/* MODAL PRODUCTO */
.modal-content {
    border: 0px;
}
.modal-content .oferta_cont {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
/*.theme-modal .modal-dialog .quick-view-modal button.close, 
.theme-modal .modal-dialog .modal-handheld button.close, 
.theme-modal .modal-dialog .demo_modal button.close {*/
.theme-modal .modal-dialog button.close {
    position: absolute;
    z-index: 1;
    right: 15px !important;
    top: 15px !important;
}
.img_icons img {
    width: 30px;
    display: block;
    margin-bottom: 5px;
}

.modal-breadcrumb-section .breadcrumb {
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 15px 40px 15px 20px;
    text-align: left;
}
.modal-breadcrumb-section .breadcrumb-item a {
    color: #fff;
}
.modal-breadcrumb-section .breadcrumb-item a:hover {
    transition: 0.3s ease-in-out;
    opacity: 0.5;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}
.close:hover, .close:focus {
    color: #fff;
    text-decoration: none;
    opacity: .5;
    transition: 0.3s ease-in-out;
}
.modal_content {
    padding: 40px;
    background-color: #fff;
}
.quick-view-img {
    width: 70%;
}
.product-right .cart_box {
    width: 60%;
}
.modal-content {
    background-color: transparent;
}
.modal_footer {
    border-radius: 0px 0px 15px 15px;
    background-color: #f8f8f8;
    padding: 25px;
}
.rel_prod {
    font-size: 16px;
    color: #777777;
    font-family: 'Repsol Regular';
    margin-bottom: 15px;
    font-weight: 600;
}
.product {
    align-items: center;
    padding: 30px 0px;
}
.product .product_img {
    height: 100%;
    margin: 0 auto;
}
.product .product_img img {
    max-height: 100%;
}
.img-fluid.recommended.mx-auto {
    height:80%;
    width:auto;
}
.product_icons span {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    display: block;
}
.product_icons .oferta {
    min-width: auto;
    min-height: auto;
}
.product_icons .icon img {
    width: 100%;
}
.rec_prod {
    background-color: #f8f8f8;
    margin-top: 50px;
}
.icons_mobile_modal {
    position: absolute;
}
/* Modal */
.modal-title {
    margin-bottom: 0;
    line-height: 1.3;
}

.radius-bottom-modal {
    border-radius: 0px 0px 15px 15px;
}
.modal-content {
    border-radius: 15px;
}

.category-block .category-details.autoventa-edit {
    margin-bottom:0!important;
    padding-left:8px;
    padding-right:8px;
}

/* .modal-body h4:first-of-type {
    background-color: var(--corporative);
    color: #fff;
    padding: 15px;
    margin: -17px -17px 15px -17px;
} */
.modal-body {
    background-color: #fff;
    padding: 25px;    
}
.modal-footer {
    background-color: #f8f8f8;
    border-radius: 0px 0px 15px 15px;
    border-top: 0px;
}
.modal_footer {
    border-radius: 0px 0px 15px 15px;
    background-color: #f3f3f3;
    padding: 25px;
}
.modal-body table {
    width: 100%;
}
.modal-body .form-check-input {
    position: inherit;
    top: 2px;
    margin: 0;
}
.modal-body td {
    padding: .75rem;
    vertical-align: middle;
}
.modal-body .lighted {
    color: var(--corporative);
    font-weight: 700;
}
.modal-body ul {
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
    width:100%;
}
.file-autoventa.modal-body li {
    padding-bottom: 10px;
}
.form-check-input[type='radio'] {
    /* background-color: var(--corporative);
    border-color: #ccc; */
    transform:scale(1.2);
    cursor: pointer;
    accent-color: var(--corporative);
    margin-right: 2px;
  }

  .form-check-input[type='checkbox'] {
    /* background-color: var(--corporative);
    border-color: #ccc; */
    transform:scale(1.2);
    cursor: pointer;
    accent-color: var(--corporative);
    margin-right: 2px;
  }

.form-check-input[type='radio']:checked {
    /* background-color: var(--corporative);
    border-color: #ccc; */
    transform:scale(1.2);
    cursor: pointer;
    accent-color: var(--corporative);
  }

  .form-check-input[type='checkbox']:checked {
    /* background-color: var(--corporative);
    border-color: #ccc; */
    transform:scale(1.2);
    cursor: pointer;
    accent-color: var(--corporative);
  }

  .form-label-input {
    cursor: pointer;
  }

  .collection-collapse-block .custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.collection-collapse-block .custom-control-label::after {
    position: absolute;
    top: 0rem;
    left: -1.5rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

  .actions_template a {
    font-size:1rem;
    line-height:1.1rem;
    padding:0.5rem 1rem!important;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  }
  .actions_template.actions_confirmation a {
    font-size:1rem;
    line-height:1.1rem;
    padding:0.5rem 1rem!important;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  }

  .actions_template a:hover {
    background-color: var(--corporative);
    color:white!important;
    border: 1px solid white;
  }
  .actions_template a:hover i {
    color:white!important;
  }

  .actions_template a.btn-confirmation-action:hover {
    border:0px;
  }

input[type="radio"].flex-radio-templates {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 55px;
    border: 5px solid #ced4da;
    border-radius: 10px;
    outline: none;
    margin: 0;
    margin-top:-0.25rem;
    margin-left:1.5rem;
    padding: 0;
    vertical-align: middle;
    transform: scale(0.45);
    top:-5px;
  }

  input[type="checkbox"].flex-checkbox-templates {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 55px;
    border: 5px solid #ced4da;
    border-radius: 10px;
    outline: none;
    margin: 0;
    margin-top:-0.25rem;
    margin-left:1.5rem;
    padding: 0;
    vertical-align: middle;
    transform: scale(0.45);
    top:-5px;
  }



ul.rt-lista {
    display: block;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}

ul.rt-lista li {
    display: list-item;
    text-align: -webkit-match-parent;
    color: #777777;
    font-weight: 400;
}

.slide-8 .slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #000 !important;
}
.cat_prov .category-block {
    padding-top: 12px;
}
.cat_prov .category-block:hover .category-image {
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cat_prov .category-block:hover .category-image img {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.active_cat {
    background-color: var(--theme-deafult);
    color: #fff;
}
.category-descrip {
    padding: 20px 20px 0 20px;
    font-size: 1rem;
    position: relative;
}
.category-descrip span {
    display: block;
    width: 60px;
    height: 5px;
    background-color: var(--theme-deafult);
    position: absolute;
    top: 0;
}
.search-count h5 {
    text-transform: none;
}
.product-box i[class="ti-check"] {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-6 .product-box,
.collection-product-wrapper .product-wrapper-grid .col-lg-4 .product-box {
    margin-top: 20px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box {
    margin-top: 50px;
}
.col-lg-6 .product-box .img-wrapper .bg-size,
.col-lg-4 .product-box .img-wrapper .bg-size {
    background-size: 70% !important;
}
.addtocart_count .product-box2 .cart-info {
    bottom: 40px;
    right: 120px;
}
.footer-theme .sub-title li {
    text-transform: none;
}
.footer-theme .sub-title .contact-list li {
    line-height: 29px;
    display: inline-block;
    margin-right: 20px;
    text-transform: none !important;
}
.footer-end i [class="fa fa-map-marker"] {
    margin-right: 10px;
}
.title .contact-list li {
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
    text-transform: none !important;
}
.product-box .qty-box {
    margin-top: 10px;
}
.qty-box .input-group .form-control {
    text-align: center;
    max-width: 60px !important;
    font-size: 11px;
}
/* Añadido background para la lupa y el carrito - resize de imágenes background*/
.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
    color: #6f6f6f;
    font-size: 18px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-top: 8px;
}
.qty-box .input-group button {
    font-size: 9px;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1;
}

.btn_effect_cesta_top {
    border: 1px solid #333;
    border-radius:10px;
    background-color:white;
    padding:10px 15px;
}





/*cesta*/
.cesta {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background-color: #fff;
    width: 350px;
    right: 0;
    top: 0;
    padding: 0;
    min-height: 100%;
    height: 100% !important;
    flex-direction: column !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}
.cesta_container{
    overflow-y: auto;
}

.shopping-cart-products {
    overflow-y: scroll;
}
.shop_container::-webkit-scrollbar {
    width: 20px;
}
.shop_container::-webkit-scrollbar-track {
    background-color: transparent;
}
.shop_container::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}
.shop_container::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}
.shop_container::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.shop_container::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
.sidenav nav::-webkit-scrollbar, .secondary_sidenav::-webkit-scrollbar {
    width: 20px;
}
.sidenav nav::-webkit-scrollbar-track, .secondary_sidenav::-webkit-scrollbar-track {
    background-color: transparent;
}
.sidenav nav::-webkit-scrollbar-thumb, .secondary_sidenav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}
.sidenav nav::-webkit-scrollbar-thumb, .secondary_sidenav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}
.sidenav nav::-webkit-scrollbar-thumb, .secondary_sidenav::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.sidenav nav::-webkit-scrollbar-thumb:hover, .secondary_sidenav::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}


.secondary_sidenav {
    background-color: #ffffff;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 350px;
    z-index: 999999;
}

.secondary_sidenav a:hover {
    color:var(--corporative);
}

.collection-filter::-webkit-scrollbar {
    width: 20px;
}
.collection-filter::-webkit-scrollbar-track {
    background-color: transparent;
}
.collection-filter::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}
.collection-filter::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}
.collection-filter::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.collection-filter::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}
.main_menu .cesta_head a, .main_menu .cesta_head a i {
    color: #fff;
    font-size: 1em;
}
.cesta_footer {
    margin-top: auto !important;
    text-align: center;
    position: sticky;
    bottom: 0;
    padding: 15px;
    border-top: 0px solid #dddddd;
    background: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px -40px 27px -15px rgba(255,255,255,1);
    -moz-box-shadow: 0px -40px 27px -15px rgba(255,255,255,1);
    box-shadow: 0px -40px 27px -15px rgba(255,255,255,1);
}
.active_shop {
    padding: 7px 10px 5px 10px;
    background-color: transparent;
    border-radius: 15px;
    display: inline-block;
}


.active_shop_2 {
    padding: 7px 10px 5px 10px;
    background-color:  transparent;
    border-radius: 15px;
    display: inline-block;
}
.active_shop_2:hover {
    background-color: transparent;
}

.main_menu .active_shop i {
	color: #fff;
}
.main_menu .cesta_footer a {
    color: #fff;
    padding: 10px 12px;
    border-radius: 5px;
    margin: 10px 0px;
    background-color: var(--corporative);
}
.main_menu .cesta_footer a:hover {
    background-color: var(--secondary);
}
.cesta_container {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
    overflow-y: auto;
}
/* .cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 60px;
} */
.cart-section tbody tr td,
.wishlist-section tbody tr td {
    padding: 10px
}
.pedidos {
    border: 1px solid #aaa;
    padding: 40px 20px;
    margin-top: 40px
}
.pedidos .form-control,
.pedidos .form-control:disabled,
.form-control[readonly] {
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    max-width: 200px;
}
.footer-logo img {
    max-width: 150px;
}
.footer-theme .sub-title h4 {
    margin-bottom: 10px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--theme-deafult);
    border-color: var(--theme-deafult);
}
.page-link {
    color: var(--theme-deafult);
}
.border_b {
    border-bottom: 1px solid #aaa;
}
.importe_total {
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}
.importe_total h3 {
    font-weight: bold
}
.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-right: 0;
}
.cart-section tbody tr td .td-color {
    text-align: right;
}
.table thead tr th p, .table tbody tr td p {
    margin-bottom: 0;
}
.product-order .product-order-detail .order_detail h5 {
    text-align: left
}
.cart-table .precio-total-ambiente,
.cart-table .precio-total-frio,
.precio-total-pedidos {
    color: var(--theme-deafult);
}
.cart-table td,
.cart-section td {
    text-transform: none !important;
}
.cart-table .precio-total-ambiente,
.cart-table .precio-total-frio {
    margin-right: 30px
}
/* Producto */
.product_box {
    padding: 0;
    cursor: pointer;
}
.product_content {
    box-sizing: border-box;
    margin: 5px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.product_content:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    transition: 0.3s ease-in-out;
}

.product_content.product_content_2 {
    padding-top:0;
    margin-top:0px;
}

.product_img {
    margin-bottom: 5PX;
    padding:10px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 160px;
    border-radius: 5%;
    background-color:white;
}


.product_img.product_img_home {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}

.product_img.product_img_home:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}


.product_img img {
    max-width: 100%;
    max-height: 120px;
}
.modal-promos .product_img {
    margin-bottom: 5PX;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
}
.promo-descript {
    font-size: 1.2em;
    font-weight: 500;
    text-align: left;
}
.promo-descript .fa-gift{
    color: var(--corporative);
    margin-right: 5px;
    font-size: 1.8em;
}
.btn_view_promos {
    cursor: pointer;
    width: fit-content;
}
.cart_box.agotado {
    z-index: 11;
    font-family: 'Repsol Regular';
    border-radius: 5px;
    background-color: #8D8D8D;
    color: #fff!important;
    font-size: 13px;
    /* width: 100%; */
    text-align: center;
    cursor: initial;
    border: 1px solid #8D8D8D;
}
.product_img.agotado img {
    filter: grayscale(100%);
}
.oferta_cont {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
}
.product_detail {
    text-align: center;
    margin: 10px 0px;
    font-family: 'Repsol Regular';
    color:var(--corporative);
    font-weight: bold;
}
.product_detail.change-style-carrousel {
    text-align: center!important;
    margin: 10px 0px!important;
    font-family: 'Repsol Regular'!important;
    color:var(--corporative)!important;
    font-weight: bold!important;
    letter-spacing: 0.0em!important;
}
.grid-title {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.grid-title-adj {
    height: 65px;
}

.grid-title.grid-title-2 {
    width: 100%;
    height: auto;
}
.product_detail h6 {
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product_detail h4 {
    text-transform: none;
    letter-spacing: 0rem;
    color: var(--corporative);
    font-size: 20px;
    font-weight: 400;
    line-height: 16px;
    margin: 0px 0px 2px 0px;
    font-weight:bold;
}


.min_shop {
    color: #959595;
    font-size: 0.7rem;
    margin: 0px 0px 10px 0px;
}
.check_inbasket {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: bold;
    top: 0%;
    padding-top: 6px;
    position: absolute;
    z-index: 6;
    left: 0%;
    border-radius: 50%;
    color: var(--secondary);
    background-color: transparent;
}


.cart_box.inbasket, .cart_box.intemplate {
    border: 1px solid white;

}

sup.label_basket_products_2 {
    margin-top:0;
    top: -0.1em;
}

.label_basket_products {
    background-color: var(--corporative);
    border-radius: 100%;
    color:white;
    font-size: 0.6rem;
    padding:0.4rem 0.6rem;
}

.cart_options {
    margin: 0px 0px;
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-radius: 3px;
}

.cart_options.cart_options_2 {
    margin: 0px 0px;
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.minus_cart, .plus_cart {
    color: #fff;
    cursor: pointer;
    padding: 7px 0px 3px 0px;
}
.input_cart {
    border: none;
    padding: 2px;
    text-align: center;
    background-color: #dfdfdf;
    cursor: auto;
}
/* Filtros laterales */
.collection-filter-block {
    padding: 0px;
    background-color: white;
}


.collection-collapse-block .collapse-block-title, .categories-container .category-title {
    position: relative;
    color: #777777;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom:0;
    margin-top:0;
    margin-left: 20px;
    margin-right: 20px;
}

.collection-collapse-block .collapse-block-title.collapse-block-title-filtro {
    border-top: 0px solid #e5e5e5;
    margin-left: 0px;
    margin-right: 0px;
}


.collapse-block-title {
    color: #777777;
    padding: 15px 20px 15px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}
h3.collapse-block-title.sub-filtros.collapse-block-title-2 {
    padding: 15px 20px 10px 20px!important;
    margin-bottom: 10px;
}



h3.collapse-block-title.sub-filtros.collapse-block-title-2:after {
    content:"";
}

.subtitulo a {
    display: inline-block;
    word-break: break-word;
    color: #777777;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    max-width: 85%;
}

.sub_cate a:hover li {
    color: #727272;
}



#str_busqueda {
    padding: 20px 15px;
    border-radius: 5px 0px 0px 5px;
}
.total_price {
    font-size: 1.5em;
    margin-top: 10px;
}
.collection-collapse-block .collapse-block-title:after, .categories-container .category-title-anchor:after {
    position: absolute;
    display: block;
    top: 15px;
    right: 0px;
    content: "\f067";
    font-family: FontAwesome;
    cursor: pointer;
    text-align: right;
    color: #D5D5D5;
    padding: 5px 0px 5px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
}

a.sel_cate {
    width: 100%;
    padding: 20px 0px 20px 0px;
}

span.category-title-anchor {
    display: block;
    width: 100%;
}

.collection-brand-filter ul {
    margin: 5px 20px 5px 20px;
}
.collection-brand-filter ul li {
    display: block;
    /* text-transform: uppercase; */
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #777777;
    letter-spacing: 0.5px;
}

.collection-filter.collection-filter-edit {
    padding-right:0!important;
}


.collection-filter-edit.collection-filter-edit {
    overflow-y: auto;
}

.filter_options {
    padding: 10px 20px 20px 20px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    color: #777777;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.cart-table .table-head th:last-child {
    text-align: right;
    padding-right: 20px;
}
.top-sec table td:last-child a {
    color: var(--theme-deafult);
}
.search-product .product-box {
    margin-bottom: 2rem;
}
.order-detail li:first-child {
    font-weight: bold;
}
.order-detail li {
    text-transform: none !important;
}
.search-product .product-box .img-wrapper .bg-size,
.front .bg-size,
.back .bg-size {
    background-size: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.single-product-tables table tr td:first-child {
    min-width: 170px;
}
.importe_total h3 {
    font-weight: bold;
    margin-right: 0px;
}
.product-order .total-sec,
.product-order .final-total {
    padding-right: 0;
    margin-right: 20px
}
.product-order h3,
.order-success-sec h4 {
    margin-bottom: 30px;
    margin-top: 50px;
}
/* Cesta*/
/* Tablas */
/* table input  {
    width: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid rgb(221, 221, 221);
} */
table a {
    color: var(--btn);
}
table a:hover {
    color: var(--btn_hover);
    transition: linear 0.2s;
}
.table thead th {
    vertical-align: center;
    border-bottom: 0px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}
.table td:first-child, .table td:last-child, .table th:first-child, .table th:last-child {
    padding: .75rem 1.7rem;
}
/* .table thead tr th:first-child, .table tbody tr td:first-child {
    text-align: left;
} */
.table thead tr th:last-child, .table tbody tr td:last-child {
    text-align: right;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}
.gray {
    background-color: #F2F2F2;
}

.gray_2 {
    background-color: #eeeeee;
}
/* Tablas */
/* table input  {
    width: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid rgb(221, 221, 221);
} */
table a {
    color: var(--btn);
}
table a:hover {
    color: var(--btn_hover);
    transition: linear 0.2s;
}
.table thead th {
    vertical-align: center;
    border-bottom: 0px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
}
.table td:first-child, .table td:last-child, .table th:first-child, .table th:last-child {
    padding: .75rem 1.7rem;
}
.table thead tr th, .table tbody tr td {
    text-align: center;
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    max-width: 300px;
    text-overflow: ellipsis;
}
/* .table thead tr th:first-child, .table tbody tr td:first-child {
    text-align: left;
} */
.table thead tr th:last-child, .table tbody tr td:last-child {
    text-align: right;
}
.gray {
    background-color: #F2F2F2;
}
tr .lighted {
    color: var(--corporative);
    font-weight: 700;
}
td .cart_box {
    padding: 0;
}
td .cart_options {
    margin: 0px 0px;
    display: flex;
}
td .cart_box {
    font-family: 'Repsol Regular';
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    width: 60%;
    text-align: center;
    cursor: pointer;
}
td .cart_box {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
td .plus_cart i, td .minus_cart i {
    font-size: 1em;
}
td .minus_cart, .plus_cart {
    padding: 0px;
}
td .btn_type {
	font-size: 1em;
	padding: 5px 10px;
	font-weight: bold;
}

/* Especial checkbox*/
.sale_item .checkbox {
    padding-left: 20px;
  }
.sale_item .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
  }
.sale_item .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  }
.sale_item .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
  }
  .sale_item .checkbox input[type="checkbox"],
  .sale_item .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
  }
  .sale_item .checkbox input[type="checkbox"]:focus + label::before,
  .sale_item .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .sale_item .checkbox input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
  }
  .sale_item .checkbox input[type="checkbox"]:disabled + label,
  .sale_item .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
  }
  .sale_item .checkbox input[type="checkbox"]:disabled + label::before,
  .sale_item .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
  }
  .sale_item .checkbox.checkbox-circle label::before {
    border-radius: 50%;
  }
  .sale_item .checkbox.checkbox-inline {
    margin-top: 0;
  }
  
  .sale_item .checkbox-primary input[type="checkbox"]:checked + label::before,
  .sale_item .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
  }
  .sale_item .checkbox-primary input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
  }
  
  .sale_item .checkbox-danger input[type="checkbox"]:checked + label::before,
  .sale_item .checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
  }
  .sale_item .checkbox-danger input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
  }
  
  .sale_item .checkbox-info input[type="checkbox"]:checked + label::before,
  .sale_item .checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
  }
  .sale_item .checkbox-info input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
  }
  

  .sale_item .checkbox-warning input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
    padding-left:3px;
  }
  
  .sale_item .checkbox-success input[type="checkbox"]:checked + label::before,
  .sale_item .checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
  }
  .sale_item .checkbox-success input[type="checkbox"]:checked + label::after,
  .sale_item .checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
  }
  
  .sale_item .checkbox.checkbox-sm label::before {
    width: 25px;
    height: 25px;
    top: -25px;
    cursor: pointer;
  }
  .sale_item .checkbox.checkbox-sm label::after {
    width: 25px;
    height: 25px;
    padding-left: 0px;
    font-size: 18px;
    left: 0px;
    top: -26px;
  }
 .sale_item .checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
  }
 .sale_item .checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
  }
 .sale_item .checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
  }
 .sale_item .checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
  }
 .sale_item .checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
  }
 .sale_item .checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
  }
 .sale_item .checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
  }
  
  input[type="checkbox"].styled:checked + label:after,
  input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
  }
  input[type="checkbox"] .styled:checked + label::before,
  input[type="radio"] .styled:checked + label::before {
    color: #fff;
  }
  input[type="checkbox"] .styled:checked + label::after,
  input[type="radio"] .styled:checked + label::after {
    color: #fff;
  }
  
  .border-sale_item {
    border-bottom:2px solid #E4E4E4;
  }
  .border_item_all {
    border:2px solid #E4E4E4;
    border-radius:10px;
  }

  .border_item_bottom {
    border-bottom:2px solid #E4E4E4;
  }

  .border_item_top {
    border-top:2px solid #E4E4E4;
  }
  
.border-sale_item:hover, .color_hover_stripe:hover {
    background-color: #efefef;
}

.table_tittle {
    padding: .75rem 1.7rem;
    color: #444444;
    font-size: 1.3em;
    line-height: 1.5rem;;
    background-color: #eeeeee;
}
.table_tittle_order {
    padding: .75rem 1.7rem;
    font-size: 1em;
    display: flex;
    font-weight: bold;
}
.box_shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.box_shadow_4 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.box_shadow_5 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}


.table {
    margin-bottom: 0rem;
}
.table .cart_options {
    min-width: 90px;
}
.input_cart:focus {
    border-radius: 0;
    border: 0px;
}
.pedido {
    text-align: center;
    color: #dddddd;
}

.border-top-gray {
    border-top: 1px solid #ced4da;
}

.border-bottom-gray {
    border-bottom: 1px solid #ced4da;
}

.select {
    border: 2px solid #ced4da;
    padding: 10px 15px;
    cursor: pointer;
    background-color: white;
}

.select:first-child {
    border-radius: 10px;
}
.order_options {
    width: 100%;
    padding: 2rem;
}
.order_options .form-group {
    margin-bottom: 0rem;
}

.order_options select {
    padding: 10px 15px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.date_order {
    color: var(--corporative);
    font-weight: 700;
    font-size: 1.1em;
    padding: 10px 15px;
    border: 0.5px solid #f2f2f2;
    border-radius: 10px;
}
.order_price {
    color: #707070;
}
.order_price .lighted {
    color: var(--corporative);
    font-weight: 700;
}
.order_details .lighted {
    color: var(--corporative);
    font-weight: 700;
}
.order_date {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 400;
    background-color: #fff;
    width: fit-content;
    border: 1px solid var(--corporative);
}

.order_price .btn_type.btn_type_2 {
    max-width: 100%!important;
}
tbody tr td img {
    max-width: 80px;
    /* max-height: 80px; */
}
tr .lighted {
    color: var(--corporative);
    font-weight: 700;
}
td .cart_box {
    padding: 0;
}
td .cart_options {
    margin: 0px 0px;
    display: flex;
}
td .cart_box {
    font-family: 'Repsol Regular';
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    width: 60%;
    text-align: center;
    cursor: pointer;
}
td .cart_box {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
td .plus_cart i, td .minus_cart i {
    font-size: 1em;
}
/* td .minus_cart, .plus_cart {
    padding: 0px;
} */
td .btn_type {
	font-size: 1em;
	padding: 5px 10px;
	font-weight: bold;
}

.table_tittle_order {
    padding: .75rem 1.7rem;
    font-size: 1em;
    display: flex;
    font-weight: bold;
}



.year_dropdown, .year_dropdown:active, .year_dropdown:hover, .year_dropdown:focus {
    background-color: transparent !important;
    border: 1px solid !important;
    border-radius: 5px;
    box-shadow: none !important;
}
.box_shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
.table {
    margin-bottom: 0rem;
}
.table .cart_options {
    min-width: 90px;
}
.input_cart:focus {
    border-radius: 0;
    border: 0px;
}
.input_cart.input_wrt {
    background-color:#dfdfdf;
    cursor: pointer;
} 
.input_cart.input_wrt:focus {
    background-color:#dfdfdf;
} 
.pedido {
    text-align: center;
    color: #dddddd;
}
.select {
    padding: 10px 15px;
    cursor: pointer;
    border-radius:10px;
}

.order_options {
    width: 100%;
    padding: 20px;
}
.order_options .form-group {
    margin-bottom: 0rem;
}

.order_options select {
    padding: 10px 15px;
}

.order_options.cart-lateral select, div.date_order.content.cart-lateral {
    padding: 10px 20px;
    border:2px solid #ced4da;
    border-radius:10px;
}

.form-control {
    padding: 10px 20px!important;
    border: 2px solid #ced4da!important;
    border-radius: 10px!important;
}
select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.date_order {
    color: var(--corporative);
    font-weight: 700;
    font-size: 1.1em;
    padding: 10px 15px;
    border: 0.5px solid #f2f2f2;
    border-radius: 10px;
}
.order_price {
    color: #707070;
}
.order_price .lighted {
    color: var(--corporative);
    font-weight: 700;
}
.order_details .lighted {
    color: var(--corporative);
    font-weight: 700;
}
.order_date {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 400;
    background-color: #fff;
    width: fit-content;
    border: 1px solid var(--corporative);
}

.order_price .btn_type.btn_type_2 {
    max-width: 100%!important;
}

.btn_type_3 {
    max-width: 200px;
}

.order_price .btn_save_cest {
    max-width: fit-content;
    padding: 10px 20px;
}



/* Product */
.product .product_img {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.product-right h2 {
    /* text-transform: uppercase; */
    font-family: 'Repsol Regular';
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height:2.2rem;
    font-weight: 300;
    color: #222222;
    font-weight: 700;
}

.product-right h3 {
    font-family: 'Repsol Regular';
    font-size: 1.8rem;
    line-height:2.2rem;
    color: var(--corporative);
}

.sub-legent-modal {
    font-size: 1rem;
    line-height:1rem;
    color: #777777;
}

del {
    color: #ccc;
    font-size: 0.9rem;
}
.single-product-tables.detail-section table {
    width: 55%;
}
.product-right .cart_box {
    max-width: 160px;
    border-color:white;
}


.cart_box.cart_box2.agotado {
    border-color:#8D8D8D;
    background-color: #8D8D8D!important;
}
.cart_box.cart_box2.agotado:hover {
    box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
}
.product_icons span {
    width: 50px;
    height: 50px;
    margin: 0px 2px;
    margin-bottom: 10px;
    display: block;
}
.product_icons .icon img {
    width: 100%;
}
.product_icons .oferta {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    min-width: 50px;
    min-height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.related_products {
    background-color: #f8f8f8;
}
.related_products .tittle {
    color: #777777;
    font-size: 2em;
    font-weight: 500;
}
.minus_cart i {
    font-size: 1.2em;
    font-weight: bolder;
}
.plus_cart i {
    font-size: 1.2em;
    font-weight: bolder;
}
.minus_cart:hover i {
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}
.plus_cart:hover i {
    opacity: 0.6;
    transition: ease-in-out 0.3s;
}
.input_cart, .input_cart-tmpl {
    border: none;
    padding: 6px;
    text-align: center;
    background: #dfdfdf;
}
.title-1-3rem {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .title-1-1rem {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .title-1rem {
    font-size: 1rem;
    line-height: 1.3rem;
  }
/* InformaciÃ³n */



.information .card-header button {
    background-color: white;
    width:100%;
    text-align: left;
    padding:1rem 1.8rem 1rem 1rem;
    text-decoration: none;
    color: #333333;
}


.information .card:last-child {
    margin-bottom:0px;
}

.information .help-extra i {
    font-size: 1.3rem;
}

.accordion.theme-accordion .card .card-header button {
    color: #333333;
    text-align: left;
    font-size: 17px;
    padding: 18px;
    font-weight: 600;
    display: block;
}
.accordion.theme-accordion .card .card-header button:hover, .accordion.theme-accordion .card .card-header button:focus {
    text-decoration: none;
    color: var(--corporative)
}
.accordion.theme-accordion .card .card-body {
    font-size: 16px;
    line-height: 1.4;
    padding: 2rem;
}
.accordion.theme-accordion .card .card-body p {
    color: #555555;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
}
.btn-solid {
    padding: 10px 15px;
    color: #ffffff;
    letter-spacing: 0.05em;
    background-color: var(--btn);
    transition: 0.3s ease-in-out;
    border-bottom: 0px;
    border-radius: 10px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}
.btn-solid:hover {
    color: #ffffff;
    background-color: var(--btn_hover);
    transition: 0.3s ease-in-out;
}
.accordion.theme-accordion .card .card-header {
    background-color: #fff !important;
}
.information .accordion.theme-accordion .card .card-header {
    margin-bottom: 10px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.20);
}

.accordion.theme-accordion .card .card-header {
    padding: 0;
    margin-bottom: auto;
}
.accordion.theme-accordion .card {
    border: 0px;
}
.legal-section {
    margin-bottom: 3rem;
}
.legal-section h2 {
    color: var(--theme-deafult);
    margin-top: 40px;
    margin-bottom: 30px;
}
.legal-section h3 {
    margin-top: 30px;
}
.legal-section ul {
    margin: 30px;
    margin-bottom: 30px;
}
.legal-section p,
.legal-section li {
    font-size: 14px;
    line-height: 1.8;
}
.legal-section table {
    margin: 30px auto;
}
.legal-section table th,
.legal-section table td {
    vertical-align: top;
    padding: 10px;
    border: 1px solid #ccc;
}
.legal-section form label {
    margin-top: 0;
    margin-bottom: 10px;
}
.legal-section a {
    color: var(--theme-deafult);
}
.legal-section h4 {
    margin-top: 30px;
}
.legal-section .btn-solid {
    padding: 10px 47px;
    margin: 20px 0 40px 0;
}
.legal-seccion ul li {
    margin-bottom: 10px;
}
.legal-seccion ul li.deco::before {
    width: 10px;
    height: 10px;
    background-color: var(--theme-deafult);
    display: block;
    position: relative;
    left: -15px;
}
.legal-section table th {
    background-color: var(--theme-deafult);
    color: #fff;
    border: 0;
}
.theme-accordion .card-body ul {
    margin: 1rem 1.5rem 1rem 2rem;
    font-size: 1rem;
}
.theme-accordion .card-body li {
    font-size: 1rem;
    display: block;
    margin-bottom: 7px;
    list-style-type: disc !important;
    list-style-position: inside;
}
.theme-accordion .card-body li:before {
    color: #000;
    content: "• ";
    margin-right: 5px;
}
.theme-accordion .card-body ul.no_style li:before,
.theme-accordion .card-body ol.no_style li:before {
    content: "";
}
.theme-accordion .card-body a.btn-solid {
    color: #fff !important
}
.theme-accordion .card-body a.btn-solid:hover {
    color: var(--theme-deafult) !important
}
ol {
    list-style-type: decimal;
}
.theme-accordion .card-header .btn-link {
    width: 100%;
    white-space: normal;
    padding-right:40px;
}

.card-body h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight:bold;
    margin-top:1.5rem;
    text-transform: uppercase;
    line-height:140%;

}

.card-body ul {
    list-style: none;
  }
  .card-body ul li, .card-body p {
    display: block;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;   
  }
  .card-body ul li a {
    text-decoration: underline; 
  }
  .card-body ul li::before {
    content: "• ";   
  }
  .card-body small {
    margin-top:1rem; 
  }

/* Centralizado */
.filter-centr .slick-list.draggable {
    padding-top:5px;
    padding-bottom:5px;
}
/*modal*/


.theme-modal .modal-dialog .modal-content .modal-body {
    background-image: none !important;
}
.modal-body .tit_proveedor {
    background-color: transparent;
    color: #000;
}

.product-right.product-form-box {
    border: 1px solid #ddd;
}
.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
    padding: 15px 25px;
}
.product-right h4 {
    font-size: 24px;
}
.product-right h6.product-title {
    text-transform: none !important;
}
.product-description .brand {
    width: 100%;
}
.product-description .brand img {
    max-width: 50%;
    margin: 0 auto 20px auto;
}
#quick-view-promo .modal-body .product-right h4,
#quick-view-new .modal-body .product-right h4 {
    font-size: 18px;
    color: var(--theme-deafult);
    /* text-transform: uppercase; */
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 1rem;
    font-weight: bold;
}
.success-text i {
    font-size: 30px;
}
.success-text p {
    text-transform: none;
}
.order-success-sec {
    margin-bottom: 40px;
}
.order-success-sec:last-of-type {
    margin-bottom: 60px;
}
.order-success-sec .delivery-sec {
    background-color: var(--theme-deafult);
}
.product-order .product-order-detail .order_detail h4 {
    /* text-transform: uppercase; */
    text-align: center;
    font-size: 0.8rem;
}
.order-success-sec h4 {
    text-transform: none;
}
.final-total h3 {
    color: var(--theme-deafult);
}
#quick-view-new .modal-body .product-right h4 {
    background-color: var(--theme-deafult);
    color: #fff;
    width: 70%;
    padding: 10px;
    margin: 10px auto;
}
.text-overflow {
    text-overflow: ellipsis;
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.header-dropdown li.estacion {
    min-width: 240px;
    text-align: right;

    
}
.table-data-product {
    border-bottom: 1px solid #e6e6e6;
}

.table-data-product-2 {
    border-right: 1px solid #e6e6e6;
}
.ml_3 {
    margin-left:-1.5rem;
}


/* Pop-ups */
.swal2-popup, .swal2-html-container, .swal2-content {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    margin: 0 !important;
    padding: 0 !important;
    /* min-height: 55vh; */
}

/*.swal-height {
     min-height: 55vh; 
}*/

.swal-padding-text {
  padding: 5%;
}

.swal-btn {
  padding: 2% 0 !important;
  font-size: 16px !important;
}

.swal-padding-text > h5 > p {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

.swal2-close {
color: #333;
}

.swal2-close:focus {
outline: 0;
box-shadow: none !important;
}

.swal-height {
    height: 75vh;
}
  

#nav_left {
    position: absolute;
    top: 45%;
    left: 0;
    transform: rotate(
180deg);
}

.nav_left,
.nav_right {
    padding: 1rem 0.9rem 0.6rem 1.1rem;
}

.swal2-actions {
    margin: 0 !important;
    padding: 0 !important;
}

.swal2-actions > .swal2-confirm {
    position: absolute !important;
    top: 45% !important;
    right:-8% !important;
} 

.swal2-actions > .swal2-cancel {
    position: absolute !important;
    top: 45% !important;
    left: -8% !important;
} 

.swal2-progress-steps {
    position: absolute !important;
    bottom: -25% !important;
    width: 100%;
    justify-content: center;
    padding-bottom: 2%;
}

.btn_aband {
  background-color: #00adc3 !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 15px 30px !important;
  font-weight: bold !important;
  font-size: 20px !important;
  cursor: pointer !important;
  border: 0px !important;
  text-transform: none !important;
}

.btn_aband:hover {
  background-color: #ff8200 !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: linear 0.3s !important;
}

.btn_franq {
  background-color: #f5333f !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 15px 30px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  border: 0px !important;
  text-transform: none !important;
}

.btn_franq:hover {
    background-color: #000 !important;
    text-decoration: none;
    color: #fff;
    transition: linear 0.3s;
}

.border_aband_right > h5 > p > a {
    color: #00adc3 !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: none !important;
  }
  
.border_aband_right > h5 > p > a:hover {
    color: #ff8200 !important;
    transition: linear 0.3s !important;
}

.border_franq_right > h5 > p > a {
    color: #000 !important;
    text-align: center !important;
    cursor: pointer !important;
    text-transform: none !important;
  }
  
.border_franq_right > h5 > p > a:hover {
    color: #f5333f !important;
    transition: linear 0.3s !important;
}

.color_aband {
    color: #ff8200 !important;
    text-transform: none !important;
}

.color_franq {
    color: #f5333f !important;
    text-transform: none !important;
}

.bg_aband {
    background-color: #ff8200 !important;
}

.bg_franq {
    background-color: #f5333f !important;
}

.border_aband_left {
    border-left: 30px solid #ff8200;
}

.border_aband_right {
    border-right: 0px solid #ff8200;
}

.border_franq_left {
    border-left: 30px solid black;
}

.border_franq_right {
    border-right: 0px solid #f5333f;
}

.bg-none {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.bg-none:hover {
    background: none !important;
    box-shadow: none !important;
    transition: ease-in-out 0.3s;
    opacity: 0.8;
}

.bg-none:focus {
    box-shadow: none;
}


.promo-popup h2 {
    font-size: 26px;    
}

.promo-popup .swal-padding-text > h5 > p {
    font-size: 1.1rem !important;
}

.promo-popup .btn_aband {
    background-color: #00adc3 !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border: 0px !important;
    text-transform: none !important;
}

.promo-popup .btn_franq {
    background-color: #f5333f !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    cursor: pointer !important;
    border: 0px !important;
    text-transform: none !important;
}

.information .card-header {
    border-bottom: 0px;
    -webkit-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 10px 10px 56px -34px rgba(0, 0, 0, 0.75) !important;
}
.header-info h2, .information p {
    color:#333333;
}
.information p {
    margin-bottom:0;
    font-size:1rem;
    line-height: 1.2rem;
}
.header-info span {
    color:var(--corporative)
}
.information .accordion.theme-accordion .card .card-body {
    padding:0px;
}
.support-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.a-arrow {
    font-size:20px;
}
.a-arrow:after {
    padding-left:1rem;
    content: "\f105";
    font: normal normal normal 25px FontAwesome;   
}

.price-basket-def p, p.price-template-view, .text-confirmation {
    font-size: 1.3rem;
    line-height:1.5rem;
    font-weight:bold;
    color:var(--corporative);
    text-align: right;
    padding-right:2.5rem;
}

/* Footer*/
.footer {   
	width: 100%;
    background-color: #f2f2f2;
    padding: 0% 10%;
    margin-top: auto;
    word-break: break-word;
}
.sub-footer_2 {
    max-width:1450px;
    margin:auto;
}
.footer img {
	width: 100%;
	max-width: 150px;
}
.footer .tittle {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer .contact a {
	color: #777777;
}
.copy {
	width: 100%;
	text-align: center;
	background-color: #454545;
	color: #aaaaaa;
}
.copy.sub-footer {
    padding: 0% 10%;
    text-align: left;
}
.border-logo-supercor {
    border-left: 1px solid #333333;
}
.btn-footer {
    background-color:var(--corporative);
    color:white!important;
    padding:1rem 2rem;
    border-radius:10rem;
    font-weight: bold;
}

.btn-footer:hover {
    background-color:var(--corporative);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 40%);
}

.product_img .img-highligh-product-selection {
    max-height:400px!important;
    width:auto!important;
}
div.new-icon-search-compress {
    display:none!important;
}

.row_actions_template_out .btn {
    font-weight: 400;
}

.actions_template_sticky_mobile {
    width:80%;
}

input[type="radio"].flex-radio-templates.flex-radio-order {
    margin-top:-0.35rem;
    margin-left: -2.1rem;
  }

input[type="checkbox"].flex-checkbox-templates.flex-checkbox-order {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; */

    margin-top:-0.35rem;
    margin-left: -2.1rem;
}

.icon-fixed-cart-top {
    position: sticky;
    top: 92px;
    z-index: 98;
    background-color: white;
    width: 100%;
    -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
    padding: 1rem 1rem;
}
.header-basket {
    z-index: 98;
}

.container-product-slide .container {
    max-width:1800px;
}

.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -20px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

.customcheck input:checked ~ .checkmark {
    background-color: var(--corporative);
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}

.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-body.modal-body-2 {
    border-radius: 0px 0px 15px 15px;
}

.bg-cart-extra-products {
    font-size: 1.8rem;
    line-height: 2rem;
  }


@-moz-document url-prefix() {
  .max-height-search-product {
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }
}

@media (max-width: 1400px) {
    .price-basket-def p {
        font-size: 1.1rem;
        line-height:1.3rem;
    }
    .minus_cart, .plus_cart {
        padding: 4px 0px 3px 0px;
    }
}
@media (min-width: 1200px) {
    .header-dropdown li.estacion {
        min-width: 300px;
    }

}
.ti-search {
    cursor: pointer;
}
.main-menu .ies-cesta:hover {
    color: var(--theme-deafult);
    transition: ease-in-out 0.3s;
}
.main-menu .ti-search {
    color: #000000;
    font-size: 1.6em;
    position: relative;
    top: 5px;
    padding: 13px 13px;
    border-radius: 50%;
}
.main-menu .ti-search:hover {
    color: var(--theme-deafult);
    transition: ease-in-out 0.3s;
}

.product_content.box-recommended {
    background-color: white;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
    margin: 10px;
    border-radius: 5px;
    min-height:180px;
}
.product_content.box-recommended .product_img_recommended {
    max-height:160px;
}
.product_content.box-recommended .product_img_recommended.product_img_recommended-2
{
    max-height:110px;
}
.icon-fixed-cart-top {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 10px;
}
section.faq-section {
    z-index: 1;
} 

.separate-word {
    word-break: break-word;
}

.text-size-template-name {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    padding-top:0.5rem;
}

#load_products .cart-info.cart-wrap.bot-left {
    left: auto;
    right:15px;

}

.dropdown-menu span.order-by-menu {
    font-size: 14px;
    font-weight: 700;
}
.dropdown-menu .name-sort-order {
    margin-top:-4px;
}
.dropdown-menu.dropdown-menu-lista {
    min-width: 15rem;
}
.dropdown-menu.dropdown-menu-lista {
    min-width: 15rem;
}
.dropdown-menu .order-by-menu .badge-info:hover, .dropdown-menu a.badge-info {
    color: #fff;
    background-color: black!important;
}
.dropdown-menu a.badge-info:hover,
.dropdown-menu a.badge-info:focus,
.dropdown-menu a.badge-info,
.dropdown-menu a.badge-light:hover,
.dropdown-menu a.badge-light:focus,
.dropdown-menu a.badge-light {
    padding: 6px 8px!important;
}

.rem2 {
	font-size: 2rem;
	line-height:2.3rem;
}

.rem1_5 {
	font-size: 1.4rem!important;
	line-height:1.7rem!important;
}

.eecc_card h5.rem2 {
	font-size: 2rem;
	line-height:2.3rem;
}

.border-bottom-orange {
    border-bottom: 30px solid #ff8200;
}


.border-bottom-dark-blue {
    border-bottom: 30px solid #00809A;
}
.menu-reduce-size {
    font-size: 0.85rem;
}


@media (max-width: 1920px) {
    .home-slider .slider-contain2 {
        margin-top: 0 !important
    }
    .sidenav .pixelstrap li ul {
        min-width: 20em !important;
        padding-left: 20px;
    }
    .t_indent {
        text-indent: -30px !important;
    }
    .theme-card .offer-slider img {
        height: auto;
        max-width: 100px;
    }
    .full-banner .banner-contain h2 {
        font-size: 80px;
    }
    .full-banner .banner-contain .btn-solid {
        font-size: 1.8rem;
        padding: 2rem 3rem;
    }
    .home-slider .texto_slider h1,
    .center-slider .texto_slider h1 {
        font-size: 2.3em;
    }
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 40px;
    }
}
@media (max-width: 1780px) {
    .footer {
        padding: 0% 1%;
    }
    .gift_circle {
        left: 70px;       
    }

    .mis-plantillas .gift_circle {
        left: 92px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 100px;
      }
}


@media (min-width: 1550px) {
    .row_actions_template_out {
        margin-top:-45px;
        margin-bottom:-60px;
        text-align: right !important;
    }
    .row_actions_template_out .btn {
        margin-left:1rem;
    }
    .template_table_space {
        margin-left:-70px;
    }
    .selector_date_pedidos {
        margin-top:-2rem;
    }
    .change-direction-btn-order {
        text-align: right!important;
    }
    .min-height-view-order {
        min-height: 100px;
        align-items: center;
        display: flex;
    }

}
@media (max-width: 1570px) {
    .content.content-menu-t {
        width:98%;
    }
}

@media (max-width: 1549px) {
    .row_actions_template_out {
        margin-top: 30px;
        margin-bottom: -10px;
    }
    .row_actions_template_out .btn {
        margin-left:0rem;
        margin-right:1rem;
    }
    .title_table_responsive_orders {
        font-size:0.85rem;
    }
    .selector_date_pedidos {
        margin-top: -2rem;
        margin-bottom: 1rem;
    }
    .gift_circle {
        left: 50px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 80px;
      }

}

@media (max-width: 1440px) {
    /*.col-lg-2 .qty-box .input-group .form-control {order:3;}*/
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 40px;
    }
    .footer p {
        font-size:80%;
    }

    .content.content3 {
        width: 90%; 
    }
    .mis-plantillas .gift_circle {
        left: 70px;       
    }
}
@media (max-width: 1429px) {
    .qty-box .input-group .form-control {
        max-width: 45px !important;
    }
    .product-description .qty-box .input-group .form-control {
        max-width: 60px !important;
    }
}

@media (max-width: 1340px) {
    .logos-footer-repsol img {
        max-width: 130px;
    }
    .minus_cart i {
        font-size: 0.85em;
    }
    .plus_cart i {
        font-size: 0.85em;
    }
}


@media (max-width: 1280px) {
    .t_indent {
        text-indent: -20px !important;
    }
    .theme-card .offer-slider img {
        height: auto;
        max-width: 100px;
    }
    .full-banner .banner-contain h2 {
        font-size: 80px;
    }
    .full-banner .banner-contain .btn-solid {
        font-size: 1.8rem !important;
    }
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 15px;
    }
    .first-col-home-size {
        max-width: 80%;
        padding-top:2.5rem;
        padding-bottom:2.5rem;
    }
    
    .title_table_responsive_orders {
        font-size: 0.75rem;

    }
    .displayed_information.order-style-responsive{
        font-size: 0.75rem;
    }
    .bg-cart-extra-products {
        font-size: 1.4rem;
        line-height: 1.8rem;
      }

      .menu-reduce-size {
        font-size: 0.75rem;
    }
    

}

@media (min-width: 1199px) {
    .adj-max-height {
        min-height:90vh;
    }
}
@media (max-width: 1199px) {
    .qty-box .input-group .form-control {
        max-width: 60px !important;
    }
    .logos-footer-repsol {
        border-bottom:1px solid #c9c9c9;
    }
    .pixelstrap ul {
        padding: 15px 0
    }
    .text-menu-lg-no {
        display:none!important;
    }
    .min-height-view-order {
        min-height:100px;
    }
    .rem_1_5_bis {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }  
    .profile-set-page h1 {
        font-size: 2.4rem;
        line-height:2.6rem;
    }
    .cart-section .content, .header-basket .content {
        width:95%;
    }
    .select {
        padding: 8px 8px;
    }
    .table-data-product-2 {
        border-right: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6;
    }
    .subtitulo a {
        font-size:65%;
        line-height:85%;
    }
    .collection-brand-filter ul li, .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
        font-size:85%;
        line-height:100%;
    }
    h1.text-name-category {
        font-size:2rem;
        line-height:2.2rem;
    }
    .second-search-expand-scroll {
        display:none!important;
    }
    div.new-icon-search-compress {
        display:flex!important;
    }
    .fake-search-mobile-no {
        display:none!important;
    }
    
    .border-left-gray-search-show {
        border-left:2px solid #D5D5D5;
    }

    .gift_circle {
        left: 80px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 110px;
      }
      .mis-plantillas .gift_circle {
        left: 55px;       
    }
}

@media (max-width: 1100px) {
    .productos_slider {
        bottom: 20%;
    }
    .t_indent {
        text-indent: 0 !important;
    }
    .full-banner .banner-contain h2 {
        font-size: 70px;
    }
    /*.col-lg-2 .qty-box .input-group .form-control {order:3;}*/
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 0;
    }
    .smaller-xl-text {
        font-size:85%;
        line-height:110%;
    }
}
@media (max-width: 1024px) {
    .table thead th {
        border-bottom: 2px solid #dee2e6;
    }
    .home_start {
        text-align: center;
    }
    .fake-search-text-placeholder {
        font-size:85%;
    }

}
@media (max-width: 991px) {
    .logos img {
        width: 100%;
        max-width: 120px;
    }
}



@media (max-width: 991px) {
    .brand-logo img {
        max-width: 140px;
    }
    .home-slider:hover .slick-prev {
        left: -10px;
    }
    .home-slider:hover .slick-next {
        right: -10px;
    }
    .table thead th {
        border-bottom: none;
    }
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 25px;
    }
    .footer p {
        font-size: 110%;
        line-height: 120%;
    }
    .logos-footer-repsol img {
        max-width: 160px;
    }
    td .cart_box {
        width: 100%;
        }


    .actions_template_inner_sticky_mobile {
        position: sticky;
        top: 80px;
        z-index: 98;
        background-color: white;
        width:100%;
        -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        padding: 0;
    }
    .actions_template_inner_sticky_mobile button:nth-child(n) {
        margin-left:-1rem;
        margin-right: 1rem;
    }
    .actions_template_inner_sticky_mobile button:nth-child(2n) {
        margin-left:1rem;
        margin-right:-1rem;
    }
    .box_shadow_5 {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    }
    .mobile_border_table_stripe_2  {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    }
    .acciones_order_first {
        border-bottom: 2px solid #ced4da;
        padding-bottom: 2rem!important;
    }
    .acciones_order_first_2 {
        border-bottom: 2px solid #ced4da;
    }
    .acciones_order_first_3 {
        padding-bottom: 1rem!important;
    }
    input[type="radio"].flex-radio-templates.flex-radio-order {
        margin-top: -0.15rem;
        margin-left: 0rem;
    }
    input[type="checkbox"].flex-checkbox-templates.flex-checkbox-order {
        margin-top: -0.15rem;
        margin-left: 0rem;
    }
    .displayed_information.order-style-responsive{
        font-size: 1.0rem;
        line-height: 1.2rem;
    }
    .border-light-bottom-order {
        padding-bottom: 1.2rem;
        border-bottom: 2px solid rgb(236, 236, 236);
    }
    .rem_1_2 {
        font-size: 1.0rem;
        line-height:1.2rem;
    }
    .actions_template_sticky_mobile.actions_order_sticky_mobile {
        position: sticky;
        top: 80px;
        z-index: 98;
        background-color: white;
        width: 100%;
        -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        padding: 0 2rem;
    }
    .row_actions_template_out.row_actions_order_out .btn {
        width: calc(50% - 2rem);
    }
    .selector_date_pedidos {
        margin-top: -2rem;
        margin-bottom: 1rem;
    }
    .order-detail-inner-responsive-1 p {
        font-size:85%;
        line-height:95%;
    }
    .profile-set-page h1 {
        font-size: 2rem;
        line-height:2.2rem;
    }
    .cart-section .content, .header-basket .content {
        width:80%;
    }
    .col-12.alert {
        max-width:100%!important;
    }
    .icon-fixed-cart-top {
        margin-top:-4px;
        padding-left:40px;
        padding-right:40px;
        padding-bottom:20px;
        padding-top:20px;
    }
    .cart-section .content, .header-basket .content {
        width:90%;
    }
    .icon-fixed-cart-top-btn {
        width:calc(20% - 0.8rem);
        margin-right:0.8rem;
        text-align: center;
        font-size:90%;
    }
    .icon-fixed-cart-top-btn a {
        width: 100%;
        display: block;
    }
    .icon-fixed-cart-top-btn a.badge {
        display: inline!important;
        width: 45%!important;
    }
    .product-right h2 {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .contact_inputs {
        padding-left: 0px!important;
    }
    .price-basket-def p, p.price-template-view, .text-confirmation {
        font-size: 1.15rem;
        line-height: 1.25rem;
    }
    .pixelstrap a .fa-plus, .pixelstrap a .fa-chevron-right {
        right: 20px;
    }
    .gift_circle {
        left: 100px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 120px;
      }
      .mis-plantillas .gift_circle {
        left: 65px;       
    }
}
@media (max-width: 767px) {
    .checkmark {
        top: -10px;
    }
    /*.texto_slider{margin-top: 25%;}*/
    .border_aband_left {
        border-bottom: 30px solid #ff8200;
        border-left: unset;
    }
    .border_aband_right {
        border-top: 30px solid #ff8200;
        border-right: unset;
    }
    .border_franq_left {
        border-bottom: 30px solid black;
        border-left: unset;
    }
    .border_franq_right {
        border-top: 0px solid black;
        border-right: unset;
    }
    .home_start {
        text-align: center;
        padding: 0 0 10px 30px;
    }
    .home-slider .texto_slider h1,
    .center-slider .texto_slider h1 {
        font-size: 36px;
    }
    .home-slider:hover .slick-prev {
        left: -20px;
    }
    .home-slider:hover .slick-next {
        right: -20px;
    }
    .brand-logo img {
        max-width: 140px;
    }
    .search-product .product-box .img-wrapper .bg-size,
    .front .bg-size,
    .back .bg-size {
        background-size: 70% !important;
    }
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 25px;
    }
    .home-slider .slick-slide img {
 
        margin: auto;
    }
    .legal-section table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .legal-section table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .legal-section table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }
    .legal-section table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .legal-section table td:last-child {
        border-bottom: 0;
    }
    .product .product_img {
        padding-bottom: 0px;
        height: auto;
    }
    .product .product_img img {
        max-height: 300px;
        margin: 0 auto;
    }
    .first-col-home-size {
        max-width:100%;
        margin:auto;
        padding:1.5rem;
    }
    .mobile-no-show-menu {
        display:none!important;
    }
    .logos img {
        display: inline;
        max-width: 150px;
    }
    .fas.fa-chevron-left.mobile_arrow_back {
        padding-top: 30px;
        padding-left: 20px;
    }

    .box_shadow_4 {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    }
    .mobile_border_table_stripe  {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,25);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    }
    input[type="radio"].flex-radio-templates {
        margin-left:0px!important;
    }
    input[type="checkbox"].flex-checkbox-templates {
        margin-left:0px!important;
    }
    .acciones_template_first {
        border-bottom: 2px solid #ced4da;
        padding-bottom: 2rem!important;
    }
    .text-size-template-date {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding-top:0.5rem;
    }

    .actions_template_sticky_mobile {
        position: sticky;
        top: 80px;
        z-index: 98;
        background-color: white;
        width:100%;
        -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.15) !important;
        padding: 20px 1rem 0;;
    }
    .row_actions_template_out .btn {
        width: calc(50% - 1rem);
    }
    .row_actions_template_out .btn:nth-child(2n) {
        margin-right:0!important;
    }
    .icon_template_mobile  {
            margin-right: 10px;
            margin-left: -10px;
    }
    .actions_template a {
        padding: 0.5rem 0.1rem!important;
    }
    .smaller-xl-text {
        font-size: 95%;
        line-height: 120%;
    }
    .price-basket-def p, p.price-template-view {
        padding-right:1.5rem;
    }
    .content.content2 {
        width: 90%; 
    }
    .min-height-view-order {
        min-height:80px;
    }
    .min-height-view-order.border_item_top {
        border-top:0px;
        margin-bottom:0px;
        padding-bottom:10px;
    }
    .border_item_bottom_no {
        border-bottom: 0px;
    }
    .max-h-100 {
        min-height: 35vh;
    }
    .img-bg-validate-station {
        border-left:0px;
        border-top:40px solid #ff8200;
        height:300px;
    }
    .img-bg-validate-multi {
        border-left:0px;
        border-top:40px solid #32A14D;
        height:300px;
    }
    .icon-fixed-cart-top {
        margin-top:0px;
        padding-top: 0px;
    }
    .icon-fixed-cart-top-btn {
        width:calc(50% - 0.8rem);
        margin-right:0.8rem;
        text-align: center;
        font-size:90%;
        margin-top:20px;
    }
    .icon-fixed-cart-top-btn.icon-fixed-cart-top-btn-2 {
        width:calc(100% - 0.8rem);
        margin-right:0.8rem;
        text-align: center;
        font-size:90%;
        margin-top:10px;
    }

    .icon-fixed-cart-top-btn a {
        width: 100%;
        display: block;
    }
    .card-body ul {
        padding-inline-start: 25px;
    }
    .product_img {
        height:220px;
    }
    .product_img img {
        max-width: 90%;
        max-height: 120px;
    }
    .border-sale_item_2_mobile {
        border-bottom:2px solid #E4E4E4;
      }
      h1.text-name-category {
        font-size:1.8rem;
        line-height:2.2rem;
    }
    .collapse-block-title {
        font-size: 1.1rem;
        letter-spacing: 0em;
    }
    .border-logo-supercor {
        border-left: 0px solid #333333;
    }
    .collection-collapse-block .collapse-block-title, .categories-container .category-title {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    .shadow-no-mobile.shadow {
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0)!important;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
    }
    .bg-cart-extra-products {
        font-size: 1.2rem;
        line-height: 1.6rem;
      }
      .gift_circle {
        left: 215px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 235px;
      }
      .btn-confirmation-action {
        min-width:200px;
      }
      .mis-plantillas .gift_circle {
        left: 55px;       
    }
    .rem2 {
        font-size: 1.8rem;
        line-height:2rem;
    }
    .eecc_card h5.rem2 {
        font-size: 1.8rem;
        line-height:2rem;
    }
}
@media (max-width: 710px) {
    .secondary_sidenav {
        background-color: #ffffff;
        height: 100vh;
        top: 0;
        overflow-y: scroll;
        left: 0px;
        z-index: 999999;
    }
    .gift_circle {
        left: 185px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 205px;
      }
      .gift_circle {
        left: 105px;       
    }
    .rem2 {
        font-size: 1.6rem;
        line-height:1.8rem;
    }
    .eecc_card h5.rem2 {
        font-size: 1.6rem;
        line-height:1.8rem;
    }
}

@media (max-width: 577px) {

        .dropdown-menu.dropdown-menu-lista {
            min-width: 22rem!important;
        } 

        .mobile_detail_mobile_btn .dropdown-menu.dropdown-menu-lista a {
            width: 48%;
        }

    .gift_circle {
        left: 105px;       
    }
    
    .cart-info.cart-wrap.bot-left {
        left: 125px;
      }
    .row_actions_template_out {
        margin-top: 0px;
    }
    .top-header .header-dropdown .mobile-account i.ies-gasolinera {
        line-height: 1px;
    }
    .top-header .header-dropdown .mobile-account i.ies-gasolinera:before {
        content: '\0064';
    }
    .sidenav_r {
        max-width: 100%;
        width: 100%;
        right: 100%;
    }
    .product-description-box .cart_box {
        margin: 0 auto;
    }
    .product_icons span {
        display: inline-block;
        margin-bottom: 0px;
    }
    .product_icons .oferta {
        border-radius: 50%;
        padding: 0px;
        min-width: 42px;
        min-height: 42px;
        line-height: 42px;
    }
    .product_icons span.oferta {
        width: 42px;
        height: 42px;
    }
    .footer p {
        font-size: 90%;
        line-height: 100%;
    }
    .rem_1_2 {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .displayed_information.order-style-responsive {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .selector_date_pedidos {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .order-mobile-drop  {
        width:100%;
    }
    .profile-set-page h1 {
        font-size: 1.7rem;
        line-height: 1.9rem;
    }
    .img-bg-validate-station {
        height:250px;
    }
    .img-bg-validate-multi {
        height:250px;
    }
    .icon-fixed-cart-top {
        padding-left: 10px;
        padding-right: 0px;
    }
    .icon-fixed-cart-top-btn {
        margin-top:10px;
    }  
    .product_img {
        height: auto;
        min-height:165px;
    }
    .product_img.product_img_basket_lateral {
        height: auto;
        min-height:100px;
    }

    .product_content:hover {
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
        transition: 0.3s ease-in-out;
    }

    .product_img.product_img_mobile_autoventa {
        height: auto;
        min-height:65px;
    }
    .main-menu .menu-left {
        order: 2;
    }
    .main-menu .menu-left .navbar {
        padding-right: 0 !important;
    }
    .brand-logo {
        position: absolute;
        left: 35%;
        margin-right: 0;
    }
    .brand-logo:nth-child(2n) img {
        margin-left: 0px;
    }
    .sidenav .pixelstrap li ul {
        min-width: 10em !important;
    }
    .main-menu .menu-right .icon-nav .mobile-search i,
    .main-menu .menu-right .icon-nav .mobile-cart i,
    .main-menu .menu-right .icon-nav .mobile-setting i {
        display: inline-block;
        padding: 0 5px;
    }
    .main-menu .menu-right .icon-nav .mobile-search {
        right: 65%;
    }
    [class="ies-cesta"] {
        font-size: 2rem;
        top: 5px;
        border: none;
        padding: 0;
    }
    .home-slider .texto_slider h1,
    .center-slider .texto_slider h1 {
        font-size: 1.2rem;
    }
    .full-banner .banner-contain h2 {
        font-size: 2.9rem;
    }
    .full-banner .banner-contain .btn-solid {
        font-size: 1rem !important;
    }
    .category-block .category-image {
        width: 120px;
        height: 90px;
    }

    .category-block .category-details h5 {
        font-size: 0.6rem;
        line-height: 1;
        text-transform: none;
    }
    .slick-slider {
        z-index: 2;
    }
    .stant {
        position: relative;
        top: -20px;
        z-index: 1;
    }
    .slick-next {
        right: -15px;
    }
    .slick-prev {
        left: -15px;
    }
    .pedidos .bot,
    .cart-buttons>div {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .importe_total h3 {
        text-align: center;
    }
    .footer-theme .sub-title .contact-list li {
        display: block
    }
    .product-box .product-detail h4,
    .product-box .product-info h4,
    .product-wrap .product-detail h4,
    .product-wrap .product-info h4 {
        font-size: 30px;
    }
    .product-order .total-sec,
    .product-order .final-total {
        padding-right: 0px;
        margin-right: 0;
    }
    .product-order .product-order-detail .order_detail h4 {
        text-align: left;
        font-size: 0.5rem;
    }
    .cesta_container.Safari {
        
        height: 88vh;
    }

    .theme-accordion .card-body ul {
        margin: 1rem 1.5rem 1rem 0rem;
    }
    .footer p {
        font-size: 120%;
        line-height: 130%;
    }
    .logos-footer-repsol img {
        max-width: 130px;
    }
    .logos img {
        display: inline;
        width: 100%;
        max-width: 120px;
    }
    .main_menu a i.fa-bars {
        padding: 0.3rem 0.6rem;
        margin-left:0.4rem;
    }
    .dropdown-toggle.dropdown-toggle-new-menu::after {
        margin-right: 0.1rem;
    }
    .img_header_mobile_transform {
        transform:scale(0.7);
    }
    .active_shop_2 {
        padding: 7px 5px 5px 5px;
    }
    .mobile_detail_mobile_btn {
        width: 100%;
    }
    .mobile_detail_mobile_btn a {
        width:100%;
    }
    .row_actions_template_out.row_actions_order_out .btn {
        width: calc(50% - 0.6rem); 
    }
    .cart-section .content, .header-basket .content {
        width:95%;
    }
    .icon-fixed-cart-top {
        top: 79px;
        padding-bottom:10px;
    }
    .product .product_img {
        padding-bottom: 0;
    }
    .card-body ul {
        padding-inline-start: 15px;
      }
      .modal-breadcrumb-section .breadcrumb {
        font-size:13px;
        line-height:16px;
        color:white;
      }
      .cart-info.cart-wrap.top-left {
        left:8px;
      }
      .product_img.product_img_no_shadow_mobile {
        -webkit-box-shadow: 0px 0px 0 0px rgb(0 0 0 / 0%)!important;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
        box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
      }
      .shadow-mobile-grid {
        -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 40%);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 40%);
        
      }
      .grid-title {
        width: 100%;
        height: auto;
        overflow: visible;
    }
    .product_content {
        padding:0 10px;
        min-height:120px;
    }
    .price-basket-def p, p.price-template-view, .text-confirmation {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .btn-plantilla-name button {
        width:100%;
    }
    .salestop_slider .slick-slide .cart-info.cart-wrap.bot-left {
        left: 15px;
        right: auto;
    }
    #load_products .cart-info.cart-wrap.bot-left {
        left: 90px;
        right:auto;
    
    }
    .rem2 {
        font-size: 1.4rem;
        line-height:1.6rem;
    }
    .eecc_card h5.rem2 {
        font-size: 1.4rem;
        line-height:1.6rem;
    }
    
}

@media (max-width: 420px) {
.gift_circle {
    left: 85px;
    
}

.cart-info.cart-wrap.bot-left {
    left: 105px;
  }
  #load_products .cart-info.cart-wrap.bot-left {
    left: 80px;
    right:auto;

}
.btn_effect_cesta_top {
    padding: 5px 15px;
}
}

@media (max-width: 350px) {
    .sidenav {
        width: 100vw;
       }
       #load_products .cart-info.cart-wrap.bot-left {
        left: 70px;
        right:auto;
    
    }
}

.col-12.col-sm-6.col-md-3.col-lg-3.col-xl-2.product_box .modal-footer {
    min-width:50%;
}

.product_img_basket_lateral {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%)!important;
}

.adj-cart-icons span.icon.oferta {
    position: relative!important;
    left: auto!important;
    right: auto!important;
}

@supports (-webkit-touch-callout: none) {
    nav {
        padding-bottom: 80px!important;
    }
    #filterSidebar {
        padding-bottom: 80px!important;
    }
  }
  



  .slide-8-bis .product_content.product_content_2 {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
	margin-bottom:20px;
	margin-right:10px;
	min-height:180px;
}

.slide-8-bis .product_content.product_content_2 .col-sm-12:first-child {
	flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.slide-8-bis .product_content.product_content_2 .col-sm-12:last-child {
	flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.slide-8-bis .product_content.product_content_2 .col-sm-12:last-child .grid-title {
	text-align:left!important;
}

.slide-8-bis .product_content.product_content_2 .col-sm-12:last-child h4 {
	text-align:left!important;
	margin-bottom:20px;
}

.slide-8-bis .product_content.product_content_2 .cart-info.cart-wrap.bot-left {
	left: 97px;
}

.slide-8-bis .product_content.product_content_2 .product_img img {
    max-height: 80px!important;
}

.slide-8-bis .product_content.product_content_2 .col-sm-12:last-child .text-sm-center span.min_shop {
	display:none;
}


.datepicker .datepicker-switch {}


.datepicker .datepicker-switch {
    font-size: 18px;
}

@media (max-width: 1800px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 10px !important;
    }
}
@media (max-width: 1600px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 8px !important;
    }
}
@media (max-width: 1500px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 6px !important;
    }
}
@media (max-width: 1350px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 5px !important;
    }
}
@media (max-width: 1200px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 9px !important;
    }
}

@media (max-width: 920px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 15px !important;
    }
}
@media (max-width: 450px) {  
    .table-condensed > tbody > tr > td,
    .table-condensed > thead > tr > th {
        padding: 11px 10px !important;
    }
}