/** Shopify CDN: Minification failed

Line 414:50 Unexpected "{"
Line 2377:0 Unexpected "}"

**/
/* ========================== COMMON CSS START ========================== */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  padding: 0 !important;
}

body {
    font: 500 16px/26px "Montserrat", Helvetica, sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

:focus-visible {
    outline: none;
}

#MainContent {
	min-height: 700px;
}

.common-title {
    font: 700 40px/47px "Montserrat", Helvetica, sans-serif;
    color: #000000;
}

.common-title span {
    color: #257e54;
}

.main-btn a {
    font: 600 14px/16px "Montserrat", Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 50px;
    background-size: 100% 300%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.main-btn a:is(:hover, :active, :focus) {
    background-position: 0 100%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    box-shadow: 0 4px 15px 0 rgba(240, 111, 54, 0.7);
}
.common-btn {
    font: 600 14px/16px "Montserrat", Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 50px;
    background-size: 100% 300%;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    min-width: fit-content;
    min-height: fit-content;
}
.common-btn:is(:hover, :focus, :active) {
  background-color: #ef6f35;
  color: #fff;
}
.underlined-link {
	font: 500 16px/18px "Montserrat", helvetica, sans-serif;
	color: #000;
	padding: 0 0 5px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.underlined-link:is(:hover, :focus, :active) {
	color: #777;
}
.underlined-link::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: auto;
    transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.underlined-link:is(:hover, :focus, :active)::before {
    width: 0;
}

.table thead {
	border-top: none !important;
}

.table tbody {
	border-top: 1px solid #dee2e6 !important;
}
.icon.icon-error {
	width: 18px;
}
@media (max-width: 1199px) {
    .common-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    body {
        font-size: 15px;
    }

    .common-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    .common-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {
    .common-title {
        font-size: 24px;
        line-height: 30px;
    }
    .common-btn {
      padding: 12px 30px;
    }
}

@media (max-width: 360px) {
    .common-title {
        font-size: 22px;
        line-height: 28px;
    }
}
/* ========================== COMMON CSS END ========================== */


/* ========================== BACK-TO-TOP START ========================== */
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 45px;
    background: #111111;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #ffffff;
    display: none;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    z-index: 3;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 38px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    padding: 2px 0 0;
}

#return-to-top:is(:hover, :active, :focus) {
	background: #EF6F35;
	border: 2px solid #FFFFFF;
}

#return-to-top:is(:hover, :active, :focus) i {
	color: #FFFFFF;
}
/* ========================== BACK-TO-TOP END ========================== */

/* ========================== HEADER START ========================== */
.header-wrapper--border-bottom {
  border: none;
}
.common-home .section-header {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.section-header.scrolled-past-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.section-header .header__heading-logo-wrapper {
	max-width: 260px;
}
.section-header .gradient {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.section-header .header {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.section-header #menu-drawer {
	transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
	transform-origin: top;
	box-shadow: 0 2px 5px #0000001a;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
	transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.no-js details[open] > .menu-drawer, 
.js details[open].menu-opening > .menu-drawer, 
details[open].menu-opening > .menu-drawer__submenu {
	transform: scaleY(1) !important;
    -webkit-transform: scaleY(1) !important;
    -moz-transform: scaleY(1) !important;
    -ms-transform: scaleY(1) !important;
    -o-transform: scaleY(1) !important;
}
.section-header .lines {
    width: 25px;
    height: 2px;
    display: block;
    position: relative;
    transition: transform 200ms;
    transition: -webkit-transform 200ms;
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -webkit-transform 200ms;
    -ms-transition: -webkit-transform 200ms;
    -o-transition: -webkit-transform 200ms;
    margin: 0 0 -2px;
    top: 13px;
    left: 2px;
}
.section-header .line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}
.section-header .line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.section-header .line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}
.section-header .menu-opening  .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}
.section-header .menu-opening  .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.section-header .menu-opening  .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}
.section-header .header__heading-link {
	padding: 0;
}
.section-header .header--middle-left .header__inline-menu {
	margin-left: auto;
}
.section-header .header__menu-item {
	font: 600 14px/16px Montserrat,helvetica,sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 0 12px;
}
.section-header nav {
  margin: 0 !important;
}
.section-header .header__menu-item span {
   padding: 6px 0;
  position: relative;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.section-header .header__menu-item:hover span {
	text-decoration: none;
	text-underline-offset: 0;
}
.section-header .header__menu-item span:before {
  content: '';
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.section-header .header__menu-item:hover span:before {
  left: 0;
  right: auto;
  width: 100%;
}
.section-header header-drawer span .lines-wrapper {
	width: 30px;
	height: 30px;
}
.section-header header-drawer,
.section-header .header__icon.header__icon--menu, {
	width: 30px;
	height: 30px;
	padding: 0;
}
.header__icon, 
.header__icon--cart .icon {
	height: fit-content;
	width: fit-content;
}
.section-header .header__icon--cart {
  margin: 0;
}
.section-header .header header-drawer {
  margin: 0;
} 
.section-header .header__icon:hover .icon, 
.section-header .modal__close-button:hover .icon {
	 transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.section-header .icon.icon-cart-empty,
.section-header .icon.icon-cart {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
.section-header .cart-count-bubble {
	background-color: #000;
	color: #fff;
	height: 14px;
	width: 14px;
	bottom: auto;
	left: auto;
	top: -8px;
	right: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
.section-header .cart-count-bubble span {
	font-size: 10px;
	font-weight: 500;
}
.common-home .section-header .cart-count-bubble,
.section-header.scrolled-past-header .cart-count-bubble {
	background-color: #000;
	color: #fff;
}
.section-header .header__icon.link {
  text-decoration: none;
}
.section-header .header__icon i {
    font-size: 20px;
    line-height: 22px;
}
.header__icon--menu[aria-expanded="true"]::before {
	display: none;
}
.section-header .header__active-menu-item {
  text-decoration: none;
}
.section-header .menu-drawer__utility-links {
  display: none;
}
header .header__heading-link .h2 {
	font: 500 50px/52px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
	color: #000;
}
.header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
	display: none;
}
@media (max-width: 1199px) {
  .section-header .header__heading-logo-wrapper {
	max-width: 200px;
  }
}
@media (min-width: 992px) {
  .common-home .section-header .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-header .header__menu-item {
	font-size: 13px;
    line-height: 15px;
	padding: 0 10px;
  }
  .section-header .header__icon i {
	font-size: 16px;
	line-height: 18px;
  }
}
@media (max-width: 991px) {
  .common-home .section-header,
  .common-home .section-header.scrolled-past-header,
  .section-header,
  .section-header.scrolled-past-header {
    position: static !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .section-header .header {
	padding: 20px 0;
  }
  .section-header .menu-drawer, 
  .section-header .menu-drawer, 
  .section-header .menu-drawer__submenu {
	transform: none;
  }
  .section-header .menu-drawer {
	height: auto !important;
	width: 100%;
    transform: none;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
  }
  .section-header .menu-drawer__navigation {
	padding: 10px 0;
  }
  .section-header .menu-drawer__menu.list-menu {
  	width: 100%;
  	height: 100%;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  }
  .section-header .menu-drawer__menu li {
	padding: 5px 34px;
  }
  .section-header .menu-drawer__menu-item {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	letter-spacing: .5px;
	text-transform: uppercase;
  }
  .section-header .menu-drawer__close-button:is(:hover, :active, :focus),
  .section-header .menu-drawer__menu-item--active,
  .section-header .menu-drawer__menu-item:is(:hover, :active, :focus) {
    background: transparent;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
  }
}
@media (max-width: 767px) {
  .section-header .menu-drawer__menu li {
	padding: 5px 15px;
  }
  .section-header .header__icon i {
	font-size: 16px;
	line-height: 18px;
  }
}
@media (max-width: 480px) {
  .section-header .header {
	padding: 15px 0;
  }
  .section-header .header__icon i {
	font-size: 18px;
	line-height: 20px;
  }
  .section-header .header__heading-logo-wrapper {
	max-width: 160px;
  }
}

/* ========================== HEADER END ========================== */

/* ========================== CART-NOTIFICATION START ========================== */
.cart-notification,
.cart-notification-wrapper .cart-notification {
  display: block !important;
}
#cart-notification {
	padding: 25px;
	max-width: fit-content;
	background: #fff;
	z-index: 9;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	border-top: 2px solid #a1a1a1;
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-ms-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	transform-origin: top;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
	overflow: hidden;
}
#cart-notification.active {
	transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
}
#cart-notification .link.button-label,
#cart-notification .cart-notification__heading {
	display: none;
}
#cart-notification .cart-notification-product {
	padding: 0;
	margin: 0 0 30px;
	gap: 15px;
}
#cart-notification .cart-notification-product__image, 
#cart-notification .cart-notification__header .cart-notification__close, 
#cart-notification .cart-notification__links > * {
	margin: 0;
	border-radius: 5px;
	overflow: hidden !important;
}
#cart-notification .cart-notification-product__image{
    border: 2px solid #e7e7e7;
}
#cart-notification .cart-notification-product__name {
	font: 600 18px / 26px Montserrat, helvetica, sans-serif;
    letter-spacing: 0;
	margin: 0 0 5px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	max-width: 340px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 80px 0 0;
	max-width: 300px;
}
#cart-notification .product-option {
    font: 500 15px/17px "Montserrat", helvetica, sans-serif;
    letter-spacing: 0;
}
#cart-notification .product-option dt {
    font-weight: 500;
}
#cart-notification .cart-notification__links {
	display: flex;
	justify-content: center;
	gap: 15px;
}
#cart-notification .cart-notification__header {
	width: fit-content;
	height: fit-content;
	position: absolute;
	top: 10px;
	right: 15px;
}
#cart-notification .cart-notification__header .modal__close-button.link {
	max-width: 25px;
	max-height: 25px;
	min-height: 25px;
	min-width: 25px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
    border: none;
    color: #000000;
}
#cart-notification .button--full-width {
	display: flex;
	width: auto;
}
#cart-notification .button {
    font: 600 14px/16px "Montserrat", helvetica, sans-serif;
    letter-spacing: 0;
    min-width: auto;
    min-height: auto;
    border: none;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: uppercase;
}
#cart-notification .button:is(:hover, :active, :focus) {
  box-shadow: #00000059 0 5px 15px;
}
#cart-notification #cart-notification-button {
	color: #fff;
	background: #000;
	padding: 8px 22px;
}
#cart-notification #cart-notification-form button {
	color: #fff;
	background: #000;
	padding: 12px 32px;
}
@media (max-width: 991px) {
  #cart-notification {
	padding: 20px;
  }
  #cart-notification .cart-notification__header {
	margin: 0 0 15px;
  }
  #cart-notification .cart-notification-product {
	margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .cart-notification-wrapper {
	max-width: 360px;
	margin: 0 10px 0 auto;
	padding: 0;
  }
  #cart-notification .cart-notification-product__name {
	padding: 0 30px 0 0;
	max-width: 190px;
  }
}
@media (max-width: 575px) {
  .cart-notification-wrapper {
	max-width: 350px;
  }
  #cart-notification #cart-notification-button {
    padding: 8px 20px;
  }
}
@media (max-width: 480px) {
  .cart-notification-wrapper {
	max-width: 340px;
  }
  #cart-notification #cart-notification-button {
	padding: 10px 20px;
  }
  #cart-notification #cart-notification-form button {
	padding: 10px 29px;
  }
  #cart-notification .cart-notification__links {
	gap: 10px;
  }
  #cart-notification .cart-notification-product__name {
    font-size: 16px;
    line-height: 24px;
  }
  #cart-notification .button {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 360px) {
  .cart-notification-wrapper {
	max-width: 100%;
    margin: 0 10px;
  }
  #cart-notification #cart-notification-button {
    padding: 10px 14px;
  }
  #cart-notification #cart-notification-form button {
	padding: 10px 20px;
  }
}
/* ========================== CART-NOTIFICATION END ========================== */

/* ========================== CART-DRAWER START ========================== */
#CartDrawer .drawer__inner {
	width: 500px;
    max-width: 500px;
}
#CartDrawer .cart-drawer .cart-item__image {
	border-radius: 5px;
	overflow: hidden;
}
#CartDrawer p,
#CartDrawer a {
  display: none;
}
#CartDrawer .cart-item__media img {
	border: 2px solid #e7e7e7;
	border-radius: 8px;
	overflow: hidden;
}
#CartDrawer .cart__empty-text {
	font: 600 16px/18px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	text-transform: capitalize;
}
#CartDrawer .cart__login-title {
	font: 400 18px/20px Montserrat,helvetica,sans-serif;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
#CartDrawer .cart__login-paragraph {
	font: 400 18px/20px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
	margin: 15px 0 0;
}
#CartDrawer .common-btn {
	font: 600 14px/16px Montserrat,helvetica,sans-serif;
	text-transform: uppercase;
	min-height: 48px;
	letter-spacing: 0.5px;
}
#CartDrawer .drawer__heading {
	font: 600 18px/20px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
	margin: 0;
}
#CartDrawer .drawer__header .drawer__close {
	min-height: 25px;
	min-width: 25px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
}
#CartDrawer .drawer__header .drawer__close {
  font-size: 20px;
  line-height: 22px;
}
#CartDrawer .cart-item {
	margin: 0 0 20px;
	border: none;
}
#CartDrawer .cart-items thead,
#CartDrawer .cart-items .cart-item__totals {
	display: none;
}
#CartDrawer .cart-items td {
	padding: 0;
}
#CartDrawer .cart-items .cart-item__name {
	font: 600 18px/22px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
	color: #000;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0 10px;
}
#CartDrawer .cart-items .cart-item__name:hover {
	text-decoration: none;
}
#CartDrawer .cart-items .product-option {
	font: 600 16px/18px "Montserrat", helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.2px;
    margin: 0 0 8px !important;
}
#CartDrawer .cart-items dl .product-option {
	margin: 0;
}
#CartDrawer .cart-items dl {
  margin: 0;
}
#CartDrawer .cart-items dt {
	font: 600 16px/18px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#CartDrawer .cart-items dd {
	font: 500 15px/18px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#CartDrawer .quantity {
	width: fit-content;
	min-height: fit-content;
	border: 1px solid #dbdbdb;
	padding: 0;
	overflow: hidden;
	border-radius: 50px;
}
#CartDrawer .quantity::after {
	box-shadow: none;
}
#CartDrawer .quantity__button {
	min-width: 30px;
	min-height: 30px;
	margin: 0;
	width: 30px;
	height: 30px;
}
#CartDrawer .quantity__button svg {
	width: 12px;
}
#CartDrawer .quantity__button, #CartDrawer .quantity__input {
	padding: 0;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#CartDrawer .quantity__input {
	font: 500 17px/20px "Montserrat", helvetica, sans-serif;
	min-width: 60px;
	max-width: 60px;
}
#CartDrawer .totals,
#CartDrawer .totals .totals__total {
  margin: 0;
}
#CartDrawer .totals .totals__total {
	font: 600 20px/22px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	text-transform: capitalize;
}
#CartDrawer .tax-note {
	font: 500 14px/22px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0;
	margin: 15px 0 20px;
}
#CartDrawer .cart__ctas {
	justify-content: center;
}
#CartDrawer .cart-item__quantity-wrapper.quantity-popover-wrapper {
	display: flex;
	gap: 0;
}
#CartDrawer .button.button--tertiary.cart-remove-button {
	min-width: 35px;
	min-height: 35px;
}
@media (max-width: 991px) {
  #CartDrawer .drawer__inner {
	width: 350px;
    max-width: 350px;
  }
  #CartDrawer .totals {
	display: block;
  }
  #CartDrawer .totals, #CartDrawer .totals .totals__total {
	margin: 0 0 6px;
  }
}
@media (max-width: 480px) {
  #CartDrawer .drawer__inner {
    padding: 0 15px;
  }
  #CartDrawer .drawer__heading, 
  #CartDrawer .cart-items .cart-item__name {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 8px;
  }
  #CartDrawer .cart-items .product-option {
	font-size: 15px;
    line-height: 17px;
	margin: 0 0 5px !important;
  }
  #CartDrawer .totals .totals__total {
	font-size: 20px;
    line-height: 22px;
  }
  #CartDrawer .drawer__footer {
	padding: 15px 0;
  }
}
@media (max-width: 360px) {
  #CartDrawer .drawer__inner {
	width: 100%;
	padding: 0 15px;
	max-width: 100%;
  }
}
/* ========================== CART-DRAWER END ========================== */

/* ========================== PRODUCT START ========================== */
#featured-product {
  padding: 200px 0 100px;
  margin: -100px 0 0;
}
#featured-product .product__info-container > :first-child,
#productPage .product__info-container > :first-child {
	margin: 0;
}
#featured-product .slider-counter,
#featured-product .price .badge,
#productPage .slider-counter,
#productPage .price .badge {
  display: none;
}
#featured-product .product-title-wrapper .product__title, 
#productPage .product__title h1 {
	font: 700 40px/42px Poppins,helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0 0 20px;
	color: #000;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
#featured-product .product-title-wrapper:is(:hover, :active, :focus) .product__title {
   color: #EF6F35;
}
#featured-product .product__text, 
#featured-product .product__description, 
#productPage .product__text, 
#productPage .product__description {
    font: 400 16px/24px Montserrat,helvetica,sans-serif;
    letter-spacing: 0;
    color: #000;
}
#featured-product .icon-with-text,
#featured-product .product__info-container > * + *,
#productPage .icon-with-text,
#productPage .product__info-container > * + *,
#featured-product .product__info-container .product-form,
#featured-product .product__info-container .product-form {
	margin: 20px 0 0;
}
#featured-product .icon-with-text, 
#productPage .icon-with-text {
	display: flex;
	align-items: center;
	gap: 50px;
}
#featured-product .icon-with-text .icon-with-text__item,
#productPage .icon-with-text .icon-with-text__item {
	margin: 0;
}
#featured-product .icon-with-text span, 
#productPage .icon-with-text span {
	font: 300 22px/30px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
	color: #000;
	margin: 0;
}
#featured-product .price .price-item,
#productPage .price .price-item {
	margin: 0;
}
#featured-product .price__container,
#productPage .price__container {
	display: flex;
	gap: 10px;
}
#featured-product .price .price-item .money, 
#productPage .price .price-item .money {
	font: 600 32px/34px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	color: #000;
}
#featured-product .price .price-item--regular .money, 
#productPage .price .price-item--regular .money {
	font: 600 22px/24px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	color: #757575;
}
#featured-product .discount-price, 
#productPage .discount-price {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0;
}
#featured-product .price-off__percentage_icon, 
#productPage .price-off__percentage_icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	border-radius: 50%;
	background-color: #EF6F35;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 3px;
}
#featured-product .price-off__percentage, 
#productPage .price-off__percentage {
	font: 600 20px/22px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
}
#featured-product .price-off__amount, 
#productPage .price-off__amount, 
#productPage .product__inventory {
	font: 500 16px/24px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	color: #000;
}
#featured-product .form__label, 
#productPage .form__label {
	font: 600 16px/18px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	color: #000;
}
#featured-product variant-selects label, 
#productPage variant-selects label {
	border: none;
	background-color: transparent;
    padding: 0;
}
#featured-product variant-selects label .variant-name, 
#productPage variant-selects label .variant-name {
	font: 500 16px/18px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	color: #000;
	display: block;
	margin: 8px 0 0;
}
#featured-product variant-selects label .variant-image, 
#productPage variant-selects label .variant-image {
	border: 2px solid #d4d4d4;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
}
#featured-product .product-form__input--pill input[type="radio"]:checked + label .variant-image,
#productPage .product-form__input--pill input[type="radio"]:checked + label .variant-image {
	border-color: #000;
}
#featured-product .flavour-wrapper,
#productPage .flavour-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
#featured-product .flavour-img,
#productPage .flavour-img {
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
#featured-product .quantity, 
#productPage .quantity {
	width: fit-content;
	min-height: fit-content;
	border: 2px solid #000;
	padding: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	overflow: hidden;
}
#featured-product .quantity::after,
#productPage .quantity::after {
	box-shadow: none;
}
#featured-product .quantity__input,
#productPage .quantity__input {
    color: #000000;
}
#featured-product .quantity__button, 
#featured-product .quantity__input, 
#productPage .quantity__button, 
#productPage .quantity__input {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 45px;
	max-height: 45px;
	margin: 0;
	width: 45px;
	height: 40px;
}
#featured-product .quantity__button svg, 
#productPage .quantity__button svg {
	width: 14px;
	min-height: 40px;
}
#featured-product .quantity__input, 
#productPage .quantity__input {
	font: 400 20px/22px "Montserrat", helvetica, sans-serif;
}
#featured-product .product__view-details,
#productPage .product__view-details {
  display: none;
}
#featured-product .product-description ul,
#productPage .product-description ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 20px;
	column-gap: 40px;
    padding: 0;
}
#featured-product .product-description ul li,
#productPage .product-description ul li {
	position: relative;
	padding: 0 0 0 35px;
	font: 400 18px/24px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
}
#featured-product .product-description ul li::before,
#productPage .product-description ul li::before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #008000;
}
#featured-product .product-description .product-detail-wrapper,
#productPage .product-description .product-detail-wrapper {
	display: flex;
	align-items: center;
	gap: 50px;
	text-align: center;
}
#featured-product .product-description .product-detail-wrapper img,
#productPage .product-description .product-detail-wrapper img {
  border: none;
  margin: 0;
}
#featured-product .product-form__buttons, 
#productPage .product-form__buttons {
	max-width: 44rem;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#featured-product .product-form__buttons button[type="submit"], 
#productPage .product-form__buttons button[type="submit"] {
    background-color: #EF6F35;
    color: #ffffff;
}
#featured-product .product-form__buttons button[type="submit"]:is(:hover, :active, :focus), 
#productPage .product-form__buttons button[type="submit"]:is(:hover, :active, :focus) {
    background-color: #111111;
    color: #ffffff;
}
#featured-product .product-form__submit, 
#productPage .product-form__submit,
#featured-product .shopify-payment-button__button, 
#productPage .shopify-payment-button__button {
	border: none;
	margin: 0;
	min-width: min-content;
	min-height: fit-content;
	font: 600 16px/18px "Montserrat", Helvetica, sans-serif;
	letter-spacing: 0;
	padding: 14px 60px;
	text-transform: uppercase;
	background: #000000;
	color: #FFFFFF;
    transition: all 400ms ease-in-out;
    border-radius: 50px;
}
#featured-product .product-form__submit:is(:hover, :active, :focus), 
#productPage .product-form__submit:is(:hover, :active, :focus),
#featured-product .shopify-payment-button__button:is(:hover, :active, :focus), 
#productPage .shopify-payment-button__button:is(:hover, :active, :focus) {
	background: #EF6F35;
	color: #FFFFFF;
}
#featured-product #productPhotoImg,
#productPage #productPhotoImg {
  position: relative;
}
#featured-product figure.zoom, 
#productPage figure.zoom {
	background-position: 50% 50%;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	cursor: crosshair;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
}
#featured-product figure.zoom img:hover,
#productPage figure.zoom img:hover {
  opacity: 0;
}
#featured-product figure.zoom img,
#productPage figure.zoom img {
  transition: opacity .5s;
  display: block;
  width: 100%;
}
#featured-product #productThumbs,
#productPage #productThumbs {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	position: relative;
    padding: 0 50px;
}
#featured-product .tb-related-product-col, 
#productPage .tb-related-product-col {
	cursor: pointer;
	padding: 5px;
	border: 2px solid #e7e7e7;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	max-width: 100px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
}
#featured-product .tb-related-product-col img, 
#productPage .tb-related-product-col img {
	border-radius: 6px;
	overflow: hidden;
}
#featured-product .tb-related-product-col.active,
#productPage .tb-related-product-col.active {
    border: 2px solid #000000;
}
#featured-product .owl-nav,
#productPage .owl-nav {
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding: 0;
	margin: 0;
    width: 100%;
}
#featured-product .owl-theme .owl-nav [class*="owl-"]:hover,
#productPage .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #111;
}
#featured-product .owl-nav .owl-prev, 
#featured-product .owl-nav .owl-next, 
#productPage .owl-nav .owl-prev, 
#productPage .owl-nav .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 0 !important;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
    font-size: 0;
}
#featured-product .owl-nav .owl-prev::before, 
#featured-product .owl-nav .owl-next::before, 
#productPage .owl-nav .owl-prev::before, 
#productPage .owl-nav .owl-next::before {
	content: "\f104";
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	font-family: "Font Awesome 6 Free";
	height: 30px;
	width: 30px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #ffffff;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	font-weight: 900;
}
#featured-product .owl-nav .owl-next::before, 
#productPage .owl-nav .owl-next::before {
	content: "\f105";
}
#featured-product .owl-nav .owl-prev:is(:hover, :active, :focus),
#featured-product .owl-nav .owl-next:is(:hover, :active, :focus),
#productPage .owl-nav .owl-prev:is(:hover, :active, :focus),
#productPage .owl-nav .owl-next:is(:hover, :active, :focus) {
    background: #EF6F35 !important;
}
#featured-product .owl-nav .owl-prev:is(:hover, :active, :focus)::before,
#featured-product .owl-nav .owl-next:is(:hover, :active, :focus)::before,
#productPage .owl-nav .owl-prev:is(:hover, :active, :focus)::before,
#productPage .owl-nav .owl-next:is(:hover, :active, :focus)::before {
    color: #000000 !important;
}
#featured-product .owl-nav .owl-prev.disabled:is(:hover, :active, :focus),
#featured-product .owl-nav .owl-next.disabled:is(:hover, :active, :focus),
#productPage .owl-nav .owl-prev.disabled:is(:hover, :active, :focus),
#productPage .owl-nav .owl-next.disabled:is(:hover, :active, :focus) {
    background: #000000 !important;
}
#featured-product .owl-nav .owl-prev.disabled:is(:hover, :active, :focus)::before,
#featured-product .owl-nav .owl-next.disabled:is(:hover, :active, :focus)::before,
#productPage .owl-nav .owl-prev.disabled:is(:hover, :active, :focus)::before,
#productPage .owl-nav .owl-next.disabled:is(:hover, :active, :focus)::before {
    color: #ffffff !important;
}
#featured-product .owl-nav .owl-prev,
#productPage .owl-nav .owl-prev {
	left: 0;
}
#featured-product .owl-nav .owl-next,
#productPage .owl-nav .owl-next {
	right: 0;
}
#featured-product .owl-nav .owl-prev span,
#featured-product .owl-nav .owl-next span,
#productPage .owl-nav .owl-prev span,
#productPage .owl-nav .owl-next span {
  display: none;
}
#featured-product .owl-theme .owl-nav .disabled,
#productPage .owl-theme .owl-nav .disabled {
  cursor: not-allowed;
}
#featured-product .product__media-wrapper, 
#productPage .product__media-wrapper {
	padding: 0 15px;
}
#featured-product .product__media-item,
#productPage .product__media-item {
  width:100%;
  max-width:100%;
  margin:0 0 20px
}
#featured-product .thumbnail, 
#productPage .thumbnail {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-color: #d4d4d4;
    overflow: hidden;
}
#featured-product .thumbnail img, 
#productPage .thumbnail img {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
#featured-product .thumbnail[aria-current],
#productPage .thumbnail[aria-current] {
  box-shadow:none;
  border-color:#000
}
#featured-product .product-media-container.media-fit-cover,
#featured-product .product-media-container.media-fit-cover .product__modal-opener,
#featured-product .product-media-container.media-fit-cover .media,
#featured-product .product-media-container.constrain-height,
#featured-product .product-media-container.constrain-height.media-fit-contain,
#productPage .product-media-container.media-fit-cover,
#productPage .product-media-container.media-fit-cover .product__modal-opener,
#productPage .product-media-container.media-fit-cover .media,
#productPage .product-media-container.constrain-height,
#productPage .product-media-container.constrain-height.media-fit-contain {
  border-radius:20px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  border-color:#d4d4d4;
  overflow:hidden!important
}
#featured-product .product__column-sticky,
#productPage .product__column-sticky {
  top:120px
}
#featured-product .slider.slider--mobile .slider__slide,
#productPage .slider.slider--mobile .slider__slide {
  padding-top:0;
  padding-bottom:0
}
#featured-product .slider.slider--mobile,
#productPage .slider.slider--mobile {
  margin:0
}
#featured-product .slider-buttons,
#productPage .slider-buttons {
  margin:0 0 12px
}
#featured-product .slider-buttons,
#productPage .slider-buttons {
  display:none
}
@media (min-width: 750px) {
  #featured-product media-gallery[data-desktop-layout=thumbnail] .slider-button,
  #productPage media-gallery[data-desktop-layout=thumbnail] .slider-button {
    display:none
  }
}
@media (max-width: 1699px) {
  #featured-product variant-selects label .variant-image, 
  #productPage variant-selects label .variant-image {
	max-width: 75px;
  }
}
@media (max-width: 1499px) {
  #productPage,
  #productPage .product__info-container {
	padding: 0;
  }
}
@media (max-width: 1299px) {
  #featured-product {
	padding: 180px 0 80px;
  }
  #featured-product variant-selects label .variant-image, 
  #productPage variant-selects label .variant-image {
	max-width: 70px;
  }
  #featured-product .quantity__button, 
  #featured-product .quantity__input, 
  #productPage .quantity__button, 
  #productPage .quantity__input {
	max-width: 40px;
	max-height: 40px;
	width: 40px;
	height: 35px;
  }
}
@media (max-width: 1199px) {
  #featured-product {
	padding: 150px 0 60px;
	margin: -90px 0 0;
  }
  #featured-product .product-title-wrapper .product__title, #productPage .product__title h1 {
	font-size: 38px;
	line-height: 44px;
  }
  #featured-product .price .price-item .money, #productPage .price .price-item .money {
	font-size: 28px;
	line-height: 30px;
  }
  #featured-product .price .price-item--regular .money, #productPage .price .price-item--regular .money {
	font-size: 18px;
	line-height: 20px;
  }
}
@media (max-width: 991px) {
  #featured-product {
	padding: 50px 0;
	margin: 0;
  }
  #productPage .product__info-container {
	margin: 20px 0 0;
  }
  #featured-product .product__media-wrapper {
    margin: 0 auto;
  }
  #productPage .product__media-wrapper {
	margin: 0 auto 30px;
  }
  #featured-product .product-title-wrapper .product__title, #productPage .product__title h1 {
	margin: 0 0 15px;
  }
  #featured-product .icon-with-text, #featured-product .product__info-container > * + *, #productPage .icon-with-text, #productPage .product__info-container > * + *,
  #featured-product .product__info-container .product-form,
  #featured-product .product__info-container .product-form {
  	margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 34px;
	line-height: 42px;
  }
  #featured-product .product-form__submit, 
  #productPage .product-form__submit, 
  #featured-product .shopify-payment-button__button, 
  #productPage .shopify-payment-button__button {
	padding: 12px 55px;
  }
  #featured-product variant-selects label .variant-image, 
  #productPage variant-selects label .variant-image {
	max-width: 65px;
  }
}
@media (max-width: 575px) {
  #featured-product .product__text, 
  #featured-product .product__description, 
  #productPage .product__text, 
  #productPage .product__description {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  #featured-product {
	padding: 30px 0;
  }
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 30px;
	line-height: 36px;
  }
  #featured-product .product__text, #featured-product .product__description, #productPage .product__text, #productPage .product__description {
	font-size: 14px;
  }
  #featured-product .price .price-item .money, #productPage .price .price-item .money {
	font-size: 24px;
    line-height: 26px;
  }
  #featured-product .price .price-item--regular .money, #productPage .price .price-item--regular .money {
	font-size: 16px;
	line-height: 18px;
  }
  #featured-product .price-off__amount, #productPage .price-off__amount, #productPage .product__inventory {
	font-size: 14px;
	line-height: 20px;
  }
  .product-form__input {
	margin: 0 0 15px;
  }
  #featured-product .price-off__percentage, #productPage .price-off__percentage {
	font-size: 16px;
    line-height: 18px;
  }
 #featured-product .product-form__submit, 
  #productPage .product-form__submit, 
  #featured-product .shopify-payment-button__button, 
  #productPage .shopify-payment-button__button {
	font-size: 15px;
	line-height: 17px;
	padding: 12px 40px;
  }
  #featured-product variant-selects label .variant-image, 
  #productPage variant-selects label .variant-image {
	max-width: 60px;
  }
  #featured-product variant-selects label .variant-name, 
  #productPage variant-selects label .variant-name {
	font-size: 14px;
	line-height: 16px;
  }
}
@media (max-width: 360px) {
  #featured-product .product-title-wrapper .product__title, #productPage .product__title h1 {
	font-size: 26px;
	line-height: 32px;
  }
}
/* ========================== PRODUCT END ========================== */

/* ========================== FOOTER START ========================== */
body:not(.common-home) #footer {
  margin: 100px 0 0;
}
#footer .tb-footer {
	text-align: center;
	padding: 40px 0 35px;
    overflow: hidden;
}
#footer .tb-footer .footer-logo img {
	max-width: 260px;
}
#footer a {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
#footer .footer-links {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
    row-gap: 15px;
	flex-wrap: wrap;
	font: 600 14px/16px Montserrat,helvetica,sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 40px 0;
}
#footer .footer-details-wrapper {
  margin: 0 0 50px;
}
#footer .footer-details-wrapper h5 {
	font: 600 14px/16px Montserrat,helvetica,sans-serif;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0 0 14px;
}
#footer .footer-details-wrapper p {
  font: 400 16px/22px Montserrat,helvetica,sans-serif;
  letter-spacing: .5px;
}
#footer .list-social {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
	flex-wrap: wrap;
}
#footer .list-social__item svg,
#footer .list-social__item a {
	padding: 0;
	transform: scale(0.85);
}
#footer .footer-highlight-text p {
	font: 600 15px/20px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0 0 20px;
}
#footer .footer-detail p {
  font: 400 12px/16px Montserrat,helvetica,sans-serif;
  letter-spacing: 0;
}
#footer .tb-footer-bottom {
  padding: 15px 0;
}
#footer .tb-footer-bottom-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}
#footer .tb-footer-bottom,
#footer .tb-footer-bottom .footer__copyright,
#footer .tb-footer-bottom .copyright__content {
  font: 400 15px/28px Montserrat,helvetica,sans-serif;
}
@media (max-width: 1299px) {
  body:not(.common-home) #footer {
    margin: 80px 0 0;
  }
}
@media (max-width: 1199px) {
  body:not(.common-home) #footer {
    margin: 60px 0 0;
  }
}
@media (max-width: 991px) {
  #footer .tb-footer {
	padding: 30px 0;
  }
  body:not(.common-home) #footer {
    margin: 50px 0 0;
  }
  #footer .footer-links {
	column-gap: 40px;
  }
  #footer .footer-details-wrapper {
	margin: 0 0 40px;
  }
  #footer .tb-footer-bottom-wrapper {
	justify-content: center;
	flex-direction: column;
	gap: 5px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer .footer-links {
	column-gap: 30px;
	row-gap: 12px;
    font-size: 13px;
    line-height: 15px;
  }
  #footer .footer-details-wrapper {
	margin: 0 0 35px;
  }
  #footer .footer-details-wrapper h5 {
	margin: 0 0 10px;
  }
  #footer .footer-details-wrapper p {
	font-size: 14px;
    line-height: 20px;
  }
  #footer .footer-highlight-text p {
	font-size: 14px;
	margin: 0 0 12px;
  }
  #footer .tb-footer-bottom, #footer .tb-footer-bottom .footer__copyright, 
  #footer .tb-footer-bottom .copyright__content {
	font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  #footer .footer-links {
	margin: 30px 0;
  }
  #footer .footer-details-wrapper {
	margin: 0 0 25px;
  }
  .footer-details-row {
	row-gap: 25px;
  }
}
@media (max-width: 480px) {
  body:not(.common-home) #footer {
    margin: 30px 0 0;
  }
}
@media (max-width: 360px) {
  .footer-details-row {
	row-gap: 20px;
  }
}
/* ========================== FOOTER END ========================== */


/* ========================== BREADCRUMB START ========================== */
.common-home .breadcrumb-wrapper {
  display: none;
}
.breadcrumb-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-transform: capitalize;
	text-align: right;
	background-color: #f5f5f5;
	margin: 0 0 40px;
}
.breadcrumb-wrapper .breadcrumb-wrap {
	color: #000000;
	font: 600 15px/17px Montserrat,helvetica,sans-serif;
	padding: 20px 0;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.breadcrumb-wrapper .breadcrumb-wrap .title,
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb {
	display: flex;
	align-items: baseline;
	gap: 8px;
}
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb a,
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb i {
  color: #000;
}
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb i.fa-house {
	font-size: 13px;
}
.breadcrumb-wrapper .breadcrumb-wrap .breadcrumb i.fa-angle-right {
	font-size: 12px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-wrap {
	display: block;
  }
  .breadcrumb-wrapper .breadcrumb-wrap .breadcrumb {
	justify-content: center;
	margin: 10px 0 0;
  }
  .breadcrumb-wrapper .breadcrumb-wrap {
	padding: 15px 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb-wrapper {
	margin: 0 0 30px;
  }
}
/* ========================== BREADCRUMB END ========================== */


/* ========================== CART-PAGE START ========================== */
#your-shopping-cart cart-items .title-wrapper-with-link {
	margin: 0;
}
#your-shopping-cart .cart__empty-text {
	font: 600 26px/28px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#your-shopping-cart .cart__login-title {
	font: 500 20px/22px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#your-shopping-cart .cart__login-paragraph {
	font: 500 18px/20px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#your-shopping-cart table {
  margin: 0;
}
#your-shopping-cart table tr {
    border-color: #dee2e6;
    border-top: 1px solid #dee2e6;
    border-bottom: 0;
    border-left: 1px solid #dee2e6;
}
#your-shopping-cart table tr th {
    font: 700 14px/16px Montserrat,helvetica,sans-serif;
    padding: 10px 15px;
    color: #000;
    opacity: 1;
    text-align: center;
    letter-spacing: 0;
    text-transform: capitalize;
}
#your-shopping-cart table tr th:nth-child(2) {
    text-align: left;
}
#your-shopping-cart table tr td {
  padding: 15px;
  min-width: 185px;
}
#your-shopping-cart .cart-item__image-container {
	border: 1px solid #e7e7e7 !important;
	border-radius: 8px;
	overflow: hidden !important;
}
#your-shopping-cart table tr td.cart-item__details {
  min-width: 350px;
}
#your-shopping-cart table tr td.cart-item__details a {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}
#your-shopping-cart table tr td.cart-item__details a:hover {
    color: #a1a1a1;
}
#your-shopping-cart table .cart-item__details > * + * {
	margin-top: 5px;
}
#your-shopping-cart .product-option {
	line-height: initial;
}
#your-shopping-cart table .product-option dt {
    font: 600 17px/19px "Montserrat", helvetica, sans-serif;
    letter-spacing: 0;
}
#your-shopping-cart table .product-option dd {
    font: 500 16px/18px "Montserrat", helvetica, sans-serif;
    letter-spacing: 0;
}
#your-shopping-cart table tr td.cart-item__quantity,
#your-shopping-cart table tr td.cart-item__totals,
#your-shopping-cart table tr td.remove {
  min-width: 80px;
}
#your-shopping-cart table tr td .cart-item__image-container {
    margin: 0 auto;
}
#your-shopping-cart table tr td .cart-item__image-container img {
    max-width: 100px;
}
#your-shopping-cart table tr td .cart-item__quantity-wrapper {
    justify-content: center;
}
#your-shopping-cart table tr td .cart-item__price-wrapper .price--end {
    font: 600 18px/20px Montserrat,helvetica,sans-serif;
    letter-spacing: 0;
}
#your-shopping-cart table tr td a, 
#your-shopping-cart table tr td p {
    font: 600 18px/24px Montserrat,helvetica,sans-serif;
    padding: 0;
    display: inline-block;
    color: #000;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    letter-spacing: 0;
    text-transform: capitalize;
}
#your-shopping-cart table tr td a:is(:hover, :focus, :active) {
  color: #313131;
  text-decoration: none;
}
#your-shopping-cart table tr td.cart-item__media {
    display: flex;
    align-items: center;
    gap: 30px;
    border-left: none;
    border-right: 0;
}
#your-shopping-cart .cart-item__image-container {
  border: none;
}
#your-shopping-cart .cart__items,
#your-shopping-cart .quantity-popover-container {
  padding: 0;
}
#your-shopping-cart cart-items thead th:first-child,
#your-shopping-cart .cart-item__details{
  width: auto;
}
#your-shopping-cart .cart-item__details .common-price {
	margin: 4px 0 0 !important;
}
#your-shopping-cart .cart-item__price-wrapper {
    display: flex;
    justify-content: center;
}
#your-shopping-cart .quantity__button, 
#your-shopping-cart .quantity__input {
    padding: 0;
	height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#your-shopping-cart .quantity__button:is(:hover, :focus, :active), 
#your-shopping-cart .quantity__input:is(:hover, :focus, :active) {
  box-shadow: none;
}
#your-shopping-cart .quantity__button {
    min-width: 35px;
    min-height: 35px;
    margin: 0;
    width: 35px;
    height: 35px;
}
#your-shopping-cart .quantity__button svg {
    width: 12px;
}
#your-shopping-cart cart-remove-button,
#your-shopping-cart cart-remove-button .button.button--tertiary {
  min-width: fit-content;
  min-height: fit-content;
  width: fit-content;
  height: fit-content;
}
#your-shopping-cart cart-remove-button {
	margin: 0 auto;
}
#your-shopping-cart cart-remove-button .button.button--tertiary i {
	font-size: 14px;
	line-height: 16px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
#your-shopping-cart cart-remove-button .button.button--tertiary:hover i {
	color: #ff4646;
}
#your-shopping-cart .quantity::after {
	box-shadow: none;
}
#your-shopping-cart .quantity {
	width: fit-content;
	min-height: fit-content;
	border: 1px solid #dbdbdb;
	padding: 0;
	border-radius: 50px;
}
#your-shopping-cart .quantity__input {
	font: 500 17px/20px "Montserrat", helvetica, sans-serif;
	min-width: 60px;
	max-width: 60px;
}
#your-shopping-cart .cart-item__error-text {
  font: 500 15px/24px "Montserrat", helvetica, sans-serif;
  color: red;
}
#your-shopping-cart .cart-item__error-text + svg {
	max-width: 15px;
	height: auto;
	margin-right: 6px;
	margin-top: 5px;
}
#your-shopping-cart .cart-item .loading__spinner {
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
#your-shopping-cart .cart__blocks {
	margin: 50px auto 0;
	text-align: center;
	background: #f5f5f5;
	padding: 40px 50px;
}
#your-shopping-cart .totals {
  display: block;
}
#your-shopping-cart .totals .totals__total {
    font: 700 22px/24px Montserrat,helvetica,sans-serif;
    margin: 0 0 14px;
    letter-spacing: 0;
    text-transform: capitalize;
}
#your-shopping-cart .totals .totals__total-value .money {
    font: 600 22px/24px Montserrat,helvetica,sans-serif;
}
#your-shopping-cart #checkout {
    font: 600 14px/16px "Montserrat", Helvetica, sans-serif;
    text-transform: uppercase;
    min-height: fit-content;
    padding: 14px 25px;
    letter-spacing: 0;
    border-radius: 50px;
}
#your-shopping-cart .tax-note {
    font: 400 16px/22px Montserrat,helvetica,sans-serif;
    margin: 15px 0;
    text-align: center;
}
#your-shopping-cart .cart__ctas {
	justify-content: center;
}
#your-shopping-cart .cart__footer-wrapper:last-child .cart__footer {
  padding-bottom: 0;
}
#your-shopping-cart .product-option .money {
    font: 600 18px/20px Montserrat,helvetica,sans-serif;
}
#your-shopping-cart .totals > * + * {
	margin-left: 0;
}
@media (max-width: 991px) {
  #your-shopping-cart table tr td a, #your-shopping-cart table tr td p {
	font-size: 16px;
    line-height: 26px;
  }
  #your-shopping-cart .cart-item__details .common-price {
	margin: 8px 0 0 !important;
  }
  #your-shopping-cart table tr td {
	padding: 10px;
  }
}
@media (max-width: 767px) {
  #your-shopping-cart .title-wrapper-with-link {
    margin: 0 0 40px;
  }
  #your-shopping-cart table tr td.cart-item__details {
	min-width: 250px;
  }
  #your-shopping-cart .quantity__input {
	min-width: 60px;
  }
  #your-shopping-cart cart-items {
	margin: 0 0 20px;
  }
  #your-shopping-cart .tax-note {
	font-size: 15px;
	margin: 15px 0;
  }
  #your-shopping-cart table tr td a,
  #your-shopping-cart table tr td p {
	font-size: 15px;
	line-height: 22px;
  }
}
@media (max-width: 575px) {
  #your-shopping-cart .cart__blocks {
    padding: 25px;
  }
  #your-shopping-cart .totals .totals__total {
	margin: 0 0 14px;
  }
  #your-shopping-cart .tax-note {
	margin: 12px 0;
  }
  #your-shopping-cart .cart__ctas {
	margin: 12px 0 0;
  }
}
@media (max-width: 480px) {
  #your-shopping-cart table tr th {
    font-size: 13px;
    line-height: 15px;
  }
  #your-shopping-cart .title-wrapper-with-link {
	margin: 0 0 20px;
  }
  #your-shopping-cart table tr td a, 
  #your-shopping-cart table tr td p {
	font-size: 15px;
	line-height: 22px;
  }
  #your-shopping-cart .totals .totals__total {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
  }
  #your-shopping-cart .totals .totals__total-value .money {
    font-size: 20px;
    line-height: 22px;
  }
  #your-shopping-cart .tax-note {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
  #your-shopping-cart .cart__blocks {
	padding: 15px;
  }
  #your-shopping-cart #checkout {
	font-size: 16px;
    line-height: 18px;
  }
}
/* ========================== CART-PAGE END ========================== */

/* ========================== CONTACT PAGE START ========================== */
#tb-contact .field__input {
    font: 500 14px/16px Montserrat,helvetica,sans-serif;
    letter-spacing: .2px;
    padding: 15px 20px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: fit-content;
}
#tb-contact .field__input::placeholder {
	opacity: 0.6;
}
#tb-contact .field__input:focus {
}
#tb-contact .field__input:is(:hover, :active, :focus), 
#tb-contact .field__input:not(:placeholder-shown), 
#tb-contact .field__input:autofill {
	margin: 0;
	box-shadow: none;
}
#tb-contact .field::after,
#tb-contact .field:hover.field::after, 
#tb-contact label {
  display: none;
}
#tb-contact .contact__button {
	margin: 0;
}
#tb-contact .form-status {
	font: 400 20px/24px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#tb-contact .form__message {
	font: 400 16px/18px "Montserrat", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#tb-contact .form-status-list {
    font: 400 15px/22px "Montserrat", helvetica, sans-serif;
    letter-spacing: 0.2px;
    color: #111;
    padding: 0;
    margin: 0 0 30px;
}
#tb-contact .form-status-list .link {
	font: 400 20px/30px Montserrat,helvetica,sans-serif;
	letter-spacing: .2px;
	margin: 20px 0 0;
	text-decoration: none;
}
/* ========================== CONTACT PAGE END ========================== */


/* ========================== CUSTOM PAGE START ========================== */
.main-page-title {
	font: 700 20px/22px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0 0 20px !important;
}
.custom-section h4 {
	font: 700 16px/18px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	margin: 30px 0 10px;
}
.custom-section h4:first-child {
    margin: 0 0 10px;
}
.custom-section p {
	font: 500 15px/24px Montserrat,helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0 0 15px;
}
.custom-section p a {
	display: inline-block;
	color: #257E54;
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
}
.custom-section p a:is(:hover, :focus, :active) {
  color: #EF6F35;
}
@media (max-width: 991px) {
	margin: 22px 0 10px;
    }
  .custom-section p {
	font-size: 14px;
  }
}
@media (max-width: 767px) {
  .custom-section h4:first-child {
	margin: 0 0 10px;
  }
  .custom-section p {
	margin: 0 0 10px;
  }
}
@media (max-width: 575px) {
  .main-page-title {
	margin: 0 0 15px !important;
  }
}
@media (max-width: 480px) {
  .custom-section h4 {
	margin: 20px 0 6px;
  }
  .custom-section h4:first-child {
	margin: 0 0 6px;
  }
}
@media (max-width: 360px) {
  .main-page-title {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px !important;
  }
}
/* ========================== CUSTOM PAGE END ========================== */

/* ========================== FAQ PAGE START ========================== */
#faq .accordion {
  margin: 0;
}
#faq .collapsible-content__wrapper {
  padding: 0;
}
#faq .collapsible-content__heading,
#faq .accordion .icon-accordion {
  display: none;
}
#faq .accordion summary {
  padding: 20px 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
#faq summary .icon-caret {
	right: 0;
}
#faq .accordion__title {
	font: 600 20px/24px "Montserrat", helvetica, sans-serif;
	user-select: none;
	-webkit-user-select: none;
	letter-spacing: 0.2px;
    text-transform: uppercase;
}
#faq .accordion__content p {
	font: 400 18px/26px Montserrat,helvetica,sans-serif;
	user-select: none;
	-webkit-user-select: none;
	letter-spacing: .2px;
}
#faq .accordion__content {
  padding: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
#faq .accordion__content p {
    user-select: none;
}
@media (max-width: 991px) {
  #faq .accordion summary {
	padding: 20px 0 15px;
  }
}
@media (max-width: 575px) {
  #faq .accordion__title {
	font-size: 18px;
    line-height: 22px;
  }
  #faq .accordion__content p {
	font-size: 16px;
    line-height: 24px;
  }
}
/* ========================== FAQ PAGE END ========================== */