/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*-----------------------------------------------------------------------------------

    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


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Spectral:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;

  position: relative;

  visibility: visible;

  color: #777777;
  background-color: #ffffff;
}

body.newsletter-overlay-active {
  position: relative;

  overflow: hidden;
}

body.newsletter-overlay-active:after {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  visibility: visible;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.8;
  background-color: #333;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;

  margin-top: 0;

  color: #333333;
}

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 {
  line-height: inherit;

  display: inline-block;

  cursor: pointer;
  text-decoration: none;

  color: inherit;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;

  color: inherit;
  outline: none;
}

a:hover {
  text-decoration: none;
}

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

ul {
  margin: 0;
  padding: 0;

  list-style: outside none none;
}

/*-- 
    - 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;
  visibility: hidden;
  overflow: hidden;

  max-width: 100%;
  height: 0;

  opacity: 0;
}

.tab-content .tab-pane.active {
  visibility: visible;
  overflow: visible;

  height: auto;

  opacity: 1;
}

/* active inactive class */
.active {
  visibility: visible;

  opacity: 1;
}

.inactive {
  visibility: hidden;

  opacity: 0;
}

/* scroll to top*/
a.scroll-top {
  font-family: "Ionicons";
  line-height: 50px;

  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 25px;

  display: none;

  width: 50px;
  height: 50px;

  text-align: center;

  color: #ffffff;
  border-radius: 50%;
  background: #333333;
}

a.scroll-top:after {
  font-size: 25px;

  display: inline;

  content: "\f3d7";
}

a.scroll-top:hover {
  background-color: #abb8c0;
}

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

  color: #fff;
  background-color: #333333;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;

  padding: 8px 10px;

  white-space: nowrap;

  color: #fff;
  border-radius: 0;
  background: #383838;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/*----------  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;
  bottom: 0;
  left: 50%;

  width: 120px;
  height: 2px;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-color: #d8d8d8;
}

/*----------  .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;

  width: 100%;
  padding: 9.5px 0;

  -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;

  color: #333;
  border: 1px solid transparent;
  border-bottom: 2px solid #cccccc;
  background: transparent;
}

.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 ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.lezada-form .form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.lezada-form .form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.lezada-form .form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.lezada-form .form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* 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.wide {
    max-width: 95%;
  }
  .container.full {
    max-width: 100%;
    padding: 0;
  }
}

/*=============================================
=            02. Header            =
=============================================*/
/*
    Site Mobile Navigation
------------------------------------------*/
.site-mobile-navigation {
  position: relative;
  z-index: 99;

  width: 100%;
}

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

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

.site-mobile-nav .hamburger {
  display: block;
  overflow: visible;

  width: auto;
  height: auto;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: all 0.15s linear;
       -o-transition: all 0.15s linear;
          transition: all 0.15s linear;

  border: 0;
  background-color: transparent;
}

.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 {
  position: relative;

  display: block;

  width: 26px;
  height: 20px;
}

.site-mobile-nav .hamburger .hamburger-box .hamburger-inner {
  top: 50%;

  display: block;

  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 {
  position: absolute;

  width: 26px;
  height: 2px;

  -webkit-transition: all 0.15s ease;
       -o-transition: all 0.15s ease;
          transition: all 0.15s ease;

  border-radius: 4px;
  background-color: #232324;
}

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

  content: "";
}

.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 {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
}

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

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

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

.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::before {
  top: 0;

  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
       -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
          transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;

  opacity: 0;
}

.site-mobile-nav .hamburger--spin.dl-active .hamburger-inner::after {
  bottom: 0;

  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.site-mobile-nav .dl-menu {
  overflow: hidden;

  margin: 40px 0 0 0;

  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
}

.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 {
  font-weight: 400;
  line-height: 30px;

  position: relative;

  display: block;

  padding: 10px 25px;

  color: #232324;
}

.site-mobile-nav .dl-menu li > a:not(:only-child)::after {
  font-family: "FontAwesome";
  font-size: 18px;

  right: 25px;

  content: "\f105";

  color: #232324;
}

.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 {
  position: relative;
  z-index: 3;

  text-align: right;

  color: #232324;
  background-color: transparent;
}

.site-mobile-nav .dl-menu li .dl-submenu li.dl-back a::after {
  font-family: "FontAwesome";
  line-height: 50px;

  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 25px;

  width: auto;

  content: "\f177";

  color: #232324;
}

.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 {
  top: 40px !important;

  background-color: #ffffff !important;
}

/*----------  offcanvas about  ----------*/
.about-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100vh;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
}

.about-overlay.active-about-overlay {
  z-index: 9999;

  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 1;
}

.about-overlay.active-about-overlay .overlay-content {
  visibility: visible;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);

  opacity: 1;
}

.about-overlay.active-about-overlay:after {
  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0.5;
}

.about-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100vh;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  background-color: #000000;
}

.about-overlay .overlay-content {
  position: relative;
  z-index: 3;

  visibility: hidden;
  overflow: auto;

  width: 360px;
  height: 100vh;
  padding: 30px 40px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);

  opacity: 0;
  background-color: #ffffff;
}

.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 {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.about-overlay .overlay-content .close-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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;

  margin-bottom: 35px;

  color: #333;
}

.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;
  z-index: 9998;
  top: 0;
  right: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
}

.wishlist-overlay.active-wishlist-overlay {
  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 1;
}

.wishlist-overlay.active-wishlist-overlay .wishlist-overlay-content {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.wishlist-overlay.active-wishlist-overlay:after {
  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0.5;
}

.wishlist-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  background-color: #000000;
}

.wishlist-overlay .wishlist-overlay-content {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;

  overflow: auto;

  width: 380px;
  height: 100%;
  padding: 20px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);

  background-color: #ffffff;
}

.wishlist-overlay .wishlist-overlay-content .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wishlist-overlay .wishlist-overlay-content .close-icon a {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.wishlist-overlay .wishlist-overlay-content .close-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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;
  z-index: 9998;
  top: 0;
  right: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
}

.cart-overlay.active-cart-overlay {
  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 1;
}

.cart-overlay.active-cart-overlay .cart-overlay-content {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.cart-overlay.active-cart-overlay:after {
  visibility: visible;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0.5;
}

.cart-overlay:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  visibility: hidden;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  background-color: #000000;
}

.cart-overlay .cart-overlay-content {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;

  overflow: auto;

  width: 380px;
  height: 100%;
  padding: 20px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);

  background-color: #ffffff;
}

@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 {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.cart-overlay .cart-overlay-content .close-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          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;
  font-weight: 500;
  line-height: 28px;

  margin-bottom: 20px;
  padding-bottom: 5px;

  color: #333333;
  border-bottom: 1px solid #eeeeee;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container {
  position: relative;

  overflow: auto;

  max-height: 330px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 25px;
  padding-bottom: 25px;

  border-bottom: 1px solid #eeeeee;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .cart-close-icon {
  line-height: 8px;

  position: absolute;
  top: 0;
  right: 15px;
}

.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;
  font-weight: 600;
  line-height: 22px;

  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;

  text-decoration: line-through;

  color: #7e7e7e;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .discounted-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;

  color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-subtotal {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;

  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;

  color: #333333;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.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 {
  font-size: 14px;
  font-weight: 500;

  display: block;

  margin-bottom: 15px;
  padding: 5px 10px;

  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0;
  background-color: #333333;
}

.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 {
  border-color: #d3122a;
  background-color: #d3122a;
}

/*----------  search overlay  ----------*/
.search-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);

  background-color: #ffffff;
}

.search-overlay.active-search-overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.search-overlay .search-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.search-overlay .search-close-icon a {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          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 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-overlay .search-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-overlay .search-overlay-content .input-box {
  margin-bottom: 15px;
}

.search-overlay .search-overlay-content .input-box .form input {
  font-size: 67px;

  border: none;
  border-bottom: 2px solid #222222;
  background: none;
}

@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 ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  /* Firefox */
}

.search-overlay .search-overlay-content .input-box .form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  /* Firefox */
}

.search-overlay .search-overlay-content .input-box .form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  /* Firefox */
}

.search-overlay .search-overlay-content .input-box .form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  /* Firefox */
}

.search-overlay .search-overlay-content .input-box .form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc;
  /* 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;
  font-weight: 500;
  line-height: 21px;

  color: #999999;
}

/*----------  navigation overlay  ----------*/
.overlay-navigation-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;

  display: table;

  width: 100%;
  height: 100%;
  /*----------  close icon  ----------*/
  /*----------  overlay menu container style  ----------*/
}

.overlay-navigation-menu:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.9;
  background-color: #ffffff;
}

.overlay-navigation-menu .overlay-menu-close-icon {
  position: absolute;
  top: 30px;
  right: 30px;

  display: inline-block;
}

.overlay-navigation-menu .overlay-menu-close-icon a {
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  color: #333333;
}

.overlay-navigation-menu .overlay-menu-close-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.overlay-navigation-menu .overlay-menu-close-icon a i {
  font-size: 25px;
}

.overlay-navigation-menu .overlay-navigation-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 100vh;

  text-align: center;
}

.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;

  position: relative;

  color: #333333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 2px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #333;
}

.overlay-navigation-menu .overlay-navigation-menu-container nav ul li a:hover:after {
  right: auto;
  left: 0;

  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.header-bottom-container .logo-with-offcanvas {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.header-bottom-container .header-bottom-navigation {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

/*----------  sticky header style  ----------*/
.header-sticky.is-sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;

  width: 100%;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;

  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  -webkit-backface-visibility: hidden;
}

/*----------  header bottom horizontal navigation menu  ----------*/
nav.center-menu > ul {
  text-align: center;
}

nav.center-menu > ul > li.menu-item-has-children ul.mega-menu {
  right: 50%;

  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

nav.site-nav > ul > li {
  line-height: 80px;

  position: static;

  display: inline-block;

  margin: 0 25px;

  text-align: left;
}

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 {
  right: auto;
  left: 0;

  width: 100%;
}

nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;

  margin-top: 0;

  opacity: 1;
}

nav.site-nav > ul > li.menu-item-has-children > a {
  position: relative;
}

nav.site-nav > ul > li.menu-item-has-children > a:before {
  font-family: fontAwesome;

  position: absolute;
  top: 50%;
  right: -15px;

  content: "\f107";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #d0d0d0;
}

nav.site-nav > ul > li > a {
  font-weight: 500;

  color: #7e7e7e;
}

nav.site-nav > ul > li > a:after {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #333;
}

nav.site-nav > ul > li ul.sub-menu {
  position: absolute;
  z-index: 9999;

  visibility: hidden;

  margin-top: 45px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}

nav.site-nav > ul > li ul.sub-menu li {
  line-height: 1;
}

nav.site-nav > ul > li ul.single-column-menu {
  min-width: 280px;
  max-width: 350px;
  padding: 30px;
}

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 {
  font-family: fontAwesome;

  position: absolute;
  right: 0;

  content: "\f105";
}

nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li:hover .multilevel-submenu {
  visibility: visible;

  margin-top: 0;

  opacity: 1;
}

nav.site-nav > ul > li ul.single-column-menu.single-column-has-children > li .multilevel-submenu {
  position: absolute;
  top: 0;
  left: 110%;

  visibility: hidden;

  min-width: 280px;
  margin-top: 15px;
  padding: 30px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}

@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 {
  font-size: 15px;
  line-height: 22px;

  position: relative;

  margin-bottom: 15px;

  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;

  content: "";

  background-color: #e7e7e7;
}

nav.site-nav > ul > li ul.single-column-menu li:last-child a {
  margin-bottom: 0;
}

nav.site-nav > ul > li ul.mega-menu {
  z-index: 9999;

  overflow: hidden;

  padding: 30px 60px;
}

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;
}

nav.site-nav > ul > li ul.mega-menu-column-4 {
  right: 400px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  max-width: 1100px;
}

@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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;

  padding-left: 30px;
}

nav.site-nav > ul > li ul.mega-menu-column-4 > 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-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: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li:last-child {
    display: none;

    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-4 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
}

nav.site-nav > ul > li ul.mega-menu-column-4 > li a.mega-column-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;

  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 {
  font-size: 15px;
  line-height: 22px;

  position: relative;

  margin-bottom: 15px;

  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;

  content: "";

  background-color: #e7e7e7;
}

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 {
  right: 450px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  max-width: 1170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.site-nav > ul > li ul.mega-menu-column-5 {
    max-width: 950px;
  }
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;

  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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
  }
}

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 {
  padding-right: 0;

  border-right: none;
}

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 {
    display: none;

    margin-left: 0;
  }
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li a.mega-column-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;

  margin-bottom: 20px;

  color: #333333;
}

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;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li img {
  position: absolute;
  z-index: 99;
  bottom: -20px;
  left: 50%;

  visibility: hidden;

  width: 250px;
  height: auto;

  opacity: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li > .mega-sub-menu li:hover img {
  bottom: -10px;

  visibility: visible;

  opacity: 1;
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a {
  font-size: 15px;
  line-height: 22px;

  position: relative;

  margin-bottom: 15px;

  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;

  content: "";

  background-color: #e7e7e7;
}

nav.site-nav > ul > li ul.mega-menu-column-5 > li .mega-sub-menu li a:before {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;

  visibility: visible;

  width: 250px;
  height: auto;

  content: "";

  opacity: 1;
  border-radius: 5px;
  background-image: "attr(data-homeimage)";
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;

  position: absolute;
  top: -5px;
  right: -10px;

  width: 16px;
  height: 16px;

  text-align: center;

  color: #ffffff;
  border-radius: 50%;
  background-color: #d3122a;
}

/* overlay close */
.overlay-close,
.wishlist-overlay-close,
.cart-overlay-close {
  position: absolute;
  z-index: 2;

  width: 100%;
  height: 100%;
}

/*----------  header split  ----------*/
.header-split {
  border-bottom: 1px solid #efefef;
}

.header-split:before {
  position: absolute;
  top: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 10%;
    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 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-split .header-bottom .header-bottom-container .header-bottom-navigation {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

/*----------  header offcanvas about     ----------*/
.header-offcanvas-about {
  position: relative;

  border-bottom: 1px solid #efefef;
}

.header-offcanvas-about:before {
  position: absolute;
  top: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
  display: inline-block;

  color: #333;
}

.offcanvas-about-icon a i {
  font-size: 30px;
}

/*----------  header wide topbar  ----------*/
.header-wide-topbar {
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
          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 {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-wide-topbar {
    -webkit-box-shadow: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-container .header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-container .header-top-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-container .header-top-left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-top-container .header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 {
  margin-right: 20px;

  color: #333333;
}

.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;

  position: relative;

  color: #7e7e7e;
}

.change-dropdown > a:hover {
  color: #333333;
}

.change-dropdown > a:before {
  font-family: fontAwesome;

  position: absolute;
  top: 0;
  right: -15px;

  content: "\f107";
}

.change-dropdown:hover ul {
  visibility: visible;

  margin-top: 0;

  opacity: 1;
}

.change-dropdown ul {
  position: absolute;
  z-index: 999;
  top: 120%;

  visibility: hidden;

  min-width: 150px;
  margin-top: 10px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
}

.change-dropdown ul li a {
  font-size: 14px;

  display: block;

  padding: 8px 15px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  color: #7e7e7e;
}

.change-dropdown ul li a:hover {
  padding-left: 20px;

  color: #333333;
}

/*----------  header box topbar  ----------*/
.header-box-topbar:before {
  position: absolute;
  top: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky .header-bottom {
    padding-top: 40px !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 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;

  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}

.header-box-topbar.is-sticky .header-bottom-container .header-bottom-navigation {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;

  margin-top: 0;
}

.header-box-topbar.is-sticky .header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-box-topbar.is-sticky .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.header-box-topbar .header-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-box-topbar .header-bottom-container .language-currency-change-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@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 {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;

  text-align: center;
}

@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 {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .header-box-topbar .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.header-box-topbar .header-bottom-container .header-bottom-navigation {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  margin-top: 40px;
}

@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;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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;
  z-index: 999;
  top: 0;
  left: 0;

  width: 100%;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;

  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*----------  header transparent background  ----------*/
.header-transparent-background {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          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;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
}

.header-transparent-background.is-sticky .logo a img:nth-child(1) {
  display: none;
  visibility: hidden;

  opacity: 0;
}

.header-transparent-background.is-sticky .logo a img:nth-child(2) {
  display: block;
  visibility: visible;

  opacity: 1;
}

.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 {
  border-bottom: 1px solid #efefef;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) inset;
          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 {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-transparent-background:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header-transparent-background:hover .language-currency-change-container .change-dropdown > a {
  color: #7e7e7e;
}

.header-transparent-background:hover .logo a img:nth-child(1) {
  display: none;
  visibility: hidden;

  opacity: 0;
}

.header-transparent-background:hover .logo a img:nth-child(2) {
  display: block;
  visibility: visible;

  opacity: 1;
}

.header-transparent-background:hover .header-bottom-navigation .site-main-nav .site-nav > ul > li > a {
  color: #7e7e7e;
}

.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: #333;
}

.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) {
  display: none;
  visibility: hidden;

  opacity: 0;
}

.header-transparent-background .header-bottom-navigation .site-main-nav .site-nav > ul > li > a {
  color: #ffffff;
}

.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 {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-transparent-background--black .logo a img:nth-child(1) {
  display: none;
  visibility: hidden;

  opacity: 0;
}

.header-transparent-background--black .logo a img:nth-child(2) {
  display: block;
  visibility: visible;

  opacity: 1;
}

.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 {
  border-bottom: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*----------  header overlay menu  ----------*/
.header-overlay-menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
}

.header-overlay-menu:before {
  position: absolute;
  top: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
  border-bottom: none;
  background-color: #fff;
  -webkit-box-shadow: 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 {
  -ms-flex-preferred-size: 50% !important;
  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 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.overlay-navigation-inactive {
  visibility: hidden;

  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);

  opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container {
  visibility: hidden;

  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;

  opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);

  opacity: 0;
}

.overlay-navigation-active {
  visibility: visible;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);

  opacity: 1;
}

.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

/*----------  header overlay menu  ----------*/
.header-overlay-menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;
}

.header-overlay-menu:before {
  position: absolute;
  top: -3px;
  left: 0;

  width: 100%;
  height: 3px;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
  border-bottom: none;
  background-color: #fff;
  -webkit-box-shadow: 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 {
  -ms-flex-preferred-size: 50% !important;
  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 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.overlay-navigation-inactive {
  visibility: hidden;

  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);

  opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container {
  visibility: hidden;

  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;

  opacity: 0;
}

.overlay-navigation-inactive .overlay-navigation-menu-container nav ul li {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);

  opacity: 0;
}

.overlay-navigation-active {
  visibility: visible;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);

  opacity: 1;
}

.overlay-navigation-active .overlay-navigation-menu-container nav ul li {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

/*----------  non transparent overlay menu  ----------*/
.header-nontransparent-overlay-menu {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;

  width: 100%;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          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;

  content: "";

  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@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 {
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-nontransparent-overlay-menu:before {
    display: none;
  }
}

.header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo-with-offcanvas {
    -ms-flex-preferred-size: 0;
    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 {
  -ms-flex-preferred-size: 40%;
  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 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;

    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;

    text-align: left;
  }
}

.header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .header-nontransparent-overlay-menu .header-bottom-container .header-right-container {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.header-nontransparent-overlay-menu:hover {
  background-color: #fff;
}

/*----------  header vertical  ----------*/
.header-vertical {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;

  width: 120px;
  height: 100%;
  padding: 30px 15px;

  background-color: #333333;
}

.vertical-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  height: 100%;
}

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

.header-bottom-container.vertical-header-bottom .header-bottom-navigation {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.header-bottom-container.vertical-header-bottom .header-right-container {
  -ms-flex-preferred-size: 60%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.header-bottom-container .header-right-icons.vertical-dark-menu-bottom p.copyright-text {
  font-size: 15px;

  margin-bottom: 40px;

  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  white-space: nowrap;

  color: #ababab;
}

.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 {
  right: -15px;

  width: 20px;
  height: 20px;

  border: 1px solid #ffffff;
}

.menu-icon-container {
  position: absolute;
  top: 50%;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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) {
  -webkit-transform: rotate(50deg) translate(6px, 5px);
      -ms-transform: rotate(50deg) translate(6px, 5px);
          transform: rotate(50deg) translate(6px, 5px);
}

.menu-icon-container a.active .menu-icon:nth-child(2) {
  -webkit-transform: rotate(-50deg) translate(0, 0px);
      -ms-transform: rotate(-50deg) translate(0, 0px);
          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 {
  position: relative;

  display: block;

  width: 25px;
  height: 3px;

  background-color: #ffffff;
}

.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;
  z-index: 99999;
  top: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 320px;
  height: 100vh;

  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);

  opacity: 0;
  background-color: #383838;
}

@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;

  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);

  opacity: 1;
}

.vertical-menu-container-dark nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;

  margin: auto;

  text-align: center;
}

.vertical-menu-container-dark nav > ul > li > a {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;

  position: relative;

  margin-bottom: 30px;

  color: #ffffff;
}

@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 {
  right: auto;
  left: 0;

  width: 100%;
}

.vertical-menu-container-dark nav > ul > li > a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #ffffff;
}

.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%;

  visibility: hidden;

  min-width: 300px;
  max-width: 400px;
  padding: 30px;

  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: left;

  opacity: 0;
  background-color: #333;
}

.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 {
  font-family: fontAwesome;

  position: absolute;
  right: 0;

  content: "\f105";

  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;
  top: -50%;
  left: 105%;

  visibility: hidden;

  min-width: 300px;
  max-width: 400px;
  padding: 30px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
  background-color: #333;
}

.vertical-menu-container-dark nav > ul > li.has-children > ul li a {
  position: relative;

  display: inline-block;

  margin-bottom: 15px;

  color: #ffffff;
}

.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;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0;
  background-color: #4b4b4b;
}

.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-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@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;

  margin-bottom: 20px;

  color: #333333;
}

@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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;

  display: inline-block;

  letter-spacing: 1px;
}

.breadcrumb-list__item a {
  color: #999999;
}

.breadcrumb-list__item:after {
  right: 0;

  margin: 0 5px 0 10px;

  content: "/";

  color: #333333;
}

.breadcrumb-list__item--active {
  text-transform: uppercase;

  color: #333333;
}

.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 h1 {
  font-size: 48px;
  line-height: 64px;

  margin-top: -13px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 36px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 25px;
    line-height: 41px;
  }
}

.section-title h1 a {
  display: inline-block;

  color: #333;
}

.section-title h1 a:hover {
  opacity: 0.85;
}

.section-title p {
  line-height: 26px;
}

.section-title p.subtitle--deep {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;

  margin-top: -5px;
  margin-bottom: 35px;

  letter-spacing: 1px;

  color: #333;
}

.section-title p.subtitle--trending-home {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;

  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;
  font-weight: 600;
  line-height: 24px;

  margin-bottom: 0;

  letter-spacing: 1px;

  color: #333333;
}

.section-title__label p span:before {
  display: inline-block;

  width: 50px;
  height: 1px;
  margin: 0 15px 5px 15px;

  content: "";

  background-color: #cccccc;
}

.section-title__label--left {
  position: absolute;

  -webkit-transform: rotate(90deg) translate(30%, 300%);
      -ms-transform: rotate(90deg) translate(30%, 300%);
          transform: rotate(90deg) translate(30%, 300%);
}

.section-title__label--right {
  position: absolute;
  right: -15px;

  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.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;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.section-title__label-style3--right {
  position: static;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.section-title--one--collectionhome {
  font-size: 18px;
  line-height: 28px;

  color: #333;
}

.section-title--one--spectral h1 {
  font-family: "Spectral", serif;
  font-weight: 500;
}

.section-title--login h2 {
  font-size: 34px;
  line-height: 48px;

  color: #333;
}

.section-title--login p {
  font-size: 16px;
  line-height: 28px;
}

.section-title .title-blue {
  font-family: "Spectral", serif;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;

  color: #404969;
}

@media only screen and (max-width: 767px) {
  .section-title .title-blue {
    font-size: 40px;
  }
}

.section-title--full-border {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;

  position: relative;

  text-align: center;
  letter-spacing: 2px;

  color: #404969;
}

.section-title--full-border span {
  z-index: 9;

  display: inline-block;

  padding: 0 20px;

  background-color: #ffffff;
}

.section-title--full-border:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background-color: #eceaea;
}

/*----------  slider title  ----------*/
.widget-slider-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;

  position: relative;

  margin-bottom: 35px;
  padding-right: 60px;

  color: #333;
}

/*----------  section label  ----------*/
.section-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;

  margin-bottom: 0;

  letter-spacing: 1px;

  color: #333333;
}

/*----------  instagram title  ----------*/
.instagram-title-container .title {
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;

  margin-bottom: 30px;

  letter-spacing: 2px;

  color: rgba(51, 51, 51, 0.35);
}

.instagram-title-container .subtitle {
  font-family: "Spectral", serif;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;

  color: #333;
}

@media only screen and (max-width: 767px) {
  .instagram-title-container .subtitle {
    font-size: 40px;
  }
}

.instagram-title-container .subtitle--blue {
  font-weight: 400;
  font-style: normal;

  color: #404969;
}

/*=====  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 {
  position: relative;

  overflow: hidden;
}

.single-category__image img {
  width: 100%;

  -webkit-transition: 0.8s;
       -o-transition: 0.8s;
          transition: 0.8s;
}

.single-category__image:after {
  position: absolute;
  top: 20px;
  left: 20px;

  display: block;
  visibility: hidden;

  width: calc(100% - 40px);
  height: calc(100% - 40px);

  content: "";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.single-category__image--two:after {
  display: none;
}

.single-category__image--three--creativehome:after {
  display: none;
}

.single-category__content {
  position: relative;
  z-index: 5;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*----------  category two content style  ----------*/
  /*----------  category three content style  ----------*/
  /*----------  simple text banner  ----------*/
}

.single-category__content .title {
  position: relative;

  width: 70%;
}

@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;
  font-weight: 400;
  line-height: 36px;

  visibility: visible;

  margin: 0;
  margin-bottom: 0;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
  color: #333;
}

.single-category__content .title a {
  font-size: 24px;
  line-height: 36px;

  position: absolute;
  top: 0;
  left: 0;

  display: inline-block;
  visibility: hidden;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);

  opacity: 0;
  color: #d3122a;
}

@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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;

  width: 30%;

  text-align: right;
  letter-spacing: 1px;
}

@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;

  width: 50px;
  height: 1px;
  margin-right: 10px;

  content: "";
  vertical-align: middle;

  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 {
  font-weight: 500;

  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
  color: #333;
}

.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 {
  font-size: 34px;

  color: #333333;
}

@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 {
  font-size: 34px;
  font-weight: 500;
  font-style: normal;
  line-height: 48px;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-transform: capitalize;

  color: #333333;
}

.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 {
  font-size: 14px;
  font-weight: 500;

  position: static;

  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-transform: uppercase;

  opacity: 1;
  color: #333;
}

.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 {
    bottom: 0;

    width: 80%;
  }
}

@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 {
    bottom: 5px;

    width: 100%;
  }
}

.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 {
  line-height: 22px;

  border-bottom: 1px solid #333;
}

@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 {
  position: relative;

  display: block;

  min-height: 520px;
  padding: 40px;

  border: 1px solid #d8d8d8;
}

@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;
  font-weight: 400;
  line-height: 36px;

  position: absolute;
  z-index: 5px;
  top: 30px;
  right: 40px;

  color: #333;
}

.single-category__content--textbanner a:hover {
  color: #d3122a;
}

.single-category__content--textbanner p {
  position: absolute;
  bottom: 30px;
}

.single-category__content--textbanner p span {
  font-size: 56px;
  font-weight: 300;
  line-height: 66px;

  display: block;

  color: #333;
}

@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 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          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;

  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);

  opacity: 0;
}

.single-category:hover .single-category__content .title a {
  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

.single-category:hover .single-category__content.single-category__content--three--creativehome .title p {
  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

.single-category:hover .single-category__content.single-category__content--three--creativehome .title a {
  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

.single-category .banner-link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  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;
  z-index: 2;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.accessories-single-category img {
  width: 100%;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.accessories-single-category span.number {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;

  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;

  letter-spacing: 1px;

  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;
  font-weight: 400;
  line-height: 28px;

  color: #333333;
}

.accessories-single-category__content p.price {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;

  color: #333333;
}

.accessories-single-category__content p.price .discounted {
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;

  padding-right: 10px;

  text-decoration: line-through;

  color: #9b9b9b;
}

.accessories-single-category:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.product-category-text-content {
  width: 920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.product-category-text-content .image {
  margin-bottom: 30px;
}

.product-category-text-content .image img {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 6000ms;
          animation-duration: 6000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.product-category-text-content .title {
  font-size: 40px;
  line-height: 1.3;

  margin-bottom: 30px;

  color: #404969;
}

@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 {
  font-size: 14px;
  font-weight: 500;

  display: inline-block;

  padding: 15px 50px;

  color: #ffffff;
  border-color: transparent;
  background-color: #e75e47;
}

.product-category-text-content a:hover {
  background-color: #404969;
}

.product-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  margin-bottom: -30px;
}

.product-category-list .single-product-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
      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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;

    max-width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .product-category-list .single-product-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;

    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .product-category-list .single-product-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;

    max-width: 100%;
  }
}

.product-category-list .single-product-category__image {
  min-height: 130px;
  margin-bottom: 20px;
}

.product-category-list .single-product-category__image a {
  display: block;

  width: 100%;
}

.product-category-list .single-product-category__image a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.product-category-list .single-product-category__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;

  color: #404969;
}

.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-size: 14px;
  font-weight: 300;

  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 {
  font-size: 40px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #333;
  border: none;
  background: none;
}

.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-right: -15px;
  margin-left: -15px;
}

.product-carousel .slick-arrow {
  font-size: 30px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.product-carousel .slick-arrow.slick-next {
  right: -60px;
}

.product-carousel .slick-arrow.slick-prev {
  left: -60px;
}

.product-carousel .slick-dots {
  display: block;

  width: 100%;
  margin-top: 105px;
  padding: 0;

  list-style: none;

  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-carousel .slick-dots {
    margin-top: 50px;
  }
}

.product-carousel .slick-dots li {
  line-height: 1.5;

  position: relative;

  display: inline-block;

  width: 10px;
  height: 10px;
  margin-right: 15px;
  margin-left: 0;
  padding: 0;

  cursor: pointer;

  background: none;
}

.product-carousel .slick-dots li:last-child {
  margin-right: 0;
}

.product-carousel .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  margin: 0;

  opacity: 1;
  border: 1px solid #333333;
  border-radius: 100%;
  background-color: transparent !important;
}

.product-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;

  cursor: pointer;

  opacity: 0.2;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background-color: #1f1f1f !important;
}

.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-right: -15px;
  margin-left: -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 {
  font-size: 12px;
  line-height: 28px;

  position: absolute;
  top: 0;
  right: 0;

  width: 28px;
  height: 28px;

  color: #999999;
  border: none;
  background: none;
}

.single-product-widget-slider-container .slick-arrow.slick-prev {
  right: 30px;
}

.single-product-widget-slider .slick-slide > div {
  margin-bottom: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #eee;
}

.single-product-widget-slider .slick-slide > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: none;
}

/*----------  blog post slider  ----------*/
.blog-post-slider .slick-list {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-post-slider .slick-arrow {
  font-size: 30px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.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: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider .slick-arrow.slick-next {
    right: -15px;
  }
}

.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: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-slider .slick-arrow.slick-prev {
    left: -15px;
  }
}

.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: -25px;
  }
}

@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: -35px;
  }
}

@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-right: -15px;
  margin-left: -15px;
}

.instagram-carousel .slick-arrow {
  font-size: 30px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.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-right: -15px;
  margin-left: -15px;
}

.instagram-carousel-type2 .slick-arrow {
  font-size: 30px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.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-right: -15px;
  margin-left: -15px;
}

.multi-testimonial-slider-container .slick-arrow {
  font-size: 72px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.multi-testimonial-slider-container .slick-arrow.slick-next {
  right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .multi-testimonial-slider-container .slick-arrow.slick-next {
    right: -15px;
  }
}

@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: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .multi-testimonial-slider-container .slick-arrow.slick-prev {
    left: -15px;
  }
}

@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 {
  font-size: 30px !important;

  top: -80px;
  right: 0 !important;
  left: auto !important;

  visibility: visible;

  opacity: 1;
  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 {
  font-size: 62px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

@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-right: auto;
  margin-left: auto;
}

.decor-single-slider-content .slider-content {
  position: absolute;
  top: 50%;
  left: 70px;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@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;
  font-weight: 600;
  line-height: 36px;

  margin-bottom: 8px;

  letter-spacing: 3px;
  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 {
    line-height: 26px;

    margin-bottom: 0;
  }
}

.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;
  font-weight: 600;
  line-height: 56px;

  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 {
  position: absolute;
  bottom: 20px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
}

@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 {
  line-height: 1.5;

  position: relative;

  display: inline-block;

  width: 10px;
  height: 10px;
  margin-right: 15px;
  margin-left: 0;
  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 {
  width: 18px;
  height: 18px;
  margin: 0;

  opacity: 1;
  border: 1px solid #333333;
  border-radius: 100%;
  background-color: transparent !important;
}

.shop-product__big-image-gallery-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;

  cursor: pointer;

  opacity: 0.2;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: 0;
  background-color: #1f1f1f !important;
}

.shop-product__big-image-gallery-slider .slick-arrow {
  font-size: 30px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.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 {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  border-color: #333;
}

.shop-product__small-image-gallery-slider--vertical .single-image {
  margin-bottom: 10px;
}

.shop-product__small-image-gallery-slider--vertical .single-image img {
  width: 100%;

  border: 1px solid transparent;
}

@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;

  width: 49%;
  height: 30px;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 0.7;
  color: #ffffff;
  border: none;
  background-color: #7e7e7e;
}

.shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-prev {
  top: auto;
  bottom: 0;
  left: 0 !important;
}

.shop-product__small-image-gallery-slider--vertical .slick-arrow.slick-next {
  top: auto;
  right: 0 !important;
  bottom: 0;
  left: auto;
}

.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 {
  font-size: 20px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  opacity: 0;
  color: #e7e7e7;
  border: none;
  background: none;
}

.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-sliderfullscreen {
  position: relative;

  height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .lezada-slick-sliderfullscreen {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-sliderfullscreen {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .lezada-slick-sliderfullscreen {
    height: 500px;
  }
}

@media only screen and (max-width: 479px) {
  .lezada-slick-sliderfullscreen {
    height: 400px;
  }
}

.lezada-slick-sliderfullscreen .slick-list,
.lezada-slick-sliderfullscreen .slick-track,
.lezada-slick-sliderfullscreen .slick-slide > div {
  height: 100%;
}

.lezada-slick-sliderfullscreen .slick-active .lezada-single-slider__content * {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;

  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.lezada-slick-sliderfullscreen .slick-active .lezada-single-slider__content .subtitle {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lezada-slick-sliderfullscreen .slick-active .lezada-single-slider__content .main-title {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.lezada-slick-sliderfullscreen .slick-active .lezada-single-slider__content .lezada-button {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.lezada-slick-sliderfullscreen .lezada-single-slider {
  width: 100%;
  height: 100%;
}

.lezada-slick-sliderfullscreen .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-sliderfullscreen .lezada-single-slider__content {
    padding: 0 15px;
  }
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .subtitle {
  font-size: 16px;
  font-weight: 600;

  margin-bottom: 33px;

  text-transform: uppercase;

  color: #ffffff;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .subtitle--black {
  color: #333;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .main-title {
  font-size: 56px;
  line-height: 71px;

  margin-bottom: 35px;

  color: #ffffff;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .main-title--black {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .lezada-slick-sliderfullscreen .lezada-single-slider__content .main-title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .lezada-slick-sliderfullscreen .lezada-single-slider__content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .lezada-button {
  color: #333 !important;
  border-color: #ffffff;
  background-color: #ffffff;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .lezada-button:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: transparent;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .lezada-button--red {
  color: #ffffff !important;
  border-color: #d3122a;
  background-color: #d3122a;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .lezada-button--dark {
  color: #fff !important;
  border-color: #333;
  background-color: #333;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content .lezada-button--dark:hover {
  color: #333 !important;
  border-color: #333;
  background-color: transparent;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style {
  padding-top: 100px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style {
    padding-top: 50px;
  }
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style .subtitle {
  font-family: "Spectral", serif;
  font-weight: 300;
  font-style: italic;

  text-transform: capitalize;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style .main-title {
  font-family: "Spectral", serif;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style .lezada-button {
  color: #ffffff !important;
  background-color: transparent;
}

.lezada-slick-sliderfullscreen .lezada-single-slider__content--spectral-style .lezada-button:hover {
  color: #333 !important;
  background-color: #ffffff;
}

.lezada-slick-sliderfullscreen .lezada-single-slider--overlay {
  position: relative;
}

.lezada-slick-sliderfullscreen .lezada-single-slider--overlay:before {
  position: absolute;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.4;
  background: #000000;
}

.lezada-slick-sliderfullscreen .slick-arrow {
  font-size: 18px;
  line-height: 51px;

  position: absolute;
  z-index: 3;
  top: 50%;

  visibility: hidden;

  width: 50px;
  height: 50px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;

  opacity: 0;
  color: #999;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .lezada-slick-sliderfullscreen .slick-arrow {
    display: none;
  }
}

.lezada-slick-sliderfullscreen .slick-arrow:hover {
  color: #ffffff;
  background-color: #333;
}

.lezada-slick-sliderfullscreen .slick-arrow.slick-prev {
  right: auto;
  left: 15px;
}

.lezada-slick-sliderfullscreen .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.lezada-slick-sliderfullscreen .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lezada-slick-sliderfullscreen .slick-dots li button {
  font-size: 0;

  width: 12px;
  height: 12px;
  margin: 0 5px;

  border: none;
  border-radius: 50%;
  background: #999;
}

.lezada-slick-sliderfullscreen .slick-dots li.slick-active button {
  background: #fff;
}

.lezada-slick-sliderfullscreen:hover .slick-arrow {
  visibility: visible;

  opacity: 1;
}

.lezada-slick-sliderfullscreen:hover .slick-arrow.slick-prev {
  right: auto;
  left: 30px;
}

.lezada-slick-sliderfullscreen: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-right: 30px;
  padding-left: 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-right: auto;
  margin-left: auto;
}

.lezada-slick-slider--swimsuit-home .lezada-single-slider__content .swimsuit-home .content .title {
  font-size: 30px;
  font-weight: 400;

  margin-bottom: 15px;

  color: #e75e47;
}

@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 {
  font-size: 17px;
  font-weight: 600;

  color: #e75e47;
}

.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 {
  font-size: 0;

  width: 20px;
  height: 5px;
  margin-right: 5px;
  padding: 0;

  opacity: 0.2;
  border: none;
  background: none;
  background-color: #000;
}

.lezada-slick-slider--swimsuit-home .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-area--transparent-header .lezada-slick-sliderfullscreen {
  height: 900px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-area--transparent-header .lezada-slick-sliderfullscreen {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area--transparent-header .lezada-slick-sliderfullscreen {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area--transparent-header .lezada-slick-sliderfullscreen {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area--transparent-header .lezada-slick-sliderfullscreen {
    height: 550px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-area--transparent-header .lezada-slick-sliderfullscreen {
    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;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.6;
  background-color: #000000;
}

/*=====  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%;

  -webkit-transition: 0.9s;
       -o-transition: 0.9s;
          transition: 0.9s;
}

.single-product__image > a img:nth-child(1) {
  z-index: 2;

  visibility: visible;

  opacity: 1;
}

.single-product__image > a img:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  visibility: hidden;

  opacity: 0;
}

.single-product__floating-badges {
  position: absolute;
  z-index: 9;
  top: 20px;
  left: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.single-product__floating-badges span {
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;

  z-index: 3;

  display: inline-block;

  width: 48px;
  height: 48px;
  margin-bottom: 10px;

  text-align: center;
  text-transform: lowercase;

  color: #ffffff;
  border-radius: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-product__floating-badges span {
    line-height: 40px;

    width: 40px;
    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: #c61932;
}

.single-product__floating-badges span.out-of-stock {
  font-size: 20px;

  cursor: pointer;

  background-color: #333;
}

.single-product__floating-icons {
  position: absolute;
  z-index: 9;
  top: 20px;
  right: 20px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.single-product__floating-icons span {
  display: inline-block;
  visibility: hidden;

  opacity: 0;
}

.single-product__floating-icons span:nth-child(1) {
  margin-top: 5px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}

.single-product__floating-icons span:nth-child(2) {
  margin-top: 5px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.single-product__floating-icons span:nth-child(3) {
  margin-top: 5px;

  -webkit-transition: 0.9s;
       -o-transition: 0.9s;
          transition: 0.9s;
}

.single-product__floating-icons span a {
  line-height: 40px;

  width: 40px;
  height: 40px;
  margin-bottom: 5px;

  text-align: center;

  color: #7e7e7e;
  background-color: #ffffff;
}

.single-product__floating-icons span a:hover {
  color: #333;
}

.single-product__floating-icons span a i {
  font-size: 20px;
}

.single-product__variations {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 25px;

  visibility: hidden;

  width: calc(100% - 40px);
  padding: 10px;

  -webkit-transition: 0.9s;
       -o-transition: 0.9s;
          transition: 0.9s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);

  opacity: 0;
  background-color: #ffffff;
}

.single-product__variations .size-container {
  text-align: center;
}

.single-product__variations .size-container span.size {
  font-size: 14px;
  font-weight: 600;

  display: inline-block;

  margin-right: 8px;

  cursor: pointer;

  color: #999999;
}

.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 {
  line-height: 18px;

  display: inline-block;

  width: 18px;
  height: 18px;
  margin-right: 8px;

  cursor: pointer;

  border: 1px solid #ddd;
  border-radius: 500px;
}

.single-product__variations .color-container span.active {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #aaaaaa;
          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 {
  font-size: 8px;
  font-weight: 500;

  display: block;

  text-align: center;
  text-decoration: underline;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  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 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;

  display: block;
  visibility: visible;

  margin-bottom: 10px;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
  color: #333;
}

.single-product__content .title > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;

  position: absolute;
  top: 0;
  left: 0;

  display: inline-block;
  visibility: hidden;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);

  opacity: 0;
  color: #d3122a;
}

@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 {
  font-family: Ionicons;
  font-size: 15px;
  font-weight: 500;

  display: inline-block;

  margin-right: 5px;

  content: "\f121";
  vertical-align: middle;
}

.single-product__content .title > a:before {
  display: inline-block;

  margin-right: 5px;

  content: "+";
}

.single-product__content .price .discounted-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  color: #333333;
}

.single-product__content .price .main-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  margin-right: 5px;

  color: #333333;
}

.single-product__content .price .main-price.discounted {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;

  text-decoration: line-through;

  color: #aaaaaa;
}

.single-product__content:hover .single-product__variations {
  visibility: visible;

  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);

  opacity: 1;
}

.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;

  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);

  opacity: 0;
}

.single-product:hover .single-product__content .title > a {
  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

.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;
  z-index: 3;
  bottom: 30px;
  left: 15px;
}

.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;
  z-index: 9;
  top: 20px;
  right: 20px;

  visibility: hidden;

  margin-top: 5px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0;
}

.single-product--wearablehome .single-product__floating-cart span.title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;

  color: #d3122a;
}

.single-product--wearablehome .single-product__floating-cart span.title a.active:before {
  font-family: Ionicons;
  font-size: 15px;
  font-weight: 500;

  display: inline-block;

  margin-right: 5px;

  content: "\f121";
  vertical-align: middle;
}

.single-product--wearablehome .single-product__floating-cart span.title a:before {
  display: inline-block;

  margin-right: 5px;

  content: "+";
}

.single-product--wearablehome .single-product__content {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 15px;

  visibility: hidden;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);

  opacity: 0;
}

.single-product--wearablehome .single-product__content .title h3 a {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.single-product--wearablehome:hover .single-product__floating-cart {
  visibility: visible;

  margin-top: 0;

  opacity: 1;
}

.single-product--wearablehome:hover .single-product__content {
  visibility: visible;

  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);

  opacity: 1;
}

.single-product--wearablehome:hover .title h3 a {
  visibility: visible !important;

  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;

  opacity: 1 !important;
}

.single-product--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .single-product--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.single-product--list .single-product__image {
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;

  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .single-product--list .single-product__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    margin-right: 0;
    margin-bottom: 30px;
  }
}

.single-product--list .single-product__content {
  -ms-flex-preferred-size: calc(100% - 400px);
  flex-basis: calc(100% - 400px);

  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .single-product--list .single-product__content {
    -ms-flex-preferred-size: 100%;
    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: -webkit-box;
  display: -ms-flexbox;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  width: calc(100% - 120px);
  padding-left: 20px;
}

.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;
  font-weight: 600;
  line-height: 1;

  color: #333333;
}

.single-widget-product__content__top .price .main-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  margin-right: 5px;

  color: #333333;
}

.single-widget-product__content__top .price .main-price.discounted {
  font-size: 12;
  font-weight: 600;
  line-height: 1;

  text-decoration: line-through;

  color: #aaaaaa;
}

.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 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;

  top: 0;
  left: 0;

  display: inline-block;

  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;

  color: #d3122a;
}

.single-widget-product__content__bottom a.cart-btn.active:before {
  font-family: Ionicons;
  font-size: 15px;
  font-weight: 400;

  display: inline-block;

  margin-right: 5px;

  content: "\f121";
  vertical-align: middle;
}

.single-widget-product__content__bottom a.cart-btn:before {
  display: inline-block;

  margin-right: 5px;

  content: "+";
}

/*=====  End of 07. Short single product  ======*/
/*=============================================
=           08. button            =
=============================================*/
/*----------  default style  ----------*/
.lezada-button {
  font-weight: 500;

  display: inline-block;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #fff !important;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #333;
  /*----------  small button style  ----------*/
  /*----------  medium button style  ----------*/
  /*----------  large button style  ----------*/
  /*----------  extra large button style  ----------*/
  /*----------  icon left style  ----------*/
}

.lezada-button:hover {
  color: #333 !important;
  background-color: transparent;
}

.lezada-button--small {
  font-size: 12px;

  padding: 8px 15px;
}

.lezada-button--small--style2 {
  padding: 7px 15px;
}

.lezada-button--medium {
  font-size: 14px;

  padding: 10px 45px;
}

.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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  position: relative;

  display: inline-block;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.lezada-button-2:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0.2;
  background-color: #333;
}

.lezada-button-2:before {
  font-family: "Ionicons";
  font-size: 0;
  font-weight: 400;
  line-height: 0;

  display: inline-block;
  visibility: hidden;

  padding-right: 0;

  content: "\f218";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
}

.lezada-button-2:hover {
  color: #d3122a;
}

.lezada-button-2:hover:before {
  font-size: 14px;
  line-height: 0;

  visibility: visible;

  padding-right: 8px;

  opacity: 1;
}

/*----------  load more button  ----------*/
.lezada-loadmore-button {
  font-weight: 500;

  letter-spacing: 1px;

  color: #333;
}

.lezada-loadmore-button:hover {
  color: #333;
}

.lezada-loadmore-button i {
  font-size: 16px;
  font-weight: 600;

  display: inline-block;

  padding-right: 8px;

  color: #333;
}

/*----------  shopping more button  ----------*/
.lezada-shopping-more-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
  border-bottom: 1px solid #d6d6d6;
}

.lezada-shopping-more-button:hover {
  color: #333;
  border-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-color: #f9f9f9;
  background-image: url("../images/countdown/bg-countdown-1.jpg");
}

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

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

.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");
}

.newsletter-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.nothing-found-area {
  width: 100%;
  height: 100vh;

  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nothing-found-area {
    background-position-x: 40%;
  }
}

@media only screen and (max-width: 575px) {
  .nothing-found-area {
    background-position-x: 20%;
  }
}

@media only screen and (max-width: 479px) {
  .nothing-found-area {
    background-position-x: 45%;
  }
}

.coming-soon-area {
  width: 100%;
  height: 100vh;

  background-repeat: no-repeat;
  background-size: cover;
}

@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-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-lookbook-section {
  min-height: 100vh;

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

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

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

/*=====  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;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.6;
  background-color: #000000;
}

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

.lookbook-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;

  margin-bottom: 25px;

  color: #fff;
}

.lookbook-content h2 {
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;

  margin-bottom: 70px;

  color: #fff;
}

@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 {
  color: #333 !important;
  border-color: #fff;
  background-color: #fff;
}

.lookbook-content a.lookbook-btn:hover {
  color: #fff !important;
  background-color: #333;
}

.lookbook-content--dark p {
  color: #333;
}

.lookbook-content--dark h2 {
  color: #333;
}

.lookbook-content--dark a.lookbook-btn {
  color: #fff !important;
  border-color: #333;
  background-color: #333;
}

.lookbook-content--dark a.lookbook-btn:hover {
  color: #333 !important;
  background-color: transparent;
}

/*=====  End of 10. Home Lookbook  ======*/
/*=============================================
=            11. countdown timer            =
=============================================*/
.countdown-wrapper h3 {
  font-size: 48px;
  line-height: 58px;

  margin-top: -10px;
  margin-bottom: 30px;

  color: #333;
}

@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 {
  color: #ffffff !important;
  border-color: #ffffff;
}

.countdown-wrapper--white-bg a.lezada-button:hover {
  color: #000000 !important;
  border-color: #000000;
}

.deal-countdown.text-white * {
  color: #ffffff !important;
}

.deal-countdown .single-countdown {
  display: inline-block;

  margin-right: 100px;
  margin-bottom: 40px;
}

@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;
  }
}

.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 {
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;

  position: relative;

  display: block;

  margin-bottom: 30px;

  color: #7e7e7e;
}

@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 {
  font-size: 35px;

  position: absolute;
  top: 0;
  left: 170%;

  content: ":";
}

@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;
  font-weight: 600;
  line-height: 22px;

  text-transform: uppercase;

  color: #9b9b9b;
}

/*=====  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;

  max-width: 80%;
  margin-bottom: 15px;

  color: #333;
}

@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 {
  /*----------  image  ----------*/
  /*----------  content  ----------*/
}

.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;

  display: inline-block;

  text-transform: capitalize;

  color: #999;
  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 {
  margin-bottom: 0;
}

.single-slider-post__content h2 a {
  font-size: 24px;
  line-height: 36px;

  margin-bottom: 15px;

  color: #333;
}

.single-slider-post__content p.post-excerpt {
  font-size: 15px;
  line-height: 24px;

  margin-bottom: 15px;

  color: #777777;
}

.single-slider-post__content a.blog-readmore-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  position: relative;

  display: inline-block;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.single-slider-post__content a.blog-readmore-btn:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0.2;
  background-color: #333;
}

.single-slider-post__content a.blog-readmore-btn:before {
  font-family: "Ionicons";
  font-size: 0;
  font-weight: 400;
  line-height: 0;

  display: inline-block;
  visibility: hidden;

  padding-right: 0;

  content: "\f218";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
}

.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;

  visibility: visible;

  padding-right: 8px;

  opacity: 1;
}

/*----------  widget post  ----------*/
.single-widget-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 25px;
  padding-bottom: 25px;

  border-bottom: 1px solid #e7e7e7;
}

.single-widget-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;

  border-bottom: none;
}

.single-widget-post .image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.single-widget-post .content {
  -ms-flex-preferred-size: calc(100% - 100px);
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding-bottom: 60px;

  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
  .single-slider-post--list {
    display: block;
  }
}

.single-slider-post--list__image {
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-post--list__image {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-post--list__image {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
}

.single-slider-post--list__content {
  -ms-flex-preferred-size: calc(100% - 450px);
  flex-basis: calc(100% - 450px);

  padding-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-post--list__content {
    -ms-flex-preferred-size: calc(100% - 320px);
    flex-basis: calc(100% - 320px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-post--list__content {
    -ms-flex-preferred-size: calc(100% - 320px);
    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 {
  line-height: 1;

  margin-bottom: 0;
}

.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;

  display: inline-block;

  text-transform: capitalize;

  color: #999;
  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;
  font-weight: 500;
  line-height: 19px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #ababab;
  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;

  display: inline-block;

  text-transform: capitalize;

  color: #999;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .single-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;

    text-align: center;
  }
}

.single-author__image {
  -ms-flex-preferred-size: 70px;
  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 {
  -ms-flex-preferred-size: calc(100% - 70px);
  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;
  font-weight: 600;
  line-height: 28px;

  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;
  padding-bottom: 40px;

  border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 767px) {
  .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        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 {
  -ms-flex-preferred-size: 70px;
  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 {
  -ms-flex-preferred-size: calc(100% - 70px);
  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;
  font-weight: 400;
  line-height: 19px;

  color: #333;
}

.single-comment__content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;

  float: right;

  padding-left: 20px;

  color: #ababab;
}

@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 {
  font-weight: 500;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #7e7e7e;
}

.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%;
  margin-top: -5px;

  text-align: center;
}

.pagination ul li {
  display: inline-block;

  min-width: 20px;
  margin-right: 20px;
}

.pagination ul li a {
  font-weight: 500;

  display: block;

  text-align: center;

  color: #ababab;
}

.pagination ul li a:hover {
  color: #333;
}

.pagination ul li.active {
  border-bottom: 1px solid #ababab;
}

.pagination ul li.active a {
  color: #333;
}

/*=====  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: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          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;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          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%;

  max-width: 800px;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .single-shoppable .shoppable-content {
    position: static;

    max-width: 100%;
    margin-top: -10px;
    padding-top: 50px;
    padding-bottom: 50px;

    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.single-shoppable .shoppable-content p {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;

  margin-bottom: 0;

  text-align: center;

  color: #333333;
}

@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-family: Work Sans;
  font-size: 72px;
  font-weight: 600;
  font-style: normal;
  line-height: 100px;

  max-width: 500px;
  margin-bottom: 0;

  text-align: center;

  color: #333333;
}

@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 {
    font-size: 30px;
    line-height: 45px;

    max-width: 100%;
  }
}

.single-shoppable .shoppable-content a {
  font-size: 14px;
  line-height: 40px;

  display: inline-block;

  width: 40px;
  height: 40px;
  margin-top: 30px;

  text-align: center;

  color: #333333;
  border: 1px solid #c7c2b8;
  border-radius: 100%;
  background-color: transparent;
}

.single-shoppable .shoppable-content a:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.single-shoppable .shoppable-content--playicon {
  position: absolute;
  top: 50%;
  left: 50%;

  max-width: 800px;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-shoppable .shoppable-content--playicon a {
  width: auto;
  height: auto;
  margin-top: 0;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  border: none;
}

@media only screen and (max-width: 479px) {
  .single-shoppable .shoppable-content--playicon a {
    width: 50px;
    height: 50px;
  }
}

.single-shoppable .shoppable-content--playicon a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);

  background: none;
}

.single-shoppable .cloth-tag {
  position: absolute;
  top: 0;

  width: 100%;
  max-width: 400px;
}

.single-shoppable .cloth-tag__icon {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;

  display: inline-block;

  width: 25px;
  height: 25px;
  margin-left: -12.5px;

  cursor: pointer;
  text-align: center;

  color: #333333;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.single-shoppable .cloth-tag__icon:hover {
  color: #ffffff;
  background-color: #d3122a;
}

.single-shoppable .cloth-tag__icon.active {
  color: #ffffff;
  background-color: #d3122a;
}

.single-shoppable .cloth-tag__content {
  position: absolute;
  z-index: 5;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;

  min-width: 300px;
  max-width: 500px;
  margin-top: 20px;
  padding: 15px;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-color: #fff;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.single-shoppable .cloth-tag__content.active {
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
}

.single-shoppable .cloth-tag__content__image {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.single-shoppable .cloth-tag__content__content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);

  padding-left: 30px;
}

.single-shoppable .cloth-tag__content__content h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.single-shoppable .cloth-tag__content__content p.price {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;

  color: #333333;
}

.single-shoppable .cloth-tag__content__content p.price .discounted {
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;

  padding-right: 10px;

  text-decoration: line-through;

  color: #9b9b9b;
}

/*=====  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;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;

  top: 50%;

  -webkit-transform: rotate(-90deg) translateY(-50%);
      -ms-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
  text-align: center;
  letter-spacing: 1px;
}

@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 {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.about-video-bg-area .play-icon a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.about-video-bg-area h1 {
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  line-height: 50px;

  text-align: center;
  letter-spacing: 12px;

  color: #ffffff;
}

/*----------  about page text  ----------*/
.about-page-text {
  font-size: 15px;
  line-height: 26px;

  letter-spacing: 0.5px;

  color: #7e7e7e;
}

/*----------  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;
  font-weight: 500;
  line-height: 24px;

  margin-bottom: 20px;

  color: #333;
}

.about-single-block h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 48px;

  margin-bottom: 30px;

  color: #333;
}

.about-single-block a {
  font-size: 14px;
  font-weight: 500;

  letter-spacing: 1px;

  color: #333;
  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-family: "Spectral", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;

  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 440px;
  max-width: 100%;
  margin-bottom: 40px;
}

.video-icon-content__icon-content-wrapper .single-icon-content__icon {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.video-icon-content__icon-content-wrapper .single-icon-content__content {
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
}

.video-icon-content__icon-content-wrapper .single-icon-content__content .title {
  font-family: "Spectral", serif;
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;

  margin-bottom: 25px;

  color: #333;
}

@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 {
  padding: 140px 190px;

  text-align: center;

  background-color: #f0ddd6;
}

@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-family: "Spectral", serif;
  font-size: 40px;
  line-height: 1.5;

  margin-bottom: 35px;

  color: #333;
}

@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-family: "Spectral", serif;
  font-size: 18px;
  line-height: 2;

  color: #7e7e7e;
}

.about-bg-content__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;

  position: relative;

  padding-bottom: 3px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  color: #333;
}

.about-bg-content__link:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  opacity: 0.2;
  background-color: #333;
}

.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;
  font-weight: 500;
  line-height: 24px;

  color: #333;
}

.lezada-widget .widget-content {
  font-size: 15px;
  line-height: 26px;

  margin-bottom: 0;

  color: #7e7e7e;
}

/*=====  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.multi-testimonial-single-item__author-info .image {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;

  width: 80px;
  height: 80px;
}

.multi-testimonial-single-item__author-info .image img {
  width: 100%;

  border-radius: 500px;
}

.multi-testimonial-single-item__author-info .content {
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px);

  margin-top: 10px;
  padding-left: 25px;
}

.multi-testimonial-single-item__author-info .content .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;

  margin-bottom: 0;

  color: #333;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .single-testimonial-single-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.single-testimonial-single-item__image {
  -ms-flex-preferred-size: 300px;
  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 {
  -ms-flex-preferred-size: calc(100% - 300px);
  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;
  font-weight: 300;
  line-height: 40px;

  color: #333;
}

.single-testimonial-single-item__content .client-info .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;

  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 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  padding: 0 100px;

  color: #ffffff;
}

@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;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;

  margin-bottom: 30px;

  letter-spacing: 2px;

  color: rgba(51, 51, 51, 0.35);
}

.brand-carousel-content__text {
  font-family: "Spectral", serif;
  font-size: 32px;
  font-weight: 200;
  font-style: italic;
  line-height: 1.3;

  width: 730px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;

  color: #333;
}

@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-"] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

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

    max-width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-is-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
        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 {
  font-size: 48px;
  line-height: 64px;

  color: #ccc;
  border: none;
}

@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 {
  width: 100%;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.single-banner--hoverzoom > a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          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;
  font-weight: 400;
  line-height: 28px;

  display: block;

  color: #333333;
}

.single-banner--hoverzoom > a .banner-content--product-type .price {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;

  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;
  font-weight: 300;
  line-height: 48px;

  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;
  font-weight: 700;
  line-height: 28px;

  color: #777;
}

.single-banner--hoverzoom > a .banner-content--banner-type--top-right {
  top: 15%;
  right: 5%;

  width: 27%;
}

@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%;
  left: 10%;

  width: 30%;
}

@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-size: 34px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;

  margin-bottom: 10px;

  color: #333333;
}

@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 {
  font-size: 14px;
  font-weight: 500;

  position: relative;

  margin-top: 10px;
  padding: 0;
  padding-bottom: 3px;

  letter-spacing: 1px;
  text-transform: none;

  color: #333;
  border: none;
  background-color: transparent;
}

.single-banner--hoverzoom > a .banner-content--banner-type .lezada-button-link:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  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%;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.single-banner--hoverborder .banner-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.single-banner--hoverborder .banner-content {
  position: absolute;
  top: 50%;
  bottom: auto;

  width: 100%;
}

.single-banner--hoverborder .banner-content--middle-white {
  font-size: 37px;
  font-weight: 300;
  line-height: 48px;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

@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 {
  left: 80px;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}

@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;
  font-weight: 500;
  line-height: 48px;

  letter-spacing: 5px;
  text-transform: uppercase;

  color: #333333;
}

@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 {
  position: absolute;
  top: 20px;
  left: 20px;

  display: block;
  visibility: hidden;

  width: calc(100% - 40px);
  height: calc(100% - 40px);

  content: "";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.single-banner--hoverborder:hover:after {
  visibility: visible;

  opacity: 1;
}

.single-banner--hoverborder:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          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 {
  font-size: 18px;
  line-height: 23px;

  display: block;

  padding-bottom: 3px;

  color: #7e7e7e;
  border-bottom: 1px solid transparent;
}

.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 {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.product-side-banner--link {
  font-size: 48px;
  line-height: 56px;

  display: block;

  text-align: center;

  color: #333;
}

.product-side-banner--link:hover {
  opacity: 0.85;
  color: #333;
}

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

.banner-cta-content__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;

  margin-bottom: 40px;

  color: #ffffff;
}

.banner-cta-content__subtitle {
  font-family: "Spectral", serif;
  font-size: 40px;
  line-height: 1.4;

  margin-bottom: 40px;

  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .banner-cta-content__subtitle {
    font-size: 30px;
  }
}

.banner-cta-content__button {
  font-size: 14px;
  font-weight: 500;

  display: inline-block;

  padding: 10px 45px;

  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  color: #ffffff;
  border: 1px solid #ffffff;
}

.banner-cta-content__button:hover {
  color: #333;
  background-color: #ffffff;
}

.single-image-text-banner__media {
  height: 100%;

  background-repeat: no-repeat;
  background-size: cover;
}

@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 {
  height: 100%;
  padding: 200px 80px;

  text-align: center;
}

@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-family: "Spectral", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;

  margin-bottom: 30px;

  color: #333;
}

@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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  position: relative;

  display: inline-block;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.single-image-text-banner__content a:before {
  font-family: "Ionicons";
  font-size: 0;
  font-weight: 400;
  line-height: 0;

  display: inline-block;
  visibility: hidden;

  padding-right: 0;

  content: "\f218";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
}

.single-image-text-banner__content a:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0.2;
  background-color: #333;
}

.single-image-text-banner__content a:hover:before {
  font-size: 14px;
  line-height: 0;

  visibility: visible;

  padding-right: 8px;

  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 {
  font-size: 48px;
  line-height: 64px;

  display: inline-block;

  cursor: pointer;
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  color: #ccc;
}

@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 {
  margin: 0 30px;

  color: #ccc;
}

@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;
  font-weight: 400;
  line-height: 24px;

  padding: 0 20px;

  letter-spacing: 1px;
  text-transform: uppercase;
}

.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;
  font-weight: 500;
  line-height: 24px;

  margin-bottom: 10px;

  color: #333;
}

.fashion-home-intro p.description {
  max-width: 350px;
  margin-bottom: 30px;
}

.fashion-home-intro p.shadow-text {
  font-size: 77px;
  font-weight: 700;
  line-height: 84px;

  position: absolute;
  top: 50%;
  right: 0;

  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);

  opacity: 0.1;
  color: #333;
}

@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;

  margin-bottom: 20px;

  color: #333;
}

@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;
  font-weight: 500;
  line-height: 18px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
  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;
}

.cosmetics-home-intro p.label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;

  margin-bottom: 10px;

  color: #333;
}

.cosmetics-home-intro p.description {
  max-width: 500px;
  margin-bottom: 30px;
}

.cosmetics-home-intro p.shadow-text {
  font-size: 77px;
  font-weight: 700;
  line-height: 84px;

  position: absolute;
  top: 50%;
  right: 0;

  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);

  opacity: 0.1;
  color: #333;
}

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

.cosmetics-home-intro h2.title {
  font-size: 48px;
  line-height: 72px;

  margin-bottom: 20px;

  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cosmetics-home-intro h2.title {
    font-size: 38px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 479px) {
  .cosmetics-home-intro h2.title {
    font-size: 32px;
    line-height: 55px;
  }
}

.cosmetics-home-intro a.lezada-shop-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
  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 {
  padding: 20px 0;

  border-bottom: 1px solid #d8d8d8;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .filter-icons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/*----------  filter dropdown  ----------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filter-dropdown {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-dropdown {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .filter-dropdown {
    display: block;
  }
}

.filter-dropdown .nice-select {
  padding-right: 35px;
  padding-left: 0;

  border-top: none;
  border-right: none;
  border-bottom: 2px solid #cccccc;
  border-left: none;
  border-radius: 0;
  background-color: #ffffff;
}

.filter-dropdown .nice-select.open .list {
  z-index: 99;

  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  pointer-events: auto;

  opacity: 1;
}

.filter-dropdown .nice-select .list {
  margin: 0;
  padding: 10px;

  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          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: #ccc;
}

.grid-icons a.active {
  color: #333;
}

.grid-icons a:hover {
  color: #333;
}

/*----------  advance filter icon  ----------*/
.advance-filter-icon a {
  font-weight: 500;

  position: relative;

  color: #7e7e7e;
}

.advance-filter-icon a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #333;
}

.advance-filter-icon a.active {
  color: #333;
}

.advance-filter-icon a.active:after {
  right: auto;
  left: 0;

  width: 100%;
}

.advance-filter-icon a:hover {
  color: #333;
}

.advance-filter-icon a:hover:after {
  right: auto;
  left: 0;

  width: 100%;
}

/*----------  shop advance filter area  ----------*/
.shop-advance-filter-area {
  display: none;

  background-color: #f9f9f9;
}

/*----------  single filter widget  ----------*/
.single-filter-widget--title {
  font-size: 24px;
  line-height: 26px;

  margin-bottom: 30px;

  color: #333;
}

.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 {
  position: relative;

  color: #999;
}

.single-filter-widget--list li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #333;
}

.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 {
  right: auto;
  left: 0;

  width: 100%;
}

.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 {
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;

  background-color: #ccc;
}

.single-filter-widget--list--color li {
  display: inline-block;

  margin-right: 20px;
  margin-bottom: 15px;
}

.single-filter-widget--list--color li a span.color-picker {
  line-height: 18px;

  display: inline-block;

  width: 18px;
  height: 18px;

  vertical-align: top;

  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 {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          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 {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(0, 0, 0, 0.3);
          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-bottom: 10px;
  padding-left: 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 {
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;

  background-color: #ccc;
}

/*----------  search widget   ----------*/
.search-widget {
  position: relative;
}

.search-widget input {
  font-size: 14px;
  line-height: 19px;

  width: 100%;
  height: 40px;
  margin: 0;
  padding-right: 20px;
  padding-left: 0;

  border: none;
  border-bottom: 2px solid #cccccc;
  background: transparent;
  background-clip: padding-box;
}

.search-widget input:hover {
  border-color: #333;
}

.search-widget button {
  position: absolute;
  top: 0;
  right: 0;

  padding: 0;

  border: none;
  background-color: transparent !important;
}

.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;

  margin-bottom: 30px;

  color: #333;
}

.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 {
  position: relative;

  color: #999;
}

.single-sidebar-widget--list li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;

  background-color: #333;
}

.single-sidebar-widget--list li a.active {
  color: #333;
}

.single-sidebar-widget--list li a:hover {
  color: #333;
}

.single-sidebar-widget--list li a:hover:after {
  right: auto;
  left: 0;

  width: 100%;
}

.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-bottom: 10px;
  padding-left: 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 {
  -webkit-transition: 0s;
       -o-transition: 0s;
          transition: 0s;

  background-color: #ccc;
}

/*----------  sidebar widget product  ----------*/
.widget-product-wrapper .single-widget-product-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #eeeeee;
}

.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 {
  margin-bottom: 0;
  padding-bottom: 0;

  border: none;
}

/*----------  tag style  ----------*/
.tag-container a {
  font-size: 15px !important;

  position: relative;

  display: inline-block;

  color: #7e7e7e;
}

.tag-container a:before {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: calc(100% - 18px);
  height: 1px;

  content: "";
  -webkit-transition: opacity 0.5s ease;
       -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease;

  opacity: 0;
  background-color: #333333;
}

.tag-container a:after {
  display: inline-block;

  margin: 0 5px;

  content: "/";

  color: #999999;
}

.tag-container a:hover:before {
  opacity: 0.2;
}

/*----------  price filter  ----------*/
.sidebar-price #price-range {
  position: relative;

  width: 96%;
  height: 7px;
  margin: 7px 0;

  border-radius: 50px;
  background-color: #2c2c2c;
}

.sidebar-price #price-range .ui-slider-range {
  position: absolute;
  top: 0;

  height: 100%;

  background-color: #333;
}

.sidebar-price #price-range .ui-slider-handle {
  position: absolute;
  top: -5px;

  display: block;

  width: 17px;
  height: 17px;

  -webkit-transition: none;
       -o-transition: none;
          transition: none;

  border-radius: 50px;
  background-color: #333;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.15);
}

.sidebar-price input {
  font-size: 14px;
  font-weight: 500;

  color: #777;
  border: none;
}

@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 {
  font-size: 14px;
  font-weight: 600;

  float: right;

  text-transform: uppercase;

  color: #333333;
}

/*----------  grid change  ----------*/
.shop-product-wrap {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.shop-product-wrap [class*="col"],
.shop-product-wrap [class*="col-"] {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.shop-product-wrap.list [class*="col"],
.shop-product-wrap.list [class*="col-"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;

  width: 100%;
  max-width: 100%;

  -webkit-transition: 0.8s;
       -o-transition: 0.8s;
          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 {
  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;

  margin-right: 10px;

  color: #ababab;
}

.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 {
  font-size: 34px;
}

.shop-product__price .main-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.shop-product__price .main-price.discounted {
  font-size: 15px;

  margin-right: 10px;

  text-decoration: line-through;

  color: #aaa;
}

.shop-product__price .discounted-price {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.shop-product__short-desc {
  font-size: 15px;
  line-height: 24px;
}

.shop-product__buttons .lezada-compare-button {
  font-size: 0;
  line-height: 40px;

  display: inline-block;

  width: 44px;
  height: 44px;

  text-align: center;

  border: 1px solid #d8d8d8;
}

.shop-product__buttons .lezada-compare-button i {
  font-size: 20px;
  line-height: 40px;

  color: #ababab;
}

.shop-product__buttons .lezada-compare-button:hover {
  border-color: #333;
  background-color: #333;
}

.shop-product__buttons .lezada-compare-button:hover i {
  color: #fff;
}

.shop-product__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.shop-product__block__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;

  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;

  color: #333;
}

@media only screen and (max-width: 479px) {
  .shop-product__block__title {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}

.shop-product__block__value .shop-product-size-list .single-size {
  font-size: 24px;
  line-height: 24px;

  margin-right: 35px;

  cursor: pointer;

  color: #ababab;
}

@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 {
  width: 24px;
  height: 24px;
}

.shop-product__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.shop-product__brands a {
  display: block;
}

.shop-product__description-tab {
  border-top: 1px solid #ededed;
}

.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 {
  font-size: 16px;

  width: 100%;
  max-width: 550px;
  margin: 0 auto;

  border-bottom: 1px solid #ededed;
}

.shop-product__additional-info .shop-attributes th {
  font-size: 14px;
  font-weight: 500;

  padding-top: 10px;
  padding-bottom: 10px;

  color: #333333;
  border-top: 1px solid #ededed;
}

.shop-product__additional-info .shop-attributes td {
  font-size: 14px;

  padding: 6px 10px 6px 0;
  padding-top: 10px;
  padding-bottom: 10px;

  text-align: center;

  border-top: 1px solid #ededed;
}

.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;
  font-weight: 400;
  line-height: 28px;

  text-align: center;

  color: #333;
}

.shop-product .lezada-form--review .rating-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;

  letter-spacing: 1px;
  text-transform: uppercase;

  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;
  z-index: 3;
  top: 20px;
  right: 20px;
}

.shop-product .shop-product__big-image-gallery-wrapper .shop-product-rightside-icons span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shop-product__variation-image__title a {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;

  color: #7e7e7e;
}

.shop-product__variation-image__title a:hover {
  color: #333;
}

.shop-product__variation-image .single-image {
  position: relative;

  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .shop-product__variation-image .single-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.shop-product__variation-image .single-image:before {
  position: absolute;
  top: 0;
  left: 0;

  visibility: hideen;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
  background-color: #000;
}

.shop-product__variation-image .single-image:after {
  position: absolute;
  top: 50%;
  left: 22%;

  width: 0;
  height: 1px;

  content: "";
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  background-color: #ffffff;
}

.shop-product__variation-image .single-image .image-meta {
  font-size: 12px;
  font-weight: 600;

  position: absolute;
  top: 50%;
  left: 50%;

  visibility: hidden;

  width: 100%;

  -webkit-transform: translate(-55%, -50%);
      -ms-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  text-align: center;
  text-transform: uppercase;

  opacity: 0;
  color: #ffffff;
}

.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;

  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  opacity: 1;
}

.shop-product__extra-info-area {
  background-color: #eee;
}

.shop-product__extra-info table {
  font-size: 14px;
  line-height: 2;

  border-spacing: 0;
  border-collapse: collapse;

  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 40px;
  padding-bottom: 40px;

  border-bottom: 1px solid #e8e8e8;
}

.single-review__image {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
}

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

.single-review__content {
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);

  padding-left: 30px;
}

.single-review__content .username {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.single-review__content .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;

  padding-left: 20px;

  color: #777;
}

.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 {
  padding: 60px 50px;

  background-color: #f7f7f7;
}

@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;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.login-form--register label span {
  color: #ff0000;
}

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

  color: #333;
}

.reset-pass-link {
  font-size: 15px;
  line-height: 24px;

  display: block;

  margin-top: 20px;

  color: #333;
}

.reset-pass-link:hover {
  color: #333;
}

.myaccount-tab-menu a {
  font-size: 13px;
  font-weight: 400;

  display: inline-block;
  float: left;

  margin: 0 5px 0 0;
  padding: 7px 10px;

  text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
  margin: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  .myaccount-tab-menu a {
    margin: 0 5px 5px 0;
    padding: 4px 6px;
  }
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  color: #ffffff;
  border-color: #333;
  background-color: #333;
}

#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;

  border: 1px solid #eeeeee;
}

@media only screen and (max-width: 767px) {
  .myaccount-content {
    padding: 20px 15px;
  }
}

.myaccount-content .form {
  margin-top: -20px;
}

.myaccount-content h3 {
  font-size: 20px;
  font-weight: 600;

  margin-bottom: 25px;
  padding-bottom: 10px;

  border-bottom: 1px dashed #ccc;
}

.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;
  font-weight: 600;

  margin-bottom: 20px;
  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;

  display: block;

  margin: 0 0 5px;

  text-transform: capitalize;
}

.myaccount-content .account-details-form .single-input-item input {
  font-size: 13px;

  width: 100%;
  height: 50px;
  padding: 2px 20px;

  color: #1f2226;
  border: 1px solid #e8e8e8;
  background-color: transparent;
}

.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #343538;
}

.myaccount-content .account-details-form .single-input-item button {
  font-size: 13px;
  font-weight: 600;

  padding: 9px 25px;

  text-transform: uppercase;

  color: #fff;
  border: none;
  background-color: #333;
}

.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #1f2226;
}

.myaccount-table {
  font-size: 14px;

  white-space: nowrap;
}

.myaccount-table table th,
.myaccount-table .table th {
  font-weight: 600;

  padding: 10px;

  color: #1f2226;
  border-color: #ccc;
  border-bottom: 0;
  background-color: #f8f8f8;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;

  vertical-align: middle;

  border-color: #ccc;
}

.saved-message {
  font-size: 14px;

  padding: 20px 0;

  color: #333;
  border-top: 3px solid #333;
  background-color: #fff;
}

/*=====  End of 28. My account  ======*/
/*=============================================
=            29. Cart and wishlist            =
=============================================*/
.cart-table {
  width: 100%;

  border: 1px solid #e7e7e7;
}

@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;

    padding: 30px 0;

    text-align: center;

    border: 1px solid #ededed;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table tr {
    position: relative;

    display: block;

    padding: 30px 0;

    text-align: center;

    border: 1px solid #ededed;
  }
}

.cart-table th {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  padding: 16px 12px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #222222;
  background-color: transparent;
}

.cart-table th:first-of-type {
  padding-left: 25px;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td {
    display: block;

    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;

    text-align: center;

    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table td {
    display: block;

    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;

    text-align: center;

    border: none;
  }
}

.cart-table td.product-thumbnail {
  width: 115px;
}

.cart-table td.product-name a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;

  display: block;

  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 {
  line-height: 22px;

  display: block;
  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;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.cart-table td.total-price {
  clear: left;
}

.cart-table td.total-price .price {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

@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: 0;
    right: 10px;

    width: auto !important;
  }
}

.cart-table td.product-remove a {
  font-size: 0;

  display: block;

  width: 45px;
  height: 45px;

  text-align: center;

  color: #ababab;
  border: 2px solid #e6e6e6;
}

.cart-table td.product-remove a i {
  font-size: 20px;
  line-height: 41px;
}

.cart-table td.product-remove a:hover {
  color: #c61932;
  border-color: #c61932;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table td.product-remove a {
    width: auto;
    height: auto;

    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table td.product-remove a {
    width: auto;
    height: auto;

    border: none;
  }
}

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

.cart-calculation-area {
  padding: 40px;

  background-color: #f7f7f7;
}

.cart-calculation-area h2 {
  font-size: 34px;
  font-weight: 400;

  margin-top: 0;

  text-align: center;
}

.cart-calculation-table {
  width: 100%;
}

.cart-calculation-table th {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  padding: 16px 12px;
  padding-left: 10px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #222222;
  background-color: transparent;
}

.cart-calculation-table td {
  padding-left: 10px !important;

  text-align: right;
}

.cart-calculation-table td.subtotal {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.cart-calculation-table td.total {
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;

  color: #333;
}

/*=====  End of 29. Cart and wishlist  ======*/
/*=============================================
=            30. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;

  margin-bottom: 30px;

  text-decoration: underline;
  text-transform: capitalize;
}

/*-- Checkout Form --*/
.checkout-form label {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.checkout-form .nice-select {
  font-size: 14px;
  line-height: 23px;

  width: 100%;
  height: 45px;
  margin-bottom: 15px;
  padding: 10px 20px;

  color: #777777;
  border: none;
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
  background-color: #ffffff;
}

.checkout-form .nice-select::after {
  right: 20px;

  width: 6px;
  height: 6px;

  border-width: 1px;
  border-color: #777777;
}

.checkout-form .nice-select .current {
  line-height: 23px;

  display: block;

  color: #777777;
}

.checkout-form .nice-select .list {
  width: 100%;
}

.checkout-form .nice-select:hover {
  border-color: #333;
}

.checkout-form input {
  font-size: 14px;
  line-height: 23px;

  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;

  color: #777777;
  border: 1px solid #999999;
  border-radius: 0;
  background-color: #ffffff;
}

.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 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  position: relative;

  margin: 0;
  padding-left: 30px;

  color: #333333;
}

.checkout-form .check-box input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;

  border: 2px solid #999999;
}

.checkout-form .check-box input[type="checkbox"] + label::after {
  font-family: Fontawesome;
  font-size: 12px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;

  content: "\f00c";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  text-align: center;

  opacity: 0;
  color: #333333;
}

.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 {
  padding: 45px;

  background-color: #f2f2f2;
}

@media only screen and (max-width: 575px) {
  .checkout-cart-total {
    padding: 30px;
  }
}

.checkout-cart-total h4 {
  font-weight: 700;
  line-height: 23px;

  -ms-flex-preferred-size: 18px;
  flex-basis: 18px;
}

.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 {
  display: block;
  float: right;
}

.checkout-cart-total ul {
  border-bottom: 1px solid #999999;
}

.checkout-cart-total ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;

  display: block;

  margin-bottom: 16px;

  color: #777777;
}

.checkout-cart-total ul li span {
  float: right;

  color: #333333;
}

.checkout-cart-total p {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;

  margin: 0;
  padding: 10px 0;

  color: #505050;
  border-bottom: 1px solid #999999;
}

.checkout-cart-total p span {
  float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
  padding: 45px;

  background-color: #f2f2f2;
}

@media only screen and (max-width: 575px) {
  .checkout-payment-method {
    padding: 30px;
  }
}

/*-- Single Payment Method --*/
.single-method {
  margin-bottom: 20px;
}

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

.single-method input[type="radio"] {
  display: none;
}

.single-method input[type="radio"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  position: relative;

  margin: 0;
  padding-left: 30px;

  color: #333333;
}

.single-method input[type="radio"] + label::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 20px;
  height: 20px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;

  border: 2px solid #999999;
}

.single-method input[type="radio"] + label::after {
  position: absolute;
  top: 5px;
  left: 5px;

  display: block;

  width: 10px;
  height: 10px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  text-align: center;

  opacity: 0;
  background-color: #333333;
}

.single-method input[type="radio"]:checked + label::before {
  border: 2px solid #333333;
}

.single-method input[type="radio"]:checked + label::after {
  opacity: 1;
}

.single-method input[type="checkbox"] {
  display: none;
}

.single-method input[type="checkbox"] + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;

  position: relative;

  margin: 0;
  padding-left: 30px;

  color: #777777;
}

.single-method input[type="checkbox"] + label::before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 16px;
  height: 16px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;

  border: 2px solid #999999;
}

.single-method input[type="checkbox"] + label::after {
  position: absolute;
  top: 4px;
  left: 4px;

  display: block;

  width: 8px;
  height: 8px;

  content: "";
  -webkit-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  text-align: center;

  opacity: 0;
  background-color: #333333;
}

.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 {
  font-size: 14px;
  line-height: 23px;

  display: none;

  margin-top: 8px;

  color: #777777;
}

/*-- Place Order --*/
.place-order {
  font-weight: 400;
  line-height: 24px;

  float: left;

  width: 140px;
  height: 36px;
  margin-top: 40px;
  padding: 6px 20px;

  text-transform: uppercase;

  color: #ffffff;
  border: none;
  background-color: #333333;
}

.place-order:hover {
  background-color: #fff;
}

/*=====  End of 30. Checkout  ======*/
/*=============================================
=            31. 404 page            =
=============================================*/
.nothing-found-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 100vh;
}

.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;
  font-weight: 600;
  line-height: 24px;

  letter-spacing: 4px;

  color: #696969;
}

@media only screen and (max-width: 479px) {
  .nothing-found-content p {
    text-align: center;
  }
}

.nothing-found-content p a {
  font-weight: 500;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
  border-bottom: 1px solid #333;
}

.nothing-found-content p a:hover {
  color: #d3122a;
}

/*=====  End of 31. 404 page  ======*/
/*=============================================
=            32. Coming soon            =
=============================================*/
.coming-soon-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  height: 100vh;
}

.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 {
  width: 100%;
  padding: 10px 0;
  padding-right: 40px;

  border: none;
  border-bottom: 2px solid #cccccc;
  background: none;
}

.coming-soon-subscribe-form input:focus {
  border-bottom-color: #333;
}

.coming-soon-subscribe-form ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.coming-soon-subscribe-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.coming-soon-subscribe-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.coming-soon-subscribe-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.coming-soon-subscribe-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* 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 {
  font-size: 14px;

  position: absolute;
  top: 50%;
  right: 0;

  padding: 0;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #333;
  border: none;
  background: none;
}

.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 {
  border-bottom: none;
  background-color: transparent;
}

.single-faq .card-header h5 button {
  font-size: 24px;
  line-height: 30px;

  padding-left: 0;

  text-align: left;
  white-space: normal;

  color: #333;

  overflow-wrap: break-word;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.cta-title h2 {
  font-size: 35px;
  line-height: 38px;

  color: #fff;
}

@media only screen and (max-width: 767px) {
  .cta-title h2 {
    margin-bottom: 30px;

    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .cta-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

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

.lezada-cta-button:hover {
  color: #fff !important;
  border-color: #333;
  background-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-family: "Spectral", serif;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;

  margin-bottom: 30px;

  color: #ffffff;
}

.background-cta-content__title {
  font-family: "Spectral", serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.5;

  margin-bottom: 30px;

  color: #ffffff;
}

@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 {
  font-weight: 500;

  padding: 10px 50px;

  letter-spacing: 1px;

  color: #333;
  background-color: #ffffff;
}

.background-cta-content__btn:hover {
  color: #fff;
  background-color: #e65e46;
}

/*=====  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.single-icon-box--feature-icon {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.single-icon-box--feature-icon .icon-box-icon {
  font-size: 30px;

  color: #cccccc;
}

.single-icon-box--feature-icon .icon-box-icon--green {
  color: #98d8ca;
}

.single-icon-box--feature-icon .icon-box-content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

  letter-spacing: 1px;

  color: #222222;
}

.single-icon-box--feature-icon .icon-box-content .content {
  font-size: 15px;
  line-height: 1.6;

  margin-top: 15px;

  color: #878787;
}

.single-icon-box--grey-center-iconbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;

  text-align: center;
}

.single-icon-box--grey-center-iconbox .icon-box-icon {
  font-size: 56px;

  margin-bottom: 30px;

  color: #cccccc;
}

.single-icon-box--grey-center-iconbox .icon-box-content {
  padding-left: 0;
}

.single-icon-box--grey-center-iconbox .icon-box-content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

  letter-spacing: 1px;

  color: #222222;
}

.single-icon-box--grey-center-iconbox .icon-box-content p {
  font-size: 15px;
  line-height: 1.6;

  margin-top: 15px;

  color: #878787;
}

.single-icon-box--color-center-iconbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;

  min-height: 300px;
  padding-top: 70px;

  text-align: center;
}

.single-icon-box--color-center-iconbox .icon-box-icon {
  font-size: 56px;

  margin-bottom: 30px;

  color: #cccccc;
}

.single-icon-box--color-center-iconbox .icon-box-content {
  padding-left: 0;
}

.single-icon-box--color-center-iconbox .icon-box-content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;

  letter-spacing: 1px;

  color: #222222;
}

.single-icon-box--color-center-iconbox .icon-box-content p {
  font-size: 15px;
  line-height: 1.6;

  margin-top: 15px;

  color: #878787;
}

.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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;

  margin-bottom: 10px;

  letter-spacing: 1px;

  color: #333333;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .group-map-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.single-map {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

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

@media only screen and (max-width: 767px) {
  .single-map {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*=====  End of 37. Google map  ======*/
/*=============================================
=            38. Team            =
=============================================*/
.single-team-member:hover .member-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          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 {
  top: auto;
  bottom: 25px;
  left: 20px;

  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.single-team-member--style-square .member-caption {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 0;

  visibility: hidden;

  width: 100%;
  padding: 20px 40px;

  -webkit-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
  text-align: left;

  opacity: 0;
  color: #fff;
}

.single-team-member--style-square .member-caption .name {
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;

  margin: 17px 0;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #fff;
}

@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 {
  display: inline-block;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.single-team-member--style-square:hover .member-caption {
  visibility: visible;

  opacity: 1;
}

.single-team-member--style-square:hover .member-caption .name {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.single-team-member--style-square:hover .member-caption .subtext {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.member-image {
  position: relative;

  overflow: hidden;

  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;

  border-radius: 100%;
}

.member-image img {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  border-radius: 100%;
}

.member-image:after {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  visibility: hidden;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;

  opacity: 0;
  border-radius: 100%;
  background: rgba(51, 51, 51, 0.7);
}

.social-inside {
  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;
}

.social-list {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;

  visibility: hidden;

  width: 100%;

  -webkit-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  opacity: 0;
}

.social-list li {
  font-size: 20px;

  display: inline-block;

  margin: 0 15px;

  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 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;

  margin: 10px 0;
  margin-bottom: 8px;
}

.member-caption .subtext {
  font-size: 16px;
  line-height: 16px;

  overflow: hidden;

  height: 28px;
  margin: 0;

  -webkit-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  letter-spacing: 0.03em;
}

/*=====  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 {
  font-size: 70px;

  color: #ffffff;
}

.mc-newsletter-content .title h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;

  letter-spacing: 1px;

  color: #ffffff;
}

@media only screen and (max-width: 479px) {
  .mc-newsletter-content .title h3 {
    font-size: 30px;
  }
}

.mc-newsletter-content .title p {
  font-size: 15px;
  line-height: 1.6;

  margin-top: 15px;

  color: #ffffff;
}

@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 {
  font-size: 150px;

  color: rgba(34, 34, 34, 0.1);
}

.mc-newsletter-content--big-icon .title h3 {
  font-size: 40px;

  color: #222222;
}

.mc-newsletter-content--big-icon .title p {
  font-size: 15px;

  color: #999999;
}

.mc-newsletter-content--big-icon .mc-newsletter-form input {
  color: #333333;
  border-bottom-color: #cccccc;
}

.mc-newsletter-content--big-icon .mc-newsletter-form input:focus {
  border-bottom-color: #ccc;
}

.mc-newsletter-content--big-icon .mc-newsletter-form ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.mc-newsletter-content--big-icon .mc-newsletter-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.mc-newsletter-content--big-icon .mc-newsletter-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.mc-newsletter-content--big-icon .mc-newsletter-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* Firefox */
}

.mc-newsletter-content--big-icon .mc-newsletter-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  /* 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 {
  font-size: 35px;

  color: #ffffff;
}

/*----------  subscription .form   ----------*/
.mc-newsletter-form {
  position: relative;

  width: 100%;
  max-width: 500px;
  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 {
  width: 100%;
  padding: 10px 0;
  padding-right: 40px;

  color: #fff;
  border: none;
  border-bottom: 2px solid #fff;
  background: none;
}

.mc-newsletter-form input:focus {
  border-bottom-color: #fff;
}

.mc-newsletter-form ::-webkit-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.mc-newsletter-form ::-moz-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.mc-newsletter-form :-ms-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.mc-newsletter-form ::-ms-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.mc-newsletter-form ::placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* 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 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;

  position: absolute;
  top: 50%;
  right: 0;

  padding: 0;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 1px;

  color: #fff;
  border: none;
  background: none;
}

@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 {
  color: #333;
  border-bottom: 2px solid #ccc;
}

.mc-newsletter-form--popup input:focus {
  border-bottom-color: #ccc;
}

.mc-newsletter-form--popup ::-webkit-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  /* Firefox */
}

.mc-newsletter-form--popup ::-moz-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  /* Firefox */
}

.mc-newsletter-form--popup :-ms-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  /* Firefox */
}

.mc-newsletter-form--popup ::-ms-input-placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  /* Firefox */
}

.mc-newsletter-form--popup ::placeholder {
  opacity: 0.5;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  /* 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 {
  text-decoration: underline;

  color: #fff;
}

/*----------  newsletter popup style  ----------*/
.newsletter-overlay-inactive .newsletter-content {
  visibility: hidden;

  -webkit-animation-name: "fadeOut";
          animation-name: "fadeOut";

  opacity: 0;
}

.newsletter-content {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;

  visibility: hidden;

  width: 100%;
  max-width: 870px;
  padding: 50px 60px 70px 400px;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translate(-150%, -50%);
      -ms-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);

  opacity: 0;
}

@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;

  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  opacity: 1;
}

.newsletter-content.hide-popup {
  visibility: hidden;

  opacity: 0;
}

.newsletter-content h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;

  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;
}

.newsletter-content .close-icon a {
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;
}

.newsletter-content .close-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.newsletter-content .close-icon 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 ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.dark-bg .subscription-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.dark-bg .subscription-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.dark-bg .subscription-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.dark-bg .subscription-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* 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 ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.blue-bg .subscription-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.blue-bg .subscription-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.blue-bg .subscription-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* Firefox */
}

.footer-container.footer-one.blue-bg .subscription-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  /* 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 {
  -ms-flex-preferred-size: 17.5%;
  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 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.footer-container.footer-one .col:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  max-width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-one .col:last-child {
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;

    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-one .col:last-child {
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;

    max-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-one .col:last-child {
    -webkit-box-flex: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;

    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-one .col:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 100%;
  }
}

.footer-container.footer-two {
  background-color: #f8f8f8;
}

.footer-container.footer-two .col {
  -ms-flex-preferred-size: 13.33%;
  flex-basis: 13.33%;

  margin-bottom: 50px;
}

.footer-container.footer-two .col:first-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  max-width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(2) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:nth-child(4) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.footer-container.footer-two .col:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;

  max-width: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-container.footer-two .col:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-container.footer-two .col:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-container.footer-two .col:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-container.footer-two .col:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;

    max-width: 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;

  margin-bottom: 30px;

  color: #333;
}

.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 {
  margin-bottom: 30px;

  color: #696969;
}

.footer-single-widget p.footer-phone {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;

  margin-bottom: 75px;

  color: #333;
}

/*----------  footer navigation style  ----------*/
.footer-nav-container nav ul li {
  padding: 10px 0;
}

.footer-nav-container nav ul li a {
  font-size: 15px;
  line-height: 20px;

  position: relative;

  color: #999999;
}

.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;

  visibility: hidden;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0;
  background-color: #d1d1d1;
}

.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 {
  line-height: 1;

  display: inline-block;

  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-nav-container--horizontal nav ul li a {
  font-size: 14px;
  line-height: 18px;

  color: #7e7e7e;
}

.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 {
  display: inline-block;

  padding-left: 30px;
}

.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;

  margin-bottom: 30px;

  color: #333;
}

.footer-subscription-widget .subscription-subtitle {
  margin-bottom: 35px;
}

.footer-subscription-widget .subscription-form {
  position: relative;
}

.footer-subscription-widget .subscription-form input {
  width: 100%;
  padding: 10px 0;
  padding-right: 40px;

  border: none;
  border-bottom: 2px solid #cccccc;
  background: none;
}

.footer-subscription-widget .subscription-form input:focus {
  border-bottom-color: #333;
}

.footer-subscription-widget .subscription-form ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* 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 {
  font-size: 35px;

  position: absolute;
  top: 50%;
  right: 0;

  padding: 0;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  color: #cccccc;
  border: none;
  background: none;
}

.footer-subscription-widget .subscription-form button:hover {
  color: #333;
}

.footer-subscription-widget .mailchimp-alerts {
  position: absolute;
  bottom: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .footer-subscription-widget .mailchimp-alerts {
    bottom: -90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-subscription-widget .mailchimp-alerts {
    bottom: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-subscription-widget .mailchimp-alerts {
    bottom: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-subscription-widget .mailchimp-alerts {
    bottom: -80px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-subscription-widget .mailchimp-alerts {
    bottom: -95px;
  }
}

.footer-subscription-widget--change-subscription-style .footer-subscription-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

.footer-subscription-widget--change-subscription-style .subscription-form button {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;

  color: #333;
}

/*----------  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer-top-single-widget {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;

  text-align: center;

  border-right: 1px solid #e7e7e7;
}

@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;
  font-weight: 600;
  line-height: 26px;

  margin-top: 25px;
  margin-bottom: 15px;

  color: #333;
}

@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;
}

.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 {
  font-size: 15px;
  font-weight: 500;

  min-width: 292px;
  margin: 0;
  padding: 10px 30px;

  color: #262626;
  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 {
  padding: 17px 15px;

  text-align: center;
  vertical-align: middle;

  border-color: #e7e7e7;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 293px;
  padding: 27px 10px 35px;

  vertical-align: bottom;
}

@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 {
  display: block;
  clear: both;

  width: 100%;
  margin: 14px 0 7px;
}

.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;

  letter-spacing: 0.5px;
  text-transform: capitalize;

  color: #333;
}

.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 {
  font-size: 16px;
  font-weight: 500;

  display: block;
  float: left;
  clear: both;

  width: 100%;
  margin-top: 5px;

  text-transform: capitalize;
}

.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 {
  display: inline-block;

  padding: 10px 20px;

  color: #fff;
  background-color: #343538;
}

.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 {
  font-size: 14px;
  line-height: 1.88;

  margin: 0;
}

.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  ======*/