/*
* 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");*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Pushster&family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:300,400,600,700%27');
@import url("fonts.css");
@import url("chocolat.css");
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Readex Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  position: relative;
  visibility: visible;
  overflow-x:hidden;
  color: #555;

  background-color: #f9f9f9;
}

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;
}
/*p {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: justify;
    line-height: 175%;
    padding: 0 0 20px;
    color: #555;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Fjalla One', sans-serif;
  font-weight: 500;

  margin-top: 0;

  color: #333333;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.7;
}

h2 {
  font-size: 1.875rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.25;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 500;
}

h6 {
  font-size: 0.055rem;
  line-height: 1.25;
}

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;
}

a{
	color:#111;
}

*:focus {
  outline: none !important;
}

a:focus {
  text-decoration: none;

  color: inherit;
  outline: none;
}

a:hover {
  color:#232e78;
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;

  list-style: outside none none;
}


/*-- 
    - Selection & Chrome Scrollbar
-----------------------------------------

::-webkit-scrollbar {
    width: 10px;
    height: 6px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #fecc00 ;
     height: 250px;
}
::selection {
    background-color: #232e78 ;
    color: #fff;
}
-webkit-::selection {
    background-color: #232e78 ;
    color: #fff;
}
::-moz-selection {
    background-color: #232e78 ;
    color: #fff;
    }---*/

    /*=== Scrollbar ===*/

    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
      background: #fff;
    }
    ::-webkit-scrollbar-thumb {
      cursor: pointer;
      background: #fecc00;
    }
    ::selection {
      background-color: #0060aa;
      color: #fff;
    }
    -webkit-::selection {
      background-color: #0060aa;
      color: #fff;
    }
    ::-moz-selection {
      background-color: #0060aa;
      color: #fff;
    }

    /*====================*/



/*-- 
    - 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: "FontAwesome";
      line-height: 40px;

      position: fixed;
      z-index: 999;
      right: 25px;
      bottom: 25px;

      display: none;

      width: 40px;
      height: 40px;

      text-align: center;

      color: #fff;
      border-radius: 50%;
      background: #005eae;
      -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    a.scroll-top:after {
      font-size: 15px;

      display: inline;

      content: "\f176";
    }

    a.scroll-top:hover {
      background-color: #000;
      color: #fff;
    }

    /*----------  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  ----------*/
    .kpghee-form form input[type="text"],
    .kpghee-form form input[type="email"],
    .kpghee-form form input[type="password"],
    .kpghee-form form textarea,
    .kpghee-form form select {
      font-size: 0.732rem;
      font-weight: 600;
      display: block;

      width: 100%;
      padding: 9.5px 5px;

      -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 #cccccc;
      /*  border-bottom: 2px solid #cccccc;*/
      background: transparent;
    }

    .kpghee-form form textarea {
      height:90px;
    }

    .iti{
      width:100%;
    }

    input.callnoinput{
      padding-left: 50px !important;
    }

    .kpghee-form form input[type="text"]:hover,
    .kpghee-form form input[type="text"]:active,
    .kpghee-form form input[type="text"]:focus,
    .kpghee-form form input[type="email"]:hover,
    .kpghee-form form input[type="email"]:active,
    .kpghee-form form input[type="email"]:focus,
    .kpghee-form form input[type="password"]:hover,
    .kpghee-form form input[type="password"]:active,
    .kpghee-form form input[type="password"]:focus,
    .kpghee-form form textarea:hover,
    .kpghee-form form textarea:active,
    .kpghee-form form textarea:focus {
      border-color: #333;
    }

    .kpghee-form form ::-webkit-input-placeholder {
      opacity: 1;
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #777;
      /* Firefox */
    }

    .kpghee-form form ::-moz-placeholder {
      opacity: 1;
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #777;
      /* Firefox */
    }

    .kpghee-form form :-ms-input-placeholder {
      opacity: 1;
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #777;
      /* Firefox */
    }

    .kpghee-form form ::-ms-input-placeholder {
      opacity: 1;
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #777;
      /* Firefox */
    }

    .kpghee-form form ::placeholder {
      opacity: 1;
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #777;
      /* Firefox */
    }

    .kpghee-form form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #777;
    }

    .kpghee-form form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #777;
    }

    .overflow-hidden {
      overflow: hidden;
    }


    /*----------  container custom style  ----------*/
   
 .container-fluid{

     max-width: 95%; 

 }


    @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-top:-25px;
      margin-right: 0 !important;
    }

/*.site-mobile-nav .dl-trigger {
  position: absolute;
  top: -25px;
  right: 0;
  }*/

  .site-mobile-nav .dl-trigger {
    position: absolute;
    top: -50px;
    right: 0px;


  }

  .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: 10px 0 0 0;
    color:#111;
    background-color: #fecc00;
    -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: 2.0;
    font-size:0.875rem;
    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: #fff;
    background-color: #0060aa;
  }

  .site-mobile-nav .dl-menu li:hover > a > img{
   filter: invert(100%);
 }


/*.site-mobile-nav .dl-menu li:hover > a i{
  color: #fff;
  background-color: #232e78;
}
*/
.site-mobile-nav .dl-menu li:hover > a::after {
  color: #fff;
}

.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: #0060aa;
}

.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: #f9f9f9;
}

.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: #666;
}
.wishlist-overlay .wishlist-overlay-content .close-icon a:hover i {
  color: #fdf21f;
}
/*----------  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: #f9f9f9;
}

@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-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.05rem;
  padding-bottom: 0.25rem;
  color:#0060aa;
  border-bottom: 1px solid #fecc00;
}

.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: #fdf21f;
}

.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 .image img{
  border:1px solid #f0f0f0;
/* -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);*/

}

.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: 0.875rem;
  line-height: 1.5;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content h5 a {
  color: #333333;

font-family: "Readex Pro", sans-serif;
}

.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: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: #777;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price.discounted {
  font-size: 0.725rem;
  line-height: 1.5;
  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: 0.725rem;
  line-height: 1.5;
/*  line-height: 22px;
*/
color: #333333;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price i.fa,
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .main-price.discounted i.fa,
.offcanvas-cart-content-container .cart-product-wrapper .cart-product-container .single-cart-product .content p .discounted-price i.fa
{
  margin: 0 0 0 2px;
}

.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;
  font-size: 0.725rem;
  font-weight: 600;
  background-color: #fecc00;
  color: #232e78;
  line-height: 2.0;
  text-align: center;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons {
  margin-top: 30px;
}

.offcanvas-cart-content-container .cart-product-wrapper .cart-buttons a {
  font-size: 0.825rem;
  /*  font-family: 'Anton', sans-serif;*/
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fdf21f;
  border: 1px solid #0060aa;
  border-radius: 0;
  background-color: #0060aa;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}

.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 {
  color: #232e78;	
  border-color: #fecc00;
  background-color: #fecc00;
}

/*----------  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: 40%;
    flex-basis: 40%;
  }
}

.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 {
  /*s*/
  font-size: 13px;
  position: static;
  color:#4d4d4d!important;
  display: inline-block;

  margin: 0 1px;

  text-align: left;

}

nav.site-nav > ul > li a {
  position: relative;
}
nav.site-nav > ul > li:after {


  content: ".";
  color: #fecc00;
  top: -21px;
  right: 17px;
  font-size: 40px;
}
nav.site-nav > ul > li:after {

  content: ".";

}

@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,
nav.site-nav > ul > li.active > a:after {
  right: auto;
  left: 0;

  width: 100%;
}

nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;

  margin-top: 10px;

  opacity: 1;
}

nav.site-nav > ul > li.menu-item-has-children > a {
  position: relative;
  right: -3px;
}

/*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: #232e78;
}*/

nav.site-nav > ul > li > a {
  font-weight: 500;

  color: #111;
}

nav.site-nav > ul > li.active > a {
 /* font-weight: 600;*/
 color:#005eae;
}

nav.site-nav > ul > li > a:hover {
  color:#005eae;
}


nav.site-nav > ul > li > a:after {
  position: absolute;
  right: 0;
  top: 25px;
  left: auto;

  width: 0;


  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

  border-bottom: 1px solid #fdf21f;
}


nav.site-nav > ul > li ul.sub-menu {
  position: absolute;
  z-index: 9999;

  visibility: hidden;

  margin-top: 0px!important;

  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;

  opacity: 0;
  border:0px solid #fdf21f;
  background-color:#fecc00;
  -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;
  padding: 6px;
  border-top:3px solid #fff;

}

nav.site-nav > ul > li ul.sub-menu li:hover {
 background-color: #0060aa;
 color: #fff;

}


nav.site-nav > ul > li ul.sub-menu li:hover img {
 filter: invert(100%);
}

nav.site-nav > ul > li ul.sub-menu li:hover a {
 color:#fff;
}

nav.site-nav > ul > li ul.single-column-menu {
/*  min-width: 280px;
  max-width: 350px;
  */
  width: 300px;	
  padding: 0px;
}

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);
}

nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu .menu-img{
	position: relative;
	max-width: 100%;
	display: block;
	height:auto;
	margin:auto;
	padding:5px;
}

nav.site-nav > ul > li.menu-item-has-children:hover .sub-menu .menu-img img{
	position: relative;
	max-width: 50px;
  height: auto;
  padding: 2px;
  /*    border: 2px solid #f7f7f7;*/
}

@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: 0.725rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
  color: #111;
}

nav.site-nav > ul > li ul.single-column-menu li a:hover {
  color: #fff;
}

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%;
  text-align: center;
  padding-left: 0;
}

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: #0060aa;
  color: #fff;
}

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-top: -80px;
    margin-right: 45px;
  }
  
  .welcomeBox img {
    margin-left: 0;
    position: relative;
  }
}

.header-right-icons .single-icon {
  margin-left: 20px;
  margin-top: 20px;

}

@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;
    }*/

 /* .header-right-icons .single-icon {
    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: 1.25rem;

  color: #232e78;

  }*/

  .header-right-icons .single-icon a {

    font-weight: 700;

  }
  .header-right-icons .single-icon a i {
    width: 22px;
    height: 30px;

    color: #222222;
    font-size: 22px;
    font-weight: 700;

  }
  .header-right-icons .single-icon a  :hover {
    color:#005eae!important;
  }

  .header-right-icons .single-icon a span.count {
    font-size: 0.550rem;
    font-weight: 600;
    line-height: 2.0;
    position: absolute;
    top: -5px;
    right: -10px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #111;
    border-radius: 50%;
    background-color: #fecc00;
  }

  /* 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: 0px 12px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 12px 5px -5px rgba(0,0,0,0.75);
box-shadow: 0px 12px 5px -5px rgba(0,0,0,0.75);
background-color: #f9f9f9;*/
}
.header-wide-topbar1 {


  border-bottom: 1px solid #efefef;

  background-color: #f9f9f9;
}
.header-wide-topbar:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0px!important;
  width: 300px!important;

  height: 10px;
  display: block;
  background-color: #fecc00;
  z-index: 991;
}



.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: 0.97rem;
}

.top-newsletter-subscription a:hover {
  color: #333333;
}

.order-online-text {
  font-size: 0.750rem;
  line-height: 1.0;
  font-weight: 	500;
}

.order-online-text a {
/*  font-size: 14px;
*/  line-height: 1.2;

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: left;
    -ms-flex-pack: left;
    justify-content: left;
    align-self: 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;
  align-items: 	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 .top-social-icons ul li {
    display: inline-block;
  }

  .header-top-container .top-social-icons ul li a {
    margin: 0 10px;

    color: #333333;
  }

  .header-top-container .top-social-icons ul li:last-child a {
    /*  margin-right: 0;*/
  }

  .change-dropdown {
    position: relative;

    margin-right: 15px;
  }

  .change-dropdown > a {
    font-size: 0.825rem;

    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%;
    right:-25px;
    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, .change-dropdown ul li span {
    font-size: 0.875rem;

    display: block;

    padding: 8px 15px;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

    color: #7e7e7e;
  }

  .change-dropdown ul li a, .change-dropdown ul li span small{
   font-size: 0.725rem;
   display: block;
 }

 .change-dropdown ul li span{
   padding-top:16px;
 }	

 .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: 2.5rem;
  line-height: 1.5;
  font-family: 'Anton', sans-serif;
  margin-bottom: 20px;
  color: #333333;
}

.breadcrumb-title span {
  position: relative;
  border-bottom: 1px solid #fdf21f;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 2.15rem;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .breadcrumb-title {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 479px) {
  .breadcrumb-title {
    font-size: 1.75rem;
  }
}

.breadcrumb-list {
  line-height: 1;
}

.breadcrumb-list__item {
  font-size: 0.725rem;
  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-family: 'Anton', sans-serif;
  font-size: 48px;
  line-height: 64px;

  margin-top: -13px;
  margin-bottom: 15px;
}

.section-title h1 span{
	position: relative;
	border-bottom: 1px solid #fdf21f;
	padding-bottom: 0.25rem;
	margin-bottom: 0.75rem;
}

.section-title h2 {
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  line-height: 48px;
/*
margin-top: -13px;*/
margin-bottom: 15px;
}

.section-title h2 span{
	position: relative;
	border-bottom: 1px solid #fdf21f;
	padding-bottom: 0.25rem;
	margin-bottom: 0.75rem;
}

.section-title h3 {
  font-family: 'Anton', sans-serif;
  font-size: 1.65rem;
  line-height: 1.7;
  margin:2.5rem auto;
  display: block;
}

.section-title h3 span{
	position: relative;
	border-bottom: 1px solid #fdf21f;
	padding-bottom: 0.25rem;
	margin-bottom: 0.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 56px;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 28px;
  }

}

@media only screen and (max-width: 575px) {
  .section-title h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .section-title h2 {
    font-size: 22px;
    line-height: 26px;
  }


}

@media only screen and (max-width: 479px) {
  .section-title h1 {
    font-size: 25px;
    line-height: 41px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }

}

.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: 0.725rem;
  line-height: 1.5;
  font-weight: 400;
  margin:10px 0;
}

@media only screen and (max-width: 767px) {
  .section-title p.subtitle--trending-home {
    font-size: 0.725rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 575px) {
  .section-title p.subtitle--trending-home {
    font-size: 0.725rem;
    line-height: 1.5;
  }
}

@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--captial h1 {
  font-family: "Anton", 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: "Anton", 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: "Anton", 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);
}

.
@-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-family: 'Pushster', cursive;
  font-size: 2.00rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #232e78;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-category-text-content .title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-category-text-content .title {
    font-size: 1.65rem;
  }
}

.product-category-text-content .text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/*.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%;
    }

    .product-category-text-content .text {
      font-size: 1.0rem;
      line-height: 1.5;
      margin-bottom: 1.5rem;
    }


  }

  @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.kpghee-button {
    font-size: 12px;

    padding: 10px 20px;
  }
}

@media only screen and (max-width: 479px) {
  .decor-single-slider-content .slider-content a.kpghee-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: #777;
  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;
  }
}

.kpghee-slick-slider--fullscreen {
  position: relative;

  height: 700px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .kpghee-slick-slider--fullscreen {
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .kpghee-slick-slider--fullscreen {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .kpghee-slick-slider--fullscreen {
    height: 500px;
  }
}

@media only screen and (max-width: 479px) {
  .kpghee-slick-slider--fullscreen {
    height: 400px;
  }
}

.kpghee-slick-slider--fullscreen .slick-list,
.kpghee-slick-slider--fullscreen .slick-track,
.kpghee-slick-slider--fullscreen .slick-slide > div {
  height: 100%;
}

.kpghee-slick-slider--fullscreen .slick-active .kpghee-single-slider__content * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.kpghee-slick-slider--fullscreen .slick-active .kpghee-single-slider__content .subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.kpghee-slick-slider--fullscreen .slick-active .kpghee-single-slider__content .main-title {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.kpghee-slick-slider--fullscreen .slick-active .kpghee-single-slider__content .kpghee-button {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider {
  width: 100%;
  height: 100%;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .kpghee-slick-slider--fullscreen .kpghee-single-slider__content {
    padding: 0 15px;
  }
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .subtitle {
  font-size: 16px;
  font-weight: 600;

  margin-bottom: 33px;

  text-transform: uppercase;

  color: #ffffff;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .subtitle--black {
  color: #333;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .main-title {
  font-size: 56px;
  line-height: 71px;

  margin-bottom: 35px;

  color: #ffffff;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .main-title--black {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .kpghee-slick-slider--fullscreen .kpghee-single-slider__content .main-title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .kpghee-slick-slider--fullscreen .kpghee-single-slider__content .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .kpghee-button {
  color: #333 !important;
  border-color: #ffffff;
  background-color: #ffffff;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .kpghee-button:hover {
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: transparent;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .kpghee-button--red {
  color: #ffffff !important;
  border-color: #d3122a;
  background-color: #d3122a;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .kpghee-button--dark {
  color: #fff !important;
  border-color: #333;
  background-color: #333;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content .kpghee-button--dark:hover {
  color: #333 !important;
  border-color: #333;
  background-color: transparent;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style {
  padding-top: 100px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style {
    padding-top: 50px;
  }
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style .subtitle {
  font-family: "capital", serif;
  font-weight: 300;
  font-style: italic;

  text-transform: capitalize;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style .main-title {
  font-family: "Anton", serif;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style .kpghee-button {
  color: #ffffff !important;
  background-color: transparent;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider__content--capital-style .kpghee-button:hover {
  color: #333 !important;
  background-color: #ffffff;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider--overlay {
  position: relative;
}

.kpghee-slick-slider--fullscreen .kpghee-single-slider--overlay:before {
  position: absolute;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.4;
  background: #000000;
}

.kpghee-slick-slider--fullscreen .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) {
  .kpghee-slick-slider--fullscreen .slick-arrow {
    display: none;
  }
}

.kpghee-slick-slider--fullscreen .slick-arrow:hover {
  color: #ffffff;
  background-color: #333;
}

.kpghee-slick-slider--fullscreen .slick-arrow.slick-prev {
  right: auto;
  left: 15px;
}

.kpghee-slick-slider--fullscreen .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.kpghee-slick-slider--fullscreen .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%);
}

.kpghee-slick-slider--fullscreen .slick-dots li button {
  font-size: 0;

  width: 12px;
  height: 12px;
  margin: 0 5px;

  border: none;
  border-radius: 50%;
  background: #999;
}

.kpghee-slick-slider--fullscreen .slick-dots li.slick-active button {
  background: #fff;
}

.kpghee-slick-slider--fullscreen:hover .slick-arrow {
  visibility: visible;

  opacity: 1;
}

.kpghee-slick-slider--fullscreen:hover .slick-arrow.slick-prev {
  right: auto;
  left: 30px;
}

.kpghee-slick-slider--fullscreen:hover .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.kpghee-slick-slider--swimsuit-home {
  height: 840px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .kpghee-slick-slider--swimsuit-home {
    height: 800px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .kpghee-slick-slider--swimsuit-home {
    height: 750px;
  }
}

@media only screen and (max-width: 479px) {
  .kpghee-slick-slider--swimsuit-home {
    height: 550px;
  }
}

.kpghee-slick-slider--swimsuit-home .slick-list,
.kpghee-slick-slider--swimsuit-home .slick-track,
.kpghee-slick-slider--swimsuit-home .slick-slide > div {
  height: 100%;
}

.kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content {
  padding-right: 30px;
  padding-left: 30px;
}

.kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content .swimsuit-home {
  width: 100%;
  height: 100%;
}

.kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content .swimsuit-home .image {
  margin-bottom: 30px;
}

.kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content .swimsuit-home .image img {
  margin-right: auto;
  margin-left: auto;
}

.kpghee-slick-slider--swimsuit-home .kpghee-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) {
  .kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content .swimsuit-home .content .title {
    font-size: 25px;
  }
}

.kpghee-slick-slider--swimsuit-home .kpghee-single-slider__content .swimsuit-home .content .price {
  font-size: 17px;
  font-weight: 600;

  color: #e75e47;
}

.kpghee-slick-slider--swimsuit-home .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.kpghee-slick-slider--swimsuit-home .slick-dots li {
  display: inline-block;
}

.kpghee-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;
}

.kpghee-slick-slider--swimsuit-home .slick-dots li.slick-active button {
  opacity: 1;
}

.slider-area--transparent-header .kpghee-slick-slider--fullscreen {
  height: 900px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .slider-area--transparent-header .kpghee-slick-slider--fullscreen {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area--transparent-header .kpghee-slick-slider--fullscreen {
    height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area--transparent-header .kpghee-slick-slider--fullscreen {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-area--transparent-header .kpghee-slick-slider--fullscreen {
    height: 550px;
  }
}

@media only screen and (max-width: 479px) {
  .slider-area--transparent-header .kpghee-slick-slider--fullscreen {
    height: 500px;
  }
}

.kpghee-single-slider--cover {
  background-size: cover;
}

.kpghee-single-slider--overlay {
  position: relative;
}

.kpghee-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;
  border: 1px solid #ccc;
 /* -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 25%);*/*/
}

.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: #232e78;
}

.single-product__floating-badges span.hot {
  background-color: #222;
}

.single-product__floating-badges span.new {
  background-color: #fdf21f;
  color:#222;
}

.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;
  bottom: 10px;
  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: 10px;
  text-align: center;
  color: #222;
  background-color: #fdf21f;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}

.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 {
	font-size: 1.0rem;
  font-weight: 400;
  margin-bottom: 0.35rem;
  letter-spacing: -1px;
  color: #333;
  text-align: center;
}


.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: 0.875rem;
  font-weight: 600;
  line-height: 1;

  color: #333333;
}

.single-product__content .price .main-price {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;

  margin-right: 5px;

  color: #333333;
}

.single-product__content .price .main-price.discounted {
  font-size: 0.750rem;
  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  ----------*/
.kpghee-button {
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #0060aa;
  border-radius: 0;
  background-color: #0060aa;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  /*----------  small button style  ----------*/
  /*----------  medium button style  ----------*/
  /*----------  large button style  ----------*/
  /*----------  extra large button style  ----------*/
  /*----------  icon left style  ----------*/
}
.kpghee-button-blue {
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #005eae;;
  border-radius: 0;
  background-color: #005eae;;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  /*----------  small button style  ----------*/
  /*----------  medium button style  ----------*/
  /*----------  large button style  ----------*/
  /*----------  extra large button style  ----------*/
  /*----------  icon left style  ----------*/
}


.kpghee-button:hover {
  color: #ffffff !important;
  border-color: #fecc00;
  background-color: #fecc00;
}

.kpghee-button--small {
  font-size: 12px;

  padding: 8px 15px;
}

.kpghee-button--small--style2 {
  padding: 7px 15px;
}

.kpghee-button--medium {
  font-size: 0.750rem;

  padding: 10px 25px;
}

.kpghee-button--large {
  font-size: 1.0rem;

  padding: 12px 35px;
}

.kpghee-button--xl {
  font-size: 18px;

  padding: 20px 35px;
}

.kpghee-button--icon {
  /*----------  icon left style  ----------*/
  /*----------  icon right style  ----------*/
}

.kpghee-button--icon--left i {
  margin-right: 5px;
}

.kpghee-button--icon--right i {
  margin-left: 5px;
}

/*----------  kpghee button 2  ----------*/
.kpghee-button-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  position: relative;

  display: inline-block;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.kpghee-button-2:after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  content: "";

  opacity: 0.2;
  background-color: #333;
}

.kpghee-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;
}

.kpghee-button-2:hover {
  color: #d3122a;
}

.kpghee-button-2:hover:before {
  font-size: 14px;
  line-height: 0;

  visibility: visible;

  padding-right: 8px;

  opacity: 1;
}

/*----------  load more button  ----------*/
.kpghee-loadmore-button {
  font-weight: 500;

  letter-spacing: 1px;

  color: #333;
}

.kpghee-loadmore-button:hover {
  color: #333;
}

.kpghee-loadmore-button i {
  font-size: 16px;
  font-weight: 600;

  display: inline-block;

  padding-right: 8px;

  color: #333;
}

/*----------  shopping more button  ----------*/
.kpghee-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;
}

.kpghee-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/01.jpg");
}

.breadcrumb-bg-2 {
  background-image: url("../images/background-heading-page.webp");
}

/*----------  testimonial backgrounds  ----------*/
.testimonial-bg-1 {
  background-image: url("../images/bg-testimonials.png");
  background-repeat: no-repeat;
}

.testimonial-bg-2 {
  background-image: url("../images/testimonial.jpg");
  background-repeat: no-repeat;
}

.testimonial-bg-3 {
  background-image: url("../images/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-4 {
  background-image: url("../images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-5 {
  background-image: url("../images/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-bg-6 {
  background-image: url("../images/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/*----------  page backgrounds  ----------*/
.bg-404 {
  background-image: url("../images/404-bg.jpg");
}

.bg-coming-soon {
  background-image: url("../images/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/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/home-cat-banner-bg-1.png");
}

.single-image-text-banner-bg-two {
  background-image: url("../images/home-cat-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.kpghee-button:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}

.countdown-wrapper--white-bg a.kpghee-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: Readex Pro;
  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: Readex Pro;
  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: "Anton", 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: "Anton", 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: "Anton", 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: "Anton", 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  ----------*/
.kpghee-widget {
  /*----------  widget title  ----------*/
}

.kpghee-widget .widget-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;

  color: #333;
}

.kpghee-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: "Anton", 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 .kpghee-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 .kpghee-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 .kpghee-button-link:hover {
  color: #d3122a;
}

.single-banner--hoverzoom > a .banner-content--banner-type .kpghee-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: "Anton", 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;
    background-position: bottom left;
  }
}

.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 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.single-image-text-banner__content .text {
  /*  font-family: "Anton", serif;*/
  font-size: 30px;
  font-weight: 300;
  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: #fdf21f;
  color:#222 !important;
}

.single-image-text-banner__content--blue-bg {
  background-color: #232e78;
  color:#f9f9f9 !important;
}


.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: #999;
}

@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: 0.800rem;
  font-weight: 400;
  line-height: 1.7;

  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.kpghee-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.kpghee-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.kpghee-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.kpghee-shop-link:hover {
  border-color: #333;
}

/*=====  End of 24. cosmetics home  ======*/
/*=============================================
=            25. Shop             =
=============================================*/
.shop-page-content {
  overflow-x: hidden;
  
}
.grey {

  background-color: #f9f9f9;
}

/*----------  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: 15px;

  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     ----------*/
  /*----------  kpghee 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: 1.875rem;
  font-weight: 500;
}

.shop-product__price .main-price {
  font-size: 0.975rem;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.shop-product__price .main-price.discounted {
  font-size: 0.875rem;

  margin-right: 10px;

  text-decoration: line-through;

  color: #aaa;
}

.shop-product__price .discounted-price {
  font-size: 0.975rem;
  font-weight: 600;
  line-height: 28px;

  color: #333;
}

.shop-product__short-desc {
  font-size: 0.875rem;
  line-height: 1.5;
}

.shop-product__buttons .kpghee-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 .kpghee-compare-button i {
  font-size: 20px;
  line-height: 40px;

  color: #ababab;
}

.shop-product__buttons .kpghee-compare-button:hover {
  border-color: #333;
  background-color: #333;
}

.shop-product__buttons .kpghee-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: 0.975rem;
  font-weight: 500;
  line-height: 1.7;

  -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 .kpghee-form--review .rating-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;

  letter-spacing: 1px;
  text-transform: uppercase;

  color: #333;
}

.shop-product .kpghee-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: 0.832rem;
  font-weight: 500;
  line-height: 1.5;

  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: 0.8rem;
  font-weight: 500;
  line-height: 1;

  display: block;

  margin-bottom: 5px;
}

@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 {
  font-size: 0.635em;
  line-height: 1.5;
  display: block;
  float: left;
  clear: both;
  color: #666;
}

@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: 0.875rem;
  font-weight: 600;
  line-height: 1.7;

  color: #333;
}

.cart-table td.total-price {
  clear: left;
}

.cart-table td.total-price .price {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
  color: #333;
}

.cart-table td.total-price .price i.fa{
	margin:0 2px;
}

@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: 35px;
  height: 35px;
  text-align: center;
  color: #ababab;
  border: 2px solid #e6e6e6;
}

.cart-table td.product-remove a i {
  font-size: 1.0rem;
  line-height: 31px;
}

.cart-table td.product-remove a:hover {
  color:#222;
  background-color: #fdf21f;
  border-color: #fdf21f;
}

@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;
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

.cart-calculation-area h2 {
  font-size: 1.95rem;
 /* font-family: 'Anton', sans-serif;*/
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}

.cart-calculation-area h2 span{
  position: relative;
  border-bottom: 1px solid #232e78;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
}

.cart-calculation-table {
  width: 100%;
}

.cart-calculation-table th {
  font-size: 0.750rem;
  font-weight: 600;
  line-height: 1.5;

  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: 0.932rem;
  font-weight: 600;
  line-height: 1.7;

  color: #333;
}

.cart-calculation-table td.total {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7;

  color: #333;
}

.cart-calculation-table .coupon-code{
  position: relative;
  font-size: 0.750rem;
  display: block;
  color:#ff0000;
}

/*=====  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;
  }
}

.kpghee-cta-button {
  color: #333 !important;
  border-color: #fff;
  background-color: #fff;
}

.kpghee-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: "Anton", 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: "Anton", 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;
}



@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%;
  margin:0 3px;
  text-align: center;
  background-color: #fff;
  border: 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;*/
    margin:1rem 0 0;
    flex-basis: 100%;
    padding:2.0rem 0;
  }
}

.footer-top-single-widget .footer-top-widget-title {
  font-family: 'Anton', sans-serif;
  font-size: 1.0rem;
  /*  font-weight: 600;*/
  line-height: 1.5;
  margin-top: 1.0rem;
  margin-bottom: 0.25rem;
  text-align: center;
  color: #333;
}


/*.footer-top-single-widget .content {
     margin-bottom: 0; 
     }*/

     @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 {
     position: relative;
     width: calc(100% - 10em);
     font-size: 0.725rem;
     line-height: 1.7;
     margin: auto;
     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 .content {
      margin-bottom: 0;
    }

    .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  ======*/


/*  */

/*-- 
    - Ninja Edits >.<
    -----------------------------------------*/

    .site-nav ul li.menu-has-dropdown ul.dropdown {
     background: orange;
     visibility: hidden;
     opacity: 0;
     min-width: 5rem;
     position: absolute;
     transition: all 0.5s ease;
     margin-top: 1rem;
     left: 0;
     display: none;
   }

   .site-nav ul li.menu-has-dropdown:hover > ul.dropdown,
   .site-nav ul li.menu-has-dropdown ul.dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .site-nav ul li.menu-has-dropdown ul.dropdown li {
   clear: both;
   width: 100%;
 }

/* .carousel{

   z-index: 1;
 }

 .carousel:after{
   content: "";
   position: absolute;
   width:75%;
   margin: auto;
   top:0;
   left:0;
   right:auto;
   bottom: -10px;
   z-index: 2;

 }
 .carousel h1{
  position:absolute;
  font-family: 'Fjalla One', sans-serif;
  font-size:60px;
  text-align:right;
  top:auto;
  left:auto;
  right:15px;
  bottom:300px;
  color:#fff;
  line-height:100%;
  letter-spacing:-3px;
  text-shadow:0px 2px 2px #333330;
}

.carousel-indicators {
  -ms-flex-pack: center;
  justify-content: flex-end;
  margin-right: 2.5%;
  margin-left: 15%;
}

.carousel-indicators li{
  background-color: transparent;
  border:none;
  border:2px solid #232e78;
  width: 10px;
  height: 10px;
  opacity: 1;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%; 
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}

.carousel-indicators .active {
 background-color: #fdf21f;
 border-color:#fdf21f;
}
*/
#kpcarousel-mobile{
	display: none;
}

.ps__thumb-y {
  background-color: #fdf21f;
}

.section-title-container{
	margin:5.0rem auto;
}

.circular-icon{
  font-size: 0.8rem;
  display: block;
  color: #222;
  margin:10px auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0px solid #fdf21f;
  background-color: #fdf21f;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 2.45;
}

a.getDirection {
  /*    font-family: 'Pushster', serif;*/
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 2.5;
  color: #232e78;
}

a.getDirection i {
  margin: 0 5px;
  color: #232e78;
}

.footer-container{
	position: relative;
	width:100%;
	display: block;
	background-color: #111;
  /*	border-bottom: 15px solid #fdf21f;*/
  padding:3.0rem 1.0rem;
}

.footer-container .footer-links {
  position: relative;
  display: block;
  margin: 0.5rem auto;
  text-align: center;
}
.footer-container .footer-links li {
  display: inline-block;
  margin:0 2px;
}

.footer-container .footer-links li a {
  position: relative;
  display: inline-block;
  font-size: 0.625rem;
  color: #fff;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 400;
  border:0px solid #232e78;
/*    border-left:1px solid #232e78;
border-right:1px solid #232e78;*/
/*    background-color: #232e78;*/
}

.footer-container .footer-links li a:hover{
	border-color: #fdf21f;
  background-color: #fdf21f;
  color:#222;
}

.footer-container .footer-links li a::after {
  position: absolute;
  content: "|";
  font-size: 0.375rem;
  /*    font-family: 'FontAwesome';*/
  right: -5px;
  /*    bottom: 5px;*/
  /*    font-weight: 900;*/
  margin-top: 2px;
  color: #0066b3;
}

.footer-container .footer-links li:last-child a::after {
  display: none;
}

.footer-container ul.social-links {
  position: relative;
  text-align: center;
  padding: 0.75rem 0.5rem;
  display: block;
  list-style: none;
}

.footer-container ul.social-links li {
  display: inline-block;
  margin: 0 5px;
}

.footer-container ul.social-links li a {
  font-size: 0.8rem;
  display: block;
  color: #222;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0px solid #fdf21f;
  background-color: #fdf21f;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 2.45;
}

.footer-container ul.social-links li a i.fa {
  font-size: 0.800rem;
  display: inline-block;
  margin: auto;
}

.footer-container ul.social-links li a:hover {
  background-color: #232e78;
  color: #fff;
  border-color: #232e78;
}

.footer-container p.copyright{
 position: relative;
 padding:0.5rem 0.25rem;
 font-size: 0.7rem;
 line-height: 1.7;
 color:#fff;
 text-align: center;
}

.footer-container p.copyright a{
  color:#ffcb08;
}

.footer-container p.copyright i{
  font-size: 1.0rem;
  margin:0 2px;
}

.footer-container p.copyright a:hover{
  color:#00aeef;
}

.site-tools {
  position: fixed;
  width: 200px;
  display: none;
  bottom: 25px;
  left: 0;
  right: 0;
  margin:auto;
  padding: 10px 5px;
  text-align: center;
  z-index: 1000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 0px solid #fff;
  background-color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.site-tools .single-icon{
	margin:0 15px;
}


.product-meta-table{
 max-width: 400px;
}

.product-meta-table .table{
 border-spacing: 2px;
 border-collapse: separate;
}

.product-meta-table .table thead{
  border: none;
  margin-bottom: 5px;
}

.product-meta-table .table thead th{
  padding:0.5rem;
  font-size: 0.690rem;
  font-weight: 700;
  color:#444;
  border: 1px solid #999;

}

.product-meta-table .table tbody tr{

}

.product-meta-table .table tbody td{
  padding:0.5rem;
  font-size: 0.650rem;
  font-weight: 500;
  color:#333;
  border: 1px solid #999;
}

.product-meta-table .table tbody td i.fa{
	margin:0 2px;
}

/*.shopping-cart-area{
	position: relative;
	padding:3.5rem 0 5.5rem;
  }*/
  .shopping-cart-area{
    position: relative;
    padding:0rem 0 5.5rem;
  }
  .cart-table-container{
   background-color: #fff;
 }

 .product-thumbnail a{
   border:1px solid #ccc;
 }
 .block {
  display: block !important;
}
#contactus .textColorBlue{
  font-size: 18px;
}
#contactus p  a {
  color: #005eae;
}
#contactus  a:hover{
  color:#fecc00;
}

.w100{font-weight:100 !important;}
.w200{font-weight:200 !important;}
.w300{font-weight:300 !important;}
.w400{font-weight:400 !important;}
.w500{font-weight:500 !important;}
.w600{font-weight:600 !important;}
.w700{font-weight:700 !important;}
.w800{font-weight:800 !important;}
.w900{font-weight:900 !important;}
/*-- Message Box --*/
.message-box {
  background-color: #fecc00;
  /*  background: linear-gradient(to bottom right, #e31e23 0%, #264697 100%);*/
  color:#222;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  position: relative;
  width: auto;
  margin-bottom: 0.75rem;
  word-wrap: break-word;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.message-box.coupon-added {
  background-color: #0060aa;
}

.message-box p i {
  margin:0 3px;
/*color: #6dde6d;*/ }
.message-box p, .message-box a {
 font-size: 0.8rem;
 color: #222;
 margin: 0; }
 .message-box a:hover {
  color: #232e78; }

  .message-box.coupon-added p, 
  .message-box.coupon-added a {
    color:#fff;
  }

  .user-actions{
   margin-bottom: 2.5rem;
 }

 .hide-in-default{
   display: none;
 }
 h2.subtitle{
  font-size: 1.5rem;
 /* font-family: 'Anton', sans-serif;*/
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2.0rem;
  text-align: left;
  color:#0060aa;
  letter-spacing: 1px;
}

h2.subtitle span{
  position: relative;

  margin-bottom: 1.75rem;
  padding-right: 1.0rem;
}

h2.sub-title{
  font-size: 1.5rem;
  /*font-family: 'Anton', sans-serif;*/
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2.0rem;
  text-align: left;
}

h2.sub-title span{
  position: relative;
  border-bottom: 1px solid #232e78;
  margin-bottom: 1.75rem;
  padding-right: 1.0rem;
}

h3.sub-title{
	font-size: 1.35rem;
/*  font-family: 'Anton', sans-serif;*/
  font-weight: 400;
  margin-top: 0;
 /* margin-bottom: 1.75rem;*/
  text-align: left;
}

h3.sub-title span{
	position: relative;
  border-bottom: 1px solid #232e78;
  margin-bottom: 1rem;
}

/* Address Section */

.address-section{
	margin-bottom: 3.0rem;
}

.address-box .address-label {
  position: relative;
  margin-top: 10px;
  padding: 10px;
  font-weight: 600;
  color: #232e78;
  font-family: 'Poppins', sans-serif;
  font-size:0.875rem;
  cursor:pointer;
  margin:10px 0 0;
  border: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
/*	-webkit-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);*/
}

.address-box .address-label span{
  position: relative;
  display: block;
}

.address-box .address-label.toggle {
  border-bottom: 0;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-width: 5px;
  color:#222;
  border-color: #fdf21f;
/*	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);*/
}

h6.address-label input[type='radio'] {
  float: right;
  margin: 2px 0 0 10px;
  z-index: 1;
}
.address-box .address-body {
  position: relative;
  padding: 15px;
  display: none;
  border: 5px solid #fdf21f;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
}

.address-box .address-body p {
  font-size:0.750rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  padding-bottom:5px;
}
.address-box .address-body p span {
  font-weight: 400;
}
.ship-to-address{
  position: relative;
  padding:20px 0 0;
  display: block;
}
.ship-to-address.checkboxLarge {
  line-height: 2.25;
  font-size:12px;
  color:#333;
  font-weight:500;
}

.ship-to-address.checkboxLarge input{
  margin:7px 5px 0 0;
  float:left;
}
.show-more-address {
  display: none;
}
a.addAddressBtn {
  position: relative;
  display: inline-block;
  background-color: #191497;
  height: 35px;
  line-height: 35px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 30px;
}
a.addAddressBtn:hover {
  background-color: #f1494b;
}
.gstn-section .add-gstn {
  display: inline-block;
  width: calc(100% - 110px);
  height: 35px;
  border: 1px solid #666;
  padding: 0 10px;
  font-size: 12px;
}

.gstn-section .add-gstn:focus,
.gstn-section .apply-gstn:focus {
  outline: 0;
}

.gstn-section .apply-gstn {
  display: inline-block;
  width: 100px;
  height: 35px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  background-color: #952724;
  color:#fff;
  border:1px solid #952724;
}

.gstn-section .apply-gstn:hover,
.gstn-section .apply-gstn:focus {
  border-color: #fecc00;
  background-color: #fecc00;
  color: #222;
}

.show-more-address{
	margin-bottom: 1.5rem;
}

.order-details {
  padding: 1.25rem 1.5rem;
  border: 1px solid #ccc;
  background-color: #fafafa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
/*-webkit-box-shadow: 0px 10px 4px -5px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 4px -5px rgba(0,0,0,0.35);
box-shadow: 0px 10px 4px -5px rgba(0,0,0,0.35);	*/
}

.order-details .table{
	margin-bottom: 1.75rem;
}

.order-details .table td, .table th{
	border-top: none;
	font-size: 0.750rem;
}

.order-details .table tr{
	border-bottom: 1px solid #ccc;
}

.order-details .table tfoot{
	font-weight: 600;
}

.order-details .table .coupon-code {
  position: relative;
  font-size: 0.750rem;
  display: block;
  margin:2px;
  color: #ff0000;
}

.payment-radio [type="radio"]:checked,
.payment-radio [type="radio"]:not(:checked),
.newsletter-radio [type="radio"]:checked,
.newsletter-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.payment-radio [type="radio"]:checked + label,
.payment-radio [type="radio"]:not(:checked) + label,
.newsletter-radio [type="radio"]:checked + label,
.newsletter-radio [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.75;
  display: inline-block;
  color: #111;
  font-size: 0.750rem;
  font-weight: 700;
}
.payment-radio [type="radio"]:checked + label:before,
.payment-radio [type="radio"]:not(:checked) + label:before,
.newsletter-radio [type="radio"]:checked + label:before,
.newsletter-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}
.payment-radio [type="radio"]:checked + label:after,
.payment-radio [type="radio"]:not(:checked) + label:after,
.newsletter-radio [type="radio"]:checked + label:after,
.newsletter-radio [type="radio"]:not(:checked) + label:after{
  content: '';
  width: 10px;
  height: 10px;
  background: #fdf21f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.payment-radio [type="radio"]:not(:checked) + label:after,
.newsletter-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.payment-radio [type="radio"]:checked + label:after,
.newsletter-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.payment-label {
  text-transform: uppercase; }

  .payment-radio input {
    margin-right: 5px;
    float: left;
    margin-top: 4px; }

    .payment-info {
      padding: 0.5rem 0; }
      .payment-info p {
        font-size: 0.632rem;
        margin: 5px auto;
        border: 1px solid #ccc;
        background-color: #ececec;
        padding: 0.75rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);
        -moz-box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);
        box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);
      }


      .thank-you-area h3{
        position: relative;
        display: inline-block;
        font-size: 2.75rem;
        font-weight: 100;
        line-height: 1.1;
        color:#264697;
        /*    letter-spacing: -1px;*/
        padding: 0.75rem 0rem;
      }

      .thank-you-area img{
       position: relative;
       max-width: 300px;
       height: auto;
       display: block;
       margin:10px auto;
     }

     .thank-you-area h3:after{
      position: relative;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "FontAwesome";
      content: "\f00c";
      font-size: 1.25rem;
      /*    font-weight: 900; */
      color:#22DD33;
/*    background: linear-gradient(to right, #22DD33 0%, #22DD33 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
/*    top:0;
right:0;*/
margin-left: 5px;
margin-top: 5px;
float: right;
}

.thank-you-area h4.sub-title {
  position: relative;
/*  font-family: 'Anton', sans-serif;*/
  font-size: 1.35rem;
  /*    letter-spacing: -1px;*/
  color: #111;
  line-height: 1;
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.thank-you-area h4.sub-title span {
  position: relative;
    padding: 0 3px 5px 0;
    border-bottom: 2px solid #264697;
}
.thank-you-area h3.sub-title {
  position: relative;
  /*font-family: 'Anton', sans-serif;*/
  font-size: 1.35rem;
  /*    letter-spacing: -1px;*/
  color: #0060aa;
  line-height: 1;
  padding-top: 1.75rem;
  padding-bottom: 0.25rem;
}

.thank-you-area h3.sub-title span {
  position: relative;
  padding: 0 2.25rem 0 0;

}

.thank-you-area.failure h3:after{
	content: "\f00d";
	font-weight: 900;
	color:#ff0000;
}

/*
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #0060aa;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
}
*/

.tya-content{
  position: relative;
  display: block;
  padding:1.9rem;
  font-size:0.875rem;
  /*  padding-right: 14rem;*/
  /*  color:#fff;*/
  line-height: 1.9;
  margin: 20px auto;
/*  background: linear-gradient(to right bottom, #e31e23 0%, #264697 100%);
-webkit-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.35);
box-shadow: 0px 10px 4px -8px rgba(0,0,0,0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/
  }


  .thank-you-links{
   list-style: none;
 }

 .thank-you-links li{
   text-align: center;
 }

 .thank-you-links a{
   position: relative;
   width:98%;
   width:calc(100% - 20px);
   display: block;
   font-size:1.15rem;
   height:12rem;
   line-height: 1.9;
   color:#333;
   background-color: #fff;
   font-weight: 300;
   text-align: center;
 
   margin:auto;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
/*	-webkit-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 4px -7px rgba(0,0,0,0.35);*/
	border: 1px solid transparent;
  box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}

.thank-you-links a i{
	position: relative;
	font-size:2.0rem;
	margin:2.5rem auto 0.5rem;
	display: block;
	color:#0060aa;
}

.thank-you-links a small{
	position: relative;
	display: block;
	font-size:0.650rem;
	color:#444;
	line-height: 1.5;
	padding: 0 1.0rem;
	font-weight: 400;
}

.thank-you-links a:hover {
  background-color: #f0f0f0;
  border-color: #fecc00;
}
.thank-you-links a:hover i{
	color:#fecc00;
}

@media only screen and (max-width: 767px) {

.thank-you-links a {
   width:100%;
    height: 15rem;
    
}
}

.section-title-container h2.title{
	font-family: 'Pushster', cursive;
}

.section-title-container h1.title{
  font-weight:700;
}

.about-page-2-image{
	margin:0.5rem auto;
}

.about-content{
	margin: 5rem auto;
}

.blog-page{
	margin: 5rem auto 2.5rem;
}

.blog-grid-post{
	margin: 0 auto 2.5rem;
}

.blog-grid-post .bgp-image a img{
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
	margin:auto;
}

.blog-grid-post .bgp-content{
	position: relative;
	padding:0.25rem;
}

.blog-grid-post .bgp-content .post-date{
	font-size: 0.635rem;
	font-weight: 300;
	line-height: 2.0;
	text-align: right;
	text-transform: uppercase;
}

.blog-grid-post .bgp-content .post-date i{
	font-size: 1.0rem;
	margin:0 3px;
}

.blog-grid-post .bgp-content h2{
	font-size:1.25rem;
	font-weight: 400;
	line-height: 1.5;
}

.blog-grid-post .bgp-content p{
	font-size:0.75rem;
	font-weight: 400;
	line-height: 1.9;
  text-align: justify;
}


.blog-grid-post .bgp-content a.readmore{
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.25rem;
	text-transform: uppercase;
}

.blog-grid-post .bgp-content a.readmore span{
	position: relative;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid transparent;
}

.blog-grid-post .bgp-content a.readmore:hover span{
	border-color: #232e78;
}

.blog-grid-post .bgp-content a.readmore i{
	font-size: 0;
	float: left;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}	

.blog-grid-post .bgp-content a.readmore:hover i{
	font-size: 1.25rem;
}

.blog-page-single{
  margin: 5rem auto;
}

.bps-title{
	text-align: center;
}

.bps-title .post-date{
	font-size: 0.635rem;
	font-weight: 300;
	line-height: 2.0;
	text-align: center;
	text-transform: uppercase;
}

.bps-title .post-date i{
	font-size: 1.0rem;
	margin:0 3px;
}

.bps-title h1{
	position: relative;
	font-size:1.75rem;
	font-family: 'Pushster', cursive;
	font-weight: 400;
	line-height: 1.5;
}

.bps-image a img {
	position: relative;
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.bps-gallery div{
	padding:5px 5px 0;
}


.bps-gallery div a{
	padding:0;
}

.bps-gallery div a img{
	max-width: 100%;
	height: auto;
	display: block;
	border:1px solid #ccc;
	padding:5px;
}

.embed-video{
	position: relative;
	width: 100%;
	height: 480px;
	padding:0.25rem;
	border:1px solid #fdf21f;
	margin:0 auto 2.5rem;
}

.bgp-content p{
  position: relative;
  font-size:0.800rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
  padding: 0 0px 10px;  
}

.bgp-content ul{
	position: relative;
	list-style: none;
	padding:5px 5px 15px;
}

.bgp-content li{
	position: relative;
	font-size:0.800rem;
	font-weight: 400;
	line-height: 1.9;
	text-align: left;
	padding: 0 15px  15px;
}

.bgp-content li::before {
  position: absolute;
  content: "\f192";
  font-family: FontAwesome;
  margin: 0 15px 0 0;
  color: #fdf21f;
  display: block;
  padding: 0 0 10px;
  margin-left: -20px;
}

@media (max-width: 767px){

  .site-tools {
   display: block;
 }

 .site-tools .header-right-icons{
  margin-right: 0;
}

.site-tools .header-right-icons .single-icon {
	display: block;

}

.site-tools .single-icon{
	margin:0 15px;
}

#kpcarousel{
	display: none;
}

#kpcarousel-mobile{
	display: block;
}

.footer-container{
	padding-bottom:5.5rem;
}

}

a.whatsapp-button, a.whatsapp-button:focus { 
  color: #fff; 
  background: #1bd741;
  border:3px solid #1bd741;
  line-height: 38px; 
  display: none; 
  height: 40px; 
  width: 60px; 
  padding: 0; 
  position: fixed; 
  right: 15px; 
  text-align: right; 
  text-decoration: none; 
  bottom: 25px; 
  z-index: 10006; 
  border-radius: 0 30px 30px 0;
}

a.whatsapp-button:before{
/*  position: relative;
  content:"";
    height: 40px; 
    width: 40px;
    background: #1bd741;*/  
  }

  a.whatsapp-button, a.whatsapp-button:focus{
    display:block; 
    right: auto; 
    left: 0;
  }

  a.whatsapp-button:hover{
    background: #fff;  
    color: #1bd741; 
    border-color: #fff
  }

  a.whatsapp-button i, a.scroll-top-arrow i {
    font-size:0.800rem; 
    line-height: 30px; 
    margin-right: 5px;
    position: relative;
  }

  a.whatsapp-button i{
    font-size:1.75rem; 
    line-height: 37px;
  }

  a.whatsapp-button{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  }

  .dashboard-links{
    list-style: none;
    display: flex;
    padding:15px 20px 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .dashboard-links.single{
    text-align: center;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .dashboard-links li{
    text-align: center;
    margin:10px 5px;
  }

  .dashboard-links a{
    position: relative;
    width:7.5rem;
    /*  width:calc(100% - 20px);*/
    display: block;
    padding:1rem;
    font-size:0.700rem;
/*  height:10rem;
*/  line-height: 1.9;
color:#333;
background-color: #fff;
font-weight: 600;
text-align: center;
/*border:1px solid #ccc;
*/margin:auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
/*-webkit-box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);
box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.35);*/
border: 1px solid transparent;
box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}

.dashboard-links a i{
  position: relative;
  font-size:1.5rem;
  margin:1.5rem auto 0.5rem;
  display: block;
  color:#fecc00;
}

.dashboard-links a:hover {
  background-color: #f0f0f0;
  border:1px solid  #fecc00;
}

.dashboard-links li.active a {
  background-color: #f0f0f0;
  pointer-events: none;
  opacity: 0.5;
}

.dashboard-links a:hover i{
  color:#005eae;
}

.dashboard-top{
  position: relative;
  display: block;
  padding:1.5rem 0;
}

.dashboard-top h1{
  position: relative;
  font-family: "Readex Pro", sans-serif;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  color:#333;
  font-size: 1.5rem;
  margin: 5px;
  padding:0;
}

.dashboard-top .pghd-breadcrumbs{
  position: relative;
  padding:0 0 5px;
  list-style: none;
  text-align: center;
}

.dashboard-top .pghd-breadcrumbs li {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  font-weight: 500;
  color:#666;
  /*padding-right: 20px;*/
}

.dashboard-top .pghd-breadcrumbs.no-icon li {
  /*  margin:0 5px 0 0;*/
}

.dashboard-top .pghd-breadcrumbs li a{
  font-size: 0.7rem;
  color:#e31e24;
}

.dashboard-top .pghd-breadcrumbs li.active a{
  opacity: 0.5;
  pointer-events: none;
  color:#e31e24;
}

.dashboard-top .pghd-breadcrumbs.no-icon li a{
  color:#111;
  text-decoration: underline; 
}

.dashboard-top .pghd-breadcrumbs.no-icon li.active a{
  text-decoration: none;
}


.dashboard-top .pghd-breadcrumbs li a:hover{
  color:#264697;
}

.dashboard-top .pghd-breadcrumbs li:before {
  display: inline-block;
  font-style: normal;
  color:#111;
  margin:0 5px;
  font-size: 0.7rem;
  font-variant: normal;
  text-rendering: auto;
  content: "|";
}

.dashboard-top .pghd-breadcrumbs li:first-child:before {

  margin-left: 0;
  display: none;

}
/*
.dashboard-tab{ 
  position: relative;
  display: block;
  margin:1.5rem auto 3.5rem;
  clear:both;
    background: #fff;
    padding: 2.5rem 2.5rem 4.5rem;
   
   box-shadow: 0.6em 0.6em 1.2em rgb(0 0 0 / 5%);



   }*/
   .dashboard-tab {
    position: relative;
    display: block;
    margin: 1.5rem auto 3.5rem;
    clear: both;
    background: #fff;
    padding: 2.5rem 2.5rem 4.5rem;
   /* border: 1px solid #ddd;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
   
  }


  .dashboard-tab.hasformonly{
    padding: 2.5rem;
  }

  .dashboard-tab h1, .odmwindow h1{
    position: relative;
    font-family: "Readex Pro", sans-serif;
    font-size: 1.75rem;
    text-align: left;
    line-height: 1.9;
    color:#111;
  }

  .dashboard-tab h1 sup, .odmwindow h1 sup{
    font-weight: 200;
  }


  .dashboard-tab h3.sub-title, .odmwindow  h3.sub-title{
    position: relative;
   /* font-family: 'Anton', sans-serif;*/
    font-size: 1.35rem;
    /* letter-spacing: -1px; */
    color: #111;
    line-height: 1;
    padding-top: 1.75rem;
    padding-bottom: 0.25rem;
  }


  .dashboard-tab h3.sub-title span, .odmwindow h3.sub-title span{
    position: relative;
    padding: 0 3px 5px 0;
    border-bottom: 2px solid #0060aa;
    
  }

  .dashboard-tab p, .odmwindow p{
    font-size: 0.732rem;
    color:#222;
    margin-bottom: 0.5rem;
  }

  .dashboard-tab p.order-date, .odmwindow p.order-date{
    position: relative;
    text-align: right;
    line-height: 1.9;
    color:#111;
  }

  .dashboard-tab p.order-date sup,  .odmwindow p.order-date sup{
    font-weight: 200;
  }

  .dashboard-tab .order-meta-table .table th, .odmwindow .order-meta-table .table th{
    font-size: 0.675rem;
    text-transform: uppercase;
    color:#232e78;
    vertical-align: middle;
  }

  .dashboard-tab .order-meta-table .table td, .odmwindow .order-meta-table .table td{
    font-size: 0.675rem;
    /*  text-transform: uppercase;*/
    color:#111;
    vertical-align: middle;
  }

  .small-button-panel {
    position: relative;
    display: flex;
    line-height: 1.9;
    flex-wrap: wrap;
    text-align: center;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .dashboard-tab .order-meta-table .table a.table-link,
  .dashboard-tab .table-content .table a.table-link,
  .small-button-panel a.table-link
  {
    position: relative;
    min-width: 80px;
    padding: 3px 8px;
    background-color:#fecc00;
    font-size: 0.675rem;
    color: #111;
    font-weight:500;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0.5rem;
  }

  .small-button-panel a.table-link{
    padding: 5px 10px;
  }

  .dashboard-tab .order-meta-table .table a.table-link:hover,
  .dashboard-tab .table-content .table a.table-link:hover,
  .small-button-panel a.table-link:hover
  {
    background-color:#0060aa;
    color: #fff;

  }


  .dashboard-tab .order-meta-table .table a.table-link.inverse,
  .dashboard-tab .table-content .table a.table-link.inverse,
  .small-button-panel a.table-link.inverse
  {
    background-color: #232e78;
    color: #fff;
  }

  .dashboard-tab .order-meta-table .table a.table-link.inverse:hover,
  .dashboard-tab .table-content .table a.table-link.inverse:hover,
  .small-button-panel a.table-link.inverse:hover
  {
    background-color: #fdf21f;
    color: #111;
  }


  .dashboard-tab .order-meta-table .table a.table-link i.fa,
  .dashboard-tab .table-content .table a.table-link i.fa,
  .small-button-panel a.table-link i.fa
  {
    margin:0 5px 0 0;
  }

  h2.modal-title{
    position: relative;
    font-family: 'Anton', sans-serif;
    font-size: 1.35rem;
    color: #232e78;  
  }

  .table-content .table th, .table-content .table td{
    vertical-align: middle;
  }

  button.btn-close{
    background-color: #fff;
    border:none;
    color:#fdf21f;
  }

  th.text-start{
    text-align: left;
  }

  .product-thumbnail img{
    position:relative;
    max-width:75px;
    border:1px solid #ccc;
  }

  td.product-name h3{
    padding:0.25rem 0;
    font-size: 0.9rem;
    line-height: 1.25;
    text-align: left;
  }


  td.product-name h3 i.fa{
    margin:0 2px;
  }

  td.product-remove{
    line-height: 75px;
  }

  .address-single {
    position: relative;
    margin: 1.5rem auto;
    padding: 2rem 2.75rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #666;
  }

  .address-single h2{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
    color: #232e78;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    cursor: pointer;
  }

  .faq-area{
    padding:3.5rem 0 5.5rem;
  }

  .faq-area h4{
    font-family: "Readex Pro", sans-serif;
    font-size: 1.15rem;
    font-weight: 300;
    color: #111;
    line-height: 1.5;
    padding: 0 0 1.5rem;

  }

  .faqAns h4{
    font-weight: 700;
    color:#222;
    font-size: 1.0rem;
    line-height: 1.25;
  }

  .faqAns p{
    font-size: 0.800rem;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    padding: 0 0.25rem 0.5rem;
  }

  .faqAns p i.fa{
    margin-right: 3px;
  }

  .faqAns ul{
    position: relative;
    list-style: none;
    padding:5px 5px 15px;
  }

  .faqAns li{
    position: relative;
    font-size: 0.800rem;
    font-weight: 500;
    color: #111;
    line-height: 1.5;
    text-align: left;
    padding: 0 15px  15px;
  }

  .faqAns li::before {
    position: absolute;
    content: "\f192";
    font-family: FontAwesome;
    margin: 0 15px 0 0;
    color: #fdf21f;
    display: block;
    padding: 0 0 10px;
    margin-left: -20px;
  }

  p.message-alert{
    position: relative;
    padding:1.5rem;
    font-size: 0.732rem;
    line-height: 1.5;
    margin: 0.75rem;
    display: block;
    background-color: #fff;
    border:2px dotted #fdf21f;
  }

  .faq-area p i{
    font-size: 2.5rem;
    float:left;
    color:#232e78;
    margin: 0 10px 50px 0;
  }

  a.support-tab{
    position: relative;
    display:block;
    font-size: 1.25rem;
    color:#222;
    text-align: center;
    margin:5px 5px 10px;
    border:1px solid #ccc;
    padding:1.5rem;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);  
  }

  a.support-tab i{
    position: relative;
    display: block;
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 0.15rem;
    display: block;
    color: #fdf21f;
/*  background: linear-gradient(to top right, #232e78 0%, #fdf21f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

a.support-tab span{
  position: relative;
  display: block;
  font-size: 0.880rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.9;
  color:#333;
}

a.support-tab span small{
  position: relative;
  display: block;
  font-size: 0.732rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.9;
  color:#444;
}

a.support-tab:hover{
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);  
}

.faq-tab{
  position: relative;
  display: block;
  padding:0 0.5rem;
}

.faq-tab h2{
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  padding: 0.5rem 1.5rem 0.5rem 0;
  border-bottom:1px solid #ccc;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

/*.faq-tab h2{
    font-size: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    }*/

    .faq-tab h2.active{
      color:#232e78;
      border-bottom:1px solid #fff;
    }

    .faq-tab h2 span{
      position: relative;
      display: block;
      font-weight: 400;
      font-size: 1.25rem; 
      color:#666; 
    }

    .faq-tab h2:before {
      position: absolute;
      top: auto;
      /*    margin-top: 15px;*/
      right: 10px;
      content: "\f0fe";
      font-family: "FontAwesome";
      margin: 10px auto 0;
      color: #fdf21f;
      display: inline-block;
    }

    .faq-tab h2:before {
      margin-top:0;
    }

    .faq-tab h2.active:before {
      content: "\f146";
      color: #888;
    }

    .faq-tab .faqAns{
      padding:1rem 1.5rem;
      border-bottom:1px solid #ccc;
      display: none;
    }

    /* custom checkbox */
    .password-confirm input[type="checkbox"] {
      height: 23px;
      width: 23px;
      margin: 0;
      padding: 0;
      float: left;
      opacity: 1;
      appearance: none;
      border: 2px solid #232e78;
      border-radius: 3px;
      background: #fff;
      position: relative;
      margin-right: 10px;
    }

    .password-confirm input[type="checkbox"]:checked {
      border: 2px solid #fdf21f;
      background: #fdf21f;
    }

    .password-confirm input[type="checkbox"]:checked:before, .password-confirm input[type="checkbox"]:checked:after {
      content: "";
      position: absolute;
      height: 2px;
      background: #fff;
    }

    .password-confirm input[type="checkbox"]:checked:before {
      width: 8px;
      top: 11px;
      left: 2px;
      transform: rotate(44deg);
    }

    .password-confirm input[type="checkbox"]:checked:after {
      width: 14px;
      top: 8px;
      left: 5px;
      transform: rotate(-55deg);
    }

    .password-confirm{
      margin-bottom: 20px;
    }

    .password-confirm input[type="checkbox"]:focus {
      outline: none;
    }

    .password-confirm label{
      font-size: 0.732rem;
    }

    /* --- --- --- --- */


    .wrapper {
      position: relative;
      min-height: 100%;
      background-color: #ffffff;
      margin: auto;
      left: 0;
      border: none;
      border-left: 10px solid #0060aa;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      z-index: 999!important;
    }
    @media only screen and (max-width: 767px) {
      .wrapper {
        padding:0;
        }}

        .logo a{
          position: relative;


          background-repeat: no-repeat;
          background-position: center;
          width: 355px;

          display: block;
          margin: 5px 0px 15px;
   /* float: left;
   z-index: 999;*/
 }
 .welcomeBox {
  position: relative;
  padding: 60px 20px;


}
.welcomeBox h1 {

 /* margin-left: 40px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 80px;
  color: #ffd100;
  line-height: 125%;
  padding: 0.25rem 0.25rem;
  letter-spacing: -2px;
  text-transform: lowercase;
  z-index: 1;*/
  position: relative;
    font-family: 'Fjalla One', sans-serif;
    font-size: 80px;
    color: #ffd100;
    line-height: 125%;
    padding: 0px 0px 0 40px;
    letter-spacing: 4px;
    text-transform: lowercase;
    z-index: 2;
}
.welcomeText p {
  font-size: 18px;
  text-align: justify;
  line-height: 165%;
  color: #6e6e6e;
  padding-bottom: 30px;

}


@media only screen and (max-width: 767px) {
  .welcomeBox img {
    margin-left: 0;
    position: relative!important;
  }
  .trustLogos img {
    position: relative;
    max-width: 100%;

  }

  .header .customerBar{
    position: absolute;

    right: 30px;

    z-index: 999;
  }
  .welcomeBox h1 {
    margin-left: 0px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 80px;
    color: #ffd100;
    line-height: 125%;
    padding: 0.25rem 0.25rem;
    letter-spacing: -2px;
    text-transform: lowercase;
    z-index: 1;
  } 

}




.welcomeBox img {
  position:absolute;
  max-width: 100%;
  
  margin-left: 40px;
  z-index: 2;
}


.welcomeText a.readmore {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.welcomeText a.readmore {

  font-size: 14px;
  font-weight: 600;
  text-align: right;
  float: right;
  text-transform: lowercase;
  line-height: 125%;
  clear: both;
  padding: 0 0px 30px 0;
}
.welcomeText a.readmore:hover {

  color:#0060aa;
}


.first-letter {
  font-size: 2.50em !important;
}

.product-category-text-content {


  position: relative;
  padding: 60px 50px 80px 60px;
  background-color: #111111;
  display: block;
  margin: 30px auto 0;
  z-index: 1;


}

.product-category-text-content .image {
  margin-bottom: 30px;
}

.product-category-text-content .image img {
  max-width: 100px;
  height: auto;
/*  -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;*/
}
.readmore:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #ffd100;
  position: relative;
  width: 60px;
  top: -4px;
  right: -10px;


}





.footer {
  position:relative;
  width:100%;
  padding:0;
  height:150px;
  display:block;
  bottom:0;
  left:0;
  /*z-index:898;*/
  padding:0;
  text-transform:none;
  text-align:left;
 border-left: 50px solid #ffd100;
  border-right: 60px solid #ffd100;
  border-bottom:20px solid #fff;
  background-color:#ffd100;
}

.footer i.fa{
  color:#666;
  font-size:14px;
}

.footer p{
  font-family: 'Open Sans', sans-serif;
  padding:40px 10px 0;
  color:#333;
  line-height:20px;
  text-align:right;
  font-size:13px;
  margin:0;
  font-weight:500;
  letter-spacing:0;
}



.footer p i.fa{
  font-size:16px;
  margin:0 5px 0 0;
}

.footer p.copyright{
  text-align:right;
  text-transform:none;
}

.footer p.footer-links{
  padding:45px 10px 0;
  text-align:center;
  text-transform:none;
  font-weight:300;
  letter-spacing:2px;

}

.footer p.footer-links a{
  font-weight:300;
  letter-spacing:0px;
  margin:0 3px;
}

.footer a{
  font-weight:700;
  color:#222;
}

.footer span{
  margin:0 2px;
}

.footer p a{
  color:#222 !important;
  font-weight:600;
}

.footer-social{
  position:relative;
  width:auto;
  height:auto;
  display:block;
  float:left;
  padding:35px 0 15px;
  border-bottom:20px solid #ffd100;
}

.footer-social li{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  margin:0 2px 0 0;
  font-weight:300;
  text-transform:none;
  color:#222;
  font-size:13px;
}

.footer-social li:first-child{
  margin:0 10px 0 0;
}

.footer-social li a.fa {
  text-align:center;
  color:#fff;
  margin:0 1px 0 0;
  display:inline-block;
  width:30px;
  height:30px;
  line-height:31px;
  font-size:16px;
  background-color:#005eae;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0px solid #000000;
}

.footer-social li a.fa:hover {
  color:#ffd100;
  background-color:#fff;
}

@media (max-width:1099px){

  .footer {
    height:150px;
    border-left: 20px solid #ffd100;
    border-right: 30px solid #ffd100;
  }

  .footer p{
    line-height:15px;
    font-size:11px;
  }

  .footer p.footer-links span{
    display:block;
    margin:10px auto 0;
  }

  .footer p.footer-links{
    padding: 25px 0px 0;
  }

}



@media (max-width:767px){

  .footer {
    height: 300px;
    border: none;
    padding:10px;
  }

  .footer-social{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    float:none;
    padding:5px 5px 15px;
    text-align:center;
    border-bottom:1px solid #ffd100;
  }


  .footer p{
    padding:15px 10px 0;
    line-height:16px;
    font-size:12px;
    text-align: center;
  }

  .footer p.footer-links a{
    font-weight:500;
  }

  .footer p.copyright{
    text-align: center;
  }

  .footer p.footer-links{
    padding: 15px 0px 0;
  }

  .footer p.footer-links a{
    line-height:150%;
    display:inline-block;
  }


  .footer p i.fa{
    font-size:14px;
  }

}
/*====================*/

/*====================*/
.pageTitle{
  position:relative;
 /* padding:10px 0;*/
  display:block;
}

.pageTitle h1{
  position:relative;
  font-family: 'Open Sans', sans-serif;
  font-size:42px;
  padding:0;
  margin:0;
  color:#fecc00;
  text-align:right;
  line-height:150%;
  font-weight:300!important;
  text-transform:uppercase;
  float:right;
}

.pageTitle h1 i.fa{
  font-size:10px;
  color:#0060aa;
  margin:0 1px;
}

.pageTitle h1:before{
  content:"";
  position:absolute;
  font-weight:300!important;
  height:1px;
  background-color:#ccc;
  display:none;
  right:0;
  bottom:0px;
}

.pageTitle h1:after{
  content:"";
  position:absolute;
  width:25%;

  background-color:#ccc;
  display:none;
  right:0;
  bottom:-10px;
}
@media only screen and (max-width: 767px) {

  .pageTitle h1 {
   
    font-size: 26px;
    float: none;
    text-align: center!important;
    
   
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    margin-top: -50px;
    max-width: 600px;
   

  }
 .breadcrumb {
   
    padding:0px;
     margin-top:50px;
        left: 0;
        right: 0;

  }
  .iframe{
    height:400px;
    width:100%;
  }
  
}



.pageLinks{
  position:relative;
  display:block;
  list-style:none;
  /*padding:30px 0 0;*/
}

.pageLinks li{
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  text-align:left;
  display:inline-block;
  margin:0;
  /*padding:0 0 0 6px;*/
  font-weight:300;
  color:#333;
  text-transform:uppercase;
}

.pageLinks li a{
  color:#666;
}

.pageLinks li a:hover{
  color:#777;
}

.pageLinks li:after{
  content:"\f105";
  font-family:'FontAwesome';
  font-size:14px;
  margin:0 0 0 7px;
  color:#ccc;
}

.pageLinks li:last-child:after{
  display:none;
}



/*====================*/

/*=== Forms  ===*/

.forms01{
  display:block;
  padding:0;
}

.forms01.bordered{
  display:block;
  padding:0 20px;
  border-left:1px solid #ececec;
}

.forms01.bordered1{
  display:block;
  padding:0 20px;
  border-right:1px solid #ececec;
}

.forms01.box{
  max-width:500px;
  display:block;
  padding:20px;
  border-bottom:1px solid #fecc00;
  margin:10px auto;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}


.forms01 input[type='text'],
.forms01 input[type='email'],
.forms01 input[type='number'],
.forms01 input[type='file'],
.forms01 input[type='password']{
  outline:none;
  width:100%;
  height:45px;
  padding:15px 10px;
  font-size:12px;
  font-family: 'Open Sans', sans-serif;
  color:#005eae;
  border:none;
  border-bottom:1px solid  #fecc00;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin:10px auto 20px;
  display:block;
}

.forms01 input[type='file']{

  padding:8px 10px;
  border:1px solid #fecc00;
}

.forms01 input[type='number']{
  width:90px;
  margin:10px 10px 10px 0;
  border:1px solid #005eae;
}

.forms01.addtoCartform select{
  width:auto;
  min-width:160px;
  display:inline-block;
  margin:10px 10px 10px 0;

}



.forms01 select[disabled=""]{
  display:none;
}

.forms01 textarea{
  width:100%;
  height:175px;
  display:block;
  padding:15px 10px;
  font-size:12px;
  font-family: 'Open Sans', sans-serif;
  color:#005eae;
  border:none;
  border-bottom:1px solid #fecc00;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin:10px auto 20px;
  display:block;
}

.forms01 select{
  width:100%;
  height:45px;
  display:block;
  padding:5px 10px;
  font-size:12px;
  font-family: 'Open Sans', sans-serif;
  color:#005eae;
  border:none;
  border-bottom:1px solid #fecc00;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin:10px auto;
  display:block;
}

.forms01.modalform input[type='text'],
.forms01.modalform input[type='email'],
.forms01.modalform input[type='number'],
.forms01.modalform input[type='file'],
.forms01.modalform input[type='password'],
.forms01.modalform textarea,
.forms01.modalform select{
  border:none;
  border-bottom:1px solid #fecc00;
}

.forms01 option{
  outline:none;
}
.forms01 input[type='text']:focus, 
.forms01 input[type='email']:focus, 
.forms01 input[type='number']:focus, 
.forms01 input[type='file']:focus, 
.forms01 textarea:focus, 
.forms01 select:focus, 
.forms01 input[type='password']:focus,
.forms01 input[type='text']:hover, 
.forms01 input[type='email']:hover, 
.forms01 input[type='number']:hover, 
.forms01 input[type='file']:hover, 
.forms01 textarea:hover, 
.forms01 select:hover, 
.forms01 input[type='password']:hover{
  background-color:rgba(250,250,250,0.5);
  color:#333;

  border-color:#ececec;
  -moz-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  -ms-transition: all  0.5s ease;
  transition: all  0.5s ease;
}


.forms01 input[type="submit"], .forms01 input[type="button"]{
  font-family: 'Open Sans', sans-serif;
  min-width: 150px;
  height: 35px;
  margin:10px 0;
  background: #183f7a;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border:1px solid #fecc00;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size:12px;
  padding: 8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all  1s ease;
  -o-transition: all  1s ease;
  -ms-transition: all  1s ease;
  transition: all  1s ease;
}

.forms01 input[type="submit"]:hover,.forms01 input[type="button"]:hover{
  background: #ffd100;
  border-color: #ffd100;
  color: #222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  -ms-transition: all  0.5s ease;
  transition: all  0.5s ease;
}

.forms01 input[type="submit"].floatleft,
.forms01 input[type="button"].floatleft{
  float:left;
  margin-left:5px;
}

.forms01 input[type="submit"].floatright,
.forms01 input[type="button"].floatright{
  float:right;
  margin-right:5px;
}

.forms01 input[type="submit"]:hover,
.forms01 input[type="button"]:hover{
  background-color:#ffd100;
}

.forms01 .help-block.help-block-error {
  position:absolute;
  background-color:#ff0000;
  margin:-20px 0 0;
  padding:0px;
  color:#fff;
  font-size:11px;
  line-height:120%;
}

.forms01 .control-label {
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-weight:600;
  color:#222;
  display:none;
  line-height:150%;
  letter-spacing:-1px;
  padding:5px 0;
}

.forms01 label{
  font-family: 'Open Sans', sans-serif;
  display:inline-block;
  font-weight:600;
  color:#333;
  line-height:21px;
  font-size:12px;
  margin:0 5px 0 0;
  clear:both;
}

.forms01 label.control-label{
  display:none;
}

.forms01 .sidebyside{
  position:relative;
  padding:0 10px 0 0;
  display:block;
}

.forms01 label.checkboxLarge {
  line-height: 28px;
  font-size:13px;
  color:#333;
  font-weight:500;
  text-align:left !important;
}

.forms01 label.checkboxLarge input{
  margin:7px 5px 0;
  float:left;
}


.forms01.newsletter{
  position:relative;
  max-width:400px;
  display:block;
  padding:15px 5px 0;
  margin:auto;
}

.forms01.newsletter input[type='email']{

  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border:none;
  border: 1px solid #E31E24;
  height:40px;
  padding:0px 70px 0px 10px;
  font-size:14px;
}

.forms01.newsletter input[type='submit']{
  position:absolute;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 1px solid #E31E24;
  background-color:#E31E24;
  color:#fff;
  top: 0;
  height: 40px;
  right: 0;
  bottom:0;
  margin:25px auto 0;
}

.forms01.filters{
  position:relative;
  width:100%;
  display:block;
  padding:20px;
}

.forms01.filters label{
  font-family: 'Open Sans', sans-serif;
  display:inline-block;
  font-weight:600;
  color:#333;
  line-height:21px;
  font-size:14px;
}

.forms01.filters select{
  width:200px;
  border:1px solid #ffd100;
  display:inline-block;
  line-height:21px;
}

.forms01.inTable input.qty{
  width:90px;
  padding:5px;
  height:30px;
  font-size:12px;
  margin:0 auto;
  display:inline-block;
}

.forms01.inTable button{
  width:30px;
  height:30px;
  padding:5px;
  display:inline-block;
  margin:0 auto;
  line-height:10px;
  border:1px solid transparent;
}

.forms01.inTable button.update{
  background-color:#005eae;
  border-color: #005eae;
}

.forms01.inTable button.remove{
  background-color:#005eae;
  border-color: #005eae;
}

.forms01.inTable button:hover{
  background-color:#fecc00;
  border-color:#fecc00;
}

.forms01.inTable button i.fa{
  color:#fff;
}

.forms01 input[type='text'].datefeild{
  width: calc(100% - 40px);
  z-index:3;
  display:inline-block;
}

.btn.datepicker-trigger{
  float:left;
  margin:20px auto 0;
}

.existing-address {
  background-color: #fff;
  display: block;
  height: 270px;
  margin: 5px auto;
  padding: 20px !important;
  position: relative;
  width: 98%;
  border:1px solid #ececec;
}

.existing-address p{
  font-size:12px;
  line-height:150%;
  padding:0;
}

.existing-address p span{
  font-weight:600;
}

.existing-address.click {
  cursor:pointer;
}

.forms01 input[type="submit"], .forms01 input[type="button"]{
  font-family: 'Open Sans', sans-serif;
  min-width: 100px;

  margin:10px auto;
  background: #005eae;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border:1px solid #005eae;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  font-size:12px;
  padding: 8px 14px;
  text-transform:uppercase;
  -webkit-transition: all 1s ease;
  -moz-transition: all  1s ease;
  -o-transition: all  1s ease;
  -ms-transition: all  1s ease;
  transition: all  1s ease;
}

.forms01 input[type="submit"]:hover,.forms01 input[type="button"]:hover{\
  color: #005eae;
  background: #fff;
  border-color: #005eae;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  -ms-transition: all  0.5s ease;
  transition: all  0.5s ease;
}

@media (max-width:1099px){
  .forms01 input[type='text'].datefeild{

  }

}

@media (max-width:767px){

  .forms01.newsletter {
    max-width: 300px;

  }

  .forms01 {
    display: block;
    padding: 0;
    text-align: center;
  }

  .existing-address {
    background-color: #fff;
    display: block;
    height: auto;
    min-height: 220px;
  } 

}
.cart-buttons a {
  font-size: 0.825rem;
  /* font-family: 'Anton', sans-serif; */
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fdf21f;
  border: 1px solid #0060aa;
  border-radius: 0;
  background-color: #0060aa;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}
.shop-page-wrapper .shop-page-content form a{
  color:#005eae;
}

.wrapper a:hover{
  color:#ffd100;
}
/*
.wrapper h3{
font-family: 'Open Sans', sans-serif;
font-weight:700;
color:#005eae;
font-size:14px;
line-height:150%;
text-align:left;
text-transform:none;
}  */



.bluetitle h3{
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  color:#005eae;
  font-size:14px;
  line-height:150%;
  text-align:left;
  text-transform:none;
}

.bluetitle h3 span{display:inline-block;
  padding:0 30px 5px 0;
  border-bottom:1px solid #ffd100;
}

.wrapper h3 span{
  display:inline-block;
  padding:0 3px 5px 0;
  border-bottom:1px solid #ffd100;
}
/*====================*/

.textColorYellow{
  color:#fecc00 !important;
}

.textColorBlue{
  color:#0060aa !important;
}
.block {
  display: block !important;
}
.italic {
  font-style: italic !important;
}
.w300 {
  font-weight: 300 !important;
}
.small-text3 {
  font-size: 85% !important;
}


/*====================*/


/*=== need css ===*/
.contentBox3 {
  position: relative;
  padding: 0 20px 30px;
}
.contentBox2 {
  position: relative;
  padding: 30px 20px;
}

#become-our-distributor h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #005eae;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  text-transform: none;
}
form h3{
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  color:#005eae;
  font-size:14px;
  line-height:150%;
  text-align:left;
  text-transform:none;
}

form h3 span{
  display:inline-block;
  padding:0 30px 5px 0;
  border-bottom:1px solid #ffd100;
}
.boxWithShadow {
  padding: 5px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 50%);
  display: block;
}



.mt-20 {
  margin-top: 20px !important;
}


.bullet01{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
}

.bullet01 li::before{
  content:"\f111";
  font-family:'FontAwesome';
  margin:0px 15px 0 0;
  color:#ffd100;
  display:block;
  float:left;
  padding: 0 0 10px;
  font-size:10px;
}


.bullet01 li{
  color:#666;

  display:block;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.bullet01 li a{
  font-weight:700;
}

.bullet02{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
  counter-reset: my-counter;
}

.bullet02 li::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  margin:0 15px 0 0;
  color:#005eae;
  font-size:20px;
  font-weight:600;
  display:block;
  float:left;
  padding: 0 0 10px
}

.bullet02 li{
  position:relative;
  display:block;
  color:#666;
  font-size:18px;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.bullet02 li a{
  font-weight:700;
}

.bullet03 li::before{
  content:"\f192";
  font-family:'FontAwesome';
  margin:0px 15px 0 0;
  color:#ffd100;
  display:block;
  float:left;
  padding: 0 0 10px;
  font-size:10px;
}

.bullet03{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
}

.bullet03 li{
  color:#666;
  font-size:18px;
  display:block;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.bullet03 li a{
  font-weight:700;
}



/*=== Product Details ===*/

.productDesc{

}

.productDesc img{
  position:relative;
  max-width:100%;
  height:auto;
}

.productDesc h2{
  font-family: 'Fjalla One', sans-serif;
  font-weight:500!important;
  font-size:26px;
  color:#005eae;
  padding:5px 0 20px;
  margin:0;
  line-height:125%;
  display:block;
  text-align:left;
}

.productDesc h2 span{
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color:#666;
  display:block;
  line-height:150%;
}

.productDesc p{
  font-size:14px;
  padding:0 0 10px;
}

.productDesc ul{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
}

.productDesc ul li::before{
  content:"\f111";
  font-family:'FontAwesome';
  margin:0px 15px 0 0;
  color:#ffd100;
  display:block;
  float:left;
  padding: 0 0 10px;
  font-size:10px;
}


.productDesc ul li{
  color:#666;
  font-size:14px;
  display:block;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.productDesc ul li a{
  font-weight:700;
}

.productDesc ol{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
  counter-reset: my-counter;
}

.productDesc ol li::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  margin:0 15px 0 0;
  color:#005eae;
  font-size:20px;
  font-weight:600;
  display:block;
  float:left;
  padding: 0 0 10px
}

.productDesc ol li{
  position:relative;
  display:block;
  color:#666;
  font-size:14px;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.productDesc ol li a{
  font-weight:700;
}

.productDetailImg .cycle-slideshow{
  position:relative;
  max-width:500px;
  height:auto;
  display:block;
  margin:auto;
  background-color:#fff;
  z-index:2;
}

.productDetailImg .cycle-slideshow img{
  max-width:100%;
  height:auto;
  display:block;
  background-color:#fff;
  padding:5px;
}

.cyclethumbs{
  position:relative;
  width:100%;
  margin:20px 0;
  display:block;
  text-align:center;
  z-index:3;
}

.cyclethumbs a{
  margin:5px;
  display: inline-block;
}

.cyclethumbs img{
  width:80px;
  height:auto;
  border:1px solid #ccc;
}



.cyclethumbs .cycle-pager-active img{
  border-color:#005eae;
  -webkit-filter: opacity(.2);
  filter: opacity(.2);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all  0.25s ease;
  -o-transition: all  0.25s ease;
  -ms-transition: all  0.25s ease;
  transition: all  0.25s ease;
}

/*.mix{
display:none;
}*/


@media (max-width:1099px){

  .cyclethumbs img{
    width:50px;
  }

}

@media (max-width:767px){

  .cyclethumbs img{
    width:40px;
  }

  .productDesc h2 {
    font-size: 20px;
  }

}

/*====================*/
.button-black {
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #000;
  border-radius: 0;

  background-color: #000;
  -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.50);
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 50%);
}

.product-meta-table1 {
  max-width: 400px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #ddd;
}
.table td, .table th {
  padding: 0.50rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}



.textarea {
  resize: none;
}
.form-label {
  font-size: 12px;
  color: #5e9bfc;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}
.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #5e9bfc;
}
.js-hide-label {
  opacity: 0;   
}
.js-unhighlight-label {
  color: #999 
}
.btn-start-order {
  background: 0 0 #ffffff;
  border: 1px solid #2f323a;
  border-radius: 3px;
  color: #2f323a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
  border-color: #5e9bfc;
  color: #5e9bfc;
}


.dropdown-menu.show {

  position: absolute;
  transform: translate3d(-35px, 37px, 0px);
  top: 0px;
  margin-right: 80px;
  will-change: transform;

}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  color: #0060aa;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-top: 1px dotted #fecc00;
}
.dropdown-item h5 {

}

/*=== Recipe Page ===*/

.recipePage{
  padding:0;
}

.recipeBox{
  padding:10px 15px 20px;
  display:block;
}

a.recipeItem{
  padding:0;
  display:block;
  margin:auto;
  overflow:hidden;
  border-bottom:15px solid #ffd100;
}
a.recipeItemdetail{
  padding:0;
  display:block;
  margin:auto;
  overflow:hidden;

}



a.recipeItem img{
  position:relative;
  max-width:100%;
  height:auto;
  display:block;
  transition: transform .2s; /* Animation */
  z-index:1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


a.recipeItem img:hover{
 transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
 -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
 -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
 box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

a.recipeItem span{
  position:absolute;
  width:300px;
  left:20px;
  bottom:60px;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  font-size:16px;
  color:#fff;
  padding:10px;
  margin:0;
  line-height:125%;
  display:block;
  text-align:left;
  z-index:2;
  background-color:#005eae;
}

a.recipeItem span small{
  font-size:11px;
  color:#ffd100;
  display:block;
  line-height:150%;
  font-weight:600;
}

.recipeDetail{
  padding:0;
}

.recipeDetail img{
  position:relative;
  max-width:100%;
  height:auto;
}

.recipeDetail h2{
  font-family: 'Fjalla One', sans-serif;
  font-weight:300;
  font-size:26px;
  color:#005eae;
  padding:5px 0 20px;
  margin:0;
  line-height:125%;
  display:block;
  text-align:left;
}

.recipeDetail h2 span{
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  color:#666;
  display:block;
  line-height:150%;
}

.recipeDetail  p{
  font-size:14px;
  padding:0 0 10px;
}

.recipeDetail ul{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
}

.recipeDetail ul li::before{
  content:"\f111";
  font-family:'FontAwesome';
  margin:0px 15px 0 0;
  color:#ffd100;
  display:block;
  float:left;
  padding: 0 0 10px;
  font-size:10px;
}


.recipeDetail ul li{
  color:#666;
  font-size:14px;
  display:block;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.recipeDetail ul li a{
  font-weight:700;
}

.recipeDetail ol{
  position:relative;
  display:block;
  padding:10px;
  list-style:none;
  counter-reset: my-counter;
}

.recipeDetail ol li::before{
  content: counter(my-counter);
  counter-increment: my-counter;
  margin:0 15px 0 0;
  color:#005eae;
  font-size:20px;
  font-weight:600;
  display:block;
  float:left;
  padding: 0 0 10px
}

.recipeDetail ol li{
  position:relative;
  display:block;
  color:#666;
  font-size:14px;
  text-align:left;
  padding: 0 5px 10px;
  margin: 0 0 0 5px;
  line-height:150%;
}

.recipeDetail ol li a{
  font-weight:700;
}
/*====================*/



/*=== Chocolat Gallery ===*/

.chocolat-gallery{
  padding:0;
}

.chocolat-gallery .chocolat-parent a.chocolat-image{
  position:relative;
  display:block;
  z-index:1;
  overflow:hidden;
  border:1px solid #ccc;
  padding:10px;
}

.chocolat-gallery .chocolat-parent a.chocolat-image:hover{
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;

}


.chocolat-gallery .chocolat-parent a.chocolat-image.nopad{
  padding:0;
}

.chocolat-gallery .chocolat-parent a.chocolat-image:after{
  position:absolute;
  bottom:10px;
  right:10px;
  display:block;
  content:"\f2ed";
  font-family:'LineAwesome';
  width:30px;
  height:30px;
  line-height:30px;
  color:#ffd100;
  text-align:center;
  font-size:24px;
  background-color:#005eae;
  z-index:2;
}


.chocolat-gallery .chocolat-parent a.chocolat-image.noImg{
  display:none;
}



/*------mobile logo----*/


.breadcrumb-bg-2 {
  background-image: url(../images/background-heading-page.webp);
}

/*
@media only screen and (max-width: 767px) {
.logo a{
background-image: url("assets/image/logo/logo-mobile.png")!important;
width:55px;
height:70px;

float:left;
}
  
}*/


#logo-mobile{
 display: none;
 
}

@media only screen and (max-width: 767px) {

  #logo {
  display: none;
}
#logo-mobile a{
width: 55px;
height: 70px;
z-index: 999!important;
}
#logo-mobile{
position: relative;
display: block;
background-image: url("assets/image/logo/logo-mobile.png")!important;
}
}

.trustLogos h1 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.pageLinks {
 position: absolute;
 display:block;
 list-style:none;
 padding:10px 0 0;

}


.pageLinks li{
  font-family: 'Open Sans', sans-serif;
  font-size:12px;
  text-align:left;
  display:inline-block;
  margin:0;
  padding:0 0 0 6px;
  font-weight:300;
  color:#333;
  text-transform:uppercase;
}


}


@media (max-width: 767px){}
.contentBox {
  margin-top: 200px;
  position: relative;
  padding: 10px 5px;
}

@media (max-width:1099px){

  .menu{
    display:none;
  }

  nav{
    display:block;
    padding:0 5px;
  }

  .slicknav_menu{
    display:block;
  }

}

@media (max-width:767px){

  .slicknav_menu{
    margin: 54px 0 0;
  }

  .slicknav_menu.menuOpen{
    margin-top:56px;
  }

}
@media (max-width:767px){

  .welcomeBox h1{
    font-size:30px;
    padding:20px 0px 5px;
    letter-spacing: 3px;
  }

  .welcomeBox img{
    margin-left:0;
  }

  .welcomeText{
    margin: 10px auto 0;
    padding:20px;
  }

  .welcomeText p{
    font-size:14px;
    line-height:175%;
    padding-bottom:20px;
  }

  .welcomeText a.readmore{
    font-size:13px;
  }
  .product-category-text-content {

    padding:10px 0px!important;
    
  }

}

/*
img{
position:relative;
max-width:100%;
height:auto;
display:block;
margin:auto;
}*/


.forms01.addtoCartform select {
  width: auto;
  min-width: 120px;
  display: inline-block;
  margin: 10px 10px 10px 0;
  border: 1px solid #ffd100;
}

.forms01.addtoCartform input{
  width: auto;
  min-width: 120px;
  display: inline-block;
  margin: 10px 10px 10px 0;
  border: 1px solid #ffd100;
}



/*=== Trust Logo ===*/

.trustLogos{
padding-top:30px;
padding-bottom:30px;
}

.trustLogos h1{
font-family: 'Open Sans', sans-serif;
font-size:40px;
font-weight:300;
text-align:right;
line-height:175%;
color:#6e6e6e;
padding:25px 0;
}

.trustLogos h1:before{
  display: inline-block;
  content: "";
  border-left: 1px solid #ffd100;
  position: absolute;
  width: 1px;
  height: 30px;
  top: 48px;
  right: 25px;
}

.trustLogos h1:after{
  display: inline-block;
    content: "";
    border-bottom: 1px solid #ffd100;
    position: relative;
    width: 60px;
    top: -11px;
    right: -35px;
}

.trustLogos img{
position:relative;
max-width:100%;
height:auto;
display:block;
margin:auto;
padding:0 15px;
}

@media (max-width:1399px){

.trustLogos h1{
font-size:26px;
}

.trustLogos h1:before{
  top: 34px;
  right: 50px;
}

.trustLogos h1:after{
  top: -9px;
  right: -25px;
}


}
@media (min-width:1499px){

.trustLogos h1{
font-size:26px;
}

.trustLogos h1:before{
  top: 34px;
  right: 50px;
}

.trustLogos h1:after{
  top: -9px;
  right: -25px;
}


}

@media (max-width:1099px){

.trustLogos{
padding-top:10px;
padding-bottom:10px;
}

.trustLogos h1{
font-size:18px;
}

.trustLogos h1:before{
  top: 28px;
  right: 55px;
}

.trustLogos h1:after{
  top: -5px;
  right: -5px;
}

.trustLogos img{
max-width:320px;
}

}

@media (max-width:800px){

.trustLogos h1{
font-size:18px;
text-align:center;
}

.trustLogos h1:before{
display:none;
}

.trustLogos h1:after{
display:none;
}

}

@media (max-width:767px){

.trustLogos h1{
font-size:14px;
text-align:center;
font-weight:600;
}

.trustLogos h1:after{
  top: 10px;
  left:0;
  right: 0;
  float:none;
  margin:auto;
display:block;

}

}

/*====================*/

/* productList  */
/*
.productList{
padding:15px;
}*/

.productList a{
  position:relative;
  display:block;
  overflow:hidden;
  background-color:#f4f4f4;
}

.productList a img{
  max-width:100%;
  height:auto;
  display:block;
  margin:auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all  0.5s ease;
  -o-transition: all  0.5s ease;
  -ms-transition: all  0.5s ease;
  transition: all  0.5s ease;
}

.productList a img:hover{
  filter: drop-shadow(0px 0px 5px rgba(50,50,50,.5));
}

.productList h2{
  position:relative;
  font-family: 'Fjalla One', sans-serif;
  font-size:14px;
  text-align:center;
  line-height:150%;
  padding:0px 0;
  color:#333;
}

.productList h2 span{
  width:80px;
  height:1px;
  background-color:#fecc00;
  display:block;
  margin:10px auto;
}

@media (max-width:1099px){

  .brandDesc{
    border:none;
    border-right:1px solid #ececec;
  }

}

.textColorYellow{
  color:#fecc00 !important;
}

.textColorBlue{
  color:#0060aa !important;
}



/* productList  is closed */
div.myAccDiv{
        right:-80px!important;
        top:60px!important;
      }

div.myAccDiv{
  position:absolute;
  width:250px;
  min-height:100px;
  display:block;padding:20px 10px;
  border-top:5px solid #666;
  border-left:1px solid #666;
  background-color:#fff;

  z-index:1000;
  display:none;
  -webkit-box-shadow: 2px 8px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 8px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 8px 5px 0px rgba(0,0,0,0.5);
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}

.header.setIt div.myAccDiv{
  top:75px;
}

div.myAccDiv.open{
  display:block;
  -webkit-transition: all .75s ease;
  -moz-transition: all .75s ease;
  -o-transition: all .75s ease;
  -ms-transition: all .75s ease;
  transition: all .75s ease;
}

div.myAccDiv.open h2{
  font-family:'Open Sans', san-serif;
  font-size:14px;
  font-weight:600;
  text-align:right;
  line-height:150%;
  color:#0060aa;
  padding:0 0 10px;
}

div.myAccDiv.open h2 span{
  display:block;
  color:#333;
  font-size:12px;
  font-weight:400;
}

div.myAccDiv.open a{
  position:relative;
  width:100%;
  height:auto;
  font-family:'Open Sans', san-serif;
  font-size:12px;
  font-weight:400;
  text-align:left;
  line-height:150%;
  padding:5px;
  border-top:1px dotted #fecc00;
  display:block;
}
/*div.myAccDiv.open a:last-child {
    border-bottom: 1px dotted #fecc00;
    }*/
    div.myAccDiv  a:last-child {
      border-bottom: 1px dotted #fecc00;
    }

    div.myAccDiv.open a:last-child{
      border-bottom:1px dotted #fecc00;
    }

    @media (max-width:1099px){
      .header .customerBar{
        margin-right:60px;
      }

      /*div.myAccDiv{
        right:115px;
        top:85px;
      }*/
    }



    /*====================*/






    .header .customerBar{
      margin-top:60px;
    }

    .customerBar li.mobile-hide{
      display:none;
    }

    .header .customerBar li div.myAccDiv:before{
      content:"\f0de";
      font-family:'FontAwesome';
      color:#666;
      position:absolute;
      margin:0;
      font-size:26px;
      line-height:14px;
      display:block;
      text-align:center;
      top:-8px;
      right:0px;
    }

    div.myAccDiv:before{
      top:-8px;
      right:114px;
    }

    div.myAccDiv{
      margin:auto;
      top:95px;
      left:auto;
      right:0;
    }
  }




  /*====================*/

/*.productDetailImg .cycle-slideshow img .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.productDetailImg .cycle-slideshow img .product-thumbnail :hover {
  opacity: 0.3;
  }*/
  .productDetailImg .product-thumbnail:hover {
    -webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
  }
/*@media only screen and (max-width: 767px) {
.forms01 {
    display: block;
    padding: 0;
    text-align: center;
}}

@media (max-width:1099px){
.forms01 input[type='text'].datefeild{

}

}

@media only screen and (max-width: 767px) {

.forms01.newsletter {
    max-width: 300px;

}

.forms01 {
    display: block;
    padding: 0;
    text-align: center;
}

.existing-address {
    background-color: #fff;
    display: block;
    height: auto;
    min-height: 220px;
   } 

   }*/

   @media only screen and (max-width: 767px) {

/*a.continueShopping{
padding: 10px 40px;
}

a.addToBaskest, a.addToWishList, a.continueShopping, a.continueEnquiry{

float:left;
font-size:14px;
margin:10px auto;
}

a.addToBaskest::before, a.addToWishList::before, a.continueShopping:before {
    left: 0;
    }

a.continueEnquiry:after {
    right: 0;
    }*/
    .addtoCartform .vandevi-button--medium{

      font-size:12px;
      margin:0px auto;
      max-width: 120px;
      padding: 5px 8px!important;
    }
    #productdetail .forms01.addtoCartform input {
      max-width: 120px;
    }
    .welcomeBox {
      position: relative;
      padding: 0px 20px;
    }
  }

  .productdetails-gallery .productdetails-parent a.productdetails-image:after {
    position:absolute;
    bottom: 80px;
    right: 10px;
    display: block;
    content: "\f2ed";
    font-family: 'LineAwesome';
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffd100;
    text-align: center;
    font-size: 24px;
    background-color: #005eae;
    z-index: 2;
  }
