/** Shopify CDN: Minification failed

Line 60:54 Expected identifier but found "!"
Line 1325:1 Unexpected "="
Line 4622:55 Expected identifier but found "!"
Line 4716:2 Unexpected "#"

**/
/* ========================== COMMON CSS START ========================== */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  padding: 0 !important;
  scroll-padding-top: 15% !important;
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 0;
  }
}
body {
    font: 400 18px/28px "Outfit", Helvetica, sans-serif;
    color: #000000;
}

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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

:focus-visible {
    outline: none;
}

#MainContent {
	min-height: 700px;
}

.common-title {
	font: 500 40px/42px "Oswald", Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.common-price, .price, .price.price--end, .totals__total-value {
	font: 600 18px/20px "Outfit", helvetica, sans-serif; !important;
	color: #000 !important;
	margin: 0 !important;
	letter-spacing: 0.2px;
}
.common-btn {
	font: 400 22px/24px "Outfit",helvetica,sans-serif;
	padding: 12px 50px 14px;
	margin: 0;
	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;
	display: inline-block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	letter-spacing: 0.2px;
	color: #fff;
	background-color: #000;
	text-transform: uppercase;
	min-height: min-content;
	min-width: fit-content;
}
.common-btn::before {
	background: #bd1521;
	content: "";
	position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    z-index: -1;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.common-btn:is(:hover, :focus, :active) {
	color: #fff;
	background-color: #bd1521;
}
.common-btn:is(:hover, :focus, :active)::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
     height: 100%;
}
.underlined-link {
	font: 500 16px/18px "Outfit", 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:1200px) {
    .common-title {
        font-size: 36px;
        line-height: 38px;
    }
}

@media (max-width: 1199px) {
    .common-title {
        font-size: 34px;
        line-height: 36px;
    }

    body {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .common-title {
        font-size: 32px;
        line-height: 34px;
    }

}

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

.container-fluid {
    padding: 0;
    margin: 0;
}

@media (min-width:1500px) {

    .container {
        max-width: 1770px;
    }
}
/* ========================== COMMON CSS END ========================== */


/* ========================== BACK-TO-TOP START ========================== */
#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 45px;
    background: #bd1521;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 2px solid #ffffff;
    display: none;
    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;
    z-index: 3;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 40px;
    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;
}

#return-to-top:is(:hover, :active, :focus) {
    background: #111;
    border: 2px solid #fff;
    cursor: pointer;
}

#return-to-top:is(:hover, :active, :focus) i {
    color: #fff;
}
/* ========================== 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;
  z-index: 99;
}
.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: 25px 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;
    background: rgb(189 ,21, 33);
    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;
}
.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 16px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding: 0 25px;
}
.section-header nav {
  margin: 0 !important;
}
.section-header .header__menu-item span {
   padding: 10px 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 span.header__active-menu-item:before,
.section-header .header__menu-item:hover span:before {
  left: 0;
  right: auto;
  width: 100%;
}
.section-header .desktop-localization-wrapper, 
.section-header .header__icon, 
.section-header .header__icon--cart .icon {
	height: 25px;
	width: 25px;
}
.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: #bd1521;
	color: #fff;
}
.section-header .header__icons {
	padding-right: 0;
}
.section-header .header__icon.link {
  text-decoration: none;
}
.section-header .header__icon i {
  font-size: 24px;
  line-height: 26px;
}
.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 30px/32px Oswald,helvetica,sans-serif;
    letter-spacing: .2px;
    color: #000;
}
.header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
	display: none;
}
@media (max-width: 1499px) {
  .section-header .header__heading-logo-wrapper {
      max-width: 250px;
  }
}
@media (max-width: 1299px) {
  .section-header .header__heading-logo-wrapper {
      max-width: 230px;
  }
}
@media (max-width: 1399px) {
  .section-header .header__menu-item {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .section-header .header__heading-logo-wrapper {
	max-width: 180px;
  }
  .section-header .header__menu-item {
    font-size: 15px;
    line-height: 18px;
	padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .section-header .header__heading-logo-wrapper {
	max-width: 170px;
  }
  .section-header .header__menu-item {
	font-size: 15px;
	line-height: 18px;
  }
  .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;
    border-top: 1px solid #7c7c7c;
    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 15px;
    font-weight: 500;
  }
  .section-header .menu-drawer__menu-item {
	font-weight: 500px;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
	padding: 0;
    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;
  }
  .section-header .header__icon,
  .section-header .header__icon--cart .icon {
	margin: 0;
  }
}
@media (max-width: 767px) {
  .section-header .desktop-localization-wrapper, 
  .section-header .header__icon, 
  .section-header .header__icon--cart .icon {
	height: 22px;
	width: 22px;
  }
  .section-header .header__icon i{
        font-size: 22px;
    line-height: 24px;
  }
  .section-header .lines {
    width: 22px;
  }
}
@media (max-width: 480px) {
  .section-header .header {
	padding: 15px 0;
  }
  .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 #bd1521;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	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;
}
#cart-notification .cart-notification-product__name {
	font: 600 18px/24px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	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 18px/22px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#cart-notification .product-option dt {
	font-weight: 600;
	text-transform: uppercase;
}
#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;
}
#cart-notification .button--full-width {
	display: flex;
	width: auto;
}
#cart-notification .button {
	font: 600 16px/18px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
	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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#cart-notification .button:is(:hover, :active, :focus) {
  box-shadow: #00000059 0 5px 15px;
}
#cart-notification #cart-notification-button {
    color: #fff;
    background: #000;
    padding: 12px 22px;
}
#cart-notification #cart-notification-form button {
	color: #fff;
	background: #bd1521;
	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__name {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 3px;
  }
  #cart-notification .cart-notification-product {
	margin: 0 0 25px;
  }
  #cart-notification #cart-notification-button {
	font-size: 15px;
	line-height: 18px;
  }
}
@media (max-width: 767px) {
  .cart-notification-wrapper {
	max-width: 360px;
	margin: 0 10px 0 auto;
	padding: 0;
  }
}
@media (max-width: 575px) {
  .cart-notification-wrapper {
	max-width: 350px;
  }
}
@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;
  }
}
@media (max-width: 360px) {
  .cart-notification-wrapper {
	max-width: 100%;
    margin: 0 10px;
  }
  #cart-notification #cart-notification-button {
    padding: 8px 14px;
	font-size: 14px;
	line-height: 16px;
  }
  #cart-notification #cart-notification-form button {
	padding: 8px 20px;
  }
}
/* ========================== CART-NOTIFICATION END ========================== */

/* ========================== CART-NOTIFICATION START ========================== */
#CartDrawer .drawer__inner {
	width: 500px;
    max-width: 500px;
}
#CartDrawer p,
#CartDrawer a {
  display: none;
}
#CartDrawer .cart__empty-text {
	font: 400 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#CartDrawer .cart__login-title {
	font: 400 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
#CartDrawer .cart__login-paragraph {
	font: 400 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	margin: 15px 0 0;
}
#CartDrawer .common-btn {
	font: 400 18px/20px "Outfit",helvetica,sans-serif;
}
#CartDrawer .drawer__heading {
	font: 600 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	text-transform: uppercase;
	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 16px;
	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/24px "Outfit",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 15px;
}
#CartDrawer .cart-items .cart-item__name:hover {
	text-decoration: none;
}
#CartDrawer .cart-items .product-option {
    font: 600 18px/20px "Outfit", helvetica, sans-serif;
    color: #bd1521;
    margin: 4px 0;
    letter-spacing: 0.2px;
}
#CartDrawer .cart-items dl .product-option {
	margin: 0;
}
#CartDrawer .cart-items dl {
  margin: 0;
}
#CartDrawer .cart-items dt {
	font: 600 16px/18px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#CartDrawer .cart-items dd {
	font: 500 18px/20px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#CartDrawer .quantity {
	width: fit-content;
	min-height: fit-content;
	border: 1px solid #dbdbdb;
	padding: 0;
	overflow: hidden;
}
#CartDrawer .quantity::after {
	box-shadow: none;
}
#CartDrawer .quantity__button {
	min-width: 30px;
	min-height: 34px;
	margin: 0;
	width: 30px;
	height: 34px;
}
#CartDrawer .quantity__button svg {
	width: 12px;
}
#CartDrawer .quantity__button, #CartDrawer .quantity__input {
	padding: 0;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#CartDrawer .quantity__input {
	font: 500 16px/19px "Outfit", helvetica, sans-serif;
	min-width: 60px;
	max-width: 60px;
}
#CartDrawer .totals,
#CartDrawer .totals .totals__total {
  margin: 0;
}
#CartDrawer .totals .totals__total {
	font: 500 22px/24px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#CartDrawer .tax-note {
    font: 500 16px/24px "Outfit", helvetica, sans-serif;
    letter-spacing: 0.2px;
	margin: 8px 0 12px;
}
#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;
  }
  #CartDrawer .cart-items .cart-item__name {
	margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  #CartDrawer .drawer__inner {
    padding: 0 15px;
  }
  #CartDrawer .drawer__heading,
  #CartDrawer .cart-items .cart-item__name {
	font-size: 18px;
    line-height: 20px;
  }
  #CartDrawer .cart-items .product-option {
	margin: 3px 0 0;
  }
  #CartDrawer .cart-items dt,
  #CartDrawer .cart-items dd {
	font-size: 16px;
    line-height: 18px;
  }
  #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-NOTIFICATION END ========================== */

/* ========================== announcement Start ========================== */

.announcement-bar__message {
    font: 400 20px/22px "Outfit", helvetica, sans-serif;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 12px 0;
    min-height: fit-content;
}
.announcement-bar__link:hover {
    text-decoration: none;
}
.announcement-bar .slider-button{
  display: none;
}
@media (max-width:1199px){
  .announcement-bar__message {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width:480px){
  .announcement-bar__message {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0;
  }
}

/* ========================== announcement END ========================== */



/*====================TB-Slider Start====================*/
#tb-home-slideshow {
    margin: 0 0 80px 0;
    position: relative;
    background-color: #071b26;
  overflow: hidden;
}
#tb-home-slideshow::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	top: auto;
	width: 100%;
	height: 37px;
	background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/section-before.png?v=1750663739");
	background-size: cover;
	background-repeat: repeat-x;
	background-repeat: no-repeat-y;
	background-position: center;
	animation: slide 80s linear infinite;
	-webkit-animation: slide 80s linear infinite;
	z-index: 2;
}
#tb-home-slideshow .slideshow {
  border: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#tb-home-slideshow .owl-item {
  float: left;
}
#tb-home-slideshow .slideshow .slider-description {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 35%;
  margin: auto;
}
#tb-home-slideshow .slideshow .slider-description.left {
  left: 10%;
  right: auto;
}
#tb-home-slideshow .slideshow .slider-description.right {
  left: auto;
  right: 10%;
}
#tb-home-slideshow .slideshow .slider-description.center {
  left: 0;
  right: 0;
}
#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
	font: 700 64px/80px "Oswald", Helvetica, sans-serif;
	text-transform: uppercase;
	filter: drop-shadow(3px 3px #bd1521);
	background: linear-gradient(#fff, #d7d7d7, #fff, #d7d7d7, #fff);
	color: transparent;
	-webkit-background-clip: text;
}
#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    font: 400 24px/30px "Outfit", sans-serif;
    color: #fff;
    margin: 15px 0 25px 0;
}
#tb-home-slideshow .slideshow .slider-description .slide-btn .slide-btn-wrapper{
  
	margin: 0 auto;
	text-align: center;
}

#tb-home-slideshow  .slider-description .slide-btn {
    display: inline-block;
}

#tb-home-slideshow  .slider-description .slide-btn img {
    animation: textRotation 10s linear infinite;
    -webkit-animation: textRotation 10s linear infinite;
}


@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-title,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-subtitle,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-desc,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .slide-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-title {
  animation-name: fadeInDown;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-subtitle {
  animation-name: fadeInLeft;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-desc {
  animation-name: fadeInDown;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .slide-btn{
  animation-name: fadeInUp;
}

@media (max-width: 1499px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
      font-size: 56px;
      line-height: 72px;
  }
}
@media (max-width: 1299px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 50px;
    line-height: 66px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 44px;
    line-height: 56px;
  }
   #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
       margin: 10px 0 20px 0;
  }
  #tb-home-slideshow {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 991px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
        font-size: 34px;
        line-height: 46px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
   font-size: 16px;
    line-height: 22px;
  }
  #tb-home-slideshow .slider-description .slide-btn .slide-btn-wrapper {
        width: 80px;
        height: 80px;
    }
  #tb-home-slideshow::before {
        height: 17px;
    }
  #tb-home-slideshow {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  #tb-home-slideshow .slideshow .slider-description {
    width: 40%;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    margin: 10px 0;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 26px;
    line-height: 36px;
  }
  .menu-drawer__utility-links {
    display: none;
  }
}
@media (max-width: 575px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    display: none;
  }
  #tb-home-slideshow .slider-description .slide-btn .slide-btn-wrapper {
        width: 70px;
        height: 70px;
    }
  #tb-home-slideshow {
      margin: 0 0 20px 0;
  }
}
@media (max-width: 480px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
     font-size: 18px;
    line-height: 26px;
  }
     #tb-home-slideshow::before {
        height: 10px;
    }
}
@media (max-width: 360px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 16px;
    line-height: 22px;
  }
  #tb-home-slideshow .slider-description .slide-btn .slide-btn-wrapper {
        width: 60px;
        height: 60px;
    }
}
/*====================TB-Slider End ====================*/

*==================== TB-Slider Next/Prev Start ====================*/
#tb-home-slideshow .slideshow::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 37px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/section-before.png?v=1750663739") !important;
    background-size: cover;
    background-repeat: repeat-x;
    background-repeat: no-repeat-y;
    background-position: center;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
    z-index: 2;
}
#tb-home-slideshow .owl-nav{
  display: none;
}
@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -3000px 0;
    }
}

#tb-home-slideshow .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 50px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
  width: fit-content;
  background: none;
  border: none;
}
#tb-home-slideshow  [type=button]:not(:disabled),
#tb-home-slideshow [type=reset]:not(:disabled),
#tb-home-slideshow [type=submit]:not(:disabled),
#tb-home-slideshow button:not(:disabled){
  background: none;
  border: none;
}
#tb-home-slideshow .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
}

#tb-home-slideshow .owl-dots .owl-dot.active span {
    transform: scale(1.1);
    background: #fff;
    border: none;
}

#tb-home-slideshow .owl-dots .owl-dot:hover span {
    transform: scale(1.1);
    background: #fff;
    border: none;
}
@media (max-width: 991px) {

    #tb-home-slideshow .owl-nav.disabled+.owl-dots {
        bottom: 10px;
    }

    #tb-home-slideshow .owl-dots .owl-dot span {
        margin: 5px;
    }

    #tb-home-slideshow::before {
        height: 17px;
    }
}


@media (max-width: 480px) {
    #tb-home-slideshow::before {
        height: 10px;
    }

    #tb-home-slideshow .owl-nav.disabled+.owl-dots {
        bottom: 5px;
    }
}
/*==================== TB-Slider Next/Prev End ====================*/



/* TB-services-cms start  */
#TB-services-cms {
    margin: 0 0 80px 0;
}


#TB-services-cms .services-card-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

#TB-services-cms .services-card-wrapper .service-text {
    width: 80%;
}

#TB-services-cms .service-icon-wrapper {
    width: 80px;
    height: 78px;
    background-color: #fcf3f4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
      padding: 10px;
}

#TB-services-cms .service-text h5 {
    font: 500 20px/22px "Oswald", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    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;
}

#TB-services-cms .services-card-wrapper:hover .service-text h5 {
    color: #bd1521;
}

#TB-services-cms .service-text p {
    font: 400 16px/18px "Outfit", Helvetica, sans-serif;
    text-transform: capitalize;
}

#TB-services-cms .service-icon-wrapper img {
    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;
}

#TB-services-cms .services-card-wrapper:hover .service-icon-wrapper img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@media (max-width:1699px) {
    #TB-services-cms .service-icon-wrapper {
        width: 80px;
        height: 74px;
    }
}

@media (max-width:1499px) {


    #TB-services-cms .service-icon-wrapper {
        width: 70px;
        height: 66px;
    }


}

@media (max-width:1299px) {
    #TB-services-cms .service-icon-wrapper {
        width: 68px;
        height: 64px;
        padding: 8px;
    }
}

@media (max-width:1199px) {

    #TB-services-cms {
        margin: 0 0 60px 0;
    }

    #TB-services-cms .service-text h5 {
        font-size: 18px;
        line-height: 20px;
    }

    #TB-services-cms .service-icon-wrapper {
        width: 64px;
        height: 60px;
    }


}

@media (max-width:991px) {
    #TB-services-cms {
        margin: 0 0 40px 0;

    }

    #TB-services-cms .services-card-wrapper {
        gap: 10px;
    }

    #TB-services-cms .service-text h5 {
        margin: 0 0 6px 0;
    }

    #TB-services-cms .service-icon-wrapper {
        width: 60px;
        height: 60px;
    }
}

@media (max-width:767px) {
    #TB-services-cms .services-card-wrapper {
        width: fit-content;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    #TB-services-cms {
        margin: 0 0 20px 0;
    }

    #TB-services-cms .service-text h5 {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width:480px) {
    #TB-services-cms .service-icon-wrapper {
        width: 60px;
        height: 58px;
        padding: 10px;
    }

}

@media (max-width:360px) {
    #TB-services-cms .service-text h5 {
        margin: 0 0 5px 0;
    }

    #TB-services-cms .service-text p {
        font-size: 14px;
        line-height: 16px;
    }
}

/* TB-services-cms end  */


/* ========================== FEATURES START ========================== */
#tb-features {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
#tb-features .tb-features-text {
	padding: 60px 0;
	display: inline-block;
	animation: 101s slides infinite linear;
	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;
}
@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
#tb-features:hover .tb-features-text {
    animation-play-state: paused;
}
#tb-features.tb-features-text-revers .tb-features-text {
    animation-direction: reverse;
}
#tb-features .tb-features-text span {
	font: 400 46px/48px Gratina,helvetica,sans-serif;
	letter-spacing: .2px;
	padding: 0 50px;
	text-transform: capitalize;
	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;
}
/* #tb-features .tb-features-text img {
    height: 30px;
    padding: 0 50px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    cursor: pointer;
}
#tb-features .tb-features-text img:hover {
    filter: none;
} */
@media (max-width: 1299px) {
  #tb-features .tb-features-text {
	padding: 50px 0;
  }
  #tb-features .tb-features-text span {
	font-size: 40px;
    line-height: 42px;
	padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  #tb-features .tb-features-text {
  	padding: 40px 0;
  }
  #tb-features .tb-features-text span {
	font-size: 34px;
	line-height: 36px;
  }
}
@media (max-width: 991px) {
  #tb-features .tb-features-text {
	padding: 30px 0;
  }
  #tb-features .tb-features-text span {
	font-size: 28px;
	line-height: 30px;
	padding: 0 20px;
  }
}
@media (max-width: 575px) {
  #tb-features .tb-features-text span {
	font-size: 24px;
	line-height: 26px;
	padding: 0 18px;
  }
}
@media (max-width: 480px) {
  #tb-features .tb-features-text span {
	font-size: 22px;
	line-height: 24px;
	padding: 0 15px;
  }
}
/* ========================== FEATURES END ========================== */


/* ========================== ABOUT START ========================== */

#TB-about-us {
    margin: 0 0 80px 0;
    overflow: hidden;
}

#TB-about-us .row {
    align-items: center;
}

#TB-about-us .about-img-wrapper {
    position: relative;
    margin: 0 0 60px 0;
}

#TB-about-us .about-circle-wrapper {
    /* display: inline-table; */
    position: absolute;
    bottom: -60px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 270px;
    height: auto;
}

#TB-about-us .about-circle-wrapper img {
    animation: textRotation 10s linear infinite;
    -webkit-animation: textRotation 10s linear infinite;
}

#TB-about-us .heading {
    font: 500 60px/62px "Oswald", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

#TB-about-us .heading span {
    color: #84151d;
}

#TB-about-us .sub-description {
    display: grid;
    gap: 40px;
    padding: 0 350px 0 0;
}

#TB-about-us .about-text {
    padding: 0 0 0 60px;
}

@media (max-width:1699px) {
    #TB-about-us .sub-description {
        gap: 30px;
        padding: 0 180px 0 0;
    }
}

@media (max-width:1599px) {
    #TB-about-us .sub-description {
        padding: 0 120px 0 0;
    }
}

@media (max-width:1499px) {
    #TB-about-us .sub-description {
        padding: 0 84px 0 0;
    }

    #TB-about-us .heading {
        font-size: 50px;
        line-height: 52px;
    }

    #TB-about-us .about-circle-wrapper {
        width: 230px;
    }

}

@media (max-width:1499px) {
    #TB-about-us .sub-description {
        padding: 0;
    }
}



@media (max-width:1299px) {
    #TB-about-us .heading {
        font-size: 42px;
        line-height: 44px;
    }

    #TB-about-us .about-circle-wrapper {
        width: 200px;
    }
}

@media (max-width:1199px) {
    #TB-about-us .heading {
        font-size: 40px;
        line-height: 42px;
    }

    #TB-about-us .about-circle-wrapper {
        width: 190px;
    }

    #TB-about-us .about-text {
        padding: 0 0 0 20px;
    }

    #TB-about-us .sub-description {
        gap: 20px;
    }

    #TB-about-us {
        margin: 0 0 60px 0;
    }
}



@media (max-width:991px) {
    #TB-about-us .heading {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 15px 0;
    }

    #TB-about-us .about-circle-wrapper {
        width: 140px;
    }

}

@media (max-width:767px) {
    #TB-about-us .about-circle-wrapper {
        width: 210px;
    }

    #TB-about-us .about-text {
        padding: 15px;
    }

    #TB-about-us .sub-description {
        gap: 15px;
    }

    #TB-about-us {
        margin: 0 0 40px 0;
    }
}


@media (max-width:575px) {
    #TB-about-us .about-circle-wrapper {
        width: 200px;
    }
}

@media (max-width:480px) {
    #TB-about-us .about-circle-wrapper {
        width: 150px;
    }

    #TB-about-us .heading {
        font-size: 28px;
        line-height: 30px;
    }

    #TB-about-us .sub-description {
        gap: 10px;
    }

    #TB-about-us {
        margin: 0 0 20px 0;
    }
}
/* ========================== ABOUT END ========================== */

/* ========================== Benefits start ========================== */
#TB-Benifit-cms {
    position: relative;
    margin: 0 0 80px 0;
    overflow: hidden;
  }

#TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

#TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper img {
    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;
}

#TB-Benifit-cms .benefits-main-icon .benefits-card:hover .benefits-icon-wrapper img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

#TB-Benifit-cms .benefits-main-icon .benefits-card .benefit-title {
    font: 500 26px/28px "Oswald", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 20px 0;
}

#TB-Benifit-cms .benefits-main-icon .benefits-card p {
    font: 400 20px/28px "Outfit", Helvetica, sans-serif;
}

#TB-Benifit-cms .benefits-main-icon {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
}

#TB-Benifit-cms .center-img-wrapper {
    margin: 0 auto;
    text-align: center;
    z-index: 3;
    position: relative;
}

#TB-Benifit-cms .row {
    align-items: center;
}

#TB-Benifit-cms::after {
    content: "";
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 93px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/slide-up.png?v=1750680271");
    background-size: cover;
    background-repeat: repeat-x;
    background-repeat: no-repeat-y;
    background-position: center;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
    z-index: 2;
}

#TB-Benifit-cms::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 60px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/slide-down.png?v=1750680271");
    background-size: cover;
    background-repeat: repeat-x;
    background-repeat: no-repeat-y;
    background-position: center;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
    z-index: 2;
}

@media (max-width:1399px) {
    #TB-Benifit-cms .benefits-main-icon {
        gap: 40px;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card p {
        font-size: 16px;
        line-height: 24px;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefit-title {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper {
        width: 62px;
        height: 62px;
    }
}

@media (max-width:1199px) {
    #TB-Benifit-cms {
        margin: 0 0 60px 0;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefit-title {
        font-size: 20px;
        line-height: 26px;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card p {
        font-size: 14px;
        line-height: 20px;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
}

@media (max-width:991px) {
    #TB-Benifit-cms::after {
        height: 43px;
    }

    #TB-Benifit-cms::before {
        height: 30px;
    }

    #TB-Benifit-cms .benefits-main-icon {
        gap: 30px;
    }

    #TB-Benifit-cms {
        margin: 0 0 40px 0;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper {
        width: 50px;
        height: 50px;
    }

    #TB-Benifit-cms {
        padding: 40px 0;
    }
}

@media (max-width:767px) {
    #TB-Benifit-cms .benefits-main-icon {
        gap: 20px;
    }

    #TB-Benifit-cms .benefits-main-icon .benefits-card .benefits-icon-wrapper {
        margin: 0 auto;
    }

    #TB-Benifit-cms {
        padding: 80px 0;
    }

    #TB-Benifit-cms .benefits-card {
        text-align: center;
    }

    #TB-Benifit-cms .row {
        gap: 15px;
    }
}

@media (max-width:575px) {
    #TB-Benifit-cms {
        margin: 0 0 20px 0;
    }

    #TB-Benifit-cms {
        padding: 60px 0;
    }


}

@media (max-width:480px) {
    #TB-Benifit-cms::after {
        height: 23px;
    }

    #TB-Benifit-cms::before {
        height: 20px;
    }
}
/* ========================== Benefits end ========================== */

/* ========================== Comparison START ========================== */
#TB-comparison-cms {
    margin: 0 0 80px 0;
    overflow: hidden;
}

#TB-comparison-cms .common-title {
    text-align: center;
}


#TB-comparison-cms .comparison-main-wrapper {
    background-color: #fcf3f4;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    /* border: 2px solid #bd1521; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 30px 62px;
    margin: 60px 0;
    min-height: 410px;
}

#TB-comparison-cms .comparison-main-wrapper .comparison-product-wrapper {
    margin: -90px 0px;
}

#TB-comparison-cms .row .first-product .comparison-main-wrapper {
    border: 2px solid #bd1521;
}

#TB-comparison-cms .comparison-product-desc p {
    font: 400 italic 20px/22px "Outfit", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 90px 0;
}

#TB-comparison-cms .percetage-wrapper {
    background-color: #fff;
    border-radius: 20px;
    /* overflow: hidden; */
    height: 20px;
    margin: 10px 0;
    position: relative;
}

#TB-comparison-cms .obtain-pr {
    background-color: #c00;
    height: 100%;
    width: 0%;
    /* transition: width 1.5s ease-in-out; */
}

#TB-comparison-cms .comparison-product-desc .percetage-wrapper::before {
    content: "";
    position: absolute;
    right: -20px;
    left: auto;
    top: -50px;
    bottom: 0;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/pr-before-img.png?v=1750682374");
    width: 64px;
    height: 117px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

#TB-comparison-cms .comparison-product-desc .percetage-wrapper .obtain-pr {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bd1521;
    width: 100%;
    z-index: 2;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    bottom: auto;
    right: auto;
}

#TB-comparison-cms .comparison-product-desc .pr-total {
    font: 500 30px/32px "Outfit", Helvetica, sans-serif;
    margin: 10px 0 0 0;
}

#TB-comparison-cms .comparison-second-product-wrapper {
    margin-bottom: -30px;
}

#TB-comparison-cms .heading {
    font: 600 60px/62px "Oswald", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 5px 0;
}

#TB-comparison-cms .comparison-product-desc .logo-wrapper {
    margin: 0 0 10px 0;
}

@media (max-width:1799px) {
    #TB-comparison-cms .comparison-main-wrapper .comparison-product-wrapper {
        margin: -75px 0px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        margin: 45px 0;
    }
}

@media (max-width: 1699px) {
    #TB-comparison-cms .comparison-product-desc .pr-total {
        font-size: 24px;
        line-height: 26px;
    }

    #TB-comparison-cms .comparison-product-desc .percetage-wrapper::before {
        right: -20px;
        top: -30px;
        width: 44px;
        height: 87px;
    }
}

@media (max-width:1299px) {
    #TB-comparison-cms .comparison-product-desc p {
        margin: 0 0 50px 0;
        font-size: 16px;
        line-height: 20px;
    }

    #TB-comparison-cms .comparison-product-desc .percetage-wrapper::before {
        top: -22px;
        width: 36px;
        height: 89px;
    }

    #TB-comparison-cms .comparison-product-desc .pr-total {
        font-size: 22px;
        line-height: 24px;
    }

    #TB-comparison-cms .comparison-main-wrapper .comparison-product-wrapper {
        margin: 0px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        padding: 30px 42px;
    }

    #TB-comparison-cms .heading {
        font-size: 40px;
        line-height: 42px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        min-height: 450px;
    }
}

@media (max-width:1199px) {
    #TB-comparison-cms {
        margin: 0 0 60px 0;
    }


    #TB-comparison-cms .comparison-main-wrapper {
        margin: 35px 0 0 0;
        min-height: 400px;
        gap: 10px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
}


@media (max-width:991px) {
    #TB-comparison-cms {
        margin: 0 0 40px 0;
    }


    #TB-comparison-cms .heading {
        font-size: 36px;
        line-height: 38px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        min-height: 280px;
    }
}

@media (max-width:575px) {
    #TB-comparison-cms .comparison-product-desc .percetage-wrapper::before {
        right: -20px;
        top: -24px;
        width: 34px;
        height: 77px;
    }
}

@media (max-width: 480px) {
    #TB-comparison-cms {
        margin: 0 0 20px 0;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    #TB-comparison-cms .comparison-second-product-wrapper {
        margin-bottom: 0px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        padding: 30px;
    }

    #TB-comparison-cms .heading {
        font-size: 30px;
        line-height: 32px;
    }

    #TB-comparison-cms .comparison-product-desc .logo-wrapper {
        width: 180px;
    }

    #TB-comparison-cms .comparison-product-desc .percetage-wrapper::before {
        top: -16px;
        width: 26px;
        height: 79px;
        right: -10px;
    }

    #TB-comparison-cms .comparison-product-desc .pr-total {
        font-size: 20px;
        line-height: 22px;
    }

    #TB-comparison-cms .comparison-main-wrapper {
        margin: 20px 0 0 0;
    }

    #TB-comparison-cms .percetage-wrapper {
        height: 16px;
    }
}
/* ========================== Comparison end ========================== */


/* ========================== FEATURES START ========================== */
#TB-fetures-cms {
    margin: 0 0 80px 0;
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

#TB-fetures-cms .features-main {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}

#TB-fetures-cms .heading {
    font: 500 30px/32px "Oswald", Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

#TB-fetures-cms .features-icon-wrapper {
    width: 48px;
    height: 48px;
}

#TB-fetures-cms .features-icon-wrapper img {
    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;
}

#TB-fetures-cms .features-main:hover .features-icon-wrapper img {
    filter: brightness(200%);
}


@media (max-width: 1199px) {
    #TB-fetures-cms {
        margin: 0 0 60px 0;
    }

    #TB-fetures-cms .heading {
        font-size: 26px;
        line-height: 28px;
    }

}

@media (max-width: 991px) {
    #TB-fetures-cms {
        padding: 20px 0;
    }

    #TB-fetures-cms {
        margin: 0 0 40px 0;
    }

    #TB-fetures-cms .heading {
        font-size: 18px;
        line-height: 20px;
    }

    #TB-fetures-cms .features-icon-wrapper {
        width: 38px;
        height: 38px;
    }

}

@media (max-width: 767px) {
    #TB-fetures-cms .row .col-6 {
        padding: 15px;
    }

    #TB-fetures-cms {
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    #TB-fetures-cms {
        margin: 0 0 20px 0;
    }

    #TB-fetures-cms .row .col-6 {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    #TB-fetures-cms .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ========================== FEATURES END ========================== */

/* ========================== testimonial START ========================== */
#tb-testimonial-cms {
    position: relative;
    margin: 0 0 80px 0;
    padding: 160px 0 100px 0;
    background-position: center;
}

#tb-testimonial-cms::after {
    content: "";
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 93px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/slide-up.png?v=1750680271");
    background-size: cover;
    background-repeat: repeat-x;
    background-repeat: no-repeat-y;
    background-position: center;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
    z-index: 2;
}

#tb-testimonial-cms::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    height: 60px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/slide-down.png?v=1750680271");
    background-size: cover;
    background-repeat: repeat-x;
    background-repeat: no-repeat-y;
    background-position: center;
    animation: slide 80s linear infinite;
    -webkit-animation: slide 80s linear infinite;
    z-index: 2;
}

#tb-testimonial-cms .common-title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

#tb-testimonial-cms .common-title::before {
    content: "";
    position: absolute;
    bottom: auto;
    left: -60px;
    right: auto;
    top: -10px;
    width: 42px;
    height: 42px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/testimonial-quates-icon.png?v=1750740949");
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat-y;
    background-position: center;
    z-index: 2;
}

#tb-testimonial-cms .person-img-wrapper {
    width: 114px;
    height: 114px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

#tb-testimonial-cms .item {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
}

#tb-testimonial-cms .testimonial-main {
    width: 40%;
    margin: 40px auto;
    overflow: hidden;
}

#tb-testimonial-cms .item p {
    font: 400 20px/28px "Outfit", Helvetica, sans-serif;
}


#tb-testimonial-cms .item .rating {
    font-size: 18px;
}

#tb-testimonial-cms .item .client-details {
    font: 500 24px/26px "Outfit", Helvetica, sans-serif;
}

#tb-testimonial-cms .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

#tb-testimonial-cms .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
}

#tb-testimonial-cms .owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.1);
    background: #fff;
    border: none;
}

#tb-testimonial-cms .owl-theme .owl-dots .owl-dot:hover span {
    transform: scale(1.1);
    background: #fff;
    border: none;
}

@media (max-width:1399px) {
    #tb-testimonial-cms .testimonial-main {
        width: 60%;
    }

    #tb-testimonial-cms .item .client-details {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width:1199px) {
    #TB-services-cms .services-card-wrapper {
        gap: 10px;
    }

    #tb-testimonial-cms .common-title::before {
        left: -40px;
        top: -6px;
        width: 32px;
        height: 32px;
    }

    #tb-testimonial-cms .person-img-wrapper {
        width: 94px;
        height: 94px;
    }

    #tb-testimonial-cms .item p {
        font-size: 16px;
        line-height: 24px;
    }

    #tb-testimonial-cms  .item .rating {
        font-size: 16px;
    }

    #tb-testimonial-cms .item .client-details {
        font-size: 20px;
        line-height: 22px;
    }

    #tb-testimonial-cms .item {
        gap: 14px;
        /* padding: 40px 0; */
    }

    #tb-testimonial-cms {
        margin: 0 0 60px 0;
        padding: 140px 0 40px 0;
    }

    #tb-testimonial-cms .owl-theme .owl-nav.disabled+.owl-dots {
        margin: 20px 0 0 0;
    }
}

@media (max-width:991px) {

    #tb-testimonial-cms .testimonial-main {
        margin: 20px auto;
    }

    #tb-testimonial-cms::after {
        height: 43px;
    }

    #tb-testimonial-cms::before {
        height: 30px;
    }

    #tb-testimonial-cms .testimonial-main {
        width: 60%;
    }

    #tb-testimonial-cms {
        margin: 0 0 40px 0;
    }

    #tb-testimonial-cms {
        background-position: right;
    }
}

@media (max-width:767px) {
    #tb-testimonial-cms .testimonial-main {
        width: 80%;
    }
}

@media (max-width:480px) {
    #tb-testimonial-cms::after {
        height: 23px;
    }

    #tb-testimonial-cms::before {
        height: 15px;
    }



    #tb-testimonial-cms .common-title::before {
        left: 0;
        top: auto;
        width: 32px;
        height: 32px;
        right: 0;
        bottom: 45px;
        margin: auto;
    }

    #tb-testimonial-cms {
        margin: 0 0 20px 0;
        padding: 100px 0 40px 0;
    }

    #tb-testimonial-cms .item .client-details {
        font-size: 16px;
        line-height: 20px;
    }

    #tb-testimonial-cms .item .rating {
        font-size: 14px;
    }
}

/* ========================== testimonial END ========================== */


/* ========================== FAQ START ========================== */
#tb-faq {
    margin: 0 0 80px 0;
}

#tb-faq .common-title {
    text-align: center;
    margin: 0 0 60px;
}

#tb-faq  .working-process .accordion-item:first-child {
    border-top: 2px solid #e6e6e6 !important;
    border-radius: 0;
}

#tb-faq .accordion-item {
    border-bottom: 2px solid #e6e6e6;
}

#tb-faq .common-title {
    text-align: center;
}

#tb-faq  .working-process .accordion-item {
    overflow: hidden;
    padding: 24px 0 !important;
    background-color: #fff;
    /* border-top: 2px solid #e6e6e6 !important; */
    border-top: none;
    border-left: none;
    border-right: none;
}

#tb-faq  .working-process .accordion-item .accordion-button {
    background-color: none;
    padding: 20px 40px;
    background: #fff !important;
    border: none;
    padding: 0;
    font: 600 22px/28px "Outfit", sans-serif;
}

#tb-faq .working-process .accordion-item .accordion-collapse.collapse.show,
#tb-faq .working-process .accordion-item .accordion-collapse.collapse.show {
    transition: all 0.2s ease-in-out;
    background: #fff !important;
}

#tb-faq .working-process .accordion-item .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    transition: all 0.2s ease-in-out;
    box-shadow: none;
}

#tb-faq .working-process .accordion-item .accordion-button:focus {
    box-shadow: none;
}

#tb-faq .working-process .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
}

#tb-faq .accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    height: 35px;
    width: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    background-color: var(--body-color);
    color: var(--secondary-color);
    font-size: 18px;
}

#tb-faq  .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-size: 18px;
}

#tb-faq  .working-process .accordion-item .collapsing {
    transition: all 0.3s ease-in-out;
}

@media (max-width:1199px) {

    #tb-faq {
      margin: 0 0 60px 0;
  }
  #tb-faq .common-title {
    margin: 0 0 40px;
}

    #tb-faq .working-process .accordion-item .accordion-button {
        font-size: 20px;
        line-height: 26px;
    }

    #tb-faq  .working-process .accordion-item {
        padding: 14px 0 !important;
    }

}
@media (max-width:575px) {
    #tb-faq {
      margin: 0 0 40px 0;
  }
  }


@media (max-width:480px) {
    #tb-faq  .working-process .accordion-item .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }

    #tb-faq  .accordion-button::after {
        font-size: 16px;
    }
}
/* ========================== FAQ END ========================== */

/* ========================== Headline START ========================== */
#tb-headline {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

#tb-headline .tb-headline-text {
    padding: 60px 0;
    display: inline-block;
    animation: 101s slides infinite linear;
    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;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#tb-headline:hover .tb-headline-text {
    animation-play-state: paused;
}

#tb-headline.tb-headline-text-revers .tb-headline-text {
    animation-direction: reverse;
}

#tb-headline .tb-headline-text span {
    font: 600 50px/52px "Outfit", helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 0 15px;
    text-transform: uppercase;
    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;
}

#tb-headline .tb-headline-text {
    padding: 15px 0;
}

#tb-headline .tb-headline-text span {
    position: relative;
    margin: 0 50px 0 0;
}

#tb-headline .tb-headline-text span::before {
    content: "";
    width: 42px;
    height: 43px;
    background-image: url("https://cdn.shopify.com/s/files/1/0934/2061/8038/files/headline.png?v=1750745413");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -50px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    bottom: auto;
}

@media (max-width: 1299px) {

    #tb-headline .tb-headline-text span {
        font-size: 40px;
        line-height: 42px;
    }
}

@media (max-width: 1199px) {

    #tb-headline .tb-headline-text span {
        font-size: 34px;
        line-height: 36px;
    }

}

@media (max-width: 991px) {

    #tb-headline .tb-headline-text span {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    #tb-headline .tb-headline-text span {
        font-size: 24px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    #tb-headline .tb-headline-text span {
        font-size: 22px;
        line-height: 24px;
    }

    #tb-headline .tb-headline-text span::before {
        width: 32px;
        height: 33px;
        right: -30px;
    }

    #tb-headline .tb-headline-text span {
        margin: 0 30px 0 0;
    }
}
/* ========================== Headline END ========================== */

/* ========================== TB-instagram-cms START ========================== */

#TB-instagram-cms .container-fluid {
    margin: 0;
    padding: 0;
}
/* #TB-instagram-cms .category-inner {
    display: flex;
} */

#TB-instagram-cms .category-card {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

#TB-instagram-cms .category-card .category-card-img-wrapper {
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

#TB-instagram-cms .category-card .category-card-img-wrapper::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}

#TB-instagram-cms .category-card:hover .category-card-img-wrapper::before {
    opacity: 1;
}

#TB-instagram-cms .category-card .card-img-wrapper {
    width: 55px;
    height: fit-content;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#TB-instagram-cms .category-card:hover .card-img-wrapper {
    opacity: 1;
}



#TB-instagram-cms .owl-theme {
    overflow: hidden;
}

#TB-instagram-cms .owl-theme .owl-nav {
    margin: 0;
    display: none;
}

#TB-instagram-cms.owl-nav button span {
    font-size: 0px;
}

#TB-instagram-cms .owl-nav .owl-prev,
#TB-instagram-cms .owl-nav .owl-next {
    position: absolute;
    margin: auto;
    top: 45%;
    bottom: auto;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 0;
    border-radius: 8px;
    line-height: 40px;
    text-align: center;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#TB-instagram-cms .owl-nav .owl-prev::before,
#TB-instagram-cms .owl-nav .owl-next::before {
    position: absolute;
    color: #111;
    line-height: 40px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#TB-instagram-cms .owl-nav button.owl-prev::before {
    content: '\eab5';
    font: 24px "IcoFont";
}

#TB-instagram-cms .owl-nav button.owl-next::before {
    content: '\eab8';
    font: 24px "IcoFont";
}

#TB-instagram-cms .owl-nav .owl-prev {
    left: -100px;
}

#TB-instagram-cms:hover .owl-prev {
    left: 20px;
}

#TB-instagram-cms .owl-nav .owl-next {
    right: -100px;
}

#TB-instagram-cms:hover .owl-next {
    right: 20px;
}

#TB-instagram-cms .owl-nav .owl-prev:is(:hover, :active, :focus),
#TB-instagram-cms .owl-nav .owl-next:is(:hover, :active, :focus) {
    background: #d7d7d7;
}


@media (max-width: 991px) {

    #TB-instagram-cms .category-card .card-img-wrapper {
        width: 45px;
    }
}

@media (max-width: 767px) {
    #TB-instagram-cms .owl-theme .owl-nav {
        display: block !important;
    }
  #TB-instagram-cms .owl-nav .owl-prev{
    left: 20px;
  }
  #TB-instagram-cms .owl-nav .owl-next{
    right: 20px;
  }

    #TB-instagram-cms .owl-item:nth-child(2n+1) {
        padding: 0;
    }

    #TB-instagram-cms .item {
        text-align: center;
    }
}


@media (max-width: 480px) {
    #TB-instagram-cms .category-card .category-card-img-wrapper::before {
        opacity: 1;
    }

    #TB-instagram-cms .category-card .card-img-wrapper {
        opacity: 1;
    }
}
/* ========================== TB-instagram-cms END ========================== */

/* ========================== PRODUCT-PAGE START ========================== */

#featured-product .container,
.Product_page .container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    #featured-product .container,
  .Product_page .container{
        width: 750px;
    }
}
@media (min-width: 992px) {
    #featured-product .container,
  .Product_page .container{
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #featured-product .container,
  .Product_page .container{
        width: 1170px;
    }
}
@media (min-width: 1300px) {
    #featured-product .container,
  .Product_page .container{
        width: 1270px;
    }
}
@media (min-width: 1400px) {
    #featured-product .container,
  .Product_page .container{
        width: 1370px;
    }
}
@media (min-width: 1500px) {
    #featured-product .container ,
  .Product_page .container{
        width: 1440px;
    }
  
}
#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: 600 40px/42px "Oswald",helvetica,sans-serif;
    letter-spacing: .2px;
    margin: 0 0 30px;
    color: #111;
    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;
    text-transform: uppercase;
}
#featured-product  .price-off__percentage_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background-color: #bd1521;
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 0 6px;
}
#featured-product .product-title-wrapper:is(:hover, :active, :focus) .product__title {
   color: #bd1521;
}
#featured-product .product__text,
#featured-product .product-description h4,
#productPage .product__text,
#productPage .product-description h4 {
    font: 500 20px/22px "Outfit",helvetica,sans-serif;
    letter-spacing: .2px;
    color: #000000;
}
#featured-product .product-description h4,
#productPage .product-description h4 {
	margin: 30px 0 20px;
  position: relative;
      padding: 0 0 0 20px;
}

#featured-product .product-description h4::before,
#productPage .product-description h4::before{
    content: "\f111";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #bd1521;
    font-size: 12px;
}
#featured-product .icon-with-text,
#featured-product .product__info-container > * + *,
#productPage .icon-with-text,
#productPage .product__info-container > * + * {
	margin: 30px 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: 400 22px/30px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	color: #000000;
	margin: 0;
}
#featured-product .price .price-item,
#productPage .price .price-item {
	margin: 0;
}
#featured-product .price .price-item .money,
#productPage .price .price-item .money {
	font: 600 42px/44px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
    color: #000000;
}
#featured-product .price .price-item .money .price-item--regular .money,
#productPage .price .price-item .money .price-item--regular .money {
	font: 400 28px/30px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
    color: #555555;
}
#productPage .price-off__percentage_icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	background-color: #bd1521;
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
    margin: 0 0 0 6px;
}
#featured-product .price-off__percentage, 
#productPage .price-off__percentage {
	font: 700 20px/22px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
}
#featured-product .price-off__amount, 
#productPage .price-off__amount, 
#productPage .product__inventory {
	font: 400 18px/24px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
    color: #000000;
}
#featured-product .product-form__quantity .form__label,
#productPage .product-form__quantity .form__label {
  display: none;
}
#featured-product .quantity,
#productPage .quantity {
	width: fit-content;
	min-height: fit-content;
	border: 1px solid #000;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	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: 60px;
	max-height: 50px;
	margin: 0;
	width: 60px;
	height: 50px;
}
#featured-product .quantity__button svg, 
#productPage .quantity__button svg {
	width: 14px;
	min-height: 45px;
}
#featured-product .quantity__input,
#productPage .quantity__input {
	font: 400 22px/24px "Outfit", 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(1, 1fr);
	gap: 15px;
    padding: 0;
}
#featured-product .product-description ul li,
#productPage .product-description ul li {
	position: relative;
	padding: 0 0 0 35px;
	font: 400 18px/24px "Outfit",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: #bd1521;
}
#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 .product-detail-img,
#productPage .product-description .product-detail-wrapper .product-detail-img{
  text-align: center;
    display: inline-block;
    margin: 0 auto;
}

#featured-product .product-description .product-detail-wrapper img,
#productPage .product-description .product-detail-wrapper img {
  border: none;
  margin: 0;
}
#featured-product .product-form__submit,
#productPage .product-form__submit {
	border: none;
	margin: 0;
	min-width: min-content;
	min-height: fit-content;
	font: 400 22px/24px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	padding: 18px 100px;
	text-transform: uppercase;
}
#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;
}
#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 transparent;
  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;
  max-width: 100px;
  margin: 0 auto;
}
#featured-product .tb-related-product-col.active,
#productPage .tb-related-product-col.active {
    border: 2px solid #e7e7e7;
}
#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: #bd1521;
    color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 7px !important;
  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 .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: #111 !important;
    color: #fff !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: #bd1521 !important;
    color: #fff !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 {
	font-size: 32px;
	max-height: 30px !important;
	display: inline-block;
	padding: ;
}
#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 .form__label, 
#productPage .form__label {
	font: 700 17px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: 0;
	margin: 0;
	width: 100%;
	display: block;
}
#featured-product variant-selects fieldset label, 
#productPage variant-selects fieldset label {
	font: 600 17px/20px "Outfit",helvetica,system-ui;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 0;
	text-transform: capitalize;
	padding: 12px 25px !important;
	border-radius: 0;
}
#featured-product .product-form__input, 
#productPage .product__inventory, 
#productPage .product-form__input {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
#featured-product .product__media-item,
#productPage .product__media-item {
  width:100%;
  max-width:100%;
  margin:0 0 20px
}
#featured-product .thumbnail,
#productPage .thumbnail {
  padding:2px;
  border-color:#212529;
  overflow:hidden
}
#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-color:#212529;
  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: 1399px) {
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
    margin: 0 0 20px;
  }
  #featured-product .icon-with-text, 
  #featured-product .product__info-container > * + *, 
  #productPage .icon-with-text, 
  #productPage .product__info-container > * + * {
	margin: 20px 0;
  }
  #featured-product .product-description h4,
  #productPage .product-description h4 {
	margin: 30px 0 15px;
  }
}
@media (max-width: 1299px) {
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 34px;
	line-height: 36px;
  }
  #featured-product .product__text, 
  #featured-product .product-description h4, 
  #productPage .product__text, 
  #productPage .product-description h4 {
	font-size: 20px;
    line-height: 22px;
  }
  #featured-product .icon-with-text span, #productPage .icon-with-text span {
	font-size: 18px;
    line-height: 20px;
  }
  #featured-product .price .price-item .money, 
  #productPage .price .price-item .money {
	font-size: 36px;
    line-height: 38px;
  }
  #featured-product .price .price-item .money .price-item--regular .money, 
  #productPage .price .price-item .money .price-item--regular .money {
	font-size: 20px;
    line-height: 22px;
  }
  #featured-product .price-off__amount, 
  #productPage .price-off__amount, 
  #productPage .product__inventory {
	font-size: 16px;
    line-height: 22px;
  }
  #featured-product .product-description ul li, #productPage .product-description ul li {
	font-size: 16px;
    line-height: 22px;
  }
  #featured-product .quantity__button, 
  #featured-product .quantity__input, 
  #productPage .quantity__button, 
  #productPage .quantity__input {
	max-width: 54px;
	max-height: 44px;
	width: 54px;
	height: 44px;
  }
  #featured-product .product-form__submit, 
  #productPage .product-form__submit {
	font-size: 20px;
    line-height: 22px;
  }
  #featured-product .product-description ul, 
  #productPage .product-description ul {
	gap: 10px;
  }
  #featured-product .product__info-container .product-form, 
  #featured-product .product__info-container .product__description, 
  #featured-product .product__info-container .icon-with-text,
  #productPage .product__info-container .product-form, 
  #productPage .product__info-container .product__description, 
  #productPage .product__info-container .icon-with-text {
	margin: 0;
  }
}
@media (max-width: 1199px) {
  #featured-product .icon-with-text, 
  #productPage .icon-with-text,
  #featured-product .product-description .product-detail-wrapper, 
  #productPage .product-description .product-detail-wrapper {
	gap: 30px;
  }
  #featured-product .product-description h4,
  #productPage .product-description h4 {
	margin: 20px 0 10px;
  }
   #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 32px;
	line-height: 34px;
  }
}
@media (max-width: 991px) {
  #productPage .product__media-item{
    margin: 0 0  10px;
  }
  #featured-product .product__info-container {
    margin: 0 auto;
  }
  #productPage .product__info-container {
	margin: 0 auto 0;
  }
  #productPage .product__info-container > * + * {
    margin: 15px 0;
  }
  #featured-product .product-description h4,
  #productPage .product-description h4 {
	margin: 20px 0 10px;
  }
  #featured-product #productThumbs, 
  #productPage #productThumbs {
	margin: 10px 0 0;
  }
}

@media (max-width: 767px) {
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 30px;
	line-height: 32px;
  }
  #featured-product .product__text, 
  #featured-product .product-description h4, 
  #productPage .product__text, 
  #productPage .product-description h4 {
	font-size: 20px;
	line-height: 22px;
  }
  #featured-product .price .price-item .money, 
  #productPage .price .price-item .money {
	font-size: 30px;
	line-height: 34px;
  }
  #featured-product .price-off__percentage_icon, 
  #productPage .price-off__percentage_icon {
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 22px;
  }
  #featured-product .price-off__percentage, #productPage .price-off__percentage {
	font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  #featured-product .slider.slider--mobile{
    margin: 0 0 20px 0;
  }
   #productPage .slider.slider--mobile{
    margin: 0 0 10px 0;
   }
}
@media (max-width: 750px) {
    #featured-product .slider.slider--mobile {
      display: flex;
      flex-wrap: wrap;
      webkit-flex-wrap: wrap;
    }
}
@media (max-width: 575px) {
  #featured-product .slider.slider--mobile, #productPage .slider.slider--mobile{
     margin: 0 0 10px 0;
  }
  #featured-product .product__media-item, #productPage .product__media-item {
    margin: 0 0 10px;
  }
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 28px;
	line-height: 36px;
  }
  #featured-product .icon-with-text, 
  #productPage .icon-with-text, 
  #featured-product .product-description .product-detail-wrapper, 
  #productPage .product-description .product-detail-wrapper {
	row-gap: 12px;
	column-gap: 25px;
	flex-wrap: wrap;
	font-size: 15px;
	line-height: 24px;
  }
  #featured-product .price .price-item .money, 
  #productPage .price .price-item .money {
	font-size: 25px;
	line-height: 28px;
  }
  #featured-product .price-off__amount, 
  #productPage .price-off__amount, 
  #productPage .product__inventory, 
  #featured-product .product-description ul li, 
  #productPage .product-description ul li {
	font-size: 15px;
	line-height: 20px;
  }
  #featured-product .product-description ul li, 
  #productPage .product-description ul li {
	padding: 0 0 0 25px;
  }
  #featured-product .product-form__submit, 
  #productPage .product-form__submit {
	font-size: 18px;
	line-height: 20px;
	padding: 16px 60px;
  }
  #featured-product .product__text, 
  #featured-product .product-description h4, 
  #productPage .product__text, 
  #productPage .product-description h4 {
	font-size: 18px;
	line-height: 20px;
  }
  #featured-product .price-off__percentage_icon, 
  #productPage .price-off__percentage_icon {
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
  }
  #featured-product .price-off__percentage, 
  #productPage .price-off__percentage {
	font-size: 16px;
	line-height: 18px;
  }
}
@media (max-width: 480px) {
  #featured-product .quantity__input, #productPage .quantity__input {
    font-size: 20px;
    line-height: 22px;
}
  #featured-product .product-title-wrapper .product__title, 
  #productPage .product__title h1 {
	font-size: 24px;
	line-height: 30px;
  }
  #productPage .product__title {
    margin-bottom: 0;
  }
  
  #featured-product .icon-with-text, 
  #productPage .icon-with-text {
	row-gap: 10px;
	flex-direction: column;
	align-items: self-start;
  }
  #featured-product .product-description ul, #productPage .product-description ul {
	grid-template-columns: repeat(1,1fr);
  }
  #featured-product .product-description .product-detail-wrapper, 
  #productPage .product-description .product-detail-wrapper {
	gap: 20px;
	text-align: start;
  }
  #featured-product .product-description .product-detail-wrapper .product-detail, 
  #productPage .product-description .product-detail-wrapper .product-detail {
	width: calc(50% - 10px);
  }
  #featured-product variant-selects fieldset label,
  #productPage variant-selects fieldset label {
      font-size: 16px;
      line-height: 18px;
      padding: 10px 22px !important;
  }
}
/* ========================== PRODUCT-PAGE END ========================== */


/* ========================== FOOTER START ========================== */
#footer {
  margin: 100px 0 0;
} 
.common-home #footer {
  margin: 0 !important;
}
#footer .tb-footer-top {
	padding: 90px 0 70px;
}
#footer h5 {
  color: #fff;
  font: 600 24px / 26px "Outfit", helvetica, sans-serif;
  letter-spacing: 0.2px;
  margin: 0 0 20px;
}
#footer ul {
  padding: 0;
  list-style: none;
}
#footer a {
	text-decoration: none;
	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;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper {
	margin: 0 0 30px;
	width: 85%;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper .field {
	position: relative;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
	border-width: 1px;
	border-style: solid;
	padding: 20px 160px 20px 30px;
	font: 300 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	height: auto;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input::placeholder {
	opacity: 1;
  color: #ccc;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    width: fit-content;
    padding: 0 30px;
    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;
    background: #fff;
    color: #111;
    height: 100%;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe span{
  z-index: 1;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe::before{
    background: #bd1521;
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    z-index: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe:is(:hover , :active , :focus){
  background: #bd1521;
  color: #fff;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe:is(:hover, :focus, :active)::before {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
     height: 100%;
  color: #fff;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe i {
  display: none;
  font-size: 17px;
  z-index: 1;
      transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe:is(:hover, :focus, :active) i{
  color: #fff;
}
#footer .footer-block__newsletter .newsletter-form__field-wrapper #ContactFooter-error {
	font: 400 20px/24px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#footer .list-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 20px;
	align-items: center;
	margin: 0 0 30px;
}
#footer .list-social .list-social__item .list-social__link {
	padding: 0;
}
#footer .list-social .list-social__item .list-social__link:is(:hover, :active, :focus) {
  transform: none;
  -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
#footer .list-social .list-social__item .list-social__link svg {
	max-width: 25px;
}
#footer .list-social .list-social__item .list-social__link i {
	font-size: 18px;
	line-height: 18px;
}
#footer .footer-contact ul {
	display: flex;
	align-items: center;
    row-gap: 50px;
	column-gap: 30px;
	flex-wrap: wrap;
}
#footer .footer-contact ul li a {
	font: 300 18px/20px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
}
#footer .footer-menu ul li {
  margin: 18px 0 0;
}
#footer .footer-menu h5 {
	margin: 0 0 20px;
}
#footer .payment-icons {
	display: flex;
	align-items: center;
	gap: 18px;
	filter: grayscale(1);
	flex-wrap: wrap;
}
#footer .certificate {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 30px 0;
}
#footer .footer__copyright {
	font: 300 18px/30px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
}
#footer .tb-footer-bottom {
	font: 300 15px/25px "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	padding: 0 0 50px;
}
@media (max-width: 1499px) {
  #footer h5 {
	font-size: 24px;
    line-height: 26px;
  }
  #footer .payment-icons {
	gap: 15px;
  }
  #footer .tb-footer-top {
	padding: 80px 0 65px;
  }
  #footer .tb-footer-bottom {
	padding: 0 0 40px;
  }
}
@media (max-width: 1399px) {
  #footer .payment-icons {
	gap: 10px;
  }
}
@media (max-width: 1299px) {
    #footer {
    margin: 80px 0 0;
  } 
  #footer .tb-footer-top {
	padding: 70px 0 55px;
  }
  #footer h5 {
	font-size: 22px;
    line-height: 24px;
	margin: 0 0 18px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
	padding: 18px 160px 18px 25px;
  }
  #footer .list-social {
	margin: 0 0 35px;
  }
  #footer .footer-menu h5 {
	margin: 0 0 35px;
  }
  #footer .footer-menu ul li {
	margin: 18px 0 0;
  }
  #footer .payment-icons {
	gap: 7px;
  }
  #footer .footer__copyright {
	line-height: 26px;
  }
}
@media (max-width: 1199px) {
  #footer {
    margin: 60px 0 0;
  } 
  #footer .tb-footer-top {
	padding: 60px 0 35px;
  }
   #footer .footer-block__newsletter .newsletter-form__field-wrapper {
	width: 100%;
  }
  #footer .tb-footer-bottom {
	padding: 0 0 35px;
  }
  #footer h5 {
	font-size: 20px;
    line-height: 22px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe {
	padding: 0 20px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
	padding: 16px 145px 16px 25px;
  }
  #footer .certificate {
	padding: 20px 0;
  }
}
@media (max-width: 991px) {
    #footer {
    margin: 50px 0 0;
  } 
  #footer .tb-footer-top {
	padding: 40px 0 35px;
  }
  #footer h5,
  #footer .footer-menu h5 {
	margin: 0 0 12px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
	padding: 16px 120px 16px 25px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper {
	margin: 0 0 30px;
  }
  #footer .list-social {
	margin: 0 0 25px;
  }
  #footer .footer-contact ul {
	margin: 0 0 25px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input,
  #footer .footer-contact ul li a {
	font-size: 16px;
    line-height: 18px;
  }
  #footer .footer__copyright {
    font-size: 16px;
    line-height: 28px;
  }
  #footer .footer-menu ul {
	margin: 0 0 25px;
  }
  #footer .footer-menu ul li {
	margin: 10px 0 0;
  }
  #footer .certificate {
    justify-content: center;
  }
  .tb-footer-bottom{
    text-align: center
  }
  .footer_payment{
    text-align: center
  }
  #footer .payment-icons {
    margin-bottom: 0;
    justify-content: center;
  }
}
@media (max-width: 480px) {
    #footer {
    margin: 30px 0 0;
  } 
  #footer .tb-footer-top {
	padding: 30px 0;
  }
  #footer .tb-footer-bottom {
	padding: 0 0 30px;
  }
  #footer .footer-contact ul {
	gap: 30px;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe span {
	display: none;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper #subscribe i {
	display: block;
  }
  #footer .footer-block__newsletter .newsletter-form__field-wrapper .field__input {
	padding: 14px 70px 14px 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: #121212;
	margin: 0 0 40px;
}
.breadcrumb-wrapper .breadcrumb-wrap {
    color: #fff;
    font: 500 18px/20px "Outfit",helvetica,sans-serif;
    padding: 15px 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: #fff;
}
.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: 991px) {
  .breadcrumb-wrapper .breadcrumb-wrap{
  font-size: 16px;
line-height: 18px;
}
}
@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 24px/26px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#your-shopping-cart .cart__login-title {
	font: 500 20px/22px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#your-shopping-cart .cart__login-paragraph {
	font: 500 18px/20px "Outfit", 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;
}
#your-shopping-cart table tr th {
	font: 600 16px/18px "Outfit",helvetica,sans-serif;
	padding: 10px 15px;
	color: #000;
	opacity: 1;
	text-align: center;
	letter-spacing: .2px;
	text-transform: uppercase;
}
#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 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: #bd1521;
}
#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: 500 16px / 18px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
#your-shopping-cart table .product-option dd {
	font: 500 16px/18px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#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 a, 
#your-shopping-cart table tr td p {
	font: 600 17px/24px "Outfit", 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.2px;
	text-transform: uppercase;
}
#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: 1px solid #dee2e6;
    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;
}
#your-shopping-cart .quantity__input {
	font: 500 17px/20px "Outfit", helvetica, sans-serif;
	min-width: 60px;
	max-width: 60px;
}
#your-shopping-cart .cart-item__error-text {
  font: 500 15px/24px "Outfit", 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: 600 34px/36px "Oswald",helvetica,sans-serif;
    margin: 0 0 10px;
    letter-spacing: .2px;
    text-transform: uppercase;
}
#your-shopping-cart .totals .totals__total-value .money {
	font: 600 22px/24px "Outfit",helvetica,sans-serif;
}
#your-shopping-cart #checkout {
	font: 400 18px/20px "Outfit",helvetica,sans-serif;
}
#your-shopping-cart .tax-note {
	font: 500 16px/24px "Outfit", 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 "Outfit", helvetica, sans-serif; !important;
}
@media (max-width: 991px) {
  #your-shopping-cart table tr th {
	font-size: 14px;
    line-height: 16px;
  }
  #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;
  }
    #your-shopping-cart .totals .totals__total {
    font-size: 30px;
    line-height: 32px;
}
}
@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;
	line-height: 24px;
	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: 30px;
  }
  #your-shopping-cart .totals .totals__total {
	margin: 0 0 8px;
    font-size: 30px;
    line-height: 32px;
  }
  #your-shopping-cart .tax-note {
	margin: 12px 0;
  }
  #your-shopping-cart .cart__ctas {
	margin: 12px 0 0;
  }
}
@media (max-width: 480px) {
  #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 {
	margin: 0 0 6px;
  }
  #your-shopping-cart .tax-note {
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0;
  }
  #your-shopping-cart .cart__blocks {
	padding: 15px;
  }
  #your-shopping-cart .totals .totals__total {
	font-size: 26px;
    line-height: 28px;
  }
  #your-shopping-cart #checkout {
	font-size: 16px;
    line-height: 18px;
  }
  #your-shopping-cart table .product-option dt{
    font-size: 16px;
    line-height: 18px;
  }
  ##your-shopping-cart table .product-option dd{
    font-size: 16px;
    line-height: 18px;
  }
  .common-price, .price, .price.price--end, .totals__total-value {
	    font-size: 17px;
    line-height: 19px;
}
}
/* ========================== CART-PAGE END ========================== */


/* ========================== CONTACT PAGE START ========================== */
#tb-contact .field__input {
	font: 400 16px/18px "Outfit",helvetica,sans-serif;
	letter-spacing: 0.2px;
	padding: 15px 20px;
	height: auto;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #111;
	color: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
    height: fit-content;
}
#tb-contact .field__input::placeholder {
	opacity: 0.8;
  color: #222;
}
#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 "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#tb-contact .form__message {
	font: 400 16px/18px "Outfit", helvetica, sans-serif;
	letter-spacing: 0.2px;
}
#tb-contact .form-status-list {
	font: 400 16px/26px "Outfit", 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 "Outfit",helvetica,sans-serif;
	letter-spacing: .2px;
	margin: 20px 0 0;
	text-decoration: none;
}
@media (max-width: 767px) {
 #tb-contact .contact__button button {
    font-size: 20px;
    line-height: 22px;
  }
}
/* ========================== CONTACT PAGE END ========================== */


/* ========================== CUSTOM PAGE START ========================== */
.main-page-title {
    font: 600 38px/40px "Oswald",helvetica,sans-serif;
    letter-spacing: 0.2px;
    margin: 0 0 20px !important;
    text-transform: uppercase;
  color: #111;
}
.custom-section h4 {
    font: 600 28px/30px "Oswald",helvetica,sans-serif;
    letter-spacing: 0.2px;
    margin: 30px 0 10px;
    text-transform: uppercase;
  color: #111;
}
.custom-section h4:first-child {
    margin: 0 0 10px;
}
.custom-section p {
    font: 500 18px/32px "Outfit", helvetica, sans-serif;
    letter-spacing: 0.2px;
    color: #555;
    margin: 0 0 15px;
}
.custom-section p a {
  display: inline-block;
  color: #bd1521;
  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: #000;
}
@media (max-width: 1199px) {
.main-page-title {
    font-size: 34px;
    line-height: 36px;
}
}
@media (max-width: 991px) {
  .main-page-title {
    font-size: 32px;
    line-height: 34px;
}
  .custom-section h4 {
	font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .custom-section h4 {
	margin: 25px 0 10px;
  }
  .custom-section h4:first-child {
	margin: 0 0 10px;
  }
  .custom-section p {
	margin: 0 0 10px;
  }
  .custom-section p{
    font-size: 16px;
	line-height: 30px;
  }
}
@media (max-width: 575px) {
  .main-page-title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 15px !important;
  }
}
@media (max-width: 480px) {
  .custom-section h4 {
	font-size: 24px;
	line-height: 26px;
	margin: 20px 0 6px;
  }
  .custom-section h4:first-child {
	margin: 0 0 6px;
  }
  .custom-section p {
  	line-height: 28px;
  }
}
@media (max-width: 360px) {
  .main-page-title {
	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 "Outfit", helvetica, sans-serif;
	user-select: none;
	-webkit-user-select: none;
	letter-spacing: 0.2px;
    text-transform: uppercase;
}
#faq .accordion__content p {
	font: 500 16px/26px "Outfit", helvetica, sans-serif;
	user-select: none;
	-webkit-user-select: none;
	letter-spacing: 0.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;
  }
  #faq .accordion__title {
	font-size: 18px;
    line-height: 22px;
  }
}
/* ========================== FAQ PAGE END ========================== */