@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header
    03. Breadcrumb
    04. Section Title
    05. Category
    06. Slider
    07. Short single product
    08. Buttons
    09. Backgrounds
    10. Lookbook Home
    11. Countdown Timer
    12. Blog
    13. Pagination
    14. Instagram section
    15. Shoppable Home
    16. About
    17. Widget
    18. Testimonial
    19. Brands
    20. Product List
    21. Banner
    22. Filter product
    23. Fashion home
    24. Cosmetics home
    25. Shop
    26. Shop product
    27. Order tracking
    28. My account
    29. Cart and wishlist
    30. Checkout
    31. 404
    32. Coming soon
    33. FAQ
    34. Call to action area
    35. Contact Us
    36. Icon box
    37. Google map
    38. Team
    39. Newsletter
    40. Footer
    41. Compare
    50. Custom



-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: "cv02", "cv03", "cv04", "cv11"; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

.number-input::-webkit-inner-spin-button,
.number-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input {
  -moz-appearance: textfield;
}

/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #FCFCFC;
  line-height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  color: #777777;
  position: relative;
}
body.newsletter-overlay-active {
  overflow: hidden;
  position: relative;
}
body.newsletter-overlay-active:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  opacity: 0.8;
  z-index: 999;
  visibility: visible;
}
body.vertical-header {
  padding-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.vertical-header {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.vertical-header {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.vertical-header {
    padding-left: 0;
  }
}
body.active-body-search-overlay {
  overflow: hidden;
}

@font-face{
    font-family: Muli;
    src: url("../fonts/Muli/Muli.ttf");
}

@font-face{
  font-family: Gotham-Black;
  src: url("../fonts/Gotham/Gotham-Black.otf");
}

@font-face{
  font-family: Gotham-Bold;
  src: url("../fonts/Gotham/Gotham-Bold.otf");
}

@font-face{
  font-family: Gotham-Book;
  src: url("../fonts/Gotham/Gotham-Book.otf");
}

@font-face{
  font-family: GothamBook;
  src: url("../fonts/Gotham/GothamBook.ttf");
}

@font-face{
  font-family: Gotham-Medium;
  src: url("../fonts/Gotham/Gotham-Medium.otf");
}

@font-face{
  font-family: Gotham-Light;
  src: url("../fonts/Gotham/Gotham-Light.otf");
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 400;
  margin-top: 0;
}

p, a, span, label, a {
    color: #000;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}
.cropper-hidden,.cropper-crop-box span,.cropper-hide,.cropper-view-box img{
  transition: none !important;
}
*:focus {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: grey !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
}

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

/*--
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/* active inactive class */
.active {
  visibility: visible;
  opacity: 1;
}

.inactive {
  visibility: hidden;
  opacity: 0;
}

/* scroll to top*/
a.scroll-top {
  background: #08345F;
  width: 50px;
  height: 50px;
  line-height: 40px;
  display: none;
  text-align: center;
  color: #ffffff;
  font-family: "Ionicons";
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 999;
  border-radius: 50%;
}
a.scroll-top:after {
  content: "↑";
  display: inline;
  font-size: 25px;
}
a.scroll-top:hover {
  background-color: #abb8c0;
}

/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop {
  background-color: #333333;
  font-weight: 400;
  color: #fff;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme {
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #383838;
  color: #fff;
  line-height: 12px;
  white-space: nowrap;
  padding: 8px 10px;
}

/*----------  no background style  ----------*/
.no-bg {
  background-color: transparent !important;
}

/*----------  separator  ----------*/
.separator {
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
}

/*----------  home content  ----------*/
.home-content {
  overflow-x: hidden;
}

/*----------  small separator  ----------*/
.small-separator {
  position: relative;
}
.small-separator span {
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #D8D8D8;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/*----------  form  ----------*/
.lezada-form form input[type=text], .lezada-form form input[type=email], .lezada-form form input[type=password], .lezada-form form textarea {
  font-size: 14px;
  display: block;
  color: #333;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #cccccc;
  padding: 9.5px 0;
}
.lezada-form form input[type=text]:hover, .lezada-form form input[type=text]:active, .lezada-form form input[type=text]:focus, .lezada-form form input[type=email]:hover, .lezada-form form input[type=email]:active, .lezada-form form input[type=email]:focus, .lezada-form form input[type=password]:hover, .lezada-form form input[type=password]:active, .lezada-form form input[type=password]:focus, .lezada-form form textarea:hover, .lezada-form form textarea:active, .lezada-form form textarea:focus {
  border-bottom-color: #333;
}
.lezada-form form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}
.lezada-form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}
.lezada-form form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
}

.overflow-hidden {
  overflow: hidden;
}

/*----------  container custom style  ----------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.mid{
    max-width: 90%;
  }
  .container.wide {
    max-width: 89%;
    /* margin-left: 10px; */
  }

  .container--wide{
    margin: 0px 50px 0px 25px;
  }

  .container.full {
    max-width: 100%;
    padding: 0;
  }
}
/*=============================================
=            02. Header            =
=============================================*/
/*
    Site Mobile Navigation
------------------------------------------*/
.site-mobile-navigation {
  width: 100%;
  position: relative;
  z-index: 99;
}

/*Site Mobile Nav*/
.site-mobile-nav {
  margin-right: 0 !important;
  max-width: none;
}

.site-mobile-nav .dl-trigger {
  position: absolute;
  right: 0;
  top: -25px;
}

.site-mobile-nav .hamburger {
  display: block;
  cursor: pointer;
  transition: all 0.15s linear;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: auto;
  height: auto;
}

.site-mobile-nav .hamburger.dl-active, .site-mobile-nav .hamburger:hover, .site-mobile-nav .hamburger:focus {
  background-color: transparent;
}

.site-mobile-nav .hamburger::after {
  display: none;
}

.site-mobile-nav .hamburger .hamburger-box {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner, .site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before, .site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #232324;
  border-radius: 4px;
  position: absolute;
  transition: all 0.15s ease;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before, .site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
}

.site-mobile-nav .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.site-mobile-nav .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.site-mobile-nav .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-mobile-nav .dl-menu {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  margin: 40px 0 0 0;
}

.site-mobile-nav .dl-menu li {
  border-bottom: 1px solid #eeeeee;
}

.site-mobile-nav .dl-menu li:last-child {
  border-bottom: none;
}

.site-mobile-nav .dl-menu li > a {
  color: #232324;
  display: block;
  position: relative;
  padding: 10px 25px;
  line-height: 30px;
  font-weight: 400;
}

.site-mobile-nav .dl-menu li > a:not(:only-child)::after {
  font-family: "FontAwesome";
  content: "";
  font-size: 18px;
  color: #232324;
  right: 25px;
}

.site-mobile-nav .dl-menu li:hover > a {
  color: #ffffff;
  background-color: #333333;
}

.site-mobile-nav .dl-menu li:hover > a::after {
  color: #ffffff;
}

.site-mobile-nav .dl-menu li .dl-submenu {
  background-color: transparent !important;
}

.site-mobile-nav .dl-menu li .dl-submenu li.dl-back a {
  background-color: transparent;
  text-align: right;
  color: #232324;
  z-index: 3;
  position: relative;
}

.site-mobile-nav .dl-menu li .dl-submenu li.dl-back a::after {
  font-family: "FontAwesome";
  content: "";
  left: 25px;
  color: #232324;
  z-index: -1;
  position: absolute;
  top: 0;
  line-height: 50px;
  width: auto;
  right: auto;
}

.site-mobile-nav .dl-menu li .dl-submenu li.dl-back:hover a {
  color: #ffffff;
  background-color: #333333;
}

.site-mobile-nav .dl-menu li .dl-submenu li.dl-back:hover a::after {
  color: #ffffff;
}

.site-mobile-nav .dl-submenu {
  background-color: #ffffff !important;
  top: 40px !important;
}

/*----------  offcanvas about  ----------*/
.about-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.about-overlay.active-about-overlay {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  z-index: 9999;
}
.about-overlay.active-about-overlay .overlay-content {
  transform: translateX(0);
  transition: 0.6s;
  visibility: visible;
  opacity: 1;
}
.about-overlay.active-about-overlay:after {
  visibility: visible;
  opacity: 0.5;
  transition: 0.3s;
}
.about-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  transition: 0.3s;
}
.about-overlay .overlay-content {
  background-color: #ffffff;
  width: 360px;
  height: 100vh;
  z-index: 3;
  padding: 30px 40px;
  position: relative;
  transform: translateX(-100%);
  transition: 0.6s;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
}
.about-overlay .overlay-content .overlay-content-container {
  padding: 20px 0;
}
.about-overlay .overlay-content .close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.about-overlay .overlay-content .close-icon a {
  transition: 0.6s;
}
.about-overlay .overlay-content .close-icon a:hover {
  transform: rotate(90deg);
}
.about-overlay .overlay-content .close-icon a i {
  font-size: 25px;
  color: #333333;
}
.about-overlay .overlay-content .widget-wrapper .single-widget h2.widget-title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 30px;
}
.about-overlay .overlay-content .contact-widget .email {
  margin-bottom: 35px;
}
.about-overlay .overlay-content .contact-widget .email a:hover {
  color: #333333;
}
.about-overlay .overlay-content .contact-widget .phone {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 35px;
}
.about-overlay .overlay-content .contact-widget .social-icons ul li {
  display: inline-block;
}
.about-overlay .overlay-content .contact-widget .social-icons ul li:last-child a {
  margin-right: 0;
}
.about-overlay .overlay-content .contact-widget .social-icons ul li a {
  display: inline-block;
  margin-right: 20px;
  color: inherit;
}
.about-overlay .overlay-content .contact-widget .social-icons ul li a i {
  font-size: 18px;
}

/*----------  wishlist overlay  ----------*/
/*----------  offcanvas wishlist  ----------*/
.wishlist-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.wishlist-overlay.active-wishlist-overlay {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.wishlist-overlay.active-wishlist-overlay .wishlist-overlay-content {
  transform: translateX(0);
  transition: 0.6s;
}
.wishlist-overlay.active-wishlist-overlay:after {
  visibility: visible;
  opacity: 0.5;
  transition: 0.3s;
}
.wishlist-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  transition: 0.3s;
}
.wishlist-overlay .wishlist-overlay-content {
  background-color: #ffffff;
  width: 380px;
  height: 100%;
  z-index: 9999;
  padding: 20px;
  position: fixed;
  transform: translateX(100%);
  transition: 0.6s;
  top: 0;
  right: 0;
  overflow: auto;
}
.wishlist-overlay .wishlist-overlay-content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wishlist-overlay .wishlist-overlay-content .close-icon a {
  transition: 0.6s;
}
.wishlist-overlay .wishlist-overlay-content .close-icon a:hover {
  transform: rotate(90deg);
}
.wishlist-overlay .wishlist-overlay-content .close-icon a i {
  font-size: 25px;
  color: #333333;
}

/*----------  cart overlay  ----------*/
/*----------  offcanvas cart  ----------*/
.cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.cart-overlay.active-cart-overlay {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.cart-overlay.active-cart-overlay .cart-overlay-content {
  transform: translateX(0);
  transition: 0.6s;
}
.cart-overlay.active-cart-overlay:after {
  visibility: visible;
  opacity: 0.5;
  transition: 0.3s;
}
.cart-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  content: "";
  transition: 0.3s;
}
.cart-overlay .cart-overlay-content {
  background-color: #ffffff;
  width: 380px;
  height: 100%;
  z-index: 9999;
  padding: 20px;
  position: fixed;
  transform: translateX(100%);
  transition: 0.6s;
  top: 0;
  right: 0;
  overflow: auto;
}

#loading {
  background-color:#333333d1;
}

@media only screen and (max-width: 479px) {
  .cart-overlay .cart-overlay-content {
    width: 300px;
  }
}
.cart-overlay .cart-overlay-content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cart-overlay .cart-overlay-content .close-icon a {
  transition: 0.6s;
}
.cart-overlay .cart-overlay-content .close-icon a:hover {
  transform: rotate(90deg);
}
.cart-overlay .cart-overlay-content .close-icon a i {
  font-size: 25px;
  color: #333333;
}

.offcanvas-cart-content-container .cart-title {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#conTfot{
  text-align: center;
  /*background-image: url('../img/paredBeige.jpg');*/
  padding: 5vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 820px) {
  #conTfot {
    padding: 0vh;
  }
}

.content-owl {
  background-color: #fafafa;
  padding: 10px 10px;
  border-radius: 0px 0px 6px 6px;
  border: 1px solid #ddd;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container {
  position: relative;
  max-height: 330px;
  overflow: auto;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product {
  position: relative;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 8px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a {
  color: #333333;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a i {
  font-size: 8px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon a:hover {
  color: #ff0000;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product:last-child {
  margin-bottom: 0;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .image {
  width: 80px;
  margin-right: 15px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content {
  width: calc(100% - 80px);
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 {
  font-size: 15px;
  line-height: 17px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 a {
  color: #333333;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .cart-count {
  font-size: 12px;
  line-height: 22px;
  color: #7e7e7e;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price.discounted {
  font-size: 12px;
  line-height: 22px;
  color: #7e7e7e;
  text-decoration: line-through;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .discounted-price {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #333333;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal .subtotal-amount {
  float: right;
  overflow: hidden;
}
.offcanvas-cart-content-container .cart-product-wrapper .free-shipping-text {
  margin-top: 25px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons {
  margin-top: 30px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #333333;
  background-color: #333333;
  display: block;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a:last-child {
  margin-bottom: 0;
}
.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a:hover {
  background-color: #d3122a;
  border-color: #d3122a;
}

/*----------  search overlay  ----------*/
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  transform: translate3d(100%, 0, 0);
  transition: 0.6s;
  z-index: 999999;
}
.search-overlay.active-search-overlay {
  transform: translate3d(0, 0, 0);
}
.search-overlay .search-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.search-overlay .search-close-icon a {
  transition: 0.6s;
}
.search-overlay .search-close-icon a i {
  font-size: 40px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-close-icon a i {
    font-size: 25px;
  }
}
.search-overlay .search-close-icon a:hover {
  transform: rotate(90deg);
}
.search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-overlay .search-overlay-content .input-box {
  margin-bottom: 15px;
}
.search-overlay .search-overlay-content .input-box form input {
  background: none;
  border: none;
  border-bottom: 2px solid #222222;
  font-size: 67px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .search-overlay .search-overlay-content .input-box form input {
    font-size: 20px;
  }
}
.search-overlay .search-overlay-content .input-box form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  opacity: 1;
  /* Firefox */
}
.search-overlay .search-overlay-content .input-box form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
}
.search-overlay .search-overlay-content .input-box form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dcdcdc;
}
.search-overlay .search-overlay-content .search-hint span {
  font-size: 13px;
  line-height: 21px;
  color: #999999;
  font-weight: 500;
}

/*----------  navigation overlay  ----------*/
.overlay-navigation-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: table;
  /*----------  close icon  ----------*/
  /*----------  overlay menu container style  ----------*/
}
.overlay-navigation-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
  z-index: -1;
  opacity: 0.9;
}
.overlay-navigation-menu .overlay-menu-close-icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.overlay-navigation-menu .overlay-menu-close-icon a {
  color: #333333;
  transition: 0.3s;
}
.overlay-navigation-menu .overlay-menu-close-icon a:hover {
  transform: rotate(90deg);
}
.overlay-navigation-menu .overlay-menu-close-icon a i {
  font-size: 25px;
}
.overlay-navigation-menu .overlay-navigation-menu-container {
  text-align: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav {
  margin: auto;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li {
  margin-bottom: 20px;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li:last-of-type {
  margin-bottom: 0;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a {
  font-size: 32px;
  line-height: 57px;
  color: #333333;
  position: relative;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #333;
  transition: 0.3s;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li {
  margin-bottom: 0;
}
.overlay-navigation-menu .overlay-navigation-menu-container nav ul li.has-children ul li a {
  font-size: 20px;
  line-height: 40px;
}

/*----------  header bottom   ----------*/
.header-bottom-container {
  display: flex;
  align-items: center;
}
.header-bottom-container .logo-with-offcanvas {
  flex-basis: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .logo-with-offcanvas {
    flex-basis: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .logo-with-offcanvas {
    flex-basis: 60%;
  }
}
.header-bottom-container .header-bottom-navigation {
  flex-basis: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-bottom-navigation {
    flex-basis: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .header-bottom-navigation {
    flex-basis: 0;
  }
}
.header-bottom-container .header-right-container {
  flex-basis: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-right-container {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header-bottom-container .header-right-container {
    flex-basis: 40%;
  }
}

/*----------  sticky header style  ----------*/
.header-sticky.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.3s;
  z-index: 999;
  background-color: #ffffff;
}

/*----------  header bottom horizontal navigation menu  ----------*/
nav.center-menu > ul {
  text-align: right;
}
nav.center-menu > ul > li.menu-item-has-children ul.mega-menu {
  /* right: 57%;*/
  transform: translateX(100%);
  /* transform: translateX(50%); */
}

.mega-menu-right-center{
    right: 50%;
    transform: translateX(100%);

}

nav.site-nav > ul > li {
  display: inline-block;
  position: static;
  margin: 0 15px;
  text-align: left;
  line-height: 65px;
}
nav.site-nav > ul > li a {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li {
    margin: 0 20px;
  }
}
nav.site-nav > ul > li:hover > a {
  position: relative;
  color: #333;
}
nav.site-nav > ul > li:hover > a:after {
  width: 100%;
  right: auto;
  left: 0;
}
nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
nav.site-nav > ul > li.menu-item-has-children > a {
  position: relative;
}
nav.site-nav > ul > li.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  content: "";
  font-family: fontAwesome;
  color: #000000;
}
nav.site-nav > ul > li > a {
  color: #000000;
  font-weight: 500;
}
nav.site-nav > ul > li > a:after {
  position: absolute;
  bottom: 23px;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #333;
  transition: 0.3s;
}
nav.site-nav > ul > li ul.sub-menu {
  position: absolute;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  margin-top: 45px;
  background-color: #ffffff;
  z-index: 9999;
}
nav.site-nav > ul > li ul.sub-menu li {
  line-height: 1;
}
nav.site-nav > ul > li ul.single-column-menu {
  padding: 30px;
  min-width: 280px;
  max-width: 350px;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li {
  position: relative;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li:after {
  position: absolute;
  right: 0;
  content: "";
  font-family: fontAwesome;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li:hover .multilevel-submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu {
  position: absolute;
  top: 0;
  left: 110%;
  min-width: 280px;
  background-color: #ffffff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu {
    left: -140%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu {
    left: -140%;
  }
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu li {
  display: block;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu li a {
  margin-bottom: 15px;
}
nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu li:last-child a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.single-column-menu li a {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.single-column-menu li a:hover {
  color: #333333;
}
nav.site-nav > ul > li ul.single-column-menu li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  content: "";
}
nav.site-nav > ul > li ul.single-column-menu li:last-child a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.mega-menu {
  padding: 30px 35px;
  overflow: hidden;
  z-index: 9999;
}
nav.site-nav > ul > li ul.mega-menu > li {
  display: inline-block;
  border-right: 1px solid #e7e7e7;
}
nav.site-nav > ul > li ul.mega-menu > li ul li {
  display: block;
  text-align:left;
}
nav.site-nav > ul > li ul.mega-menu-column-4 {
  max-width: 100%;
  width: auto;
  display: flex;
  right: 34%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 {
    max-width: 850px;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li {
  flex: 0 0 33%;
  padding-left: 30px;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:first-child {
  padding-left: 0;
  flex: 0 0 34%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li:nth-of-type(3) {
    border-right: none;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child {
  border-right: none;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child .menu-image {
  position: absolute;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li {
    flex: 0 0 33.33%;
  }
  ul.sub-menu.mega-menu.mega-menu-column-4.mega-menu-right-center.big2 {
    width: 55%;
    right: 17%;
    transform: translate(28%) !important;
}
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333333;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title:after {
  display: none;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a:hover {
  color: #333333;
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  content: "";
}
nav.site-nav > ul > li ul.mega-menu-column-4 > li .mega-sub-menu li:last-child a {
  margin-bottom: 0;
}
nav.site-nav > ul > li ul.mega-menu-column-5 {
  width: AUTO;
  display: flex;
  right: 50%;
}
ul.sub-menu.mega-menu.mega-menu-column-4.big {
  right: 50% !important;
}
ul.sub-menu.mega-menu.mega-menu-column-4.mega-menu-right-center.big2 {
  transform: translate(80%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 {
    max-width: 50%;
    right: 25%;
    transform: translateX(47%) !important;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li {
  flex: 0 0 50%;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li {
    flex: 0 0 50%;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li:nth-of-type(4) {
    border-right: none;
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child {
  border-right: none;
  padding-right: 0;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child .menu-image {
  position: absolute;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 > li:last-child {
    margin-left: 0;
    /* display: none; */
  }
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li a.mega-column-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333333;
}

label.mega-column-title{
  font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li a.mega-column-title:after {
  display: none;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li {
  position: relative;
  transition: 0.3s;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li img {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 170px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li:hover img {
  visibility: visible;
  opacity: 1;
  bottom: -10px;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:hover {
  color: #333333;
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
  content: "";
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
  z-index: 99;
  content: "";
  background-image: "attr(data-homeimage)";
}
nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li:last-child a {
  margin-bottom: 0;
}

/*----------  header right icons  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right-icons {
    margin-right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-icons {
    margin-right: 45px;
  }
}
.header-right-icons .single-icon {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon.wishlist {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .header-right-icons .single-icon.user-login {
    display: none;
  }
}
.header-right-icons .single-icon a {
  position: relative;
}
.header-right-icons .single-icon a i {
  font-size: 20px;
  color: #333;
}
.header-right-icons .single-icon a span.count {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #D3122A;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  font-weight: 500;
}

/* overlay close */
.overlay-close, .wishlist-overlay-close, .cart-overlay-close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*----------  header split  ----------*/
.header-split {
  border-bottom: 1px solid #efefef;
}
.header-split:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-split::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-split::before {
    display: none;
  }
}
.header-split.is-sticky::before {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas {
    flex-basis: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas {
    flex-basis: 10%;
  }
}
.header-split .header-bottom .header-bottom-container .logo-with-offcanvas .logo {
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas .logo {
    left: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas .logo {
    left: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas .logo {
    position: relative;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas .logo {
    position: relative;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-split .header-bottom .header-bottom-container .header-bottom-navigation {
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .header-bottom-navigation {
    flex-basis: 70%;
  }
}

/*----------  header offcanvas about     ----------*/
.header-offcanvas-about {
  border-bottom: 1px solid #efefef;
  position: relative;
}
.header-offcanvas-about:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-offcanvas-about::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-offcanvas-about::before {
    display: none;
  }
}
.header-offcanvas-about.is-sticky::before {
  display: none;
}

/* icon  about off canvas*/
.offcanvas-about-icon a {
  color: #333;
  display: inline-block;
}
.offcanvas-about-icon a i {
  font-size: 30px;
}

/*----------  header wide topbar  ----------*/
.header-wide-topbar {
  border-bottom: 1px solid #efefef;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
.header-wide-topbar.is-sticky .header-top {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wide-topbar {
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-wide-topbar {
    box-shadow: none;
  }
}

/*----------  header top  ----------*/
.header-top {
  border-bottom: 1px solid #dedede;
}
.header-top .header-separator {
  margin: 0 10px;
  color: #d8d8d8;
}

.top-newsletter-subscription a {
  font-size: 14px;
}
.top-newsletter-subscription a:hover {
  color: #333333;
}

.order-online-text {
  font-size: 14px;
}
.order-online-text a {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  border-bottom: 1px solid #333333;
}

.header-top-container {
  display: flex;
}
.header-top-container .header-top-left {
  flex-basis: 50%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-container .header-top-left {
    flex-basis: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-container .header-top-left {
    flex-basis: 100%;
    justify-content: center;
  }
}
.header-top-container .header-top-right {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-container .header-top-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-container .header-top-right {
    display: none;
  }
}
.header-top-container .header-top-right .top-social-icons ul li {
  display: inline-block;
}
.header-top-container .header-top-right .top-social-icons ul li a {
  color: #333333;
  margin-right: 20px;
}
.header-top-container .header-top-right .top-social-icons ul li:last-child a {
  margin-right: 0;
}

.change-dropdown {
  position: relative;
  margin-right: 15px;
}
.change-dropdown > a {
  font-size: 14px;
  color: #7e7e7e;
  position: relative;
}
.change-dropdown > a:hover {
  color: #333333;
}
.change-dropdown > a:before {
  position: absolute;
  top: 0;
  right: -15px;
  content: "";
  font-family: fontAwesome;
}
.change-dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.change-dropdown ul {
  position: absolute;
  top: 120%;
  background-color: #ffffff;
  box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-top: 10px;
  z-index: 999;
}
.change-dropdown ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 15px;
  color: #7e7e7e;
  transition: 0.3s;
}
.change-dropdown ul li a:hover {
  color: #333333;
  padding-left: 20px;
}

/*----------  header box topbar  ----------*/
.header-box-topbar:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar::before {
    display: none;
  }
}
.header-box-topbar.is-sticky::before {
  display: none;
}
.header-box-topbar.is-sticky .header-bottom {
  padding-top: 0 !important;
}
.header-box-topbar.is-sticky .header-bottom-container .language-currency-change-container {
  display: none;
}
.header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
  flex-basis: 20%;
  order: 1;
  text-align: left;
}
.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation {
  flex-basis: 60%;
  margin-top: 0;
  padding-right: 0;
  order: 2;
}

.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation div nav ul{
text-align: center;
}
.header-box-topbar.is-sticky .header-bottom-container .header-right-container {
  flex-basis: 20%;
  order: 3;
}
.header-box-topbar .header-bottom-container {
  display: flex;
  flex-wrap: wrap;
}
.header-box-topbar .header-bottom-container .language-currency-change-container {
  flex-basis: 30%;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .language-currency-change-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .language-currency-change-container {
    display: none;
  }
}
.header-box-topbar .header-bottom-container .language-currency-change-container .header-separator {
  margin: 0 20px;
}
.header-box-topbar .header-bottom-container .logo-with-offcanvas {
  flex-basis: 30%;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .logo-with-offcanvas {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .logo-with-offcanvas {
    text-align: left;
  }
}
.header-box-topbar .header-bottom-container .header-right-container {
  flex-basis: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    flex-basis: 60%;
  }
}
.header-box-topbar .header-bottom-container .header-bottom-navigation {
  flex-basis: 100%;
  margin-top: -1vh;
  padding-right: 0%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .header-bottom-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .header-bottom-navigation {
    display: none;
  }
}

/*----------  header without topbar  ----------*/
.header-without-topbar {
  position: relative;
}
.header-without-topbar:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-without-topbar::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-without-topbar::before {
    display: none;
  }
}
.header-without-topbar.is-sticky::before {
  display: none;
}
.header-without-topbar.no-shadow:before {
  display: none;
}
.header-without-topbar.slider-bottom-header {
  position: static;
  z-index: 99;
  /*----------  sticky header style  ----------*/
}
.header-without-topbar.slider-bottom-header.slider-bottom-header-sticky.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.3s;
  z-index: 999;
  background-color: #ffffff;
}

/*----------  header transparent background  ----------*/
.header-transparent-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s;
  /*----------  for 404 and coming soon  ----------*/
}
.header-transparent-background .language-currency-change-container .change-dropdown > a {
  color: #ffffff;
}
.header-transparent-background:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-background::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-background::before {
    display: none;
  }
}
.header-transparent-background.is-sticky::before {
  display: none;
}
.header-transparent-background.is-sticky {
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
}
.header-transparent-background.is-sticky .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background.is-sticky .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background.is-sticky .header-bottom-navigation .site-main-nav .site-nav > ul > li > a {
  color: #7e7e7e;
}
.header-transparent-background.is-sticky .header-bottom-navigation .site-main-nav .site-nav > ul > li > a:hover {
  color: #333333;
}
.header-transparent-background.is-sticky .header-right-container .header-right-icons .single-icon a i {
  color: #333;
}
.header-transparent-background:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-background:hover {
    box-shadow: none;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-background:hover {
    box-shadow: none;
    border: none;
  }
}
.header-transparent-background:hover .language-currency-change-container .change-dropdown > a {
  color: #7e7e7e;
}
.header-transparent-background:hover .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background:hover .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background:hover .header-bottom-navigation .site-main-nav .site-nav > ul > li > a {
  color: #000000;
}
.header-transparent-background:hover .header-bottom-navigation .site-main-nav .site-nav > ul > li > a:hover {
  color: #333333;
}
.header-transparent-background:hover .header-right-container .header-right-icons .single-icon a i {
  color: #000000;
}
.header-transparent-background:hover .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #333333;
}
.header-transparent-background:hover .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #333333;
}
.header-transparent-background:hover .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #333333;
}
.header-transparent-background .logo a img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background .header-bottom-navigation .site-main-nav .site-nav > ul > li > a {
  color: #000000;
}
.header-transparent-background .header-right-container .header-right-icons .single-icon a i {
  color: #ffffff;
}
.header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #ffffff;
}
.header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #ffffff;
}
.header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #ffffff;
}
.header-transparent-background--black {
  box-shadow: none;
  border-bottom: none;
}
.header-transparent-background--black .logo a img:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header-transparent-background--black .logo a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-transparent-background--black .header-bottom-navigation {
  visibility: hidden;
  opacity: 0;
}
.header-transparent-background--black .header-right-container .header-right-icons .single-icon a i {
  color: #333;
}
.header-transparent-background--black .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #333;
}
.header-transparent-background--black .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #333;
}
.header-transparent-background--black .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #333;
}
.header-transparent-background--black:hover {
  background-color: transparent;
  box-shadow: none;
  border-bottom: none;
}

/*----------  header overlay menu  ----------*/
.header-overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-overlay-menu:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-overlay-menu::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay-menu::before {
    display: none;
  }
}
.header-overlay-menu.is-sticky:before {
  display: none;
}
.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #333;
}
.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu:hover {
  background-color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #333;
}
.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas {
  flex-basis: 50% !important;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #ffffff;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu .header-bottom .header-bottom-container .header-bottom-navigation {
  display: none;
}
.header-overlay-menu .header-bottom .header-bottom-container .header-right-container {
  flex-basis: 50%;
}

.overlay-navigation-inactive {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
.overlay-navigation-inactive .overlay-navigation-menu-container {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}
.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.overlay-navigation-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.6s;
}
.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

/*----------  header overlay menu  ----------*/
.header-overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-overlay-menu:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-overlay-menu::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-overlay-menu::before {
    display: none;
  }
}
.header-overlay-menu.is-sticky:before {
  display: none;
}
.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #333;
}
.header-overlay-menu.is-sticky .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu:hover {
  background-color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #333;
}
.header-overlay-menu:hover .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas {
  flex-basis: 50% !important;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #ffffff;
}
.header-overlay-menu .header-bottom .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-overlay-menu .header-bottom .header-bottom-container .header-bottom-navigation {
  display: none;
}
.header-overlay-menu .header-bottom .header-bottom-container .header-right-container {
  flex-basis: 50%;
}

.overlay-navigation-inactive {
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
}
.overlay-navigation-inactive .overlay-navigation-menu-container {
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}
.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
  opacity: 0;
  transform: translateY(50px);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.overlay-navigation-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.6s;
}
.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

/*----------  non transparent overlay menu  ----------*/
.header-nontransparent-overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.6s;
  /*----------  creative home header style  ----------*/
}
.header-nontransparent-overlay-menu.static-header {
  position: static;
}
.header-nontransparent-overlay-menu.static-header.is-sticky {
  position: fixed;
}
.header-nontransparent-overlay-menu.static-header.is-sticky:before {
  display: none;
}
.header-nontransparent-overlay-menu:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu.creative-home-header {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu.creative-home-header {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu {
    border-bottom: 1px solid #efefef;
  }
  .header-nontransparent-overlay-menu:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu {
    box-shadow: none;
    border-bottom: 1px solid #efefef;
  }
  .header-nontransparent-overlay-menu:before {
    display: none;
  }
}
.header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
    flex-basis: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
    flex-basis: 0;
  }
}
.header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a {
  color: #333333;
}
.header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas .overlay-menu-icon a i {
  font-size: 25px;
}
.header-nontransparent-overlay-menu .header-bottom-container .header-bottom-navigation {
  display: none;
}
.header-nontransparent-overlay-menu .header-bottom-container .logo {
  flex-basis: 40%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo {
    flex-basis: 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo {
    flex-basis: 50%;
    text-align: left;
  }
}
.header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
  flex-basis: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
    flex-basis: 50%;
  }
}
.header-nontransparent-overlay-menu:hover {
  background-color: #fff;
}

/*----------  header vertical  ----------*/
.header-vertical {
  width: 120px;
  background-color: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 15px;
  z-index: 99;
}

.vertical-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-bottom-container.vertical-header-bottom .logo-with-offcanvas {
  flex-basis: 40%;
}

.logo-menu{
  width: 15vw;
  height:auto;
}

.header-bottom-container.vertical-header-bottom .header-bottom-navigation {
  flex-basis: 0;
}
.header-bottom-container.vertical-header-bottom .header-right-container {
  flex-basis: 60%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom-container.vertical-header-bottom .header-right-container .header-right-icons {
    margin-right: 55px;
  }
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom p.copyright-text {
  transform: rotate(270deg);
  margin-bottom: 40px;
  white-space: nowrap;
  color: #ababab;
  font-size: 15px;
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom .single-icon {
  margin-top: 40px;
  margin-left: 0;
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom .single-icon a i {
  color: #fff;
}
.header-bottom-container .header-right-icons.vertical-dark-menu-bottom .single-icon a span {
  border: 1px solid #ffffff;
  width: 20px;
  height: 20px;
  right: -15px;
}

.menu-icon-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .menu-icon-container {
    top: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-icon-container {
    top: 30%;
  }
}
.menu-icon-container a {
  display: inline-block;
}
.menu-icon-container a.active .menu-icon:nth-child(1) {
  transform: rotate(50deg) translate(6px, 5px);
}
.menu-icon-container a.active .menu-icon:nth-child(2) {
  transform: rotate(-50deg) translate(0, 0px);
}
.menu-icon-container a.active .menu-icon:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.menu-icon-container a .menu-icon {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.menu-icon-container a .menu-icon:nth-child(1) {
  margin-bottom: 5px;
}
.menu-icon-container a .menu-icon:nth-child(2) {
  margin-bottom: 5px;
}
.vertical-menu-container-dark {
  position: fixed;
  top: 0;
  width: 320px;
  height: 100vh;
  background-color: #383838;
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  z-index: 99999;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .vertical-menu-container-dark {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu-container-dark {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-menu-container-dark {
    display: none;
  }
}
.vertical-menu-container-dark.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.vertical-menu-container-dark nav {
  text-align: center;
  margin: auto;
  flex: 1 0 100%;
}
.vertical-menu-container-dark nav > ul > li > a {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .vertical-menu-container-dark nav > ul > li > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu-container-dark nav > ul > li > a {
    font-size: 22px;
  }
}
.vertical-menu-container-dark nav > ul > li > a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.vertical-menu-container-dark nav > ul > li > a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  content: "";
  transition: 0.3s;
}
.vertical-menu-container-dark nav > ul > li:last-child a {
  margin-bottom: 0;
}
.vertical-menu-container-dark nav > ul > li.has-children {
  position: relative;
}
.vertical-menu-container-dark nav > ul > li.has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul {
  position: absolute;
  top: -100%;
  left: 100%;
  background-color: #333;
  min-width: 300px;
  max-width: 400px;
  text-align: left;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li.has-children {
  position: relative;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li.has-children:after {
  position: absolute;
  right: 0;
  content: "";
  font-family: fontAwesome;
  color: #fff;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li.has-children:hover ul.multilevel-submenu {
  visibility: visible;
  opacity: 1;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li.has-children ul.multilevel-submenu {
  position: absolute;
  left: 105%;
  top: -50%;
  min-width: 300px;
  max-width: 400px;
  background-color: #333;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4b4b4b;
  visibility: hidden;
  opacity: 0;
  content: "";
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li:last-child a {
  margin-bottom: 0;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li:last-child ul li a {
  margin-bottom: 15px;
}
.vertical-menu-container-dark nav > ul > li.has-children > ul li:last-child ul li:last-child a {
  margin-bottom: 0;
}

.vertical-menu-mobile-header {
  background-color: #333;
}
.vertical-menu-mobile-header .header-right-icons .single-icon a i {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vertical-menu-mobile-header .site-mobile-navigation .site-mobile-nav .dl-trigger {
    top: -33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vertical-menu-mobile-header .site-mobile-navigation .site-mobile-nav .dl-trigger {
    top: -33px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-menu-mobile-header .site-mobile-navigation .site-mobile-nav .dl-trigger {
    top: -33px;
  }
}
.vertical-menu-mobile-header .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
}
.vertical-menu-mobile-header .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:before {
  background-color: #fff;
}
.vertical-menu-mobile-header .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #fff;
}

/*=====  End of 02. Header  ======*/
/*=============================================
=            03. Breadcrumb            =
=============================================*/
/*----------  backgrounds  ----------*/
.breadcrumb-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    background-position-x: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-area {
    background-position-x: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-area {
    background-position-x: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-area {
    background-position-x: 35%;
  }
}

/*----------  breadcrumb title  ----------*/
.breadcrumb-title {
  font-size: 48px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-title {
    font-size: 30px;
  }
}

.breadcrumb-list {
  line-height: 1;
}
.breadcrumb-list__item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
}
.breadcrumb-list__item a {
  color: #999999;
}
.breadcrumb-list__item:after {
  right: 0;
  content: "/";
  margin: 0 5px 0 10px;
  color: #333333;
}
.breadcrumb-list__item--active {
  color: #333333;
  text-transform: uppercase;
}
.breadcrumb-list__item--active:after {
  visibility: hidden;
  opacity: 0;
}

/*=====  End of 03. Breadcrumb  ======*/
/*=============================================
=            04. Section title            =
=============================================*/
/*----------  default style  ----------*/
.section-title {
  margin-bottom: -5px;
}

.section-title--one {
  margin-bottom: 5vh;
}
.section-title h1, .section-title h2 {
  /* font-size: 48px; */
  font-size: 35px;
  line-height: 64px;
  margin-top: -13px;
  margin-bottom: 0px;
  /* font-weight:600; */
  font-weight: bold;
  color:#083966;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1, .section-title h2 {
    font-size: 30px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title h1, .section-title h2 {
    font-size: 36px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title h1, .section-title h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title h1, .section-title h2 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: bold;
    font-weight: inherit;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: bold;
    font-weight: inherit;
  }
}
.section-title h1 a, .section-title h2 a {
  color: #333;
  display: inline-block;
}
.section-title h1 a:hover, .section-title h2 a:hover {
  opacity: 0.85;
}
.section-title p {
  line-height: 26px;
}
.section-title p.subtitle--deep {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: -5px;
}
.section-title p.subtitle--trending-home {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-title p.subtitle--trending-home {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p.subtitle--trending-home {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title--concepthome h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title--concepthome h1 {
    font-size: 40px;
  }
}
.section-title__label p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}
.section-title__label p span:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #cccccc;
  margin: 0 15px 5px 15px;
}
.section-title__label--left {
  position: absolute;
  transform: rotate(90deg) translate(30%, 300%);
}
.section-title__label--right {
  position: absolute;
  transform: rotate(-90deg);
  right: -15px;
}
.section-title__label-style2 p {
  font-weight: 500;
}
.section-title__label-style2--left {
  position: absolute;
  top: 250px;
}
.section-title__label-style2--right {
  position: absolute;
  top: 250px;
}
.section-title__label-style3 p {
  font-weight: 500;
}
.section-title__label-style3--left {
  position: static;
  transform: none;
}
.section-title__label-style3--right {
  position: static;
  transform: none;
}
.--collectionhome {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.--spectral h1 {
  font-family: "Spectral", serif;
  font-weight: 500;
}
.section-title--login h2, .section-title--login h1 {
  font-size: 30px;
  line-height: 42px;
  color: #000;
  font-weight: 500;
}
.section-title--login p {
  font-size: 16px;
  line-height: 28px;
  color: grey;
}
.section-title .title-blue {
  font-size: 50px;
  line-height: 1.3;
  font-family: "Spectral", serif;
  font-style: normal;
  color: #404969;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-title .title-blue {
    font-size: 40px;
  }
}
.section-title--full-border {
  font-size: 17px;
  color: #404969;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  position: relative;
}
.section-title--full-border span {
  display: inline-block;
  z-index: 9;
  padding: 0 20px;
  background-color: #ffffff;
}
.section-title--full-border:before {
  content: "";
  background-color: #eceaea;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

/*----------  slider title  ----------*/
.widget-slider-title {
  font-size: 20px;
  line-height: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 35px;
  position: relative;
  padding-right: 60px;
}

/*----------  section label  ----------*/
.section-label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}

/*----------  instagram title  ----------*/
.instagram-title-container .title {
  font-size: 17px;
  color: rgba(51, 51, 51, 0.35);
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.instagram-title-container .subtitle {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
  font-style: italic;
  font-family: "Spectral", serif;
}
@media only screen and (max-width: 767px) {
  .instagram-title-container .subtitle {
    font-size: 40px;
  }
}
.instagram-title-container .subtitle--blue {
  font-style: normal;
  color: #404969;
  font-weight: 400;
}

/*=====  End of 04. Section title  ======*/
/*=============================================
=            05. Category            =
=============================================*/
/*----------  default style  ----------*/
.single-category {
  position: relative;
  overflow: hidden;
  /*----------  category style two  ----------*/
  /*----------  category style three  ----------*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category {
    margin-bottom: 10px;
  }
}
.single-category--concept-home .single-category__content .title p {
  font-size: 34px;
  line-height: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category--concept-home .single-category__content .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
.single-category--concept-home .single-category__content--textbanner {
  border: none;
}
.single-category--concept-home .single-category__content--textbanner:hover {
  border: none;
}
.single-category--concept-home .single-category__content--textbanner p span {
  color: #fff;
}
.single-category--concept-home--custom-width1 {
  max-width: 370px;
  margin: 0 auto;
}
.single-category--cosmetics-home .single-category__content .title p {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category--cosmetics-home .single-category__content .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
.single-category--cosmetics-home .single-category__content--textbanner {
  border: none;
}
.single-category--cosmetics-home .single-category__content--textbanner:hover {
  border: none;
}
.single-category--cosmetics-home .single-category__content--textbanner p span {
  color: #fff;
}
.single-category--cosmetics-home--custom-width1 {
  max-width: 370px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category--two {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-category--two {
    margin-bottom: 0;
  }
}
.single-category--three {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category--three {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-category--three {
    margin-bottom: 0;
  }
}
.single-category__image {
  overflow: hidden;
  position: relative;
}
.single-category__image img {
  width: 100%;
  transition: 0.8s;
}
.single-category__image:after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.single-category__image--two:after {
  display: none;
}
.single-category__image--three--creativehome:after {
  display: none;
}
.single-category__content {
  display: flex;
  justify-content: space-between;
  z-index: 5;
  position: relative;
  /*----------  category two content style  ----------*/
  /*----------  category three content style  ----------*/
  /*----------  simple text banner  ----------*/
}
.single-category__content .title {
  width: 70%;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .title {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .title {
    width: 70%;
  }
}
.single-category__content .title p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 0;
  color: #333;
  transition-duration: 0.6s;
}
.single-category__content .title a {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  color: #d3122a;
  transform: translateY(60%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .title a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .title a {
    font-size: 20px;
  }
}
.single-category__content .product-count {
  width: 30%;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: right;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content .product-count {
    width: 30%;
  }
}
.single-category__content .product-count:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 10px;
  background-color: #cccccc;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content .product-count:before {
    width: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content .product-count:before {
    width: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .single-category__content .product-count:before {
    width: 10px;
  }
}
.single-category__content--two .title p {
  display: none;
}
.single-category__content--two .title a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  color: #333;
  font-weight: 500;
}
.single-category__content--three {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
  /*----------  creative home style  ----------*/
  /*----------  banner category  ----------*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three {
    bottom: 25px;
  }
}
.single-category__content--three .title {
  width: 100%;
}
.single-category__content--three .title p {
  color: #333333;
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three .title p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three .title p {
    font-size: 24px;
  }
}
.single-category__content--three--creativehome {
  bottom: 30px;
  left: 40px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content--three--creativehome {
    bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--creativehome {
    bottom: 0;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three--creativehome {
    bottom: 0;
    left: 20px;
  }
}
.single-category__content--three--creativehome .title p > a {
  transform: translateY(0);
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  line-height: 48px;
  color: #333333;
  text-transform: capitalize;
}
.single-category__content--three--creativehome .title p > a:hover {
  color: #333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three--creativehome .title p > a {
    font-size: 25px;
    line-height: 35px;
  }
}
.single-category__content--three--creativehome .title a {
  transform: translateY(0);
  position: static;
  visibility: visible;
  opacity: 1;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.single-category__content--three--creativehome .title a:hover {
  color: #d3122a;
}
.single-category__content--three--banner {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--banner {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner {
    width: 80%;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-category__content--three--banner {
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .single-category__content--three--banner {
    width: 100%;
    bottom: 5px;
  }
}
.single-category__content--three--banner .title p {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--three--banner .title p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title p {
    margin-bottom: 5px;
  }
}
.single-category__content--three--banner .title p a {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title p a {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-category__content--three--banner .title p a span {
  display: block;
}
.single-category__content--three--banner .title > a {
  border-bottom: 1px solid #333;
  line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-category__content--three--banner .title > a {
    font-size: 12px;
    line-height: 22px;
  }
}
.single-category__content--three--banner .title > a:hover {
  border-color: #d3122a;
}
.single-category__content--textbanner {
  padding: 40px;
  border: 1px solid #d8d8d8;
  min-height: 520px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content--textbanner {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--textbanner {
    min-height: 350px;
  }
}
.single-category__content--textbanner a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #333;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 5px;
}
.single-category__content--textbanner a:hover {
  color: #d3122a;
}
.single-category__content--textbanner p {
  position: absolute;
  bottom: 30px;
}
.single-category__content--textbanner p span {
  display: block;
  font-size: 56px;
  line-height: 66px;
  color: #333;
  font-weight: 300;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-category__content--textbanner p span {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-category__content--textbanner p span {
    font-size: 35px;
    line-height: 45px;
  }
}
.single-category__content--textbanner:hover {
  border: 1px solid #dddddd;
}
.single-category__content--white .title p a {
  color: #ffffff;
}
.single-category__content--white .title p a:hover {
  color: #ffffff;
}
.single-category__content--white .title a {
  color: #ffffff;
  border-color: #ffffff;
}
.single-category:hover .single-category__image img {
  transform: scale(1.1);
}
.single-category:hover .single-category__image:after {
  visibility: visible;
  opacity: 1;
}
.single-category:hover .single-category__content .title p {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-60%);
}
.single-category:hover .single-category__content .title a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.single-category:hover .single-category__content.single-category__content--three--creativehome .title p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.single-category:hover .single-category__content.single-category__content--three--creativehome .title a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.single-category .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}

/*----------  category wrapper  ----------*/
.product-category-container--collectionhome-wrapper {
  margin-bottom: -60px;
}

/*----------  Masonry category layout  ----------*/
.masonry-category-layout {
  margin-bottom: -10px;
}
.masonry-category-layout .grid-item {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .masonry-category-layout .grid-item {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-category-layout .grid-item {
    margin-bottom: 10px;
  }
}
.masonry-category-layout--creativehome {
  margin-bottom: -25px;
}
.masonry-category-layout--creativehome .grid-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .masonry-category-layout--creativehome .grid-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .masonry-category-layout--creativehome .grid-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .masonry-category-layout--creativehome .grid-item {
    margin-bottom: 30px;
  }
}
/*----------  accessories single category  ----------*/
.accessories-single-category {
  position: relative;
  overflow: hidden;
}
.accessories-single-category a.banner-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.accessories-single-category img {
  width: 100%;
  transition: 0.6s;
}
.accessories-single-category span.number {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #333333;
}
.accessories-single-category__content {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.accessories-single-category__content p {
  margin-bottom: 0;
}
.accessories-single-category__content p.name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
}
.accessories-single-category__content p.price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
}
.accessories-single-category__content p.price .discounted {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: line-through;
  padding-right: 10px;
}
.accessories-single-category:hover img {
  transform: scale(1.1);
}

.product-category-text-content {
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-category-text-content .image {
  margin-bottom: 30px;
}
.product-category-text-content .image img {
  animation-name: spin;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-category-text-content .title {
  font-size: 40px;
  line-height: 1.3;
  color: #404969;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-text-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-text-content .title {
    font-size: 25px;
  }
}
.product-category-text-content .text {
  margin-bottom: 50px;
}
.product-category-text-content a {
  display: inline-block;
  color: #ffffff;
  background-color: #e75e47;
  border-color: transparent;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 50px;
}
.product-category-text-content a:hover {
  background-color: #404969;
}

.product-category-list {
  display: flex;
  margin-bottom: -30px;
  flex-wrap: wrap;
}
.product-category-list .single-product-category {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-category-list .single-product-category {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .product-category-list .single-product-category {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-category-list .single-product-category {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-category-list .single-product-category__image {
  margin-bottom: 20px;
  min-height: 130px;
}
.product-category-list .single-product-category__image a {
  display: block;
  width: 100%;
}
.product-category-list .single-product-category__image a:hover img {
  transform: scale(1.05);
}
.product-category-list .single-product-category__title {
  font-size: 20px;
  color: #404969;
  line-height: 1.3;
  font-weight: 500;
}
.product-category-list .single-product-category__title:hover {
  color: #e75e47;
}
.product-category-list .single-product-category__title:hover span {
  color: #e75e47;
}
.product-category-list .single-product-category__title span {
  font-weight: 300;
  font-size: 14px;
  color: #404969;
}

/*=====  End of 05. Category  ======*/
/*=============================================
=            06. Slider            =
=============================================*/
/*----------  default settings  ----------*/
.slick-slide > div > div {
  vertical-align: middle;
}

/*----------  product category slider  ----------*/
.product-category-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.product-category-slider .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
@media only screen and (max-width: 767px) {
  .product-category-slider .slick-list {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.product-category-slider .col {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .product-category-slider .col {
    padding: 0 15px;
  }
}
.product-category-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 40px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
.product-category-slider .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-category-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-slider .slick-arrow.slick-next {
    right: 15px;
  }
}
.product-category-slider .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-category-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}

/*----------  short single product slider  ----------*/
.product-carousel {
  /*----------  smart home separate style  ----------*/
}
.product-carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.product-carousel .slick-arrow {
  background: none;
  border: none;
  font-size: 30px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.product-carousel .slick-arrow.slick-next {
  right: -60px;
}
.product-carousel .slick-arrow.slick-prev {
  left: -60px;
}
.product-carousel .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin-top: 105px;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product-carousel .slick-dots {
    margin-top: 50px;
  }
}
.product-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 15px;
  margin-left: 0;
  line-height: 1.5;
  padding: 0;
  cursor: pointer;
  background: none;
}
.product-carousel .slick-dots li:last-child {
  margin-right: 0;
}
.product-carousel .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}
.product-carousel .slick-dots li button {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f !important;
  opacity: 0.2;
  padding: 0;
  border-radius: 50%;
  margin: 0 4px;
}
.product-carousel:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.product-carousel:hover .slick-arrow.slick-next {
  right: -50px;
}
.product-carousel:hover .slick-arrow.slick-prev {
  left: -50px;
}
.product-carousel--smarthome .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.product-carousel--smarthome .slick-dots {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-carousel--smarthome .slick-dots {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-carousel--smarthome .slick-dots {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .product-carousel--smarthome .slick-dots {
    margin-bottom: 35px;
  }
}

/*----------  single product widget slider  ----------*/
.single-product-widget-slider-container .slick-arrow {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #999999;
  font-size: 12px;
  line-height: 28px;
  width: 28px;
  height: 28px;
}
.single-product-widget-slider-container .slick-arrow.slick-prev {
  right: 30px;
}

.single-product-widget-slider .slick-slide > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-product-widget-slider .slick-slide > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*----------  blog post slider  ----------*/
.blog-post-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-post-slider .slick-arrow {
  /* background: none; */
  border: none;
  font-size: 21px;
  color: #e7e7e7;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  z-index: 3;
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: 0.3s;
  border-radius: 50%;
  background-color: #C4C4C4;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 0px 5px;
}

.blog-post-slider .slick-arrow:hover{
    background-color: #486991;
}

.blog-post-slider .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-post-slider .slick-arrow.slick-next {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider .slick-arrow.slick-next {
    right: -60px;
  }
}
.blog-post-slider .slick-arrow.slick-prev {
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-post-slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
.blog-post-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.blog-post-slider:hover .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-post-slider:hover .slick-arrow.slick-next {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider:hover .slick-arrow.slick-next {
    right: -25px;
  }
}
.blog-post-slider:hover .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-post-slider:hover .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider:hover .slick-arrow.slick-prev {
    left: -35px;
  }
}

/*----------  instagram slider  ----------*/
.instagram-carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-carousel .slick-arrow {
  background: none;
  border: none;
  font-size: 30px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.instagram-carousel .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel .slick-arrow.slick-next {
    right: 0;
  }
}
.instagram-carousel .slick-arrow.slick-prev {
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
.instagram-carousel:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.instagram-carousel:hover .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.instagram-carousel:hover .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}

.instagram-carousel-type2 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.instagram-carousel-type2 .slick-arrow {
  background: none;
  border: none;
  font-size: 30px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.instagram-carousel-type2 .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel-type2 .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel-type2 .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel-type2 .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel-type2 .slick-arrow.slick-next {
    right: 0;
  }
}
.instagram-carousel-type2 .slick-arrow.slick-prev {
  left: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel-type2 .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel-type2 .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel-type2 .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel-type2 .slick-arrow.slick-prev {
    left: 0;
  }
}
.instagram-carousel-type2:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.instagram-carousel-type2:hover .slick-arrow.slick-next {
  right: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.instagram-carousel-type2:hover .slick-arrow.slick-prev {
  left: -50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-carousel-type2:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}

/*----------  multi testimonial slider  ----------*/
.multi-testimonial-slider-container .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.multi-testimonial-slider-container .slick-arrow {
  /* background: none; */
  border: none;
  font-size: 21px;
  color: #e7e7e7;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 3;
  /* visibility: hidden; */
  /* opacity: 0; */
  transition: 0.3s;
  border-radius: 50%;
  background-color: #C4C4C4;
  color: #fff;
  width:45px;
  height:45px;
  padding: 0px 10px;
}

.multi-testimonial-slider-container .slick-arrow:hover {
    background-color: #486991;
  }

.multi-testimonial-slider-container .slick-arrow.slick-next {
  right: -45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .multi-testimonial-slider-container .slick-arrow.slick-next {
    right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multi-testimonial-slider-container .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .multi-testimonial-slider-container .slick-arrow.slick-next {
    right: 0;
  }
}
.multi-testimonial-slider-container .slick-arrow.slick-prev {
  left: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .multi-testimonial-slider-container .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .multi-testimonial-slider-container .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .multi-testimonial-slider-container .slick-arrow.slick-prev {
    left: 0;
  }
}
.multi-testimonial-slider-container:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.multi-testimonial-slider-container--style2 .slick-arrow {
  top: -80px;
  right: 0 !important;
  left: auto !important;
  visibility: visible;
  opacity: 1;
  font-size: 30px !important;
  color: #404969;
}
.multi-testimonial-slider-container--style2 .slick-arrow.slick-prev {
  right: 50px !important;
}
.multi-testimonial-slider-container--white-content .multi-testimonial-single-item__text {
  color: #ffffff;
}
.multi-testimonial-slider-container--white-content .multi-testimonial-single-item__author-info .content .name {
  color: #ffffff;
}
.multi-testimonial-slider-container--white-content .multi-testimonial-single-item__author-info .content .designation {
  color: #ffffff;
}

/*----------  smart home carousel container  ----------*/
.product-carousel-container--smarthome {
  overflow: hidden;
}

/*----------  decor hero slider  ----------*/
.decor-slider-wrapper .slick-arrow {
  background: none;
  border: none;
  font-size: 62px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .decor-slider-wrapper .slick-arrow {
    font-size: 32px;
    color: #333;
  }
}
@media only screen and (max-width: 479px) {
  .decor-slider-wrapper .slick-arrow {
    font-size: 25px;
  }
}
.decor-slider-wrapper .slick-arrow.slick-next {
  right: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .decor-slider-wrapper .slick-arrow.slick-next {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .decor-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .decor-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .decor-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
.decor-slider-wrapper .slick-arrow.slick-prev {
  left: 20%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .decor-slider-wrapper .slick-arrow.slick-prev {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .decor-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .decor-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .decor-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
.decor-slider-wrapper:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.decor-single-slider {
  padding: 0 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .decor-single-slider {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .decor-single-slider {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .decor-single-slider {
    padding: 0;
  }
}

.decor-single-slider-content {
  position: relative;
}
.decor-single-slider-content .slider-image img {
  margin-left: auto;
  margin-right: auto;
}
.decor-single-slider-content .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .slider-content {
    left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .decor-single-slider-content .slider-content a.lezada-button {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .slider-content a.lezada-button {
    font-size: 10px;
    padding: 5px 15px;
  }
}
.decor-single-slider-content .color-title {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .decor-single-slider-content .color-title {
    font-size: 12px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .color-title {
    margin-bottom: 0;
    line-height: 26px;
  }
}
.decor-single-slider-content .color-title--blue {
  color: #68aaeb;
}
.decor-single-slider-content .color-title--green {
  color: #7a9f63;
}
.decor-single-slider-content .color-title--brown {
  color: #c5a374;
}
.decor-single-slider-content .color-title--orange {
  color: #db8b79;
}
.decor-single-slider-content .main-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 35px;
  color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .decor-single-slider-content .main-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .decor-single-slider-content .main-title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .decor-single-slider-content .main-title {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .decor-single-slider-content .main-title {
    margin-bottom: 10px;
  }
}

/*----------  big image gallery slider  ----------*/
.shop-product__big-image-gallery-slider {
  position: relative;
}
.shop-product__big-image-gallery-slider .slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-dots {
    margin-top: 50px;
  }
}
.shop-product__big-image-gallery-slider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 15px;
  margin-left: 0;
  line-height: 1.5;
  padding: 0;
  cursor: pointer;
  background: none;
}
.shop-product__big-image-gallery-slider .slick-dots li:last-child {
  margin-right: 0;
}
.shop-product__big-image-gallery-slider .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 1px solid #333333;
  border-radius: 100%;
  opacity: 1;
  width: 18px;
  height: 18px;
  margin: 0;
}
.shop-product__big-image-gallery-slider .slick-dots li button {
  font-size: 0;
  display: block;
  cursor: pointer;
  outline: 0;
  line-height: 0;
  border: 0;
  width: 10px;
  height: 10px;
  color: transparent;
  background-color: #1f1f1f !important;
  opacity: 0.2;
  padding: 0;
  border-radius: 50%;
  margin: 0 4px;
}
.shop-product__big-image-gallery-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 30px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.shop-product__big-image-gallery-slider .slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.shop-product__big-image-gallery-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__big-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}

/*----------  small image gallery slider  ----------*/
.shop-product__small-image-gallery-slider {
  position: relative;
  cursor: pointer;
}
.shop-product__small-image-gallery-slider--vertical {
  position: relative;
  cursor: pointer;
}
.shop-product__small-image-gallery-slider--vertical .slick-current .single-image img {
  border-color: #333;
  transition: 0.6s;
}
.shop-product__small-image-gallery-slider--vertical .single-image {
  margin-bottom: 10px;
}
.shop-product__small-image-gallery-slider--vertical .single-image img {
  border: 1px solid transparent;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider--vertical .single-image {
    padding: 0 5px;
  }
}
.shop-product__small-image-gallery-slider--vertical .slick-arrow {
  position: absolute;
  z-index: 3;
  height: 30px;
  width: 49%;
  color: #ffffff;
  opacity: 0.7;
  background-color: #7e7e7e;
  transform: translateY(0);
  border: none;
}
.shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-prev {
  left: 0 !important;
  top: auto;
  bottom: 0;
}
.shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-next {
  left: auto;
  right: 0 !important;
  top: auto;
  bottom: 0;
}
.shop-product__small-image-gallery-slider .single-image img {
  border: 1px solid transparent;
}
.shop-product__small-image-gallery-slider .slick-current .single-image img {
  border-color: #333;
}
.shop-product__small-image-gallery-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 20px;
  color: #e7e7e7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.shop-product__small-image-gallery-slider .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
}
.shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.shop-product__small-image-gallery-slider:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
  right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-next {
    right: 10px;
  }
}
.shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__small-image-gallery-slider:hover .slick-arrow.slick-prev {
    left: 10px;
  }
}

.lezada-slick-slider--fullscreen {
  position: relative;
  height: 700px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .lezada-slick-slider--fullscreen {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-slider--fullscreen {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--fullscreen {
    height: 400px;
  }
}
.lezada-slick-slider--fullscreen .slick-list, .lezada-slick-slider--fullscreen .slick-track, .lezada-slick-slider--fullscreen .slick-slide > div {
  height: 100%;
}
.lezada-slick-slider--fullscreen .slick-active .lezada-single-slider__content * {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.lezada-slick-slider--fullscreen .slick-active .lezada-single-slider__content .subtitle {
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.lezada-slick-slider--fullscreen .slick-active .lezada-single-slider__content .main-title {
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.lezada-slick-slider--fullscreen .slick-active .lezada-single-slider__content .lezada-button {
  animation-duration: 2.5s;
  animation-delay: 0.3s;
}
.lezada-slick-slider--fullscreen .lezada-single-slider {
  height: 100%;
  width: 100%;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content {
    padding: 0 15px;
  }
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .subtitle--black {
  color: #333;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
  font-size: 56px;
  line-height: 71px;
  margin-bottom: 35px;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title--black {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button {
  background-color: #ffffff;
  color: #333 !important;
  border-color: #ffffff;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button:hover {
  background-color: transparent;
  color: #ffffff !important;
  border-color: #ffffff;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button--red {
  background-color: #d3122a;
  border-color: #d3122a;
  color: #ffffff !important;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button--dark {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content .lezada-button--dark:hover {
  background-color: transparent;
  color: #333 !important;
  border-color: #333;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style {
  padding-left: 15px;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style {
    padding-top: 50px;
  }
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style .subtitle {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style .main-title {
  font-family: "Spectral", serif;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style .lezada-button {
  background-color: transparent;
  color: #ffffff !important;
}
.lezada-slick-slider--fullscreen .lezada-single-slider__content--spectral-style .lezada-button:hover {
  background-color: #ffffff;
  color: #333 !important;
}
.lezada-slick-slider--fullscreen .lezada-single-slider--overlay {
  position: relative;
}
.lezada-slick-slider--fullscreen .lezada-single-slider--overlay:before {
  position: absolute;
  content: "";
  background: #000000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.lezada-slick-slider--fullscreen .slick-arrow {
  position: absolute;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 51px;
  color: #999;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  font-size: 18px;
  border: none;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .lezada-slick-slider--fullscreen .slick-arrow {
    display: none;
  }
}
.lezada-slick-slider--fullscreen .slick-arrow:hover {
  background-color: #333;
  color: #ffffff;
}
.lezada-slick-slider--fullscreen .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
.lezada-slick-slider--fullscreen .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.lezada-slick-slider--fullscreen .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
}
.lezada-slick-slider--fullscreen .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #999;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
}
.lezada-slick-slider--fullscreen .slick-dots li.slick-active button {
  background: #fff;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-prev {
  left: 30px;
  right: auto;
}
.lezada-slick-slider--fullscreen:hover .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}
.lezada-slick-slider--swimsuit-home {
  height: 840px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .lezada-slick-slider--swimsuit-home {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lezada-slick-slider--swimsuit-home {
    height: 750px;
  }
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--swimsuit-home {
    height: 550px;
  }
}
.lezada-slick-slider--swimsuit-home .slick-list, .lezada-slick-slider--swimsuit-home .slick-track, .lezada-slick-slider--swimsuit-home .slick-slide > div {
  height: 100%;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content {
  padding-left: 30px;
  padding-right: 30px;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home {
  width: 100%;
  height: 100%;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .image {
  margin-bottom: 30px;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .image img {
  margin-left: auto;
  margin-right: auto;
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .content .title {
  color: #E75E47;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media only screen and (max-width: 479px) {
  .lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .content .title {
    font-size: 25px;
  }
}
.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .content .price {
  color: #E75E47;
  font-size: 17px;
  font-weight: 600;
}
.lezada-slick-slider--swimsuit-home .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.lezada-slick-slider--swimsuit-home .slick-dots li {
  display: inline-block;
}
.lezada-slick-slider--swimsuit-home .slick-dots li button {
  background: none;
  border: none;
  background-color: #000;
  opacity: 0.2;
  height: 5px;
  width: 20px;
  font-size: 0;
  margin-right: 5px;
  padding: 0;
}
.lezada-slick-slider--swimsuit-home .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-area--transparent-header .lezada-slick-slider--fullscreen {
  height: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 550px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-area--transparent-header .lezada-slick-slider--fullscreen {
    height: 500px;
  }
}

.lezada-single-slider--cover {
  background-size: cover;
}
.lezada-single-slider--overlay {
  position: relative;
}
.lezada-single-slider--overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/*=====  End of 06. Slider  ======*/
/*=============================================
=            07. Short single product            =
=============================================*/
/*----------  default style  ----------*/
.single-product {
  /*----------  product image  ----------*/
  /*----------  floating badge style  ----------*/
  /*----------  floating icon style  ----------*/
  /*----------  floating product variation  ----------*/
  /*----------  product content  ----------*/
  /*----------  hover style  ----------*/
  /*----------  smart home style  ----------*/
}
.single-product__image {
  position: relative;
}
.single-product__image > a {
  display: block;
}
.single-product__image > a img {
  width: 100%;
  transition: 0.9s;
}
.single-product__image > a img:nth-child(1) {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.single-product__image > a img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.single-product__floating-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.single-product__floating-badges span {
  text-transform: lowercase;
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-weight: 500;
  border-radius: 100%;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product__floating-badges span {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.single-product__floating-badges span:last-child {
  margin-bottom: 0;
}
.single-product__floating-badges span.onsale {
  background-color: #98d8ca;
}
.single-product__floating-badges span.hot {
  background-color: #f00;
}
.single-product__floating-badges span.out-of-stock {
  background-color: #333;
  font-size: 20px;
  cursor: pointer;
}
.single-product__floating-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.single-product__floating-icons span {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.single-product__floating-icons span:nth-child(1) {
  transition: 0.3s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(2) {
  transition: 0.6s;
  margin-top: 5px;
}
.single-product__floating-icons span:nth-child(3) {
  transition: 0.9s;
  margin-top: 5px;
}
.single-product__floating-icons span a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  color: #7e7e7e;
}
.single-product__floating-icons span a:hover {
  color: #333;
}
.single-product__floating-icons span a i {
  font-size: 20px;
}
.single-product__variations {
  position: absolute;
  bottom: 25px;
  right: 20px;
  width: calc(100% - 40px);
  background-color: #ffffff;
  z-index: 9;
  padding: 10px;
  transform: translateY(-50px);
  visibility: hidden;
  opacity: 0;
  transition: 0.9s;
}
.single-product__variations .size-container {
  text-align: center;
}
.single-product__variations .size-container span.size {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  font-weight: 600;
  color: #999999;
  font-size: 14px;
}
.single-product__variations .size-container span.size:hover {
  color: #333333;
}
.single-product__variations .size-container span.size.active {
  color: #333333;
}
.single-product__variations .size-container span.size:last-child {
  margin-right: 0;
}
.single-product__variations .color-container {
  text-align: center;
}
.single-product__variations .color-container span {
  cursor: pointer;
  display: inline-block;
  border-radius: 500px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-right: 8px;
  border: 1px solid #ddd;
}
.single-product__variations .color-container span.active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #aaaaaa;
}
.single-product__variations .color-container span.black {
  background-color: #000000;
}
.single-product__variations .color-container span.blue {
  background-color: #1E73BE;
}
.single-product__variations .color-container span.yellow {
  background-color: #DD9933;
}
.single-product__variations .color-container span:last-child {
  margin-right: 0;
}
.single-product__variations .clear-link {
  display: block;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
  color: #333;
}
.single-product__variations .clear-link:hover {
  text-decoration: none;
}
.single-product__content {
  position: relative;
  padding-top: 25px;
}
.single-product__content .title {
  position: relative;
}
.single-product__content .title h3 {
  margin-bottom: 0;
}
.single-product__content .title h3 a {
  display: block;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 400;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  color: #333;
  transition-duration: 0.6s;
}
.single-product__content .title > a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #d3122a;
  transform: translateY(60%);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product__content .title > a {
    font-size: 16px;
  }
}
.single-product__content .title > a.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.single-product__content .title > a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.single-product__content .price .discounted-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
.single-product__content .price .main-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  margin-right: 5px;
}
.single-product__content .price .main-price.discounted {
  color: #aaaaaa;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
}
.single-product__content:hover .single-product__variations {
  visibility: visible;
  opacity: 1;
  transform: translateY(-80px);
}
.single-product:hover .single-product__image a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__content .title h3 a {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-60%);
}
.single-product:hover .single-product__content .title > a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.single-product:hover .single-product__floating-icons span {
  visibility: visible;
  opacity: 1;
}
.single-product:hover .single-product__floating-icons span:nth-child(1) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(2) {
  margin-top: 0;
}
.single-product:hover .single-product__floating-icons span:nth-child(3) {
  margin-top: 0;
}
.single-product--smarthome {
  position: relative;
}
.single-product--smarthome .single-product__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
}
.single-product--wearablehome {
  position: relative;
  border: 1px solid #DDDDDD;
}
.single-product--wearablehome .single-product__floating-icons {
  top: 50px;
}
.single-product--wearablehome .single-product__floating-cart {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin-top: 5px;
}
.single-product--wearablehome .single-product__floating-cart span.title a {
  font-size: 18px;
  line-height: 28px;
  color: #d3122a;
  transition-duration: 0.6s;
  font-weight: 500;
}
.single-product--wearablehome .single-product__floating-cart span.title a.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.single-product--wearablehome .single-product__floating-cart span.title a:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}
.single-product--wearablehome .single-product__content {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  transform: translateY(10px);
}
.single-product--wearablehome .single-product__content .title h3 a {
  transform: none;
}
.single-product--wearablehome:hover .single-product__floating-cart {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.single-product--wearablehome:hover .single-product__content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.single-product--wearablehome:hover .title h3 a {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
.single-product--list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-product--list {
    flex-direction: column;
  }
}
.single-product--list .single-product__image {
  flex-basis: 370px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .single-product--list .single-product__image {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.single-product--list .single-product__content {
  flex-basis: calc(100% - 400px);
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .single-product--list .single-product__content {
    flex-basis: 100%;
  }
}
.single-product--list .single-product__content .title h3 a {
  font-size: 25px;
}
.single-product--list .single-product__content .price {
  margin-bottom: 30px;
}
.single-product--list .single-product__content .price .main-price, .single-product--list .single-product__content .price .discounted-price {
  font-size: 16px;
}
.single-product--list .short-desc {
  margin-bottom: 30px;
}
.single-product--list:hover .single-product__image a img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}
.single-product--list:hover .single-product__floating-icons span {
  visibility: visible;
  opacity: 1;
}
.single-product--list:hover .single-product__variations {
  visibility: visible;
  opacity: 1;
}

/*----------  single widget product  ----------*/
.single-widget-product {
  display: flex;
}
.single-widget-product__image {
  width: 120px;
}
.single-widget-product__image a {
  display: block;
}
.single-widget-product__image a img {
  width: 100%;
}
.single-widget-product__content {
  width: calc(100% - 120px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-widget-product__content__top h3 {
  line-height: 1;
  margin-bottom: 0;
}
.single-widget-product__content__top h3 a {
  font-size: 16px;
  line-height: 22px;
  color: #7e7e7e;
}
.single-widget-product__content__top h3 a:hover {
  color: #333;
}
.single-widget-product__content__top .price .discounted-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}
.single-widget-product__content__top .price .main-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
  margin-right: 5px;
}
.single-widget-product__content__top .price .main-price.discounted {
  color: #aaaaaa;
  font-weight: 600;
  font-size: 12;
  line-height: 1;
  text-decoration: line-through;
}
.single-widget-product__content__top .rating i {
  font-size: 16px;
}
.single-widget-product__content__top .rating i.ion-android-star, .single-widget-product__content__top .rating i.ion-android-star-half {
  color: #F5CC26;
}
.single-widget-product__content__top .rating i.ion-android-star-outline {
  color: #7e7e7e;
}
.single-widget-product__content__bottom a.cart-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #d3122a;
  transition-duration: 0.6s;
  top: 0;
  left: 0;
  font-weight: 500;
}
.single-widget-product__content__bottom a.cart-btn.active:before {
  content: "";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.single-widget-product__content__bottom a.cart-btn:before {
  content: "+";
  display: inline-block;
  margin-right: 5px;
}

/*=====  End of 07. Short single product  ======*/
/*=============================================
=           08. button            =
=============================================*/
/*----------  default style  ----------*/
.lezada-button {
  background-color: #333;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #333;
  font-weight: 500;
  letter-spacing: 1px;
  /*----------  small button style  ----------*/
  /*----------  medium button style  ----------*/
  /*----------  large button style  ----------*/
  /*----------  extra large button style  ----------*/
  /*----------  icon left style  ----------*/
}
/*.lezada-button:hover {
  background-color: transparent;
  color: #333 !important;
}*/
.lezada-button--small {
  font-size: 12px;
  padding: 8px 15px;
}
.lezada-button--small--style2 {
  padding: 7px 15px;
}
.lezada-button--medium {
  font-size: .7em;
  padding: 10px 15px;
}
.lezada-button--large {
  font-size: 16px;
  padding: 12px 35px;
}
.lezada-button--xl {
  font-size: 18px;
  padding: 20px 35px;
}
.lezada-button--icon {
  /*----------  icon left style  ----------*/
  /*----------  icon right style  ----------*/
}
.lezada-button--icon--left i {
  margin-right: 5px;
}
.lezada-button--icon--right i {
  margin-left: 5px;
}

/*----------  lezada button 2  ----------*/
.lezada-button-2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.lezada-button-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.2;
  content: "";
}
.lezada-button-2:before {
  font-size: 0;
  padding-right: 0;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  display: inline-block;
  line-height: 0;
  content: "";
  font-family: "Ionicons";
}
.lezada-button-2:hover {
  color: #d3122a;
}
.lezada-button-2:hover:before {
  font-size: 14px;
  line-height: 0;
  padding-right: 8px;
  visibility: visible;
  opacity: 1;
}

/*----------  load more button  ----------*/
.lezada-loadmore-button {
  color: #333;
  letter-spacing: 1px;
  font-weight: 500;
}
.lezada-loadmore-button:hover {
  color: #333;
}
.lezada-loadmore-button i {
  display: inline-block;
  font-size: 16px;
  padding-right: 8px;
  font-weight: 600;
  color: #333;
}

/*----------  shopping more button  ----------*/
.lezada-shopping-more-button {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #D6D6D6;
  transition: 0.6s;
}
.lezada-shopping-more-button:hover {
  border-color: #333;
  color: #333;
}

/*=====  End of 08. button  ======*/
/*=============================================
=            09. Backgrounds            =
=============================================*/
/*----------  lookbook home backgrounds  ----------*/
.lookbook-bg-1 {
  background-image: url("../images/parallax-bg/bg-parallax-1.jpg");
}

.lookbook-bg-2 {
  background-image: url("../images/parallax-bg/bg-parallax-2.jpg");
}

.lookbook-bg-3 {
  background-image: url("../images/parallax-bg/bg-parallax-3.jpg");
}

.lookbook-bg-4 {
  background-image: url("../images/parallax-bg/bg-parallax-4.jpg");
}

.lookbook-bg-5 {
  background-image: url("../images/decor-four/banner-1.jpg");
}

.lookbook-bg-6 {
  background-image: url("../images/coffee-two/bg-1.jpg");
}

.lookbook-bg-7 {
  background-image: url("../images/coffee-two/bg-2.jpg");
}

.lookbook-bg-8 {
  background-image: url("../images/coffee-two/bg-3.jpg");
}

.lookbook-bg-9 {
  background-image: url("../images/coffee-two/bg-4.jpg");
}

.lookbook-bg-10 {
  background-image: url("../images/coffee-three/bg-1.jpg");
}

/*----------  about backgrounds  ----------*/
.about-video-bg-1 {
  background-image: url("../images/category/bg-video-about-us-large.png");
}

.about-video-bg-2 {
  background-image: url("../images/backgrounds/video-about.png");
}

.about-video-bg-3 {
  background-image: url("../images/jewelry-one/video-bg.png");
}

.about-bg-4 {
  background-image: url("../images/jewelry-one/section-bg.jpg");
}

.about-video-bg-5 {
  background-image: url("../images/tyres-two/video-bg.png");
}

.about-video-bg-6 {
  background-image: url("../images/coffee-four/video-bg.jpg");
}

.about-video-bg-7 {
  background-image: url("../images/games-one/video-bg.png");
}

.about-video-bg-8 {
  background-image: url("../images/games-two/video-bg.png");
}

.about-video-bg-9 {
  background-image: url("../images/health-four/video-bg.jpg");
}

/*----------  countdown backgrounds  ----------*/
.countdown-bg-1 {
  background-image: url("../images/countdown/bg-countdown-1.jpg");
  background-color: #F9F9F9;
}

.countdown-bg-2 {
  background-image: url("../images/countdown/bg-countdown-2.jpg");
  background-color: #F9F9F9;
}

.countdown-bg-3 {
  background-image: url("../images/food-four/banner-1.png");
  background-color: #F9F9F9;
}

.countdown-bg-3 {
  background-color: #F9F9F9;
}

.countdown-bg-4 {
  background-color: #F4F4F4;
}

/*----------  breadcrumb backgrounds   ----------*/
.breadcrumb-bg-1 {
  background-image: url("../images/breadcrumb-bg/01.jpg");
}

.breadcrumb-bg-2 {
  background-image: url("../images/breadcrumb-bg/background-heading-page.png");
}

/*----------  testimonial backgrounds  ----------*/
.testimonial-bg-1 {
  background-image: url("../images/backgrounds/bg-testimonials.png");
  background-repeat: no-repeat;
}

.testimonial-bg-2 {
  background-image: url("../images/backpack-one/testimonial.jpg");
  background-repeat: no-repeat;
}

.testimonial-bg-3 {
  background-image: url("../images/coffee-one/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-4 {
  background-image: url("../images/fishing-one/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-5 {
  background-image: url("../images/flower-three/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-6 {
  background-image: url("../images/pottery-one/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------  page backgrounds  ----------*/
.bg-404 {
  background-image: url("../images/backgrounds/404-bg.jpg");
}

.bg-coming-soon {
  background-image: url("../images/backgrounds/bg-coming-soon.png");
}

.mc-newsletter-blue-bg {
  background-color: #6D7F96;
}

.mc-newsletter-red-bg {
  background-color: #D11830;
}

.newsletter-content-bg-1 {
  /* background-image: url("../images/backgrounds/popup.jpg"); */
  background-color: #ffff;
}
#newsletter-content{
  width: 650px !important;
}
.newsletter-content {
  background-size: cover;
  background-repeat: no-repeat;
}

.nothing-found-area {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nothing-found-area {
    background-position-x: 40%;
  }
  #newsletter-content{
    width: 650px !important;
  }
}
@media only screen and (max-width: 575px) {
  .nothing-found-area {
    background-position-x: 20%;
  }
  #newsletter-content{
    width: 100% !important;
    height: auto !important;
    }
  .img-pop-up-index {

    height: 335px !important;
    width: 100% !important;
}
  .logo-pop-up-index {
    left: 7% !important;
}

}
@media only screen and (max-width: 479px) {
  .nothing-found-area {
    background-position-x: 45%;
  }
  .logo-pop-up-index {
    left: 7% !important;
}
#newsletter-content{
  width: 100% !important;
  height: auto !important;
  }
.img-pop-up-index {

  height: 420px !important;
  width: 100% !important;
}
}

.coming-soon-area {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-area {
    background-position-x: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-area {
    background-position-x: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-area {
    background-position-x: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .coming-soon-area {
    background-position-x: 45%;
  }
}

.grey-bg {
  background-color: #F8F8F8 !important;
}

.orange-bg {
  background-color: #f26522 !important;
}

.red-bg {
  background-color: #FF5A72 !important;
}

.grey-bg-two {
  background-color: #F7F7F7 !important;
}

.dark-grey-bg {
  background-color: #5e5656;
}

.dark-bg {
  background-color: #191717;
}

.blue-bg {
  background-color: #404969;
}

.green-bg {
  background-color: #E6F0F4;
}

.orange-bg {
  background-color: #F9D0C2;
}

.countdown-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-lookbook-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

/*----------  single category textbanner   ----------*/
.single-category-textbanner-bg {
  background-image: url("../images/category/brand.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*----------  about video background area  ----------*/
.about-video-bg-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}

/*=====  End of 09. Backgrounds  ======*/
/*=============================================
=            banner background            =
=============================================*/
.banner-bg-one {
  background-image: url("../images/jewelry-one/section-bg-2.jpg");
}

.banner-bg-two {
  background-image: url("../images/swimsuit-one/slider-bg-image.jpg");
}

.single-image-text-banner-bg-one {
  background-image: url("../images/swimsuit-one/banner-bg-1.png");
}

.single-image-text-banner-bg-two {
  background-image: url("../images/swimsuit-one/banner-bg-2.png");
}

/*=====  End of banner background  ======*/
/*=============================================
=            footer backgrounds            =
=============================================*/
.footer-bg-1 {
  background-image: url("../images/coffee-one/footer-bg.jpg");
  background-repeat: no-repeat;
}

.footer-bg-2 {
  background-image: url("../images/coffee-four/footer-bg.jpg");
  background-repeat: no-repeat;
}

/*=====  End of footer backgrounds  ======*/
/*=============================================
=            lookbook bg overlay            =
=============================================*/
.homepage-content--lookbook-overlay .single-lookbook-section {
  position: relative;
}
.homepage-content--lookbook-overlay .single-lookbook-section:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/*=====  End of lookbook bg overlay  ======*/
/*=============================================
=            10. Home Lookbook            =
=============================================*/
/*----------  lookbook content  ----------*/
.lookbook-content-wrapper {
  height: 100vh;
}

.lookbook-content p {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.lookbook-content h2 {
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .lookbook-content h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .lookbook-content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .lookbook-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.lookbook-content a.lookbook-btn {
  background-color: #fff;
  color: #333 !important;
  border-color: #fff;
}
.lookbook-content a.lookbook-btn:hover {
  background-color: #333;
  color: #fff !important;
}
.lookbook-content--dark p {
  color: #333;
}
.lookbook-content--dark h2 {
  color: #333;
}
.lookbook-content--dark a.lookbook-btn {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}
.lookbook-content--dark a.lookbook-btn:hover {
  background-color: transparent;
  color: #333 !important;
}

/*=====  End of 10. Home Lookbook  ======*/
/*=============================================
=            11. countdown timer            =
=============================================*/
.countdown-wrapper h3 {
  font-size: 48px;
  line-height: 58px;
  color: #ff2a1b;
  margin-bottom: 30px;
  margin-top: -10px;
}
.countdown-wrapper.text-center p{
  font-size: 1.1rem;
}

.countdown-wrapper button {
    background-color: #08345F;
    color: #fff !important;
    border-radius: 18px;
    margin-right: 60px;
    width: 200px;
    margin-bottom: 10px;
    position: relative;
    left: 5%;
}


@media only screen and (max-width: 575px) {
  .countdown-wrapper h3 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .countdown-wrapper h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.countdown-wrapper--style2 a.lezada-button:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}
.countdown-wrapper--white-bg a.lezada-button:hover {
  border-color: #000000;
  color: #000000 !important;
}

.deal-countdown.text-white * {
  color: #ffffff !important;
}
.deal-countdown .single-countdown {
  display: inline-block;
  margin-bottom: 40px;
  margin-right: 100px;
}
@media only screen and (max-width: 767px) {
  .deal-countdown .single-countdown {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-countdown .single-countdown {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.deal-countdown .single-countdown:last-child {
  margin-right: 0;
}
.deal-countdown .single-countdown:last-child .single-countdown__time:after {
  display: none;
}
.deal-countdown .single-countdown__time {
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 56px;
  color: #7e7e7e;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .deal-countdown .single-countdown__time {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .deal-countdown .single-countdown__time {
    font-size: 32px;
    line-height: 22px;
  }
}
.deal-countdown .single-countdown__time:after {
  position: absolute;
  top: 0;
  left: 170%;
  content: ":";
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .deal-countdown .single-countdown__time:after {
    left: 150%;
  }
}
@media only screen and (max-width: 479px) {
  .deal-countdown .single-countdown__time:after {
    left: 120%;
  }
}
.deal-countdown .single-countdown__text {
  font-size: 14px;
  line-height: 22px;
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 600;
}

/*=====  End of 11. countdown timer  ======*/
/*=============================================
=            12. Blog            =
=============================================*/
.blog-post-area {
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-wrapper {
    margin-bottom: -50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-wrapper {
    margin-bottom: -50px !important;
  }
}
.blog-post-wrapper--masonry {
  margin-bottom: -40px;
}

/*----------  blog slider intro  ----------*/
.blog-intro h2 {
  font-size: 48px;
  line-height: 64px;
  color: #333;
  max-width: 80%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-intro h2 {
    font-size: 40px;
    line-height: 56px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-intro h2 {
    font-size: 36px;
    line-height: 52px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-intro h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .blog-intro h2 {
    font-size: 25px;
    line-height: 41px;
  }
}
.blog-intro p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}

/*----------  blog slider single post  ----------*/
.single-slider-post {
  min-height: 555px;
  min-width: 240px !important;
}

.single-slider-post .single-slider-post__content{
    text-align: center;
}

.single-slider-post2 {
  min-height: 300px;
  min-width: 240px !important;
}

.single-slider-post2 .single-slider-post__content{
    text-align: center;
}

.post-title{
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.single-slider-post .single-slider-post__content .post-title{
    font-family: Gotham-Bold;
}

.single-slider-post__image a {
  display: block;
}
.single-slider-post__image a img {
  width: 100%;
}
.single-slider-post__content .post-date {
  margin-bottom: 15px;
}
.single-slider-post__content .post-date a {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.single-slider-post__content .post-date a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}
.single-slider-post__content .post-date i {
  margin-right: 5px;
}

.single-slider-post__content h2 a {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  margin-bottom: 15px;
}
.single-slider-post__content p.post-excerpt {
  font-size: 1em;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 15px;
  margin-top: 3vh;
}
.single-slider-post__content a.blog-readmore-btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.single-slider-post__content a.blog-readmore-btn:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.2;
  content: "";
}
.single-slider-post__content a.blog-readmore-btn:before {
  font-size: 0;
  padding-right: 0;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  display: inline-block;
  line-height: 0;
  content: "";
  font-family: "Ionicons";
}
.single-slider-post__content a.blog-readmore-btn:hover {
  color: #d3122a;
}
.single-slider-post__content a.blog-readmore-btn:hover:before {
  font-size: 14px;
  line-height: 0;
  padding-right: 8px;
  visibility: visible;
  opacity: 1;
}

/*----------  widget post  ----------*/
.single-widget-post {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.single-widget-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.single-widget-post .image {
  flex-basis: 100px;
}
.single-widget-post .content {
  flex-basis: calc(100% - 100px);
  padding-left: 20px;
}
.single-widget-post .content .widget-post-title {
  font-size: 15px;
  line-height: 24px;
}
.single-widget-post .content .widget-post-title a {
  color: #333;
}

/*----------  blog post list view  ----------*/
.single-slider-post--list {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 60px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-slider-post--list {
    display: block;
  }
}
.single-slider-post--list__image {
  flex-basis: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-post--list__image {
    flex-basis: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-post--list__image {
    flex-basis: 320px;
  }
}
.single-slider-post--list__content {
  flex-basis: calc(100% - 450px);
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-post--list__content {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-post--list__content {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (max-width: 767px) {
  .single-slider-post--list__content {
    padding-left: 0;
  }
}
.single-slider-post--list__content .post-date {
  margin-bottom: 0;
  line-height: 1;
}
.single-slider-post--sticky {
  border-bottom: 1px solid #E5E5E5;
}
.single-slider-post--sticky .post-title a {
  font-size: 34px;
  line-height: 51px;
}

/*----------  post tag  ----------*/
.post-tags {
  position: relative;
}
.post-tags i {
  position: absolute;
  color: #333;
}
.post-tags ul {
  display: inline-block;
}
.post-tags ul li {
  display: inline-block;
}
.post-tags ul li:first-child {
  padding-left: 20px;
}
.post-tags ul li a {
  border-bottom: 1px solid transparent;
}
.post-tags ul li a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}

/*----------  post share  ----------*/
.post-share span {
  padding-right: 10px;
}
.post-share ul {
  display: inline-block;
}
.post-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.post-share ul li a {
  color: #333;
}

/*----------  post comment  ----------*/
.post-comment a {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.post-comment a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}
.post-comment i {
  margin-right: 5px;
}

/*----------  post category  ----------*/
.post-category a {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #ababab;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.post-category a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}

/*----------  post title  ----------*/
.post-user a {
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.post-user a:hover {
  color: #333;
  border-bottom: 1px solid #999;
}
.post-user i {
  margin-right: 5px;
}

/*----------  author info  ----------*/
.single-author {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-author {
    flex-direction: column;
    text-align: center;
  }
}
.single-author__image {
  flex-basis: 70px;
}
.single-author__image img {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .single-author__image {
    margin-bottom: 30px;
  }
}
.single-author__content {
  flex-basis: calc(100% - 70px);
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .single-author__content {
    padding-left: 0;
  }
}
.single-author__content .username {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}
.single-author__content .message {
  font-size: 15px;
  line-height: 27px;
}

/*----------  comment block  ----------*/
.comment-title {
  font-size: 34px;
  line-height: 47px;
  color: #333;
}
.comment-title span {
  color: #ababab;
}

/*----------  single comment  ----------*/
.single-comment {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .single-comment {
    flex-direction: column;
    text-align: center;
  }
}
.single-comment--reply {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .single-comment--reply {
    margin-left: 50px;
  }
}
.single-comment__image {
  flex-basis: 70px;
}
.single-comment__image img {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .single-comment__image {
    margin-bottom: 30px;
  }
}
.single-comment__content {
  flex-basis: calc(100% - 70px);
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .single-comment__content {
    padding-left: 0;
  }
}
.single-comment__content .username {
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
}
.single-comment__content .date {
  font-size: 14px;
  line-height: 22px;
  color: #ababab;
  font-weight: 400;
  padding-left: 20px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .single-comment__content .date {
    float: none;
  }
}
.single-comment__content .message {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.single-comment__content .reply-link {
  color: #7e7e7e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.single-comment__content .reply-link i {
  padding-right: 5px;
}
.single-comment__content .reply-link:hover {
  color: #333;
}

/*=====  End of 12. Blog  ======*/
/*=============================================
=            13. Pagination            =
=============================================*/
.pagination ul {
  width: 100%;
  text-align: center;
  margin-top: -5px;
}
.pagination ul li {
  display: inline-block;
  margin-right: 20px;
  min-width: 20px;
}
.pagination ul li a {
  text-align: center;
  display: block;
  color: #ababab;
  font-weight: 500;
}
.pagination ul li a:hover {
  color: #333;
}
.pagination ul li.active {
  border-bottom: 1px solid #ababab;
}
.pagination ul li.active a {
  color: #5d2698;
}

/*=====  End of 13. Pagination  ======*/
/*=============================================
=            14. Instagram section            =
=============================================*/
/*----------  instagram section intro  ----------*/
.instagram-section-intro p a {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid transparent;
}
.instagram-section-intro p a:hover {
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instagram-section-intro p {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-section-intro p {
    margin-top: -5px;
  }
}
.instagram-section-intro h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: none;
  color: #333333;
}

/*----------  instagram slider item  ----------*/
.instagram-item {
  position: relative;
  z-index: 1;
}
.instagram-item:before {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.instagram-item .instagram-hvr-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  visibility: hidden;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.instagram-item .instagram-hvr-content span {
  margin-right: 20px;
  color: #ffffff;
}
.instagram-item .instagram-hvr-content span:last-child {
  margin-right: 0;
}
.instagram-item .instagram-hvr-content span i.fa {
  margin-right: 5px;
}
.instagram-item a {
  display: block;
}
.instagram-item a img {
  width: 100%;
}
.instagram-item:hover:before {
  visibility: visible;
  opacity: 1;
}
.instagram-item:hover .instagram-hvr-content {
  visibility: visible;
  opacity: 1;
}

/*----------  instagram grid  ----------*/
.instagram-grid {
  margin-right: -15px;
  margin-bottom: -15px;
}
.instagram-grid .instagram_gallery a {
  display: inline-block;
  width: 25%;
  padding: 0;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .instagram-grid .instagram_gallery a {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .instagram-grid .instagram_gallery a {
    width: 100%;
  }
}
.instagram-grid .instagram_gallery a img {
  position: relative;
  width: 100%;
}

.instagram_gallery .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}
.instagram_gallery .slick-list .slick-track .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}
.instagram_gallery .slick-list .slick-track .slick-slide a img {
  max-width: 100% !important;
}

/*=====  End of 14. Instagram section  ======*/
/*=============================================
=            15. Shoppable home style            =
=============================================*/
/*----------  shoppable category   ----------*/
.single-shoppable {
  position: relative;
  /*----------  shoppable content  ----------*/
  /*----------  cloth tag  ----------*/
}
.single-shoppable img {
  width: 100%;
}
.single-shoppable .shoppable-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .single-shoppable .shoppable-content {
    position: static;
    transform: none;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -10px;
  }
}
.single-shoppable .shoppable-content p {
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-shoppable .shoppable-content p {
    font-size: 14px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-shoppable .shoppable-content p {
    font-size: 14px;
    line-height: 28px;
  }
}
.single-shoppable .shoppable-content h2 {
  font-size: 72px;
  color: #333333;
  line-height: 100px;
  text-align: center;
  font-family: Work Sans;
  font-weight: 600;
  font-style: normal;
  max-width: 500px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-shoppable .shoppable-content h2 {
    font-size: 60px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-shoppable .shoppable-content h2 {
    font-size: 30px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .single-shoppable .shoppable-content h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 45px;
  }
}
.single-shoppable .shoppable-content a {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  background-color: transparent;
  border: 1px solid #C7C2B8;
  font-size: 14px;
  display: inline-block;
  margin-top: 30px;
}
.single-shoppable .shoppable-content a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.single-shoppable .shoppable-content--playicon {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 800px;
}
.single-shoppable .shoppable-content--playicon a {
  width: auto;
  height: auto;
  border: none;
  transition: 0.6s;
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .single-shoppable .shoppable-content--playicon a {
    width: 50px;
    height: 50px;
  }
}
.single-shoppable .shoppable-content--playicon a:hover {
  background: none;
  transform: scale(1.2);
}
.single-shoppable .cloth-tag {
  position: absolute;
  top: 0;
  max-width: 400px;
  width: 100%;
}
.single-shoppable .cloth-tag__icon {
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  margin-left: -12.5px;
}
.single-shoppable .cloth-tag__icon:hover {
  background-color: #d3122a;
  color: #ffffff;
}
.single-shoppable .cloth-tag__icon.active {
  background-color: #d3122a;
  color: #ffffff;
}
.single-shoppable .cloth-tag__content {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  position: absolute;
  min-width: 300px;
  max-width: 500px;
  transform: translateX(-50%);
  z-index: 5;
}
.single-shoppable .cloth-tag__content.active {
  animation: fadeIn 0.3s forwards;
}
.single-shoppable .cloth-tag__content__image {
  flex-basis: 100px;
}
.single-shoppable .cloth-tag__content__content {
  flex-basis: calc(100% - 100px);
  padding-left: 30px;
}
.single-shoppable .cloth-tag__content__content h1 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.single-shoppable .cloth-tag__content__content p.price {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
}
.single-shoppable .cloth-tag__content__content p.price .discounted {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: line-through;
  padding-right: 10px;
}

/*=====  End of 15. Shoppable home style  ======*/
/*=============================================
=            16. About            =
=============================================*/
/*----------  about video bg area  ----------*/
.about-video-bg-area {
  position: relative;
}
.about-video-bg-area .video-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-90deg) translateY(-50%);
  letter-spacing: 1px;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .about-video-bg-area .video-text {
    display: none;
  }
}
.about-video-bg-area .video-text a {
  color: #333333;
}
.about-video-bg-area .video-text a:hover {
  opacity: 0.85;
}
.about-video-bg-area .video-text-left {
  position: absolute;
  left: -10%;
}
.about-video-bg-area .video-text-right {
  position: absolute;
  right: -10%;
}
.about-video-bg-area .play-icon a img {
  transition: 0.6s;
  transform: scale(1);
}
.about-video-bg-area .play-icon a:hover img {
  transform: scale(1.2);
}
.about-video-bg-area h1 {
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 12px;
}

/*----------  about page text  ----------*/
.about-page-text {
  font-size: 15px;
  line-height: 26px;
  color: #7e7e7e;
  letter-spacing: 0.5px;
}

/*----------  about two page text block   ----------*/
.about-single-block p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 40px;
}
.about-single-block p.subtitle {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.about-single-block h1 {
  font-size: 34px;
  line-height: 48px;
  color: #333;
  font-weight: 400;
  margin-bottom: 30px;
}
.about-single-block a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
}
.about-single-block a:hover {
  border-color: #333;
}

/* about section */
.about-section-content .subtitle {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-section-content .subtitle {
    font-size: 16px;
  }
}
.about-section-content .title {
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .about-section-content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section-content {
    margin-bottom: 30px;
  }
}

.video-icon-content__title {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Spectral", serif;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .video-icon-content__title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .video-icon-content__title {
    font-size: 30px;
  }
}
.video-icon-content__icon-content-wrapper .single-icon-content {
  display: flex;
  margin-bottom: 40px;
  width: 440px;
  max-width: 100%;
}
.video-icon-content__icon-content-wrapper .single-icon-content__icon {
  flex-basis: 100px;
}
.video-icon-content__icon-content-wrapper .single-icon-content__content {
  flex-basis: calc(100% - 100px);
}
.video-icon-content__icon-content-wrapper .single-icon-content__content .title {
  font-size: 25px;
  line-height: 1.3;
  font-style: italic;
  font-family: "Spectral", serif;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 479px) {
  .video-icon-content__icon-content-wrapper .single-icon-content__content .title {
    font-size: 22px;
  }
}
.video-icon-content__icon-content-wrapper .single-icon-content__content .text {
  font-size: 15px;
  line-height: 1.5;
  color: #7e7e7e;
}
.video-icon-content__icon-content-wrapper .single-icon-content:last-child {
  margin-bottom: 0;
}

.about-bg-content {
  text-align: center;
  background-color: #F0DDD6;
  padding: 140px 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .about-bg-content {
    padding: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-bg-content {
    padding: 80px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-content {
    padding: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-bg-content {
    padding: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .about-bg-content {
    padding: 50px 30px;
  }
}
.about-bg-content__title {
  font-size: 40px;
  line-height: 1.5;
  color: #333;
  font-family: "Spectral", serif;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-bg-content__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-bg-content__title {
    font-size: 25px;
  }
}
.about-bg-content__text {
  font-size: 18px;
  line-height: 2;
  font-family: "Spectral", serif;
  color: #7e7e7e;
}
.about-bg-content__link {
  font-size: 14px;
  line-height: 1.2;
  color: #333;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  padding-bottom: 3px;
}
.about-bg-content__link:after {
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.2;
  content: "";
}
.about-bg-content__link:hover {
  color: #333;
}
.about-bg-content__link:hover:after {
  opacity: 1;
}

.about-bg-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-bg-background {
    height: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .about-bg-background {
    height: 300px;
  }
}

/*=====  End of 16. About  ======*/
/*=============================================
=            17. widget            =
=============================================*/
/*----------  default  ----------*/
.lezada-widget {
  /*----------  widget title  ----------*/
}
.lezada-widget .widget-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}
.lezada-widget .widget-content {
  font-size: 15px;
  line-height: 26px;
  color: #7e7e7e;
  margin-bottom: 0;
}

/*=====  End of 17. widget  ======*/
/*=============================================
=            18. Testimonial            =
=============================================*/
/*----------  multi testimonial single item  ----------*/
.multi-testimonial-single-item__text {
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 40px;
}
.multi-testimonial-single-item__author-info {
  display: flex;
}
.multi-testimonial-single-item__author-info .image {
  flex-basis: 80px;
  width: 80px;
  height: 80px;
}
.multi-testimonial-single-item__author-info .image img {
  border-radius: 500px;
  width: 100%;
}
.multi-testimonial-single-item__author-info .content {
  flex-basis: calc(100% - 80px);
  padding-left: 25px;
  margin-top: 10px;
}
.multi-testimonial-single-item__author-info .content .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.multi-testimonial-single-item__author-info .content .designation {
  font-size: 16px;
  line-height: 22px;
  color: #7e7e7e;
}

/*----------  single testimonial single item  ----------*/
.single-testimonial-single-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-single-item {
    flex-direction: column;
  }
}
.single-testimonial-single-item__image {
  flex-basis: 300px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-single-item__image {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-single-item__image {
    padding-left: 0;
  }
}
.single-testimonial-single-item__content {
  flex-basis: calc(100% - 300px);
  padding: 0 30px;
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-single-item__content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-testimonial-single-item__content {
    padding: 0;
  }
}
.single-testimonial-single-item__content .text {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: 300;
}
.single-testimonial-single-item__content .client-info .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #333;
}
.single-testimonial-single-item__content .client-info .designation {
  font-size: 16px;
  line-height: 22px;
  color: #7e7e7e;
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content {
  flex-basis: 100%;
  color: #ffffff;
  padding: 0 100px;
}
@media only screen and (max-width: 767px) {
  .single-testimonial-single-item--no-thumb .single-testimonial-single-item__content {
    padding: 0 30px;
  }
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content .text {
  color: #ffffff;
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content .client-info p, .single-testimonial-single-item--no-thumb .single-testimonial-single-item__content .client-info span {
  color: #ffffff;
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content--dark {
  color: #333;
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content--dark .text {
  color: #333;
}
.single-testimonial-single-item--no-thumb .single-testimonial-single-item__content--dark .client-info p, .single-testimonial-single-item--no-thumb .single-testimonial-single-item__content--dark .client-info span {
  color: #333;
}

.single-item-testimonial-area.dark-grey-bg * {
  color: #ffffff !important;
}

/*=====  End of 18. Testimonial  ======*/
/*=============================================
=            19. Brands            =
=============================================*/
.single-brand {
  text-align: center;
}
.single-brand a img {
  opacity: 0.85;
}
.single-brand a:hover img {
  opacity: 1;
}
.single-brand--light a img {
  opacity: 0.3;
}

.brand-carousel-content__title {
  font-size: 17px;
  color: rgba(51, 51, 51, 0.35);
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.brand-carousel-content__text {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 200;
  font-style: italic;
  font-family: "Spectral", serif;
  color: #333;
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575px) {
  .brand-carousel-content__text {
    font-size: 25px;
  }
}

/*=====  End of 19. Brands  ======*/
/*=============================================
=            20. Product list            =
=============================================*/
@media only screen and (min-width: 1200px) {
  .column-five [class*=col-lg-] {
    flex-basis: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-is-five {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-is-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/*----------  tab product style  ----------*/
.tab-product-navigation .nav-tabs {
  border-bottom: none;
}
.tab-product-navigation .nav-tabs .nav-link {
  border: none;
  font-size: 48px;
  line-height: 64px;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .tab-product-navigation .nav-tabs .nav-link {
    font-size: 38px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 479px) {
  .tab-product-navigation .nav-tabs .nav-link {
    font-size: 22px;
    line-height: 32px;
  }
}
.tab-product-navigation .nav-tabs .nav-link.active {
  color: #333;
}
.tab-product-navigation .nav-tabs .nav-link:hover {
  color: #333;
}

/*=====  End of 20. Product list  ======*/
/*=============================================
=            21. banner            =
=============================================*/
.single-banner {
  /*----------  banner zoom effect  ----------*/
}
.single-banner--hoverzoom {
  position: relative;
  overflow: hidden;
}
.single-banner--hoverzoom > a {
  display: block;
}
.single-banner--hoverzoom > a img {
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}
.single-banner--hoverzoom > a:hover img {
  transform: scale(1.1);
}
.single-banner--hoverzoom > a .banner-content {
  position: absolute;
  display: inline-block;
}
.single-banner--hoverzoom > a .banner-content--product-type {
  bottom: 30px;
  left: 30px;
}
.single-banner--hoverzoom > a .banner-content--product-type .name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #333333;
  display: block;
}
.single-banner--hoverzoom > a .banner-content--product-type .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #333333;
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle {
  bottom: 50px;
  left: 50px;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--product-type--bigtitle {
    bottom: 20px;
    left: 20px;
  }
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle .name {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle .name span {
  display: block;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--product-type--bigtitle .name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
  }
}
.single-banner--hoverzoom > a .banner-content--product-type--bigtitle .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #777;
}
.single-banner--hoverzoom > a .banner-content--banner-type--top-right {
  top: 15%;
  width: 27%;
  right: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    right: 15%;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-right {
    width: 40%;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type--top-left {
  top: 15%;
  width: 30%;
  left: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-left {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverzoom > a .banner-content--banner-type--top-left {
    width: 50%;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type .name {
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: 48px;
  color: #333333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverzoom > a .banner-content--banner-type .name {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-banner--hoverzoom > a .banner-content--banner-type .name span {
  display: block;
}
.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link {
  position: relative;
  text-transform: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  padding-bottom: 3px;
}
.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link:hover {
  color: #d3122a;
}
.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link:hover:after {
  background-color: #d3122a;
}
.single-banner--hoverborder {
  position: relative;
  overflow: hidden;
}
.single-banner--hoverborder img {
  width: 100%;
  transform: scale(1);
  transition: 0.6s;
}
.single-banner--hoverborder .banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-banner--hoverborder .banner-content {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
}
.single-banner--hoverborder .banner-content--middle-white {
  left: 50%;
  text-align: center;
  font-size: 37px;
  line-height: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content--middle-white {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-banner--hoverborder .banner-content--middle-dark {
  color: #333;
}
.single-banner--hoverborder .banner-content--black-left {
  text-align: left;
  left: 80px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content--black-left {
    left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content--black-left {
    left: 30px;
  }
}
.single-banner--hoverborder .banner-content span.bold-white {
  font-weight: 600;
  padding-right: 10px;
}
.single-banner--hoverborder .banner-content span.big-text {
  font-size: 37px;
  line-height: 48px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .single-banner--hoverborder .banner-content span.big-text {
    font-size: 15px;
    line-height: 25px;
  }
}
.single-banner--hoverborder .banner-content span.small-text {
  font-size: 14px;
  line-height: 22px;
  color: #777;
}
.single-banner--hoverborder:after {
  display: block;
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: transparent;
  border: 1px solid #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.single-banner--hoverborder:hover:after {
  visibility: visible;
  opacity: 1;
}
.single-banner--hoverborder:hover img {
  transform: scale(1.1);
}

/*----------  ad section   ----------*/
@media only screen and (max-width: 767px) {
  .footer-banner-section--special-home img {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-banner-section--special-home img {
    margin-top: 0;
  }
}

.footer-banner-tags ul li {
  display: inline-block;
  margin-right: 20px;
}
.footer-banner-tags ul li a {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 23px;
  display: block;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}
.footer-banner-tags ul li a:hover {
  border-bottom: 1px solid #D6D6D6;
}

.footer-banner-content h2 {
  font-size: 40px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  .footer-banner-content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

/*----------  product side banner  ----------*/
.product-side-banner:hover img {
  filter: grayscale(100%);
}
.product-side-banner--link {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  color: #333;
}
.product-side-banner--link:hover {
  color: #333;
  opacity: 0.85;
}

.banner-cta-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-cta-content__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-cta-content__subtitle {
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  font-family: "Spectral", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .banner-cta-content__subtitle {
    font-size: 30px;
  }
}
.banner-cta-content__button {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 45px;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}
.banner-cta-content__button:hover {
  background-color: #ffffff;
  color: #333;
}

.single-image-text-banner__media {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .single-image-text-banner__media {
    height: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .single-image-text-banner__media {
    height: 400px;
  }
}
.single-image-text-banner__content {
  text-align: center;
  padding: 200px 80px;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-image-text-banner__content {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 479px) {
  .single-image-text-banner__content {
    padding: 80px 30px;
  }
}
.single-image-text-banner__content .image {
  margin-bottom: 30px;
}
.single-image-text-banner__content .text {
  font-size: 30px;
  line-height: 1.2;
  color: #333;
  font-family: "Spectral", serif;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .single-image-text-banner__content .text {
    font-size: 20px;
  }
}
.single-image-text-banner__content a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
}
.single-image-text-banner__content a:before {
  font-size: 0;
  padding-right: 0;
  font-weight: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  display: inline-block;
  line-height: 0;
  content: "";
  font-family: "Ionicons";
}
.single-image-text-banner__content a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.2;
  content: "";
}
.single-image-text-banner__content a:hover:before {
  font-size: 14px;
  line-height: 0;
  padding-right: 8px;
  visibility: visible;
  opacity: 1;
}
.single-image-text-banner__content--yellow-bg {
  background-color: #FBD47D;
}
.single-image-text-banner__content--pink-bg {
  background-color: #F9D0C2;
}

/*=====  End of 21. banner  ======*/
/*=============================================
=            22. filter product            =
=============================================*/
/*----------  filter title  ----------*/
.filter-title .product-filter-menu li {
  display: inline-block;
  font-size: 48px;
  line-height: 64px;
  color: #ccc;
  cursor: pointer;
  transition: 0.6s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-title .product-filter-menu li {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title .product-filter-menu li {
    font-size: 30px;
    line-height: 40px;
  }
}
.filter-title .product-filter-menu li:hover {
  color: #333;
}
.filter-title .product-filter-menu li .filter-separator {
  color: #ccc;
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .filter-title .product-filter-menu li .filter-separator {
    margin: 0 15px;
  }
}
.filter-title .product-filter-menu li.active {
  color: #333;
}
.filter-title--type-two .product-filter-menu li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #000;
}
.filter-title--type-two .product-filter-menu li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filter-title--type-two .product-filter-menu li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-title--type-two .product-filter-menu li {
    padding: 0 5px;
  }
}

/*=====  End of 22. filter product  ======*/
/*=============================================
=            23. fashion home           =
=============================================*/
/*----------  fashion home intro  ----------*/
.fashion-home-intro {
  position: relative;
}
.fashion-home-intro p.label {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.fashion-home-intro p.description {
  margin-bottom: 30px;
  max-width: 350px;
}
.fashion-home-intro p.shadow-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 77px;
  line-height: 84px;
  color: #333;
  font-weight: 700;
  opacity: 0.1;
}
@media only screen and (max-width: 575px) {
  .fashion-home-intro p.shadow-text {
    display: none;
  }
}
.fashion-home-intro h2.title {
  font-size: 48px;
  line-height: 72px;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .fashion-home-intro h2.title {
    font-size: 38px;
    line-height: 65px;
  }
}
.fashion-home-intro a.lezada-shop-link {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #D6D6D6;
}
.fashion-home-intro a.lezada-shop-link:hover {
  border-color: #333;
}

/*----------  product size  ----------*/
.single-product--large-size {
  max-width: 400px;
  margin: 0 auto;
}
.single-product--small-size {
  max-width: 300px;
  margin: 0 auto;
}

/*=====  End of 23. fashion home    ======*/
/*=============================================
=            24. cosmetics home            =
=============================================*/
/*----------  cosmetics home intro  ----------*/
.cosmetics-home-intro {
  position: relative;
  padding: 0 11%;
  text-align: justify;
}

.cosmetics-home-intro p.titulo,
.cosmetics-home-intro h2.titulo{
    /* font-family: Muli; */
    font-weight: bold;
    font-size: 32px;
    color: #000;
    line-height: 30px;
}

.cosmetics-home-intro p.subtitulo{
    font-size: 24px;
}

.cosmetics-home-intro p br{
    margin-bottom: 5px;
}

.content-buttons-justify-center{
    padding-left: 120px;
    padding-right: 100px;
}


.cosmetics-home-intro button{
    background-color: #08345F;
    color: #fff;
    border-radius: 18px;
    margin-right: 60px;
    width: 200px;
    margin-bottom: 10px;
    padding: 5px 0px 7px;
    text-align: center;
    border: transparent;
}


.cosmetics-home-intro p.label {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.cosmetics-home-intro p.description {
  margin-bottom: 30px;
  max-width: 500px;
  padding-top: 15px;
  color: #000;
}
.cosmetics-home-intro p.shadow-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 77px;
  line-height: 84px;
  color: #333;
  font-weight: 700;
  opacity: 0.1;
}

.img-socios{
    min-height: 400px;
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat !important;
    border-radius: 25px;
}

.left{
    left: 20%;
}

@media only screen and (max-width: 575px) {
  .cosmetics-home-intro p.shadow-text {
    display: none;
  }

  .left{
    left: 0%;
  }
}
.cosmetics-home-intro h2.title,
.cosmetics-home-intro h3.title{
  font-size: 30px;
  line-height: 72px;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cosmetics-home-intro h2.title,
  .cosmetics-home-intro h3.title {
    font-size: 38px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 840px) {

    .cosmetics-home-intro h2.title,
    .cosmetics-home-intro h3.title {
    font-size: 32px;
    line-height: 55px;
  }

  .cosmetics-home-intro a{
    font-size: 18px;
    margin-top: 2vh;
    position: relative;
    left: 10%;
  }

}
.cosmetics-home-intro a.lezada-shop-link {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #D6D6D6;
}
.cosmetics-home-intro a.lezada-shop-link:hover {
  border-color: #333;
}

/*=====  End of 24. cosmetics home  ======*/
/*=============================================
=            25. Shop             =
=============================================*/
.shop-page-content {
  overflow-x: hidden;
}

/*----------  shop page header  ----------*/
.shop-page-header {
  /* border-bottom: 1px solid #d8d8d8; */
  padding: 20px 0;
  background-color: rgba(154, 176, 203, 0.5);
}

.single-icon {
  margin-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-icon {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-icon {
    margin-left: 0;
  }
}

/*----------  filter icons  ----------*/
.filter-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .filter-icons {
    justify-content: space-between;
  }
}

/*----------  filter dropdown  ----------*/

@media only screen and (max-width: 767px) {
  .filter-dropdown {
    display: block;
  }
}
.filter-dropdown .nice-select {
  padding-left: 0px;
  padding-right: 25px;
  background-color: #ffffff;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #cccccc;
}
.filter-dropdown .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  z-index: 99;
}
.filter-dropdown .nice-select .list {
  padding: 10px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/*----------  grid icons  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-icons {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .grid-icons {
    display: none;
  }
}
.grid-icons a {
  margin-left: 20px;
  color: #000 !important;
}
.grid-icons a.active {
  color: #333;
}
.grid-icons a:hover {
  color: #333;
}

/*----------  advance filter icon  ----------*/
.advance-filter-icon a {
  color: #7e7e7e;
  position: relative;
  font-weight: 500;
}
.advance-filter-icon a:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #333;
  transition: 0.3s;
}
.advance-filter-icon a.active {
  color: #333;
}
.advance-filter-icon a.active:after {
  width: 100%;
  right: auto;
  left: 0;
}
.advance-filter-icon a:hover {
  color: #333;
}
.advance-filter-icon a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

/*----------  shop advance filter area  ----------*/
.shop-advance-filter-area {
  background-color: #F9F9F9;
  display: none;
}

/*----------  single filter widget  ----------*/
.single-filter-widget--title {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  margin-bottom: 30px;
}
.single-filter-widget--list li {
  font-size: 15px;
  padding: 10px 0;
}
.single-filter-widget--list li:first-child {
  padding-top: 0;
}
.single-filter-widget--list li:last-child {
  padding-bottom: 0;
}
.single-filter-widget--list li a {
  color: #999;
  position: relative;
}
.single-filter-widget--list li a:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  background-color: #333;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.single-filter-widget--list li a.active {
  color: #333;
}
.single-filter-widget--list li a:hover {
  color: #333;
}
.single-filter-widget--list li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.single-filter-widget--list li .quantity {
  float: right;
}
.single-filter-widget--list--size li {
  display: block;
}
.single-filter-widget--list--size li:hover a {
  color: #333;
}
.single-filter-widget--list--size li:hover .quantity {
  color: #333;
}
.single-filter-widget--list--size li a {
  color: #ccc;
}
.single-filter-widget--list--size li a:after {
  display: none;
}
.single-filter-widget--list--size li .quantity {
  color: #ccc;
}
.single-filter-widget--list--brand li {
  display: block;
}
.single-filter-widget--list--brand li:hover a {
  color: #333;
}
.single-filter-widget--list--brand li:hover .quantity {
  color: #333;
}
.single-filter-widget--list--brand li a:after {
  transition: 0s;
  background-color: #ccc;
}
.single-filter-widget--list--color li {
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.single-filter-widget--list--color li a span.color-picker {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 100%;
}
.single-filter-widget--list--color li a span.black {
  background-color: #000;
}
.single-filter-widget--list--color li a span.blue {
  background-color: #1e73be;
}
.single-filter-widget--list--color li a span.brown {
  background-color: #dd9933;
}
.single-filter-widget--list--color li a span.gold {
  background-color: #cc9933;
}
.single-filter-widget--list--color li a span.green-coral {
  background-color: #a1aeb2;
}
.single-filter-widget--list--color li a span.grey {
  background-color: #eeeeee;
}
.single-filter-widget--list--color li a span.oak {
  background-color: #cba98e;
}
.single-filter-widget--list--color li a span.pink {
  background-color: #efdae7;
}
.single-filter-widget--list--color li a span.silver {
  background-color: #999999;
}
.single-filter-widget--list--color li a span.white {
  background-color: #ffffff;
}
.single-filter-widget--list--color li a.active span {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-filter-widget--list--color li a:hover span {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.single-filter-widget--list--color li a:after {
  display: none;
}
.single-filter-widget--list--category li {
  padding: 0;
  padding-bottom: 20px;
}
.single-filter-widget--list--category li .quantity {
  float: right;
  margin-right: 20px;
  color: #999;
}
.single-filter-widget--list--category li:last-child {
  padding-bottom: 0;
}
.single-filter-widget--list--category li.has-children {
  position: relative;
}
.single-filter-widget--list--category li.has-children ul {
  display: none;
  margin-top: 10px;
}
.single-filter-widget--list--category li.has-children ul li {
  padding: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}
.single-filter-widget--list--category li.has-children ul li:last-child {
  padding-bottom: 0;
}
.single-filter-widget--list--category li a.expand-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.single-filter-widget--list--category li a.expand-icon:after {
  display: none;
}
.single-filter-widget--list--category li a:after {
  transition: 0s;
  background-color: #ccc;
}

/*----------  search widget   ----------*/
.search-widget {
  position: relative;
}
.search-widget input {
  background: transparent;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  background-clip: padding-box;
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  border: none;
  border-bottom: 2px solid #cccccc;
}
.search-widget input:hover {
  border-color: #333;
}
.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.search-widget button i {
  font-size: 18px;
  line-height: 40px;
  color: #ababab;
}

/*----------  single sidebar widget  ----------*/
.single-sidebar-widget--title {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  margin-bottom: 30px;
}
.single-sidebar-widget--list li {
  font-size: 15px;
  padding: 10px 0;
}
.single-sidebar-widget--list li:first-child {
  padding-top: 0;
}
.single-sidebar-widget--list li:last-child {
  padding-bottom: 0;
}
.single-sidebar-widget--list li a {
  color: #999;
  position: relative;
}
.single-sidebar-widget--list li a:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  background-color: #333;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.single-sidebar-widget--list li a.active {
  color: #083966;
}
.single-sidebar-widget--list li a:hover {
  color: #333;
}
.single-sidebar-widget--list li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.single-sidebar-widget--list li .quantity {
  float: right;
}
.single-sidebar-widget--list--category li {
  padding: 0;
  padding-bottom: 20px;
}
.single-sidebar-widget--list--category li .quantity {
  float: right;
  margin-right: 20px;
  color: #999;
}
.single-sidebar-widget--list--category li:last-child {
  padding-bottom: 0;
}
.single-sidebar-widget--list--category li.has-children {
  position: relative;
}
.single-sidebar-widget--list--category li.has-children ul {
  display: none;
  margin-top: 10px;
}
.single-sidebar-widget--list--category li.has-children ul li {
  padding: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}
.single-sidebar-widget--list--category li.has-children ul li:last-child {
  padding-bottom: 0;
}
.single-sidebar-widget--list--category li a.expand-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.single-sidebar-widget--list--category li a.expand-icon:after {
  display: none;
}
.single-sidebar-widget--list--category li a:after {
  transition: 0s;
  background-color: #ccc;
}

/*----------  sidebar widget product  ----------*/
.widget-product-wrapper .single-widget-product-wrapper {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.widget-product-wrapper .single-widget-product-wrapper .single-widget-product__image {
  width: 100px;
}
.widget-product-wrapper .single-widget-product-wrapper .single-widget-product__content {
  width: calc(100% - 100px);
}
.widget-product-wrapper .single-widget-product-wrapper:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*----------  tag style  ----------*/
.tag-container a {
  position: relative;
  display: inline-block;
  font-size: 15px !important;
  color: #7e7e7e;
}
.tag-container a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #333333;
  height: 1px;
  width: calc(100% - 18px);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tag-container a:after {
  display: inline-block;
  content: "/";
  color: #999999;
  margin: 0 5px;
}
.tag-container a:hover:before {
  opacity: 0.2;
}

/*----------  price filter  ----------*/
.sidebar-price #price-range {
  width: 96%;
  height: 7px;
  margin: 7px 0;
  background-color: #2c2c2c;
  position: relative;
  border-radius: 50px;
}
.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  height: 100%;
  top: 0;
  background-color: #333;
}
.sidebar-price #price-range .ui-slider-handle {
  background-color: #333;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  display: block;
  top: -5px;
  transition: none;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}
.sidebar-price input {
  border: none;
  font-size: 14px;
  color: #777;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .sidebar-price input {
    width: 69%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-price input {
    width: 69%;
  }
}
.sidebar-price .price-range-button {
  float: right;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

/*----------  grid change  ----------*/
.shop-product-wrap {
  transition: 0.6s;
}
.shop-product-wrap [class*=col], .shop-product-wrap [class*=col-] {
  transition: 0.6s;
}
.shop-product-wrap.list [class*=col], .shop-product-wrap.list [class*=col-] {
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  transition: 0.8s;
}
.shop-product-wrap.list .single-product {
  display: none;
}
.shop-product-wrap.three-column .single-product--list, .shop-product-wrap.four-column .single-product--list, .shop-product-wrap.five-column .single-product--list {
  display: none;
}

/*=====  End of 25. Shop   ======*/
/*=============================================
=            26. Shop product            =
=============================================*/
.shop-product {
  /*----------  shop product description  ----------*/
  /*----------  navigation arrow  ----------*/
  /*----------  rating  ----------*/
  /*----------  title  ----------*/
  /*----------  price  ----------*/
  /*----------  short description  ----------*/
  /*----------  buttons  ----------*/
  /*----------  product block  ----------*/
  /*----------  brands  ----------*/
  /*----------  description tab  ----------*/
  /*----------  long description  ----------*/
  /*----------  additional information  ----------*/
  /*----------  review section     ----------*/
  /*----------  lezada form review  ----------*/
  /*----------  shop product image gallery  ----------*/
  /*----------  variation image  ----------*/
  /*----------  extra info area  ----------*/
  /*----------  extra info   ----------*/
  /*----------  extra info video  ----------*/
}
.shop-product__description {
  padding: 0px 0px 0px 60px;
  position: relative;
}
.shop-product__navigation {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 479px) {
  .shop-product__navigation {
    display: none;
  }
}
.shop-product__navigation a {
  font-size: 34px;
  color: #ababab;
  margin-right: 10px;
}
.shop-product__navigation a:last-child {
  margin-right: 0;
}
.shop-product__navigation a:hover {
  color: #333;
}
.shop-product__rating .product-rating i {
  font-size: 16px;
}
.shop-product__rating .product-rating i.active {
  color: #f5cc26;
}
.shop-product__rating .review-link a {
  color: #7e7e7e;
}
.shop-product__rating .review-link a:hover {
  color: #333;
}
.shop-product__title h2, .shop-product__title h1 {
  font-size: 34px;
  font-family: Gotham-Bold !important;
}
.shop-product__price .main-price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}
.shop-product__price .main-price.discounted {
  font-size: 15px;
  color: #aaa;
  text-decoration: line-through;
  margin-right: 10px;
}
.shop-product__price .discounted-price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}
.shop-product__short-desc {
  font-size: 15px;
  line-height: 24px;
}
.shop-product__buttons .lezada-compare-button {
  font-size: 0;
  display: inline-block;
  height: 44px;
  width: 44px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d8d8d8;
}
.shop-product__buttons .lezada-compare-button i {
  font-size: 20px;
  color: #ababab;
  line-height: 40px;
}
.shop-product__buttons .lezada-compare-button:hover {
  background-color: #333;
  border-color: #333;
}
.shop-product__buttons .lezada-compare-button:hover i {
  color: #fff;
}
.shop-product__block {
  display: flex;
  align-items: center;
}
.shop-product__block__title {
  flex-basis: 25%;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .shop-product__block__title {
    flex-basis: 100px;
  }
}
.shop-product__block__value .shop-product-size-list .single-size {
  font-size: 24px;
  line-height: 24px;
  color: #ababab;
  margin-right: 35px;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .shop-product__block__value .shop-product-size-list .single-size {
    margin-right: 25px;
  }
}
.shop-product__block__value .shop-product-size-list .single-size:last-child {
  margin-right: 0;
}
.shop-product__block__value .shop-product-size-list .single-size.active {
  color: #333;
}
.shop-product__block__value .shop-product-size-list .single-size:hover {
  color: #333;
}
.shop-product__block__value .shop-product-color-list ul li a span {
  height: 24px;
  width: 24px;
}
.shop-product__brands {
  display: flex;
  align-items: center;
}
.shop-product__brands a {
  display: block;
}

.shop-product__description-tab--double-border {
  border-bottom: 1px solid #ededed;
}
.shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
  font-size: 28px;
  line-height: 50px;
  color: #ababab;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
    font-size: 18px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .shop-product__description-tab .tab-product-navigation--product-desc .nav-tabs a {
    font-size: 22px;
    line-height: 30px;
  }
}
.shop-product__long-desc p {
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop-product__long-desc p {
    max-width: 100%;
  }
}
.shop-product__long-desc--wide p {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .shop-product__long-desc--wide p {
    max-width: 100%;
  }
}
.shop-product__additional-info .shop-attributes {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
}
.shop-product__additional-info .shop-attributes th {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border-top: 1px solid #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 120px;
}
.shop-product__additional-info .shop-attributes td {
  font-size: 14px;
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.shop-product__additional-info .shop-attributes td:first-of-type {
  padding-left: 10px;
}
.shop-product__review {
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .shop-product__review {
    max-width: 100%;
  }
}
.shop-product__review--wide {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .shop-product__review--wide {
    max-width: 100%;
  }
}
.shop-product__review .review-title {
  font-size: 24px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  text-align: center;
}
.shop-product .lezada-form--review .rating-title {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.shop-product .lezada-form--review .product-rating i {
  cursor: pointer;
}
.shop-product .shop-product__big-image-gallery-wrapper {
  position: relative;
  cursor: crosshair;
}
.shop-product .shop-product__big-image-gallery-wrapper .single-product__floating-badges--shop-product {
  position: absolute;
  top: 20px;
  left: 20px;
}
.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}
.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons span {
  display: flex;
  flex-direction: column;
  color: #7e7e7e;
}
.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons span a:hover {
  color: #333;
}
.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons .wishlist-icon {
  font-size: 30px;
  margin-bottom: 20px;
}
.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons .enlarge-icon {
  font-size: 30px;
}
.shop-product__variation-image {
  display: flex;
  flex-wrap: wrap;
}
.shop-product__variation-image__title a {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #7e7e7e;
}
.shop-product__variation-image__title a:hover {
  color: #333;
}
.shop-product__variation-image .single-image {
  position: relative;
  flex-basis: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__variation-image .single-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__variation-image .single-image {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .shop-product__variation-image .single-image {
    flex-basis: 100%;
  }
}
.shop-product__variation-image .single-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  visibility: hideen;
  opacity: 0;
  transition: 0.6s;
}
.shop-product__variation-image .single-image:after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 22%;
  top: 50%;
  background-color: #ffffff;
  transition-duration: 0.5s;
  transform: translate(-50%, -50%);
}
.shop-product__variation-image .single-image .image-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.shop-product__variation-image .single-image:hover:before {
  visibility: visible;
  opacity: 0.5;
}
.shop-product__variation-image .single-image:hover:after {
  width: 30px;
}
.shop-product__variation-image .single-image:hover .image-meta {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.shop-product__extra-info-area {
  background-color: #eee;
}
.shop-product__extra-info table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}
.shop-product__extra-info table td {
  padding: 6px 10px 6px 10px;
}
.shop-product__extra-info-video .video-area {
  height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .shop-product__extra-info-video .video-area {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-product__extra-info-video .video-area {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__extra-info-video .video-area {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-product__extra-info-video .video-area {
    height: 300px;
  }
}

/*----------  single review  ----------*/
.single-review {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.single-review__image {
  flex-basis: 70px;
}
.single-review__image img {
  border-radius: 50%;
}
.single-review__content {
  flex-basis: calc(100% - 70px);
  padding-left: 30px;
}
.single-review__content .username {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}
.single-review__content .date {
  font-size: 14px;
  line-height: 22px;
  color: #777;
  font-weight: 400;
  padding-left: 20px;
}
.single-review__content .message {
  font-size: 18px;
  line-height: 28px;
}

/*=====  End of 26. Shop product  ======*/
/*=============================================
=            27. order tracking            =
=============================================*/
.order-tracking-box {
  background-color: #F7F7F7;
}

.order-tracking-form label {
  font-size: 20px;
  line-height: 32px;
  color: #333;
}
.order-tracking-form .order-tracking-button {
  padding: 10px 65px;
}

/*=====  End of 27. order tracking  ======*/
/*=============================================
=            28. My account            =
=============================================*/
.login-form {
  background-color: #f7f7f7;
  padding: 60px 50px;
}
@media only screen and (max-width: 479px) {
  .login-form {
    padding: 50px 20px;
  }
}
.login-form--register {
  padding: 60px 50px;
}
@media only screen and (max-width: 479px) {
  .login-form--register {
    padding: 50px 20px;
  }
}
.login-form--register label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.login-form--register label span {
  color: #ff0000;
}

.remember-text {
  font-size: 16px;
  line-height: 25px;
  color: #333;
  font-weight: 500;
}

.reset-pass-link {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.reset-pass-link:hover {
  color: #333;
}

.myaccount-tab-menu a {
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  padding: 7px 10px;
  text-transform: capitalize;
  float: left;
  margin: 0 5px 0 0;
}
.myaccount-tab-menu a:last-child {
  margin: 0 0px 0 0;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu a {
    padding: 0px 6px;
    margin: 0 5px 5px 0;
    font-size: 7px;
  }
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #333;
  border-color: #333;
  color: #ffffff;
}

#myaccountContent {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #myaccountContent {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-bottom: 30px;
  }
}

.myaccount-content {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content h3 {
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 600;
}
.myaccount-content .welcome a:hover {
  color: #333;
}
.myaccount-content .welcome strong {
  font-weight: 600;
  color: #333;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.myaccount-content .account-details-form {
  margin-top: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  height: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-size: 13px;
  width: 100%;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #333;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

/*=====  End of 28. My account  ======*/
/*=============================================
=            29. Cart and wishlist            =
=============================================*/
.cart-table {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table thead {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
}
.cart-table tr {
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0;
  }
}
.cart-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222222;
  background-color: transparent;
  padding: 16px 12px;
}
.cart-table th:first-of-type {
  padding-left: 25px;
}
.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
}
.cart-table td.product-thumbnail {
  width: 115px;
}
.cart-table td.product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  /* margin-bottom: 20px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name a {
    margin-top: 20px;
  }
}
.cart-table td.product-name a:hover {
  color: #333;
}
.cart-table td.product-name .product-variation {
  display: block;
  line-height: 22px;
  float: left;
  clear: both;
  color: #ababab;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px;
  }
}
.cart-table td.product-price {
  clear: left;
}
.cart-table td.product-price .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}

.cart-table td.product-price .price:before {
content:'$'
}

.cart-table td.product-price .price:after {
  content:' MXN'
  }
.cart-table td.product-description {
    clear: left;
}

.cart-table td.product-description .description{
    font-size: 15px;
}

.cart-table td.total-price {
  clear: left;
}
.cart-table td.total-price .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
}

.cart-table td.total-price .price:before {
content:'$';
}
.cart-table td.total-price .price:after {
  content:' MXN';
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px;
  }
}
/* .cart-table td.product-remove {
  text-align: center;
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 0px;
    right: 10px;
    width: auto !important;
  }
}
.cart-table td.product-remove a {
  text-align: center;
  font-size: 0;
  display: block;
  height: 45px;
  width: 45px;
  color: #ababab;
  border: 2px solid #e6e6e6;
}
.cart-table td.product-remove a i {
  font-size: 20px;
  line-height: 25px;
}
.cart-table td.product-remove a:hover {
  color: #000;
  border-color: #000;
}

.cart-table td.product-remove button.btn-close {
    text-align: center;
    font-size: 0;
    display: block;
    height: 30px;
    width: 30px;
    color: #fff;
    /* border: 2px solid #e6e6e6; */
    border: transparent;
    background-color: #486991;
  }
  .cart-table td.product-remove button.btn-close i {
    font-size: 20px;
    line-height: 30px;
  }
  .cart-table td.product-remove button.btn-close:hover {
    color: #fff;
    border-color: #fff;
  }

.btn-trash{
    /* background-image: url('../icons/trash.png'); */
    height: 30px;
    width: 30px;
    background-size: cover;
    background-color: transparent !important;
    border: transparent !important;
    background-color: transparent;
    color: #222 !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
  .cart-table td.product-remove button.btn-close {
    border: none;
    width: auto;
    height: auto;
    background: transparent;
  }
  .cart-table td.product-remove button.btn-close:hover{
      color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto;
  }
  .cart-table td.product-remove button.btn-close {
    border: none;
    width: auto;
    height: auto;
    /* background: transparent; */
  }
  .cart-table td.product-remove button.btn-close:hover{
      color: #000;
  }
}

.cart-coupon-area {
  border-bottom: 1px solid #eeeeee;
}

.cart-calculation-area {
  background-color: #F7F7F7;
  padding: 40px;
}
.cart-calculation-area h2 {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}

.cart-calculation-table {
  width: 100%;
}
.cart-calculation-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  color: gray;
  background-color: transparent;
  /* padding-left: 10px; */
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-calculation-table td {
  padding-left: 10px !important;
  text-align: right;
}
.cart-calculation-table td.subtotal {
  font-size: 14px;
  line-height: 28px;
  color: #000;
}
.cart-calculation-table td#descuentoL {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}
.cart-calculation-table td#descuentoD {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  font-weight: 600;
}
.cart-calculation-table td.total {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: 600;
}
#descuentoD{
  margin-top: -15px;
}

.subtotal:before{
content: '$';
}
.subtotal:after{
  content: '';
  }

/*=====  End of 29. Cart and wishlist  ======*/
/*=============================================
=            30. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  line-height: 31px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
}

/*-- Checkout Form --*/
.checkout-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.checkout-form .nice-select {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #777777;
  margin-bottom: 15px;
}
.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #777777;
}
.checkout-form .nice-select .current {
  color: #777777;
  display: block;
  line-height: 23px;
}
.checkout-form .nice-select .list {
  width: 100%;
}
.checkout-form .nice-select:hover {
  border-color: #333;
}
.checkout-form input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 25px;
  line-height: 23px;
  padding: .3rem 20px;
  font-size: 14px;
  color: #333333;
}
.checkout-form input[type=checkbox] {
  width: auto;
}
.checkout-form .check-box {
  float: left;
  margin-right: 70px;
}
.checkout-form .check-box:last-child {
  margin-right: 0;
}
.checkout-form .check-box input[type=checkbox] {
  display: none;
}
.checkout-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}
.checkout-form .check-box input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #999999;
  content: "";
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  color: #333333;
  width: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.checkout-form .check-box input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.checkout-form .check-box input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form {
  display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
  background-color: #f2f2f2;
  padding: 0px;
}
@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}
.checkout-cart-total h4 {
  flex-basis: 18px;
  line-height: 23px;
  font-weight: 700;
}
.checkout-cart-total h4:first-child {
  margin-top: 0;
  margin-bottom: 25px;
}
.checkout-cart-total h4:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
.checkout-cart-total h4 span {
  float: right;
  display: block;
}
.checkout-cart-total ul {
  border-bottom: 1px solid #999999;
}
.checkout-cart-total ul li {
  color: #777777;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.checkout-cart-total ul li span {
  color: #333333;
  float: right;
}
.checkout-cart-total p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #505050;
  padding: 10px 0;
  border-bottom: 1px solid #999999;
  margin: 0;
}
.checkout-cart-total p span {
  float: right;
}


/*-- Single Payment Method --*/
.single-method {

  margin-bottom: 0px;
}
.single-method:last-child {
  margin-bottom: 0;
}

.borde-top{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: gray;
  padding-top: 2vh;
}
.single-method input[type=radio] {
  display: none;
}
.single-method input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #343333;
  margin: 0;
}

.single-method input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #333333;
  content: "";
  transition: all 0.3s ease 0s;
}

.single-method input[type=radio] + label::after {
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 16px;
  text-align: center;
  height: 16px;
  transition: all 0.3s ease 0s;
}

.single-method2 input[type=radio] + label::before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #333333;
  content: "";
  transition: all 0.3s ease 0s;
  top: auto;
}

.single-method2 input[type=radio] + label::after {
  position: absolute;
  left: 2px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #333333;
  width: 16px;
  text-align: center;
  height: 16px;
  transition: all 0.3s ease 0s;
  top: 2px;
}

@media (max-width: 436px) {
  .single-method2 input[type=radio] + label::after {
    top: 12px;
  }
}

@media (min-width: 437px) and (max-width: 768px) {
  .single-method2 input[type=radio] + label::after {
    top: 2px;
  }
}

@media (min-width: 769px) and (max-width: 830px) {
  .single-method2 input[type=radio] + label::after {
    top: 12px;
  }
}

@media (min-width: 831px) {
  .single-method2 input[type=radio] + label::after {
    top: 2px;
  }
}

.single-method input[type=radio]:checked + label::after {
  opacity: 1;
}
.single-method input[type=checkbox] {
  display: none;
}
.single-method input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
  margin: 0;
}
.single-method input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #333333;
  content: "";
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox] + label::after {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  content: "";
  opacity: 0;
  background-color: #000;
  width: 10px;
  text-align: center;
  height: 10px;
  transition: all 0.3s ease 0s;
}
.single-method input[type=checkbox]:checked + label::before {
  border: 2px solid #333333;
}
.single-method input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.single-method p {
  margin-top: 8px;
  font-size: 14px;
  color: #777777;
  line-height: 23px;
}

/*-- Place Order --*/
.place-order {
  margin-top: 40px;
  width: 140px;
  height: 36px;
  border: none;
  line-height: 24px;
  padding: 6px 20px;
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #333333;
}
.place-order:hover {
  background-color: #fff;
}

/*=====  End of 30. Checkout  ======*/
/*=============================================
=            31. 404 page            =
=============================================*/
.nothing-found-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nothing-found-content h1 {
  font-size: 72px;
  line-height: 100px;
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nothing-found-content h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .nothing-found-content h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .nothing-found-content h1 {
    font-size: 35px;
    line-height: 60px;
  }
}
.nothing-found-content p {
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  font-weight: 600;
  letter-spacing: 4px;
}
@media only screen and (max-width: 479px) {
  .nothing-found-content p {
    text-align: center;
  }
}
.nothing-found-content p a {
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
}
.nothing-found-content p a:hover {
  color: #d3122a;
}

/*=====  End of 31. 404 page  ======*/
/*=============================================
=            32. Coming soon            =
=============================================*/
.coming-soon-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coming-soon-subtitle {
  font-size: 24px;
  line-height: 36px;
  color: #7e7e7e;
}
@media only screen and (max-width: 479px) {
  .coming-soon-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.coming-soon-title {
  font-size: 72px;
  line-height: 86px;
  color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .coming-soon-title {
    font-size: 62px;
    line-height: 76px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coming-soon-title {
    font-size: 56px;
    line-height: 66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming-soon-title {
    font-size: 58px;
    line-height: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .coming-soon-title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 479px) {
  .coming-soon-title {
    font-size: 32px;
    line-height: 46px;
  }
}

.coming-soon-subscribe-form {
  position: relative;
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .coming-soon-subscribe-form {
    width: 100%;
  }
}
.coming-soon-subscribe-form:hover input {
  border-bottom-color: #333;
}
.coming-soon-subscribe-form input {
  background: none;
  border: none;
  border-bottom: 2px solid #cccccc;
  padding: 10px 0;
  width: 100%;
  padding-right: 40px;
}
.coming-soon-subscribe-form input:focus {
  border-bottom-color: #333;
}
.coming-soon-subscribe-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  opacity: 1;
  /* Firefox */
}
.coming-soon-subscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}
.coming-soon-subscribe-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
}
.coming-soon-subscribe-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  padding: 0;
}
.coming-soon-subscribe-form button:hover {
  color: #333;
}

@media only screen and (max-width: 479px) {
  .coming-soon-deal-countdown .single-countdown__time::after {
    left: 100%;
  }
}

/*=====  End of 33. Coming soon  ======*/
/*=============================================
=            33. FAQ            =
=============================================*/
.faq-title {
  font-size: 35px;
  line-height: 38px;
}
@media only screen and (max-width: 575px) {
  .faq-title {
    font-size: 25px;
    line-height: 32px;
  }
}

.single-faq .card {
  border: none;
}
.single-faq .card-header {
  background-color: transparent;
  border-bottom: none;
}
.single-faq .card-header h5 button {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  padding-left: 0;
  overflow-wrap: break-word;
  white-space: normal;
  text-align: left;
}
.single-faq .card-header h5 button:hover, .single-faq .card-header h5 button:focus {
  text-decoration: none;
}
@media only screen and (max-width: 575px) {
  .single-faq .card-header h5 button {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-faq .card-body p {
  font-size: 15px;
  line-height: 24px;
  color: #777;
}

/*=====  End of 33. FAQ  ======*/
/*=============================================
=            34. Call to action             =
=============================================*/
.cta-area {
  background-color: #6D7F96;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .cta-content {
    flex-direction: column;
  }
}

.cta-title h2 {
  font-size: 35px;
  line-height: 38px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta-title h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.lezada-cta-button {
  background-color: #fff;
  color: #333 !important;
  border-color: #fff;
}
.lezada-cta-button:hover {
  background-color: #333;
  color: #fff !important;
  border-color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .background-cta-area--swimsuit-home {
    height: 700px !important;
  }
}
@media only screen and (max-width: 767px) {
  .background-cta-area--swimsuit-home {
    height: 600px !important;
  }
}
@media only screen and (max-width: 479px) {
  .background-cta-area--swimsuit-home {
    height: 400px !important;
  }
}

.background-cta-content__subtitle {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Spectral", serif;
  margin-bottom: 30px;
}
.background-cta-content__title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Spectral", serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .background-cta-content__title {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 479px) {
  .background-cta-content__title {
    font-size: 30px;
  }
}
.background-cta-content__btn {
  padding: 10px 50px;
  background-color: #ffffff;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
}
.background-cta-content__btn:hover {
  background-color: #E65E46;
  color: #fff;
}

/*=====  End of 34. Call to action   ======*/
/*=============================================
=            35. contact us            =
=============================================*/
/*=====  End of 35. contact us  ======*/
/*=============================================
=            36. Icon box            =
=============================================*/
.icon-box-area--feature-icon {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

/*----------  single icon box  ----------*/
.single-icon-box {
  display: flex;
  align-items: center;
}
.single-icon-box--feature-icon {
  align-items: flex-start;
}
.single-icon-box--feature-icon .icon-box-icon {
  color: #cccccc;
  font-size: 30px;
}
.single-icon-box--feature-icon .icon-box-icon--green {
  color: #98d8ca;
}
.single-icon-box--feature-icon .icon-box-content .title {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
.single-icon-box--feature-icon .icon-box-content .content {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--grey-center-iconbox {
  flex-direction: column;
  text-align: center;
}
.single-icon-box--grey-center-iconbox .icon-box-icon {
  color: #cccccc;
  font-size: 56px;
  margin-bottom: 30px;
}
.single-icon-box--grey-center-iconbox .icon-box-content {
  padding-left: 0;
}
.single-icon-box--grey-center-iconbox .icon-box-content h3 {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222222;
  font-size: 16px;
}
.single-icon-box--grey-center-iconbox .icon-box-content p {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--color-center-iconbox {
  flex-direction: column;
  text-align: center;
  min-height: 300px;
  padding-top: 70px;
}
.single-icon-box--color-center-iconbox .icon-box-icon {
  color: #cccccc;
  font-size: 56px;
  margin-bottom: 30px;
}
.single-icon-box--color-center-iconbox .icon-box-content {
  padding-left: 0;
}
.single-icon-box--color-center-iconbox .icon-box-content h3 {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222222;
  font-size: 16px;
}
.single-icon-box--color-center-iconbox .icon-box-content p {
  color: #878787;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.single-icon-box--color-center-iconbox--green {
  background-color: #EDF6EB;
}
.single-icon-box--color-center-iconbox--green .icon-box-icon {
  color: #A3D39C;
}
.single-icon-box--color-center-iconbox--yellow {
  background-color: #F8F5DE;
}
.single-icon-box--color-center-iconbox--yellow .icon-box-icon {
  color: #DDB759;
}
.single-icon-box--color-center-iconbox--blue {
  background-color: #ECF4FB;
}
.single-icon-box--color-center-iconbox--blue .icon-box-icon {
  color: #7EB7E6;
}

.icon-box-icon {
  font-size: 32px;
  color: #d8d8d8;
}

.icon-box-content {
  padding-left: 20px;
}
.icon-box-content .title {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}
.icon-box-content .content {
  font-size: 15px;
  line-height: 24px;
  color: #878787;
}
.icon-box-content .content span {
  display: block;
}

/*=====  End of 36. Icon box  ======*/
/*=============================================
=            37. Google map            =
=============================================*/
.google-map {
  height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map {
    height: 400px;
  }
}
.google-map--style-2 {
  height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .google-map--style-2 {
    height: 600px;
  }
}
.google-map--style-3 {
  height: 400px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .google-map--style-3 {
    height: 300px;
  }
}

.group-map-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-map-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .group-map-container {
    flex-direction: column;
  }
}

.single-map {
  flex-basis: 32%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-map {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .single-map {
    flex-basis: 100%;
  }
}

/*=====  End of 37. Google map  ======*/
/*=============================================
=            38. Team            =
=============================================*/
.single-team-member:hover .member-image img {
  transform: scale(1.1);
}
.single-team-member:hover .member-image:after {
  visibility: visible;
  opacity: 1;
}
.single-team-member:hover .member-image .social-list {
  visibility: visible;
  opacity: 1;
}
.single-team-member--style-square {
  position: relative;
}
.single-team-member--style-square .member-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.single-team-member--style-square .member-image img {
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .single-team-member--style-square .member-image img {
    width: 100%;
  }
}
.single-team-member--style-square .member-image:after {
  border-radius: 0;
}
.single-team-member--style-square .member-image .social-list {
  bottom: 25px;
  top: auto;
  transform: none;
  left: 20px;
}
.single-team-member--style-square .member-caption {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 20px 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.5s ease;
  color: #fff;
}
.single-team-member--style-square .member-caption .name {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  font-weight: 600;
  margin: 17px 0;
  transform: translateY(-50%);
  transition: 0.5s;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 25px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .single-team-member--style-square .member-caption .name {
    font-size: 22px;
    line-height: 25px;
  }
}
.single-team-member--style-square .member-caption .subtext {
  transform: translateY(50%);
  transition: 0.5s;
  display: inline-block;
}
.single-team-member--style-square:hover .member-caption {
  visibility: visible;
  opacity: 1;
}
.single-team-member--style-square:hover .member-caption .name {
  transform: translateY(0);
}
.single-team-member--style-square:hover .member-caption .subtext {
  transform: translateY(0);
}

.member-image {
  position: relative;
  border-radius: 100%;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.member-image img {
  border-radius: 100%;
  transition: 0.6s;
}
.member-image:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.social-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.social-list {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.social-list li {
  display: inline-block;
  margin: 0 15px;
  font-size: 20px;
  color: #fff;
}
.social-list li a i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.social-list li a:hover {
  color: #d11830;
}

.member-caption .name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 10px 0;
}
.member-caption .subtext {
  overflow: hidden;
  letter-spacing: 0.03em;
  font-size: 16px;
  line-height: 16px;
  height: 28px;
  margin: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

/*=====  End of 38. Team  ======*/
/*=============================================
=            39. Newsletter            =
=============================================*/
.border-top-bottom {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}

.mc-newsletter-content-container {
  background-color: #D11830;
}

.mc-newsletter-content {
  border: 1px solid #fff;
}
.mc-newsletter-content .icon i {
  color: #ffffff;
  font-size: 70px;
}
.mc-newsletter-content .title h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-content .title h3 {
    font-size: 30px;
  }
}
.mc-newsletter-content .title p {
  line-height: 1.6;
  margin-top: 15px;
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-content .title p {
    font-size: 13px;
  }
}
.mc-newsletter-content--big-icon {
  border: none;
}
.mc-newsletter-content--big-icon .icon i {
  color: rgba(34, 34, 34, 0.1);
  font-size: 150px;
}
.mc-newsletter-content--big-icon .title h3 {
  color: #222222;
  font-size: 40px;
}
.mc-newsletter-content--big-icon .title p {
  color: #999999;
  font-size: 15px;
}
.mc-newsletter-content--big-icon .mc-newsletter-form input {
  border-bottom-color: #cccccc;
  color: #333333;
}
.mc-newsletter-content--big-icon .mc-newsletter-form input:focus {
  border-bottom-color: #ccc;
}
.mc-newsletter-content--big-icon .mc-newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1;
  /* Firefox */
}
.mc-newsletter-content--big-icon .mc-newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777;
}
.mc-newsletter-content--big-icon .mc-newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777;
}
.mc-newsletter-content--big-icon .mc-newsletter-form button {
  color: #333333;
}
.mc-newsletter-content--big-icon .mc-newsletter-form button:hover {
  color: #333;
}
.mc-newsletter-content--big-icon .link a {
  color: #333333;
}
.mc-newsletter-content--fullwidth {
  border: none;
}
.mc-newsletter-content--fullwidth .icon i {
  color: #ffffff;
  font-size: 35px;
}

/*----------  subscription form   ----------*/
.mc-newsletter-form {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mc-newsletter-form {
    max-width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .mc-newsletter-form {
    max-width: 350px;
  }
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-form {
    max-width: 240px;
  }
}
.mc-newsletter-form input {
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  width: 100%;
  padding-right: 40px;
  color: #fff;
}
.mc-newsletter-form input:focus {
  border-bottom-color: #fff;
}
.mc-newsletter-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}
.mc-newsletter-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.mc-newsletter-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.mc-newsletter-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  .mc-newsletter-form button {
    font-size: 12px;
  }
}
.mc-newsletter-form button:hover {
  color: #fff;
}
.mc-newsletter-form--popup {
  margin: 0;
}
.mc-newsletter-form--popup input {
  border-bottom: 2px solid #ccc;
  color: #333;
}
.mc-newsletter-form--popup input:focus {
  border-bottom-color: #ccc;
}
.mc-newsletter-form--popup ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 0.5;
  /* Firefox */
}
.mc-newsletter-form--popup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.mc-newsletter-form--popup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
.mc-newsletter-form--popup button {
  color: #333;
}
.mc-newsletter-form--popup button:hover {
  color: #333;
}

.link a {
  color: #fff;
  text-decoration: underline;
}

/*----------  newsletter popup style  ----------*/
.newsletter-overlay-inactive .newsletter-content {
  visibility: hidden;
  opacity: 0;
  animation-name: "fadeOut";
}

.newsletter-content {
  max-width: 870px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
  z-index: 9999;
  /* padding: 50px 60px 70px 400px; */
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .newsletter-content {
    max-width: 900px;
    /* padding: 50px 60px 70px 400px; */
  }
}
.newsletter-content.show-popup {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: 0.6s;
}
.newsletter-content.hide-popup {
  visibility: hidden;
  opacity: 0;
}
.newsletter-content h2 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.newsletter-content h2 span {
  font-weight: 600;
}
.newsletter-content p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
}
.newsletter-content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.newsletter-content .close-icon a {
  transition: 0.6s;
}
.newsletter-content .close-icon a:hover {
  transform: rotate(90deg);
}
.newsletter-content .close-icon a i {
  font-size: 30px;
  color: #333333;
}
#cerrar_mfotos {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
#cerrar_mfotos a {
  transition: 0.6s;
}
#cerrar_mfotos a:hover {
  transform: rotate(90deg);
}
#cerrar_mfotos a i {
  font-size: 25px;
  color: #333333;
}

.newsletter-content .mailchimp-alerts {
  position: absolute;
  bottom: 130px;
}

/*=====  End of 39. Newsletter  ======*/
/*=============================================
=            40. Footer             =
=============================================*/
.footer-container.footer-one {
  background-color: #f8f8f8;
}
.footer-container.footer-one.dark-bg {
  background-color: #191717;
}
.footer-container.footer-one.dark-bg * {
  color: #ffffff !important;
}
.footer-container.footer-one.dark-bg .subscription-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.footer-container.footer-one.dark-bg .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-container.footer-one.dark-bg .subscription-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer-container.footer-one.dark-bg .subscription-form input:focus {
  border-bottom-color: #fff;
}
.footer-container.footer-one.blue-bg {
  background-color: #404969;
}
.footer-container.footer-one.blue-bg * {
  color: #ffffff !important;
}
.footer-container.footer-one.blue-bg .subscription-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.footer-container.footer-one.blue-bg .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.footer-container.footer-one.blue-bg .subscription-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer-container.footer-one.blue-bg .subscription-form input:focus {
  border-bottom-color: #fff;
}
.footer-container.footer-one .col {
  flex-basis: 17.5%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:first-child {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:first-child {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:first-child {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:first-child {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(2) {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(2) {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(2) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(2) {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(3) {
    flex-basis: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(3) {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(3) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(3) {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(4) {
    flex-basis: 33.33%;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(4) {
    flex-basis: 33.33%;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(4) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(4) {
    flex-basis: 100%;
  }
}
.footer-container.footer-one .col:last-child {
  max-width: 30%;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:last-child {
    max-width: 50%;
    flex-basis: 100%;
    flex-grow: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:last-child {
    max-width: 60%;
    flex-basis: 100%;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:last-child {
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.footer-container.footer-two {
  background-color: #F8F8F8;
}
.footer-container.footer-two .col {
  margin-bottom: 50px;
  flex-basis: 13.33%;
}
.footer-container.footer-two .col:first-child {
  max-width: 30%;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:first-child {
    max-width: 50%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:first-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(2) {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(2) {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(2) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(2) {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(3) {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(3) {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(3) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(3) {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(4) {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(4) {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(4) {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(4) {
    flex-basis: 100%;
  }
}
.footer-container.footer-two .col:last-child {
  max-width: 30%;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:last-child {
    max-width: 50%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:last-child {
    max-width: 50%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:last-child {
    max-width: 100%;
    flex-basis: 100%;
  }
}

/*----------  footer three and four  ----------*/
.footer {
  background-color: #f8f8f8;
}
.footer .footer__copyright-text {
  font-size: 14px;
}
.footer .footer__copyright-text span {
  font-weight: 700;
  color: #333;
}
.footer--four--creativehome {
  border-top: 1px solid #eeeeee;
}

/*----------  footer single widget  ----------*/
.footer-single-widget h5.widget-title {
  font-size: 14px;
  font-weight: 600;
  color: #08345F;
  margin-bottom: 30px;
}
.footer-single-widget .logo {
  margin-bottom: 35px;
}
.footer-single-widget .copyright-text p {
  font-size: 15px;
  line-height: 30px;
  color: #777777;
}
.footer-single-widget .copyright-text p span {
  display: block;
}
.footer-single-widget p.footer-email {
  color: #696969;
  margin-bottom: 30px;
}
.footer-single-widget p.footer-phone {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #333;
  margin-bottom: 75px;
}

/*----------  footer navigation style  ----------*/
.footer-nav-container nav ul li {
  padding: 5px 0;
}
.footer-nav-container nav ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  position: relative;
}
.footer-nav-container nav ul li a:hover {
  color: #333;
}
.footer-nav-container nav ul li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-nav-container nav ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  visibility: hidden;
  opacity: 0;
  content: "";
}
.footer-nav-container nav ul li:first-child {
  padding-top: 0;
}
.footer-nav-container nav ul li:last-child {
  padding-bottom: 0;
}
.footer-nav-container--change-color nav ul li a {
  color: #7e7e7e;
}
.footer-nav-container--horizontal nav ul li {
  display: inline-block;
  margin-right: 40px;
  padding-top: 0;
  line-height: 1;
  padding-bottom: 0;
}
.footer-nav-container--horizontal nav ul li a {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 18px;
}
.footer-nav-container--horizontal nav ul li:last-child {
  margin-right: 0;
}

/*----------  footer social link style  ----------*/
.footer-social-links ul li {
  position: relative;
}
.footer-social-links ul li a {
  /* padding-left: 30px; */
  display: inline-block;
}
.footer-social-links ul li a:hover {
  color: #333;
}
.footer-social-links ul li a:hover:after {
  visibility: hidden !important;
  opacity: 0 !important;
}
.footer-social-links ul li a i {
  position: absolute;
  left: 0;
  color: #333;
}
.footer-social-links--change-color ul li a i {
  color: #777777;
}

/*----------  footer social icons  ----------*/
.social-icons--footer ul li {
  display: inline-block;
  margin-right: 20px;
}
.social-icons--footer ul li a {
  color: #333;
}
.social-icons--footer ul li a i {
  font-size: 15px;
}
.social-icons--footer ul li a:hover {
  color: #333;
}
.social-icons--footer ul li:last-child {
  margin-right: 0;
}

/*----------  footer subscription widget  ----------*/
.footer-subscription-widget {
  /*----------  subscription form   ----------*/
}
.footer-subscription-widget .footer-subscription-title {
  font-size: 34px;
  line-height: 34px;
  color: #333;
  margin-bottom: 30px;
}
.footer-subscription-widget .subscription-subtitle {
  margin-bottom: 35px;
}
.footer-subscription-widget .subscription-form {
  position: relative;
}
.footer-subscription-widget .subscription-form input {
  background: none;
  border: none;
  border-bottom: 2px solid #cccccc;
  padding: 10px 0;
  width: 100%;
  padding-right: 40px;
}
.footer-subscription-widget .subscription-form input:focus {
  border-bottom-color: #333;
}
.footer-subscription-widget .subscription-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  opacity: 1;
  /* Firefox */
}
.footer-subscription-widget .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}
.footer-subscription-widget .subscription-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
}
.footer-subscription-widget .subscription-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #cccccc;
  font-size: 35px;
  padding: 0;
}
.footer-subscription-widget .subscription-form button:hover {
  color: #333;
}
.mailchimp-error{
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e;
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 0.9em;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}
.mailchimp-success {
  border-radius: 3px;
  padding: 6px 12px;
  margin-bottom: 15px;
  font-size: 0.9em;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a;
}
.footer-subscription-widget--change-subscription-style .footer-subscription-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
.footer-subscription-widget--change-subscription-style .subscription-form button {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.butonpaypal {
  background-color: #ffc439;
  border: none;
  padding: .3rem 1.5rem;
  min-width: 250px;
  border-radius: 25px;
}
.butonpaypal img {
  width: 90px;
  height: 100%;
}
/*----------  footer top  ----------*/
.footer-top--green-bg {
  background: #98d8ca;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-top--green-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-top-container {
  display: flex;
  justify-content: center;
}

.footer-top-container .footer-top-single-widget:first-child{
    padding-left: 0px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-container {
    flex-direction: column;
  }
}

.footer-top-single-widget {
  text-align: center;
  /* border-right: 1px solid #E7E7E7; */
  flex-basis: 33.33%;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-single-widget {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-single-widget {
    border-right: none;
  }
}
.footer-top-single-widget .footer-top-widget-title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: Gotham-Bold !important;
  /* margin-top: 25px; */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-single-widget .footer-top-widget-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-single-widget .footer-top-widget-title {
    margin-top: 0;
  }
}
.footer-top-single-widget .content {
  margin-bottom: 35px;
}
.footer-top-single-widget .content p {
  margin-bottom: 0;
  color: #000;
}
.footer-top-single-widget:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-single-widget:last-child .content {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-single-widget:last-child .content {
    margin-bottom: 0;
  }
}

/*=====  End of 40. Footer   ======*/
/*=============================================
=            41. compare           =
=============================================*/
.compare-table .table tbody tr th.first-column {
  min-width: 292px;
  font-size: 15px;
  color: #262626;
  margin: 0;
  font-weight: 500;
  padding: 10px 30px;
  border: none;
  background-color: #e9e9e9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr th.first-column {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr th.first-column {
    min-width: 150px;
    padding: 10px 20px;
  }
}
.compare-table .table tbody tr:first-child th {
  padding-top: 53px;
}
.compare-table .table tbody tr:last-child th {
  padding-bottom: 55px;
}
.compare-table .table tbody tr td {
  text-align: center;
  padding: 17px 15px;
  vertical-align: middle;
  border-color: #e7e7e7;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 293px;
  vertical-align: bottom;
  padding: 27px 10px 35px;
}
@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.product-image-title {
    min-width: 220px;
  }
}
.compare-table .table tbody tr td.product-image-title .compare-remove a {
  font-size: 16px;
}
.compare-table .table tbody tr td.product-image-title .compare-remove a i {
  padding-right: 5px;
}
.compare-table .table tbody tr td.product-image-title .compare-remove a:hover {
  color: #d3122a;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin: 14px 0 7px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .image img {
  width: auto;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .pro-title {
  display: block;
  overflow: hidden;
}
.compare-table .table tbody tr td.product-image-title .pro-title > a {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
  display: block;
  width: 100%;
}
.compare-table .table tbody tr td.product-image-title .pro-title > a:hover {
  color: #d3122a;
}
.compare-table .table tbody tr td.product-image-title .compare-btn {
  margin: 14px 0 0;
}
.compare-table .table tbody tr td.product-image-title .compare-btn a {
  background-color: #343538;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
}
.compare-table .table tbody tr td.product-image-title .compare-btn a:hover {
  background-color: #d3122a;
}
.compare-table .table tbody tr td.pro-desc p {
  margin: 0;
  font-size: 14px;
  line-height: 1.88;
}
.compare-table .table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 400;
  color: #343538;
}
.compare-table .table tbody tr td.pro-sku, .compare-table .table tbody tr td.pro-stock, .compare-table .table tbody tr td.pro-weight {
  font-size: 15px;
  font-weight: 400;
}
.compare-table .table tbody tr td.pro-dimensions {
  font-size: 15px;
  font-weight: 400;
}

/*=====  End of 41. compare  ======*/

/*=============================================
=            42. Custom           =
=============================================*/
/* Elementos en toda la pagina */
.buttonS {
  background-color: #08345F;
  text-align: center;
  min-width: 250px;
  width: 60%;
  padding: 15px 25px;
  border-radius: 30px;
}
.buttonS a {
  width: 100%;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 500;
}
.buttonS2 {
  background-color: #08345F;
  text-align: center;
  min-width: 250px;
  width: 60%;
  border-radius: 30px;
  display: grid;
  place-items: center;
  height: 50px;
}
.buttonS2 a {
  width: 100%;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 500;
  height: 100%;
  vertical-align: middle;
  display: grid;
  place-items: center;
  left:0;
  margin:0;
}
.icon-user{
  height: 25px;
  width: 25px;
}
.icon-user::before{
  content: url('../icons/user.png');
  background-size: contain;
  height: 22px;
  width: 22px;
}

.icon-wish{
  height: 25px;
  width: 25px;
}
.icon-wish::before{
  content: url('../icons/fav.png');
  background-size: contain;
  height: 22px;
  width: 22px;
}

.icon-shop{
  height: 25px;
  width: 25px;
}
.icon-shop::before{
  content: url('../icons/shopping.png');
  background-size: contain;
  height: 22px;
  width: 22px;
}

/* Index */

.right-slider{
  top: 50%;
  transform: translateY(-50%);
  position:relative;
}

.right-slider h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 3vh;
  font-family: Gotham-Bold;
  letter-spacing: -2px;
}

.right-slider h2 span{
  font-family: Gotham-Bold !important;
  color: #333333;
  text-transform: uppercase;
}

.right-slider h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-family: Gotham-Book;
  letter-spacing: 2px;
}

.right-slider h3 span{
  font-family: Gotham-Bold !important;
  font-weight: 900;
}

.fotoS2 {
  height: 230px;
  border-radius: 20px;
  background-color:#fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cambio-imagenes .img2{
    display: none;
}

.cambio-imagenes:hover .img1{
    display: none;
}

.cambio-imagenes:hover .img2{
    display: block;
}

.zoom--conteiner{
    position: relative;
}

.fotos--slider{
    height: 230px;
    border-radius: 20px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
}

.fotos--slider:hover{
    z-index: 0;
}

.fotos--slider--hover{
    height: 230px;
    border-radius: 20px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 0;
    position: relative;
}

.fotos--slider--hover:hover{
    z-index: 2;
}

.foto-banner-calidad {
    height: 300px;
    width: 550px;
    border-radius: 15px;
    position: relative;
    background-position-y: -140px;
    background-position-x: -80px;
    top: 40px;
}

.btn-funciona{
    background-color: #08345F;
    color: #fff !important;
    border-radius: 18px;
    width: 100%;
    margin-bottom: 10px;
}
.div-btn-funciona{
    position: absolute;
    /* width: 75%; */
    right: 3%;
    width: 400px;
    /* width: 70%; */
    /* margin-left: auto; */
}

.padding-banner{
    padding: 0px;
}

.banner-azul-1{
    background-color: rgba(154, 176, 203, 0.5);
    padding-top: 4.5rem;
    width: 94%;
    position: absolute;
    height: 400px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.banner-tipo-enmarcado{
    display: flex;
    padding: 0px 80px;
    align-items: center;
    height: 400px;
}

.banner-tipo-enmarcado .contenedor-imagen{
    width: 60%;
    /* margin-right: 20px; */
}

.banner-tipo-enmarcado .contenedor-imagen .imagen-enmarcado{
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 28%;
    border-radius: 25px;
    z-index: 4;
    position: relative;
    left: 10px;
}

.banner-tipo-enmarcado .contenedor-informacion{
    /* width: 47%; */
    /* padding-left: 3%; */
}

.banner-tipo-enmarcado .contenedor-informacion .butones-contenedor{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.banner-tipo-enmarcado .contenedor-informacion .butones-contenedor button{
    background-color: #08345F;
    color: #fff;
    border-radius: 30px;
    width: 200px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 10px 10px;
    margin-right: 0px;
}

.banner-azul-2{
    background-color: rgba(154, 176, 203, 0.5);
    padding-top: 4.5rem;
    width: 94%;
    position: absolute;
    height: 310px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: 0px;
}

.banner-tipo-enmarcado-2{
    display: flex;
    align-items: center;
    height: 310px;
}

.banner-tipo-enmarcado-2  .contenedor-informacion{
    width: 40%;
    margin-right: 4%;
}

.banner-tipo-enmarcado-2 .contenedor-imagen{
    width: 50%;
    padding-right: 10px;
}

.banner-tipo-enmarcado-2 .contenedor-imagen .imagen-calidad{
  height: 280px;
  min-width: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
}

.cm:after{
  content:'cm';
}

.single-banner-image img{
    max-width: 100%;
    height: 450px;
}

.pl-socios-index{
    padding-left: 40px !important;
}

/* .countdown-image img{
    max-width: 100%;
} */

.img-pop-up-index{
  height: 650px;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-pop-up-index{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 20%;
    top: 2%;
    left: 2%;
}

.pop-up-index{
    border-style: dashed;
    border-width: 4px;
    position: relative;
    height: 400px;
    width: 100%;
    border-color: black;
}

.etiqueta-cupon{
    position: absolute;
    z-index: 2;
    left: 59%;
    top: 13%;
    width: 54%;
    transform: rotate(45deg);
    color: #fff;
    text-align: center;
    transform-origin: top;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #FF0000;
}

.texto-etiqueta-cupon{
    position: absolute;
    z-index: 4;
    transform: rotate(45deg);
    transform-origin: top;
    left: 64%;
    top: 17%;
    width: 50%;
    color: #fff;
}

.img-como-funciona{
    min-height: 375px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.pop-up-index-content{
    text-align: center;
    padding: 25px 10px 0px;
}

.pop-up-index .pop-up-index-content p.texto{
    font-size: 20px;
    color: black;
}

.pop-up-index .pop-up-index-content h1{
    color: #FF0000;
    font-size: 70px;
    padding-top: 4px;
    padding-bottom: 10px;
}

.pop-up-index .pop-up-index-content p.codigo{
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
    width: 55%;
    left: 22%;
    position: relative;
    font-weight: bold;
}

.pop-up-index .pop-up-index-content button{
    background-color: #08345F;
    color: #fff;
    border-radius: 25px;
    width: 55%;
    font-weight: bold;
}

.pop-up-index .pop-up-index-content p.fecha-limite{
    margin-top: 20px;
    font-size: 10px;
    color: #000;
}

.paso-container{
    width: 80px;
    padding: 0px 20px;
}

.cosmetics-home-intro-area p.paso{
    font-size: 40px;
    color: #486991;
}

.cosmetics-home-intro-area p.texto-paso{
    margin-bottom: 0rem !important;
    font-size: 20px;
}

.cosmetics-home-intro-area p.info-paso{
    margin-bottom: 0rem !important;
    font-size: 17px;
}

.icon-button{
    display: inline-block;
    vertical-align: text-bottom;
}

.icon-add-foto{
    height: 22px;
    width: 25px;
}
.icon-add-foto::before{
    content: url('../icons/add-photo.png');
    background-size: contain;
    height: 22px;
    width: 22px;
}

.icon-shop-white{
    height: 23px;
    width: 23px;
}

.icon-shop-white::before{
    content: url('../icons/shopping-car-white.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-add-foto-blue{
    height: 23px;
    width: 23px;
}

.icon-add-foto-blue::before{
    content: url('../icons/add-foto-blue.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-crop-blue{
    height: 23px;
    width: 23px;
}

.icon-crop-blue::before{
    content: url('../icons/crop-blue.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-local-shipping{
    height: 23px;
    width: 23px;
}

.icon-local-shipping::before{
    content: url('../icons/local-shipping.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-card{
    height: 23px;
    width: 23px;
}

.icon-card::before{
    content: url('../icons/card.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-cash{
    height: 23px;
    width: 23px;
}

.icon-cash::before{
    content: url('../icons/attach-money-outlined.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-location{
    height: 23px;
    width: 23px;
}

.icon-location::before{
    content: url('../icons/location-outlined.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-recoleccion{
    height: 23px;
    width: 23px;
}

.icon-recoleccion::before{
    content: url('../icons/envio_paspartu.png');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-cached{
    height: 23px;
    width: 23px;
}

.icon-cached::before{
    content: url('../icons/reciclado_paspartu.png');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-molde{
    height: 23px;
    width: 23px;
}

.icon-molde::before{
    content: url('../icons/fabrica_paspartu.png');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-check-box{
    height: 23px;
    width: 23px;
}

.icon-check-box::before{
    content: url('../icons/armado_paspartu.png');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.icon-arrow-right{
    height: 23px;
    width: 23px;
}

.icon-arrow-right::before{
    content: url('../icons/arrow-forward.svg');
    background-size: contain;
    height: 23px;
    width: 23px;
}

.div-icon{
    display: flex;
}

.div-icon img{
    height: 25px;
    width: 25px;
    margin-right: 20px;
}

.img-oferta-dia{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.vistas--movil{
    display: none;
}

.profesionales-btn-content{
    padding-top: 90px;
}

.seccion-tienda-regalos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seccion-tienda-regalos .content-informacion{
    padding: 0 1em;
}

.seccion-tienda-regalos .content-informacion h3{
    font-weight: bold;
}

.seccion-tienda-regalos .content-informacion .content-boton button{
    border: transparent;
    border-radius: 30px;
    padding: 0.5em 0;
    width: 50%;
    background-color: #08345F;
    color: #fff;
}

.seccion-tienda-regalos .content-imagen .imagen{
    height: 50vh;
    width: 45vw;
    background-position: center 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.acciones-canvas .opcion{
  font-family: Gotham-Bold !important;
  color: #717171;
  font-size: 18px;
  margin: 0px;
}

.acciones-canvas .opcion span{
  font-family: Gotham-Bold !important;
  color: #717171;
}

.acciones-canvas a.editar{
  background-color: #EEEEEF;
  color: #08345F;
  font-family: Gotham-Bold !important;
  font-size: 20px;
  padding: 13px 50px;
  border-radius: 30px;
}

.canvas-opciones_modal .titulo-canvas{
  font-size: 45px;
  font-family: Gotham-Bold;
  text-align: center;
}

.canvas-opciones_modal .informacion-canvas{
  margin-top: 50px;
}

.canvas-opciones_modal .informacion-canvas .titulo{
  font-family: Gotham-Bold;
  font-size: 25px;
  color: #000;
}

.canvas-opciones_modal .informacion-canvas .descripcion{
  font-size: 20px;
  color: #717171;
}

.canvas-opciones_modal .informacion-canvas .content-button{
  text-align: center;
  width: 100%;
  margin: 50px 0;
}

.canvas-opciones_modal .informacion-canvas .content-button .dato{
  font-size: 20px;
  color: #717171;
}

.canvas-opciones_modal .informacion-canvas .content-button a.seleccion{
  color: #fff;
  background-color: #08345F;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 20px;
  font-family: Gotham-Bold !important;
  letter-spacing: 1px !important;
}

.opciones-canvas{
  display: flex;
  align-items: center;
  margin-top: 70px;
  flex-wrap: wrap;
}

.opciones-canvas .selector-item{
  margin-right: 5px;
}

.opciones-canvas .selector-item:last-child{
  margin-right: 0px;
}

.opciones-canvas .selector-item .opcion-canvas_radio{
  display: none;
}

.opciones-canvas .selector-item .opcion-canvas_label{
  cursor: pointer;
}

.opciones-canvas .selector-item .opcion-canvas_label .imagen{
  width: 250px;
  height: 250px;
  background-size: 100%;
  background-position: center;
}

.opciones-canvas .selector-item .opcion-canvas_label .content-info{
  padding-top: 20px;
}

.opciones-canvas .selector-item .opcion-canvas_label .content-info .titulo{
  margin: 0;
  font-size: 20px;
  font-family: Gotham-Bold !important;
}

.opciones-canvas .selector-item .opcion-canvas_label .content-info .texto{
  font-family: Gotham-Bold !important;
  font-size: 20px;
  color: #717171;
}

.opciones-canvas .selector-item .opcion-canvas_radio:checked + .opcion-canvas_label .imagen {
  border: solid 5px #9AB0CB;
  /* box-shadow: 0px 0px 0px 3px #9AB0CB; */
}

.opciones-canvas .selector-item .opcion-canvas_radio:checked + .opcion-canvas_label .content-info .titulo,
.opciones-canvas .selector-item .opcion-canvas_radio:checked + .opcion-canvas_label .content-info .texto{
  color: #08345F;
}

.colores-opciones_canvas{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.colores-opciones_canvas .color-item_canvas{
  margin-right: 10px;
}

.colores-opciones_canvas .color-item_canvas .input-color_canvas{
  display: none;
}

.colores-opciones_canvas .color-item_canvas .label-color_canvas .color_canvas{
  width: 43px;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #000;
}

.colores-opciones_canvas .color-item_canvas .label-color_canvas .color_canvas:last-child{
  margin-right: 0px;
}

.colores-opciones_canvas .color-item_canvas .input-color_canvas:checked + .label-color_canvas .color_canvas{
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.canvas_sin-marco{
  box-shadow: -8px 8px 9px #464A4B;
}

.canvas_sin-marco img{
  border-radius: 2px;
}

.canvas-personalizados{
  background-image: url('../img/paredBeige.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-product__title h2.canvas-titulo{
  font-size: 22px;
}

/* canvas personalizados css */

.canvas_con-marco, .canvas_con-caja{
  border-image-repeat: stretch;
  transform: translateZ(0px);
  border-style: solid;
  opacity: 1;
  box-shadow: -8px 8px 9px #464A4B;
}

.canvas_con-caja{
  background-color: #000;
}

.canvas_con-caja img{
  box-shadow: 0px 0px 10px #464A4B;
  border-radius: 2px;
}

.canvas-personalizados .canvas_marco-1_8{
  border-image-slice: 30;
  border-image-width: 18px;
  border-width: 18px;
}

.canvas-personalizados .canvas_marco-4{
  border-image-slice: 42;
  border-image-width: 40px;
  border-width: 40px;
}

.canvas-personalizados .canvas_caja-1_6{
  border-image-slice: 20;
  border-image-width: 16px;
  border-width: 16px;
}

.canvas-personalizados .canvas_caja-4_3{
  border-image-slice: 35;
  border-image-width: 30px;
  border-width: 30px;
}

.canvas_sin-marco-vertical{
  height: 550px;
  width: 350px;
}
.canvas_sin-marco-cuadrado{
  width: 400px;
  height: 400px;
}
.canvas_sin-marco-horizontal{
  width: 410px;
  height: 280px;
}

.canvas-vertical img{
  height: 550px;
  width: 350px;
}

.canvas-cuadrado img{
  width: 400px;
  height: 400px;
}

.canvas-horizontal img{
  width: 410px;
  height: 280px;
}

  /* canvas con marco vertical */

  .canvas_con-marco-vertical .canvas_marco-1_8{
    height: 586px;
    width: 386px;
  }

  .canvas_con-marco-vertical .canvas_marco-4{
    height: 630px;
    width: 430px;
  }

  /* canvas con marco cuadrado */

  .canvas_con-marco-cuadrado .canvas_marco-1_8{
    height: 435px;
    width: 435px;
  }

  .canvas_con-marco-cuadrado .canvas_marco-4{
    height: 478px;
    width: 478px;
  }

  /* canvas con marco horizontal */

  .canvas_con-marco-horizontal .canvas_marco-1_8{
    height: 316px;
    width: 446px;
  }

  .canvas_con-marco-horizontal .canvas_marco-4{
    height: 360px;
    width: 490px;
  }

  /* canvas con caja vertical */

  .canvas_con-caja-vertical .canvas_caja-1_6{
    height: 582px;
    width: 382px;
  }

  .canvas_con-caja-vertical .canvas_caja-4_3{
    height: 610px;
    width: 410px;
  }

  /* canvas con caja cuadrado */

  .canvas_con-caja-cuadrado .canvas_caja-1_6{
    height: 432px;
    width: 432px;
  }

  .canvas_con-caja-cuadrado .canvas_caja-4_3{
    height: 460px;
    width: 460px;
  }

  /* canvas con caja horizontal */

  .canvas_con-caja-horizontal .canvas_caja-1_6{
    height: 312px;
    width: 442px;
  }

  .canvas_con-caja-horizontal .canvas_caja-4_3{
    height: 340px;
    width: 472px;
  }

.canvas-gallery_cuadrado,
.canvas-gallery_vertical,
.canvas-gallery_horizontal{
  margin: auto;
}

.canvas-gallery_cuadrado img{
  width: 100px;
  height: 100px;
}

.canvas-gallery_horizontal img{
  width: 320px;
  height: 206px;
}

.canvas-gallery_vertical img{
  width: 200px;
  height: 318px;
}

.canva-gallery_vertical .canvas_sin-marco{
  width: 200px;
  height: 318px;
}

.canva-gallery_cuadrado .canvas_sin-marco{
  width: 100px;
  height: 100px;
}

.canva-gallery_horizontal .canvas_sin-marco{
  width: 320px;
  height: 206px;
}

.canvas-gallery .canvas_marco-4{
  border-image-width: 20px;
  border-width: 20px;
  border-image-slice: 40;
}

.canvas-gallery .canvas_marco-1_8{
  border-image-width: 9px;
  border-width: 9px;
  border-image-slice: 15;
}

.canvas-gallery .canvas_caja-1_6{
  border-image-width: 12px;
  border-width: 12px;
  border-image-slice: 20;
}

.canvas-gallery .canvas_caja-4_3{
  border-image-width: 23px;
  border-width: 23px;
  border-image-slice: 35;
}

.canva-gallery_vertical .canvas_marco-4{
  width: 240px;
  height: 357px;
}

.canva-gallery_cuadrado .canvas_marco-4{
  width: 140px;
  height: 140px;
}

.canva-gallery_horizontal .canvas_marco-4{
  width: 361px;
  height: 246px;
}

.canva-gallery_vertical .canvas_marco-1_8{
  width: 218px;
  height: 336px;
}

.canva-gallery_cuadrado .canvas_marco-1_8{
  width: 118px;
  height: 118px;
}

.canva-gallery_horizontal .canvas_marco-1_8{
  height: 224px;
  width: 338px;
}

.canva-gallery_cuadrado .canvas_marco-1_6{
  width: 116px;
  height: 116px;
}

.canva-gallery_horizontal .canvas_caja-1_6{
  width: 344px;
  height: 230px;
}

.canva-gallery_cuadrado .canvas_caja-1_6{
  width: 124px;
  height: 124px;
}

.canva-gallery_vertical .canvas_caja-1_6{
  height: 342px;
  width: 224px;
}

.canva-gallery_horizontal .canvas_caja-4_3{
  width: 366px;
  height: 252px;
}

.canva-gallery_cuadrado .canvas_caja-4_3{
  width: 146px;
  height: 146px;
}

.canva-gallery_vertical .canvas_caja-4_3{
  height: 364px;
  width: 247px;
}

/* * * * */

.canvas-gallery{
  background-image: url('../img/paredBeige.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10vh 3vh;
}

.precio-agregar-canvas .precio-val{
  font-family: Gotham-Bold !important;
  color: #000;
  font-size: 25px;
  margin: 0px;
  margin-right: 1em;
}

.precio-agregar-canvas .precio-val span{
  font-family: Gotham-Bold !important;
  color: #000;
}

.precio-agregar-canvas .agregar-boton{
  background-color: #08345F;
  color: #fff;
  font-family: Gotham-Bold !important;
  font-size: 20px;
  padding: 13px 50px;
  border-radius: 30px;
}

.precio-agregar-canvas .agregar-boton:hover{
  color: #fff;
}

/* Escritorios normales */
@media (min-width: 1025px) and (max-width: 1199px)
{
    .canvas-seccion-opciones .titulo-content .titulo{
      font-size: 30px !important;
    }

    .canvas-seccion-opciones .content-opciones .opciones .textos .texto{
      font-size: 16px !important;
    }

    .canvas-seccion-opciones .content-opciones .opciones .botones a{
      font-size: 16px !important;
    }

    .canvas-seccion-opciones .content-opciones .opciones .botones{
      margin-top: 20px !important;
    }

    .canvas-seccion-opciones .content-opciones .opciones .botones a{
      font-size: 16px;
      margin-bottom: 10px;
    }

    .cart-table td.product-description{
      max-width: 200px;
    }
    .container--wide{
        padding: 0 20px;
    }

    #espacio_vacio
    {
        height: 5vh;
    }

    .right-slider
    {
        top: 30%;
        transform: translateY(0%);
        position: relative;
    }

    .banner-principal .right-slider h2
    {
        color: #333;
        font-size: 38px;
    }

    .carousel-home-principal{
      display: none;
    }

    .right-slider h3
    {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .buttonS
    {
        width: 100%;
        padding: 10px 0px;
        font-size: 2em;
    }

    .cosmetics-home-intro-area p.texto-paso
    {
        font-size: 16px;
    }

    .cosmetics-home-intro-area p.info-paso
    {
        font-size: 12px;
    }

    .div-btn-funciona
    {
        width: 290px;
    }
}

/* Tablets en horizonal */
@media (min-width: 768px) and (max-width: 1024px)
{
    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
        background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::before {
      background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::after {
      background-color: #08345F;
    }

    .logo-menu {
      width: 20vw;
    }

    .carousel-home-principal
    {
        display: none;
    }

    #espacio_vacio
    {
        height: 5vh !important;
    }

    .banner-principal
    {
        margin-top: 30px;
        background-image: url(../img/HomePage/bannerMovil.jpg);
        background-size: 100%;
        height: 80vh !important;
        text-align: center;
        background-repeat: no-repeat;
        background-position-y: 60%;
    }

    .slider-area .container
    {
        max-width: 100%;
        padding: 0;
    }

    .right-slider
    {
        top: 15%;
        transform: translateY(0%);
        position: relative;
    }

    .banner-principal .right-slider h2 {
        color: #333;
        font-size: 38px;
    }

    .right-slider h3 {
      font-size: 25px;
      margin-bottom: 23px !important;
    }

    .buttonS
    {
        width: 100%;
        padding: 10px 0px;
        font-size: 2em;
    }

    .banner-azul-1
    {
        height: 250px;
        width: 95%;
        border-radius: 25px;
        margin-top: 30px;
        margin-left: 3%;
    }

    .banner-tipo-enmarcado{
        display: grid;
        padding: 10px 0px;
    }

    .banner-tipo-enmarcado .contenedor-imagen{
        width: 100%;
        padding: 0px 45px;
    }

    .banner-tipo-enmarcado .contenedor-imagen .imagen-enmarcado
    {
        height: 250px !important;
        left: 0px;
        background-position: center;
    }

    .banner-tipo-enmarcado .contenedor-informacion{
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 2rem;
        padding-right: 15px;
    }

    .cosmetics-home-intro{
        text-align: center;
    }

    .cosmetics-home-intro p.titulo,
    .cosmetics-home-intro h2.titulo{
        font-size: 20px;
        line-height: 20px;
    }

    .cosmetics-home-intro p.subtitulo{
        font-size: 18px;
    }

    .cosmetics-home-intro p.description{
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 16px;
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor{
        padding: 0 6vh;
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor button{
        width: 100%;
    }

    .img-oferta-dia{
        height: 130px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .countdown-wrapper h3{
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 0px;
    }

    .deal-countdown .single-countdown{
        margin-right: 20px;
    }

    .deal-countdown .single-countdown__time{
        font-size: 15px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .deal-countdown .single-countdown__text{
        font-size: 10px;
    }

    .deal-countdown .single-countdown__time::after{
        font-size: 20px;
    }

    .vistas--pc{
        display: none;
    }

    .vistas--movil {
        display: block;
    }

    .content-step-function{
        display: block;
        padding: 0px 25px;
    }

    .content-step-function .item{
        height: 50px;
        margin-bottom: 15px;
        text-align: center;
    }

    .content-step-function .item:first-child{
        height: 50px;
        padding: 0px 25px;
        margin-bottom: 15px;
    }

    .content-step-function .item p{
        font-size: 30px;
    }

    .blog-post-slider .slick-arrow.slick-prev{
        left: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-prev{
        left: -10px;
    }

    .blog-post-slider .slick-arrow.slick-next{
        right: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-next{
        right: -10px;
    }

    .content-funciona{
        padding: 0 17vh;
    }

    .btn-funciona{
        padding: 10px 15px;
        font-size: 17px;
    }

    .banner-tipo-enmarcado-2{
        display: grid;
        height: 450px !important;
    }

    .buttonS2{
        width: 100%;
    }

      .banner-tipo-enmarcado-2 .contenedor-informacion{
        width: auto;
        margin-right: 0px;
        text-align: center;
      }

      .banner-azul-2{
        height: 450px;
        margin-left: 20px;
        margin-right: 10px;
        border-radius: 25px;
      }

      .banner-tipo-enmarcado-2 .contenedor-imagen{
        width: 100%;
        padding-right: 0px;
        margin-top:0;
      }

      .cosmetics-home-intro{
        text-align: center;
      }

      .cosmetics-home-intro h2.title,
      .cosmetics-home-intro h3.title{
          line-height: 25px;
      }

      .pt-90{
          padding-top: 20px !important;
      }

      .mb-50{
          margin-bottom: 80px !important;
      }

      .mb-30{
          margin-bottom: 10px !important;
      }

      .banner-tipo-enmarcado-2 .contenedor-imagen .imagen-calidad{
        height: 18vh;
        top: 20px;
      }

    .container, .container-md, .container-sm {
        max-width: 708px;
    }

    .img-socios{
        min-height: 250px;
    }

    .pl-socios-index{
        padding-left: 15px !important;
    }

    .content-buttons-justify-center{
        padding-left: 0px;
        padding-right: 0px;
    }

    .cosmetics-home-intro button{
        margin-right: 0px;
    }

    .blog-post-slider .slick-arrow{
        font-size: 11px;
        width: 30px;
        height: 30px;
        transform: translateY(0%);
    }

    .content--btn--whatsapp{
        padding: 0 12em 0 12em !important;
    }

    .seccion-tienda-regalos{
        display: block;
    }

    .seccion-tienda-regalos .content-imagen .imagen{
        height: 25vh;
        width: 100%;
        margin-bottom: 2em;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .buttonS2{
        width: 100%;
    }

    #espacio_vacio{
      height: 140px !important;
      /* height: 0px !important; */
    }

    .banner-principal{
        background-position: center !important;
        margin-bottom: 4em !important;
        min-height: 700px;
        background-image: url(../img/bannerMovil.jpg);
    }

    .container--wide{
        padding: 0 2em;
    }

    /* .carousel-home-principal{
      display: block;
    } */

    .slider-area .container{
      /* background: transparent; */
      margin: 0px;
    }

    .right-slider{
      top: 30%;
    }

    .mb-90{
      margin-bottom: 0px !important;
    }

    .mb-50{
      margin-bottom: 120px !important;
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor{
      padding: 0 11em;
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor button{
      width: 100%;
    }

    .img-socios{
      min-height: 350px;
    }

    .container, .container-md, .container-sm{
        max-width: 960px;
    }

    .seccion-tienda-regalos{
        display: flex;
    }

    .seccion-tienda-regalos .content-imagen .imagen{
        height: 50vh;
        width: 45vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 30px;
    }

    .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev{
        left: 0% !important;
    }

    .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-next{
        right: 0% !important;
    }

}

/* Ipad pro vertical*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (orientation: portrait){

    #espacio_vacio{
        height: 135px !important;
    }

    .carousel-home-principal{
        display: block !important;
    }

    .banner-principal{
        height: 525px !important;
        background-image: none;
        display: flex;
        align-items: center;
    }

    .buttonS a{
        font-size: 1.5vh;
    }

    .container--wide{
        padding: 0 2em;
    }

    .container{
        max-width: 960px;
    }

    .right-slider{
        top: 20%;
    }

    .banner-tipo-enmarcado {
        display: grid;
        padding: 10px 0px;
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{

  .canvas-opciones_modal .informacion-canvas .content-button .dato{
    font-size: 16px;
  }

  .acciones-canvas .opcion{
    font-size: 16px;
  }

  .acciones-canvas a.editar{
    font-size: 16px;
  }

  .canvas-seccion-opciones .titulo-content .titulo
  {
    font-size: 24px !important;
  }

  .canvas-seccion-opciones .content-opciones .opciones .textos .texto{
    font-size: 16px !important;
  }

  .canvas-seccion-opciones .content-opciones .opciones .botones a{
    font-size: 16px !important;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .imagen {
    width: 150px;
    height: 150px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .titulo{
    font-size: 16px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .texto{
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas {
    margin-top: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .titulo {
    font-size: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .descripcion {
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas .content-button a.seleccion{
    font-size: 16px;
  }

  .canvas-opciones_modal .titulo-canvas{
    font-size: 26px;
  }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
  .opciones-canvas .selector-item .opcion-canvas_label .imagen {
    width: 150px;
    height: 150px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .titulo{
    font-size: 16px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .texto{
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas {
    margin-top: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .titulo {
    font-size: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .descripcion {
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas .content-button a.seleccion{
    font-size: 16px;
  }

  .canvas-opciones_modal .titulo-canvas{
    font-size: 26px;
  }

  .cambio-imagenes .img2{
    display: none;
}

.cambio-imagenes:hover .img1{
    display: block;
}

.cambio-imagenes:hover .img2{
    display: none;
}
  .buttonS2{
    width: 100%;
  }
    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
        background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::before {
      background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::after {
      background-color: #08345F;
    }

    .logo-menu {
      width: 20vw;
    }

    .carousel-home-principal
    {
        display: none;
    }

    #espacio_vacio
    {
        height: 11vh !important;
    }

    .banner-principal
    {
        margin-top: 30px;
        background-image: url(../img/bannerMovil.jpg);
        background-size: 100%;
        height: 160vh !important;
        text-align: center;
        background-repeat: no-repeat;
        background-position-y: 100%;
    }

    .slider-area .container, .container-sm {
        max-width: 100%;
        padding: 0px;
    }

    .right-slider {
        top: 12%;
        transform: translateY(0%);
        position: relative;
        width: 100%;
    }

    .banner-principal .right-slider h2{
        color: #333;
        font-size: 25px;
    }

    .right-slider h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .buttonS {
        width: 100%;
        padding: 10px 0px;
    }

    .single-slider-post__content_{
      padding: 0 25%;
    }

    .single-slider-post{
      min-height: 500px;
    }

    .banner-azul-1 {
        height: 250px;
        width: 95%;
        border-radius: 25px;
        margin-top: 30px;
        margin-left: 3%;
    }

    .banner-tipo-enmarcado {
        display: grid;
        padding: 10px 0px;
        height: 500px;
    }

    .banner-tipo-enmarcado .contenedor-imagen {
        width: 100%;
        padding: 0px 45px;
    }

    .banner-tipo-enmarcado .contenedor-imagen .imagen-enmarcado {
        height: 250px !important;
        left: 0px;
        background-position: center;
    }

    .banner-tipo-enmarcado .contenedor-informacion {
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-top: 2rem;
        padding-right: 15px;
    }

    .cosmetics-home-intro {
        text-align: center;
    }

    .cosmetics-home-intro p.titulo,
    .cosmetics-home-intro h2.titulo {
        font-size: 20px;
        line-height: 20px;
    }

    .cosmetics-home-intro p.subtitulo {
        font-size: 18px;
    }

    .cosmetics-home-intro p.description {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
        line-height: 16px;
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor
    {
        padding: 0 16vh;
    }

    .img-oferta-dia {
        height: 270px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .countdown-wrapper h3 {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 0px;
    }

    .deal-countdown .single-countdown {
        margin-right: 40px;
    }

    .deal-countdown .single-countdown__time{
        font-size: 20px;
    }

    .deal-countdown .single-countdown__time::after {
        font-size: 20px;
    }

    .deal-countdown .single-countdown__text {
        font-size: 10px;
    }

    .countdown-wrapper button{
        margin-right: 0px;
        left: 0%;
    }

    .vistas--pc{
        display: none;
    }

    .vistas--movil {
        display: block;
    }

    .content-step-function .item {
        height: 50px;
        margin-bottom: 15px;
        text-align: center;
    }

    .content-funciona{
        padding: 0 5em;
    }

    .btn-funciona {
        padding: 10px 15px;
        font-size: 17px;
    }

    .banner-azul-2 {

      height: 450px;
      margin-left: 20px;
      margin-right: 10px;
      border-radius: 25px;
    }

    .banner-tipo-enmarcado-2 {
        display: grid;
    }

    .banner-tipo-enmarcado-2 .contenedor-informacion {
        width: auto;
        margin-right: 0px;
        text-align: center;
    }

    .cosmetics-home-intro {
        text-align: center;
    }

    .cosmetics-home-intro p.titulo,
    .cosmetics-home-intro h2.titulo {
        font-size: 20px;
        line-height: 20px;
    }

    .banner-tipo-enmarcado-2 .contenedor-imagen {
        width: 100%;
        padding-right: 0px;
    }

    .banner-tipo-enmarcado-2 .contenedor-imagen .imagen-calidad{
        height: 50vh;
        margin-top: 20px;
    }

    .content-buttons-justify-center {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cosmetics-home-intro button{
        margin-right: 0px;
    }

    .profesionales-btn-content {
        padding-top: 70px;
    }

    .blog-post-slider .slick-arrow {
        font-size: 11px;
        width: 30px;
        height: 30px;
        top: 30%;
        transform: translateY(0%);
    }

    .blog-post-slider .slick-arrow.slick-prev {
        left: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-prev {
        left: -10px;
    }

    .blog-post-slider .slick-arrow.slick-next {
        right: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-next {
        right: -10px;
    }

    .footer-single-widget .logo img{
      width: 100% !important;
    }

    .footer-nav-container nav ul li a {
        font-size: 0.7em;
    }

    .footer-single-widget h5.widget-title:first-child {
        margin-top: 0px;
    }

    .footer-single-widget h5.widget-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content--btn--whatsapp{
        padding: 0 5em 0 0;
    }

    .seccion-tienda-regalos{
        display: block;
    }

    .seccion-tienda-regalos .content-imagen .imagen{
        height: 50vh;
        width: 100%;
        margin-bottom: 2em;
    }

}

/* Móviles en vertical */
@media (max-width: 480px)
{

    .fotoS2{
        background-size: 100% 100%;
    }

  .canvas-personalizados{
    height: 520px;
  }

  .canvas-opciones_modal .informacion-canvas .content-button .dato{
    font-size: 16px;
  }

  .canvas-gallery_vertical {
    width: 105px;
    height: 167px;
  }

  .canvas-gallery_horizontal {
    width: 100%;
    height: 109px;
  }

  .canvas-gallery_cuadrado {
    width: 50px;
    height: 50px;
  }

  .acciones-canvas .opcion{
    font-size: 16px;
  }

  .shop-product__title h2.canvas-titulo{
    font-size: 14px !important;
  }

  .btn-group-p .btn-group__item{
    padding: 0.5rem 0.5rem !important;
  }

  .acciones-canvas a.editar{
    font-size: 16px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .imagen {
    width: 150px;
    height: 150px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .titulo{
    font-size: 16px;
  }

  .opciones-canvas .selector-item .opcion-canvas_label .content-info .texto{
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas {
    margin-top: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .titulo {
    font-size: 20px;
  }

  .canvas-opciones_modal .informacion-canvas .descripcion {
    font-size: 16px;
  }

  .canvas-opciones_modal .informacion-canvas .content-button a.seleccion{
    font-size: 16px;
  }

  .canvas-opciones_modal .titulo-canvas{
    font-size: 26px;
  }

  /* * */
  .canvas-personalizados .canvas_caja-4_3 {
    border-image-width: 28px;
    border-width: 28px;
  }
  .canvas-personalizados .canvas_caja-1_6 {
    border-image-width: 12px;
    border-width: 12px;
  }
  .canvas-personalizados .canvas_marco-4 {
    border-image-width: 20px;
    border-width: 20px;
  }
  .canvas-personalizados .canvas_marco-1_8 {
    border-image-width: 10px;
    border-width: 10px;
  }
  .canvas_sin-marco-vertical, .canvas-vertical img {
    height: 362px;
    width: 228px;
  }
  .canvas_con-marco-vertical .canvas_marco-1_8 {
    height: 382px;
    width: 248px;
  }
  .canvas_con-marco-vertical .canvas_marco-4 {
    height: 400px;
    width: 268px;
  }
  .canvas_con-caja-vertical .canvas_caja-4_3 {
    height: 418px;
    width: 284px;
  }
  .canvas_con-caja-vertical .canvas_caja-1_6 {
    height: 386px;
    width: 252px;
  }

  .canvas_sin-marco-horizontal, .canvas-horizontal img {
    height: 174px;
    width: 254px;
  }
  .canvas_con-marco-horizontal .canvas_marco-1_8 {
    height: 194px;
    width: 274px;
  }
  .canvas_con-marco-horizontal .canvas_marco-4 {
    height: 215px;
    width: 295px;
  }
  .canvas_con-caja-horizontal .canvas_caja-4_3 {
    height: 230px;
    width: 310px;
  }
  .canvas_con-caja-horizontal .canvas_caja-1_6 {
    height: 198px;
    width: 278px;
  }
  .canvas_sin-marco-cuadrado, .canvas-cuadrado img {
    width: 242px;
    height: 242px;
  }
  .canvas_con-marco-cuadrado .canvas_marco-1_8 {
    height: 262px;
    width: 262px;
  }
  .canvas_con-marco-cuadrado .canvas_marco-4 {
    height: 282px;
    width: 282px;
  }
  .canvas_con-caja-cuadrado .canvas_caja-1_6 {
    height: 266px;
    width: 266px;
  }
  .canvas_con-caja-cuadrado .canvas_caja-4_3 {
    height: 298px;
    width: 298px;
  }

  .canva-gallery_vertical{
    height: 100%;
    display: flex;
  }

  .canva-gallery_vertical .canvas_sin-marco {
    width: 160px;
    height: 240px;
  }
  .canvas-gallery_vertical img {
    width: 160px;
    height: 240px;
  }
  .canva-gallery_cuadrado .canvas_sin-marco, .canvas-gallery_cuadrado img {
    width: 75px;
    height: 75px;
  }
  .canva-gallery_vertical .canvas_caja-1_6 {
    height: 258px;
    width: 178px;
  }
  .canva-gallery_cuadrado .canvas_caja-1_6 {
    width: 93px;
    height: 93px;
  }
  .canva-gallery_vertical .canvas_caja-4_3 {
    height: 278px;
    width: 198px;
  }
  .canva-gallery_cuadrado .canvas_caja-4_3 {
    width: 113px;
    height: 113px;
  }
  .canva-gallery_vertical .canvas_marco-1_8 {
    width: 178px;
    height: 258px;
  }
  .canva-gallery_cuadrado .canvas_marco-1_8 {
    width: 93px;
    height: 93px;
  }
  .canva-gallery_vertical .canvas_marco-4 {
    width: 201px;
    height: 280px;
  }
  .canva-gallery_cuadrado .canvas_marco-4 {
    width: 115px;
    height: 115px;
  }

  .canva-gallery_horizontal .canvas_sin-marco, .canvas-gallery_horizontal img {
    width: 228px;
    height: 158px;
  }
  .canva-gallery_horizontal .canvas_marco-4 {
    width: 268px;
    height: 198px;
  }
  .canva-gallery_horizontal .canvas_marco-1_8 {
    height: 176px;
    width: 246px;
  }
  .canva-gallery_horizontal .canvas_caja-1_6 {
    width: 246px;
    height: 176px;
  }
  .canva-gallery_horizontal .canvas_caja-4_3 {
    width: 266px;
    height: 196px;
  }

  .canvas-gallery .canvas_caja-4_3 {
    border-image-width: 19px;
    border-width: 19px;
  }

  .canvas-gallery .canvas_caja-1_6 {
    border-image-width: 9px;
    border-width: 9px;
  }

  .canvas-gallery {
    padding: 10vh 2vh;
  }

  .canvas_con-marco, .canvas_con-caja {
    box-shadow: -3px 4px 9px #464A4B;
  }
  /*  */

  .canvas-seccion-opciones .titulo-content .titulo
  {
    font-size: 24px !important;
  }

  .canvas-seccion-opciones .content-opciones .opciones .textos .texto{
    font-size: 16px !important;
  }

  .canvas-seccion-opciones .content-opciones .opciones .botones{
    margin-top: 25px;
  }

  .canvas-seccion-opciones .content-opciones .opciones .botones a{
    font-size: 16px !important;
    margin-bottom: 12px;
  }

  .buttonS2{
    width: 100%;
  }
    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner {
        background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::before {
      background-color: #08345F;
    }

    .header-transparent-background .site-mobile-navigation .hamburger .hamburger-box .hamburger-inner::after {
      background-color: #08345F;
    }

    .logo-menu {
      width: 40vw;
    }

    .carousel-home-principal
    {
        display: none !important;
    }

    #espacio_vacio {
        height: 70px !important;
    }

    .slider-area .container {
        padding-left: 0px;
        padding-right: 0px;
        background-position-y: center;
    }

    .banner-principal {
        margin-top: 0px;
        background-image: url(../img/HomePage/bannerMovil.jpg);
        background-size: 100%;
        height: 614px !important;
        text-align: center;
        background-repeat: no-repeat;
        background-position-y: 100% !important;
    }

    .banner-principal .right-slider h2 {
      color: #333;
      font-size: 29px;
      margin-bottom: 2vh;
      line-height: 1em;
      text-transform: uppercase;
    }

    .banner-principal .right-slider h2 span{
      font-weight: bold;
    }

    .right-slider h3 {
        font-size: 17px;
        margin-bottom: 20px !important;
    }

    .right-slider h3:nth-child(3){
      text-transform: uppercase;
    }

    .right-slider h3  span{
      font-family: Gotham-Bold !important;
    }

    .banner-principal-content{
      height: 100% !important;
    }

    .banner-principal-content .right-slider{
      height: 100% !important;
    }

    /* .banner-principal-content .right-slider .buttonS{
      position: absolute;
      bottom: 13%;
    } */

    .seccion-tienda-regalos .content-informacion h3{
      font-family: Gotham-Bold;
      text-align: left;
      line-height: 28.71px;
      font-size: 30px;
      font-weight: inherit;
    }

    .seccion-tienda-regalos .content-informacion p{
      text-align: left;
      font-family: Gotham-Book !important;
      font-size: 14px;
      margin: 30px 0;
      line-height: 18px;
    }

    .buttonS{
        width: 100%;
        padding: 10px 0px;
    }

    .right-slider {
        top: 7%;
        transform: translateY(0%);
        position: relative;
        width: 40vh;
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor button{
        width: 70%;
        font-size: 20px;
        font-family: Gotham-Bold;
        margin-bottom: 25px;
        letter-spacing: 0px !important;
    }

    .single-slider-post__content_ {
        padding: 0px 16%;
    }

    .single-slider-post{
      border-radius: 5px;
      background-color: #f9f9f9;
      margin-bottom: 1em;
      min-height: 305px !important;
      max-height: 305px !important;
      min-width: auto !important;
    }

    .imagen-content{
      margin-bottom: 0px !important;
    }

    .single-slider-post__content p.post-excerpt {
        font-size: 14px;
        line-height: 12px;
        text-align: center;
        margin-top: 2vh;
    }

    .post-title {
      font-size: 20px;
      line-height: 20px;
      font-family: Gotham-Bold;
      font-weight: inherit;
    }

    .single-slider-post .single-slider-post__content{
      padding: 5px 0px;
    }

    .single-slider-post__content p.post-excerpt a{
      color: #08345F;
      font-family: Gotham-Bold !important;
      text-decoration: underline;
      font-size: 13px;
    }

    .single-slider-post__content p.post-excerpt a::after{
      content: "\f105";
      font-family: fontAwesome;
      margin-left: 4px;
    }

    .multi-testimonial-slider-container .slick-arrow {
        font-size: 11px;
        width: 30px;
        height: 30px;
    }

    .mb-50 {
        margin-bottom: 20px !important;
    }

    .banner-azul-1 {
        height: 150px;
        width: 84%;
        border-radius: 25px;
        margin-top: 30px;
        margin-left: 8%;
        display: none;
    }

    .background-azul-movil{
      background-color: rgba(154, 176, 203, 0.5);
      margin-bottom: 4em !important;
    }

    .banner-tipo-enmarcado {
        display: grid;
        padding: 40px 0px;
        height: calc(100% + 50px);
    }

    .banner-tipo-enmarcado .contenedor-imagen {
        width: 100vw;
        padding: 0px 20px;
        order: 2;
    }

    .banner-tipo-enmarcado .contenedor-imagen .imagen-enmarcado {
        height: 228px !important;
        left: 0px;
        border-radius: 4px;
    }

    .banner-tipo-enmarcado .contenedor-informacion {
        width: 100vw;
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
        padding-right: 11px;
        padding-left: 11px;
    }

    .cosmetics-home-intro {
        text-align: center;
    }

    .cosmetics-home-intro p.titulo,
    .cosmetics-home-intro h2.titulo {
        font-size: 20px;
        line-height: 20px;
    }

    .cosmetics-home-intro p.subtitulo {
        font-size: 18px;
    }

    .cosmetics-home-intro p.description {
      font-size: 14px;
      margin-bottom: 10px;
      margin-top: 0px;
      padding-top: 0px;
      line-height: 18px;
      left: 50%;
      position: relative;
      transform: translate(-50%);
      text-align: left;
      font-family: Gotham-Book !important;
      margin: 0px;
      padding-top: 0px !important;
    }

    .img-oferta-dia {
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .countdown-wrapper h3{
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 0px;
    }

    .countdown-wrapper p {
        font-size: 13px;
    }

    .deal-countdown .single-countdown {
        margin-right: 15px;
    }

    .deal-countdown .single-countdown__time {
        font-size: 15px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .deal-countdown .single-countdown__time::after {
        font-size: 20px;
    }

    .deal-countdown .single-countdown__text {
        font-size: 10px;
    }

    .countdown-wrapper button{
        width: 100%;
        margin-right: 0px;
        left: 0%;
    }

    .vistas--movil {
        display: block;
    }

    .vistas--pc {
        display: none;
    }

    .blog-post-slider .slick-arrow {
        font-size: 11px;
        width: 30px;
        height: 30px;
        top: 23%;
        transform: translateY(0%);
    }

    .blog-post-slider .slick-arrow.slick-prev{
        left: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-prev{
        left: -10px;
    }

    .blog-post-slider .slick-arrow.slick-next{
        right: -10px;
    }

    .blog-post-slider:hover .slick-arrow.slick-next{
        right: -10px;
    }

    .blog-post-slider .slick-arrow {
        font-size: 11px;
    }

    .content-step-function .item {
        height: 50px;
        margin-bottom: 15px;
        text-align: center;
    }

    .content-funciona{
        padding: 0 4em;
    }

    .btn-funciona {
        width: 100%;
        padding: 10px 15px;
        font-size: 17px;
    }

    .banner-azul-2 {
      height: calc( 100% );
      margin-left: 0px;
      margin-right: 0px;
      border-radius: 0px;
      width: 100%;
    }

    .banner-tipo-enmarcado-2 {
        display: grid;
        height: auto;
    }

    .banner-tipo-enmarcado-2 .contenedor-informacion {
        width: auto;
        margin-right: 0px;
        text-align: center;
    }

    .banner-tipo-enmarcado-2 .contenedor-informacion .cosmetics-home-intro .buttonS2{
      display: none;
    }

    .cosmetics-home-intro {
        text-align: center;
        padding: 0 4%;
        margin-bottom: 1em;
        width: 100%;
    }

    .cosmetics-home-intro p.titulo,
    .cosmetics-home-intro h2.titulo {
      font-size: 30px;
      line-height: 28.71px;
      font-family: Gotham-Bold !important;
      text-align: left;
      font-weight: inherit;
    }

    .cosmetics-home-intro p.titulo{
      margin-bottom: 30px;
    }

    .cosmetics-home-intro h2.titulo{
      margin-bottom: 1em;
    }

    .banner-tipo-enmarcado-2 .contenedor-imagen {
        width: 100%;
        padding-right: 0px;

    }

    .banner-tipo-enmarcado-2 .contenedor-imagen .imagen-calidad {
        height: 200px;
        margin-top: 20px;
        background-position: center;
        border-radius: 4px;
    }

    .img-socios {
        min-height: 250px;
        border-radius: 4px;
    }

    .mb-30 {
        margin-bottom: 10px !important;
    }

    .mb-30 {
        margin-bottom: 10px !important;
    }

    .cosmetics-home-intro h2.title,
    .cosmetics-home-intro h3.title {
        text-align: left;
        font-size: 16px;
        font-family: Gotham-Bold;
        margin-bottom: 0px;
    }

    .content-buttons-justify-center {
        padding-left: 50px;
        padding-right: 60px;
    }

    .profesionales-btn-content {
        padding-top: 20px;
    }

    .cosmetics-home-intro button {
        width: 100%;
        font-size: 17px;
        margin-right: 0px;
        padding: 0.5em 2em;
        font-family: Gotham-Bold;
    }

    .footer-single-widget .logo img{
      width: 100% !important;
    }

    .footer-nav-container nav ul li a {
      font-size: 14px;
      font-family: Gotham-Book !important;
      line-height: 30px;
    }

    .footer-single-widget h5.widget-title:first-child {
        margin-top: 0px;
    }

    .footer-single-widget h5.widget-title {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 10px;
      font-family: Gotham-Bold;
    }

    .content--btn--whatsapp{
        padding: 0 3em 0 0 !important;
    }

    .banner-tipo-enmarcado .contenedor-informacion .butones-contenedor{
        display: block;
        margin-top: 30px;
    }

    .seccion-tienda-regalos{
      flex-wrap: wrap;
    }

    .seccion-tienda-regalos .content-imagen{
      width: 100%;
      margin-top: 30px;
    }

    .seccion-tienda-regalos .content-imagen .imagen{
        height: 25vh;
        width: 100%;
        margin-bottom: 0px;
        border-radius: 4px;
    }

    .seccion-tienda-regalos .content-informacion .content-boton button{
        width: 80%;
        font-size: 20px;
        font-family: Gotham-Bold;
    }

    .butones-contenedor .btn-icon-movil .icon-add-foto{
        display: none;
    }

    .content-step-function .informacion .texto-paso{
      font-size: 16px;
      font-family: Gotham-Bold !important;
    }

    .content-step-function .informacion .info-paso{
      font-size: 14px;
      font-family: Gotham-Book !important;
      margin-bottom: 2em;
    }

    .blog-post-slider-container .img-como-funciona{
      min-height: 240px;
      border-radius: 4px;
    }

    .footer-top-container .footer-top-single-widget:first-child{
      margin-bottom: 1em;
    }

    .footer-top-single-widget .footer-top-widget-title{
      font-family: Gotham-Medium;
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 16px;
    }

    .footer-top-single-widget .content p{
      font-size: 12px;
      line-height: 12px;
      font-family: Gotham-Book !important;
    }

    .pl-socios-index{
      padding: 0px !important;
    }

    .color-gris-movil{
      background-color: #FAFAFA;
    }

    .content-step-function .footer-top-widget-title{
      font-size: 16px;
      font-family: Gotham-Black;
    }

    .blog-post-slider-container .lezada-slick-slider .owl-dots{
      display: flex;
      justify-content: center;
      margin-top: 2em;
      height: 10px;
    }

    .blog-post-slider-container .lezada-slick-slider button.owl-dot{
      width: 10px;
      margin-left: 1em;
      border-radius: 50%;
      background-color: #C4C4C4;
    }

    .blog-post-slider-container .lezada-slick-slider button.active{
      background-color: #08345F;
    }

    .resenias .content-step-function{
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .resenias .content-step-function .items-center,
    .resenias .content-step-function .informacion{
      width: 300px;
    }

    .resenias .content-step-function .items-center .informacion-calificacion{
      order: 2;
      width: 100% !important;
    }

    .resenias .content-step-function .items-center .informacion-calificacion .calificacion label{
      font-size: 18px;
    }

    .resenias .content-step-function .items-center .footer-top-widget-title{
      width: 100%;
    }

    .blog-post-area .blog-post-slider-container .blog-post-slider .content-step-function .informacion p{
      font-family: Gotham-Book !important;
      line-height: 18px;
    }

    .background-completo-enmarcar{
      background-color: #f9f9f9;
      border-radius: 5px;
      padding: 0 5px;
      height: 280px;
    }

    .imagen-content-img{
      padding-top: 0px !important;
    }

    .imagen-content-img .img-enmarcar{
      min-height: 180px !important;
      background-size: 100% !important;
    }
}

/* Buscador */

.section-resultados{
    background-color: rgba(154, 176, 203, 0.5);
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 30px;
}

.total-resultados{
    padding-top: 10px;
}

.total-resultados span{
    font-weight: bold;
}

.option-filtro{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-resultados .option-filtro .single-icon{
    margin-left: 10px;
}

.section-resultados .option-filtro .filter-dropdown .nice-select{
    padding-left: 10px;
}

.section-resultados .option-filtro .filter-dropdown .nice-select .list{
    padding: 0px;
}

.section-resultados .option-filtro  .select-options-filtro{
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.tipo-marco-content{
    background-color: #F6F6F6;
    border: 1px solid transparent;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px 30px 40px 30px;
    cursor: pointer;
    min-height: 560px;
}

.tipo-marco-content2{
  border: 1px solid transparent;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
  min-height: 450px;
}

.tipo-marco-content2 .nombre{
    color: #343a40;
}

.tipo-marco-content .informacion-marco p{
    color: #000;
}

.tipo-marco-content .informacion-marco p.titulo{
    font-size: 20px;
}

.tipo-marco-content .informacion-marco p.descripcion{
    font-size: 15px;
    padding-top: 15px;
}

.tipo-marco-content .informacion-marco p.descripcion br{
    margin-bottom: 5px;
}

.tipo-marco-content-zoom:hover{
    transform: scale(1.1);
    background-color: #9AB0CB;
}

.imagen-content{
    position: relative;
    margin-bottom: 30px;
    cursor:pointer;
}

.imagen-content2{
  position: relative;
  margin-bottom: 30px;
  cursor:pointer;
  /* border-radius: 26px; */
  /* border-color: #e7e6e4; */
  border-radius: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 6px;
}

.imagen-content:hover{
  border-radius: 26px;
  border-color: #9AB0CB;
  border-style: solid;
  border-width: 6px;
}

.imagen-content2:hover{
  border-color: #9AB0CB;
}

.deseo-float-right{
    position: absolute;
    z-index: 9;
    right: 0%;
}

.imagen-content-img{
  position: relative;
  background-color: #f9f9f9;
  padding: 0;
  border-radius: 20px;
}

.imagen-content-img2{
  position: relative;
  /* background-image: url(../img/gris.jpg); */
  padding: 0;
  border-radius: 20px;
}


.imagen-content-img .img-enmarcar{
  min-height: 340px;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.imagen-content-img2 .img-enmarcar{
    min-height: 300px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.imagen-content:hover .imagen-content-img .img-enmarcar{
  background-size: calc(75% + 12px);
}

.imagen-content-img .search-content{
    position: relative;
}

.search-float-right{
    position: absolute;
    z-index: 9;
    right: 0%;
    top: -30%;
}

.pagination-pages{
    background-color: rgba(154, 176, 203, 0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.paginacion {
	display: flex;
  justify-content: center;
  padding: 1em 0;
}

.paginacion ul {
	list-style:none;
	text-align: center;
}

.paginacion ul li {
	display:inline-block;
    margin-right:10px;
}

.paginacion ul li a {
  width: 40px;
  color: #000;
  background: #fff;
  text-decoration: none;
  border-radius: 50%;
  border: solid 1px #08345F;
  height: 40px;
  display: grid;
  place-content: center;
}

.paginacion ul li a.prev-page {
	display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 150px !important;
    background-color: #666666;
    border: solid 1px transparent;
    height:auto;

}

.paginacion ul li .disabled{
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  width: 150px !important;
  background-color: #666666;
  border: solid 1px transparent;
}

.paginacion ul li a.next-page {
	display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 150px !important;
    background-color: #666666;
    border: solid 1px transparent;
    height:auto;
}


.paginacion ul li a:hover {
    background: #08345F;
    color: #fff;
}

.paginacion ul li .active {
	background: #08345F;
    color: #fff;
}

.tag--content{
    position: absolute;
    bottom: 5%;
    width: 100%;
    padding: 0 1em;
}

.tag--slow{
    bottom: 3%;
}


.tag--content .tag{
    background-color: red;
    text-align: center;
    min-height: 2em;
}

.tag--content .tag p{
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}


@media  (min-height: 1080px )
{

    .imagen-content-img2 .img-enmarcar{
        min-height: 365px;
    }

    .imagen-content-img .img-enmarcar{
        background-size: 60%;
    }

    .imagen-content:hover .imagen-content-img .img-enmarcar{
        background-size: calc(60% + 12px);
    }

    .seccion-tienda-regalos .content-informacion .content-boton button{
        width: 70%;
    }
}

@media only screen and (max-width: 830px){

    .section-resultados{
        margin-top: 3vh;
    }

    .option-filtro{
        justify-content: unset;
    }

    .section-resultados .option-filtro .select-options-filtro{
        padding-left: 0px;
    }

    .section-resultados .option-filtro .single-icon{
        margin-left: 4px;
    }

    .total-resultados p{
        font-size: 8px;
    }

    .select-options-filtro span{
        font-size: 5px;
    }

    .section-resultados .option-filtro .filter-dropdown .nice-select{
        font-size: 8px;
        height: 30px;
        line-height: 25px;
    }

    .option-filtro .select-options-filtro:last-child{
        margin-left: 10px;
    }

    .tipo-marco-content .informacion-marco p.titulo{
        font-size: 15px;
        margin-bottom: 5px;
    }

    .tipo-marco-content .informacion-marco p.descripcion{
        font-size: 10px;
        padding-top: 0px;
    }

    .tipo-marco-content{
        width: 160px;
        min-height: 370px;
        padding: 20px 20px 10px 20px;
    }



    .tipo-marco-content-zoom:hover{
        transform: translate(0%);
    }


    .imagen-content-img .img-enmarcar{
        min-height: 300px;
        background-size: 70%;
    }

    .tipo-marco-content .informacion-marco p{
        font-size: 10px;
        text-align: center;
        line-height: 15px;
    }

}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    .cart-table td.product-remove{
        top: 5px;
    }

    .cart-table tr{
        padding: 30px 15px;
    }

    .cart-table td.product-thumbnail .img-fluid{
        max-width: 100px !important;
    }

    .cart-table td.product-description{
        text-align: left;
        padding: 0 2px !important;
    }

    .cart-calculation-table th{
        font-size: 15px !important;
        padding: 10px 10px 0px 5px;
    }

    .cart-calculation-table td.subtotal, .cart-calculation-table td#descuentoL{
        font-size: 12px !important;
        padding: 0px !important;
    }

    .imagen-content:hover{
        border: transparent;
    }

    .filter-dropdown {
        display: block !important;
    }

    .option-filtro{
        justify-content: left;
    }

    .section-resultados .option-filtro .select-options-filtro{
        padding-left: 0px;
    }

    .section-resultados .option-filtro .single-icon{
        margin-left: 4px;
    }

    .paginacion ul li .disabled{
        font-size: 10px;
        width: 100px !important;
    }

    .paginacion ul li a.prev-page{
        width: 110px !important;
        font-size: 12px;
    }

    .paginacion ul li a.next-page{
        width: 110px !important;
        font-size: 12px;
    }

    .tag--content{
        bottom: 3% !important;
        padding: 0 2em;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
{

    .cart-table td.product-remove{
        top: 5px;
    }

    .cart-table tr{
        padding: 30px 15px;
    }

    .cart-table td.product-thumbnail .img-fluid{
        max-width: 100px !important;
    }

    .cart-table td.product-description{
        text-align: left;
        padding: 0 2px !important;
    }

    .cart-calculation-table th{
        font-size: 15px !important;
        padding: 10px 10px 0px 5px;
    }

    .cart-calculation-table td.subtotal, .cart-calculation-table td#descuentoL{
        font-size: 15px !important;
        padding: 0px !important;
        padding-top: 12px !important;
    }

    .imagen-content:hover{
        border: transparent;
    }

    .paginacion ul li{
        margin-right: 0px;
    }

    .paginacion ul li .disabled{
        font-size: 10px;
        width: 80px !important;
        padding: 0px;
    }

    .paginacion ul li a{
        padding: 5px 5px;
        width: 30px !important;
        height: 30px !important;
    }

    .paginacion ul li a.prev-page{
        padding: 0.4em 0 0 0;
        width: 70px !important;
        font-size: 10px;
    }

    .paginacion ul li a.next-page{
        padding: 0.4em 0 0 0;
        width: 70px !important;
        font-size: 10px;
    }

    .tag--content{
        bottom: 3% !important;
    }
}



/* Tamaño */

.seccion-tamano{
    padding-top: 25px;
}

.seccion-tamano h1.titulo{
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-bottom: 40px;
}

.seccion-tamano p.subtitulo{
    font-size: 27px;
    color: #000;
    margin-bottom: 5rem;
}

.seccion-tamano p.subtitulo br{
    margin-bottom: 10px;
}

.seccion-tamano .filter-dropdown .nice-select{
    font-size: 20px;
    background-color: #08345F;
    color: #fff;
    padding-left: 30px;
    border-radius: 10px;
    border: transparent;
}

.seccion-tamano .filter-dropdown .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option{
    color: #000;
}

.seccion-tamano .filter-dropdown .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover{
    background-color: #000;
    color: #fff;
}


.seccion-tamano .filter-dropdown .nice-select::after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.seccion-rangos{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 30px;
}

.tamaño-valor{
    width: 70%;
    position: relative;
    left: 10%;
}

.tamaño-valor p.largo{
    font-size: 80px;
    color: #000;
}

.tamaño-valor p.ancho{
    font-size: 80px;
    color: #486991;
}

.seccion-alto{
    width: 30%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

.seccion-alto input[type=number]{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: all 0.3s ease-in-out;
    background: transparent;
   -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.seccion-alto p.tipo{
    font-size: 15px;
    color: #666666;
    padding-top: 10px;
}

.seccion-alto p.titulo{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: inherit;
}

.seccion-largo{
    width: 30%;
}

.seccion-largo input[type=number]{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #486991;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: all 0.3s ease-in-out;
    background: transparent;
   -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.seccion-largo p.tipo{
    font-size: 15px;
    color: #666666;
    padding-top: 10px;
}

.seccion-largo p.titulo{
    font-size: 20px;
    color: #486991;
    margin-bottom: 20px;
    font-weight: inherit;
}

.seccion-ancho{
    width: 25%;
}

.seccion-ancho input[type=number]{
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #27AE60;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: all 0.3s ease-in-out;
    background: transparent;
   -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.seccion-ancho p.tipo{
    font-size: 15px;
    color: #666666;
    padding-top: 10px;
}

.seccion-ancho p.titulo{
    font-size: 40px;
    color: #27AE60;
    margin-bottom: 20px;
    font-weight: inherit;
}

.seccion-tamano button{
    background-color: #08345F;
    color: #fff;
    border-radius: 30px;
    padding: 10px 15px;
    font-size: 17px;
}

.seccion-tamano button:hover{
    color: #fff;
}

input[type='range'] {
  display: block;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.contenedor-apoyo-visual{
    height: 250px;
    display: grid;
    justify-content: center;
}

.contenedor-apoyo-visual p.titulo{
    color: #000;
    font-size: 20px;
}

.contenedor-apoyo-visual .apoyo-visual{
    position: relative;
    width: 250px;
}

.apoyo-visual .img-apoyo img{
    width: 200px;
}

.apoyo-visual .ancho{
    position: absolute;
    right: 2%;
    bottom: 11%;
}

.apoyo-visual .alto{
    position: absolute;
    top: 50%;
}

.apoyo-visual .largo{
    position: absolute;
    left: 35%;
}

.contenedor-apoyo-visual p{
    color: #000;
    font-size: 15px;
}

/* Color de relleno de la bolita */
input[type=range]::-webkit-slider-thumb {
  background-color: #666666;
  width: 25px;
  height: 25px;
  border: 3px solid #666666;
  border-radius: 50%;
  margin-top: 0px;
}

input[type=range]::-moz-range-thumb {
  background-color: #666666;
  width: 20px;
  height: 20px;
  border: 3px solid #666666;
  border-radius: 50%;
}

.slider-azul {
    background: linear-gradient(to right, #486991 0%, #486991 20%, #C4C4C4 20%, #C4C4C4 100%);
    border: solid 1px #C4C4C4;
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.slider-negro {
    background: linear-gradient(to right, #000 0%, #000 25%, #C4C4C4 25%, #C4C4C4 100%);
    border: solid 1px #C4C4C4;
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.slider-verde {
    background: linear-gradient(to right, #27AE60 0%, #27AE60 50%, #C4C4C4 50%, #C4C4C4 100%);
    border: solid 1px #C4C4C4;
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.canvas-seccion-opciones{
  background-color: rgba(255, 114, 113, 0.5);
  min-height: 554px;
}

.canvas-seccion-opciones .titulo-content .titulo{
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: Gotham-Bold;
}

.canvas-seccion-opciones .imagen{
  width: 100%;
  min-height: 336px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.canvas-seccion-opciones .content-opciones{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.canvas-seccion-opciones .content-opciones .opciones .textos .texto{
  font-size: 20px;
  font-family: Gotham-Book !important;
}

.canvas-seccion-opciones .content-opciones .opciones .botones{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 65px;
  padding: 0px;
}

.canvas-seccion-opciones .content-opciones .opciones .botones a{
  font-family: Gotham-Bold !important;
  color: #08345F;
  background-color: #EEEEEF;
  border-radius: 60px;
  padding: 18px 20px;
  letter-spacing: 1px;
  font-size: 20px;
}

/* Escritorios normales */
@media (min-width: 1025px) and (max-width: 1199px)
{
    .container-orientacion{
        width: 100%;
        justify-content: center;
    }

    .orientacion-opciones{
        margin-right: 2vw;
    }

    .content-title p{
        font-size: 19px;
    }

    .span-paso-numero{
        margin-top: 0px !important;
    }
}

/* Tablets en horizonal */
@media (min-width: 768px) and (max-width: 1024px)
{
    .seccion-tamano h1.titulo{
        font-size: 30px;
    }

    .content-title p{
        font-size: 18px;
    }

    .span-paso-numero{
        margin-top: 0px !important;
    }

    .orientacion-opciones{
        margin-right: 2em;
    }

    .seccion-rangos{
        padding-left: 0px;
    }


    .seccion-alto{
        width: 40%;
    }
    .imagen-content-img .img-enmarcar{
      background-size: 50%;
    }
    .imagen-content:hover .imagen-content-img .img-enmarcar {
      background-size: calc(50% + 12px);
      }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    .seccion-tamano h1.titulo
    {
        font-size: 25px;
    }

    .content-title p
    {
        font-size: 18px;
    }

    .span-paso-numero
    {
        margin-top: 0px !important;
    }

    .orientacion-opciones
    {
        margin-right: 2em;
    }

    .seccion-rangos
    {
        padding-left: 0px;
    }

    .seccion-largo {
        width: 50%;
    }

    .seccion-alto {
        width: 50%;
    }

    .seccion-largo input[type="number"], .seccion-alto input[type="number"], .seccion-ancho input[type="number"] {
      -webkit-appearance : none;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
{
    .seccion-tamano h1.titulo{
        font-size: 25px;
    }

    .content-title p{
        font-size: 18px;
    }

    .span-paso-numero{
        margin-top: 0px !important;
    }

    .container-orientacion .orientacion-horizontal
    {
        height: 30vh !important;
        width: 40vw !important;
        background-size: 80% !important;
    }

    .orientacion-opciones
    {
        margin-right: 1em;
    }

    .container-orientacion .orientacion-horizontal .orientacion-horizontal-largo
    {
        bottom: 20% !important;
    }

    .container-orientacion .orientacion-vertical .orientacion-vertical-largo
    {
        bottom: 15% !important;
    }

    .container-orientacion .orientacion-vertical .orientacion-vertical-alto{
        left: 12% !important;
    }

    .container-orientacion .orientacion-horizontal .orientacion-horizontal-alto
    {
        right: 2% !important;
    }

    .container-orientacion .orientacion-vertical
    {
        height: 30vh !important;
        width: 48vw !important;
    }

    .seccion-rangos{
        display: block;
        padding-left: 0px;
    }

    .seccion-largo {
        width: 100%;
    }

    .separacion-medidas {
        padding-top: 45px !important;
        padding-bottom: 20px !important;
    }

    .seccion-alto {
        width: 100%;
    }

    .tamaño-valor {
        width: 100%;
        left: 50%;
        transform: translate(-50%);
    }

    .seccion-largo input[type="number"], .seccion-alto input[type="number"], .seccion-ancho input[type="number"] {
        font-size: 16px;
        -webkit-appearance : none;
    }
}

/****  Pop-ups  ****/
.titulo-pop-up {
    background-color: rgba(154, 176, 203, 0.5);
    color: #000;
    width: 90%;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.titulo-pop-up p.titulo{
    font-size: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contenedor-pop-up{
    display: flex;
    align-content: center;
    padding: 30px;
}

.opcion-enmarcar{
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    width: 50%;
    background-color: #F6F6F6;
    padding: 30px 40px 10px 40px;
    cursor: pointer;
}

.opcion-enmarcar p{
    color: #000;
    margin-bottom: 5px !important;
    font-size: 15px;
}

.opcion-enmarcar p.titulo{
    text-align: center;
    font-size: 20px;
}

.cuadro-opcion-pop-up{
    height: 100px;
    border: solid 1px #000;height: 150px;
    border: solid 1px #000;
    width: 100%;
    margin-bottom: 8%;
    background-color: #fff;
}

.ml-opcion-enmarcar{
    margin-right: 8%;
}

@media only screen and (max-width: 800px){

    /* Tienda de regalos */
    .tipo-marco-content2 {
        margin-bottom: 20px;
        padding: 0px;
        min-height: 250px;
    }
    .imagen-content-img2 .img-enmarcar {
        min-height: 290px;
        background-size: 100%;
    }

    .cuadro-opcion-pop-up{
        height: 120px;
    }

    .titulo-pop-up p.titulo{
        font-size: 15px;
    }

    .opcion-enmarcar p.titulo{
        font-size: 15px;
    }

    .opcion-enmarcar p.descripcion{
        font-size: 8px;
    }

    .opcion-enmarcar{
        width: 100%;
        margin-bottom: 2vh;
    }

    .contenedor-pop-up{
        display: block;
        padding: 20px;
    }
}

/* caracteristicas tienda */

.textarea--form{
    font-size: 14px;
    display: block;
    color: #333;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom: 2px solid #cccccc;
    padding: 9.5px 0;
}

.imagen-grande{
    min-height: 500px;
    background-size: contain;
    /* cursor: crosshair; */
    background-repeat: no-repeat;
    background-position: center;
}

.imagen-pequenias{
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 480px){
    .imagen-grande{
        min-height: 400px;
    }
    .imagen-pequenias{
        height: 50px;
        width: 50px;
    }
}

/* Caracteristicas de la imagen */

.contenedor-titulo{
    width: 100%;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
.contenedor-titulo p{
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.contenedor-img-cropper {
  width: 100%;
  height: 100%;
}
.zoom-cropper-paspartu{
  margin-top: 7%;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  margin-bottom: 10%;
  display: grid;
  place-items: center;
}

.zoom-cropper-paspartu p{
    margin-top: 10%;
    font-size: 19px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10%;
}

.zoom-cropper-paspartu p span.calidad{
    color: #9AB0CB;
}

.zoom-cropper-paspartu button{
    background-color: #08345F;
    width: 90px;
    border-radius: 30px;
}

.caracteristicas-contenedor{
    border-left: 5px solid #E5E5E5;
    padding: 0px 10% 0px 10%;
    text-align: justify;
    margin-bottom: 10%;
}

.caracteristicas-contenedor p.titulo{
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
}

.caracteristicas-contenedor p.subtitulo{
    font-size: 20px;
    color: #000;
}

.checkbox-posicion {
  width: 50%;
  margin-top: 2%;
}


/* Trabajo esta parte */

.caracteristicas-contenedor-single{
    margin-top: 4vh;
}

.caracteristicas-contenedor-single p.titulo{
    font-size: 1.5em;
}

.checkbox-posicion input[type=radio]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.checkbox-posicion .option-btn {
  width: 100%;
  text-align: center;
  display: grid;
  place-items: center;
}

.checkbox-posicion .option-btn2 {
  width: 100%;
  text-align: center;
  display: grid;
  place-items: center;
}

.checkbox-posicion .option-btn3 {
  width: 100%;
  text-align: center;
  display: grid;
  place-items: center;
}




.checkbox-posicion .option-btn label{
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100%;
}

.checkbox-posicion .option-btn2 label{
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 100%;
}

.checkbox-posicion .option-btn3 label{
  margin-top: 1vh;
  margin-bottom: 1vh;
  width: 100%;
}


.checkbox-posicion .option-btn input + p {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-color: #000 !important;
    font-size: 18px;
    background-color: #3131310d;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 5px 25px 8px !important;
}

.checkbox-posicion .option-btn2 input + p {
  color: #000;
    font-weight: bold;
    background-color: #3131310d;
    cursor: pointer;
    border-color: #000 !important;
    font-size: 18px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    padding: 5px 25px 8px !important;
}

.checkbox-posicion .option-btn3 input + p {
  color: #000;
    font-weight: bold;
    background-color: #3131310d;
    cursor: pointer;
    border-color: #000 !important;
    font-size: 18px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 5px 25px 8px !important;
}

.checkbox-posicion .option-btn input:checked + p {
  color: #fff;
  background-color: #9AB0CB;
  border-color: #0000;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 25px 8px;
}

.checkbox-posicion .option-btn2 input:checked + p {
  color: #fff;
  background-color: #9AB0CB;
  border-color: #0000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 5px 25px 8px;
}

.checkbox-posicion .option-btn3 input:checked + p {
  color: #fff;
  background-color: #9AB0CB;
  border-color: #0000;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px 25px 8px;
}

.caracteristicas-contenedor .filter-dropdown .nice-select{
  font-size: 16px;
  background-color: #08345F;
  color: #fff;
  padding-left: 10px;
  border-radius: 15px;
}

.caracteristicas-contenedor .filter-dropdown .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option{
    color: #000;
}

.caracteristicas-contenedor .filter-dropdown .nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover{
    background-color: #08345f;
    color: #fff;
}


.caracteristicas-contenedor .filter-dropdown .nice-select::after{
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.current{
  color:#fff;
}

.check-box-size{
    width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
}

.caracteristicas-contenedor .check-box-size input[type=radio]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}


.check-box-size .opciones-botones label{
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    min-width: 130px;
}

.check-box-size .opciones-botones label p{
  padding: 5px 20px;
      color: #000;
}

.check-box-size .opciones-botones label input:checked + p{
    color: #fff;
    background-color: #9AB0CB;
    border-color: #0000;
    border-radius: 30px;
}

.check-box-size .opciones-botones label input:disabled + p{
  background-color: #b1b1b1;
  border-color: #0000;
  border-radius: 30px;
}

.check-box-size .opciones-botones{
    column-count: 3;
}

.horizontal{
  display: none;
}

.vertical{
  display: none;
}

.precio::after{
  content: '';
}

.precio::before{
  content: '$';
}

.contenedor-boton{
  width: 100%;
  margin-top: 30px;
  display: grid;
  place-items: center;
}

.contenedor-boton2{
  display: grid;
  place-items: center;
}

.contenedor-boton .posicion-izq {
    display: flex;
    justify-content: end
}

.contenedor-boton .posicion-izq button{
    background-color: #08345F;
    color: #fff;
    border-radius: 30px;
    width: 197px;
}

.contenedor-boton .posicion-izq button:hover{
    color: #fff;
}

@media only screen and (max-width: 479px){
    .check-box-size .opciones-botones {
        column-count: 3;
    }

    .contenedor-boton {
        width: 100%;
    }
}

/* Nuevos pickers */
.color-pickerN input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.color-pickerN {
  height: 30px;
  width: 30px;
  border: 1px solid #E5E5E5;
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  border-radius: 100%;
}
.color-pickerN:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.color-pickerN:not(:disabled):not(.disabled).active, .color-pickerN:not(:disabled):not(.disabled):active,.show > .btn-opcion.dropdown-toggle{
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Caracteristicas marco */

.checkbox-material-opcion{
    column-count: 2;
    column-rule: #E5E5E5 solid 2px;
    margin-bottom: 4vh;;
}

.checkbox-material-opcion input[type=radio]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.checkbox-material-opcion .opcion-btn{
    font-size: 18px;
    text-align: center;
    border-bottom: solid 2px #E5E5E5;
}

.checkbox-material-opcion .opcion-btn label {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.checkbox-material-opcion .opcion-btn input + p {
    color: #000;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0px;
}

.checkbox-material-opcion .opcion-btn input:checked + p {
    color: #fff;
    background-color: #9AB0CB;
    border-color: #0000;
    border-radius: 30px;
}

.colores-box{
    display: grid;
}

.colores-box .etiqueta{
    padding-bottom: 0.2rem;
}


.square{
    border-radius: 2px !important;
    height: 60px;
    width: 70px;
    background-size: cover;
}

.transparente{
    background-color: transparent;
}

.single-filter-widget--list--color li a span.color-picker{
    border: 1px solid #E5E5E5;
}

.shop-product__title h2, .shop-product__title h1 {
    font-size: 25px;
}

.marco-vidrio{
    display: flex;
}

.agregar{
  display: grid;
  place-content: center;
  margin-top: 4%;
}

.btn.btn-icon-movil {
  background-color: #08345F;
  color: #fff;
  border-radius: 30px;
  width: 200px;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 10px 10px;
  margin-right: 0px;
}

.marco-vidrio .caracteristicas-vidrio{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

.costo-marco{
    text-align: center;
    font-size: 25px;
    color: #000;
}

.costo-marco:before{
  content:'$';
}
.costo-marco:after{
  content:' mxn';
}

.border-bottom-transparent{
    border-bottom: transparent !important;
}

/* Escritorios normales */
@media (min-width: 1025px) and (max-width: 1199px)
{
    .shop-product__title h2 .span-paso-numero{
        margin-top: 4px !important;
    }

    .lezada-button--medium{
        font-size: 0.7em;
    }
}

/* Tablets en horizonal */
@media (min-width: 768px) and (max-width: 1024px)
{
    .shop-product__title h2 .span-paso-numero{
        margin-top: 4px !important;
    }

    .footer-top{
        width: 100%;
    }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px){
    .shop-product__title h2 .span-paso-numero{
        margin-top: 4px !important;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
{
    .shop-product__title h2 .span-paso-numero{
        margin-top: 4px !important;
    }

    .color-pickerN{
        height: 24px;
        width: 24px;
    }
}


/* Caracteristicas marco bastidor */

.tam-bastidor .d-flex{
    justify-content: center;
}

.tam-bastidor span.texto{
    padding-right: 10px;
    padding-top: 16px;
    font-size: 30px;
    font-weight: bold;
    color: #27AE60;
}

.tam-bastidor span.unidad{
    padding-left: 10px;
    padding-top: 16px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.tam-bastidor input[type="number"]{
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #27AE60;
    width: 40%;
    border: 1px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    transition: all 0.3s ease-in-out;
    background: transparent;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

/* Carrito */
/*.cart-table {
    border: 3px solid #9AB0CB;
}*/
.cart-table tr{
    border-bottom: 1px solid #9AB0CB;
}
.cart-table td.product-remove a {
    color: #fff;
    border: 1px solid #486991;
    background-color: #486991;
}
.lezada-button{
    background-color: #083966;
    border-radius: 30px;
}
.cart-coupon-area {
    border-bottom: none;
}
.cart-calculation-area{
    background-color: #CBD6E4;
}
.cart-calculation-area h2{
    text-align: left;
}
.text-lg-right {
	text-align: left !important;
}
.cart-calculation-table {
    width: 100%;
    /* border-top: 1px solid #9AB0CB; */
}
.cart-calculation-area{
    padding: 20px 40px 5px 40px;
}
.cart-calculation-table td.subtotal{
    font-size: 17px;
    /* font-weight: bold; */
}
.cart-calculation-table th{
    font-size: 20px;
    /* font-weight: bold; */
    text-transform: capitalize;
}
.titulo-head{
    text-align: center;
    font-size: 50px;
    color: #000;
}

.cantidad-container {
    padding: 10px 0;
    margin: 0 10px 0 30px;
        margin-right: 10px;
        margin-left: 30px;
}

.cantidad-container .cantidad-btn {
    font-size: 20px;
    font-weight: 200;
    color: #333;
    background-color: transparent;
    border: transparent;
}

.cantidad-container input {
    border: none;
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    color: #000;
    margin-bottom: 3px;
    padding: 0px 15px;
    vertical-align: middle;
}
@media (max-width: 640px) {
  .cantidad-container input {
      width: 50px; /* ancho para móviles */
  }
}


.inputs-options-carrito{
    text-align: right;
}

/** button group styles **/

.btn-group-p{
  display: flex;
  border-radius: 1rem;
  /* box-shadow: -2.3px -2.3px 3.8px rgba(255,255,255, 0.2), -6.3px -6.3px 10.6px rgba(255,255,255, 0.3), -15.1px -15.1px 25.6px rgba(255,255,255, 0.4), -50px -50px 85px rgba(0255,255,255, 0.07), 2.3px 2.3px 3.8px rgba(0, 0, 0, 0.024), 6.3px 6.3px 10.6px rgba(0, 0, 0, 0.035), 15.1px 15.1px 25.6px rgba(0, 0, 0, 0.046), 50px 50px 85px rgba(0, 0, 0, 0.07); */
}

.btn-group-p .btn-group__item {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  min-width: 6rem;
  padding: 0.5rem 2rem;
  background-color: #eee;
  cursor: pointer;
  margin: 0;
  box-shadow: inset 0px 0px 0px -15px rebeccapurple;
  transition: all 300ms ease-out;
  border-left: none !important;
  border-right: none !important;
  font-family: Muli;
}

.btn-group-p .btn-group__item:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: solid 1px #eee;
}

.btn-group-p .btn-group__item:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: solid 1px #eee;
}

.btn-group-p .btn-group__item:hover, .btn-group-p .btn-group__item:focus{
  background-color: #08345F;
  color: #fff;
  /* color: rebeccapurple; */
  /* box-shadow: inset 0px -20px 0px -15px rebeccapurple; */
}

.btn-group-p .btn-group__item:focus {
  outline: none;
}

.btn-group-p .btn-group__item:after{
  /* content: '✔️'; */
  margin-left: 0.5rem;
  display: inline-block;
  color: rebeccapurple;
  position: absolute;
  transform: translatey(10px);
  opacity: 0;
  transition: all 200ms ease-out;
}
.btn-group-p .btn-group__item--active{
  background-color: #08345F;
  color: #fff;
}

.btn-group-p .btn-group__item--active:after{
  opacity:1;
  transform: translatey(-2px);
}


/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    #descuento{
        font-size: 20px !important;
    }

    .btn-trash{
        height: 20px;
        width: 20px;
    }
    .cart-table td.product-description .description{
        font-size: 15px;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
{
    #descuento{
        font-size: 15px !important;
    }

    .btn-trash{
        height: 20px;
        width: 20px;
    }
    .cart-table td.product-description .description{
        font-size: 15px;
    }

    .inputs-options-carrito button{
        margin-bottom: 1em;
    }
}


/* Checkout */

.checkout-cart-total {
    background-color: #f2f2f2;
}
.checkout-cart-total ul li {
    color: #000;
    margin-bottom: 5px;
}
.checkout-cart-total ul {
    border-bottom: 1px solid #08345F;
}
.checkout-cart-total p{
    border-bottom: .5px solid grey;
    color: #000;
}
.checkout-title {
    font-size: 28px;
    text-decoration: none;
    text-transform: none
}
.checkout-form label{
    text-transform: initial;
    letter-spacing: 0px;
}


.StripeElement {
  box-sizing: border-box;
  height: 50px;
  padding: 10px 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}


.StripeElement {
  box-sizing: border-box;
  height: 50px;
  padding: 10px 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.information-contant-check {
    display: flex;
    margin-bottom: 20px;
}

.information-contant-check p {
  font-size: 1em;
  color: #000;
}

.information-contant-check .logo-stripe.information-contant-check .logo-stripe {
  height: 30px;
  width: 120px;
  background-size: contain;
  background-position-y: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position-x: center;
  margin-bottom: -9px;
}

.logo-stripe img{
  margin-top: -3px;
    object-fit: cover;
    object-position: center;
}
/* Móviles en vertical */
@media (max-width: 480px)
{
    .information-contant-check p{
        display: block;
    }

    .information-contant-check .logo-stripe{
        height: 17px;
        margin: 0px 2px;
        background-position: center;
    }
}

/* Login */
.texto-etiqueta{
    color: #000;
    font-size: 21px !important;
}
.login-form {
    background-color: #9AB0CB;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.login-label{
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 800px){
    #title--login{
        display: none;
    }
}
/* Recuperar contraseña */
.password-form label{
    font-size: 18px;
    color: #000;
}
.password-form input{
    border-radius: 30px;
    border-color: #08345F;
    text-align: center;
    width: 69%;
}
.envio-exitoso{
    padding: 20% 20% 10% 20%;
}
.envio-exitoso p{
    color: #000;
    font-size: 20px;
}

@media only screen and (max-width: 800px){
    .password-form input{
        width: 100%;
    }
}

/* Nueva contraseña */
.container-nueva-password{
    padding: 0% 20% 0% 20%;
}
.form-nueva-password{
    border: 1px solid;
    color: #9AB0CB;
    border-radius: 20px;
    padding: 5% 10%;
}
.titulo p{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
}
.nueva-password label{
    color: #000;
    font-size: 20px;
}
.nueva-password input{
    border-radius: 30px;
    border-color: #08345F;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 479px){
    .container-nueva-password {
        padding: 0% 1% 0% 1%;
    }
    .form-nueva-password p{
        font-size: 15px;
    }
    .nueva-password label{
        font-size: 15px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){

  .seccion-largo {
    width: 35% !important;
  }
  .seccion-alto {
    width: 35% !important;
    }
  }
/* Pago exitoso */
.padding-marco-informacion{
    padding: 0% 10%;
}
.marco-informacion{
    border-style: double;
    border-width: 15px;
    border-color: #08345F;
}
.info-envio{
    padding: 0% 20%;
    text-align: left;
}
.info-envio p{
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
}
p span.nombre{
    font-weight: bold;
}
.fecha{
    font-weight: bold;
}
.fecha span{
    color: #14B395;
}
.titulo-envio-exitoso{
    padding: 0% 10%;
}
.titulo-envio-exitoso .titulo{
    font-size: 26px;
    color: #08345F;

}
.titulo-envio-exitoso .subtitulo{
    font-size: 16px;
    color: #000;
}
.titulo-envio-exitoso img{
    width: 40px;
}

.col-msg-exitoso{
    margin-top: 30vh;
    margin-bottom: 50vh;
}



@media only screen and (max-width: 479px){

    .position-check-exito{
        justify-content: center;
        display: flex;
        margin-bottom: 2vh;
    }

    .col-msg-exitoso{
        margin-top: 3vh;
        margin-bottom: 0vh;
    }

    .titulo-envio-exitoso .titulo{
        font-size: 14px;
        text-align: center;
    }
    .titulo-envio-exitoso .subtitulo{
        font-size: 10px;
    }
}

/* Caracteristicas del marco */
.table-medidas thead th {
    vertical-align: bottom;
}
.table-medidas th, .table-medidas td {
    padding-right: 3.45rem;
    text-align: center;
}
.table-medidas th:last-child{
    padding-right: 0rem;
    text-align: center;
}
.table-medidas td:last-child{
    padding-right: 0rem;
    text-align: center;
}
.table-medidas tbody tr{
    border-bottom: 1px solid #E5E5E5;
}
.table-medidas tbody tr:last-child{
    border-bottom: transparent;
}
.tab-product-navigation .nav-tabs .nav-link.active{
    color: #08345F;
    background-color: transparent;
    font-family: Gotham-Bold !important;
}

/* Perfil */

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active{
    background-color: #9AB0CB;
    border-color: #9AB0CB;
    color: #ffffff;
    border-radius: 30px;
}

.myaccount-content h3{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.submenu-user ul{
    display:none;
    position:absolute;
    padding: 0px 10px;
    background-color: #fff;
}

.submenu-user:hover > ul{
    display: block;
}

.submenu-user ul a{
    padding: 10px;
    color: #000;
}

.submenu-user ul a:hover{
    background-color: #9AB0CB;
    color: #fff;
    width: 100%;
}

@media only screen and (max-width: 800px){
    .myaccount-content h3{
        font-size: 15px;
    }

    .myaccount-table table th, .myaccount-table .table th{
        font-size: 10px;
    }

    .check-box-size .opciones-botones label{
        font-size:1em;
        min-width: 90px
    }

    .check-box-size .opciones-botones label p{
      padding: .7em 1em;
    }

}

/* Calificacion con estrellas */
.calificacion {
    direction: rtl;
    display: table-cell;
    vertical-align: middle;
    justify-self: center;
}

.calificacion input[type="radio"] {
    display: none;
}

.calificacion label {
    color: grey !important;
    padding-right: 6px;
}

.calificacion label:hover, label:hover ~ label {
    color: orange !important;
}

.calificacion input[type="radio"]:checked ~ label {
    color: orange !important;
}

.star-size-50{
    font-size: 50px;
}

/* Review */
.info-calificion-total{
    display: flex;
    justify-content: center;
}
.info-calificion-total p{
    color: #000;
    padding-left: 3px;
    font-size: 20px;
}

.info-calificion-total p span{
    font-weight: bold;
}

.comentarios-calificaciones{
    padding-left: 15px;
    padding-right: 15px;
}

p.total-comentarios{
    margin-bottom: 0px;
    margin-top: 20px;
}

.comentario-content{
    display: inline-flex;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    margin-bottom: 20px;
}

.informacion-calificacion{
    width: auto !important;
}

.informacion-calificacion .calificacion{
    font-size: 25px;
}

.informacion-calificacion p{
    margin-bottom: 0px;
}
.informacion{
  text-align: justify;
}

.items-center{
  display: grid;
    place-items: center;
}

.informacion-comentario img{
    width: 250px;
}

.informacion-comentario p{
    text-align: justify;
}

.informacion-comentario p.titulo{
    font-size: 20px;
}


@media only screen and (max-width: 830px){

    .informacion-calificacion{
        width: 40%;
    }

    .informacion-calificacion p{
        font-size: 10px;
        line-height: 14px;
    }

    .informacion-comentario{
        width: 100%;
    }

    .informacion-comentario img{
        width: 150px;
    }

    .info-calificion-total p{
        font-size: 10px;
    }

    .politicas-col h3{
        font-size: 15px;
    }

    .politicas-col p{
        font-size: 10px;
        line-height: 15px;
    }

    .informacion-calificacion .calificacion{
        font-size: 12px;
    }

    .informacion-comentario p.titulo{
        font-size: 15px;
    }
    .informacion-comentario p{
        font-size: 10px;
        line-height: 15px;
    }
}

/* Review form */

p.subtitulo{
    color: grey;
    font-size: 16px;
}

.titulo-form{
    color: #000;
    font-size: 30px;
    margin-bottom: 2rem;
}

.contenedor-form-calificacion{
    display: grid;
    justify-content: center;
}

.contenedor-form-calificacion .calificacion-form{
    width: 500px;
}

.calificacion-form{
    margin-bottom: 20px;
}

.calificacion-form input[type="text"], input[type="email"]{
    font-size: 14px;
    display: block;
    color: #333;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    background: transparent;
    padding: .3rem 10px;
    margin-bottom: 20px;
}

.calificacion-form label{
    font-size: 25px;
    margin-bottom: 0px;
    color: #000;
}

.calificacion-form textarea{
    width: 100%;
    resize: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    border: 1px solid #E5E5E5;
    background-color: transparent;
}

.calificacion-form .calificacion{
    display: flex;
    justify-content: center;
}

.calificacion-form .calificacion label{
    font-size: 50px;
}

.dropify-wrapper .dropify-message .file-icon p{
    font-size: 14px;
}

.dropify-wrapper{
    background-color: #F6F6F6 !important;
    background-image: none !important;
    border-style: dashed !important;
    border-radius: 30px;
}

.contenedor-form-calificacion button[type="submit"]{
    border-radius: 30px;
    background-color: #08345F;
    color: #fff;
    padding: 10px 25px;
    border: transparent;
}

@media only screen and (max-width: 800px){
    .contenedor-form-calificacion .calificacion-form{
        width: 100%;
    }
    .section-title p{
        font-size: 15px !important;
        margin-bottom: 4vh;
    }
    .titulo-form{
        font-size: 25px;
    }
    .calificacion-form label{
        font-size: 20px;
    }
    .calificacion-form input[type="text"], input[type="email"]{
        padding: 4.5px 10px;
    }
}

/* Informacion Profesionales y Empresas*/

.contenedor-beneficio p.titulo{
    font-size: 40px;
    color: #000;
    margin-bottom: 4rem;
}

.contenedor-beneficio .contenedor-img{
    display: flex;
    justify-content: center;
}

.contenedor-beneficio .contenedor-img .img-beneficio{
    height: 300px;
    width: 500px;
    border-radius: 15px;
    background-position-y: -140px;
    background-position-x: -100px;
    background-repeat: no-repeat;
}

.card-beneficios{
    border-radius: 20px !important;
    padding: 1rem 0.5rem;
}

.card-beneficios .card-title{
    font-weight: bold;
    font-size: 30px;
    color: #000;
}

.card-beneficios .card-text{
    color: #000;
}

.card-beneficios a.btn-registrar{
    background-color: #08345F;
    color: #fff;
    border-radius: 30px;
    padding: 0.5rem 2rem;
}

.color-azul{
    background-color: rgba(154, 176, 203, 0.5);
}

.informacion-marcas{
    background-color: #E5E5E5;
    column-count: 4;
    display: flex;
    justify-content: center;
    padding: 2rem 0rem;
}

.informacion-marcas img{
    height: 150px;
    width: 240px;
    margin-left: 2rem;
}


.centimetros {
  cursor: pointer;
  margin-bottom: 0;
}

.inches{
  cursor: pointer;
  margin-bottom: 0;
  display: none;
}
@media only screen and (max-width: 830px){

    .contenedor-beneficio p.titulo{
        font-size: 25px;
        margin-bottom: 3vh;
    }

    .contenedor-beneficio .contenedor-img .img-beneficio{
        background-position: center;
        background-size: 100%;
        height: 200px;
    }

    .informacion-marcas img{
        height: 40px;
        width: 70px;
        margin-left: 1rem;
    }

    .card-beneficios .card-title{
        font-size: 20px;
    }

    .card-beneficios .card-text{
        font-size: 15px;
        text-align: justify;
    }
}


/*    */

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    padding: 0;
    font-family: Muli;
    font-size: 25px !important;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.custom-control-label::before, .custom-file-label, .custom-select{
    border: transparent;
}

.select-selected {
    background-color: #08345F;
}

  /*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

  /*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

  /*style the items (options), including the selected item:*/
.select-items div {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-selected{
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    border-radius: 15px;
}

  /*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    color: #000;
    left: 0;
    right: 0;
    z-index: 99;
}

  /*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.select-selected::after{
    position: absolute;
    top: 50%;
    right: 10%;
}

#espacio_vacio{
    width: 100%;
    height: 0px;
}


/* Tipo de enmarcado responsivo */

.separacion-medidas{
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.container-unidad-medidad{
  display: grid;
  place-items: center;
}

.container-unidad-medidad .custom-select{
    width: 100% !important;
}

.etiqueta-medida{
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

@media only screen and (max-width: 479px)
{
    .container-unidad-medidad{
        padding: 0px 6%;
    }

    .seccion-tamano h1.titulo{
        font-size: 20px;
    }

    .seccion-tamano p.subtitulo{
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 30px;
    }

    .separacion-medidas{
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .etiqueta-medida{
        font-size: 20px;
        padding-left: 0px;
    }

    .shop-product__title h2, .shop-product__title h1{
        font-size: 21px;
    }

    .square{
        /* height: 60px; */
        /* width: 70px; */
        height: 53px;
        width: 53px;
    }

    .caracteristicas-contenedor .filter-dropdown .nice-select{
      font-size: 1em;
      line-height: 28px;
      height: 33px;
      width: 80px;
    }

    .inputs-options-carrito{
        text-align: left;
    }

    .checkout-form label{
      font-size: 1em;
    }

    .checkout-title{
        font-size: 20px;
    }

    .lezada-form form input[type="text"], .lezada-form form input[type="email"], .lezada-form form input[type="password"], .lezada-form form textarea{
        padding: 0px;
    }
}

@media only screen and (max-width: 800px){
    .if-wrap.if-size111, .if-wrap.if-size111 .if-image{
        max-width: 300px !important;
    }


    .caracteristicas-contenedor{
        border-left: transparent;
    }

    .cart-table th{
        font-size: 5px;
    }

    .footer-nav-container nav ul li{
        padding: 0px;
    }

    .zoom-cropper-paspartu{
        margin-bottom: 1vh;
    }

    .caracteristicas-contenedor-single:last-child{
        margin-top: 1vh;
    }

    .caracteristicas-contenedor-single{
        padding: 1vh;
        margin-top: 0vh;
    }


    .caracteristicas-contenedor-single p.titulo{
      font-size: 1.3em;
      margin-bottom: 3vh;
    }

    .caracteristicas-contenedor-single p.subtitulo{
        font-size: 7px;
        margin-bottom: 0px;
    }

    .caracteristicas-contenedor-single .contenedor-boton{
        margin-top: 0px;
    }

    .contenedor-boton .posicion-izq{
        justify-content: center;
    }

    .caracteristicas-contenedor .caracteristicas-contenedor-single:last-child{
        text-align: center;
    }

    .zoom-cropper-paspartu p{
        font-size: 1em;
    }

    .zoom-cropper-paspartu button{
      width: 70px;
      height: 40px;
    }
    .select-selected{
        height: 50px;
        line-height: 25px;
    }

    .tam-bastidor span.texto{
        font-size: 20px;
        padding-top: 3px;
    }

    .tam-bastidor span.unidad{
        font-size: 20px;
        padding-top: 3px;
    }

    .tam-bastidor input[type="number"]{
        font-size: 30px;
        width: 30%;
    }

    .paginacion{
        margin: 20px 15px;
    }

}


/* Search */

.buscador form{
    position: relative;
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid transparent;
    padding: 5px;
}

.buscador form input[type=search]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}


.buscador .ion-ios-search-strong{
    box-sizing: border-box;
    padding: 8px 0 0 0;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.buscador form:hover{
  width: 200px;
  cursor: pointer;
  border: 4px solid #08345F;
}

.buscador form:hover input{
  display: block;
}

.buscador form:hover .ion-ios-search-strong{
  background: #07051a;
  color: white;
}

.buscador form .buscador-resultados{
    position: absolute;
    width: 100%;
    text-align: left;
    top: 100%;
    transform: translate(0%, 2%);
    z-index: 3;
    cursor: default;
    user-select: none;
    display: none;
}

.buscador form:hover .buscador-resultados{
    display: block;
}

.buscador form:hover .buscador-resultados .resultados{
    background: #fff;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
    border: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
    padding: 0px;
    overflow: hidden;
    text-align: left;
    padding: 15px 20px;
    line-height: 35px;
}

.buscador-resultados .resultados li{
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0;
}

.buscador-resultados .resultados a{
    width: 100%;
    padding-left: 5px ;
}

.buscador-resultados .resultados a:hover{
    background-color: rgba(154, 176, 203, 0.5);
    color: #fff;
}

.nowrap{
    flex-wrap: initial !important;
}

.siwrap{
    flex-wrap: initial !important;
}


@media only screen and (max-width: 830px){
    .buscador{
        display: none;
    }

    .shop-product__description{
        padding: 0px;
    }

    .container--wide{
        padding: 0px 15px;
    }
}

.movil-div{
    display: none;
}

@media only screen and (max-width: 840px){

    .navbar---movil{
        position: fixed;
        z-index: 2;
        width: 100%;
        background: #FCFCFC;
        padding-top: 20px !important;
    }

    .footer-top-container{
        padding: 0px 10px;
        display: block;
    }

    .footer-top-container .footer-top-single-widget:first-child{
        padding-left: 15px;
    }

    .movil-div{
        display: block;
    }

    .shop-product__description-tab {
        border-top: transparent;
    }

    .pc-div{
        display: none;
    }
}
.danger{
  text-align:left;

}
.error {
  width: 100%;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 1em;
  font-weight: 700;
  color: red;
  display: none;
}

.danger p{
  color: #D3122A;
  text-transform: uppercase;
}

.invalido, .expirado{
  display:none;
}

.armado-section .multi-testimonial-slider-container .slick-arrow, .slick-next{
    background-color: transparent;
    color: #486991;
}

.armado-section-content .armado-section .row{
    padding: 0px 90px;
    border-bottom: solid 1px #486991;
}

.armado-section-content .armado-section h3{
    font-size: 25px;
}

.armado-section-content .armado-section:last-child .row{
    border-bottom: transparent;
}

.enmarcado-step{
    padding: 25px 27px;
    border-radius: 30px;
    background-color: #F6F6F6;
    min-height: 400px;
}

.enmarcado-step .img-step{
  min-height: 160px;
  border-radius: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.enmarcado-step .text-steps{
    margin-top: 20px;
    text-align: center;
}

.enmarcado-step .text-steps p{
    font-size: 15px;
}

.armado-section .owl-carousel .owl-nav button.owl-prev, .armado-section .owl-carousel .owl-nav button.owl-next {
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
}

.armado-section .owl-carousel .owl-nav button.owl-prev {
    left: -5%;
}

.armado-section .owl-carousel .owl-nav button.owl-next {
    right: -5%;
}

.armado-section .owl-carousel .owl-nav button.owl-prev span,
.armado-section .owl-carousel .owl-nav button.owl-next span {
    color: #fff;
    position: absolute;
    top: 34%;
}

.armado-section .owl-carousel .owl-nav button.owl-prev span{
    left: 30%;
}

@media (min-width: 481px) and (max-width: 767px) {

    .armado-section .owl-carousel .owl-nav button.owl-prev {
        left: -10%;
    }

    .armado-section .owl-carousel .owl-nav button.owl-next {
        right: -10%;
    }

}

@media only screen and (max-width: 450px){
    .armado-section-content .armado-section .row{
        padding: 0px 0px 30px;
        border-bottom: transparent;
    }

    .armado-section-content .armado-section h3{
        font-size: 20px;
    }

    .enmarcado-step-content{
        padding: 0px 20px;
    }

    .armado-section .owl-carousel .owl-nav button.owl-prev {
        left: -2%;
    }

    .armado-section .owl-carousel .owl-nav button.owl-next {
        right: -2%;
    }

}

.avisos ul{
    list-style: disc;
}

.avisos p{
    text-align: justify;
}

.avisos p a{
    color: blue;
}

.avisos p a:hover{
    color: blue;
    text-decoration-line: underline;
}

.avisos .titulo{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.avisos ul li{
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
}



.orientacion-content{
    padding: 0 15rem 0 16.5rem;
    margin-bottom: 3rem;
}

.content-title{
    text-align: left;
    margin-bottom: 1em;
    margin-top: 3em;
}

.content-title p{
    font-size: 20px;
}

.caracteristicas-contenedor-single .titulo{
  font-size: 1.5em;
}

.span-paso-numero{
  background-color: #000;
  color: #fff;
  border-radius: 20px;
  margin-right: 0.2em;
  font-size: 20px;
  width: 32px;
  height: 32px;
  float: left;
  text-align: center;
  margin-top: 4px;
  padding: 0;
  line-height: 29px;
}

#foto-prev{
  height: 200px;
  width: 100%;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-bottom: 5vh;
  display: none;
}

.whats {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00E676;
  color: #FFF;
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  text-align: center;
  display: grid;
  place-content: center;
  padding-left: 5px;
}
.whats img{
  width: 45px;
  height: 45px;
}

.whats:hover {
background: #00c160;
  color:#FFF;
}

.container-orientacion{
  display: inline-flex;
  width: auto;
}

.orientacion-opciones{
  display: grid;
  place-content: center;
}


.container-orientacion .orientacion-vertical{
    height: 300px;
    width: 300px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    border-radius: 50px;
    position: relative;
    display: none;
}

.container-orientacion .orientacion-vertical .orientacion-vertical-largo{
    position: absolute;
    justify-content: center;
    display: flex;
    width: 100%;
    bottom: 14%;
}

.container-orientacion .orientacion-vertical .orientacion-vertical-alto{
    position: absolute;
    display: flex;
    right: 17%;
    top: 45%;
}

.container-orientacion .orientacion-horizontal{
    height: 300px;
    width: 300px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f6f6f6;
    border-radius: 50px;
    position: relative;
    display: block;
}

.container-orientacion .orientacion-horizontal .orientacion-horizontal-largo{
    position: absolute;
    justify-content: center;
    display: flex;
    width: 100%;
    bottom: 20%;
}

.container-orientacion .orientacion-horizontal .orientacion-horizontal-alto{
    position: absolute;
    display: flex;
    right: 8%;
    top: 45%;
}


.container--contacto--informacion{
    width: 100%;
    position: relative;
}

.container--contacto--informacion .background-azul-paspartu{
    background-color: rgba(154, 176, 203, 0.5);
    height: 450px;
    width: 93%;
    border-radius: 0 30px 30px 0;
    position: absolute;
}

.container--contacto--informacion .container-informacion{
    position: relative;
    width: 100%;
    height: 450px;
    top: 0%;
    z-index: 2;
    padding: 0 13rem 0 2rem;
}

.container--contacto--informacion .container-informacion .content--flex{
    width: 100%;
    display: flex;
}

.container--contacto--informacion .container-informacion .content--flex .foto--contacto{
    width: 500px;
    height: 450px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: 27%;
    background-position-y: center;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto{
    width: 550px;
    height: 100%;
    padding: 2em 0 0 2em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .titulo{
    text-align: center;
    margin-bottom: 4em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .titulo h2{
    font-size: 32px;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion{
    display: flex;
    margin-bottom: 0em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion .titulo{
    padding: 0.6em 0 0;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion .titulo p{
    font-size: 1.6em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion .descripcion{
    padding: 0 0 0 2em;
    text-align: justify;
}


.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion .descripcion p{
    font-size: 1em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto{
    display: flex;
    margin-bottom: 0em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .titulo{
    padding: 0.6em 0 0;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .titulo p{
    font-size: 1.6em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .descripcion{
    padding: 0 0 0 2em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .descripcion p{
    font-size: 1em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .descripcion p:first-child{
    margin-bottom: 0em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario{
    display: flex;
    margin-bottom: 3em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .titulo{
    padding: 0.6em 0 0;
    margin-right: 1em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .titulo p{
    font-size: 1.6em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .descripcion{
    padding: 0 0 0 2em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .descripcion p{
    font-size: 1em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .descripcion p:first-child{
    margin-bottom: 0em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .descripcion p:first-child span{
    margin-right: 2em;
}

.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .descripcion p span{
    margin-right: 5em;
}

.lezada-form form input.contacto-input, .lezada-form form textarea.contacto-input{
    font-size: 1.5em;
}

.contacto--btn{
    background-color: #08345F;
    border-radius: 30px;
    padding: 0.5em 3em;
    border: transparent;
    color: #fff;
    font-size: 1.2em;
}

.cardMaterial{
    min-height: 430px;
    background-color: #F6F6F6;
    border-radius: 30px;
    position: relative;
    transform: scale(1);
    transition: transform .5s;
}

.cardMaterial:active {
  transform: scale(0.97);
  transition: transform .2s;
}

.cardMaterial.flip {
    transform: rotateY(180deg);
}

.cardMaterial.flip .backMaterial{
    /* transition: transform .3s; */
    display: block;
}

.cardMaterial.flip .frontMaterial{
    transition: transform .3s;
    display: none;
}

.frontMaterial{
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 100%;
    height: calc( 100% );
    width: 100%;
    border-radius: 30px;
    position: absolute;
}

.frontMaterial .content-informacion{
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.frontMaterial .content-informacion .titulo{
    margin-top: 1em;
}

.frontMaterial .content-informacion .titulo h1{
    font-size: 2.5em;
}

.frontMaterial .content-informacion .content-button{
    position: absolute;
    bottom: 10%;
}

.titulo-materiales{
  font-weight: bold;
  font-size: 2.3em;
}

.backMaterial{
    height: calc( 100% );
    width: 100%;
    position: absolute;
    border-radius: 30px;
    display: none;
    transform: rotateY(180deg);
}

.backMaterial .content-informacion{
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.backMaterial .content-informacion .informacion{
    /* position: absolute;
    top: 30%; */
}

.backMaterial .content-informacion .informacion p{
    font-size: 1.3em;
    text-align: center;
    padding: 0 15px;
}

.backMaterial .content-informacion .content-button{
    position: absolute;
    bottom: 10%;
}

.btn-detalles--cardMaterial{
    background-color: #08345F;
    font-size: 1.1em;
    color: #fff;
    border: transparent;
    border-radius: 30px;
    padding: 0.2em 2em;
}


.content--btn--whatsapp{
    padding: 1em 0 0 10em;
}

.content--btn--whatsapp a{
    background-image: url('../img/logowhatsapp.png');
    border-radius: 50%;
    height: 4em;
    width: 4em;
    border: transparent;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-18{
    font-size: 18px;
}

@media (max-width: 767.98px) {
  /* form contacto */
  .container--contacto--informacion .background-azul-paspartu {
    background-color: rgba(154, 176, 203, 0.5);
    height: 100%;
    width: 100%;
    border-radius: 0;
}

  .container--contacto--informacion .container-informacion {
    width: 100%;
    height: 100%;
    top: 0%;
    padding: 0;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .titulo h2 {
  font-size: 1.5em;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto{
  width: 100%;
  height: 100%;
  padding: 2vw 2vh;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .titulo {
  margin-bottom: 4vh;
}
.foto--contacto {
  display: none;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .direccion .titulo p {
  font-size: 1.3em;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .contacto .titulo p {
  font-size: 1.3em;
}
.container--contacto--informacion .container-informacion .content--flex .informacion-contacto .horario .titulo p {
  font-size: 1.3em;
}
}


.boton-content-center{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boton-content-center .content-items p{
    margin-bottom: 0.5rem;
}

.afiliados-padding{
    padding: 0 20%;
}

.container--afiliados{
    padding: 0 10%;
}

.container--afiliados .container--afiliados--relative{
    position: relative;
}

.afiliados-caruosel-img{
    height: 70vh;
    width: 100%;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-title-afiliados{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0%;
}

.afiliados-text-center{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,30%));
  border-radius: 30px;
  padding-bottom: 5vh;
}

.afiliados-text-center h3{
    font-size: 40px;
    color: #f2f2f2;
}

.marco-material{
    width: 165px;
    height: 165px;
}

.marco-detalles-material{
    max-height: 395px;
}

/* Escritorios normales */
@media (min-width: 1025px) and (max-width: 1199px)
{

    .cosmetics-home-intro p.description{
        margin-bottom: 10px;
    }

    .afiliados-caruosel-img{
        height: 40vh;
    }
}

/* Tablets en horizonal */
@media (min-width: 768px) and (max-width: 1024px)
{
    .marco-material {
        width: 147px;
        height: 147px;
    }

    .afiliados-padding{
        padding: 0 10%;
    }

    .afiliados-caruosel-img{
        height: 30vh;
    }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    .marco-material {
        width: 100%;
        height: 97px;
    }

    .cardMaterial{
        min-height: 230px;
        margin-bottom: 2em;
    }

    .backMaterial .content-informacion .informacion p{
        font-size: 0.8em;
    }

    .frontMaterial{
        background-position-x: 0%;
        background-size: 88%;
        background-color: #fff;
    }

    .backMaterial .content-informacion .content-button{
        position: relative;
    }

    .frontMaterial .content-informacion .content-button{
        bottom: 7%;
    }

    .boton-content-center{
        margin-top: 30px;
    }

    .afiliados-padding{
        padding: 0 10%;
    }

    .afiliados-padding .blog-post-slider .slick-arrow{
        top: 45%;
    }

    .afiliados-caruosel-img{
        height: 60vh;
    }

    .afiliados-text-center h3{
        font-size: 25px;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
{
    .marco-material {
        width: 90px;
        height: 90px;
    }

    .cardMaterial{
        min-height: 230px;
        margin-bottom: 2em;
    }

    .backMaterial .content-informacion .informacion p{
        font-size: 0.8em;
    }

    .frontMaterial{
        background-position-x: 0%;
        background-size: 88%;
        background-color: #fff;
    }

    .backMaterial .content-informacion .content-button{
        position: relative;
    }

    .frontMaterial .content-informacion .content-button{
        bottom: 7%;
    }

    .titulo-materiales{
        font-size: 1.3em;
    }

    .afiliados-padding{
        padding: 0;
    }

    .afiliados-padding .blog-post-slider .slick-arrow{
        top: 45%;
    }

    .afiliados-caruosel-img{
        height: 40vh;
    }

    .afiliados-text-center h3{
        font-size: 25px;
    }
}


/* Promocion */

.promocion--contente .informacion{
    font-size: 24px;
}

.promocion--contente .paso{
    font-size: 23px;
    line-height: 1.1em;
    font-weight: bold;
}

.promocion--contente .paso .span-paso-numero{
    margin-top: 0px;
}

.promocion--contente .content--boton{
    display: flex;
    justify-content: center;
    align-items: center;
}

.promocion--contente .content--boton button{
    padding: 0.5em 0;
    width: 50%;
    border: transparent;
    border-radius: 30px;
    font-size: 1em;
    background-color: #08345F;
    color: #fff;
    text-transform: uppercase;
}

/* Móviles en vertical */
@media (max-width: 480px)
{
    .promocion--contente .informacion{
        font-size: 16px;
    }

    .promocion--contente .paso{
        font-size: 15px;
    }

    .promocion--contente .paso .span-paso-numero{
        font-size: 15px;
        width: 25px;
        height: 25px;
        line-height: 22px;
    }
}


.card-tipo-marco{
    padding: 1em 2em;
}

.card-tipo-marco .content-card{
    background-color: #F6F6F6;
    border-radius: 30px;
    padding: 2em;
    min-height: 60vh;
    cursor: pointer;
}

.card-tipo-marco .content-card .imagen{
    height: 35vh;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.card-tipo-marco .content-card .content-informacion .titulo{
    text-align: center;
    font-size: 20px;
}

.card-tipo-marco .content-card .content-informacion .texto{
    font-size: 1em;
    text-align: justify;
}

.vistas--movil--tienda{
    display: none;
}

.vistas--pc--tienda{
    display: block;
}

.mlc--m--s{
    display: none;
}



.select-option{
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #fff;
    overflow: hidden;
    border-radius: .25em;
}

.select-option::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #08345F;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    color: #fff;
}

.select-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background-image: none;
    border: solid 1px #cacaca;
}
/* Remove IE arrow */
.select-option select::-ms-expand {
    display: none;
}
/* Custom Select */
.select-option .select {
    position: relative;
    display: flex;
    min-width: 20em;
    min-height: 3em;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: .25em;
}
.select-option select {
    flex: 1;
    padding: 0 .5em;
    color: #000;
    cursor: pointer;
}

.kiosko-img img{
  width: 23vw !important;
  padding: 1em 0;
}

.content-kiosko-carrito{
  height: 200px;
  overflow: scroll;
}
.content-kiosko-carrito table{
  border-collapse: separate;
  border-spacing: 10px 35px;
}
.content-kiosko-carrito table tbody tr td:first-child p{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;max-width: 280px;
}
.content-kiosko-carrito table tbody tr td:nth-child(3){
  max-width: 108px;
}

.btn-less-k{
  height: 40px;
  width: 50px;
  border-radius: 10px 0 0 10px;
  background-color: #FF9800;
  border-color: #e58800 !important;
  border: transparent;
}

.btn-more-k{
  height: 40px;
  width: 50px;
  border-radius: 0 10px 10px 0;
  background-color: #FF9800;
  border-color: #e58800 !important;
  border: transparent;
}

.content-kiosko-carrito table tbody tr td:nth-child(4) .btn-trash{
  background-image: url('../icons/trash.png');
  height: 30px;
  width: 30px;
  background-size: cover;
  background-color: transparent !important;
  border: transparent !important;
  background-color: transparent;
  color: #222 !important;
}

.custom-control-label:before{
  border: solid 2px #cacaca;
}

.placeholder-gray::placeholder{
  color: #777777;
}

.pasos-kiosko{
  width: 75%;
}

@media (min-width: 1281px) {

  /* CSS */

  .header-box-topbar.is-sticky .header-bottom-container .header-right-container-kiosko{
    flex-basis: 90%;
  }

  .p-kiosko{
    padding: 1em 0;
  }

  .pasos-kiosko{
    width: 25%;
  }

}

@media (min-width: 768px) and (max-width: 1024px){

    /* .mlc--m--s{
        display: none;
    } */

    /* .mlc--w--s{
        display: none;
    } */

    .vistas--movil--tienda{
        display: block;
    }

    .vistas--pc--tienda{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){

    .check-box-size .opciones-botones label{
        min-width: 110px;
    }

    .mlc--m--s{
        display: none;
    }

    .mlc--w--s{
        display: block;
    }

    .vistas--movil--tienda{
        display: none;
    }

    .vistas--pc--tienda{
        display: block;
    }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    .mlc--m--s{
        display: block;
    }

    .mlc--w--s{
        display: none;
    }

    .card-tipo-marco .content-card
    {
        min-height: 120vh;
    }

    .card-tipo-marco .content-card .imagen
    {
        height: 60vh;
        background-size: 70%;
    }

    .card-tipo-marco .content-card .content-informacion .texto{
        font-size: 18px;
    }

    .vistas--movil--tienda{
        display: block;
    }

    .vistas--pc--tienda{
        display: none;
    }

}

@media (max-width: 480px){

    .btn.btn-icon-movil{
        padding: 0px;
    }

    .mlc--m--s{
        display: block;
    }

    .mlc--w--s{
        display: none;
    }

    .checkbox-posicion .option-btn input + p{
        font-size: 16px;
    }
   
    .checkbox-posicion .option-btn2 input + p{
        font-size: 16px;
    }

    .card-tipo-marco .content-card .imagen{
        height: 23vh;
    }

    .card-tipo-marco .content-card{
        min-height: 54vh;
    }

    .card-tipo-marco .content-card .content-informacion .texto {
        font-size: 15px;
    }

    .vistas--movil--tienda{
        display: block;
    }

    .vistas--pc--tienda{
        display: none;
    }

    .content-kiosko-carrito table tbody tr{
      display: grid;
      text-align: center;
      padding: 1em;
      border: 2px solid #9AB0CB;
      border-top: transparent;
    }

    .content-kiosko-carrito table tbody tr:first-child{
      border-top: 2px solid #9AB0CB;
    }

    .content-kiosko-carrito table tbody tr td{
      margin-bottom: 10px;
    }

    .content-kiosko-carrito table tbody tr td:nth-child(3){
      margin: auto;
    }

    .kiosko-img img{
      width: 40vw !important;
      padding: 0;
    }
}


.multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-next{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    right: -4%;
}

.multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    left: -3%;
}

.multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    position: absolute;
    top: 34%;
    right: 32%;
}

.blog-post-slider-container .owl-carousel .owl-nav button.owl-next{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    right: 0%;
}

.blog-post-slider-container .owl-carousel .owl-nav button.owl-prev{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    left: 0%;
}

.blog-post-slider-container .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    position: absolute;
    top: 40%;
    right: 32%;
}

.multi-item-testimonial-area .owl-carousel .owl-nav button.owl-next{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    right: -1%;
}

.multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 45%;
    left: -1%;
}

.multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    position: absolute;
    top: 37%;
    right: 32%;
}

.shop-product .owl-carousel .owl-nav button.owl-prev, .shop-product .owl-carousel .owl-nav button.owl-next{
    height: 1em !important;
    width: 1em !important;
    background-color: #C4C4C4 !important;
    border-radius: 50% !important;
    font-size: 30pt !important;
    line-height: 0 !important;
    position: absolute;
    top: 34%;
}

.shop-product .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
    color: #fff;
    position: absolute;
    top: 40%;
}

.shop-product .owl-carousel .owl-nav button.owl-prev span{
    right: 28%;
}

.owl-carousel .owl-nav button.owl-next span{
    right: 30%;
}

.shop-product .owl-carousel .owl-nav button.owl-prev{
    left: -15%;
}

.shop-product .owl-carousel .owl-nav button.owl-next{
    right: -12%;
}

.tipos--pago h3{
    font-size: 22px;
    font-weight: bold;
}

.tipos--pago img.tipos{
    min-width: 200px;
    min-height: 50px;
}

.landing-marcos-impresion{
    background-size: 100%;
    height: 604px;
    background-repeat: no-repeat;
}

.landing-marcos-impresion .content{
    position: absolute;
    width: 100%;
    bottom: 16%;
}

.landing-marcos-impresion .container-orientacion button{
    background-color: #FF9800;
    border-color: #e68900;
    border-radius: 10px;
    margin: 0 auto;
    height: 60px;
    width: 200px;
    font-size: 20px;
}

.landing-marcos-impresion{
    margin: 0 auto;
    width: 15%;
}

.icons-apps{
    width: 7%;
}
.landing-marcos-impresion .icons-apps img{
    max-width: 45px;
}

.landing-marcos-impresion .titulo{
    font-size: 45px !important;
    font-family: inherit;
}

.landing-marcos-impresion .texto{
    font-size: 25px;
    line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .landing-marcos-impresion{
        background-size: cover;
        background-position-x: 85%;
        background-position-y: 40px;
    }

    .landing-marcos-impresion .titulo{
        font-size: 30px !important;
    }

    .landing-marcos-impresion .texto{
        font-size: 24px;
    }

    .landing-marcos-impresion .icons-apps img {
        max-width: 45px;
    }

    .landing-marcos-impresion .icons-apps{
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .landing-marcos-impresion{
        background-size: cover;
        background-position: 85% 0px;
    }

    .landing-marcos-impresion .icons-apps img {
        max-width: 45px;
    }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 481px) and (max-width: 767px)
{
    .landing-marcos-impresion .icons-apps{
        width: 35%;
    }

    .landing-marcos-impresion{
        background-size: cover;
        background-position: 60% 35px;
    }

    .landing-marcos-impresion .titulo{
        font-size: 30px !important;
    }

    .landing-marcos-impresion .texto{
        font-size: 24px;
    }

    .landing-marcos-impresion .icons-apps img{
        max-width: 45px;
    }

    .tipos--pago h3{
        font-size: 20px;
    }

    .tipos--pago img.tipos{
        min-width: 0px;
        min-height: 0px;
    }

  .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-next{
      height: 1em !important;
      width: 1em !important;
      right: 4%;
  }

  .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev{
      height: 1em !important;
      width: 1em !important;
      left: 3%;
  }

  .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev span{
      right: 40%;
  }

  .blog-post-slider-container .owl-carousel .owl-nav button.owl-next{
      height: 1em !important;
      width: 1em !important;
  }

  .blog-post-slider-container .owl-carousel .owl-nav button.owl-prev{
      height: 1em !important;
      width: 1em !important;
  }

  .blog-post-slider-container .owl-carousel .owl-nav button.owl-prev span{
      right: 40%;
  }

  .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-next{
      height: 1em !important;
      width: 1em !important;
  }

  .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev{
      height: 1em !important;
      width: 1em !important;
  }

  .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev span{
    right: 40%;
  }

  .owl-carousel .owl-nav button.owl-next span{
      right: 30%;
  }

    .shop-product .owl-carousel .owl-nav button.owl-prev {
        left: -20%;
    }

    .shop-product .owl-carousel .owl-nav button.owl-next {
        right: -19%;
    }
}

/* Móviles en vertical */
@media (max-width: 480px)
  {
      .shop-product .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
        color: #fff;
        position: absolute;
        top: 36%;
    }

    .shop-product__buttons .lezada-button--medium{
        width: 80%;
    }

    .landing-marcos-impresion .icons-apps{
        width: 50%;
    }

    .landing-marcos-impresion{
        background-size: cover;
        background-position: 73% 50%;
    }

    .landing-marcos-impresion .titulo{
        font-size: 30px !important;
    }

    .landing-marcos-impresion .texto{
        font-size: 24px;
    }

    .landing-marcos-impresion .icons-apps img{
        max-width: 45px;
    }

    .tipos--pago h3{
        font-size: 20px;
    }

    .tipos--pago img.tipos{
        min-width: 0px;
        min-height: 0px;
    }

    .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-next{
        width: 1em !important;
        height: 1em !important;
        right: 4%;
    }

    .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev{
        width: 1em !important;
        height: 1em !important;
        left: 3%;
    }

    .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-prev span{
        right: 35%;
    }

    .multi-testimonial-slider-container .owl-carousel .owl-nav button.owl-next span{
        right: 30%;
    }

    .blog-post-slider-container .owl-carousel .owl-nav button.owl-next{
        width: 25px !important;
        height: 25px !important;
    }

    .blog-post-slider-container .owl-carousel .owl-nav button.owl-prev{
      width: 25px !important;
      height: 25px !important;
    }

    .blog-post-slider-container .owl-carousel .owl-nav button.owl-prev span{
        right: 24%;
    }

    .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-next{
      width: 25px !important;
      height: 30px !important;
      right: -7%;
    }

    .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev{
      width: 25px !important;
      height: 30px !important;
      left: -7%;
    }

    .multi-item-testimonial-area .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{
        right: 18%;
    }

    .table-medidas th, .table-medidas td{
        padding-right: 1.45em;
    }

    .shop-product .owl-carousel .owl-nav button.owl-prev, .shop-product .owl-carousel .owl-nav button.owl-next{
        top: 20%;
    }

    .shop-product .owl-carousel .owl-nav button.owl-prev {
        left: -20%;
    }

    .shop-product .owl-carousel .owl-nav button.owl-next {
        right: -20%;
    }

    .shop-product .owl-carousel .owl-nav button.owl-prev, .shop-product .owl-carousel .owl-nav button.owl-next{
      height: 30px !important;
      width: 30px !important;
      background-color: #C4C4C4 !important;
      border-radius: 50% !important;
      font-size: 30pt !important;
      line-height: 0 !important;
      position: absolute;
      top: 34%;
  }
}

#loader-content-dots .tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3,
.bounce1
{
    background-color: #08345F !important;
}

.contenedor_foto {
  background-color: #ffffff;
  border: 2px solid #a6a6a6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
}
.fotos-margin{
  margin: 1rem 0;
}

.dl-menuwrapper{
    -webkit-perspective: initial;
    perspective: initial;
    -webkit-perspective-origin: initial;
    perspective-origin: initial;
}

#navLateral {
    width: 80%;
    min-height: 400px;
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
    top: 0px;
    transition: all 0.6s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
}

#navLateral ul{
    background-color: transparent !important;
    z-index: 999;
}

#navLateral ul a, #navLateral ul a:first-child{
    color: #000;
    border-bottom: solid #cacacaca 1px !important;
}

#navLateral ul a:last-child{
    border-bottom: transparent;
}

#navLateral ul li > a:not(:only-child)::after {
    position: absolute;
    top: 0;
    line-height: 50px;
    speak: none;
    font-family: "FontAwesome";
    content: "";
    color: #000;
}

#navLateral ul li ul{
    padding-left: 1em;
}

.lazyload{
    display: block;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.lazyload-active {
    opacity: 1 !important;
}


a.info{
  border-radius: 50%;
  background-color: #111;
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  margin-left: 0.5em;
}

/* * iphone 13 pro max * */
@media only screen
and (device-width: 428px)
and (device-height: 926px)
and (-webkit-device-pixel-ratio: 3) {

  .imagen-content-img .img-enmarcar {
    min-height: 200px !important;
  }
}

.mc-layout__modalContent {
    background-color: #fff !important;
}


.cuadrito {
  width: 1.2rem;
  height: 1.2em;
  background-color: white;
  border: 1px solid grey;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 0.5rem;
}


.accordion {
  margin: 20px auto;
}
.accordion-item {
  background-color: #f4f4f417;
  border-bottom: solid .5px grey;
}
.accordion-item-title {
  cursor: pointer;
  padding-left: 20px;
}
.accordion-item-content {
  display: none;
}
.arrow {
  float: right;
  font-size: 1.3rem;
}



/* * clases para los modals* */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  overflow-y: hidden;
  transition: opacity 0.3s ease;
}

.modal-contentCropper { 
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 75%;
  transition: all 0.3s ease;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  transition: all 0.3s ease;
}


.modalCropper {
  width: 500px;
  height: 500px;
  margin: auto;
}

@media (max-width: 768px) {
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    transition: all 0.3s ease;
  }
}

@media (max-width: 768px) {
  .modalCropper {
    width: 90%; 
    height: 275px;
    align-items: center;
  }
}

.number-input {
  padding: 1px;
}   

.modal-content-cropper {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.btn-cropper1{
  margin-top: 10px;
  background-color: white;
  border: solid .5px;
  padding: 4.5px;
}

.btn-cropper2{
  background-color: rgb(8, 57, 102);
  margin-top: 10px;
  margin-left: 10px;
  color: white;
  padding: 6px;
}

.rotate-180 {
  transform: rotate(180deg);
}

.sumaryCarShop{
  font-size: 15px!important;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #F9FAFB; /* Color gris claro */
  margin-bottom: 20px;
}

.table-striped tbody tr:nth-child(even) {
  background-color: #eeeeee7a; /* Color gris más oscuro */
  margin-bottom: 20px;
}

.accordionCkeck {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.accordionCkeck-item {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  border-radius: 5px;
}

.accordionCkeck-button {
  width: 100%;
  padding: 15px;
  text-align: left;
  background: #f1f1f1;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}

.accordionCkeck-content {
  display: none;
  padding: 15px;
  background-color: white;
  border-top: 1px solid #ddd;
}

.accordionCkeck-content label {
  display: block;
  margin-top: 10px;
}

.accordionCkeck-content input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}


#loaderColor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Para asegurarse de que esté encima de otros elementos */
}

.loader {
  border: 10px solid #f3f3f3; /* Color gris claro */
  border-top: 10px solid #3498db; /* Color azul */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loaderColor p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}


.cart-container {
  position: relative;
  display: inline-block;
}

.btnAfi{
  background-color: #08345F;
  color: #fff;
  border-radius: 30px;
  padding: 0.5rem 2rem;
}

#itemCar {
  position: absolute;
    top: -14px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 20px;
    height: 20px
}

.custom-slider {
  width: 70%;
  margin: auto;
}
.custom-slider-item img {
  width: 100%;
  height: auto;
}

.text-danger{
  color:#dc3545!important
}
a.text-danger:focus,a.text-danger:hover{
  color:#a71d2a!important
}


.modalFotoCar {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  overflow-y: hidden;
  transition: opacity 0.3s ease;
}

.modalFotoCar-content {
  margin: 5% auto;
  width: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 639px) { /* Puedes ajustar el tamaño según necesites */
  .modalFotoCar-content {
    margin: 15% auto;
    width: 90%; /* Ancho para dispositivos móviles */
  }
}


.modalDetalles {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content-detalles {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 25%; 
}

@media (max-width: 639px) { /* Puedes ajustar el tamaño según necesites */
  .modal-content-detalles {
    margin: 25% auto; 
    width: 80%; /* Ancho para dispositivos móviles */
  }
}

.close-modal-detalles {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}