/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");

@font-face {
  font-family: "Souvenir";
  src: url("../fonts/souvenir.otf");
  src: url("../fonts/souvenir.otf") format("opentype"),
    url("../fonts/souvenir.ttf") format("truetype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.svg#Souvenir") format("svg");
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff2") format("woff2"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-romano:before {
  content: "\f100";
}
.flaticon-catedral-de-burgos:before {
  content: "\f101";
}
.flaticon-carretilla:before {
  content: "\f102";
}
.flaticon-instagram:before {
  content: "\f103";
}
.flaticon-como:before {
  content: "\f104";
}
.flaticon-comentando:before {
  content: "\f105";
}
.flaticon-carretilla-1:before {
  content: "\f106";
}
.flaticon-facebook:before {
  content: "\f107";
}
.flaticon-gorjeo:before {
  content: "\f108";
}

body {
  font-family: "Poppins";
}
.container {
  width: 1440px;
}
#header .header-nav {
  margin-bottom: 0;
}
#header .header-top {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
}
#header a:hover {
  color: #000;
}
#header a {
  color: #fff;
}
#_desktop_logo {
  display: flex;
  align-items: center;
  height: 99px;
}
#_desktop_logo h1 {
  margin-bottom: 0;
}

#img-logout {
  max-width: 16px;
}

/* search widget */
#header .header-top .search-widget {
  /* float:left; */
  /* margin-top:30px; */
  display: flex !important;
  align-items: center;
}
.search-widget {
  min-width: 50%;
}
.header-top .search-widget form input[type="text"] {
  border-radius: 25px;
  border-color: #19a62c;
  padding: 5px 10px;
}
.search-widget form button[type="submit"] {
  /* bottom:.325rem; */
  top: 3px;
}

#header .search-widget form {
  width: 100%;
}

.header-top .top-bar {
  display: flex;
  justify-content: space-between;
}

#header .header-top .user-info .logged,
#header .header-top .user-info .no-logged {
  color: #444;
  position: relative;
  bottom: 1px;
}

#header .header-nav .user-info .no-logged {
  color: #444;
  position: relative;
  top: 2px;
}

#_desktop_user_info {
  /* margin-top: 34px; */
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  justify-content: right;
  align-items: center;
}

#_desktop_user_info .user-info a {
  display: inline-block;
}

#desktop_user_info {
  /* margin-top: 34px; */
  margin-right: 20px;
  margin-left: 20px;
  display: flex;
  justify-content: right;
  align-items: center;
}

#_desktop_user_info .user-info {
  display: flex;
  flex-direction: column;
}

#desktop_user_info .user-info a {
  display: inline-block;
}

#desktop_user_info .user-info a span {
  display: inline-block;
}

#_desktop_logo {
}

/* shopping cart */
#_desktop_cart {
  /* position:absolute;
	right:0; */
  background: #19a62c;
  color: #fff;
  padding: 45px 10px 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-width: 139px;
}
#_desktop_cart i {
  font-size: 24px;
  border-left: 1px solid;
  padding-left: 10px;
}
#_desktop_cart i:before {
  font-size: 24px;
}

/* menu */
#_desktop_top_menu {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  z-index: 3;
}
#top-menu {
  margin-bottom: 0;
}
.top-menu a[data-depth="0"] {
  font-size: 15px;
  text-transform: uppercase;
  color: #707070 !important;
  padding: 12px 14px;
  font-weight: 400;
}
#header .top-menu a[data-depth="0"]:hover,
#header .top-menu .current a[data-depth="0"] {
  background: #19a62c;
  color: #fff !important;
}
#header .menu,
#header .menu > ul > li {
  position: relative;
}
.top-menu .sub-menu {
  width: auto;
  max-width: 350px;
  min-width: auto;
  margin-left: 0;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
  width: 100%;
}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"],
.top-menu a[data-depth="3"] {
  color: #000 !important;
  font-size: 12px;
  font-weight: 300;
}

/* content */
#wrapper {
  background: #fff;
  box-shadow: none;
  padding-top: 0;
}
#index #wrapper > .container,
#product #wrapper > .container {
  width: 100%;
  padding: 0;
  overflow-x: hidden;
}
.carousel {
  margin-bottom: 0;
  box-shadow: none;
}
.carousel .carousel-item .caption {
  bottom: auto;
  top: 80%;
  left: 0;
  transform: translateY(-80%);
  color: #444;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 20px 5px 10%;
  max-width: none;
}
.carousel .carousel-item .caption .caption-description p {
  color: #444;
}
.carousel .carousel-inner {
  height: auto;
  margin-bottom: 0;
}
.html-home {
  max-width: 1440px;
  margin: auto;
  padding: 50px 0;
}
.html-home h4 {
  position: absolute;
  top: 20px;
  left: 40px;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
}
.html-home img {
  transition: 0.2s ease-in-out;
}
.html-home img:hover {
  filter: brightness(0.5);
}
#wrapper .banner {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
#wrapper .banner img {
  width: 100%;
  box-shadow: none;
}
#wrapper .banner h4 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  border-left: 2px solid #fff;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
#custom-text,
#custom-text div {
  padding: 0;
}
#custom-text {
  padding-top: 50px;
}
#custom-text .row div:first-child .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 166, 44, 0.3);
}
#custom-text .row div:last-child .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#custom-text h3 {
  position: absolute;
  /*bottom: 20px;*/ /*DFDMOD 2022-07-25 cambios footer*/
  top: 10px; /*DFDMOD 2022-07-25 cambios footer*/
  left: 40px;
  color: #fff;
  text-transform: uppercase;
  border-left: 2px solid #fff;
  padding-left: 10px;
  text-align: left;
  /*background-color: rgba(0,0,0,0.4);*/ /*DFDMOD 2022-07-25 cambios footer*/
  background-size: 110% 110%;
}
#wrapper .breadcrumb li a {
  color: #b4b4b4;
  font-family: "Raleway";
  font-size: 15px;
}
#wrapper .breadcrumb li:after {
  color: #b4b4b4;
}
#products .thumbnail-container,
.thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  box-shadow: none;
  width: 220px;
  height: auto;
}
#index .featured-products .thumbnail-container {
  height: 378px;
}
.featured-products {
  position: relative;
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
}
.featured-products .products-section-title,
.featured-products h2 {
  font-family: "Souvenir";
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
  text-transform: none !important;
  text-align: left;
  padding: 15px 10px;
}
.featured-products .thumbnail-container {
  /*width:243px;*/
}
/* category */
#left-column {
  padding: 0;
  padding-right: 40px;
}

.block-categories {
  box-shadow: none;
  padding: 0;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .block-categories {
    display: none;
  }
}

.block-categories > .category-top-menu > li:first-child a {
  color: #19a62c;
  font-size: 20px;
}

.block-categories a {
  color: #7f7f7f;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
  border-bottom: none;
  padding-bottom: 1.875rem;
  font-size: 16px;
  font-weight: 400;
}
.block-categories .category-sub-menu li[data-depth="1"] > a {
  padding-left: 20px;
}
.block-category {
  height: auto;
  min-height: auto;
  box-shadow: none;
  border: none;
  padding: 0 !important;
}
.block-category .block-category-inner {
  display: block;
}
.block-category .block-category-inner h1 {
  text-transform: uppercase;
  color: #19a62c;
  margin-top: 30px;
}
.block-category .block-category-inner .category-cover img {
  width: 100%;
  height: auto;
}
#products .product-miniature,
.featured-products .product-miniature,
.blockhomepromo .product-miniature .thumbnail-container,
.blockhomenew .product-miniature .thumbnail-container,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0 0.85rem 26px;
}
#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  filter: brightness(0.97);
  transition: 0.2s ease-in-out;
  margin: 0;
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  /* bottom:60px; */
}

#products .product-description,
.product-miniature .product-description {
  position: relative;
  width: auto;
  height: auto;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  height: auto;
}

#products .thumbnail-container .product-thumbnail img:hover,
.featured-products .thumbnail-container .product-thumbnail img:hover,
.product-accessories .thumbnail-container .product-thumbnail img:hover,
.product-miniature .thumbnail-container .product-thumbnail img:hover {
  filter: brightness(1);
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #242424;
}
#products .product-description p,
.featured-products .product-description p,
.product-accessories .product-description p,
.product-miniature .product-description p {
  font-size: 13px;
  text-transform: lowercase;
  min-height: 40px;
}
#products .product-description .discount-percentage,
.featured-products .product-description .discount-percentage,
.product-accessories .product-description .discount-percentage,
.product-miniature .product-description .discount-percentage {
  position: absolute;
  top: 15px;
  right: 5px;
  border: 2px solid #b70000;
  color: #b70000;
  padding: 5px;
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  font-weight: 600;
  font-size: 24px;
  color: #707070;
  text-align: center;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: relative;
}

#products .product-price-and-shipping span.price,
.featured-products .product-price-and-shipping span.price,
.product-accessories .product-price-and-shipping span.price,
.product-miniature .product-price-and-shipping span.price {
  margin-left: -40px;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  font-size: 0.9rem;
  font-weight: normal;
  margin-left: -40px;
}
#products .product-price-and-shipping span.price.discount,
.featured-products .product-price-and-shipping span.price.discount,
.product-accessories .product-price-and-shipping span.price.discount,
.product-miniature .product-price-and-shipping span.price.discount {
  margin-left: 0;
  font-size: 1rem;
  color: #b70000;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background: #b70000 !important;
  box-shadow: none;
}
.product-flags li.product-flag.on-sale {
  background: #b70000 !important;
  box-shadow: none;
  width: max-content;
}
#category .active_filters {
  background: transparent;
  border: 1px solid #19a62c;
}
.active_filters .filter-block {
  box-shadow: none;
  background: rgba(25, 166, 44, 0.1);
}

/* ps_featuredproducts */
.featured-products .products .bx-prev::before {
  font-family: "Material Icons";
  content: "\E5CB" !important;
  color: #dcdcdc !important;
  font-size: 28px;
}
.featured-products .products .bx-next::before {
  font-family: "Material Icons";
  content: "\E5CC" !important;
  color: #dcdcdc !important;
  font-size: 28px;
}
.featured-products .products .bx-wrapper .bx-controls-direction a {
  top: -60px !important;
  padding: 6px 0 0 0;
  width: 35px !important;
  height: 35px !important;
  background: #fff;
  border: 1px solid #dcdcdc;
  z-index: 99;
}

.add-to-cart-form {
  position: absolute;
  right: 0;
  top: 0;
}
.add-to-cart-form button {
  background: #19a62c;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  clear: both;
  border: none;
  text-align: right;
  height: 35px;
  cursor: pointer;
}
.add-to-cart-form button.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.add-to-cart-form button i {
  line-height: 25px;
}
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  box-shadow: none;
  padding: 0;
  width: 90%;
}
#search_filters > p.h6 {
  display: none;
}
#search_filters .facet .facet-title {
  font-size: 20px;
  color: #19a62c;
  text-transform: uppercase;
}
#search_filters .ui-slider .ui-slider-handle {
  width: 1.2em;
  border-radius: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-color: transparent;
  margin-left: -2px;
}
#search_filters .ui-slider-horizontal {
  height: 0.2em;
}
#search_filters .ui-widget-header {
  background: #19a62c;
}
.pagination .page-list {
  box-shadow: none;
}
.pagination .page-list li {
  display: inline-block;
}
.pagination a {
  font-weight: 400;
  color: #ccc;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 1.25rem;
}
.pagination .current a {
  color: #fff;
  background: #19a62c;
  border: 1px solid #19a62c;
}
.pagination .previous,
.pagination .next {
  float: none;
  padding: 0 3px;
}

/* product page */
#product .breadcrumb {
  background: #f8f8f8;
  margin: 0;
  padding: 30px 0;
}
#product .breadcrumb ol {
  max-width: 1440px;
  margin: auto;
}
#product #content {
  max-width: 100%;
}
.product-cover {
  width: calc(80% - 30px);
  float: left;
  margin-left: 30px;
}
.product-cover img {
  box-shadow: none;
  background: transparent;
  filter: brightness(0.971);
}
#main .images-container .js-qv-mask,
#main .images-container .js-qv-mask.scroll {
  width: calc(20% - 30px);
  float: left;
}
.product-images > li.thumb-container {
  display: block;
}
.product-images > li.thumb-container > .thumb {
  width: 100%;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}
.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
  border: 3px solid #19a62c;
}
#product .product-container {
  background: #f8f8f8;
}
#product .product-container .product-container-inner {
  max-width: 1440px;
  margin: auto;
}
#product h1 {
  color: #242424;
  font-weight: bold;
  font-size: 16px;
}
#product .referencia {
  color: #707070;
  font-size: 10px;
}
#product-availability {
  display: block;
  color: #9dc44d;
  margin-bottom: 0.625rem;
}
#product-availability .product-available {
  color: #fff;
  background: #9dc44d;
  border-radius: 25px;
  font-size: 18px;
}
.envios {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}
.envios span:first-child {
  width: 50%;
  display: inline-block;
}
.envios span:last-child {
  width: 50%;
  display: inline-block;
  text-align: right;
  color: #ed504a;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  background: transparent;
  padding: 0;
  margin-right: 0;
}
.product-features > dl.data-sheet dd.value {
  text-align: right;
}
.product-features {
  border-bottom: 1px solid #d7d7d7;
}
.delivery_time {
  margin-top: 20px;
  color: #19A62C;
  font-size: 14px;
}
.delivery_time i {
  margin-right: 5px;
  color: #19A62C;
  font-size: 17px;
}
#product .product-price {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin: 0 !important;
}
#product .has-discount .discount {
  position: relative;
  bottom: 10px;
  /* top:0;
	right:16px; */
  background: #b70000;
  border: 2px solid #b70000;
  color: white;
  font-size: 24px;
}
.has-discount.product-price,
.has-discount p {
  color: #b70000;
  font-size: 38px;
}
#product .product-discount {
  display: inline-block;
}
.product-discount .regular-price {
  font-size: 32px;
}
#product .product-flags {
  display: none;
}
.btn-primary {
  color: #fff;
  background-color: #19a62c;
  border-color: transparent;
  padding: 0.5rem 2.25rem;
}
.bootstrap-touchspin {
  box-shadow: none;
}
.input-group .input-group-btn {
  display: inline;
}
.input-group .input-group-btn > .btn {
  float: left;
  color: #000;
  padding: 1rem 0.7rem;
}
.product-quantity .qty {
  width: calc(30% - 0.8rem);
}
.product-quantity .add {
  width: calc(70% - 0.8rem);
}
.product-quantity .qty {
  margin-right: 0.8rem;
}
.product-quantity #quantity_wanted {
  width: calc(100% - 60px);
  border: none;
  text-align: center;
}
#product .product-actions .add-to-cart {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:hover {
  background-color: #000;
}
#product .tabs {
  box-shadow: none;
  max-width: 1440px;
  margin: 2rem auto auto;
}
.tabs .nav-tabs .nav-link.active {
  color: inherit;
}
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #19a62c;
}
#product .featured-products {
  max-width: 1440px;
  margin: auto;
  margin-top: 50px;
}
#product #footer {
  padding-top: 0;
}
#blockcart-modal .product-name {
  color: #19a62c;
}
#blockcart-modal .modal-body .divide-right span {
  margin-top: 1.3125rem;
  margin-bottom: 0.3125rem;
}

div.user-info .logout {
  /* margin-right:20px;E7FF */
}

/* footer */
#footer {
  margin-top: 0;
}
#footer > .container {
  width: 100%;
}
/*#footer .before{
	background:url('../img/ventas.png') no-repeat;
	background-position:left bottom;
	min-height: 230px;
	position: relative;
	background-size: 320px;
}*/ /*DFDMOD 2022-07-25*/
.html-footer-before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
}
.html-footer-before p {
  margin: 0;
}
.html-footer-before img {
  height: 130px;
}
.puntos-venta {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  width: 98%;
}
.puntos-venta div {
  padding-left: 80px;
}

.puntos-venta .burgos:before {
  font-family: "Flaticon";
  content: "\f101";
  font-size: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.puntos-venta .caleruega:before {
  font-family: "Flaticon";
  content: "\f101";
  font-size: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.puntos-venta .merida:before {
  font-family: "Flaticon";
  content: "\f100";
  font-size: 62px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.puntos-venta h6 {
  font-size: 0.7375rem;
}
.puntos-venta p {
  font-size: 0.6375rem;
  color: #fff;
  line-height: 14px;
}
.footer-container {
  background: #5c5c5c url("../img/footer-bg.png") no-repeat;
  box-shadow: none;
  padding-top: 3rem;
  background-position: right center;
  background-size: 25%;
  margin-top: 0;
}
.html-footer p,
.footer-container p.h3,
.footer-container a {
  color: #e4e4e4 !important;
  text-transform: none;
}
.html-footer p,
.footer-container a {
  font-weight: 300;
}
.html-footer p {
  margin-bottom: 30px;
  font-size: 12px;
}
.footer-container p.h3 {
  font-size: 20px;
}
.footer-container a {
  font-size: 15px;
}
.footer-container .links {
  /* margin-top:70px; */
}
.footer-container .after {
  border-top: 1px solid #e4e4e4;
  margin-top: 30px;
  /* margin-bottom:30px; */
  padding-top: 10px;
  text-align: center;
}
.footer-container .after .links {
  margin: 0 auto;
  float: none;
}
.footer-container .after .links .wrapper {
  width: 100%;
}
.footer-container .after .links p.h3 {
  display: none;
}
.footer-container .after .links li {
  display: inline-block;
}
.footer-container .after .links li a {
  padding: 20px;
  font-family: "Raleway";
  font-size: 11px;
}
.footer-container .copyright {
  background: #19a62c;
}
.footer-container .copyright p {
  margin: 0;
  line-height: 36px;
  color: #fff;
  font-size: 11px;
}
.footer-container .copyright a {
  color: #fff !important;
  font-size: 11px;
}

/* social block */
.block-social ul,
.block-social ul li {
  display: block;
}
.block-social ul li {
  background: #cfcfcf;
  border-radius: 25px;
  margin-bottom: 15px;
  width: 35px;
  height: 35px;
}
.block-social ul li:hover {
  background-color: #fff;
}
.facebook,
.twitter,
.instagram {
  background-image: none;
}
.facebook:before {
  background-image: none;
  font-family: "Flaticon";
  content: "\f107";
  font-size: 24px;
  color: #8a8a8a;
  line-height: 35px;
  margin: 0;
  padding-right: 5px;
}
.twitter:before {
  background-image: none;
  font-family: "Flaticon";
  content: "\f108";
  font-size: 24px;
  color: #8a8a8a;
  line-height: 35px;
  margin: 0;
  padding-right: 5px;
}
.instagram:before {
  background-image: none;
  font-family: "Flaticon";
  content: "\f103";
  font-size: 24px;
  color: #8a8a8a;
  line-height: 35px;
  margin: 0;
  padding-right: 5px;
}

/*Titulo de los puntos de venta*/
.html-footer-before .puntos-venta h4 {
  margin-top: 4px;
  margin-bottom: 20px;
}

/* checkout */
body#checkout #header .header-nav {
  padding: 0;
  box-shadow: none;
  border-bottom: 2px solid #f1f1f1;
}
#checkout #search_widget {
  display: block;
}
body#checkout #footer {
  box-shadow: none;
  padding: 0;
}

#div-en-liquidacion {
  text-align: right;
}

div#etiquetas-superiores-product-cover {
  width: calc(80% - 30px);
  float: left;
  margin-left: 30px;
}

#en-liquidacion {
  display: inline-block;
  background: #b70000;
  color: white;
  margin-bottom: 0;
  padding: 3px 10px;
  text-transform: uppercase;
  /* border-radius: 15px; */
}

.marca_titulo {
  font-size: 28px;
  font-weight: 700;
  border-bottom: 3px solid #ff6e00;
  color: #666;
  line-height: 1;
  padding: 4px 7px;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
}

.brand {
  margin-bottom: 30px;
}

.brand-products {
  text-align: center;
}

.brand > .row.filaInfoMarca {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-img {
  display: inline-block;
  width: auto;
}

.brand-infos {
  display: inline-block;
  width: 80%;
}

.brand .brand-infos a {
  font-size: 22px;
}

.brand > div a {
  color: #444;
  margin-right: 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
}

.brand > div a:hover {
  color: #19a62c;
}

#header .user-info a {
  color: black;
}

.puntos-venta {
  padding-left: 20px;
}

.block-social {
  display: none;
}

.product-features > dl.data-sheet {
  display: none;
}

footer .btn-whatsapp {
  position: fixed;
  bottom: 94px;
  right: 25px;
  z-index: 1000;
}

footer .btn-whatsapp img {
  height: 50px;
  width: 50px;
}

.product-flags li.product-flag.discount {
  margin-top: 0;
}

.product-flags li.product-flag.liquidacion {
  background: #b70000;
}

.product-flags {
  z-index: 0;
}

div.product-container #product-brand-logo {
  float: right;
  margin-left: 15px;
}

div#product-brand-logo img {
  max-width: 100px;
}

/***********************BANNER REACONDICIONADO PÁGINA DE PRODUCTO*************************/
#main div.product-banner-reacondicionado {
  /* display:none; */
  max-width: 1440px;
  margin: 40px auto 0px;
  padding: 10px 1.875rem;
}

div.product-banner-reacondicionado div.interno {
  padding-left: 30px;
}

div.product-banner-reacondicionado div.p-final {
  margin-top: 20px;
}

@media (max-width: 430px) {
  div.product-banner-reacondicionado div.interno {
    padding-left: 0px;
  }
}

div.product-banner-reacondicionado .article-detail-feature .white-card-movil {
  border-top: 10px solid #19a62c;
  padding: 20px 30px;
}

div.product-banner-reacondicionado .article-detail-feature h2.teal {
  color: #19a62c;
  /* white-space: nowrap; */
  margin-bottom: 20px !important;
  text-align: left;
}

div.product-banner-reacondicionado .article-detail-feature span.teal {
  color: red;
  white-space: nowrap;
}

div.product-banner-reacondicionado .article-detail-feature #top-title {
  text-align: center;
  margin-bottom: 20px;
}

div.product-banner-reacondicionado .article-detail-feature #top-title > * {
  display: inline-block;
  margin-bottom: 9px;
}

div.product-banner-reacondicionado .article-detail-feature .widget {
  margin: 15px 0;
  min-height: 70px;
  padding-left: 20px;
}

div.product-banner-reacondicionado .article-detail-feature .widget p {
  font-size: 13px;
  line-height: 15px;
  margin-left: 88px;
  position: relative;
  top: 9px;
  width: 60%;
}

div.product-banner-reacondicionado .article-detail-feature h2 {
  display: inline-block;
  padding-left: 10px;
}

div.product-banner-reacondicionado .m-r-1 {
  margin-right: 1rem;
}

div.product-banner-reacondicionado .p-l-10 {
  padding-left: 10px;
}

div.product-banner-reacondicionado .m-t-1 {
  margin-top: 1rem;
}

div.product-banner-reacondicionado .m-b-0 {
  margin-bottom: 0rem;
}

div.product-banner-reacondicionado
  .article-detail-feature
  .widget
  .icon-holder
  .icon {
  font-size: 33px;
  left: 16px;
  position: relative;
  top: 15px;
  line-height: 1;
  /* padding: .25rem; */
  color: #19a62c;
}

div.product-banner-reacondicionado
  .article-detail-feature
  .widget
  .icon-holder
  .icon-arrow {
  font-size: 33px;
  left: 25px;
  position: relative;
  top: 17px;
  line-height: 1;
  color: #19a62c;
}

div.product-banner-reacondicionado .article-detail-feature span.ahorro {
  background-color: #19a62c;
  color: #fff;
  font-size: 16px;
  margin: auto 9px;
  padding: 3px 10px;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

div.product-banner-reacondicionado .article-detail-feature span.pvpr {
  font-size: 16px;
  white-space: nowrap;
  color: #888;
}

div.product-banner-reacondicionado
  .article-detail-feature
  .widget
  .icon-holder {
  border: 3px solid #19a62c;
  border-radius: 200px;
  float: left;
  height: 70px;
  position: relative;
  width: 70px;
}

div.product-banner-reacondicionado div.p-final p {
  font-size: 0.8em;
  text-align: right;
}

@media (min-width: 768px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1350px) {
  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (max-width: 1350px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}
@media (max-width: 1230px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .top-menu a[data-depth="0"] {
    font-size: 11px;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  #footer {
    padding-top: 0;
  }
  #footer .before {
    background: none;
    min-height: 100px;
  }
  .html-footer-before {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}
@media (max-width: 1135px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}
@media (max-width: 1115px) {
  .top-menu a[data-depth="0"] {
    padding: 20px 5px;
    font-size: 10px;
  }
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}
@media (max-width: 1024px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
  #left-column {
    padding-right: 0px;
  }
  .block-categories .category-sub-menu li[data-depth="0"] > a {
    padding-bottom: 1.275rem;
    font-size: 12px;
    font-weight: 400;
  }
  .block-categories .collapse-icons .add,
  .block-categories .collapse-icons .remove {
    font-size: 14px;
  }
  .block-categories .navbar-toggler {
    width: 1em;
  }
  .product-quantity #quantity_wanted {
    width: calc(100% - 46px);
  }
  #product .input-group .input-group-btn > .btn {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 991px) {
  .top-menu a[data-depth="0"] {
    font-size: 8px;
    font-weight: bold;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .puntos-venta .burgos:before,
  .puntos-venta .caleruega:before,
  .puntos-venta .merida:before {
    font-size: 38px;
  }
  .puntos-venta div {
    padding-left: 40px;
  }
  #header .header-top .search-widget {
    min-width: 50%;
  }
}
@media (max-width: 935px) {
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
  #product .input-group .input-group-btn > .btn {
    padding: 1rem 0.3rem;
  }
  .product-quantity #quantity_wanted {
    width: calc(100% - 32px);
  }
  #product .product-actions .add-to-cart {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .top-menu a[data-depth="0"] {
    font-size: 16px;
    font-weight: normal;
    padding: 20px 2px;
  }
  #products .thumbnail-container,
  .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    width: 220px;
  }
}

@media (max-width: 767px) {
  #header .header-nav .cart-preview.active a,
  #header .header-nav .cart-preview.active i {
    color: #444;
  }
  div#etiquetas-superiores-product-cover {
    width: 100%;
    margin-left: 0px;
  }

  #main .images-container .js-qv-mask,
  #main .images-container .js-qv-mask.scroll {
    width: 100%;
  }

  #header .header-nav .user-info .logged {
    position: relative;
    top: 2px;
    color: #444;
  }

  #header .header-nav .blockcart {
    padding: 0.95rem;
    color: #444;
  }

  #img-logout {
    margin-left: 8px;
  }

  #header .header-nav .top-logo {
    /* position: absolute; */
    padding-top: 0px;
    text-align: center;
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-60%); */
  }
  #_desktop_cart {
    display: none;
  }
  #header .header-nav .cart-preview.active {
    background: white;
  }
  .cart-products-count {
    display: none;
  }
  #header .header-top .search-widget {
    margin-top: 5px;
  }
  .carousel .carousel-inner {
    height: auto;
  }
  .html-home {
    padding: 20px;
  }
  .html-home .col-xs-6 {
    padding: 5px;
  }
  .html-home h4 {
    left: 50%;
    transform: translateX(-50%);
  }

  #wrapper .banner img {
    width: 200%;
    max-width: 200%;
  }
  #custom-text div {
    margin: 2.5px;
  }
  .html-footer {
    text-align: center;
  }
  #footer .before {
    background: none;
  }
  .html-footer-before img {
    display: none;
  }
  .html-footer-before {
    position: relative;
    width: 100%;
  }
  .puntos-venta {
    position: relative;
    top: 0;
    right: 0;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .puntos-venta div {
    padding-bottom: 20px;
  }
  .puntos-venta p {
    color: #000;
  }
  .footer-container {
    background-image: none;
  }
  .footer-container .links {
    margin-top: 0;
  }
  .footer-container .links ul > li {
    background: #5c5c5c;
    margin: 0;
  }
  .footer-container .after {
    margin-top: 0;
  }
  .footer-container .after .links .title {
    display: none;
  }
  .footer-container .after .links ul {
    /*display:block !important;*/
    background: transparent;
  }
  .footer-container .after .links li {
    background: transparent;
    border: none;
    padding: 0;
  }
  .footer-container .after .links li a {
    padding: 20px 5px;
  }
  .links .title {
    color: #fff;
    border: none;
  }
  .footer-container .links .h3 {
    color: #fff;
  }
  .block-social ul li {
    display: inline-block;
  }
  .facebook:before,
  .twitter:before,
  .instagram:before {
    padding: 0;
    line-height: 33px;
  }
  .footer-container .copyright p {
    text-align: center;
  }
  /* category page */
  .advertising-block {
    display: none;
  }
  #products .thumbnail-container .product-description,
  .featured-products .thumbnail-container .product-description,
  .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 220px;
  }
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    font-size: 14px;
  }
  #products .thumbnail-container .product-thumbnail img,
  .featured-products .thumbnail-container .product-thumbnail img,
  .product-accessories .thumbnail-container .product-thumbnail img,
  .product-miniature .thumbnail-container .product-thumbnail img {
    margin-bottom: 0;
  }
  .product-container-inner {
    padding: 0 20px;
  }
  #main .images-container .js-qv-mask.scroll,
  .product-cover {
    width: 100%;
    float: none;
  }

  div.hidden-md-up.text-sm-center.mobile {
    padding: 5px 0px;
  }

  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group,
  .input-group .form-control {
    z-index: 0;
  }

  .js-qv-mask ul {
    margin-top: 15px;
    text-align: center;
  }
  .product-images > li.thumb-container {
    display: inline-block;
    width: 75px;
  }
  .images-container .product-images > li.thumb-container > .thumb {
    width: 75px;
  }
  #category #left-column #search_filters_wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  #search_filters,
  #search_filters_brands,
  #search_filters_suppliers {
    width: 100%;
  }
}
@media (max-width: 726px) {
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 220px;
  }
}
@media (max-width: 678px) {
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 220px;
  }

  .product-miniature .product-price-and-shipping {
    width: 100%;
  }
}
@media (max-width: 590px) {
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 220px;
  }
}
@media (max-width: 480px) {
  #wrapper .banner h4 {
    font-size: 22px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -60%);
    width: 90%;
  }
  #products .regular-price,
  .featured-products .regular-price,
  .product-accessories .regular-price,
  .product-miniature .regular-price {
    font-size: 0.55rem;
  }
  #products .product-price-and-shipping span.price.discount,
  .featured-products .product-price-and-shipping span.price.discount,
  .product-accessories .product-price-and-shipping span.price.discount,
  .product-miniature .product-price-and-shipping span.price.discount {
    font-size: 0.75rem;
  }
  #products .product-description .discount-percentage,
  .featured-products .product-description .discount-percentage,
  .product-accessories .product-description .discount-percentage,
  .product-miniature .product-description .discount-percentage {
    top: 0;
    right: 0;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container,
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    width: 160px;
  }
}

@media (max-width: 547px) {
  #header .header-nav .top-logo a img {
    max-width: 200px;
  }
}
@media (max-width: 798px) {
  .product-flags2 {
    right: 0 !important;
    top: 73px !important;
  }
  .product-flags li.product-flag2 {
    font-size: 13px !important;
  }
}
.product-flags2 li.product-flag2 i,
.product-flags li.product-flag2 i {
  margin-right: 5px;
}
.product-flags2 li.product-flag2,
.product-flags li.product-flag2 {
  pointer-events: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #19a62c;
  font-weight: 700;
  padding: 0.3125rem 0.4375rem;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0.625rem;
  font-size: 0.9rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-flags li.product-flag2.dias-retraso {
  margin-top: 0;
}
.product-flags2 {
  pointer-events: none;
  position: absolute;
  width: auto;
  top: 23px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
@media (min-width: 798px) {
  #category .product-flags {
    height: 75%;
  }
  .product-miniature.js-product-miniature li.product-flag.liquidacion {
    position: absolute;
    bottom: -9px;
    width: 100%;
    text-align: center;
    text-transform: initial;
    font-size: 14px;
    padding: 1px;
    min-height: 10px !important;
  }
  .product-miniature.js-product-miniature li.product-flag2.enviogratuito {
    font-size: 12px;
    position: absolute;
    top: 0px;
    margin-top: 0;
  }
  .product-miniature.js-product-miniature li.product-flag.discount {
    float: right;
    text-align: center;
    font-size: 14px;
    /* width: auto; */
    position: absolute;
    right: 0;
  }
}
@media (max-width: 798px) {
  #category .product-flags {
    height: 75%;
  }
  .product-miniature.js-product-miniature li.product-flag.liquidacion {
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    text-transform: initial;
    font-size: 12px;
    padding: 1px;
    min-height: 10px !important;
  }
  .product-miniature.js-product-miniature li.product-flag2.enviogratuito {
    font-size: 12px !important;
    position: absolute;
    top: 0px;
    padding: 3px;
    margin-top: 0;
  }
  .product-miniature.js-product-miniature li.product-flag.discount {
    float: right;
    /* width: auto; */
    position: absolute;
    right: 0;
    font-size: 12px;
    padding: 2px;
    min-height: auto !important;
    min-width: auto !important;
  }
}

/*Anular la alineación del precio en las miniaturas, en el módulo Spare Parts*/
#spareparts-products-div
  .product-miniature
  .product-price-and-shipping
  span.price {
  margin-left: 0px;
}

/*Input de la última columna de la tabla del módulo SPARE PARTS*/
#spareparts-products-div .input-group .form-control {
  width: 50%;
  height: 30px;
  margin-right: 5px;
}

/*Ocultar el tercer nivel de categorías en el desplegable del menú principal*/
div.menu ul.top-menu[data-depth="3"],
div.menu ul.top-menu[data-depth="4"],
div.menu ul.top-menu[data-depth="5"],
div.menu ul.top-menu[data-depth="6"] {
  display: none;
}

/*Indentar un poco el segundo nivel*/
div.menu ul.top-menu[data-depth="2"] {
  padding-left: 10px;
}

div.menu ul.top-menu a:hover {
  color: black !important;
  font-weight: 400 !important;
  cursor: pointer;
}

div.menu ul.top-menu a {
  cursor: pointer;
}

/*Estilos del mensaje "Consultar antes de comprar" en la página de producto (productos no disponibles para pedidos)*/
div#no-disponible-consultar {
  padding: 20px 10px;
  border: 1px solid black;
  border-radius: 5px;
  text-align: center;
}

/*Estilos de las cajas de subcategorías en la zona superior de la página de categoría*/
#category #subcategories {
  margin-bottom: 40px;
}

#category #subcategories p.subcategory-heading {
  display: none;
}

#category #subcategories ul li {
  float: left;
  margin: 5px 15px 15px 0;
  text-align: center;
}

#category #subcategories a.subcategory-name {
  color: #7f7f7f;
  padding: 5px;
  border: 1px solid lightgray;
}

/*ESTILOS SOBREESCRITOS PARA PONER TRES PRODUCTOS POR FILA EN LUGAR DE CUATRO*/
/* #products .thumbnail-container,
.thumbnail-container,
.product-miniature .thumbnail-container {
  width: 240px;
  height: 378px;
}

#products .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  width: 100%;
}

#products .product-description,
.product-miniature .product-description {
  width: 100%;
}

#products .products {
  justify-content:space-between;
} */

/*DFDMOD 2022-06-14*/
/*Categorías*/
.html-home .categorias_home {
  display: flex;
  justify-content: space-around;
}
.html-home .categoria_home h2 {
  position: initial;
  top: 0;
  left: 0;
  color: #000;
  text-transform: uppercase;
  z-index: 9;
  text-align: center;
  margin-top: 1em;
  font-size: 1em;
}
.html-home .categoria_home img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .html-home .categorias_home {
    flex-wrap: wrap;
  }
}

/*Slogan logo*/

#_desktop_logo .slogan_logo {
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}

/*Slogan home*/
.html-home .slogan_home h1 {
  text-align: center;
  margin-bottom: 2em;
}

/*Flag sin stock*/
.product-flag3.sinstock {
  background-color: #f88a3b !important;
  color: #fff;
  width: fit-content;
  font-weight: 700;
  padding: 0.3125rem 0.4375rem;
  text-transform: uppercase;
  font-size: 12px;
}

.product-miniature.js-product-miniature li.product-flag2.enviogratuito {
  position: relative !important;
  margin-bottom: 3px;
}

/*DFDMOD 2022-07-13*/

html body div[id*="trustbadge-container"] > div > div {
  left: 20px !important;
  bottom: 20px !important;
}

html body div[id*="trustbadge-container"] > div > div:hover {
  inset: auto 19px 110px auto !important;
  left: 20px !important;
  bottom: 20px !important;
}

@media (max-width: 768px) {
  html body div[id*="trustbadge-container"] > div > div {
    bottom: 20px !important;
  }
}

/*DFDMOD 2022-07-25 cambios footer*/
#footer {
  padding-top: 0;
}
#footer > div.footer-container > div.container {
  width: 100%;
}

#footer > div.footer-container > div.container > div:nth-child(2) {
  background-color: #7a7a7a;
}
#footer > div.footer-container > div.container > div.row .footer_full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  background: none;
}
#footer
  > div.footer-container
  > div.container
  > div:nth-child(2)
  .footer_block
  p.title {
  color: #fff !important;
}
#footer .footer-container .footer_block a {
  color: #000 !important;
}
#footer
  > div.footer-container
  > div.container
  > div:nth-child(2)
  .footer_block
  a {
  color: #fff !important;
}

#footer > div.footer-container > div.container .payment .pago-seguro {
  color: #fff;
}
#footer > div.footer-container > div.container .newsletter-footer {
  color: #fff;
  margin-top: 12px;
  font-weight: 600;
}
.footer-container li a,
.footer_block #blockEmailSubscription_displayFooter .msg_newsletter,
#footer > div.footer-container > div.container .newsletter-footer,
.footer_block
  #blockEmailSubscription_displayFooter
  > div
  > div.form_newsletter
  .input-wrapper,
.footer_block #blockEmailSubscription_displayFooter .psgdpr_consent_message {
  font-size: 0.78rem;
}
.footer-container .footer_block .social a {
  margin-right: 10%;
}
.footer_full
  .footer_block
  #blockEmailSubscription_displayFooter
  > div
  > div:nth-child(1) {
  display: none;
}
.footer_block
  #blockEmailSubscription_displayFooter
  > div
  > div.form_newsletter {
  width: 100%;
  padding: 0;
}
.footer_block
  #blockEmailSubscription_displayFooter
  > div
  > div.form_newsletter
  .input-wrapper {
  padding: 0;
}
.footer_block #blockEmailSubscription_displayFooter {
  width: 100%;
}
/*Copyright*/
.footer-container .copyright {
  background: #e9ebed;
}
.footer-container .copyright p,
.footer-container .copyright a {
  color: #5c5c5c !important;
  font-size: 12px;
}
.footer-container .copyright a {
  text-decoration: underline;
}
/*Atención al cliente (puntos venta, método de pago y envio, blog)*/
#footer > div.footer-container > div.container > div.top {
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#footer #customer-support > div:last-child .title,
#customer-support .logo-footer {
  padding-top: 1em;
}
#footer #customer-support > div:last-child .title a {
  font-weight: 600;
  color: black !important;
  font-size: 1em;
}
#footer #customer-support .title {
  color: black;
  font-size: 1.2em;
  font-weight: 600;
}
#footer #customer-support .subtitle a {
  font-size: 0.9em;
}
#footer #customer-support > div:first-child .phone {
  margin-bottom: 0.8em;
  margin-top: 1.2em;
}

#footer #customer-support > div:first-child .schedule {
  color: black;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: bold;
}
#customer-support > div:nth-child(2) > p:nth-child(3) {
  margin-top: 20px;
}
#footer #customer-support > div:not(:last-child) {
  padding: 0;
  padding-top: 20px;
}
#footer #customer-support > div {
  min-height: 200px;
}

#footer > .footer-container > .container > div:nth-child(2) {
  margin-top: 10px;
  padding-top: 20px;
}

#footer #customer-support > div:nth-child(2) {
  border-left: 1px solid #e9ebed;
  padding-left: 20px !important;
}

#footer > div.footer-container > div.container div.logo-footer > img {
  margin-bottom: 22px;
}

#customer-support .logo-footer {
  padding-left: 38px;
  padding-top: 20px;
}

#customer-support .puntosventa .title {
  margin-bottom: 20px !important;
}
#customer-support .puntosventa div {
  padding: 0;
}
@media (max-width: 1420px) {
  #customer-support > div.puntosventa > div.merida,
  #customer-support > div.puntosventa > div.burgos {
    width: 100%;
  }
}

@media (max-width: 1420px) {
  #customer-support div.image > a > img {
    display: none;
  }
  #customer-support .logo-footer {
    width: 100%;
  }
  #customer-support > div:nth-child(3) {
    border-left: 1px solid #e9ebed;
    padding-left: 20px !important;
    width: 40%;
  }
  #customer-support .pagos img {
    max-width: 150px;
  }
}

/*Imágenes grandes*/
#custom-text {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#custom-text .row {
  margin: 0 !important;
}
#custom-text h3 {
  left: 50px;
  border-left: none;
}

#custom-text h3 > span {
  display: block;
  font-size: 1.5em;
}
#custom-text h3 > span:nth-child(2) {
  font-weight: 200;
}
#custom-text > div > div:nth-child(1) {
  padding: 0 15px 0 0;
}
#custom-text > div > div:nth-child(2) {
  padding: 0 0 0 15px;
}
#custom-text > div > div:nth-child(1) > h3 {
  left: 75px;
}

/*Iconos*/
#footer-info {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #e9ebed;
}
#footer-info > .columns {
  margin-bottom: 30px;
  display: flex;
}

#footer-info > .columns > .column {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  box-shadow: 1px 3px 8px 1px #e9ebed;
  background: white;
  margin-right: 30px;
}

#footer-info > .columns > .column > img {
  width: 50px;
  margin-right: 20px;
}
#footer-info > .columns > .column > div {
  width: 70%;
  color: black;
}
#footer-info > .columns > .column > div > p:first-child {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}

#footer-info > .columns > .column > div > p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 15px;
  color: black;
}

@media (max-width: 991px) {
  #footer-info {
    margin: 0 0 !important;
  }
  #footer-info > .columns {
    display: inline-flex;
  }
  #footer-info > .columns > .column {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1200px) {
  #footer-info > .columns {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  #footer-info > .columns > .column {
    width: 45%;
    margin-bottom: 30px;
  }
}
/* Footer before - Subscribirse al boletin de noticias, atención cliente, contacta*/
#footer .before {
  background: url("/img/cms/fondo_newsletter.png");
  background-size: cover;
  background-position: 50%;
}
#footer .before .footer_before_full {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
#footer .before .footer_before_full > .footer_block {
  margin: 10px 0;
  min-height: 300px;
}
#footer .before .footer_before_full > div:nth-child(2),
#footer .before .footer_before_full > div:nth-child(3) {
  border-left: solid 1px #fff;
}
@media (max-width: 1600px) {
  #footer .before .footer_before_full > .footer_block {
    min-height: 330px;
  }
}
@media (max-width: 1122px) {
  #footer .before .footer_before_full > .footer_block {
    min-height: 390px;
  }
}
/* Footer before - Subscribirse al boletin de noticias*/
#footer
  .before
  #blockEmailSubscription_displayFooter
  > div
  > div.form_newsletter
  > form
  > div
  > div.input-wrapper {
  overflow: initial;
}
#footer .before #blockEmailSubscription_displayFooter #block-newsletter-label {
  padding-top: 0;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: 600;
}
#footer
  .before
  #blockEmailSubscription_displayFooter
  > div
  > div:nth-child(1)
  p {
  color: #fff;
  text-align: center;
}

#footer .before #blockEmailSubscription_displayFooter > div > div:nth-child(1) {
  width: 100%;
}

.block_newsletter form {
  width: 100%;
}

.block_newsletter form .input-wrapper {
  justify-content: start;
  padding-left: 25%;
  flex-direction: column;
}

.block_newsletter form .input-wrapper > div:first-child {
  position: relative;
}

#footer .block_newsletter form input[type="email"] {
  width: 100%;
  margin-right: 0;
  max-width: none;
}

#footer .block_newsletter .btn {
  font-size: 12px;
  position: absolute;
  right: 8px;
  bottom: 5px;
  height: auto;
  text-transform: uppercase;
  background-color: #19a62c;
  -webkit-appearance: none;
}

#footer .msg_newsletter {
  margin-top: 10px;
  text-align: initial;
}

#footer
  .msg_newsletter
  #gdpr_consent
  .psgdpr_consent_message
  > span:nth-child(2) {
  background-color: #fff !important;
  border-color: #fff;
}

#footer .msg_newsletter #gdpr_consent span {
  color: #fff;
}

@media (max-width: 991px) {
  #footer .block_newsletter form {
    width: 100%;
    margin-top: 30px;
  }

  #footer .block_newsletter .btn {
    right: 8px;
  }

  #footer .block_newsletter form input[type="email"] {
    margin: 0;
    max-width: none;
  }

  #footer .msg_newsletter {
    padding-left: 0;
    text-align: center;
  }

  #footer #blockEmailSubscription_displayFooterBefore {
    padding: 50px 0;
  }

  body:not(#index) #footer #blockEmailSubscription_displayFooterBefore {
    margin-top: 0;
  }

  #footer #blockEmailSubscription_displayFooterBefore > div {
    flex-direction: column;
    align-items: center;
  }

  #footer #blockEmailSubscription_displayFooterBefore #block-newsletter-label {
    text-align: center;
  }

  #footer
    #blockEmailSubscription_displayFooterBefore
    > div
    > div:first-child
    p:last-child {
    padding-right: 0;
    text-align: center;
    font-size: 1.4em;
  }

  #footer #blockEmailSubscription_displayFooterBefore > div > div:first-child,
  #footer #blockEmailSubscription_displayFooterBefore > div > .form_newsletter {
    width: 100%;
  }

  #footer .block_newsletter form .input-wrapper {
    justify-content: center;
    padding-left: 0;
  }
}
/* Footer before - Atención cliente */
#footer .before_atencion p {
  text-align: center;
  color: #fff;
}
#footer .before_atencion p.title {
  margin-top: 20px;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
#footer .before_atencion p.phone {
  padding-top: 40px;
}
#footer .before_atencion p.phone a {
  color: #fff;
  font-size: 2.6em;
  font-weight: 600;
}
#footer .before_atencion p.schedule {
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1122px) {
  #footer .before_atencion p.phone a {
    font-size: 2.2em;
  }
}

/* Footer before - Contacta*/
#footer .before .contact-form {
  background: none;
  padding: 0;
}

#footer .before section form > section > div:nth-child(2),
#footer .before section form > section > div:nth-child(4) {
  display: none;
}

#footer .before .contact-form h3 {
  margin-top: 20px;
  text-transform: lowercase;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
#footer .before section form > section > div:nth-child(1) > div {
  width: 100%;
}
#footer .before .contact-form h3::first-letter {
  text-transform: uppercase;
}
#footer .before section form > section > div:nth-child(3) {
  margin-bottom: 0;
}
#footer .before section form > section > div:nth-child(3) label,
#footer .before section form > section > div:nth-child(5) label {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  width: 27%;
  text-align: left;
  margin-left: 10px;
}
#footer .before section form > section > div:nth-child(3) > div,
#footer .before section form > section > div:nth-child(5) > div {
  width: 70%;
}
#footer .before section form > section > div:nth-child(3) input,
#footer .before section form > section > div:nth-child(5) textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
}
#footer .before section form > section > div:nth-child(3) input::placeholder,
#footer
  .before
  section
  form
  > section
  > div:nth-child(5)
  textarea::placeholder {
  color: #fff;
}
#footer .before section form > section > div:nth-child(5) textarea {
  height: 60px;
}
#footer .before section form > section > div:nth-child(6) > div {
  margin: 0;
  margin-left: 10px;
}
#footer .before section form > section > div:nth-child(6) > div span {
  color: #fff;
  border-color: #fff;
}
#footer
  .before
  section
  form
  > section
  > div:nth-child(6)
  #gdpr_consent
  > span
  > label
  > span:nth-child(2) {
  background-color: #fff;
}

@media (max-width: 1122px) {
  #footer .before section form > section > div:nth-child(3) label,
  #footer .before section form > section > div:nth-child(5) label,
  #footer .before section form > section > div:nth-child(3) > div,
  #footer .before section form > section > div:nth-child(5) > div {
    width: 100%;
  }
}

/*Trusted*/
#footer .top .trusted-footer {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e9ebed;
  border-bottom: 1px solid #e9ebed;
}

/*Versión móvil*/
@media (max-width: 768px) {
  #footer .footer-container {
    padding-top: 0;
  }
  #footer .footer-container .footer_block a {
    color: #000 !important;
  }
  #footer .clearfix:after {
    display: none;
  }
  #footer .links .title.clearfix {
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-bottom: 5px;
    align-items: center;
  }
  #footer .footer-container .footer_block .telefono {
    margin-top: 1em;
  }
  #footer .footer-container .footer_block div.title {
    text-align: left;
    display: flex;
  }
  #footer .footer-container .footer_block div.title p {
    color: #000;
  }
  #footer
    > div.footer-container
    > div.container
    > div.row.after
    > div
    > div.title.clearfix.hidden-md-up
    > span {
    color: #000;
  }
  #footer
    > div.footer-container
    > div.container
    > div.row.after
    > div
    > div.title.clearfix.hidden-md-up
    > span
    > span
    > i {
    top: -5px;
    position: relative;
    margin-left: 10px;
  }
  #footer
    > div.footer-container
    > div.container
    > div.row.after
    > div
    .footer_list
    p {
    margin-top: 10px;
  }
  .footer-container .after .links li {
    display: block;
    text-align: left;
  }
  .footer-container .after .links li a {
    font-size: 0.8em;
  }
  .footer-container .after .links .title {
    display: block;
  }
  .footer-container .after {
    border-top: none;
  }

  /*Imágenes grandes*/
  #custom-text h3 > span {
    font-size: 1em;
  }
  #custom-text > div > div {
    padding: 0 !important;
  }

  #custom-text h3 {
    left: 40px !important;
  }

  /*Atención al cliente (puntos venta, método de pago y envio, blog)*/
  #footer #customer-support > div:nth-child(2) {
    border: none;
  }
  #customer-support .puntosventa .title {
    margin-bottom: 0 !important;
  }

  #customer-support > div.puntosventa .pv_titulo {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
  }
  #customer-support > div.puntosventa > div.merida {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #customer-support > div.puntosventa .pv_contacto {
    display: flex;
    justify-content: space-evenly;
  }
  #customer-support > div.puntosventa .pv_contacto img {
    width: 40px;
    height: 40px;
  }
  /*Newsletter*/
  #footer .after > div:nth-child(1) {
    height: 250px;
    padding: 0;
  }
  #footer .after #blockEmailSubscription_displayFooter {
    background: url("/img/cms/fondo_newsletter.png");
    background-size: cover;
    background-position-y: 100%;
  }
  #footer .after #blockEmailSubscription_displayFooter > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .after #blockEmailSubscription_displayFooter #block-newsletter-label {
    padding-top: 0;
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: 600;
  }
  #footer
    .after
    #blockEmailSubscription_displayFooter
    > div
    > div:nth-child(1)
    p {
    color: #fff;
    text-align: center;
  }

  /*Contacta*/
  #footer .after #customer-support .contacta {
    padding: 16px 0;
  }
  #footer .after #customer-support .contacta a {
    color: #fff !important;
    background-color: #19a62c;
    padding: 10px 10%;
  }
  #footer .after > div:nth-child(2) {
    height: 460px;
  }
}

/*DFDMOD 2022-08-05*/
/*Banner envío/atención/telf/blog*/
#header .header-top {
  clear: both;
}
#header .header-nav {
  background-color: #7a7a7a;
  border-bottom: none;
}
#header .header-nav .banner-nav span,
#header .header-nav .banner-nav p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}
#header .header-nav .banner-nav > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#header .header-nav .banner-nav > div:nth-child(1) {
  justify-content: flex-start;
}
#header .header-nav .banner-nav .envio-header img {
  margin-right: 5px;
}
#header .header-nav .telefono-header a {
  margin-right: 3px;
}
/*Top*/
#header .header-top {
  background-color: #19a62c !important;
  padding-bottom: 0;
  margin-top: -1px;
}
#header .header-top .top-bar {
  padding-top: 30px;
}
/*Top-Logo*/
#header #_desktop_logo > div:nth-child(1) {
  padding: 0;
}
#header #_desktop_logo .slogan_logo {
  margin-top: 0;
  color: #fff;
}
/*Top-buscador*/
#header .header-top .search-widget {
  min-width: 60%;
}
#header .header-top .search-widget form input[type="text"] {
  border-radius: 0;
  padding: 10px;
}
#header .header-top .search-widget button {
  background-color: #19a62c;
  color: #fff;
  top: 5px;
  margin-right: 4px;
}
#header .header-top .search-widget button span {
  display: inline-block !important;
}
/*Top-user*/
#header #_desktop_user_info .user-info a {
  display: flex;
}
#header #_desktop_user_info .user-info a img {
  margin-top: 5px;
  margin-right: 8px;
}
#header #_desktop_user_info .user-info a span {
  font-size: 14px;
  color: #fff;
}
#header #_desktop_user_info .user-info a:hover span {
  color: #000;
}
/*Top-carrito*/
#_desktop_cart {
  background-color: transparent;
  padding: 0;
  min-width: 0;
}
#_desktop_cart > div > div > span:nth-child(3) {
  font-size: 14px;
}
/*Distribuidor*/
#dfdtopbar {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
#dfdtopbar p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
}
#dfdtopbar p a {
  color: #000;
  text-decoration: underline;
}
#dfdtopbar p a:hover {
  text-decoration: underline;
  color: #19a62c;
}
#dfdtopbar #closeDfdTopBar {
  color: #fff;
  font-size: 24px;
  padding-left: 5px;
}
/*Tablet*/
@media (max-width: 991px) {
  #header #_desktop_user_info .user-info a img {
    margin-top: 0;
  }
  #header #_desktop_cart img {
    margin-top: 3px;
  }
}
/*Móvil*/
@media (max-width: 768px) {
  #header .header-nav {
    background-color: #19a62c;
  }
  #header #_mobile_logo_dfd p {
    color: #fff;
    margin-bottom: 0;
  }
  #header #_mobile_logo_dfd {
    float: left;
    width: 60%;
  }
  #header .header-top .top-bar {
    padding-top: 0;
    padding-bottom: 10px;
  }
  #header .header-nav .mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header-nav #_mobile_cart .blockcart {
    padding: 0;
  }
  #header .header-nav #_mobile_cart .blockcart img {
    margin-top: 5px;
  }
  #header .header-nav .cart-preview.active {
    background-color: transparent;
  }
  #header #_mobile_cart .header {
    position: relative;
  }
  #header #_mobile_cart .cart-products-count {
    display: block;
    color: #fff;
    position: absolute;
    left: 30px;
    top: -5px;
    font-size: 14px;
  }
  #header .header-nav .user-info {
    margin-top: 0;
  }
  #header .header-nav #menu-icon .material-icons {
    color: #fff;
  }
  #dfdtopbar {
    padding-left: 7px;
    padding-right: 7px;
  }
}

/*DFDMOD 2022-10-27 Home*/
#index #texto1_home,
#index .blockhomepromo,
#index #texto2_home,
#index #wbpblogposts,
#index #tommatobrands {
  max-width: 1440px;
  margin: auto;
}

#index .blockhomepromo h2 {
  padding-left: 0;
}

/*DFDMOD 2022-10-27 Wordpress home*/
#wbpblogposts h3 {
  text-align: center;
}

#wbpblogposts .post-link {
  display: none;
}

#wbpblogposts .posts .post .post-image {
  height: 280px;
}
@media (max-width: 576px) {
  #wbpblogposts .posts .post .post-image {
    height: 180px;
  }
}

/*DFDMOD 2022-10-27 Marcas home*/
#tommatobrands {
  margin: 30px auto !important;
}
#tommatobrands p.h1 {
  text-align: center;
  text-transform: lowercase;
  margin: 20px;
}
#tommatobrands p.h1::first-letter {
  text-transform: uppercase;
}
#tommatobrands .bx-wrapper {
  max-width: 1440px !important;
}

#tommatobrands .bx-wrapper .bx-controls-direction a {
  line-height: 0;
  position: absolute;
  margin-top: -10px;
  font-size: 0;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  top: -40px !important;
  padding: 6px 0 0 0;
  width: 35px !important;
  height: 35px !important;
  background: #fff;
  border: 1px solid #dcdcdc;
  z-index: 99;
  text-align: center;
}

/*DFDMOD 2022-10-28 Menú*/
/*div.menu ul.top-menu[data-depth="2"] {
  margin-bottom: 10px;
  margin-left: -30px;
  padding-left: 20px;
  background-color: #ededed;
}

div.menu ul.top-menu[data-depth="2"] a {
  padding: 4px 28px;
  width: 97%;
}
div.menu ul.top-menu span.boton_nietas {
  width: 20%;
  display: inline-block;
  padding-left: 4px;
}
div.menu ul.top-menu span.boton_nietas:hover {
  cursor: pointer;
}

div.menu .dropdown-item.nietas {
  display: inline;
}

div.menu ul.top-menu[data-depth="1"] > li.category {
  min-height: 30px;
}

div.menu div.padre_nietas {
  display: none;
  width: 97%;
}

@media (max-width: 768px) {
  ul.top-menu span.boton_nietas {
    display: none;
  }
}*/

/*DFDMOD 2022-12-20 Mostrar imagenes en la categoría de despiece de motosierra*/
#category .subcategory-name-6061 {
  text-align: center;
}
#category .subcategory-name-6061 img {
  border: 2px solid #ccc;
}
#category .subcategory-name-6061 p {
  font-size: 1rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  min-height: 50px;
  text-transform: uppercase;
  color: #232323;
}

/*DFDMOD 2023-01-04 Añadir enlace al despiece*/
#enlace_despiece a {
  background-color: #ff9a52;
  color: white;
  width: calc(100% - 0.8rem);
  padding: 6px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
}

#enlace_despiece a:hover {
  background-color: #000;
  text-decoration: none;
}

/*DFDMOD 2023-03-22 Maquetar checkout por defecto*/
#checkout .input-group .input-group-btn {
  display: table-cell;
}
#checkout .cart-grid-body form label,
#checkout .cart-grid-body form input {
  display: inline-block;
}

#checkout .cart-grid-body form button {
  background-color: #19a62c;
  color: #fff;
}
#checkout .cart-grid-body form button:hover {
  background-color: #000;
}
#checkout .block-promo .promo-input {
  display: inline-block;
}
#checkout .block-promo .promo-input + button {
  margin-top: -3px;
}
#checkout .block-promo .promo-input + button:hover {
  border: 2px solid #000;
}
#checkout #order-summary-content #order-items h3 {
  text-transform: lowercase;
}
#checkout #order-summary-content #order-items h3::first-letter {
  text-transform: uppercase;
}
#checkout .cart-summary-products a {
  text-transform: uppercase;
}

/*DFDMOD 2023-10-24 Maquetar Megamenu */
#_desktop_megamenu {
  display: flex;
  justify-content: center;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item {
  margin-left: 0;
  padding: 0;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
  font-size: 15px;
  text-transform: uppercase;
  color: #707070;
  padding: 12px 14px;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item:hover {
  background-color: #19a62c;
}

#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item:hover span {
  color: white;
}

#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item:hover
  > .menu_slidedown {
  padding-top: 0px;
  z-index: 999;
}

#_mobile_megamenu .pos-menu-horizontal .menu-item img {
  display: none;
}

#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-dropdown
  .submenu-item
  .category-sub-menu
  a {
  margin-left: 15px;
}

@media (min-width: 1300px) {
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:hover
    .menu_slidedown {
    width: 1200px !important;
  }
}

@media (min-width: 1050px) and (max-width: 1300px) {
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:hover
    .menu_slidedown {
    width: 90vw !important;
  }
}
