.d-none {
  display: none !important;
}

/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
.customNavigation {
  position: absolute;
  width: 65px;
  top: -63px;
  direction: ltr !important;
  left: auto;
  right: 15px;
  z-index: 8;
}
.customNavigation a {
  font-size: 0;
  position: absolute;
  padding: 0;
  color: #888888;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30px;
  height: 30px;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-color: #f0f0f0;
}
.customNavigation a:hover {
  background-color: #f92d7e;
}
.customNavigation a.prev {
  left: 0;
  background-image: url(../img/codezeel/left-angle.svg);
}
.customNavigation a.next {
  right: 0;
  background-image: url(../img/codezeel/right-angle.svg);
}
.customNavigation a.prev:hover {
  background-image: url(../img/codezeel/left-angle-hover.svg);
}
.customNavigation a.next:hover {
  background-image: url(../img/codezeel/right-angle-hover.svg);
}
.nivo-directionNav a {
  width: 50px;
  height: 50px;
}

@media (max-width: 1500px) {
  .customNavigation a.prev {
    left: 0px;
  }
  .customNavigation a.next {
    right: 0px;
  }
}

#czleftbanner img,
#czrightbanner img {
  max-width: 100%;
}
#czleftbanner li,
#czrightbanner li {
  display: inline-block;
}
#czleftbanner li a,
#czrightbanner li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 6px 1px #ebebeb;
  -webkit-box-shadow: 0px 0px 6px 1px #ebebeb;
}
#czleftbanner li a:before,
#czrightbanner li a:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.top_button {
  bottom: 20px;
  cursor: pointer;
  height: 40px;
  padding: 0px 12px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 99;
  font-size: 0px;
  border-radius: 50%;
  background: #f92d7e;
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
.top_button::before {
  color: #fff;
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 37px;
  font-weight: 300;
}
.top_button::after {
  border: 2px solid #f92d7e;
  border-radius: 50%;
  bottom: -5px;
  height: 50px;
  opacity: 1;
  right: -5px;
  content: "";
  position: absolute;
  width: 50px;
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.top_button:hover:after {
  animation: unset;
  -webkit-animation: unset;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #fff;
  width: 100%;
  min-height: 620px;
}

.ac_over {
  background-color: #f92d7e;
}

.flexslider {
  margin: 0 0 25px 0;
  padding: 0;
}

.header_logo img.logo {
  max-height: 70px;
}

#czbannercmsblock .shopnow > a {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.cz_search_block_top #cz_search_top_button,
.btn.btn-primary.add-to-cart.list-add-to-cart-variations {
  background-color: #f92d7e !important;
}

.btn.btn-primary.add-to-cart.list-add-to-cart-variations {
  background-color: #f92d7e !important;
  border: 1px solid #f92d7e !important;
  font-size: 12px !important;
}

.btn.btn-primary.add-to-cart.list-add-to-cart-variations:hover {
  background-color: #1b1b1b !important;
  border: 1px solid #1b1b1b !important;
}

#czservicecmsblock {
  padding-top: 10px;
}

#czservicecmsblock .service-area {
  padding-top: 0;
}

aside#notifications {
  margin-top: 50px;
}

.footer-container .links.block-contact li span {
  display: block;
}

.delivery-options .delivery-option .carrier-logo > img,
.summary-selected-carrier img {
  max-width: 50px;
}

.product-tabcontent .product-description img {
  max-width: 100%;
  height: unset;
}

.special-products
  .products
  .product_list
  li
  .product-description
  .product-actions
  .btn.add-to-cart {
  display: none !important;
}

.image_content {
  top: 100%;
}

/*.products .product_item .thumbnail-container{
    height: 220px !important;
}*/

.wishlist-button-add {
  display: none !important;
}

/*.products .thumbnail-container {
    height: 188px;
}*/

.products .product-thumbnail {
  /*height: 188px;*/
}

.products .product_list li.product_item,
.products .product_list li.item {
  padding: 5px 15px !important;
}

.addToCartButtonNumber {
  width: 40px;
  padding: 0 !important;
  text-align: center;
}

.products .product_list li .addToCartFormWrapper .btn.add-to-cart {
  width: calc(100% - 53px) !important;
}

.addToCartFormWrapper {
  padding: initial !important;
}

.variantsProductWrapper {
  margin-bottom: 5px;
}

.discount-product {
  opacity: 1 !important;
}

#header .search-widget {
  display: block !important;
}
#header .search-widget form button[type="submit"] {
  color: white;
}
.gdpr_consent .custom-checkbox span {
  color: white !important;
}

.card-white {
  margin-top: 15px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 6px 1px #ebebeb;
  -webkit-box-shadow: 0 0 6px 1px #ebebeb;
}

.block_newsletter .block_content {
  margin-top: 15px !important;
}

#czverticalmenublock {
  padding-top: 15px;
}

#czverticalmenublock .block_title {
  padding: 20px 20px 17px 38px !important;
}

#czverticalmenublock .block_content {
  margin-top: 18px !important;
}

#left-column .block {
  padding-top: 5px;
}

.product-information .product-description {
  display: none;
}

.products .product-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: initial !important;
  line-height: 20px;
  height: 40px;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  font-weight: bold !important;
}

.top-menu a[data-depth="0"] {
  font-weight: 600 !important;
}

.header-top-inner .menu .sub-menu .top-menu > li a.dropdown-submenu:before {
  bottom: 0px !important;
  width: 100% !important;
}

.czcategoryimagelist ul li .block_content .categorylist .cate-heading {
  white-space: initial !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.banner-v {
  width: 100%;
  height: 550px;
}

.banner-h2 {
  width: 100%;
  margin-bottom: 35px;
}

.banner-3 {
  background-size: cover;
}

.banner-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.nom-cat {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 165px;
  margin-left: -83.5px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 1.38px;
  text-align: center;
  color: #fff;
}

.feature {
  margin-top: 20px;
  margin-bottom: 0;
  align-items: center;
  place-content: center;
}

.feature-tx {
  text-align: center;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.feature-title-index {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #131313;
  margin-bottom: 0px !important;
}

.brand-index-features {
  margin: 15px 0;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 6px 1px #ebebeb;
  -webkit-box-shadow: 0 0 6px 1px #ebebeb;
  padding: 15px 40px 15px;
}

#czoffercmsblock .offercms-text .shopnow {
  right: 10% !important;
}

.oosn-popup {
  background: white;
  color: #f92d7e;
  width: 100%;
}

.product-information .subscribe_form_content {
  margin-top: 0px !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.footer-container #czfootercmsblock {
  width: 100% !important;
}
.subscribe_form_content {
  margin-top: 0 !important;
}

@media (max-width: 1533px) {
  .header-top-inner .menu > ul > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .top-menu a[data-depth="0"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 1459px) {
  #index .spinner {
    min-height: 600px;
  }
}

@media (max-width: 1383px) {
  .top-menu a[data-depth="0"] {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 1238px) {
  .top-menu a[data-depth="0"] {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}
@media (min-width: 1199px) {
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .banner-v {
    height: 455px;
  }

  #index .spinner {
    min-height: 450px;
  }
  .products .thumbnail-container {
    width: 100% !important;
    max-width: 100% !important;
    /*height: inherit !important;*/
  }
  .products .product-thumbnail {
    /*height: initial !important;*/
  }
  .product-description {
    padding: 0 !important;
  }

  .special-products .products .product-description {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-md-down {
    display: block !important;
  }

  #index .spinner {
    min-height: 350px;
    background-size: 35%;
  }

  .flexslider .slides img {
    height: 170px;
    object-fit: cover;
  }

  #header .header_logo {
    margin-left: 50px !important;
  }

  #header .header-top-inner {
    top: 15px !important;
  }

  .header-top-inner .menu-icon .cat-title::after {
    background-size: 22px !important;
    height: 26px !important;
    width: 27px !important;
  }

  .header-top-inner .active .cat-title::after {
    background-size: 17px !important;
    height: 22px !important;
    width: 22px !important;
  }

  .header-top-inner .mobile-menu {
    padding-left: 8px;
  }

  .header-top-inner .top-menu .category {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  #mobile_top_menu_wrapper
    .top-menu
    .sub-menu
    ul[data-depth="1"]
    > li
    a
    span.mobilelink {
    max-width: 160px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    white-space: initial !important;
    line-height: 25px;
    max-height: 45px;
  }
}

@media (max-width: 945px) {
}

@media (max-width: 767px) {
  .brand-index-features {
    padding: 10px 20px 5px;
  }

  .feature {
    margin-top: 0px !important;
  }
}

@media (max-width: 635px) {
}
@media (max-width: 480px) {
  #index .spinner {
    min-height: 170px;
    background-size: 40%;
  }

  #header .header-top-inner {
    top: 9px !important;
  }
}
@media (max-width: 380px) {
  #index .spinner {
    min-height: 150px;
  }
}

@media (min-width: 150px) {
  #header .blockcart {
    padding-top: 11px;
  }

  #header .user-info {
    padding-top: 10px;
  }

  #header .header-top .head-wishlist,
  #header .header-top .head-compare {
    padding-top: 10px;
  }
}
@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}

.d-xs-block {
  display: block !important;
}

@media (min-width: 768px) {
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-evenly !important;
  }

  #header .blockcart {
    padding-top: 14px;
  }

  #header .user-info {
    padding-top: 13px;
  }

  #search_widget {
    padding-top: 5px;
    margin-top: 0px;
  }

  #header .header-top .head-wishlist,
  #header .header-top .head-compare {
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .header-top-inner .menu .sub-menu {
    width: 100%;
    left: 0 !important;
  }
  .header-top-inner .menu .sub-menu .submenu-global {
    justify-content: center !important;
  }

  #header .header-top-inner {
    padding: 0 !important;
  }

  #header .blockcart .blockcart-header > a.shopping-cart .cart-products-count {
    color: black;
  }

  #header .blockcart .blockcart-header > a.shopping-cart {
    color: black;
  }

  #header .blockcart .blockcart-header > a.shopping-cart {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iNjQuMDAwMDAwcHQiIGhlaWdodD0iNjQuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCA2NC4wMDAwMDAgNjQuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCw2NC4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik01IDU1MCBjLTEzIC0yMCA3IC0zMCA2NCAtMzAgbDU3IDAgNTAgLTE1NyA1MCAtMTU4IDE3NCAwIDE3NSAwIDMyCjEyNSBjMTggNjkgMzEgMTMxIDI4IDEzOCAtMyAxMCAtMzkgMTIgLTE0NyAxMCAtMTE5IC0zIC0xNDMgLTUgLTE0MyAtMTggMAotMTIgMjIgLTE1IDEyMyAtMTggNjcgLTEgMTIyIC02IDEyMiAtMTAgMCAtNCAtMTAgLTQ5IC0yMiAtOTkgbC0yMiAtOTMgLTE0NgowIC0xNDYgMCAtNTAgMTU4IC00OSAxNTcgLTcyIDMgYy00MiAyIC03NCAtMSAtNzggLTh6Ii8+CjxwYXRoIGQ9Ik0yNjAgMTYwIGMtMTEgLTExIC0yMCAtMjkgLTIwIC00MCAwIC0yNiAzNCAtNjAgNjAgLTYwIDI2IDAgNjAgMzQKNjAgNjAgMCAyNiAtMzQgNjAgLTYwIDYwIC0xMSAwIC0yOSAtOSAtNDAgLTIweiBtNTYgLTMxIGMxMCAtMTcgLTEzIC0zNiAtMjcKLTIyIC0xMiAxMiAtNCAzMyAxMSAzMyA1IDAgMTIgLTUgMTYgLTExeiIvPgo8cGF0aCBkPSJNNDYwIDE2MCBjLTExIC0xMSAtMjAgLTI5IC0yMCAtNDAgMCAtMTEgOSAtMjkgMjAgLTQwIDExIC0xMSAyOSAtMjAKNDAgLTIwIDI2IDAgNjAgMzQgNjAgNjAgMCAyNiAtMzQgNjAgLTYwIDYwIC0xMSAwIC0yOSAtOSAtNDAgLTIweiBtNTYgLTMxCmMxMCAtMTcgLTEzIC0zNiAtMjcgLTIyIC0xMiAxMiAtNCAzMyAxMSAzMyA1IDAgMTIgLTUgMTYgLTExeiIvPgo8L2c+Cjwvc3ZnPgo=) !important;
  }

  #header .blockcart {
    margin-top: 10px;
    padding-top: 20px;
  }

  #header .user-info {
    margin-right: 30px !important;
    padding-top: 20px;
  }

  #search_widget {
    padding-top: 20px;
  }

  #header .header-top .head-wishlist,
  #header .header-top .head-compare {
    padding-top: 20px;
  }

  #header.fixed {
    position: fixed;
    top: 0;
  }

  #header .header-top.scrolling {
    max-height: 60px;
    padding: 0 20px 0 20px;
  }
  #header #search_widget.scrolling {
    padding-top: 7px;
  }
  #header .head-wishlist.scrolling {
    padding-top: 7px;
  }
  #header .user-info.scrolling {
    padding-top: 7px;
  }
  #header .blockcart.scrolling {
    padding-top: 6px;
  }
  #header .logo.scrolling {
    max-height: 50px;
  }

  .buttons-offers-no-width {
    width: 50%;
    background-color: #f92d7e;
    color: white;
    border-radius: 7px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
  }
  .buttons-offers-no-width a {
    color: white;
  }

  .header-top-inner .menu .sub-menu {
    -webkit-transition: initial !important;
    transition: initial !important;
  }
}

/* ---------- seQura ---------- */

small.sequra-educational-popup {
  margin-top: 10px;
}
.sequra-promotion-widget {
  min-height: 0 !important;
}

/* quantitydiscountpro */
.displayQuantityDiscountProCustom1 img {
  padding: 5px;
}

.mensajecarritoroducto {
  display: none;
}

/*MODSYS 07-05-25*/
/*easy Chekout - Transportistas*/
/*.steco-delivery-option {
  border: 2px solid #f1756d;
  border-radius: 5px;
}*/

.steco-delivery-option.steco_selected {
  border: 2px solid #f92d7e;
}

.delivery-block {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px !important;
}

.steco-delivery-option {
  font-size: 10px;
}

.steco-delivery-option img {
  max-width: 120px;
  height: auto;
}

.steco-delivery-option .carrier-name {
  font-weight: bold;
  font-size: 12px !important;
}

/*Butoon easy Chekout - realizar pedido*/
#acc_heading_login div,
#acc_heading_register div{
  background: #f92d7e!important;
}

#steco_login_form .steco_btn, 
#payment-confirmation a{
  position: relative;
  background: #f1756d!important;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: color 2s ease;
  cursor: pointer;
  color: white;
}

/*#acc_heading_login div::before,
#acc_heading_register div::before,*/
#steco_login_form .steco_btn::before,
#payment-confirmation a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f92d7e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 1s ease;
  z-index: -1;
}

/*#acc_heading_login div:hover::before, 
#acc_heading_register div:hover::before,*/
#steco_login_form .steco_btn:hover::before,
#payment-confirmation a:hover::before {
  transform: translateX(-50%) scaleX(1);
}
.powered-link { display: none !important; }