/*********************************************************************************
	Template Name: Belle Multipurpose eCommerce Bootstrap4 Template
	Description: A perfect template to build beautiful and unique Fashion websites. It comes with nice and clean design.
	Version: 1.0
**********************************************************************************/

/* --------------------------------------------------
Table of Content:

1.  Google Fonts
2.  Basic Styles
3.  Typography
4.  Utilities
5.  Container
6.  Button
7.  Input Placeholder
8.  Pre Loader
9.  Header Style
10. Homepage Slideshow
11. Section
12. Products With Tab Slider
13. Product Grid
14. Collection Box Slider
15. Brands Logo Slider
16. Latest Blog Post
17. Store Feature
18. Shop Pages
19. Product Listview
20. Bredcrumb
21. Product Detail
22. Categories List
23. Pages
24. Cart Pages
25. Quick View
26. Promotional Top Popup
27. Image Banners
28. Homepages Demo
	28.1 Home 2 - Default
	28.2 Home 3 - Boxed
	28.3 Home 4 - Fulwidth
	28.4 Home 5 - Cosmetic
	28.5 Home 6 - Modern
	28.6 Home 7 - Shoes
	28.7 Home 8 - Jewellery
	28.8 Home 9 - Parallax
	28.9 Home 10 - Minimal
	28.10 Home 11 - Grid
	28.11 Home 12 - Category
	28.12 Home 13 - Autoparts
	28.13 Home 14 - Bags
	28.14 Home 15 - Furniture
29. Testimonial Slider
30. Instagram Feed
31. Hero Banners
32. Newsletter Cookie Popup
33. Footer
=======================================================================*/


/*======================================================================
  1. Google Fonts
========================================================================*/
@import url('http://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700&amp;display=swap');
@import url('http://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&amp;display=swap');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&amp;display=swap');


/*======================================================================
  2. Basic Styles
========================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", Helvetica, Tahoma, Arial, serif;
  color: #424242;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html,
button,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #cdcfd3;
}

input,
textarea {
  padding: 10px 18px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(../images/arrow-select.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  line-height: 1.2;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-bottom: 8px 28px 8px 15px;
}

iframe {
  border: 0;
  width: 100%;
}

a {
  color: #555555;
  text-decoration: none;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  color: #000;
  outline: 0;
}

a:hover,
a:focus {
  opacity: 0.8;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

.list-items {
  margin-left: 15px;
}

.hide {
  display: none !important;
}

/*======================================================================
  3. Typography
========================================================================*/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
  margin: 0;
  margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000;
  margin: 0 0 10px;
  font-family: "Roboto Slab", Helvetica, Tahoma, Arial, serif;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 16px;
}

h4,
.h4 {
  font-size: 1em;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  max-width: 100%;
}

p {
  color: #555;
}

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

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #d7d7d7;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
  color: #424242;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #5b77d8;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

input,
select {
  height: 40px;
  padding: 0 10px;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 0;
  box-shadow: none;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #e8e9eb;
}

.border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}

/*======================================================================
  4. Utilities
========================================================================*/
.hidden {
  display: none;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.poss_relative {
  position: relative;
}

.poss_absolute {
  position: absolute;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

th {
  font-family: "Roboto Slab", Helvetica, Tahoma, Arial, serif;
  font-weight: 700;
}

/* Text specialized */
.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
}

.text-underline {
  font-style: underline;
}

/* Font specialized */
.body-font {
  font-family: "Poppins", sans-serif;
}

.heading-font {
  font-family: "Poppins", sans-serif;
}

.list--inline {
  padding: 0;
  margin: 0;
}

.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important;
}

.display-table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}


/*======================================================================
  5. Container
========================================================================*/
.container {
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-fluid {
  padding: 0 55px;
}

.container-fluid:before,
.container-fluid:after {
  content: '';
  clear: both;
  display: block;
}

.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px;
}

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}

.grid--no-gutters>.grid__item {
  padding-left: 0;
}

/*======================================================================
  6. Button
========================================================================*/
.btn,
.shopify-payment-button__button--unbranded {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  height: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 8px 15px 8px;
  background-color: #000;
  color: #fff;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  white-space: normal;
  font-size: 13px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus,
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:focus {
  background-color: #1a1a1a;
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.btn--small {
  padding: 8px 10px;
  font-size: 0.92308em;
  line-height: 1;
}

.btn--secondary {
  background-color: #ededed;
  color: #000;
  border: 1px solid #000;
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #31a3a3;
  text-align: left;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

.btn--link:hover,
.btn--link:focus {
  opacity: 0.8;
  text-decoration: none;
}

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

/*======================================================================
  8. Pre Loader
========================================================================*/
#pre-loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

/*======================================================================
  9. Header Style
========================================================================*/
/* .classicHeader:not(.stickyNav) {
  position: absolute;
  width: 100%;
  z-index: 8;
} */

.promotion-header {
  color: #df1a0b;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 35px;
  background-color: #fff0ef;
  text-align: center;
  position: relative;
  z-index: 5;
}

.closeHeader {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 40px;
  top: 8px;
  height: 25px;
  width: 25px;
  line-height: 22px;
  color: #df1a0b;
}

.top-header {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  background: #186028;
  height: 38px;
}

.top-header a {
  color: #fff;
}

.top-header p,
.top-header a,
.top-header select,
.top-header .fa,
.top-header span.selected-currency,
.top-header .language-dd {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: normal;
}

/* .top-header a:hover {
  text-decoration: underline;
} */

.top-header .phone-no,
.top-header .welcome-msg {
  display: inline;

}

.top-header .phone-no .anm {
  vertical-align: middle;
  writing-mode: sideways-rl;
}

.top-header .phone-no a:hover {
  text-decoration: none;
}

.selected-currency,
.language-dd {
  width: 40px;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px
}

.language-dd {
  width: 65px;
  text-transform: uppercase;
  display: inline;
}

.selected-currency:after,
.language-dd:after {
  content: "\f0d7";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.top-header .currency-picker,
.top-header .language-dropdown {
  display: inline;
  position: relative;
  vertical-align: middle;
}

#currencies,
#language {
  top: 29px;
  left: -5px;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 0;
  z-index: 333;
}

#currencies li,
#language li {
  color: #000;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 15px;
  list-style: none;
  border-bottom: solid 1px #ddd;
}

#currencies li:hover,
#language li:hover {
  background: #f5f5f5;
}

.top-header .user-menu {
  display: none;
}

.top-header .user-menu .anm {
  font-size: 19px;
  cursor: pointer;
}

.top-header .list-inline {
  margin: 0;
  list-style: none;
}

.top-header .list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.logo img {
  width: 170px;
}

.stickyNav {
  position: fixed;
  top: 0;
  z-index: 333;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.stickyNav .logo {
  padding-left: 0;
}

.site-cart {
  float: right;
  position: relative;
}

.site-header__cart {
  color: #000;
  text-decoration: none;
}

.site-header__cart:hover {
  text-decoration: none;
}

.site-header__cart .icon {
  font-size: 22px;
  text-decoration: none;
}

.site-header__cart-count {
  font-size: 11px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -5px;
  bottom: 0;
}

#header-cart {
  z-index: 333;
  width: 320px;
  margin-top: 5px;
  display: none;
  background-color: #fff;
  border: 1px solid #e8e9eb;
  position: absolute;
  top: 100%;
  right: -5px;
  z-index: 555;
  border-radius: 0;
}

#header-cart hr {
  margin: 20px 0
}

#header-cart .btn {
  color: #fff;
  margin: 0 2% 0 0;
  width: 48%;
  padding: 10px;
}

#header-cart .btn:nth-of-type(2n) {
  margin-right: 0;
}

#header-cart #cart-title {
  text-align: left;
  margin-bottom: 0;
}

#header-cart #cart-title strong {
  color: #000000;
}

#header-cart .variant-cart {
  color: #777;
  font-size: 11px;
}

#header-cart .wrapQtyBtn {
  display: block;
  float: none;
  margin-top: 5px;
}

#header-cart .qtyField .label {
  float: left;
  line-height: 30px;
  padding-right: 5px;
  color: #186028;
}

#header-cart .qtyField .qtyBtn,
#header-cart .qtyField .qty {
  font-size: 11px;
  width: 25px;
  height: 30px;
  display: inline-block;
  padding: 3px;
}

#header-cart .qtyField a .fa {
  font-size: 11px;
}

#header-cart .priceRow {
  margin-top: 0;
  color: #000000;
}

.mini-products-list {
  padding: 15px 15px 0;
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  margin: 0;
}

.mini-products-list+.mini-products-list {
  padding-top: 0;
}

.mini-products-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: normal;
  display: block;
  border-bottom: solid 1px #eee;
}

.mini-products-list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.mini-products-list li:before,
.mini-products-list li:after {
  content: '';
  clear: both;
  display: block;
}

.mini-products-list li .product-image {
  width: 25%;
  float: left;
}

.mini-products-list li .pro-img {
  float: left;
  width: 30%;
}

.mini-products-list li .pName {
  color: #000;
  font-size: 13px;
  white-space: normal;
  text-decoration: none;
  display: block;
  line-height: normal;
  margin-right: 18px;
  margin-bottom: 0;
}

.mini-products-list li .pName:hover {
  color: #222;
}

.product-details {
  background: #fff;
  padding: 10px 0;
  color: #fff;
}

.mini-products-list li .product-details {
  float: left;
  width: 75%;
  padding-left: 15px;
  text-align: left;
}

.mini-products-list li .remove {
  color: #5c5c5c;
  float: right;
  font-size: 14px;
  padding: 0 2px 0 7px;
  margin-top: 0;
  text-decoration: none;
}

.mini-products-list li .remove:hover {
  color: #000;
}

.mini-products-list li .edit-i.remove {
  font-size: 11px;
  padding-top: 1px;
}

.mini-products-list li .priceRow {
  margin: 10px 0 0;
}

.mini-products-list li .priceRow .prodMulti {
  display: inline-block;
  font-size: 10px;
}

.mini-products-list li .priceRow .product-price {
  display: inline-block;
}

.mini-products-list li .qtyField {
  display: inline-block;
  padding-left: 2px;
}

.mini-products-list li .qtyField a {
  display: none;
}

.mini-products-list li .qtyField span {
  display: inline-block;
  padding: 0;
  border: 0;
}

#header-cart .total {
  padding: 0 10px 15px;
}

#header-cart .total .total-in {
  color: #000;
  margin: 10px 0;
  padding: 8px 10px;
  border-top: 1px solid #e8e9eb;
  border-bottom: 1px solid #e8e9eb;
  text-align: left;
  display: inline-block;
  width: 100%;
}

#header-cart .total .product-price {
  float: right;
  font-size: 16px;
}

#header-cart .total label {
  float: left;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}

#header-cart .total .total-in .label {
  text-transform: uppercase;
}

.stickyNav .site-header__search {
  display: none;
}

.site-header__search {
  float: right;
}

.search {
  position: absolute;
  width: 100%;
  background: #fff;
  color: #333;
  z-index: 100;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: opacity .2s, transform .2s;
  -webkit-transition: opacity .2s, transform .2s;
}

.search--opened {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

.site-header__search .search-trigger {
  border: 0;
  font-size: 20px;
  padding-right: 20px;
  cursor: pointer;
  padding-top: 0;
}

.site-header__search .search-trigger:hover {
  color: #30bdbd;
}

.search .search__form {
  margin: 35px 60px;
  position: relative;
}

.search .search__input {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 0 40px;
}

.search .search__button {
  border: 0;
  font-size: 18px;
}

.search .go-btn {
  position: absolute;
  left: 0;
  top: 10px;
}

.search .close-btn {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 18px;
  line-height: normal;
  display: block;
  border: 0;
  padding: 5px;
  cursor: pointer;
}

#siteNav {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#siteNav.right {
  text-align: right;
}

#siteNav.left {
  text-align: left;
}

#siteNav.center {
  text-align: center;
}

#AccessibleNav {
  padding-left: 0;
}

.mobile-nav-wrapper,
.site-header__logo.mobileview {
  display: none;
}

@media (min-width:990px) {
  #siteNav a {
    text-decoration: none;
    font-size: 13px;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    position: relative;
  }

  #siteNav>li {
    display: inline-block;
    text-align: left;
  }

  #siteNav>li>a {
    color: #000000;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 40px;
  }

  #siteNav.medium>li a {
    font-weight: 600;
  }

  #siteNav.medium>li>a .anm {
    display: none;
  }

  #siteNav>li>a:hover:hover,
  #siteNav>li>a:hover {
    color: #339498;
  }

  #siteNav>li .megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 25px 25px 0;
    width: 100%;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    max-height: 600px;
    overflow: auto;
  }

  #siteNav>li .megamenu ul {
    padding: 0;
    list-style: none;
  }

  #siteNav>li:hover>.megamenu {
    top: 40px;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }

  #siteNav>li .megamenu li.lvl-1 {
    margin-bottom: 25px;
  }

  #siteNav>li .megamenu li.lvl-1 a.lvl-1 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 8px;
    font-weight: 600;
  }

  #siteNav>li .megamenu li.lvl-1 li .site-nav {
    color: #000;
    padding: 5px 0;
    font-weight: 400;
  }

  #siteNav>li .megamenu li.lvl-1 li .site-nav:hover {
    color: #000;
  }

  #siteNav>li .megamenu li.lvl-1 li .site-nav:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    vertical-align: middle;
    background-color: #000;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #siteNav>li .megamenu li.lvl-1 li .site-nav:hover:before {
    width: 5px;
    margin-right: 3px;
  }

  #siteNav>li .megamenu.style4 {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  #siteNav>li .megamenu .imageCol {
    padding-bottom: 25px;
  }

  #siteNav>li ul.dropdown li a .anm {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #siteNav a .lbl {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3px;
    background-color: #f00;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
    vertical-align: middle;
  }

  #siteNav a .lbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -7px;
    border: 4px solid transparent;
    border-right-color: transparent;
    border-right-color: #f00;
  }

  #siteNav a .lbl.nm_label3 {
    background-color: #fb6c3e;
  }

  #siteNav a .lbl.nm_label1 {
    background-color: #01bad4;
  }

  #siteNav a .lbl.nm_label3:after {
    border-right-color: #fb6c3e;
  }

  #siteNav a .lbl.nm_label1:after {
    border-right-color: #01bad4;
  }

  #siteNav>li.dropdown {
    position: relative;
  }

  #siteNav>li .dropdown,
  #siteNav>li .dropdown ul {
    list-style: none;
    border: 1px solid #eeeeee;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 999;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0;
  }

  #siteNav>li:hover>.dropdown,
  #siteNav>li .dropdown li:hover>ul {
    top: 40px;
    opacity: 1;
    visibility: visible;
  }

  #siteNav>li ul.dropdown li {
    border-top: 1px solid #eeeeee;
    position: relative;
  }

  #siteNav>li ul.dropdown li:first-child {
    border: 0;
  }

  #siteNav>li ul.dropdown li a {
    color: #000;
    font-weight: 400;
    padding: 8px 12px;
    background-color: #fff;
  }

  #siteNav>li ul.dropdown li a:hover {
    color: #000;
    background-color: #eee;
    padding-left: 17px;
  }

  #siteNav>li ul.dropdown li ul {
    top: 20px;
    left: 100%;
  }

  #siteNav>li ul.dropdown li:hover>ul {
    top: 0;
  }

}

.header-content-wrapper {
  width: 100%;
  padding: 15px 0;
}

/*======================================================================
  10. Homepage Slideshow
========================================================================*/
 
.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 25%;
  left: 50px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 5vw;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}



.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #FFFFFF00;
  backdrop-filter: blur(20px);
  height: 50px;
  width: 50px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: 'FontAwesome';
  font-weight:  900;
  background: none;
  color: #ffffff;
  font-size: 30px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family:'FontAwesome';
  font-weight: 900;
  background: none;
  color: #ffffff;
  font-size: 30px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #FFFFFF0D;
}


/*======================================================================
  11. Section
========================================================================*/
.section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section-header {
  margin-bottom: 35px;
}

.pb-section {
  padding-bottom: 35px;
}

.pt-section {
  padding-top: 35px;
}

.no-pb-section {
  padding-bottom: 0;
}

/*======================================================================
  12. Products With Tab Slider
========================================================================*/
.tab-slider-product.section .section-header {
  margin-bottom: 15px;
}


.tab-slider-product .h2,
.tab-slider-product p {
  color: #176129;
}

.tab-slider-product .tabs {
  border: 0;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
}

.tab-slider-product .tabs>li {
  float: none;
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
}

.tab-slider-product .tabs>li {
  background: none !important;
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #929292;
  font-weight: 600;
  font-size: 13px;
  padding-top: 0;
}

.tab-slider-product .tabs>li.active {
  color: #111111;
}

.tab-slider-product .tabs li:hover,
.tab-slider-product .tabs li:focus {
  color: #111111;
  opacity: 1;
  text-decoration: underline;
}

.tab-slider-product .tab_container {
  clear: both;
  width: 100%;
}

.tab-slider-product .tab_content {
  display: none;
}

.tab-slider-product .tab_drawer_heading {
  display: none;
}

/*======================================================================
  13. Product Grid
========================================================================*/
.grid-products a {
  text-decoration: none !important;
}

@media only screen and (min-width: 992px) {
  .shop-grid-5 .grid-products .item.col-lg-2 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1540px) {
  .shop-grid-7 .grid-products .item.col-lg-2 {
    -ms-flex: 0 0 14.2222%;
    -webkit-flex: 0 0 14.2222%;
    flex: 0 0 14.2222%;
    max-width: 14.2222%;
  }
}

.grid-products .item .product-image .showVariantImg img {
  opacity: 0;
  visibility: hidden;
}

.grid-products .item .product-image .showVariantImg .variantImg {
  visibility: visible;
  opacity: 1;
}

.grid-products .item .product-image .showLoading {
  transition: .5s;
  animation: loader-rotate .8s infinite linear;
  background: 0 0 !important;
  border: 3px solid rgba(100, 100, 100, .5);
  border-top-color: rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  content: "";
  height: 34px !important;
  left: 50%;
  line-height: 1;
  margin-left: -17px;
  margin-top: -17px;
  pointer-events: none;
  position: absolute;
  top: 50% !important;
  -webkit-animation: loader-rotate .8s infinite linear;
  width: 34px !important;
  z-index: 154 !important;
}

.grid-products .item .product-image {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
}

.grid-products .item .product-image>a {
  display: block;
  white-space: nowrap;
  opacity: 1;
}

.grid-products .item .product-image img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  aspect-ratio: 0.750670;
}

.grid-products .item .product-image .hover {
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.grid-products .item .product-image:hover .primary {
  opacity: 0;
}

.grid-products .item .product-image:hover .hover:not(.variantImg) {
  opacity: 1;
  visibility: visible;
}

.grid-view_image:hover .primary {
  opacity: 0;
  visibility: hidden;
}

.grid-view_image:hover .hover:not(.variantImg) {
  opacity: 1;
  visibility: visible;
}

.grid-view-item.style2 .grid-view-item__link {
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
}

.grid-view-item.style2 .grid-view-item__link {
  display: block;
  white-space: nowrap;
  opacity: 1;
}

.grid-view-item.style2 .grid-view-item__image {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.grid-view-item.style2 .grid-view-item__link .hover {
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.grid-view-item.style2 .grid-view-item__link:hover .primary {
  opacity: 0 !important;
  visibility: hidden;
}

.grid-view-item.style2 .grid-view-item__link:hover .hover:not(.variantImg) {
  opacity: 1;
  visibility: visible;
}

.grid-view-item.style2 .hoverDetails {
  width: 94%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transition: all ease-out 0.4s;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.template-collection .grid-view-item.style2 i {
  vertical-align: middle;
}

.grid-view-item.style2 .grid-view-item__link,
.grid-view-item.style2 .grid-view_image {
  margin-bottom: 0;
}

.grid-view-item.style2 .grid-view-item__link .hover {
  opacity: 0 !important;
  visibility: hidden;
}

.grid-view-item.style2:hover .grid-view-item__link .hover {
  opacity: 0.2 !important;
  visibility: visible;
}

.grid-view-item.style2:hover .hoverDetails {
  opacity: 1;
}

.grid-view-item.style2 .button-set,
.grid-view-item.style2 .variants.add {
  position: static;
  opacity: 1;
  margin: 0;
}

.grid-view-item.style2 .button-set {
  margin-top: 10px;
}

.grid-view-item.style2 .button-set a.quick-view,
.grid-view-item.style2 .button-set .wishlist-btn,
.grid-view-item.style2 .button-set .compare-btn,
.grid-view-item.style2 .button-set>form {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

.grid-view-item.style2 .button-set i {
  line-height: 35px;
}

.grid-view-item.style2 .button-set>form button {
  padding: 0;
  width: 35px;
  height: 35px;
}

.grid-view_image {
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
}

.grid-products.style3 .item .product-name {
  margin-bottom: 10px;
}

.grid-products.style3 .item .product-image {
  margin: 0 auto;
}

.grid-view_image .product-image>a:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 9;
  display: block;
  height: auto;
  line-height: normal;
  font-size: 0px;
  padding: 6px 10px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  font-family: "annimex-icons";
  font-size: 20px;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\ea8b";
}

.slick-next::before {
  content: "\ea8c";
}

.productSlider:hover .slick-arrow,
.productPageSlider:hover .slick-arrow,
.productSlider-style1:hover .slick-arrow,
.productSlider-style2:hover .slick-arrow,
.productSlider-style2:hover .slick-arrow,
.productSlider-fullwidth:hover .slick-arrow {
  opacity: 1;
}

.grid-products .slick-arrow {
  margin-top: -50px;
}

.productPageSlider .slick-arrow {
  margin-top: -40px;
}

.productSlider-style1 .slick-arrow,
.productSlider-style2 .slick-prev,
.productSlider-fullwidth .slick-prev {
  margin-top: -10px;
}

.productSlider .slick-arrow,
.productPageSlider .slick-arrow,
.productSlider-style1 .slick-arrow,
.productSlider-style2 .slick-arrow,
.productSlider-fullwidth .slick-arrow {
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.productSlider .slick-next,
.productPageSlider .slick-next,
.productSlider-style1 .slick-next,
.productSlider-style2 .slick-next,
.productSlider-fullwidth .slick-next {
  right: -35px;
}

.productSlider .slick-prev,
.productPageSlider .slick-prev,
.productSlider-style1 .slick-prev,
.productSlider-style2 .slick-prev,
.productSlider-fullwidth .slick-prev {
  left: -35px;
}

.grid-products .slick-slider .item,
.grid-products.slick-slider .item {
  margin-bottom: 0;
}

.product-labels {
  position: absolute;
  left: 5px;
  top: 5px;
}

.product-labels.rectangular .lbl {
  border-radius: 0;
}

.product-labels.radius .lbl {
  border-radius: 3px;
}

.product-labels .lbl {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.product-labels .on-sale {
  right: 5px;
  background: #f54337;
}

.product-labels .pr-label1 {
  left: 5px;
  background: #01bad4;
}

.product-labels .pr-label2 {
  left: 5px;
  background: #e9a400;
}

.product-labels .pr-label3 {
  left: 5px;
  background: #81d53d;
}

.product-labels.rounded .lbl {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  white-space: nowrap;
  word-break: break-all;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  width: 50px;
}

.grid-view-item--sold-out .grid-view-item__image {
  opacity: 0.5;
}

.sold-out {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.sold-out span {
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
}

.variants.add button {
  color: #000000;
  background-color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.variants.add {
  position: absolute;
  bottom: -50px;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 5px;
  right: 5px;
}

.product-image:hover .variants.add {
  bottom: 5px;
}

.button-set {
  position: absolute;
  right: 5px;
  top: 30px;
  opacity: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button-set i {
  line-height: 34px;
}

.product-image:hover .button-set {
  top: 5px;
  opacity: 1;
}

a.quick-view,
a.wishlist,
.cartIcon,
.add-to-compare {
  color: #000000;
  background-color: #ffffff;
  border: 0;
  width: 35px;
  height: 35px;
  line-height: 34px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}

a.quick-view:hover,
a.wishlist:hover,
.cartIcon:hover,
.variants.add button:hover,
.add-to-compare:hover {
  color: #ffffff;
  background-color: #000000;
  opacity: 0.8;
}

a.quick-view {
  margin-bottom: 5px !important;
}

.button-style2,
.button-style2 .variants.add {
  position: static;
  opacity: 1;
}

.button-style2 .btn-style2 {
  display: block;
  float: left;
  width: 25%;
}

.button-style2 .cartIcon,
.button-style2 .quick-view-popup,
.button-style2 .wishlist,
.button-style2 .compare {
  color: #fff;
  background-color: #000;
  border-right: 1px solid #fff;
}

.button-style2 .compare {
  border-right: 0;
}

.button-style2 .wishlist,
.button-style2 .compare {
  width: 100%;
}

.button-style2 .variants.add button {
  color: #fff;
  background-color: #000;
}

.grid-products .item {
  margin: 0 0 30px;
  text-align: center;
}

.tab_container .grid-products .item {
  margin-bottom: 0;
}

.grid-products .item .product-name a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.grid-products .item .product-name a:hover {
  opacity: 0.8;
}

.grid-products .item .product-price {
  margin: 5px 0;
  color: #fff;
  font-weight: 600;
}

.product-price .old-price {
  color: #e7e7e7;
  font-size: 12px;
  opacity: 0.8;
  text-decoration: line-through;
}

.product-price .old-price+.price {
  padding-left: 5px;
  color: #e95144 !important;
}

.product-price .price {
  color: #000000;
}

.product-price__sale,
.product__price--sale {
  color: #e95144 !important;
}

.product-review .fa {
  font-size: 13px;
  opacity: 1;
  color: #ff9500;
  margin: 0 1px;
}

.grid-products .item .swatches {
  margin: 8px 0 0;
  list-style: none;
  padding: 0;
}

.grid-products .item .swatches li {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 3px 1px;
  cursor: pointer;
  box-shadow: 0 0 1px 1px #ddd;
  -webkit-box-shadow: 0 0 1px 1px #ddd;
}

.grid-products .item .swatches li img {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  max-height: 30px;
  width: 30px;
  margin: 0 auto;
}

.grid-products .item .swatches li.square img {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.grid-products .item .swatches li.radius img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.grid-products .item .swatches li:hover {
  box-shadow: 0 0 1px 1px #000;
  -webkit-box-shadow: 0 0 1px 1px #000;
}

.grid-products .item .swatches li.rounded {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.grid-products .item .swatches li.radius {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.grid-products .item .swatches li.medium {
  height: 30px;
  width: 30px;
}

.grid-products .item .swatches li.navy {
  background-color: navy;
}

.grid-products .item .swatches li.green {
  background-color: green;
}

.grid-products .item .swatches li.gray {
  background-color: gray;
}

.grid-products .item .swatches li.aqua {
  background-color: aqua;
}

.grid-products .item .swatches li.orange {
  background-color: orange;
}

.grid-products .item .swatches li.purple {
  background-color: purple;
}

.grid-products .item .swatches li.teal {
  background-color: teal;
}

.grid-products .item .swatches li.black {
  background-color: black;
}

.grid-products .item .swatches li.red {
  background-color: red;
}

.grid-products .item .swatches li.yellow {
  background-color: yellow;
}

.grid-products .item .swatches li.darkgreen {
  background-color: darkgreen;
}

.grid-products .item .swatches li.maroon {
  background-color: maroon;
}

.grid-view-item__title {
  color: #000;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
}

.grid-view-item__meta {
  margin: 5px 0;
}

.product-price__price {
  color: #000000;
  font-weight: 600;
  display: inline-block;
}

.grid-products-hover-btn a.quick-view,
.grid-products-hover-btn a.wishlist,
.grid-products-hover-btn .variants.add button,
.grid-products-hover-btn .cartIcon,
.grid-products-hover-btn .add-to-compare {
  color: #ffffff;
  background-color: #000000;
}

.grid-products-hover-gry a.quick-view,
.grid-products-hover-gry a.wishlist,
.grid-products-hover-gry .variants.add button,
.grid-products-hover-gry .cartIcon,
.grid-products-hover-gry .add-to-compare {
  color: #ffffff;
  background-color: #555555;
}

.brand-name a {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
}

/*======================================================================
  14. Collection Box Slider
========================================================================*/
.collection-grid-item {
  position: relative;
  width: 100%;
}

.collection-box .container-fluid {
  padding: 0;
}

.collection-box-style1 .container-fluid {
  padding: 0 55px;
}

.collection-box .collection-grid-item__link {
  position: relative;
  display: block;
  border: none;
  overflow: hidden;
}

.collection-box .collection-grid-item__link:before {
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.collection-box .collection-grid-item__link:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -40%;
  left: -40%;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.collection-box .collection-grid-item__link img {
  margin: 0 auto;
  width: 100%;
}

.collection-box .collection-grid-item__title-wrapper {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.collection-box-style1 .collection-grid-item__title-wrapper {
  top: 50%;
  bottom: auto;
}

.collection-box .collection-grid-item__title {
  position: relative;
  display: inline-block;
  width: auto;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.collection-box .collection-grid-item__title.btn--secondary {
  background-color: #ededed;
  color: #000;
  border: 0;
}

.collection-box-style1 .collection-grid-item__title.btn--secondary:hover {
  background-color: #000;
  color: #fff;
  border: 0;
}

.collection-box .slick-arrow,
.collection-grid-4item .slick-arrow {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
}

.collection-box:hover .slick-arrow,
.collection-grid-4item:hover .slick-arrow {
  color: #000;
  opacity: 1;
  visibility: visible;
}

.collection-box .collection-grid .slick-prev,
.collection-box .collection-grid-4item .slick-prev {
  left: 10px;
}

.collection-box .collection-grid .slick-next,
.collection-box .collection-grid-4item .slick-next {
  right: 10px;
}

.collection-box .collection-grid-4item .btn--secondary {
  background-color: #000;
  color: #fff;
}

/*======================================================================
  15. Brands Logo Slider
========================================================================*/
.logo-bar__item:hover {
  opacity: 0.6;
}

.logo-bar .slick-arrow {
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.logo-bar:hover .slick-arrow {
  color: #000;
  opacity: 1;
}

.logo-bar .slick-prev {
  left: -15px;
}

.logo-bar .slick-next {
  right: -15px;
}

.logo-bar .slick-slide img {
  margin: 0 auto;
}

/*======================================================================
  16. Latest Blog Post
========================================================================*/
.latest-blog .wrap-blog {
  display: table;
}

.latest-blog .article__title.h3 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.latest-blog .wrap-blog .article__grid-image,
.latest-blog .wrap-blog .article__grid-meta {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.latest-blog .wrap-blog .article__grid-meta {
  width: 55%;
}

.latest-blog .wrap-blog .wrap-blog-inner {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-left: -30px;
  position: relative;
}

.latest-blog .article__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.latest-blog .article__date {
  font-size: 12px;
  color: #666;
  display: inline-block;
  margin-bottom: 15px;
}

.latest-blog .article__grid-excerpt {
  font-size: 12px;
  margin-bottom: 10px;
}

.latest-blog .article__meta-buttons {
  text-transform: uppercase
}

/*======================================================================
  17. Store Feature
========================================================================*/
.store-info h5,
.store-info .h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 600;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.store-info li {
  padding: 0 20px;
  text-align: center;
}

.store-info li+li {
  border-left: 1px dotted #ddd;
}

.store-info .icon {
  color: #a9a9a9;
  font-size: 40px;
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
}

/*======================================================================
  18. Shop Pages
========================================================================*/
.template-collection .collection-header {
  margin-bottom: 45px;
}

.collection-hero {
  position: relative;
  overflow: hidden;
}

.collection-hero__image {
  opacity: 1;
}

.collection-hero__image img {
  width: 100%;
}

.collection-hero__title-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.collection-hero__title {
  font-size: 1.84615em;
  position: absolute;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-description {
  margin-bottom: 40px;
}

.sidebar .sidebar_widget {
  margin-bottom: 35px;
  clear: both;
  width: 100%;
}

.sidebar h2,
.sidebar .h2 {
  margin-bottom: 20px;
  font-size: 15px;
}

.sidebar .sidebar_widget .widget-content ul {
  margin: 0 0 15px;
  list-style: none;
}

.sidebar .sidebar_widget .widget-content ul li {
  list-style: none;
  padding: 3px 0;
  font-size: 12px;
}

.filterBox ul:not(.filter-color) {
  margin-left: -5px;
  list-style: none;
}

.filterBox ul:not(.filter-color) li {
  padding: 3px 0;
}

.filterBox ul:not(.filter-color) input[type="checkbox"] {
  width: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

.filterBox ul:not(.filter-color) input[type="checkbox"]+label {
  display: inline-block;
  margin-left: -20px;
  line-height: 1.5em;
  cursor: pointer;
  margin-bottom: 0;
}

.filterBox ul:not(.filter-color) li label {
  font-weight: 400;
  font-size: 12px;
}

.filterBox ul:not(.filter-color) input[type="checkbox"]+label>span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 1px solid #d0d0d0;
  vertical-align: bottom;
}

.filterBox ul:not(.filter-color) input[type="checkbox"]:checked+label>span::before {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  width: 12px;
  color: #000;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
}

.filterBox .filter-color {
  display: table;
  list-style: none;
  width: 100%;
}

.filterBox .filter-color .swacth-btn {
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  background-color: #f8f8f8;
  margin-right: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
}

.filterBox .filter-color .swacth-btn.checked {
  border-color: #000;
}

.filterBox .filter-color .black {
  background-color: #000;
}

.filterBox .filter-color .white {
  background-color: #fff;
  border: 1px solid #ddd;
}

.filterBox .filter-color .red {
  background-color: #fe0000;
}

.filterBox .filter-color .blue {
  background-color: #0000fe;
}

.filterBox .filter-color .pink {
  background-color: #ffc1cc;
}

.filterBox .filter-color .gray {
  background-color: #818181;
}

.filterBox .filter-color .green {
  background-color: #027b02;
}

.filterBox .filter-color .orange {
  background-color: #fca300;
}

.filterBox .filter-color .yellow {
  background-color: #f9f900;
}

.filterBox .filter-color .blueviolet {
  background-color: #8A2BE2;
}

.filterBox .filter-color .brown {
  background-color: #A52A2A;
}

.filterBox .filter-color .darkGoldenRod {
  background-color: #B8860B;
}

.filterBox .filter-color .darkGreen {
  background-color: #006400;
}

.filterBox .filter-color .darkRed {
  background-color: #8B0000;
}

.filterBox .filter-color .dimGrey {
  background-color: #696969;
}

.filterBox .filter-color .khaki {
  background-color: #F0E68C;
}

.sidebar .sidebar_widget.categories .sub-level {
  position: relative;
}

.sidebar .sidebar_widget.categories .sub-level>a:after {
  content: '\ebe0';
  font-family: 'annimex-icons';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3px;
}

.sidebar .sidebar_widget.categories .sub-level>a.active:after {
  content: '\ebd1';
  font-family: 'annimex-icons';
  display: inline-block;
}

.sidebar .sidebar_widget.categories .sub-level ul {
  margin-left: 15px;
  margin-bottom: 0;
  display: none;
}

.sidebar .sidebar_widget.categories li a {
  display: block;
  font-size: 16px;
}

.filter-widget .widget-title {
  position: relative;
  cursor: pointer;
}

.filter-widget .widget-title:after {
  content: '\eb69';
  font-family: 'annimex-icons';
  display: inline-block;
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 17px;
}

.filter-widget .widget-title.active:after {
  content: '\eb66';
  font-family: 'annimex-icons';
  display: inline-block;
}

.size-swacthes .swacth-list ul {
  margin-left: 0;
}

.size-swacthes .swacth-list li {
  float: left;
  display: block;
}

.size-swacthes .swacth-list .swacth-btn {
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  width: 31px;
  height: 31px;
  line-height: 31px;
}

/* Price Range */
.price-filter input[type="text"] {
  height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
  width: 100px;
}

#slider-range.ui-slider-horizontal {
  background: #e9e9e9;
  border: none;
  border-radius: 0;
  height: 3px;
  margin-bottom: 20px;
}

#slider-range .ui-slider-handle {
  background: #fff;
  border: 2px solid #000;
  height: 10px;
  outline: none;
  top: -4px;
  width: 10px;
  border-radius: 50%;
  cursor: w-resize;
  margin-left: -1px;
}

#slider-range.ui-slider-horizontal .ui-slider-range {
  background: #777;
  border: 0;
}

#slider-range.ui-slider-horizontal .ui-slider-range~.ui-slider-range {
  background: #000;
}

/* Color Swatches */
.grid-products .item .swatches.color-style li {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.grid-products .item .swatches.color-style li input[type="checkbox"] {
  display: none;
}

.grid-products .item .swatches.color-style li input[type="checkbox"]+label.color {
  margin: 0;
  cursor: pointer;
  border: 1px solid #ccc;
}

.grid-products .item .swatches.color-style li input[type="checkbox"]+label.color span {
  display: block;
  height: 25px;
  width: 25px;
}

.grid-products .item .swatches.color-style li input[type="checkbox"]:checked+label.color {
  border: 1px solid #000;
  box-shadow: 0 0 1px #000;
}

.grid-products .item .swatches.color-style li .black {
  background-color: #000;
}

.grid-products .item .swatches.color-style li .white {
  background-color: #fff;
}

.grid-products .item .swatches.color-style li .red {
  background-color: #fe0000;
}

.grid-products .item .swatches.color-style li .blue {
  background-color: #0000fe;
}

.grid-products .item .swatches.color-style li.rounded {
  width: 25px;
  height: 25px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.grid-products .item .swatches.color-style li.rounded input[type="checkbox"]+label.color,
.grid-products .item .swatches.color-style li.rounded input[type="checkbox"]+label.color span,
.grid-products .item .swatches.color-style li.rounded input[type="checkbox"]:checked+label.color {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
}

.grid-products .item .swatches.color-style li.radius input[type="checkbox"]+label.color,
.grid-products .item .swatches.color-style li.radius input[type="checkbox"]+label.color span,
.grid-products .item .swatches.color-style li.radius input[type="checkbox"]:checked+label.color {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

.grid-products .item .swatches.color-style li.small,
.grid-products .item .swatches.color-style li.small input[type="checkbox"]+label.color span {
  width: 15px;
  height: 15px;
}

/* End Color Swatches */

.list-sidebar-products {
  margin-top: 30px;
}

.list-sidebar-products:before,
.list-sidebar-products:after,
.sidebar .sidebar_widget:before,
.sidebar .sidebar_widget:after {
  content: '';
  clear: both;
  display: block;
}

.list-sidebar-products .grid__item {
  margin-bottom: 5px;
}

.mini-list-item {
  margin-bottom: 10px;
}

.mini-list-item:before,
.mini-list-item:after {
  content: '';
  clear: both;
  display: block;
}

.mini-list-item .mini-view_image {
  float: left;
  width: 25%;
}

.mini-list-item .mini-view_image img {
  width: 100%;
  max-width: 70px;
}

.mini-list-item .details {
  margin-left: 30%;
}

.product-tags li {
  border-radius: 18px;
  display: inline-block;
  border: 1px solid #e8e9eb;
  margin-bottom: 5px;
  height: 25px;
}

.product-tags li a {
  padding: 5px 10px;
  font-size: 11px;
}

.btnview {
  background: none;
  color: #000;
  padding: 5px 0;
  border-bottom: 1px solid #000;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btnview:hover {
  background: none;
  border-color: #fff;
  color: #000;
}

.filters-toolbar-wrapper {
  border: 0;
}

.filters-toolbar-wrapper .change-view {
  cursor: pointer;
  background: none;
  opacity: 0.6;
  border: 0;
  padding: 0 3px;
}

.filters-toolbar-wrapper .change-view--active {
  opacity: 1;
}

.filters-toolbar__product-count {
  font-size: 0.92308em;
  line-height: 35px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filters-toolbar-wrapper select {
  width: auto;
  font-size: 12px;
}

.filters-toolbar__input {
  -ms-transition: all ease-out 0.15s;
  -webkit-transition: all ease-out 0.15s;
  transition: all ease-out 0.15s;
  background-color: #fff;
  border: 0 solid transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  height: 35px;
  opacity: 1;
}

.infinitpagin {
  clear: both;
  padding: 15px 0 30px;
  text-align: center;
}

.loadMore {
  color: #fff !important;
}

.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  font-size: 1.15385em;
}

.pagination ul {
  display: block;
  margin: 0 auto;
}

.pagination li {
  display: inline-block;
}

.pagination li.active a {
  border: 2px solid #636871;
  color: #555;
}

.pagination li a {
  font-size: 12px;
  color: #a2a2a2;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: inline-block;
  border: 2px solid #e8e9eb;
  vertical-align: middle;
}

.pagination li a i {
  line-height: 28px;
  vertical-align: middle;
}

/* Countdown Timer On listing */
.grid-products .item:hover .saleTime {
  display: none
}

.saleTime {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 111
}

.saleTime .time-count {
  font-weight: 700;
  font-size: 14px;
}

.saleTime span>span {
  font-weight: 700;
  min-width: 30px;
  padding: 6px 4px 4px;
  line-height: 12px;
  display: inline-block;
  margin: 0 0 0 1px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #141414
}

.saleTime span>span span {
  display: block;
  background: none;
  font-size: 10px;
  font-weight: 400;
  margin-top: -3px;
  text-transform: uppercase;
  line-height: 8px
}

.timermobile {
  margin: 0 -10px;
  display: none
}

.timermobile .saleTime {
  position: relative;
  margin-top: 20px
}

.countdown-deals {
  line-height: 35px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.countdown-deals .cdown {
  background: #efefef;
  display: inline-block;
  height: 50px;
  width: 44px;
}

.countdown-deals .cdown span {
  font-size: 14px;
  font-weight: 500;
}

.countdown-deals .cdown>p {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 0;
  margin: 0;
}

.grid-products .countdown-deals {
  position: absolute;
  bottom: -10px;
}

.grid-products .countdown-deals .cdown {
  color: #fff;
  background-color: #000;
}

.product-list .countdown-deals {
  line-height: 40px;
  text-align: left;
}

.product-list .countdown-deals .cdown {
  font-size: 14px;
  height: 59px;
  width: 65px;
  text-align: center;
  color: #fff;
  background-color: #000;
}

.product-load-more .item {
  display: none;
}

/*======================================================================
  19. Product Listview
========================================================================*/
.list-view-item {
  display: table;
  table-layout: fixed;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #e8e9eb;
  text-decoration: none;
}

.list-view-item:hover {
  text-decoration: none;
}

.list-view-item p {
  color: #555;
}

.list-view-item__image-column {
  display: table-cell;
  vertical-align: middle;
  width: 230px;
}

.list-view-item__image-wrapper {
  position: relative;
  margin-right: 20px;
}

.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}

.list-view-items .grid-view-item__title {
  margin-bottom: 10px;
  text-align: left;
}

.list-view-items .product-price__sale {
  padding-left: 5px;
}

.list-view-items .variants {
  margin-top: 10px;
}

.main-content {
  min-height: 500px;
}

/*======================================================================
  20. Bredcrumb
========================================================================*/
.bredcrumbWrap {
  background: #f9f9f9;
  padding: 10px 0;
  margin: 0 0 30px;
  border-top: solid 1px #e8e9eb;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #111;
  display: inline-block;
  padding: 0 7px 0 0;
  margin-right: 7px;
  font-size: 12px;
}

/*======================================================================
  21. Product Detail
========================================================================*/
.product-single-1 .product-details-img .product-zoom-right {
  width: 100%;
}

.product-details-img:before,
.product-details-img:after {
  content: '';
  clear: both;
  display: block;
}

.product-details-img .product-thumb {
  display: inline-block;
  padding: 0;
  width: 12.5%;
  margin: 0;
  float: left;
  padding-right: 5px;
}

.product-details-img .product-thumb-1 {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
  float: left;
  padding-right: 0;
}

.product-details-img .product-zoom-right {
  display: inline-block;
  position: relative;
  width: 87%;
  float: left;
}

.product-thumb .product-dec-slider-2 a {
  cursor: pointer;
}

.product-details-img .product-thumb .slick-arrow {
  top: auto;
  background: #fff;
  border-radius: 3px;
  padding: 0 5px;
  opacity: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-details-img:hover .product-thumb .slick-arrow {
  opacity: 1;
}

.product-details-img .product-thumb .slick-prev {
  top: 5px;
  left: 50%;
  margin-left: -12px;
}

.product-details-img .product-thumb .slick-next {
  bottom: -10px;
  left: 50%;
  right: auto;
  margin-left: -12px;
}

.product-details-img .product-thumb .slick-prev:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
}

.product-details-img .product-thumb .slick-next:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 20px;
}

.product-details-img .product-labels {
  z-index: 99;
}

.product-details-img.product-single__photos.bottom .product-thumb .slick-arrow {
  background: transparent;
}

.product-details-img.product-single__photos.bottom .product-thumb .slick-next {
  right: 0;
  top: 50%;
  left: inherit;
}

.product-details-img.product-single__photos.bottom .product-thumb .slick-prev {
  left: 15px;
  top: 50%;
  bottom: 0;
}

.product-details-img.product-single__photos.bottom .product-thumb .slick-prev:before {
  content: "\ea8b";
  font-family: "annimex-icons";
  font-size: 16px;
}

.product-details-img.product-single__photos.bottom .product-thumb .slick-next:before {
  content: "\ea8c";
  font-family: "annimex-icons";
  font-size: 16px;
}

.product-form .swatch .swatchInput+.swatchLbl.rounded {
  border-radius: 50% !important;
}

.product-form .swatch .swatchInput+.swatchLbl.rectangle {
  border-radius: 7px !important;
}

.product-buttons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}

.product-buttons .btn.popup-video i,
.product-buttons .btn i {
  line-height: 33px;
}

.product-buttons .btn {
  font-size: 19px;
  height: 36px;
  width: 36px;
  text-align: center;
  margin-top: 5px;
  clear: both;
  border-radius: 3px;
  padding: 0;
  line-height: 33px;
  float: right;
  background: #000000;
  color: #ffffff;
  opacity: 0.9;
}

.product-template__container .product-single {
  margin-bottom: 20px;
}

.product-template__container .product-single__meta {
  position: relative;
  margin-bottom: 20px;
}

h1.product-single__title,
.product-single__title.h1 {
  color: #000;
  font-size: 23px;
  margin-bottom: 10px;
  padding-right: 60px;
  text-transform: uppercase;
}

.product-template__container .product-nav {
  position: absolute;
  right: 0;
  top: 10px;
}

.product-template__container .product-nav .next {
  float: right;
}

.product-template__container .product-nav .prev,
.product-template__container .product-nav .next {
  font-size: 20px;
  display: block;
  line-height: 22px;
  text-align: center;
  height: 20px;
  width: 20px;
  padding: 0;
  color: #000;
}

.product-template__container .prInfoRow {
  margin-bottom: 10px;
}

.product-template__container .prInfoRow>div {
  display: inline-block;
  margin-right: 5%;
}

.product-template__container .prInfoRow .instock {
  color: #447900;
}

.product-template__container .prInfoRow .spr-badge-caption {
  color: #424242;
  padding-left: 5px;
}

.product-template__container .prInfoRow a:hover {
  text-decoration: none;
}

.product-single__price .product-price__price {
  font-size: 1.46154em;
  padding-left: 3px;
}

.discount-badge {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  font-size: 13px;
}

.discount-badge .product-single__save-amount {
  font-weight: 700;
}

.discount-badge .off,
.discount-badge .product-single__save-amount {
  color: #e95144;
}

.product-single__price {
  display: inline-block;
  margin-right: 10px;
  color: #555;
  font-size: 1.15385em;
  font-weight: 400;
  margin-bottom: 15px;
}

.orderMsg {
  color: #e95144;
  font-size: 15px;
  margin-bottom: 20px;
}

.orderMsg img {
  margin-right: 3px;
  vertical-align: top;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.6, 0, 1, 1);
  -webkit-animation-duration: 0.8s;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.product-description ul,
.product-single__description ul {
  margin-left: 0;
}

.product-single__description ul {
  text-align: left;
}

.product-description ul li,
.product-single__description ul li {
  position: relative;
  margin-left: 15px;
  list-style: disc;
}

.rte {
  color: #555;
  margin-bottom: 20px;
}

.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}

.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0
}

.rte:last-child {
  margin-bottom: 0;
}

.product-template__container #quantity_message {
  color: #31a3a3;
  font-size: 16px;
  text-align: center;
  padding: 5px 9px;
  margin-bottom: 15px;
  border: 1px dashed #31a3a3;
}

.product-template__container #quantity_message .items {
  font-weight: 700;
}

.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  width: auto;
  margin: 0 -5px -10px;
}

.product-template__container .product-form .swatch {
  width: 100%;
}

.product-form .swatch {
  margin-bottom: 10px;
}

.product-form .swatch .product-form__item {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.product-form__item {
  -webkit-flex: 1 1 200px;
  -moz-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  margin-bottom: 10px;
  padding: 5px;
}

.product-form .swatch label {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.product-template__container label .slVariant {
  font-weight: 700;
}

.product-form .swatch .swatch-element {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
}

.product-form .swatch .swatchInput+.swatchLbl.color.medium {
  width: 50px;
  height: 50px;
}

.product-form .swatch .swatchInput:checked+.swatchLbl {
  border: 2px solid #111111;
  box-shadow: none;
}

.product-form .swatch .swatchInput+.swatchLbl.color {
  width: 30px;
  padding: 0;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  cursor: pointer;
}

.product-form .swatch .swatchInput+.swatchLbl.large {
  width: 40px;
  height: 40px;
}

.product-form .swatch .swatchInput+.swatchLbl.large:not(.color) {
  line-height: 36px;
}

.product-form .swatch .swatchInput+.swatchLbl {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  min-width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  background-color: #f9f9f9;
  padding: 0 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 0;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.product-form .swatch .swatchInput {
  display: none;
}

.infolinks {
  margin-bottom: 25px;
  padding: 0 5px;
}

.infolinks .btn {
  font-size: 11px;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #000;
}

.infolinks .btn:focus {
  outline: 0;
}

#sizechart {
  text-align: center;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  position: relative;
}

#sizechart table tr th {
  background: #000;
  color: #fff;
  border: 0 !important;
}

#sizechart table tr th,
#sizechart table tr td {
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #e8e9eb;
}

table {
  margin-bottom: 15px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#productInquiry {
  background: #eee;
  margin: 0 auto;
  padding: 20px;
  max-width: 600px;
  position: relative;
}

#productInquiry input[type="tel"],
#productInquiry input[type="email"],
#productInquiry input[type="text"],
#productInquiry textarea {
  background-color: #fff;
  margin-bottom: 10px;
}

#productInquiry textarea {
  padding: 10px;
}

.product-template__container .product-action {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 0 5px;
}

.product-template__container .product-form__item--quantity {
  float: left;
  margin: 0 10px 10px 0;
}

.wrapQtyBtn {
  float: left;
}

.qtyField {
  display: table;
  margin: 0 auto;
}

.qtyField .qty {
  width: 40px;
}

.qtyField .qtyBtn,
.qtyField .qty {
  padding: 10px 6px;
  width: 30px;
  height: 42px;
  border-radius: 0;
  float: left;
}

.qtyField a {
  background-color: #eee;
  color: #000;
}

.qtyField a .fa {
  font-size: 12px;
  line-height: 21px;
}

.qtyField>a,
.qtyField>span,
.qtyField input {
  display: table-cell;
  line-height: normal;
  text-align: center;
  padding: 3px 6px;
  border: 1px solid #f5f5f5;
}

.product-template__container .product-form__item--submit {
  width: auto;
  overflow: hidden;
}

.product-template__container .product-form__item--submit .btn {
  width: 100%;
  padding: 6px 15px;
  min-height: 42px;
}

.product-template__container .shopify-payment-button .shopify-payment-button__button--unbranded {
  border-radius: 0;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #e95144;
  float: right;
}

.shopify-payment-button__button {
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.shopify-payment-button__button--unbranded {
  padding: 1em 2em;
}

.product-template__container .shareRow {
  padding: 10px 0 20px;
}

.product-template__container .shareRow .wishlist {
  background: none !important;
  color: #000 !important;
  text-transform: capitalize;
  width: auto;
  text-align: left;
  line-height: inherit;
  height: auto;
  text-decoration: none;
}

.product-template__container .shareRow .wishlist span {
  display: inline;
  padding-left: 5px;
  letter-spacing: 0.02em;
}

.product-template__container .shareRow .medium-up--one-third {
  width: 33%;
}

.social-sharing .btn {
  color: #000 !important;
  padding: 0 5px;
  margin-bottom: 0;
  background: none !important;
  border: 0;
  letter-spacing: normal;
  text-transform: capitalize;
}

.btn--share .fa {
  color: #222222;
  font-size: 14px;
}

.freeShipMsg {
  margin-bottom: 12px;
}

.freeShipMsg .fa {
  font-size: 20px;
  width: 25px;
  vertical-align: middle;
}

.shippingMsg {
  margin-bottom: 12px;
}

.shippingMsg .fa {
  font-size: 18px;
  width: 25px;
  vertical-align: middle;
}

.userViewMsg {
  clear: both;
  margin-bottom: 12px;
}

.userViewMsg .fa,
.userViewMsg .uersView {
  color: #e95144;
}

.userViewMsg .fa {
  font-size: 18px;
  width: 25px;
}

.prFeatures {
  padding: 20px 0;
}

 

.prFeatures img {
  float: left;
}

.prFeatures .details {
  margin-left: 65px;
  line-height: 1.5;
}

.prFeatures .details h3,
.prFeatures .details .h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.template-product .tabs-listing .product-tabs {
  border-bottom: 1px solid #e8e9eb;
  width: 100%;
  margin-bottom: 0;
}

.template-product .tabs-listing .product-tabs li {
  float: none;
  display: inline-block;
  cursor: pointer;
}

.template-product .tabs-listing .product-tabs a {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  letter-spacing: 1px;
  display: block;
  border: none;
  padding: 15px 25px;
  background: none !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  outline: none;
  color: #2e2d2d;
  text-decoration: none;
}

.template-product .product-tabs li.active a,
.template-product .product-tabs li.active a:focus {
  text-decoration: none;
  border: 0;
  color: #000;
  border-bottom: 1px solid #000;
  opacity: 1;
}

.acor-ttl.active {
  border-bottom: 1px solid #000;
}

.acor-ttl {
  display: block;
  padding: 15px 0;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #e8e9eb;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
}

.template-product .tabs-listing .tab-container {
  padding: 30px 0;
  text-align: left;
}

.tab-container .tab-content {
  display: none;
}

.product-template__container .product-single-1 .tab-container .tab-content {
  padding-top: 20px;
}

.template-product .prstyle2 .tabs-listing .acor-ttl:before {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
}

.template-product .prstyle2 .tabs-listing .acor-ttl.active:before {
  content: "\f106";
  color: #000;
}

#shopify-product-reviews {
  *zoom: 1;
  display: block;
  clear: both;
  overflow: hidden;
  margin: 1em 0;
}

.spr-container:before,
.spr-container:after {
  content: " ";
  display: table;
}

.spr-summary-starrating {
  margin: 0 6px 0 0;
}

.spr-summary-actions-newreview {
  float: right;
  background: #000;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px;
  text-transform: uppercase;
}

.spr-form {
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  border-top: 1px solid #DFDFDF;
}

.spr-form-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
}

.spr-form-contact-name,
.spr-form-contact-email,
.spr-form-contact-location,
.spr-form-review-rating,
.spr-form-review-title,
.spr-form-review-body {
  *zoom: 1;
  margin: 0 0 15px 0;
}

.spr-container input,
.spr-container select,
.spr-container textarea {
  border-color: #d3d3d3;
}

.product-template__container label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.spr-button-primary {
  float: right;
}

.spr-reviews {
  padding: 24px 0;
}

.spr-review {
  padding: 24px 0;
  border-top: 1px solid #DFDFDF;
}

.spr-review:first-child {
  margin-top: 24px;
}

.spr-review-header-starratings {
  margin: 0 0 0.5em 0;
  display: inline-block;
}

.spr-review-header-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

.spr-review-header-byline {
  font-size: 13px;
  opacity: 0.7;
  display: inline-block;
  margin: 0 0 1em 0;
}

.spr-review-content {
  *zoom: 1;
  margin: 0 0 24px 0;
}

.template-product .tabs-listing .tab-container table tr th {
  background: #000;
  color: #fff;
  border: 0 !important;
}

.template-product .tabs-listing .tab-container table tr th,
.template-product .tabs-listing .tab-container table tr td {
  padding: 7px 12px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #e8e9eb;
}

.related-product {
  margin-bottom: 30px;
}

.product-template__container .section-header {
  margin-bottom: 40px;
}

.sub-heading {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.related-product .grid--view-items {
  overflow: visible;
}

.recently-product .grid-products .item {
  float: left;
}

.product-single__photos.bottom .product-dec-slider-1 {
  padding: 8px 0;
  margin-left: -4px;
}

.product-single__photos.bottom .product-dec-slider-1 .slick-list {
  margin: 0 -2px;
}

.product-single__photos.bottom .product-dec-slider-1 .slick-slide {
  margin: 0 4px;
}

.product-info .lbl {
  font-weight: 700;
}

.left-content-product {
  float: left;
  width: 80%;
  padding-right: 30px;
}

.sidebar-product {
  float: left;
  width: 20%;
}

.sidebar-product .prFeatures {
  padding-top: 0;
}

.sidebar-product .prFeatures h5 {
  font-size: 1.07692em;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.template-product-right-thumb .sidebar-product .prFeatures {
  padding-top: 0;
}

.sidebar-product .section-header {
  margin-bottom: 20px;
}

.prstyle3 .related-product {
  margin-bottom: 20px;
}

.prstyle3 .related-product:before,
.prstyle3 .related-product:after {
  content: '';
  clear: both;
  display: block;
}

.prstyle3 .related-product .section-header .h2,
.prstyle3 .related-product .section-header .sub-heading {
  text-align: left;
}

.prstyle3 .related-product .section-header {
  margin-bottom: 12px;
}

.prSidebar .section-header h2,
.prSidebar .section-header .h2 {
  font-size: 130%;
  text-align: left !important;
}

.prstyle3 .mini-list-item .mini-view_image img {
  max-width: 110px;
}

.prstyle3 .mini-list-item .mini-view_image {
  width: 28%;
}

.prstyle3 .mini-list-item .details {
  margin-left: 32%;
}

.template-product-right-thumb .product-details-img .product-thumb {
  padding-right: 0;
  padding-left: 5px;
}

.template-product-right-thumb .product-thumb .product-dec-slider-2 a {
  padding-bottom: 3px;
}

.template-product-right-thumb .prFeatures {
  padding: 40px 0 20px;
}

.product-countdown {
  position: static;
  margin: 15px 0;
}

.product-countdown:before,
.product-countdown:after {
  content: '';
  clear: both;
  display: block;
}

.product-countdown .time-count {
  font-weight: 700;
  font-size: 24px;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}

.product-countdown span>span {
  font-weight: 700;
  width: 24%;
  margin-right: 0.3%;
  padding: 10px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  float: left;
}

.product-countdown span>span span {
  display: block;
  background: none;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  text-align: center;
  width: 100%;
  padding: 8px;
}

.product-right-sidebar .product-details-img {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.product-right-sidebar .product-information {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.product-right-sidebar .sidebar-product {
  width: 100%;
}

.product-right-sidebar .tabs-listing {
  clear: both;
  padding-top: 30px;
}

.product-right-sidebar .sub-heading {
  text-align: left;
}

.product-right-sidebar .related-product {
  margin-bottom: 20px;
}

.product-labels .pr-label3 {
  left: 5px;
  background: #fb6c3e;
}

.product-single .product-single__meta {
  position: relative;
}

.product-single .product-featured-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.product-single .grid_item-title {
  font-size: 26px;
  margin-bottom: 25px;
}

.product-single .product-single__title {
  font-size: 18px;
}

/*======================================================================
  22. Categories List
========================================================================*/
.categories-list-items:before,
.categories-list-items:after {
  content: '';
  clear: both;
  display: block;
}

.categories-item {
  float: left;
  width: 23.2%;
  margin-right: 2.307692307692308%;
}

.categories-item:last-of-type {
  margin-right: 0;
}

.categories-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-item ul li {
  list-style: disc;
  margin-left: 15px;
}

.categories-item .thumb {
  margin-bottom: 15px;
  display: block;
}

.categories-item h4 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.categories-item .rte-setting {
  margin-bottom: 20px;
}

.categories-list-items .row {
  margin-bottom: 40px;
}

/*======================================================================
  23. Pages
========================================================================*/
.page.section-header {
  background: #f9f9f9;
  border: 1px solid #e8e9eb;
}

.page.section-header h1 {
  text-transform: uppercase;
  margin: 0;
  color: #000;
  padding: 25px 0;
  font-size: 18px;
}

.page-template .addressFooter {
  font-size: 14px;
  list-style: none;
}

.page-template #page-content .addressFooter .icon {
  color: #000 !important;
  font-size: 18px;
}

.page-template .addressFooter li p {
  padding-left: 30px;
}

.contact-template .section-header {
  margin-bottom: 0;
}

.contact-template .map-section {
  margin-bottom: 0;
  overflow: hidden;
  height: 350px;
}

.contact-template .map-section .container {
  position: relative;
  height: 100%;
}

.contact-template .map-section__overlay {
  left: auto;
  width: 300px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-135%);
  -webkit-transform: translateY(-135%);
  margin-top: 0;
  background: rgba(255, 255, 255, 0.8);
}

.contact-template .map-section__overlay-wrapper {
  position: static;
  text-align: left;
  height: 100%;
}

.rte-setting {
  margin-bottom: 11.11111px;
}

.contact-template .btn--secondary {
  background-color: #ededed;
  color: #000;
  border: 1px solid #000;
}

.contact-form textarea {
  height: 120px;
}

#accordionExample .title {
  margin: 35px 0 20px;
}

#accordionExample .panel-title {
  cursor: pointer;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  background: none;
  padding: 15px;
  border-top: 2px solid #eee;
  display: block;
  color: #555;
  padding-left: 30px;
  position: relative;
}

#accordionExample .panel-title.active {
  color: #000;
}

#accordionExample .panel-content {
  padding: 1px 5px 15px 30px;
}

#accordionExample .panel-title[aria-expanded="true"] {
  color: #000;
}

#accordionExample .panel-title[aria-expanded="false"]:before {
  content: "\e61a";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 5px;
  font-size: 14px;
}

#accordionExample .panel-title[aria-expanded="true"]:before {
  content: "\e622";
  font-family: 'themify';
  display: inline-block;
  position: absolute;
  left: 5px;
  font-size: 14px;
}

.lookbook-template .page.section-header {
  margin-bottom: 0;
}

.lookbook:before,
.lookbook:after {
  content: '';
  clear: both;
  display: block;
}

.lookbook .grid-lookbook,
.lookbook .grid-sizer {
  float: left;
}

.lookbook .grid-lookbook>img {
  width: 100%;
}

.lookbook .caption {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 9;
}

.lookbook .overlay {
  z-index: 222;
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  visibility: visible;
}

.lookbook h2,
.lookbook .h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.03em;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  margin-bottom: -20px;
}

.lookbook .btn {
  color: #fff;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
  position: relative;
  z-index: 555;
  padding: 10px 60px;
}

.lookbook>div:hover .btn {
  opacity: 1;
  visibility: visible;
}

.lookbook>div:hover {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}

.lookbook>div:hover .overlay {
  opacity: 0.1;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 50%;
}

@media (max-width: 575px) {

  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.empty-page-content {
  padding: 140px 0;
}

.empty-page-content .btn {
  color: #fff;
}

.site-header__logo-image {
  margin-bottom: 10px;
  display: block;
}

.template-password .shopify-section {
  height: 100vh;
}

.password-table {
  display: table;
  height: 100%;
  width: 100%;
}

.password-cell {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.password-page {
  background: none !important;
  display: table;
  height: 100%;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-size: cover;
}

.password-table .password-cell {
  background: url(../images/coming-soon.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.password-header {
  position: absolute;
  right: 0;
}

.password-main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  vertical-align: middle;
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px;
}

.password__title {
  margin-bottom: 30px;
}

.password__input-group {
  max-width: 340px;
  margin: 0 auto 30px;
}

.password-cell .input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  height: 40px;
}

.password-cell .input-group__field {
  width: 100%;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

.password-cell .input-group__btn .btn {
  border-radius: 0 3px 3px 0;
  white-space: nowrap;
}

.password-cell .input-group__field,
.password-cell .input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.password-cell .input-group__btn {
  white-space: nowrap;
  width: 1%;
}

.template-blog .bredcrumbWrap {
  border: 0;
}

.custom-search {
  margin-bottom: 20px;
}

.custom-search .search {
  opacity: 1;
  border: 1px solid #e5e5e5;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  display: table;
  top: 0;
  transform: none;
  -webkit-transform: none;
  visibility: visible;
}

.custom-search .search__input {
  font-size: 13px;
  border: none;
  display: table-cell;
  width: 100%;
  padding: 0 10px;
}

.custom-search .input-group__field,
.custom-search .input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.custom-search .input-group__btn {
  text-align: center;
  white-space: nowrap;
  width: 1%;
}

.custom-search .btnSearch {
  border: 0;
  cursor: pointer;
  font-size: 14px;
}

.article_featured-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
}

.article_featured-image img {
  margin-bottom: 20px;
}

.publish-detail {
  margin: 0 0 10px 0;
}

.publish-detail li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.blog--list-view .article {
  margin-bottom: 20px;
}

.featured-content .list-items {
  margin-left: 10px;
}

#comment_form {
  padding: 20px;
  border: 1px solid #e8e9eb;
  background: #f5f5f5;
  margin-top: 40px;
}

#comment_form input[type="text"],
#comment_form input[type="email"],
#comment_form textarea {
  background: #fff;
}

.blog-nav {
  margin-top: 20px;
}

.blog-nav .icon {
  vertical-align: middle;
  padding-right: 4px;
}

.blog-nav .text-right .icon {
  padding-left: 4px;
}

.tags-clouds li {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
}

.tags-clouds li a {
  color: #000000;
  display: block;
  border: 1px solid #ddd;
  padding: 5px 9px !important;
  text-transform: uppercase;
}

.tags-clouds li a:hover {
  background-color: #efefef;
}

.loadmore-post {
  text-align: center;
}

.blog--grid-load-more .article {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  margin-bottom: 30px;
}

.error-page .empty-page-content h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}

.compare-page .table {
  border: 1px solid #ddd;
}

.compare-page .table th {
  background-color: #efefef;
  vertical-align: middle;
}

.compare-page .table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.compare-page .table .remove-compare {
  border: 0;
  cursor: pointer;
}

.compare-page .table .remove-compare:hover {
  color: #000000;
}

.compare-page .table .featured-image {
  max-width: 200px;
  margin-bottom: 10px;
}

.compare-page .table .product-price.product_price {
  margin-bottom: 10px;
  display: block;
}

.compare-page .table .available-stock p {
  color: #090;
  text-transform: uppercase;
}

.compare-page2 .table .remove-compare {
  float: right;
  width: 100%;
  text-align: right;
}

.compare-page2 .table .grid-link__title {
  margin-bottom: 10px;
}

/* Wishlist -------------------------------*/
.wishlist-table .table-bordered,
.wishlist-table .table-bordered td,
.wishlist-table .table-bordered th {
  vertical-align: middle;
  white-space: nowrap;
}

.wishlist-table .table-bordered th {
  text-transform: uppercase;
}

.wishlist-table .product-thumbnail img {
  max-width: 100px;
}

.wishlist-table .product-subtotal .btn {
  white-space: nowrap;
}

/* End Wishlist --------------------------*/

/* Checkout Page ------------------------------------------------*/
.customer-box h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 15px;
  text-transform: uppercase;
  background-color: #000;
}

.customer-box h3 i {
  margin-right: 5px;
}

.customer-box h3 a {
  font-weight: 700;
  text-decoration: none;
}

.billing-fields {
  margin-bottom: 30px;
}

.order-table .table thead th {
  background-color: #fff;
  font-size: 13px;
  padding: 8px 5px 5px;
  border-bottom: 1px solid #ddd;
}

.order-table .table td {
  font-size: 13px;
  padding: 8px 5px 5px;
}

.card {
  border-radius: 0;
  margin-bottom: 10px;
}

.card-header {
  position: relative;
  padding: 6px 15px;
}

.card-header:before {
  content: "\f078";
  font-family: 'FontAwesome';
  font-size: 13px;
  position: absolute;
  right: 10px;
  top: 9px;
  color: #555;
}

.payment-accordion .card .card-header {
  background-color: #fff;
}

.payment-accordion .card .card-header a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.order-button-payment .btn {
  font-size: 18px;
  font-size: 700;
  padding: 10px 20px;
}

.customer-box .discount-coupon,
.customer-box .customer-info {
  background-color: #f7f7f7;
  padding: 20px;
}

.create-ac-content {
  border: 1px solid #ddd;
  padding: 20px;
}

.create-ac-content .form-check {
  margin-left: 15px;
}

.customer-box input[type="email"],
.customer-box input[type="text"],
.customer-box input[type="password"] {
  background-color: #fff;
}

.order-button-payment {
  margin-top: 30px;
}

/* End Checkout Page ------------------------------------------*/

/*Collection Page ---------------------------------------------*/
.collection-box .colletion-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.collection-box a {
  display: block;
}

.collection-box a img {
  display: block;
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
}

.collection-box .colletion-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.collection-box .title {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
}

.collection-box .title span {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: #ffffff;
  padding: 5px 10px;
}

/* End Collection Page ---------------------------------------*/

/*======================================================================
  24. Cart Pages
========================================================================*/
.cart__row {
  position: relative;
}

.cart th {
  font-weight: 400;
  padding: 10px 0 8px;
  background: #f2f2f2;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}

.cart td {
  padding: 10px;
}

.cart .cart__meta {
  padding-right: 15px;
}

.cart th.cart__meta,
.cart td.cart__meta {
  text-align: left;
}

.cart__image-wrapper a {
  display: block;
}

.cart .list-view-item__title {
  color: #000;
  font-size: 1.15385em;
  min-width: 100px;
}

.cart__image-wrapper {
  width: 120px;
}

.cart .qtyField a {
  height: 36px;
  line-height: 34px;
  padding: 0;
}

.cart .qtyField .cart__qty-input {
  height: 36px;
  width: 40px;
  float: left;
}

.cart .qtyField a .icon {
  line-height: 33px;
  font-size: 10px;
}

.cart .cart__remove {
  border: 0;
  margin-top: 4px;
  font-size: 14px;
  padding: 0;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
}

.cart .cart__remove .icon {
  line-height: 24px;
}

.cart table tfoot .icon {
  vertical-align: middle;
}

.style2 .cart__footer .cart-note {
  margin-bottom: 30px;
}

.cart__footer .solid-border {
  border: 1px solid #e8e9eb;
  padding: 20px;
  margin-bottom: 20px;
}

.cart__footer h5,
.cart__footer .h5,
.cart__footer h5 label,
.cart__footer .h5 label,
.cart__footer .cart__subtotal-title {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  letter-spacing: 0.02em;
}

.cart-note__input {
  min-height: 50px;
  width: 100%;
  height: 178px;
}

.cart-note__label,
.cart-note__input {
  display: block;
}

.cart__subtotal {
  font-weight: 700;
  padding-left: 15px;
  display: inline-block;
}

.cart__shipping {
  font-style: italic;
  font-size: 13px;
  padding: 12px 0;
}

.cart_tearm label {
  cursor: pointer;
}

input.checkbox {
  height: auto;
  vertical-align: middle;
  padding: 0;
  box-shadow: none;
}

#cartCheckout {
  width: 100%;
  padding: 15px;
}

.cart-variant1 .cart .cart__price-wrapper {
  text-align: center;
}

.cart-variant1 .cart table {
  border: 1px solid #f2f2f2;
}

.cart-variant1 .cart table td {
  border: 1px solid #f2f2f2;
}

.cart-variant1 .cart th.text-right,
.cart-variant1 .cart .text-right.cart-price {
  text-align: center !important;
}

.cart__meta-text {
  color: #a2a2a2;
  font-size: 12px;
}

/*======================================================================
  25. Quick View
========================================================================*/
#content_quickview.modal {
  top: 8%;
}

#content_quickview .modal-dialog {
  max-width: 800px;
  background-color: #fff;
  padding: 25px;
}

#content_quickview .modal-body {
  border: 0;
  padding: 0;
}

#content_quickview .modal-content {
  border: 0;
}

#content_quickview .model-close-btn {
  width: 30px;
  height: 30px;
  line-height: 32px;
  position: absolute;
  top: -23px;
  right: -20px;
  cursor: pointer;
  text-align: center;
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .modal {
  padding-right: 0 !important;
  overflow: hidden;
}

/*======================================================================
  26. Promotional Top Popup
========================================================================*/
.notification-bar {
  text-align: center;
  position: relative;
  z-index: 5;
  background-color: #000;
}

.notification-bar__message {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 30px;
  display: block;
}

.notification-bar__message:hover,
.notification-bar__message:active,
.notification-bar__message:focus,
.notification-bar__message:focus-within {
  color: #fff;
  text-decoration: none;
}

.close-announcement {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 8px;
  height: 25px;
  width: 25px;
  line-height: 22px;
  color: #fff;
}

/*======================================================================
  27. Image Banners
========================================================================*/
.section.imgBanners {
  padding-top: 8px;
  padding-bottom: 20px;
}

.imgBnrOuter .inner img {
  display: block;
  width: 100%;
}

.imgBnrOuter .inner * {
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.imgBnrOuter .inner a,
.imgBnrOuter .inner a:hover {
  opacity: 1;
}

.imgBnrOuter .inner .ttl {
  line-height: 25px;
  color: #000000;
  font-size: 17px;
  display: inline-block;
  padding: 10px 20px;
  max-width: 80%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.imgBnrOuter .inner:hover .ttl {
  background-color: #fff;
}

.imgBnrOuter .inner .ttl h3 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.imgBnrOuter .inner .ttl h5 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.imgBnrOuter .inner.center .ttl {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgBnrOuter .inner.btmright .ttl {
  right: 20px;
  bottom: 20px;
  text-align: right;
}

.imgBnrOuter .inner.topleft .ttl {
  left: 20px;
  top: 20px;
  text-align: left;
}

.imgBnrOuter .inner.topright .ttl {
  right: 20px;
  top: 20px;
  text-align: right;
}

.imgBnrOuter .inner {
  position: relative;
  overflow: hidden;
}

.imgBnrOuter .inner:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.imgBnrOuter .inner.btmleft .ttl {
  left: 20px;
  bottom: 20px;
  text-align: left;
}

.imgBnrOuter .img-bnr {
  text-align: center;
  padding: 10px;
}

.custom-content-style1 .mb-4 {
  margin-bottom: 30px !important;
}

.custom-content-style1 .h3 {
  font-size: 16px;
  line-height: normal;
  line-height: 24px;
  text-transform: uppercase;
}


/*======================================================================
  28. Homepages Demo
========================================================================*/
/*---------------------------------------
  28.1 Home2 Default  -------------------
  ---------------------------------------*/
.home2-default .top-header {
  background: #f5f5f5;
}

.home2-default .top-header .user-menu .anm {
  color: #000;
}

.home2-default .top-header p,
.home2-default .top-header a,
.home2-default .top-header select,
.home2-default .top-header .ad,
.home2-default .top-header span.selected-currency,
.home2-default .top-header .language-dd {
  color: #000;
}

.home2-default .slideshow .slideshow__title {
  color: #000;
  font-size: 55px;
  font-weight: 700;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  text-transform: none;
}

.home2-default .slideshow .slideshow__subtitle {
  color: #000;
  font-size: 26px;
  text-transform: none;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.home2-default .section-header h2,
.home2-default .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.92308em;
  text-transform: none;
  letter-spacing: 0.03em;
}

.home2-default .hero--large {
  background-attachment: fixed;
}

.home2-default .grid-products .slick-arrow {
  margin-top: -30px;
}

/*---------------------------------------
  28.2 Home 3 - Boxed  ------------------
  ---------------------------------------*/
.home3-boxed-layout {
  overflow-x: hidden;
  background-color: #f5f5f5;
  padding-bottom: 60px;
}

.home3-boxed-layout .search {
  margin-left: -20px;
}

.home3-boxed-layout .container {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-boxed {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.layout-boxed .container-fluid {
  padding: 0 35px;
}

.layout-boxed .top-header {
  background: #f5f5f5;
}

.layout-boxed .top-header p,
.layout-boxed .top-header a,
.layout-boxed .top-header select,
.layout-boxed .top-header .anm,
.layout-boxed .top-header span.selected-currency,
.layout-boxed .top-header .language-dd {
  color: #000;
}

.layout-boxed #siteNav>li .megamenu {
  width: 110%;
}

.layout-boxed #siteNav.medium>li a {
  font-weight: 400;
}

.layout-boxed #siteNav>li>a {
  padding: 0 15px;
}

.layout-boxed .slideshow__text-content {
  margin: 0;
}

.layout-boxed .slideshow .slideshow__title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
}

.layout-boxed .slideshow .slideshow__subtitle {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.layout-boxed .imgBnrOuter .inner .ttl h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.layout-boxed .section-header {
  margin-bottom: 20px;
}

.layout-boxed .tab-slider-product .tabs>li.active {
  color: #31a3a3;
}

.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.feature-row__text--left {
  padding-left: 20px;
}

.feature-row__text--right {
  padding-right: 20px;
}

.feature-row__text--right .row-text {
  margin-right: -100px;
  z-index: 222;
  position: relative;
}

.feature-row__text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-text {
  background: #fff;
  padding: 50px;
}

.feature-row__text .row-text {
  margin-left: -100px;
}

.row-text h2,
.row-text .h2 {
  font-size: 26px;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.productSlider .slick-prev,
.productSlider .slick-next {
  background: #176129;
}

.slick-prev:before,
.slick-next:before {
  color: #fff !important;

}

/*---------------------------------------
  28.3 Home 4 - Fulwidth  ---------------
  ---------------------------------------*/
.home4-fullwidth .top-header {
  background: #5d5e5e;
}

.home4-fullwidth #siteNav.medium>li a {
  font-weight: 400;
}

.home4-fullwidth .slideshow__overlay.bottom:before {
  background: #fff;
}

.home4-fullwidth .slideshow .slideshow__title {
  color: #0c0101;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 81px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
}

.home4-fullwidth .slideshow .slideshow__subtitle {
  color: #0c0101;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.home4-fullwidth .section-header h2,
.home4-fullwidth .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 1.69231em;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.home4-fullwidth .footer-top h4,
.home4-fullwidth .footer-top .h4 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

/*---------------------------------------
  28.4 Home 5 - Cosmetic  ---------------
  ---------------------------------------*/
.home5-cosmetic #siteNav.medium>li a {
  font-weight: 400;
}

.home5-cosmetic .top-header {
  background: #23232c;
}

.home5-cosmetic .slideshow .slideshow__title {
  color: #000;
  font-weight: 700;
  font-size: 66px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 1px 1px 7px #fff;
}

.home5-cosmetic .slideshow .slideshow__subtitle {
  color: #0c0101;
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px #fff;
}

.home5-cosmetic .slideshow .wrap-caption {
  display: inline-block;
  padding: 25px;
}

.home5-cosmetic .section-header h2 {
  font-size: 26px;
}

.home5-cosmetic .tab-slider-product .tabs>li:hover,
.home5-cosmetic .tab-slider-product .tabs>li.active {
  color: #31a3a3;
}

.home5-cosmetic .hero--large {
  background-attachment: fixed;
}

.home5-cosmetic .grid-products .slick-arrow {
  margin-top: -20px;
}

.home5-cosmetic .featured-column .btn,
.home5-cosmetic .hero .btn,
.home5-cosmetic .product-single .btn,
.footer-5 .footer-newsletter .btn {
  background-color: #ff708e;
}

.featured-column .text-center h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.featured-column .text-center .rte-setting {
  max-width: 320px;
  margin: 0 auto 20px;
}

/*---------------------------------------
  28.5 Home 6 - Modern  -----------------
  ---------------------------------------*/
.home6-modern .section-header h2,
.home6-modern .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.home6-modern .top-header {
  background: #f58f93;
}

.home6-modern #siteNav.medium>li a {
  font-weight: 400;
}

.home6-modern .section.imgBanners {
  padding-bottom: 0;
}

.home6-modern .imgBnrOuter .inner {
  margin-bottom: 30px;
}

.home6-modern .imgBnrOuter .img-bnr {
  padding: 0;
}

.home6-modern .featured-column .h4 {
  font-size: 16px;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 600;
}

.home6-modern .btn {
  background-color: #f58f93;
}

.home6-modern .footer-5 .site-footer {
  border-top: 0;
}

/*---------------------------------------
  28.6 Home7 - Shoes  -------------------
  ---------------------------------------*/
.home7-shoes h1,
.home7-shoes .h1,
.home7-shoes h2,
.home7-shoes .h2,
.home7-shoes h3,
.home7-shoes .h3,
.home7-shoes h4,
.home7-shoes .h4,
.home7-shoes h5,
.home7-shoes .h5,
.home7-shoes h6,
.home7-shoes .h6 {
  font-family: Montserrat, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
}

.home7-shoes #siteNav.medium>li a {
  font-weight: 400;
}

.home7-shoes .slideshow .slideshow__title {
  color: #000000;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
}

.home7-shoes .slideshow .slideshow__subtitle {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.home7-shoes .mini-list-item .mini-view_image img {
  max-width: 100%;
}

.home7-shoes .footer-4 .site-footer {
  background: #f5f5f5;
  padding: 0;
}

.home7-shoes .footer-4 .newsletter-section .btn {
  background-color: #fc895d;
}

.home7-shoes .footer-4 .newsletter-section .btn:hover,
.home7-shoes .footer-4 .newsletter-section .btn:focus {
  background-color: #444;
}

.home7-shoes .footer-4 .footer-top h4,
.home7-shoes .footer-4 .footer-top .h4 {
  color: #000000;
  font-family: Montserrat, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*---------------------------------------
  28.7 Home8 - Jewellery  ---------------
  ---------------------------------------*/
body.home8-jewellery {
  font-size: 14px;
}

.home8-jewellery .section-header h2,
.home8-jewellery .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.home8-jewellery-top {
  background: #141414;
  color: #fff;
}

.home8-jewellery-top p,
.home8-jewellery-top a,
.home8-jewellery-top select,
.home8-jewellery-top .fa,
.home8-jewellery-top span.selected-currency {
  color: #fff;
}

.home8-jewellery-header .site-header__search {
  float: none;
}

.home8-jewellery #AccessibleNav.belowlogo {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.home8-jewellery #siteNav.medium>li a {
  font-weight: 400;
}

.home8-jewellery .slideshow__text-content {
  margin-top: 0;
}

.home8-jewellery .slideshow .slideshow__title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #000;
  font-size: 40px;
}

.home8-jewellery .slideshow .slideshow__subtitle {
  color: #000;
  font-size: 16px;
  line-height: normal;
  text-transform: none;
}

.home8-jewellery .variants.add button,
.home8-jewellery a.quick-view,
.home8-jewellery a.wishlist,
.home8-jewellery .cartIcon,
.home8-jewellery .add-to-compare {
  color: #fff;
  background-color: #000;
}

.home8-jewellery .variants.add button:hover,
.home15-funiture-template a.quick-view:hover,
.home15-funiture-template a.wishlist:hover,
.home15-funiture-template .cartIcon:hover,
.home15-funiture-template .add-to-compare:hover {
  color: #000;
  background-color: #fff;
}

.home-lookbook .custom-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
}

.home8-jewellery .store-info .anm {
  margin-right: 15px;
  font-size: 40px;
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
}

.home8-jewellery .anm,
.home8-jewellery .mfp-container::before,
.home8-jewellery .mfp-content {
  vertical-align: middle;
}

.home8-jewellery .imgBnrOuter .inner .ttl {
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
}

.home8-jewellery .collection-box-style1 a img {
  width: 100%;
}

.home8-jewellery .hero .text-medium .mega-title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 600;
}

.home8-jewellery .hero {
  margin: 35px 0;
}

.home8-jewellery #instafeed.imlow_resolution .insta-img {
  width: 12.5%;
}

.home8-jewellery .hero .btn,
.home8-jewellery .footer-newsletter .btn {
  background-color: #339498;
}

.home8-jewellery .hero .btn:hover,
.home8-jewellery .footer-newsletter .btn:hover {
  background-color: #40b9be;
}

.home8-jewellery .site-footer {
  background: #000;
}

@media (min-width: 999px) {
  .home8-jewellery .footer-3 .col-md-3.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.home8-jewellery .social-icons .icon {
  color: #fff;
}

/*---------------------------------------
  28.8 Home9 - Parallax  ----------------
  ---------------------------------------*/
.home9-parallax #siteNav>li>a {
  color: #fff;
  font-weight: 400;
}

.home9-parallax #siteNav>li>a:hover,
.home9-parallax .site-header__search .search-trigger,
.home9-parallax .site-header__cart .icon {
  color: #fff;
}

.home9-parallax .stickyNav #siteNav>li>a,
.home9-parallax #siteNav>li>a:hover,
.home9-parallax .stickyNav .site-header__search .search-trigger,
.home9-parallax .stickyNav .site-header__cart .icon {
  color: #000;
}

.home9-parallax .stickyNav .site-header__cart-count {
  color: #fff;
  background-color: #000;
}

.home9-parallax .site-header__cart-count {
  color: #000;
  background-color: #fff;
}

.home9-parallax .section {
  padding: 0;
}

.home9-parallax .hero {
  background-attachment: fixed;
}

.home9-parallax .slideshow .slideshow__subtitle {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  text-transform: none;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  max-width: 90%;
  margin: 0 auto 20px;
}

.home9-parallax .slick-slide img {
  display: inline-block;
}

.home9-parallax .hero__inner h2,
.home9-parallax .hero__inner .h2,
.home9-parallax .hero__inner p,
.home9-parallax .hero .mega-subtitle {
  color: #fff;
}

.home9-parallax #footer {
  margin-top: 0;
}

.home9-parallax .site-footer {
  background-color: #fff;
}

.home9-parallax .footer-top h4 {
  text-transform: uppercase;
}

.home9-parallax .footer-top h4,
.home9-parallax .footer-top .h4,
.home9-parallax .footer-top,
.home9-parallax .footer-links a,
.home9-parallax .footer-top p,
.home9-parallax .footer-bottom,
.home9-parallax .footer-bottom a {
  color: #000;
}

.home9-parallax .site-footer hr {
  border-color: #e8e9eb;
}

/*---------------------------------------
  28.9 Home10 - Minimal  ----------------
  ---------------------------------------*/
.home10-minimal .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.home10-minimal #siteNav>li>a {
  font-weight: 400;
}

.home10-minimal .top-header {
  background: #333333;
  text-transform: uppercase;
}

.home10-minimal .section-header h2,
.home10-minimal .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.home10-minimal h1,
.home10-minimal .h1,
.home10-minimal h2,
.home10-minimal .h2,
.home10-minimal h3,
.home10-minimal .h3,
.home10-minimal h4,
.home10-minimal .h4,
.home10-minimal h5,
.home10-minimal .h5,
.home10-minimal h6,
.home10-minimal .h6 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 600;
}

/*---------------------------------------
  28.10 Home11 - Grid  ------------------
  ---------------------------------------*/
.home11-grid .section-header h2,
.home11-grid .section-header .h2 {
  font-size: 23px;
  font-weight: 700;
}

.home11-grid .slideshow .slideshow__title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #111111;
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
}

.home11-grid .slideshow .wrap-caption {
  display: inline-block;
  max-width: 750px;
  padding: 25px;
}

.home11-grid .slideshow .slideshow__subtitle {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #111111;
  font-weight: 600;
  font-size: 19px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.home11-grid .section-header h2,
.home11-grid .section-header .h2 {
  font-weight: 700;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.home11-grid .imgBnrOuter .inner .ttl {
  background-color: transparent;
}

.home11-grid .imgBnrOuter .inner .ttl h5 {
  font-weight: normal;
}

.img-grid-banner1 {
  margin-bottom: 30px;
}

.img-grid-banner2 .inner,
.img-grid-banner3 .inner {
  margin-bottom: 30px;
}

.home11-grid .site-footer {
  background: #339498;
}

.home11-grid .site-footer hr {
  border-color: #4da4a4;
}

.home11-grid .footer-top .footer-newsletter .btn {
  border-radius: 3px !important;
  background-color: #000;
}

/*---------------------------------------
  28.11 Home 12 - Category  -------------
  ---------------------------------------*/
.home12-category #siteNav.medium>li a {
  font-weight: normal;
}

.home12-category .section-header h2,
.home12-category .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.home12-category .slideshow .slideshow__title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #111111;
  font-weight: 600;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 1.1;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0);
}

.home12-category .slideshow .wrap-caption {
  display: inline-block;
  max-width: 750px;
  padding: 25px;
}

.home12-category .slideshow .slideshow__subtitle {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  color: #111111;
  font-weight: 400;
  font-size: 19px;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
}

.home12-category .feature-row .btn {
  padding: 8px 18px 8px;
  background-color: #bb5864;
}

.home12-category .feature-row h2 {
  font-weight: 600;
}

.home12-category .section-header h2,
.home12-category .section-header .h2 {
  font-size: 24px;
  font-weight: 400;
}

.home12-category .three-column-pro .section-header h2,
.home12-category .three-column-pro .section-header .h2 {
  font-size: 22px;
  font-weight: 600;
}

.home12-category .three-column-pro .mini-list-item .mini-view_image img {
  width: 100%;
  max-width: 100%;
}

.home12-category .footer-5 .footer-top h4,
.home12-category .footer-5 .footer-top .h4 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.home12-category .footer-5 .site-footer {
  border: 0;
}

.home12-category .footer-5 .footer-top {
  padding-top: 0;
}

.home12-category .footer-5 .addressFooter .icon {
  margin-top: 4px;
}

/*---------------------------------------
  28.12 Home 13 - Autoparts  ------------
  ---------------------------------------*/
.store-feature-top {
  background: #000000;
  padding: 7px !important;
  text-align: center;
  border-bottom: 1px solid #000000;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flexbox;
}

.flex .flex-item {
  flex: 1;
}

.flex-item {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

.home13-auto-parts {
  font-size: 14px;
}

.home13-auto-parts .top-header {
  background-color: #d41618;
}

.home13-auto-parts .slideshow .slideshow__title {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
  font-size: 35px;
}

.home13-auto-parts .slideshow .slideshow__subtitle {
  font-size: 16px;
}

.slideshow .mobile-show {
  display: none;
}

.home13-auto-parts .section-header h2,
.home13-auto-parts .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.home13-auto-parts .section-header p {
  font-size: 14px;
}

.featured-content .list-items .col-12 {
  margin-bottom: 35px;
}

.featured-content .list-items img {
  display: block;
  vertical-align: middle;
  margin: 0 auto 20px;
}

.featured-content .list-items .h4 {
  font-size: 16px;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
}

.featured-content .list-items p {
  max-width: 300px;
  margin: 0 auto 20px;
}

.home13-auto-parts .btn {
  background-color: #d41618;
}

.home13-auto-parts .hero__overlay.hero {
  background-attachment: fixed;
}

.home13-auto-parts .hero .text-small .mega-title {
  font-weight: 400;
}

.home13-auto-parts .hero__inner h2,
.home13-auto-parts .hero__inner .h2,
.home13-auto-parts .hero__inner p,
.home13-auto-parts .mega-subtitle {
  color: #ffffff;
}

.home13-auto-parts .hero__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.home13-auto-parts .footer-2 .site-footer {
  background-color: #000000;
}

.home13-auto-parts .footer-2 .footer-top h4,
.home13-auto-parts .footer-2 .footer-top .h4,
.home13-auto-parts .footer-2 .footer-top,
.home13-auto-parts .footer-2 .footer-links a,
.home13-auto-parts .footer-2 .footer-top p,
.home13-auto-parts .footer-2 .footer-bottom,
.home13-auto-parts .footer-2 .footer-bottom a {
  color: #ffffff;
}

.home13-auto-parts .footer-2 .site-footer hr {
  border-color: #454545;
}

.home13-auto-parts .footer-2 .site-footer .addressFooter .icon {
  color: #ffffff !important;
}

/*---------------------------------------
  28.13 Home 14 - Bags  -----------------
  ---------------------------------------*/
.home14-bags .imgBnrOuter .custom-text {
  max-width: 800px;
  margin: 0 auto;
}

.home14-bags .imgBnrOuter .inner {
  margin-bottom: 20px;
}

.home14-bags .imgBnrOuter .custom-text .h3 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: normal;
}

.home14-bags .imgBnrOuter .custom-text .h3 a:hover {
  text-decoration: none;
}

.home14-bags .hero__overlay.hero {
  background-attachment: fixed;
}

.home14-bags .hero .text-small .mega-title {
  font-weight: 400;
  font-family: "Roboto Slab", Helvetica, Tahoma, Arial, serif;
}

.home14-bags .hero__inner h2,
.home14-bags .hero__inner .h2,
.home14-bags .hero__inner p,
.home14-bags .mega-subtitle {
  color: #ffffff;
}

.home14-bags .hero__overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

.home14-bags .section-header h2,
.home14-bags .section-header .h2 {
  font-size: 26px;
}

.home14-bags .footer-2 .site-footer {
  background: #141414;
}

.home14-bags .footer-2 .footer-top h4,
.home14-bags .footer-2 .footer-top .h4,
.home14-bags .footer-2 .footer-top,
.home14-bags .footer-2 .footer-links a,
.home14-bags .footer-2 .footer-top p,
.home14-bags .footer-2 .footer-bottom,
.home14-bags .footer-2 .footer-bottom a {
  color: #ffffff;
}

.home14-bags .footer-2 .site-footer hr {
  border-color: #454545;
}

.home14-bags .footer-2 .site-footer .addressFooter .icon {
  color: #ffffff !important;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------
  28.14 Home 15 - Furniture  ------------
  ---------------------------------------*/
body.home15-funiture-template {
  font-size: 14px;
}

.home15-funiture-template .section-header h2,
.home15-funiture-template .section-header .h2 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.home15-funiture-top {
  background: #141414;
  color: #fff;
}

.home15-funiture-top .container-fluid,
.home15-funiture-header .container-fluid {
  padding: 0 35px;
}

.home15-funiture-top p,
.home15-funiture-top a,
.home15-funiture-top select,
.home15-funiture-top .fa,
.home15-funiture-top span.selected-currency {
  color: #fff;
}

.home15-funiture-header {
  padding-bottom: 15px;
}

.home15-funiture-header .site-header__search {
  float: none;
}

.home15-funiture-template .variants.add button,
.home15-funiture-template a.quick-view,
.home15-funiture-template a.wishlist,
.home15-funiture-template .cartIcon,
.home15-funiture-template .add-to-compare {
  color: #fff;
  background-color: #000;
}

.home15-funiture-template .variants.add button:hover,
.home15-funiture-template a.quick-view:hover,
.home15-funiture-template a.wishlist:hover,
.home15-funiture-template .cartIcon:hover,
.home15-funiture-template .add-to-compare:hover {
  color: #000;
  background-color: #fff;
}

.home-lookbook .custom-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
}

.home15-funiture-template .store-info .anm {
  margin-right: 15px;
  font-size: 40px;
  vertical-align: middle;
  display: block;
  margin-bottom: 20px;
}

.home15-funiture-template .anm,
.home15-funiture-template .mfp-container::before,
.home15-funiture-template .mfp-content {
  vertical-align: middle;
}

.home15-funiture-template .imgBnrOuter .inner .ttl,
.home15-funiture-template .imgBnrOuter .inner:hover .ttl {
  background-color: transparent;
}

.home-lookbook img {
  width: 100%;
}

.footer-3 .footer-top {
  padding: 40px 0 30px;
}

.footer-3 .h4 {
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

@media only screen and (min-width:1199px) {
  .footer-3 .col-md-3.col-lg-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.footer-3 .footer-newsletter .newsletter__input {
  background-color: #fff;
  margin-bottom: 10px;
}

.footer-3 hr {
  border-color: #454545;
}

/*======================================================================
  29. Testimonial Slider
========================================================================*/
.quote-wraper {
  background: #f9f9f9;
  padding: 40px;
}

.quotes-slider blockquote {
  border: 0;
  max-width: 700px;
  margin: 0 auto;
  line-height: 26px;
}

.quotes-slider__text {
  font-size: 1.13462em;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px;
}

.quotes-slider .authour {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
}

.quotes-slider__text p {
  margin-bottom: 30px;
}

.quotes-slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.quotes-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.quotes-slider .slick-prev {
  left: 0;
}

.quotes-slider .slick-next {
  right: 0;
}

/*======================================================================
  30. Instagram Feed
========================================================================*/
.instagram-feed-section:before,
.instagram-feed-section:after {
  content: '';
  clear: both;
  display: block;
}

#instafeed .insta-img {
  display: inline-block;
  padding: 2px;
  float: left;
}

#instafeed.imlow_resolution .insta-img {
  width: 25%;
}

/*======================================================================
  31. Hero Banners
========================================================================*/
.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: scroll;
}

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 35px 0;
  color: #000;
  z-index: 2;
  text-align: center;
}

.hero[data-stellar-background-ratio] {
  background-attachment: fixed;
}

.hero .text-small .mega-title {
  font-size: 25px;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  font-weight: 700;
}

.hero .text-small .mega-subtitle {
  font-size: 16px;
  margin-bottom: 25px;
}

@media only screen and (min-width:990px) {
  .hero__inner .wrap-text {
    max-width: 500px;
  }
}

.hero--large {
  height: 650px;
}

.hero .text-large .mega-title {
  font-size: 45px;
}

.hero__inner .center {
  text-align: center;
  margin: 0 auto;
}

.hero .text-large .mega-subtitle {
  font-size: 20px;
  color: #fff;
}

.hero .mega-subtitle {
  margin-bottom: 25px;
}

.hero .font-bold .mega-title {
  font-weight: 700;
  color: #fff;
}

.hero__inner .right {
  float: right;
  text-align: center;
}

.hero .text-medium .mega-title {
  font-size: 35px;
}

.hero .text-medium .mega-subtitle {
  font-size: 18px;
}

/*======================================================================
  32. Newsletter Cookie Popup
========================================================================*/
#modalOverly {
  height: auto !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

#popup-container {
  display: none;
  max-width: 700px;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  background: #fafafa;
  margin: 20px auto;
  z-index: 444;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-window {
  position: relative;
}

#popup-container .row-cell.first {
  width: 65%;
  text-align: center
}

#popup-container .row-cell.last {
  width: 35%;
  text-align: right
}

#popup-container .closepopup {
  display: block;
  color: #fff;
  font-size: 11px;
  height: 30px;
  line-height: 19px;
  padding: 5px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 30px;
  z-index: 333
}

#popup-container .closepopup:hover {
  opacity: 0.8
}

#popup-container .width40 {
  width: 40%
}

#popup-container .width60 {
  width: 60%
}

.newsletter-left {
  padding: 40px 30px
}

.newsletter-left h1,
.newsletter-left .h1 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  color: #000000;
  letter-spacing: 0.08em
}

.newsletter-left h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  color: #000000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-left .input-group__field {
  border-right: 1px solid #e8e9eb
}

.newsletter-left .input-group {
  display: block;
  margin: 0 auto 20px;
  position: relative;
  width: 100%
}

.newsletter-left .input-group input {
  width: 100%;
  margin: 0 0 10px 0
}

.newsletter-left .social {
  margin: 10px 0 0
}

.newsletter-left .social li {
  display: inline-block;
  margin: 0 5px;
  list-style: none
}

.newsletter-left .social a {
  border-radius: 50%;
  color: #141515;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  width: 30px
}

.newsletter-left #Subscribe {
  width: 100%;
  height: auto;
  padding: 12px 20px
}

 

/*======================================================================
  33. Footer
========================================================================*/
 
.footer-2 .site-footer {
  background-color: #fff;
}

.footer-2 .footer-top h4,
.footer-2 .footer-top .h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 15px;
}

.footer-2 .footer-top,
.footer-2 .footer-links a,
.footer-2 .footer-top p,
.footer-2 .footer-bottom,
.footer-2 .footer-bottom a {
  color: #333333;
}

.footer-2 .site-footer .addressFooter .icon {
  color: #888888 !important;
  margin-top: 2px;
}

.footer-2 .site-footer hr {
  border-color: #e8e8e8;
}

.footer-4 .site-footer {
  background-color: #fff;
}

.footer-4 .footer-top h4,
.footer-4 .footer-top .h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
  margin-bottom: 15px;
}

.footer-4 .newsletter-section {
  background-color: #000;
  border: 1px solid #000;
}

.footer-4 .newsletter-section .section-header label,
.footer-4 .newsletter-section .section-header span {
  color: #fff;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.footer-4 .newsletter-section .btn {
  background-color: #1cb5b5;
}

.footer-4 .newsletter-section .btn:hover {
  background-color: #31a3a3;
}

.footer-4 .footer-top,
.footer-4 .footer-links a,
.footer-4 .footer-top p,
.footer-4 .footer-bottom,
.footer-4 .footer-bottom a {
  color: #000;
}

.footer-4 .social-icons .icon {
  color: #fff;
}

.footer-4 .addressFooter .icon {
  color: #000 !important;
}

.footer-4 .site-footer hr {
  border-color: #e8e8e8;
}

.footer-5 .site-footer {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}

.footer-5 .footer-top h4,
.footer-5 .footer-top .h4 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

.footer-5 .newsletter-section {
  background-color: #000;
  border: 1px solid #000;
}

.footer-5 .newsletter-section .section-header label,
.footer-5 .newsletter-section .section-header span {
  color: #fff;
  font-family: Poppins, Helvetica, Tahoma, Arial, sans-serif;
}

.footer-5 .footer-top,
.footer-5 .footer-links a,
.footer-5 .footer-top p,
.footer-5 .footer-bottom,
.footer-5 .footer-bottom a {
  color: #000;
}

.footer-5 .addressFooter .icon {
  color: #000 !important;
}

.footer-5 .footer-logo {
  margin-bottom: 20px;
}

.footer-5 .social-icons .icon {
  font-size: 14px;
}

.footer-5 .site-footer__social-icons li {
  padding: 0 8px;
}

.footer-5 .footer-newsletter .newsletter__input {
  font-size: 13px;
  margin-bottom: 10px;
  border: 1px solid #e8e9eb;
  border-radius: 3px;
}

.footer-5 .footer-newsletter .btn {
  border-radius: 3px;
}

.footer-5 .site-footer hr {
  border-color: #eeeeee;
}

/* Newsletter */
.newsletter-section {
  background-color: #f9f9f9;
  border: 1px solid #e8e9eb;
  padding: 35px 0;
}

.newsletter-section .footer-newsletter {
  width: 60%;
}

.newsletter-section .section-header {
  margin: 0 20px 0 0;
  float: left;
  display: inline-block;
}

.newsletter-section .section-header label {
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.newsletter-section .section-header span {
  display: block;
  font-size: 13px;
  text-align: left;
}

.newsletter-section .input-group {
  max-width: 100%;
  margin: 0;
  width: auto;
  position: relative;
  display: table;
  border-collapse: separate;
}

.newsletter-section .input-group__btn {
  white-space: nowrap;
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.newsletter-section .input-group .btn,
.newsletter-section .input-group__field {
  height: 40px;
}

.newsletter-section .input-group__field {
  background-color: #fff;
}

.newsletter-section .input-group__field,
.newsletter-section .input-group__btn .btn {
  border-radius: 0;
}

.newsletter-section .btn {
  color: #fff;
  background-color: #000;
}

.newsletter-section .btn:hover,
.newsletter-section .btn:focus {
  background-color: #444444;
}

.visually-hidden,
.icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* End Newsletter */

/* Social Icon */
.site-footer__social-icons li {
  padding: 0 10px;
}

.social-icons .icon {
  color: #111111;
  font-size: 16px;
}

.site-footer__social-icons .icon {
  width: 16px;
}

/* End Social Icon */

.site-footer {
  background: #141414;
}

.site-footer ul {
  list-style: none;
}

.footer-top {
  padding: 40px 0 15px;
}

.footer-top h4,
.footer-top .h4 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-links .h4 {
  position: relative;
}

.footer-links ul,
.contact-box ul {
  margin-bottom: 20px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-top,
.footer-links a,
.footer-top p,
.footer-bottom {
  color: #ffffff;
}

.addressFooter .icon {
  color: #ffffff !important;
  float: left;
  font-size: 14px;
  margin-top: 2px;
}

.addressFooter li {
  padding-bottom: 12px;
}

.addressFooter li p {
  padding-left: 25px;
}

.site-footer hr {
  margin: 0;
  border-color: #454545;
}

.footer-bottom {
  padding: 25px 0;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-bottom span {
  letter-spacing: 1px;
}

.footer-bottom .payment-icons .icon {
  font-size: 25px;
}

#site-scroll {
  color: #fff;
  line-height: 38px;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  right: 30px;
  position: fixed;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 40px;
  bottom: 50px;
  z-index: 444;
  display: none;
  background: #176129;
}

#site-scroll i {
  line-height: 40px;
}

/*---------------------------------------
  End Footer ----------------------------
  ---------------------------------------*/

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
  -webkit-transition: filter 400ms, -webkit-filter 400ms;
}

/*---------------------------------------
  Home — About us section (index)
  ---------------------------------------*/
.home-about-section {
  position: relative;
  overflow: hidden;
}

.home-about-section::before {
  content: "";
  position: absolute;
  top: 6%;
  right: -4%;
  width: min(46vw, 300px);
  height: min(46vw, 300px);
  background: url("../banner/bg-icon1.png") no-repeat center / contain;
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}

.home-about-section > .container {
  position: relative;
  z-index: 1;
}

.home-about-section__media {
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .home-about-section__media {
    margin-bottom: 0;
  }
}

.home-about-section__figure-wrap {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.home-about-section__figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.home-about-section__img {
  width: 100%;
  display: block;
}

.home-about-section__badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: #176129;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(23, 97, 41, 0.35);
  text-align: center;
  line-height: 1.2;
}

.home-about-section__badge-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-about-section__badge-text {
  display: block;
  font-size: 0.75rem;
  opacity: 0.95;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-about-section__content {
  padding-right: 0;
}

@media (min-width: 992px) {
  .home-about-section__content {
    padding-right: 36px;
  }
}

.home-about-section__eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #176129;
  margin-bottom: 10px;
}

.home-about-section__title {
  margin-bottom: 16px;
  line-height: 1.25;
  color: #111;
}

.home-about-section__lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #555;
  margin-bottom: 24px;
  max-width: 34em;
}

.home-about-section__features {
  margin-bottom: 28px;
}

.home-about-section__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #444;
}

.home-about-section__feature:last-child {
  margin-bottom: 0;
}

.home-about-section__feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(23, 97, 41, 0.1);
  color: #176129;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.home-about-section__feature-text strong {
  color: #222;
  font-weight: 600;
}

.home-about-section__cta {
  background-color: #176129;
  border-color: #176129;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.home-about-section__cta:hover,
.home-about-section__cta:focus {
  background-color: #124d22;
  border-color: #124d22;
  color: #fff;
  transform: translateY(-1px);
}

/*---------------------------------------
  Home - Product section redesign
  ---------------------------------------*/
.health-products-section {
  background: linear-gradient(180deg, #f3f8f3 0%, #ffffff 100%);
  padding-top: 56px;
  padding-bottom: 56px;
}

.health-products-section .section-header {
  margin-bottom: 34px;
}

.health-products-section .section-header .h2 {
  letter-spacing: 0.01em;
}

.health-products-section .productSlider .item {
  background: #fff;
  border: 1px solid #e8efe8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(16, 24, 16, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.health-products-section .productSlider .item:hover {
  transform: translateY(-6px);
  border-color: #cfe0cf;
  box-shadow: 0 18px 36px rgba(16, 24, 16, 0.12);
}

.health-products-section .productSlider .product-image>a {
  display: block;
  background: #f8fbf8;
}

.health-products-section .productSlider .product-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.health-products-section .productSlider .item:hover .product-image img {
  transform: scale(1.04);
}

.health-products-section .productSlider .product-details {
  padding: 18px 16px 16px;
}

.health-products-section .productSlider .product-name a {
  font-size: 16px;
  font-weight: 600;
  color: #1d2a1d;
}

.health-products-section .productSlider .product-price {
  margin-top: 8px;
}

.health-products-section .productSlider .product-price .old-price {
  color: #8d9790;
}

.health-products-section .productSlider .product-price .price {
  color: #176129;
  font-weight: 700;
}

.health-products-section .productSlider .btn.btn-addto-cart {
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .health-products-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .health-products-section .productSlider .product-image img {
    height: 240px;
  }
}

/*---------------------------------------
  Custom footer layout
  ---------------------------------------*/
.custom-footer .site-footer {
  background: #0f2e17;
  color: #dce9df;
}

.custom-footer-top {
  padding-top: 56px;
}

.custom-footer-col {
  margin-bottom: 24px;
}

.custom-footer-logo {
  max-width: 170px;
  width: 100%;
  height: auto;
}

.custom-footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 10px;
}

.custom-footer-text {
  margin-top: 14px;
  color: #bdd1c2;
  line-height: 1.7;
  max-width: 320px;
}

.custom-footer-title {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 600;
}

.custom-footer-links,
.custom-footer-contact,
.custom-footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-footer-links li {
  margin-bottom: 8px;
}

.custom-footer-links li a {
  color: #dce9df;
}

.custom-footer-links li a:hover {
  color: #fff;
}

.custom-footer-contact li {
  margin-bottom: 10px;
  color: #dce9df; display: flex;
}

.custom-footer-contact li i {
  margin-right: 8px;
}

.custom-footer-social {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

.custom-footer-social li a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: all 0.2s ease;
}

.custom-footer-social li a:hover {
  background: #176129;
  transform: translateY(-2px); text-decoration: none;
}

.custom-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 16px;
  padding-bottom: 16px;
  color: #c1d3c7;
}

.wishlist-btn--cart{ color: #fff !important; text-decoration: none !important;}

/* my css */



.mt70 {
  margin-top: 70px;
}
.ptb60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.category-section .category-head {
  margin-bottom: 34px;
}

.category-section .category-head__eyebrow {
  margin: 0 0 10px !important;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #145326;
  font-weight: 700;
}

.category-section .category-head .h2 {
  color: #153f22;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-section .category-head p {
  color: #6f655a;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}

.category-section .category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.category-section .category-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6dfd3;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(21, 59, 31, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-section .category-card--featured {
  grid-column: span 6;
}

.category-section .category-card:hover {
  transform: translateY(-6px);
  border-color: #d5c9b3;
  box-shadow: 0 18px 38px rgba(16, 44, 25, 0.16);
}

.category-section .category-card-media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.category-section .category-card--featured .category-card-media {
  height: 250px;
}

.category-section .category-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 19, 12, 0.38), rgba(8, 19, 12, 0));
  pointer-events: none;
}

.category-section .category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.category-section .category-card:hover .category-card-media img {
  transform: scale(1.08);
}

.category-section .category-card-chip {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(245, 251, 246, 0.9);
  border: 1px solid rgba(20, 83, 38, 0.12);
  color: #174b27;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.category-section .category-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 16px 18px;
}

.category-section .category-card-title {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1a3f25;
}

.category-section .category-card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #70665c;
}

.category-section .category-card-link {
  margin-top: auto;
  padding-top: 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #145326;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.category-section .category-card-link::after {
  content: "->";
  font-size: 13px;
  transition: transform 0.2s ease;
}

.category-section .category-card:hover .category-card-link::after {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .category-section .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-section .category-card,
  .category-section .category-card--featured {
    grid-column: span 1;
  }
}

@media (max-width: 575px) {
  .category-section .category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .category-section .category-card-media,
  .category-section .category-card--featured .category-card-media {
    height: 210px;
  }
}

.category-section .category-grid.slick-slider {
  display: block;
  position: relative;
  margin: 0 -9px;
  padding-bottom: 38px;
}

.category-section .category-grid.slick-slider .slick-list {
  overflow: hidden;
}

.category-section .category-grid.slick-slider .slick-track {
  display: flex;
}

.category-section .category-grid.slick-slider .slick-slide {
  height: auto;
  padding: 0 9px;
}

.category-section .category-grid.slick-slider .slick-slide > div {
  height: 100%;
}

.category-section .category-grid.slick-slider .category-card,
.category-section .category-grid.slick-slider .category-card--featured {
  grid-column: auto;
  height: 100%;
}

.category-section .category-grid.slick-slider .category-card-media,
.category-section .category-grid.slick-slider .category-card--featured .category-card-media {
  height: 236px;
}

.category-section .cat-slider-arrow {
  position: absolute;
  top: -68px;
  right: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #d8ccba;
  border-radius: 50%;
  background: #fff;
  color: #1a3f25;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s ease;
}

.category-section .cat-slider-arrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.category-section .cat-slider-arrow--prev {
  right: 52px;
}

.category-section .cat-slider-arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.category-section .cat-slider-arrow--next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}

.category-section .cat-slider-arrow:hover {
  background: #145326;
  border-color: #145326;
  color: #fff;
}

.category-section .category-grid.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.category-section .category-grid.slick-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  line-height: 1;
}

.category-section .category-grid.slick-slider .slick-dots li::before,
.category-section .category-grid.slick-slider .slick-dots li::after {
  content: none !important;
  display: none !important;
}

.category-section .category-grid.slick-slider .slick-dots li button {
  width: 22px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: #d9d2c7;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.category-section .category-grid.slick-slider .slick-dots li button:before {
  display: none;
}

.category-section .category-grid.slick-slider .slick-dots li.slick-active button {
  background: #145326;
}

@media (max-width: 767px) {
  .category-section .category-grid.slick-slider {
    margin: 0 -6px;
  }

  .category-section .category-grid.slick-slider .slick-slide {
    padding: 0 6px;
  }

  .category-section .category-grid.slick-slider .category-card-media,
  .category-section .category-grid.slick-slider .category-card--featured .category-card-media {
    height: 214px;
  }
}

/* ----- Category keywords strip (shield icons + labels) ----- */
.category-keywords {
  position: relative;
  overflow: hidden;
}

.category-keywords::before {
  content: "";
  position: absolute;
  top: -8%;
  left: -5%;
  width: min(52vw, 340px);
  height: min(52vw, 340px);
  background: url("../banner/bg-icon2.png") no-repeat center / contain;
  opacity: 0.11;
  pointer-events: none;
  z-index: 0;
}

.category-keywords::after {
  content: "";
  position: absolute;
  bottom: -12%;
  right: -6%;
  width: min(44vw, 260px);
  height: min(44vw, 260px);
  background: url("../banner/bg-icon1.png") no-repeat center / contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.category-keywords > .container {
  position: relative;
  z-index: 1;
}

.category-keywords .category-head {
  margin-bottom: 32px;
}

.category-keywords__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
  align-items: center;
}

.category-keywords__item {
  display: flex;
  align-items: center;
  gap: 16px 18px;
  min-width: 0;
  text-decoration: none !important;
  color: #1b2f21;
  transition: transform 0.2s ease, opacity 0.2s ease;
  justify-content: center;
  flex-direction: column;
}
.category-keywords__item img{
  width: 80px;
}

.category-keywords__item:hover,
.category-keywords__item:focus-visible {
  transform: translateY(-2px);
  opacity: 0.95;
}

.category-keywords__item:focus-visible {
  outline: 2px solid #124d22;
  outline-offset: 4px;
  border-radius: 8px;
}

.category-keywords__shield {
  position: relative;
  flex-shrink: 0;
  width: 76px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #fdf6e8 0%, #e9d4a8 52%, #d4bc7a 100%);
  clip-path: polygon(50% 0%, 94% 11%, 100% 42%, 90% 76%, 50% 100%, 10% 76%, 0% 42%, 6% 11%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 4px 12px rgba(24, 44, 30, 0.12);
}

.category-keywords__shield--leaves::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 22px;
  background: radial-gradient(ellipse at 30% 40%, #5a9f5a 0%, #3d7a3d 70%, transparent 72%),
    radial-gradient(ellipse at 70% 60%, #6eb86e 0%, #3d7a3d 65%, transparent 70%);
  border-radius: 50% 40% 50% 40%;
  opacity: 0.9;
  pointer-events: none;
}

.category-keywords__icon {
  display: block;
  margin-top: 4px;
}

.category-keywords__icon--vitality,
.category-keywords__icon--moon {
  margin-top: 0;
}

.category-keywords__check {
  position: absolute;
  right: -2px;
  bottom: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4af37 0%, #b8941f 100%);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f5f0e6;
  box-shadow: 0 2px 4px rgba(24, 44, 30, 0.2);
}

.category-keywords__body {
  min-width: 0;
  text-align: center;
}

.category-keywords__label {
  display: flex;
  gap: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  justify-content: center;
}

.category-keywords__label-line {
  display: block;
}

.category-keywords__keywords {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #7a6f62;
  font-weight: 400;
}

@media (max-width: 991px) {
  .category-keywords__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .category-keywords__row {
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
  .category-keywords__item img{
   height: 50px;
   width: 50px;
    object-fit: cover;
  }
  .category-keywords__label{
      font-size: 15px;
  }
}

/* ----- Top-rated product section (dark + tickers) ----- */


.product-section__ticker {
  background: #124d22;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
}

.product-section__ticker-track {
  display: inline-flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: product-ticker-scroll 22s linear infinite;
  will-change: transform;
}

.product-section__ticker-group {
  display: inline-flex;
  flex-shrink: 0;
  gap: 3rem;
  padding-right: 3rem;
}

.product-section__ticker-group span {
  flex-shrink: 0;
}

@keyframes product-ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-section__ticker-track {
    animation: none;
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    text-align: center;
    padding: 0 12px;
  }
}

.product-section__inner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf9f5 0%, #f4f1ea 45%, #faf9f5 100%);
}

.product-section__inner::before {
  content: "";
  position: absolute;
  top: 18%;
  left: -3%;
  width: min(38vw, 220px);
  height: min(38vw, 220px);
  background: url("../banner/bg-icon1.png") no-repeat center / contain;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.product-section__inner > .container {
  position: relative;
  z-index: 1;
}

.product-section__head {
  margin-bottom: 36px;
}

/* .product-section__badge {
  display: inline-block;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
} */

.product-section__title {
  color: #124d22;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0;
  line-height: 1.2;
}

.product-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 24px;
  margin-bottom: 70px;
}

.top-product-card {
  text-align: center;
}

.top-product-card__media {
  position: relative;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 8px;
  overflow: hidden;
}

.top-product-card__media img {
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

.top-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1.2;
}

.top-product-card__badge--sale {
  background: #e31e24;
  color: #fff;
}

.top-product-card__badge--sold {
  background: #3a3a3a;
  color: #fff;
  top: 12px;
  left: 12px;
}

.top-product-card__badge--new {
  background: #fff;
  color: #1a1a1a;
  top: 44px;
  left: 12px;
  padding-left: 8px;
}

.top-product-card__badge--new::before {
  content: "🔥";
  margin-right: 4px;
  font-size: 11px;
}

.top-product-card__name {
  color: #124d22;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.35;
}

.top-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}

.top-product-card__price-current {
  color: #124d22;
  font-size: 17px;
  font-weight: 800;
}

.top-product-card__price-old {
  color: #124d22;
  font-size: 14px;
  text-decoration: line-through;
}

.top-product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.top-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  box-sizing: border-box;
}

.top-product-card__btn--cart {
  background: #124d22;
  color: #fff;
  border-color: #124d22;
}

.top-product-card__btn--cart:hover:not(.top-product-card__btn--disabled) {
  background: #0d3a18;
  border-color: #0d3a18;
  color: #fff;
}

.top-product-card__btn--details {
  background: transparent;
  color: #124d22;
  border-color: rgba(18, 77, 34, 0.45);
}

.top-product-card__btn--details:hover {
  background: rgba(18, 77, 34, 0.08);
  border-color: #124d22;
  color: #124d22;
}

.top-product-card__btn--disabled {
  cursor: not-allowed;
  opacity: 0.65;
  background: #9a9a9a;
  border-color: #9a9a9a;
  color: #fff;
}

.product-section__cta-wrap {
  margin-top: 8px;
}

.product-section__cta {
  display: inline-block;
  background: #124d22;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
  text-decoration: none;
}

.product-section__cta:hover {
  background: #124d22;
  color: #fff;
  transform: translateY(-2px);

}

@media (max-width: 991px) {
  .product-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .product-section__inner {
    padding: 36px 0 44px;
  }

  .product-section__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-section__ticker {
    font-size: 11px;
    padding: 8px 0;
  }
}

/* ===========================
   Best Seller Hero (Teas)
   =========================== */
 
.best-seller-hero .container-fluid {
  padding: 0;
}

.best-seller-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0;
}

.best-seller-hero__left {
  position: relative;
  background: #176129;
  color: #fff;
  padding: 70px 80px;
  overflow: hidden;
}

.best-seller-hero__content {
  position: relative;
  max-width: 440px;
  z-index: 1;
}

.best-seller-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 12px;
  opacity: 0.9;
}

.best-seller-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  color: #fff;
}

.best-seller-hero__subtitle {
  margin: 0 0 28px;
  font-size: 14px;
  opacity: 0.9;
  color: #fff;
}

.best-seller-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  background: #ffffff;
  color: #12351f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.best-seller-hero__btn:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.best-seller-hero__border-text {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.9;
}

.best-seller-hero__border-text span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.best-seller-hero__border-text--left {
  left: 0;
  padding: 30px 0;
}

.best-seller-hero__border-text--right {
  right: 0;
  padding: 30px 0;
}

.best-seller-hero__right {
  background: #f4f4f4;
}

.best-seller-hero__image-wrap {
  width: 100%;
  height: 100%;
}

.best-seller-hero__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .best-seller-hero {
    margin: 50px 0;
  }

  .best-seller-hero__grid {
    grid-template-columns: 1fr;
  }

  .best-seller-hero__left {
    padding: 60px 40px;
  }
}

@media (max-width: 575px) {
  .best-seller-hero__left {
    padding: 50px 24px 40px;
  }

  .best-seller-hero__border-text {
    display: none;
  }
}

/* ----- Premium bento masonry gallery ----- */
.bento-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.bento-gallery::before {
  content: "";
  position: absolute;
  inset: 7% auto auto -12%;
  width: min(32vw, 340px);
  height: min(32vw, 340px);
  background: radial-gradient(circle, rgba(54, 144, 74, 0.22), rgba(54, 144, 74, 0));
  pointer-events: none;
  z-index: -1;
}

.bento-gallery::after {
  content: "";
  position: absolute;
  inset: auto -10% 10% auto;
  width: min(28vw, 300px);
  height: min(28vw, 300px);
  background: radial-gradient(circle, rgba(16, 78, 34, 0.2), rgba(16, 78, 34, 0));
  pointer-events: none;
  z-index: -1;
}

.bento-gallery__head {
  max-width: 700px;
  margin: 0 auto 34px;
}

.bento-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 84px;
  gap: 18px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  isolation: isolate;
}

.bento-card__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.bento-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bento-card:hover .bento-card__img {
  transform: scale(1.1);
}

.bento-card__gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 15, 8, 0.12) 0%, rgba(3, 15, 8, 0.25) 40%, rgba(3, 15, 8, 0.82) 100%),
    linear-gradient(110deg, rgba(28, 95, 49, 0.35) 0%, rgba(28, 95, 49, 0) 54%);
  pointer-events: none;
}

.bento-card__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bento-card__tag {
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f4fff6;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.bento-card__title {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 27px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.bento-card__desc {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(246, 252, 247, 0.92);
}

.bento-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bento-card__price {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.bento-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
}

.bento-card__cta::after {
  content: "->";
  font-size: 13px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.bento-card:hover .bento-card__cta::after {
  transform: translateX(4px);
}

.bento-card--hero {
  grid-column: 1 / span 6;
  grid-row: 1 / span 5;
}

.bento-card--focus {
  grid-column: 7 / span 3;
  grid-row: 1 / span 5;
}

.bento-card--calm {
  grid-column: 10 / span 3;
  grid-row: 1 / span 2;
}

.bento-card--detox {
  grid-column: 10 / span 3;
  grid-row: 3 / span 3;
}

.bento-card--immunity {
  grid-column: 1 / span 4;
  grid-row: 6 / span 3;
}

.bento-card--beauty {
  grid-column: 5 / span 4;
  grid-row: 6 / span 3;
}

.bento-card--relax {
  grid-column: 9 / span 4;
  grid-row: 6 / span 3;
}

@media (max-width: 1199px) {
  .bento-gallery__grid {
    grid-auto-rows: 72px;
    gap: 14px;
  }

  .bento-card__meta {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .bento-card__desc {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .bento-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 190px;
    gap: 12px;
  }

  .bento-card--hero {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  .bento-card--focus {
    grid-column: span 1;
    grid-row: span 2;
  }

  .bento-card--calm,
  .bento-card--detox,
  .bento-card--immunity,
  .bento-card--beauty,
  .bento-card--relax {
    grid-column: span 1;
    grid-row: span 1;
  }

  .bento-card--detox {
    grid-row: span 2;
  }
}

@media (max-width: 575px) {
 
  .bento-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(210px, auto);
  }

  .bento-card--hero,
  .bento-card--focus,
  .bento-card--calm,
  .bento-card--detox,
  .bento-card--immunity,
  .bento-card--beauty,
  .bento-card--relax {
    grid-column: 1;
    grid-row: auto;
    min-height: 230px;
  }

  .bento-card--hero {
    min-height: 300px;
  }
}

/* ----- Home blog section ----- */
.home-blog-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf9f5 0%, #f4f1ea 45%, #faf9f5 100%);
}

.home-blog-section::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -5%;
  width: min(42vw, 280px);
  height: min(42vw, 280px);
  background: url("../banner/bg-icon2.png") no-repeat center / contain;
  opacity: 0.11;
  pointer-events: none;
  z-index: 0;
}

.home-blog-section > .container {
  position: relative;
  z-index: 1;
}

.home-blog-head {
  max-width: 640px;
  margin: 0 auto 40px;
}

.home-blog-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #124d22;
  margin: 0 0 10px;
  opacity: 0.9;
}

.home-blog-title {
  margin: 0 0 12px;
  color: #124d22;
}

.home-blog-lead {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.55;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 24px;
  margin-bottom: 36px;
}

.home-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(18, 77, 34, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.home-blog-card:hover {
  box-shadow: 0 18px 48px rgba(18, 77, 34, 0.12);
  transform: translateY(-3px);
}

.home-blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.home-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.home-blog-card:hover .home-blog-card__media img {
  transform: scale(1.05);
}

.home-blog-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-blog-card__date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.home-blog-card__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 10px;
}

.home-blog-card__title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-blog-card__title a:hover {
  color: #124d22;
}

.home-blog-card__excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}

.home-blog-card__read {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #124d22;
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 2px solid rgba(18, 77, 34, 0.25);
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.home-blog-card__read:hover {
  border-bottom-color: #124d22;
  color: #0d3a18;
}

.home-blog-cta__btn {
  display: inline-block;
  background: #124d22;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.home-blog-cta__btn:hover {
  background: #0d3a18;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .home-blog-section {
    padding: 48px 0 60px;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* ----- Scroll text motion section ----- */
.scroll-text-motion {
  position: relative;
  border-top: 1px solid rgba(18, 22, 30, 0.08);
  border-bottom: 1px solid rgba(18, 22, 30, 0.08);
  overflow: hidden;
}

.scroll-text-motion__a11y {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scroll-text-motion__line {
  overflow: hidden;
  padding: 4px 0;
}

.scroll-text-motion__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  min-width: max-content;
  transform: translate3d(0, 0, 0);
  transition: transform 0.14s linear;
  will-change: transform;
}

.scroll-text-motion__track span {
  display: inline-block;
  font-size: clamp(52px, 9vw, 132px);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #181923;
}

.scroll-text-motion__line--accent .scroll-text-motion__track span {
  color: #006400;
}

@media (max-width: 767px) {
  .scroll-text-motion {
    padding: 26px 0;
  }

  .scroll-text-motion__line {
    padding: 2px 0;
  }

  .scroll-text-motion__track span {
    font-size: clamp(42px, 13vw, 72px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-text-motion__track {
    transform: none !important;
    transition: none !important;
  }
}

/* ----- Home — ingredients showcase (center image + side columns) ----- */
.ingredients-showcase {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #faf9f5 0%, #f4f1ea 45%, #faf9f5 100%);
  overflow: hidden;
}

.ingredients-showcase::after {
  content: "";
  position: absolute;
  bottom: 4%;
  right: 1%;
  width: min(40vw, 240px);
  height: min(40vw, 240px);
  background: url("../banner/bg-icon1.png") no-repeat center / contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.ingredients-showcase__deco {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 500' preserveAspectRatio='xMidYMid slice'%3E%3Cpath fill='%23124d22' d='M80 420c40-75 18-170-12-228 46 28 84 98 92 162-28 20-58 48-80 66z'/%3E%3Cpath fill='%23124d22' d='M780 72c-68 40-112 112-120 194 40-12 78-40 106-76 20-34 16-74 14-118z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ingredients-showcase .container.position-relative {
  z-index: 1;
}

.ingredients-showcase__head {
  max-width: 720px;
  margin: 0 auto 48px;
}

.ingredients-showcase__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #124d22;
  margin-bottom: 14px;
}

.ingredients-showcase__title {
  font-family: "Roboto Slab", Helvetica, Tahoma, Arial, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 700;
  color: #1b2f21;
  line-height: 1.25;
  margin: 0 0 14px;
}

.ingredients-showcase__lead {
  font-size: 16px;
  line-height: 1.6;
  color: #7a6f62;
  margin: 0;
}

.ingredients-showcase__row {
  --ing-accent: rgba(18, 77, 34, 0.14);
  --ing-accent-ring: rgba(18, 77, 34, 0.08);
}

.ingredients-showcase__col {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ingredients-showcase__figure {
  --ing-shift: 0px;
  margin: 0 auto;
  max-width: 420px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(24, 44, 30, 0.12);
  transform: translate3d(0, var(--ing-shift), 0);
  transition: transform 0.18s linear;
  will-change: transform;
}

.ingredients-showcase__img {
  width: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
  transform: scale(1.045);
}   

.ingredients-showcase__col--left {
  text-align: left;
}

.ingredients-showcase__col--right {
  text-align: right;
}

.ingredients-showcase__block + .ingredients-showcase__block {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(27, 47, 33, 0.1);
}

.ingredients-showcase__block-title {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 0 6px 14px;
  max-width: 100%;
}

.ingredients-showcase__col--right .ingredients-showcase__block-title {
  padding-left: 0;
  padding-right: 14px;
}

.ingredients-showcase__block-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ing-accent);
  box-shadow: 0 0 0 1px var(--ing-accent-ring);
  z-index: 0;
}

.ingredients-showcase__col--left .ingredients-showcase__block-title::before {
  left: 0;
}

.ingredients-showcase__col--right .ingredients-showcase__block-title::before {
  left: auto;
  right: 0;
}

.ingredients-showcase__title-text {
  position: relative;
  z-index: 1;
  font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #164827;
  line-height: 1.3;
}

.ingredients-showcase__block-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5c534a;
}

.ingredients-showcase__col--right .ingredients-showcase__block-text {
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .ingredients-showcase__col--center {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ingredients-showcase__figure {
    max-width: none;
  }
}

@media (max-width: 991px) {
  .ingredients-showcase {
    padding: 56px 0 64px;
  }

  .ingredients-showcase__head {
    margin-bottom: 36px;
  }

  .ingredients-showcase__col--left,
  .ingredients-showcase__col--right {
    text-align: left;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .ingredients-showcase__col--right .ingredients-showcase__block-title {
    padding-right: 0;
    padding-left: 14px;
  }

  .ingredients-showcase__col--right .ingredients-showcase__block-title::before {
    right: auto;
    left: 0;
  }

  .ingredients-showcase__figure {
    margin-bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ingredients-showcase__figure {
    transform: none !important;
    transition: none !important;
  }

  .ingredients-showcase__img {
    transform: none !important;
  }
}

.category-theme {
  background: #f7faf7;
}

 

.category-theme .collection-hero__image img {
  min-height: 280px;
  object-fit: cover;
  filter: saturate(1.05);
}

 

.category-theme .collection-hero__title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.4px;
}

.category-theme .sidebar .sidebar_widget {
  background: #fff;
  border: 1px solid #e2ebe2;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(26, 91, 42, 0.06);
}

.category-theme .sidebar_tags {
  position: sticky;
  top: 105px;
}

.category-theme .sidebar .sidebar_widget .widget-title h2 {
  font-size: 18px;
  color: #1a5b2a;
  margin-bottom: 12px;
}

.category-theme .sidebar_categories li a {
  color: #334238;
}

.category-theme .sidebar_categories li a:hover {
  color: #1a5b2a;
  padding-left: 2px;
}

.category-theme .toolbar {
  background: #fff;
  border: 1px solid #e1ebe2;
  border-radius: 12px;
  padding: 8px 14px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(26, 91, 42, 0.05);
}

.category-theme .productList .product-section__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

 
.category-theme .top-product-card:hover {
  transform: translateY(-5px);
  transition: transform 0.4s ease;
}

.category-theme .top-product-card__name {
  min-height: 20px;
}

.category-theme .top-product-card__btn--cart {
  background: #1a5b2a;
  border-color: #1a5b2a;
}

.category-theme .top-product-card__btn--cart:hover:not(.top-product-card__btn--disabled) {
  background: #124520;
  border-color: #124520;
}

.category-theme .filters-toolbar__product-count {
  color: #1a5b2a;
  font-weight: 600;
}

.category-theme .filters-toolbar__input--sort {
  border-color: #d2e2d4;
  border-radius: 8px;
  color: #2d3a31;
  min-height: 40px;
}

.category-theme .grid-view-item.style2.item {
  margin-bottom: 20px;
}

.category-theme .grid-view_image {
  background: #fff;
  border: 1px solid #e3ece4;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(17, 73, 31, 0.07);
  overflow: hidden;
  padding: 10px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.category-theme .grid-view_image:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(17, 73, 31, 0.12);
}

.category-theme .grid-view_image .product-name a {
  color: #1f2a22;
  font-weight: 600;
}

.category-theme .grid-view_image .product-name a:hover {
  color: #1a5b2a;
}

.category-theme .grid-view_image .product-price .price {
  color: #1a5b2a;
  font-weight: 700;
}

.category-theme .button-set .btn-addto-cart {
  background: #1a5b2a;
  border-color: #1a5b2a;
}

.category-theme .button-set .btn-addto-cart:hover {
  background: #124520;
  border-color: #124520;
}

@media (max-width: 767px) {
  .category-theme .collection-hero__title {
      font-size: 24px;
  }

  .category-theme .collection-hero__title-wrapper {
      padding: 18px;
  }

  .category-theme .sidebar_tags {
      position: static;
  }

  .category-theme .productList .product-section__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
  }
}

@media (max-width: 575px) {
  .category-theme .productList .product-section__grid {
      grid-template-columns: 1fr;
  }
}
.category-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #faf9f5 0%, #f4f1ea 45%, #faf9f5 100%);
}

.category-section::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -4%;
  width: min(50vw, 320px);
  height: min(50vw, 320px);
  background: url("../banner/bg-icon2.png") no-repeat center / contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.category-section > .container {
  position: relative;
  z-index: 1;
}



.product-theme {
  background: #f7faf7;
}



.product-theme .collection-hero__title {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
}


.product-theme .product-section__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}



.product-theme .top-product-card__name {
  min-height: 20px;
}

.product-theme .top-product-card__btn--cart {
  background: #1a5b2a;
  border-color: #1a5b2a;
}

.product-theme .top-product-card__btn--cart:hover:not(.top-product-card__btn--disabled) {
  background: #124520;
  border-color: #124520;
}

@media (max-width: 991px) {
  .product-theme .product-section__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .product-theme .collection-hero__title {
      font-size: 24px;
  }

    

  .product-theme .product-section__grid {
      grid-template-columns: 1fr;
  }
}