/** Shopify CDN: Minification failed

Line 280:1 Expected identifier but found "btn("
Line 5273:5 Unexpected "/"
Line 5342:0 Unexpected "}"

**/
/* @charset "utf-8"; */
/*..............embedded fonts..............*/

:root {
  --btnBg: #4d4d4f;
  --btnBgWhite: #ffffff;
  --blueTextColor: #4d4c4f;
  --btnHoverBg: #f5828c;
  --primariTextColor: #4d4d4f;
  --pinkTextColor: #f5828c;
  --greenLightBg: #d5e0dc;
  --textFont: "Neue Plak Text";
  /* --titleFont: "Utopia Std"; */
   --titleFont: "Neue Plak Text"; 
}
/*..............embedded fonts..............*/

@font-face {
  font-family: "Neue Plak Text";
  src: url("NeuePlakText-Light.eot");
  src: local("Neue Plak Text Light"), local("NeuePlakText-Light"),
    url("NeuePlakText-Light.eot?#iefix") format("embedded-opentype"),
    url("NeuePlakText-Light.woff2") format("woff2"),
    url("NeuePlakText-Light.woff") format("woff"),
    url("NeuePlakText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Text";
  src: url("NeuePlakText-SemiBold.eot");
  src: local("Neue Plak Text SemiBold"), local("NeuePlakText-SemiBold"),
    url("NeuePlakText-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("NeuePlakText-SemiBold.woff2") format("woff2"),
    url("NeuePlakText-SemiBold.woff") format("woff"),
    url("NeuePlakText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Text";
  src: url("NeuePlakText-Black.eot");
  src: local("Neue Plak Text Black"), local("NeuePlakText-Black"),
    url("NeuePlakText-Black.eot?#iefix") format("embedded-opentype"),
    url("NeuePlakText-Black.woff2") format("woff2"),
    url("NeuePlakText-Black.woff") format("woff"),
    url("NeuePlakText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Text";
  src: url("NeuePlakText-Thin.eot");
  src: local("Neue Plak Text Thin"), local("NeuePlakText-Thin"),
    url("NeuePlakText-Thin.eot?#iefix") format("embedded-opentype"),
    url("NeuePlakText-Thin.woff2") format("woff2"),
    url("NeuePlakText-Thin.woff") format("woff"),
    url("NeuePlakText-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Plak Text";
  src: url("NeuePlakText-Bold.eot");
  src: local("Neue Plak Text Bold"), local("NeuePlakText-Bold"),
    url("NeuePlakText-Bold.eot?#iefix") format("embedded-opentype"),
    url("NeuePlakText-Bold.woff2") format("woff2"),
    url("NeuePlakText-Bold.woff") format("woff"),
    url("NeuePlakText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Utopia Std";
  src: url("UtopiaStd-Regular.eot");
  src: url("UtopiaStd-Regular.eot?#iefix") format("embedded-opentype"),
    url("UtopiaStd-Regular.woff2") format("woff2"),
    url("UtopiaStd-Regular.woff") format("woff"),
    url("UtopiaStd-Regular.ttf") format("truetype"),
    url("UtopiaStd-Regular.svg#UtopiaStd-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Utopia Std";
  src: url("UtopiaStd-Semibold.eot");
  src: url("UtopiaStd-Semibold.eot?#iefix") format("embedded-opentype"),
    url("UtopiaStd-Semibold.woff2") format("woff2"),
    url("UtopiaStd-Semibold.woff") format("woff"),
    url("UtopiaStd-Semibold.ttf") format("truetype"),
    url("UtopiaStd-Semibold.svg#UtopiaStd-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Utopia Std";
  src: url("UtopiaStd-Bold.eot");
  src: url("UtopiaStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("UtopiaStd-Bold.woff2") format("woff2"),
    url("UtopiaStd-Bold.woff") format("woff"),
    url("UtopiaStd-Bold.ttf") format("truetype"),
    url("UtopiaStd-Bold.svg#UtopiaStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--textFont) !important;
  font-size: 16px;
  font-weight: normal;
  color: var(--primariTextColor);
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--textFont) !important;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2;
  font-weight: 400; /*color:#4d4d4f;*/
  color: var(--primariTextColor);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,
.h1 {
  font-size: 45px;
  text-transform: none;
  letter-spacing: 0;
}
h2 {
  font-size: 45px;
  text-transform: none;
  letter-spacing: 0;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}

.large-h2 {
  font-size: 48px;
}
p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  font-family: var(--textFont) !important;
  color: var(--primariTextColor);
}
ul li {
  font-family: var(--textFont) !important;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}
a,
a:link,
a:visited,
a:focus {
  /*color: #3B3B3B;*/
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  color: var(--pinkTextColor);
}


.multicolumn .multicolumn-card__info a{
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.multicolumn-card:hover .multicolumn-card__info a {
    text-decoration: underline;
    color:  #3B3B3B;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
  color: #fff;
}

input,
textarea,
select {
  font-weight: 400;
  font-size: 15px;
  outline: none;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #fff;
}





/* --- for placeholder color --- */

.form-control::-moz-placeholder {
  color: #515151;
}
.form-control:-ms-input-placeholder {
  color: #515151;
}
.form-control::-webkit-input-placeholder {
  color: #515151;
}

/* --- for placeholder color --- */

/* --- Button Styles --- */

.btn([disabled]),
.shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]),
.btn,
.button,
.cart__submit-controls .cart__submit.btn,
.bndlr-add-to-cart,
.shopify-challenge__button.btn,
.footer-block__newsletter button.needsclick {
  position: relative;
}

.btn:not([disabled])::before,
.shopify-payment-button .shopify-payment-button__button--unbranded::before,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]):before,
.btn:before,
.button:before,
.cart__submit-controls .cart__submit.btn:before,
.button:before,
.bndlr-add-to-cart:before,
.shopify-challenge__button.btn:before,
.footer-block__newsletter button.needsclick:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--blueTextColor);
  color: #fff;
  /* transition: all 0.35s; */
  z-index: -1;
}

.btn:not([disabled]):hover:before,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:before,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]):hover:before,
.btn:hover:before,
.button:hover:before,
.cart__submit-controls .cart__submit.btn:hover:before,
.button:hover:before,
.bndlr-add-to-cart:hover:before,
.shopify-challenge__button.btn:hover:before,
.footer-block__newsletter button.needsclick:hover:before {
  width: 100%;
}
.footer-block__newsletter input.needsclick {
  font-family: var(--textFont) !important;
}
.footer-block__newsletter button.needsclick {
  font-size: 13px !important;
  z-index: 11;
  position: relative;
  font-family: var(--textFont) !important;
}
.footer-block__newsletter .needsclick.kl-private-reset-css-Xuajs1 p a {
  color: var(--primariTextColor) !important;
}
.footer-block__newsletter .needsclick.kl-private-reset-css-Xuajs1 p a:hover {
  color: var(--pinkTextColor) !important;
}
.footer-block__newsletter button.needsclick:hover:before {
  z-index: -1;
}
.button,
.btn,
#customer_logout_link,
.bndlr-add-to-cart {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  color: var(--blueTextColor); /*padding: 10px 30px; font-size: 16px;*/
  text-transform: none;
  font-weight: 400;
  border: none; /*background: #583D40 !important;*/
  background: var(--btnBgWhite);
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0px;
  font-family: var(--textFont) !important;
  /*letter-spacing: 0;*/
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  padding: 10px 12px !important;
  /* padding: 14px 25px !important; font-size: 18px !important;*/
  font-size: 14px !important;
  border: none;
}

.cart-notification__links .button:hover,
.btn:hover,
.button:hover,
.shopify-challenge__button.btn:hover {
  color: #fff;
}
.btnSm,
.bndlr-add-to-cart {
  font-size: 18px !important;
  padding: 14px 25px !important;
}
.btn.btn-white {
  background: #fff !important;
  color: var(--primaryTextColor) !important;
}
.btn.btn-white:hover {
  color: #fff !important;
}
.button:after,
.button:not([disabled]):hover:after {
  box-shadow: none;
  border: none;
}
.click-on-img
{
  cursor: pointer;
}

.half-cont-buttonsRow .btn {
  width: 260px;
}
.btn.solid-color {
  color: #333;
  background: #cb6817;
}
.btn.border {
  background: none;
  color: #00d8d8;
  border: 1px solid #cb6817;
}
.btn.border.white,
a.btn.border.white {
  background: none;
  color: #fff;
  border: 1px solid #fff !important;
}
/* a.btn:hover, .btn:hover, .btn.border.white:hover{ color: #fff !important; background-color: #583D40 !important; } */
.btn.rounded {
  border-radius: 30px !important;
}
.btn.medium-size {
  /* Your custom Styles */
}
.btn.large-size {
  /* Your custom Styles */
  padding: 14px 65px;
  font-size: 18px;
}
a.btn:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-wrapper {
  margin-top: 50px;
}
.btn-wrapper.inline a.btn {
  display: inline-block;
  margin: 0 10px;
}
.btn-wrapper.inline a.btn:first-child {
  margin-left: 0;
}
a.btn.big {
  padding: 10px 60px;
  font-weight: 600;
  color: #141b1b;
}
button:focus {
  outline: 0;
}

/* --- Button Styles --- */

/*-- announcement-bar(Start) --*/

.announcement-bar {
  padding: 0;
  background-color: var(--greenLightBg);
}
.announcement-bar__link {
  padding-top: 0;
  padding-bottom: 0;
}
.announcement-bar p {
  font-weight: normal;
  letter-spacing: 0px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--textFont) !important;
  color: #000;
}
.announcement-bar p svg.icon.icon-arrow {
  display: none;
}
a.mega-menu__link.top-picks-about {
    display: none;
}
/*-- Header(Start) --*/

.header__heading .headerLogo {
  padding: 0;
}
.header-wrapper--border-bottom {
  border-bottom: none;
}
.page-width {
  max-width: inherit;
  padding: 0 25px;
}
.headerLogo {
  max-width: 185px;
}
.header.header--top-center nav.header__inline-menu,
.header__icons {
  flex: 0 0 40%;
  max-width: 40%;
}
.header.header--top-center .header__icons {
  justify-content: flex-end;
}

header.header.header--top-center.page-width.header--has-menu {
  padding: 0 40px;
}
header.header.header--top-center.page-width.header--has-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__icons {
  align-items: center;
}
.currency_changer select {
  border: 0;
}
input,
textarea,
select {
  font-weight: 400;
  font-size: 15px;
  outline: none;
}
*:focus-visible {
  outline: none;
  outline-offset: 0;
  box-shadow: none;
}
nav.header__inline-menu > .list-menu.list-menu--inline > li span {
  font-size: 16px;
}
.header:not(.header--middle-left) .header__inline-menu {
  margin-top: 0;
}
.header.header--top-center a.headerLogo {
  padding: 0;
}
.header__icons a.header__icon:hover {
  color: #000;
}
.header.header--top-center .header__icon:hover .icon,
.header.header--top-center .modal__close-button:hover .icon {
  transform: scale(1);
}

/*-- mega-menu(Start) --*/

header.header.header--has-menu .header__inline-menu li {
  position: inherit;
}
.header__menu-item {
  padding: 2rem 1.2rem;
  /* padding: 2.9rem 1.2rem; */
}
header.header.header--has-menu .mega-menu__content {
  z-index: 1;
  box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: -10px auto;
}
header.header.header--has-menu .mega-menu__content {
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}
.header--top-center .mega-menu__list {
  justify-content: flex-start !important;
}

.mega-menu__list ul.list-unstyled li a.link {
  font-size: 16px !important; /*font-size: 14px !important; padding: 0 15px;*/
}

.mega-menu__list li a.link:hover {
  text-decoration: none;
}
.header__menu-item:hover span {
  text-decoration: none;
  text-underline-offset: 0;
}
details[open] > .header__menu-item {
  text-decoration: none;
}
.header__active-menu-item {
  text-decoration: none;
}
.mega-menu__list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mega-menu__list a.mega-menu__link.mega-menu__link--level-2.link {
  font-weight: 600;
}

/*-- mega-menu(End) --*/

/*-- Banner(Start) --*/

.index-banner_sec {
  position: relative;
  height: calc(100vh - 36px);
}
.index-banner_sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text_content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}
.text_content h1,
.text_content h2,
.collection-hero__inner .collection-hero__title {
  color: #fff;
  font-family: var(--titleFont) !important;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 8px;
}
.text_content h2 {
  color: #fff;
  font-weight: normal;
  font-size: 29px;
  margin-bottom: 30px;
}
.text_content h4,
.kora_lab_banner .txt_wrap p {
  font-family: var(--textFont) !important;
  font-weight: normal;
  font-size: 29px;
}
.index-banner_sec .text_content .buttons .btn:first-child {
  margin-right: 10px;
}
.index-banner_sec .text_content .buttons .btn {
  width: 260px;
  padding: 23px 25px !important;
  font-size: 22px !important;
}

.page_common_banner {
  position: relative;
  margin-bottom: 50px;
}
.page_common_banner .img img {
  width: 100%;
}
.page_common_banner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/*-- Banner(End) --*/

/*-- main-css(Start) --*/

.sec-gapTop {
  padding-top: 50px;
}
.sec-gapBottom {
  padding-bottom: 50px;
}
.sec-gapTopSm {
  padding-top: 25px;
}
.template-collection .sec-gapTopSm {
  padding-top: 0px;
}
.sec-gapBottomSm {
  padding-bottom: 25px;
}
.sec-gapTopXs {
  padding-top: 15px;
}
.sec-gapBottomXs {
  padding-bottom: 15px;
}

.sideGap {
  padding-left: 25px;
  padding-right: 25px;
}

.forMobile {
  display: none;
}
.slideshow__media .mobile_image {
  display: none !important;
}

.blog_bottom a,
.customer.addresses a,
.base_layer-blockquote p a,
.base_layer_image_text .txt_wrap a,
.yushu-collectionSec .txt_wrap p a,
.base_layer-image-bg .text-with-image-bg__capture .text-with-image-bg__text p a,
.yushu_image_text_style2 .txt_wrap a,
.advantages__products a,
.accordion__content a,
.base-layer-image-text-style3-cls .page-text a,
.footer-block__newsletter p a,
.red-underline {
  border-bottom: 1px solid var(--pinkTextColor);
  color: var(--primariTextColor);
}
.blog_bottom a:hover,
.customer.addresses a:hover,
.base_layer-blockquote p a:hover,
.base_layer_image_text .txt_wrap a:hover,
.yushu-collectionSec .txt_wrap p a:hover,
.base_layer-image-bg
  .text-with-image-bg__capture
  .text-with-image-bg__text
  p
  a:hover,
.yushu_image_text_style2 .txt_wrap a:hover,
.advantages__products a:hover,
.accordion__content a:hover,
.base-layer-image-text-style3-cls .page-text a:hover,
.footer-block__newsletter p a:hover,
.red-underline:hover {
  border-bottom: 1px solid transparent;
}

.btnText-link {
  border-bottom: 1px solid var(--pinkTextColor) !important;
  color: var(--primariTextColor);
  padding: 0 !important;
  display: table !important;
}
.btnText-link:hover {
  border-bottom: 1px solid transparent !important;
}

.half-cont .img,
.blog_cont .img,
.index-product-slider2-sec {
  position: relative;
  overflow: hidden;
}
.half-cont .img img,
.blog_cont .img img,
.index-product-slider2-sec img.grid-view-item__image {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .half-cont:hover .img img,
.blog_cont:hover .img img,
.index-product-slider2-sec
  .product-card:hover
  .product-card__image-wrapper
  img.grid-view-item__image,
.index-hero20-sec:hover .index-hero20-bg {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
} */
.index_block_collection_sec .half-blocks20-content {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 30px;
}
.index_block_collection_sec .half-blocks20-content h2 {
  color: #fff;
  font-weight: normal;
}
.index_block_collection_sec .half-cont:hover .half-cont-buttonsRow {
  opacity: 1;
}
.index_block_collection_sec .half-cont-buttonsRow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 30px;
  opacity: 0;
  transition: all 0.35s;
}
.index-collection_full_banner {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}

.index-collection_full_banner .img_wrap.half-cont,
.index-collection_full_banner .img_wrap.half-cont .img {
  height: 100%;
}
.index-collection_full_banner .img_wrap.half-cont img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* .index-collection_full_banner img { width: 100%;} */
.index-collection_full_banner .contents {
  position: absolute;
  padding: 30px;
  top: 50%;
  left: 50%;
  width: 80%;
  padding: 30px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.index-product-slider-sec .product_slider {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.index-product-slider-sec .product_slider li .card {
  border: none;
  text-align: center;
}
.product-recommendations .card {
  border: none;
}
.index-product-slider-sec .card__information h3.card__heading.h5 {
  border: none;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-family: var(--textFont) !important;
  color: var(--primariTextColor);
}

.index-product-slider-sec .card-information .price {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.index-product-slider-sec .card-information .price span.price-item {
  color: #141414;
  font-weight: 700;
  letter-spacing: 0;
}
.product-recommendations .card-information .price {
  color: #141414;
  letter-spacing: 0;
}

.index-product-slider-sec .underline-links-hover:hover a {
  text-decoration: none;
  text-underline-offset: 0;
  color: var(--primariTextColor);
}

.index-hero-image20 .img {
  overflow: hidden;
  height: calc(100vh - 200px);
}
.index-hero-image20 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_bottom {
  padding: 20px 10px 10px;
}
.blog_bottom p {
  font-size: 21px;
}
.blog_cont {
  margin-bottom: 40px;
}

.index-reviews-sec {
  background: #e3e0d6;
  padding: 40px 20px;
}
.index-reviews-sec ul.review_slider {
  padding-left: 0;
  margin-bottom: 0;
}
.rev_wrap h4 {
  font-family: var(--textFont) !important;
  font-size: 30px;
  margin-bottom: 40px;
}
.rev_wrap h5 {
  font-family: var(--textFont) !important;
  font-size: 20px;
  margin-bottom: 40px;
}

.review_slider.owl-carousel .owl-nav button.owl-next,
.review_slider.owl-carousel .owl-nav button.owl-prev {
  color: var(--pinkTextColor);
  font-size: 40px;
  opacity: 0.75;
}
.review_slider.owl-carousel .owl-nav button.owl-next:hover,
.review_slider.owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--pinkTextColor);
  background: transparent;
  opacity: 1;
}
.review_slider .owl-nav button.owl-prev {
  bottom: 40px;
  position: absolute;
  left: 0px;
  top: inherit;
  transform: inherit;
  z-index: 99;
  width: auto;
  height: auto;
}
.review_slider .owl-nav button.owl-next {
  bottom: 40px;
  position: absolute;
  left: 50px;
  top: inherit;
  transform: inherit;
  z-index: 99;
  width: auto;
  height: auto;
}
.index-reviews-sec ul.review_slider li {
  list-style: none;
}
.full_banner_buttons_sec .img_wrap .img img {
  width: 100%;
}

.full_banner_buttons_sec .img_wrap {
  position: relative;
}
.full_banner_buttons_sec .content-banner-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 10%;
}
.full_banner_buttons_sec .content-banner-caption .btn:not(:last-child) {
  margin-right: 15px;
}
.content-banner-caption .page-text {
  margin-bottom: 40px;
}
.content-banner-caption .page-text p {
  color: #fff;
  line-height: 2;
}
.insta_feedSec .title a {
  font-size: 30px;
  color: var(--primariTextColor);
}

.index-product-slider-sec .product_slider .card__information a,
.product-recommendations .card__information .card__heading a {
  border: none;
  color: #4d4d4f;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
  text-transform: capitalize !important;
  font-weight: 700 !important;
  font-family: var(--textFont) !important;
}
.index-product-slider-sec .price .price-item--regular {
  color: #141414;
  font-family: var(--textFont) !important;
}
.index-product-slider-sec .product_slider .owl-prev {
  color: var(--pinkTextColor) !important;
  font-size: 40px !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}
.index-product-slider-sec .product_slider .owl-next {
  color: var(--pinkTextColor) !important;
  font-size: 40px !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.index-product-slider-sec .product_slider .owl-prev:hover,
.index-product-slider-sec .product_slider .owl-next:hover {
  background: transparent;
  color: var(--pinkTextColor);
}

.index-product-slider-sec .media img {
  width: auto !important;
  height: auto !important;
  max-width: initial !important;
  margin: 0 auto !important;
  position: relative !important;
}

.index-product-slider-sec .color-background-2 {
  background-color: #fff;
  height: 267px;
}

/*-- Footer(Start) --*/
.ftrBg {
  background: var(--greenLightBg);
}
footer.footer {
  border-top: none;
}
footer.footer.section-footer-padding {
  padding-top: 45px;
}
.footer__content-top {
  padding-bottom: 2rem;
}
.footer-block__heading {
  color: var(--primariTextColor) !important;
  font-size: 20px !important;
  font-weight: 500;
  font-family: var(--textFont) !important;
}
.footer__content-top .footer-block__heading {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer__content-top .footer-block:nth-child(1) {
  max-width: 22%;
}
.footer__content-top .footer-block:nth-child(2) {
  max-width: 16.666667%;
}
.footer__content-top .footer-block:nth-child(3) {
  max-width: 16.666667%;
}
.footer__content-top .footer-block:nth-child(4) {
  max-width: 16.666667%;
}
.footer__content-top .footer-block:nth-child(5) {
  max-width: 25%;
}

.footer__content-top .footer-block--menu ul {
  padding-left: 0;
  margin-bottom: 0px;
}
.footer__content-top .footer-block--menu ul li {
  padding-right: 0;
  margin-bottom: 4px;
}
.footer__content-top .footer-block--menu ul li a {
  font-size: 14px;
  color: var(--primariTextColor);
  border-bottom: none;
  letter-spacing: 0;
  padding: 0;
}
.footer__content-top .footer-block--menu ul li a:hover {
  border-bottom: 0;
  color: var(--pinkTextColor);
  text-decoration: none;
  text-underline-offset: 0;
}
.footer-block__details-content p,
.footer-block__newsletter p {
  font-size: 14px;
}
.footer-block--newsletter {
  display: block !important;
}
.footer-block__newsletter .field__input {
  width: calc(100% - 90px);
  margin-right: 5px;
}
.footer-block__newsletter .btn.newsletter-form__button {
  width: 90px;
  letter-spacing: 0 !important;
  font-size: 13px !important;
  padding: 4px 7px !important;
  height: 45px;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field:after {
  display: none;
}

.footer-block__newsletter
  .newsletter-form__field-wrapper
  .field__input:focus-visible {
  box-shadow: none;
}

.footer-block--newsletter .footer__list-social.list-social {
  justify-content: flex-start;
  margin-top: 20px;
}
.footer-block--newsletter
  .footer__list-social.list-social
  .list-social__item
  .icon {
  height: 2.5rem;
  width: 2.5rem;
  color: #fff;
}
.footer-block--newsletter .footer__list-social.list-social li:not(:last-child) {
  margin-right: 15px;
}
.footer-block--newsletter
  .footer__list-social.list-social
  li
  a.list-social__link {
  padding: 0;
}
.footer-block--newsletter
  .footer__list-social.list-social
  li
  a.list-social__link:hover
  .icon {
  color: #989898;
}
.footer .footer__content-bottom {
  border-top: none;
  padding-top: 0rem;
}
.footer__content-bottom .footer__localization:empty + .footer__column--info {
  align-items: flex-start;
}
.footer__copyright.caption p {
  color: var(--primariTextColor);
  font-size: 14px;
  margin-bottom: 0;
}
.footer__copyright.caption p a {
  color: var(--primariTextColor);
}
.footer__copyright.caption p a:hover {
  color: var(--pinkTextColor);
}
.footer__content-bottom .footer__copyright {
  margin-top: 0rem;
}

/*-- Mega-menu(css) --*/
.mega-menu__list > li:nth-child(3) > ul.list-unstyled,
.mega-menu__list > .mega-inner-top-picks > ul.list-unstyled{
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.header--top-center .mega-menu__list > li {
  width: 25% !important;
}
.mega-menu__list > li:nth-child(3),
.mega-menu__list > .mega-inner-top-picks {
  width: 50% !important;
}

.mega-menu__list > li:nth-child(3) > ul,
.mega-menu__list > .mega-inner-top-picks > ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.mega-menu__list > li:nth-child(3) > ul.list-unstyled li,
.mega-menu__list > .mega-inner-top-picks > ul.list-unstyled li {
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-right:20px;
  max-width: 25%;
}

/* .mega-menu__list > li:nth-child(3) > ul.list-unstyled > li {
    width: 33.33% !important;
    max-width: 33.33%;
    flex: 0 0 33.33%;
} */

.only_img_1 .img img {
  max-width: 160px;
}

.mega-menu__list > li:nth-child(3) > ul.list-unstyled > li .img_wrap p,
.mega-menu__list > .mega-inner-top-picks > ul.list-unstyled > li .img_wrap p {
  margin-bottom: 0;
  text-align: center;
}
.mega-menu__list .img_wrap .img {
  height: 100%;
  text-align: center;
}
.mega-menu__list > li:nth-child(3) > ul.list-unstyled li,
.mega-menu__list > .mega-inner-top-picks > ul.list-unstyled li {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
.mega-menu__list .img_wrap .img img {
   max-height: 325px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
/*-- collections-page(Start) --*/

.collection-hero__image-container {
  height: 400px;
  width: 100%;
  margin-left: 0 !important;
  min-height: auto;
  position: relative;
}
.collection-hero__image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.collection-hero__image-container:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: ""; /*background:rgba(255,255,255,0.1);*/
  /* background: rgba(106, 88, 88, 0.4); */
  background: #0e0e0e66;
}
.collection-hero {
  padding: 0 !important;
}
.collection-hero--with-image .collection-hero__text-wrapper {
  position: absolute;
  /* top: 15%; */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.collection-hero__inner {
        width: 100%;
    }
.collection-hero__text-wrapper {
    padding: 0 2rem;
    max-width: 125rem;
    margin: 0 auto;
}
.collection-hero__text-wrapper h1.collection-hero__title {
  color: #fff;
 font-family: var(--textFont) !important;
}
.facets-container h2.facets__heading {
  font-family: var(--textFont) !important;
  font-size: 28px;
  font-weight: 600;
}
.facets__disclosure-vertical span {
  color: #212a2f;
  font-weight: 500;
  font-size: 15px;
}
.facets__summary:hover span {
  text-decoration: none !important;
}
.facets-vertical .facets__summary {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.facets__disclosure-vertical {
  border-top: none !important;
}
.card__information .card__heading a {
  color: #4d4d4f;
  font-weight: 700;
  font-size: 17px;
  font-family: var(--textFont) !important;
  letter-spacing: 0;
}
.collection .card {
  border: none;
}
.collection .underline-links-hover:hover a {
  text-decoration: none;
}
/* .collection .card-wrapper { margin: 0 10px;} */
.collection ul.grid.product-grid > li {
  padding: 0 10px;
}
.collection .card__information .price {
    margin-top: 10px;
} 
.facets__disclosure-vertical .facets__summary {
  border-top: 1px solid #e7e7e7;
}
.new_sticker {
  width: 60px !important;
  height: 60px !important;
  right: 10px;
  left: inherit !important;
  top: 10px !important;
  z-index: 99;
}

/*-- pagination(start) --*/

.pagination ul.pagination__list {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pagination ul.pagination__list li {
  /* padding: 0 2px; */
  margin: 0 10px;
  width: auto;
  height: auto;
  /* max-width: inherit; */
  text-align: center;
  flex: 1 0 2rem;
  max-width: 2rem;
}
.pagination ul.pagination__list li a.pagination__item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #f5828c;
  height: 30px;
}

.pagination ul.pagination__list li a:hover {
  /*background: var(--btnHoverBg); color:#fff;*/
  color: #000 !important;
  border-bottom: 1px solid transparent;
}
.pagination__item--current:after,
.pagination__item:hover:after {
  display: none !important;
}

/*-- pagination(End) --*/

.activewear-imagetext .inner_content .img img {
  width: 100%;
  height: auto;
}

.text_content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}
.activewear_texts p,
.activewearContent p,
.innovation_texts p,
.our-history-imagewithtext p {
  font-size: 18px;
}
.activewearContent {
  padding-top: 30px;
}
.autoplay_video_sec .video_sec {
  position: relative;
  line-height: 0;
  height: 900px;
}
.autoplay_video_sec .video_sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text_with_solid_bg {
  padding: 9% 0;
  margin-bottom: 50px;
}
.img_solid_bg {
  margin-bottom: 50px;
}
.text_with_solid_bg p,
.our-history-feature p {
  font-size: 23px;
  font-weight: 300;
}

/*-- 3-image_galary(Start) --*/

.image_galary_sec img {
  width: 100%;
  height: 100%;
}
.image_galary_sec .img1 {
  margin-right: 15px;
  height: 100%;
}
.img_container {
  height: 100%;
}

.image_galary_sec .img_container .img3 {
  height: 60.66%;
}
.image_galary_sec .img2 {
  margin-bottom: 15px;
  height: 38%;
}
.image_galary_sec .img_container .img2 img {
  height: 100%;
}
.custom_buttons_sec .btn_container .btn {
  margin: 0 10px;
}
/*-- 3-image_galary(End) --*/

.collection-guide-tab-sec ul.nav.nav-tabs {
  justify-content: center;
  border-bottom: none;
}
.collection-guide-tab-sec ul.nav.nav-tabs li a.nav-link {
  font-weight: 700;
  color: #495057;
  border: none;
  transition: none;
}

.collection-guide-tab-sec ul li a.nav-link.active {
  border: none;
  border-bottom: 2px solid #000 !important;
  color: #495057;
}
.collection-guide-tab-sec .tab-content {
  /*padding: 50px 0;*/
  padding: 20px 30px;
}
.collection-pro-wraper-box h3 {
  font-size: 40px;
  margin-bottom: 10px;
}
.collection-pro-wraper-box h4 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  font-family: var(--textFont) !important;
}
.tab-content p a,
.common_page a,
.ambassador_text_overlay .inner_text p a,
.ambassador_text .rght_content p a,
.promotion_banner_sec .right_content a,
.promotion_text_sec a,
.blog-articles__article .txt_wrap a,
.customer.login a,
.template-article .article_full_img .samll_caption a,
.template-article .article_only_text .inn_txt a,
.jdgm-prev-badge .jdgm-prev-badge__text,
.jdgm-qa-badge .jdgm-qa-badge__text,
.cart__login-paragraph a.link,
.linker-cs a,
.sizer_contact_info a {
  text-decoration: none;
  border-bottom: 1px solid #f5828c;
  color: #3b3b3b;
  transition: all 0.3s ease 0s !important;
}
.tab-content p a:hover,
.common_page a:hover,
.ambassador_text_overlay .inner_text p a:hover,
.ambassador_text .rght_content p a:hover,
.promotion_banner_sec .right_content a:hover,
.promotion_banner_sec .right_content a:hover,
.promotion_text_sec a:hover,
.blog-articles__article .card__information:hover .txt_wrap a,
.customer.login a:hover,
.template-article .article_full_img .samll_caption a:hover,
.template-article .article_only_text .inn_txt a:hover,
.jdgm-prev-badge .jdgm-prev-badge__text:hover,
.jdgm-qa-badge .jdgm-qa-badge__text:hover,
.cart__login-paragraph a.link:hover,
.linker-cs a:hover,
.sizer_contact_info a:hover {
  border-bottom: 1px solid transparent;
  color: #3b3b3b;
}
.announcement-bar .announcement-bar__link {
  display: table;
  width: auto;
  margin: 0 auto;
}
.announcement-bar .announcement-bar__link:hover {
  background-color: transparent;
}
.collection-hero__description a {
  text-decoration: none;
  border-bottom: 1px solid #f5828c;
  color: #fff !important;
  transition: all 0.3s ease 0s !important;
}
.collection-hero__description a:hover {
  border-bottom: 1px solid transparent;
  color: #fff;
}
.collection-semiler-wraper h2 {
  font-size: 25px;
  text-align: center;
  font-family: var(--titleFont) !important;
}
.base_layer_page_product_slider_section .product_title,
.promotion_collection_sec .product_title {
  font-size: 14px;
  text-align: center;
  color: #3b3b3b;
}
.collection_slider.base_layer_page_product_slider_section ul.fabric_slider {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.collection-guide-tab-sec .collection_slider .owl-prev {
  font-size: 40px;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #4d4d4d;
}
.collection-guide-tab-sec .collection_slider .owl-next {
  font-size: 40px;
  padding: 0 !important;
  margin: 0;
  line-height: 0;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #4d4d4d;
}
.base_layer_page_product_slider_section .product_image {
  width: 120px;
  height: 150px;
  margin: 0 auto 5px;
}
.base_layer_page_product_slider_section .product_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base_layer_page_product_slider_section {
  margin-top: 55px;
}
.collection-guide-tab-sec .collection_slider .owl-prev:hover,
.collection-guide-tab-sec .collection_slider .owl-next:hover {
  background-color: transparent;
}
.page_common_banner {
  height: 530px;
  overflow: hidden;
}
.page_common_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_common_banner .clection-guide-text,
.page_common_banner .clection-guide-text .img {
  height: 100%;
}
.yak_wool_image_text {
  padding: 80px 0 210px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.yak_wool_image_text:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(
    to left,
    #fff,
    rgba(255, 255, 255, 0.99),
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0.85)
  );
}
.yak_wool_image_text.image_right:before {
  background-image: linear-gradient(
    to right,
    #fff,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.88),
    rgba(255, 255, 255, 0.99)
  );
}
.yak-wool-101-template .page_common_banner,
.page_ambassador .page_common_banner {
  margin-bottom: 0;
}
.page_ambassador footer.footer {
  margin-top: 0;
}

.yak_wool_image_text.image_left .overlay_content .col-lg-6:nth-child(2),
.yak_wool_image_text.image_right .overlay_content .col-lg-6:nth-child(1) {
  position: static;
}
.yak_wool_image_text .row {
  position: relative;
}
.yak_wool_image_text .overlay_content .inner_content {
  background: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 3%;
  position: absolute;
  right: 0;
  top: 125px;
  width: 55%;
  z-index: 1;
}
.yak_wool_image_text.image_right .overlay_content .inner_content {
  left: 0;
  right: inherit;
  top: 50px;
  width: 55%;
  z-index: 1;
}
.yak_wool_image_text.image_right {
  padding: 80px 0 300px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
.yak_wool_full_img {
  position: relative;
  height: 523px;
  overflow: hidden;
}
.yak_wool_image_text .inner_content h2,
.yak_wool_text_sec h2 {
  color: #4d4d4f;
  font-size: 40px;
}
.yak_wool_full_img .overlay_content {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}
.yak_wool_full_img .content p {
  font-size: 18px;
}
.yak_collection_section .collection__title h2 {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.stylishTitle {
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
}
.stylishTitle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 78px;
  height: 2px;
  background-image: url(line-dot.jpg);
  background-size: contain;
}

.yak_collection_section ul.contains-card li .card__inner {
  height: 350px;
  overflow: hidden;
}
.yak_collection_section .card__information .card__heading a {
  color: #4d4d4f;
  text-align: center;
}
.yak_wool_text_sec {
  padding: 80px 0;
}
.yak_collection_section .card-information span.price-item.price-item--regular {
  color: #141414;
  font-weight: 700;
}
.yak_collection_section .card__information .price,
.yak_collection_section .card-information {
  text-align: center;
}
.yak_wool_full_img .img {
  position: relative;
}
.yak_wool_full_img .img:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.05)
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-- common-page(Start) --*/

.common_page h1.main-page-title.page-title.h0 {
  text-align: center;
  font-weight: 400;
  color: #4d4d4f;
  letter-spacing: 1px;
}
.common_page h2 {
  font-size: 22px;
  color: #4d4d4f;
  font-family: var(--textFont) !important;
}
.common_page h3 {
  font-size: 21px;
}
.common_page h4 {
  font-size: 20px;
}
.common_page h5 {
  font-size: 19px;
}
.common_page h6 {
  font-size: 17px;
}

/*-- common-page(End) --*/

/*-- size-page(Start) --*/

.size-guide {
  padding: 50px 30px;
}
.size-guide ul.tabs__caption {
  margin-bottom: 52px;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.size-guide ul.tabs__caption li {
  margin: 0 15px;
  position: relative;
  font-size: 14px;
  padding: 11px;
  width: 170px;
  margin: 0 10px;
  text-transform: uppercase;
}
.size-guide ul.tabs__caption li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2f2f2f80;
}
.size-guide ul.tabs__caption li.active {
  font-weight: 700;
  color: #2f2f2f;
}

.size-guide ul.tabs__caption li.active:after {
  background-color: #583d40;
  height: 4px;
}
.size-guide .size_guide_text .lower_text {
  margin-top: 15px;
}
.size-guide__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  align-items: flex-end;
  flex-flow: row wrap;
}

.size-guide .size-guide__table table tr:nth-child(odd) {
  background: #f5f5f5;
}
.size-guide .size-guide__table table tr:nth-child(2n) {
  background: #e5e5e5;
}
.size-guide .size-guide__table table tr:first-child {
  background: #cfcfcf !important;
}

.size-guide .size-guide__table table td {
  border: 1px solid #fff;
  padding: 15px 10px;
  text-align: center;
  /*  font-size: 14px; */
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
}

.size-guide .size-guide__table {
  margin-bottom: 70px;
}
.common_page table {
  box-shadow: none;
  font-size: 16px;
}
.common_page table:not([class]) td,
.common_page table:not([class]) th {
  border: none;
}
.common_page table img {
  border: none;
}
.common_page table tr p {
  margin-bottom: 0;
}
.menu-drawer__inner-submenu button.menu-drawer__close-button {
  font-size: 1.8rem;
  font-weight: 600;
}

.ambassador_text {
  background: #f0f0f0;
  padding: 40px 0;
}
.common_page .page-title {
  font-size: 30px;
}

.ambassador_img_text {
  margin-bottom: 50px;
}
.ambassador_img_text .lft_content {
  padding-right: 95px;
  padding-top: 40px;
}
.ambassador_img_text .rght_content,
.ambassador_img_text .rght_content .img {
  height: 100%;
}
.ambassador_img_text .rght_content .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ambassador_img_text .lft_content p {
  color: #000;
}

.ambassador_text_overlay .img_wrap {
  position: relative;
}
.ambassador_text_overlay .img_wrap .img {
  height: 441px;
  overflow: hidden;
}
.ambassador_text_overlay .img_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ambassador_text_overlay .overlay_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  margin: 0 auto;
}
.ambassador_text_overlay .inner_text p a,
.ambassador_text_overlay .inner_text p a:hover {
  color: #fff;
}
.ambassador_text .lft_content h2 {
  font-size: 30px;
  line-height: 1.6;
}
.size-guide .tabs__content .img {
  width: 147px;
}

/*-- size-guide-table-show-hide-(Start) --*/

.size-guide table {
  display: none;
}
.size-guide table:nth-child(1) {
  display: table;
  width: 100%;
}
.size-guide .inches table:nth-child(2) {
  display: table;
  width: 100%;
}
.size-guide .inches table:nth-child(1) {
  display: none;
}
.size-guide .tabs__content {
  display: none;
}
.size-guide .tabs__content.active {
  display: block;
}
.size-guide .tabs__content.active .size-guide__table--women table:nth-child(3) {
  display: table;
}
.size-guide .size-guide__table--women table:nth-child(1) {
  display: none;
  width: 100%;
}

.size-guide
  .tabs__content.women-content.inches
  .size-guide__table--women
  table:nth-child(2),
.size-guide
  .tabs__content.women-content.inches
  .size-guide__table--women
  table:nth-child(3) {
  display: none;
}
.size-guide
  .tabs__content.women-content.inches
  .size-guide__table--women
  table:nth-child(4) {
  display: table;
}

.active.men-content.inches p.text-cm.page-text {
  display: none;
}
.active.men-content.inches p.text-inches.page-text {
  display: block;
}
.women-content.active.inches p.text-inches {
  display: block;
}

.active.women-content.inches p.text-cm.page-text {
  display: none;
}

/*-- size-guide-table-show-hide-(End) --*/

/*-- size-page(End) --*/

.content-banner.home_content-banner .content-banner-caption p {
  font-size: 14px;
}
.insta_feedSec h2 {
  margin-bottom: 5px;
}
.promotion_banner_sec {
  background: #e3e0d6;
}
.promotion_banner_sec .right_content h1 {
  font-weight: 600;
  font-family: var(--textFont) !important;
}
.promotion_collection_sec .collection-semiler-wraper h2 {
  font-size: 33px;
}
.promotion_collection_sec ul.promotion_fabric_slider {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/*-- Blog-page(Start) --*/

.blog-articles .card__inner.color-background-2 {
  height: 400px;
}

.blog-articles .article-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-articles .card {
  border: none;
}
.blog-articles {
  column-gap: 30px !important;
}
.blog-articles {
  column-gap: 30px !important;
}
.blog-articles__article .title_wrap {
  display: flex;
  align-items: center;
}

.blog-articles__article .title_wrap .icon {
  width: 52px;
  height: 52px;
}
.blog-articles__article .title_wrap .card__heading {
  width: calc(100% - 55px);
  padding-left: 10px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.blog-articles__article .title_wrap .card__heading a {
  color: #4d4d4f;
  font-family: var(--titleFont) !important;
  font-size: 20px;
  font-weight: 400;
}
.underline-links-hover:hover a {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}
.blog-articles__article p.article-card__excerpt.rte-width {
  margin: 0 0 20px 0;
  max-width: 100%;
}
.blog-articles__article .txt_wrap {
  padding-left: 60px;
}
.main-blog .blog-articles__article.article {
  margin-bottom: 10px;
}
/* .main-blog
  .card-wrapper:hover
  .media.media--hover-effect
  > img:first-child:only-child {
  transform: scale(1);
} */
h2.title.h0 {
  color: var(--primariTextColor);
}

.yak_wool_full_img .img_wrap .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.yak_wool_full_img .img_wrap,
.yak_wool_full_img .img_wrap .img {
  height: 100%;
}
.yak_wool_full_img .img_wrap,
.yak_wool_full_img .img_wrap {
  position: relative;
}
.yak_wool_full_img .img_wrap,
.yak_wool_full_img .img_wrap:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.05)
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.yak_wool_full_img .img_wrap:before {
  z-index: 1;
}
.yak_wool_full_img .img_wrap .overlay_content {
  z-index: 9;
}

.customer .order-historyBox thead th,
.customer .order-historyBox tbody td,
.ordersL table.order-details thead th,
.ordersL table.order-details tbody td {
  padding: 10px 14px !important;
  border: 1px solid #ebebeb;
  font-size: 16px !important;
  font-family: Neue Plak Text !important;
  line-height: 1.4;
}

.accountTop h1 {
  text-align: center;
}
.accountBox {
  flex-flow: row wrap;
}
.order-historyBox {
  width: 100%;
  order: 2;
  margin-bottom: 50px;
}
.account-detailsBox {
  width: 100%;
  order: 1;
  text-align: center;
  padding: 30px 20px;
}
.account-detailsBox a.btn {
  color: #fff;
}
.account-detailsBox a.btn:hover {
  color: #212529;
}
.account-detailsBox h2 {
  margin-bottom: 40px;
}

.order-historyBox h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--textFont) !important;
  margin-bottom: 20px !important;
}
.account-detailsBox h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: var(--textFont) !important;
  margin-bottom: 20px !important;
}
.accountTop a {
  margin: 0 auto;
  display: table !important;
}
.order-historyBox .order-history a.btn {
  color: #fff;
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after,
.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: none;
  border-offset: 0;
}
.customer.addresses a {
  font-size: 16px;
}
.customer.addresses .btn {
  margin: 25px 0 0;
  color: #fff;
}
.customer-addresslist {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}
.customer-addresslist li {
  width: 33.333333%;
}

.customer.addresses {
  max-width: 1140px !important;
}

.customer.addresses .field:after,
.customer-addresslist select {
  border: 1px solid #c4bfb8 !important;
  box-shadow: none !important;
}
.customer.addresses .field:after {
  box-shadow: none;
}
.address_edit_form {
  margin-top: 40px;
}
.customer .orderR strong {
  font-weight: 700;
  color: #4d4d4f;
}
.ordersL table.order-details tfoot tr:last-child {
  border-top: 1px solid #dadada;
}
.ordersL table.order-details tfoot tr:last-child td {
  font-weight: 700;
  font-size: 16px;
}
.ordersL table.order-details thead th {
  font-weight: 700;
}
.common_page .main-page-title.page-title.h0 {
  font-size: 45px;
}
.tabs__content .size-guide__head .button.btnSm {
  min-width: auto;
}
.size-guide .size-guide__table {
  overflow-x: auto;
  margin-bottom: 70px;
}

.search.search-modal__form .field:before,
.search.search-modal__form .field:after {
  display: none;
}
.search.search-modal__form .field {
  border: 1px solid #c4bfb8;
  box-shadow: none;
}
.search-modal.modal__content .field__input:focus {
  box-shadow: none;
}
.search-modal__form {
  max-width: 750px;
}
.template-search__search {
  max-width: 750px !important;
}
.template-search__search .field:after,
.template-search__search .field:before,
.template-search__search .field:hover.field:after {
  border-radius: 38px; /*height: 65px;*/
}

/* .template-search__search .field__input:-webkit-autofill { padding: 3.5rem 1.5rem 0.8rem 2rem !important;} */
.template-search__search .search__input.field__input,
.template-search__search button.search__button.field__button {
  height: 65px;
}
.field__input:focus {
  box-shadow: none;
}
.predictive-search {
  border: 1px solid #c4bfb8;
}
h3.predictive-search__item-heading.h5 {
  font-size: 16px;
  font-family: var(--textFont) !important;
  font-weight: 400;
}
h2.predictive-search__heading {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4f !important;
}
.predictive-search__results-list a.predictive-search__item:hover {
  background: #f2f2f2;
}
.template-search .card__badge {
  display: none;
}
.template-search .card__information,
.template-search .card-information .price {
  text-align: center;
}
/* .main_product_page .product__media-list .product__media-item:first-child {
  width: auto;
  max-width: auto;
} */
.main_product_page .global-media-settings {
  border: none;
}
.main_product_page span.price-item.price-item--regular {
  font-weight: 600;
  color: #4d4d4f;
  font-size: 23px;
}
.size_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
.size_guide {
  width: auto;
  display: table;
  cursor: pointer;
}
.size_wrap h3 {
  font-size: 16px;
  font-family: var(--textFont) !important;
  font-weight: 700;
  margin-bottom: 0;
}
.size_guide .icon {
  width: 60px;
}
.jdgm-revs-tab-btn.btn {
  display: none;
}
.highlights {
  background: #f6f6f6;
  padding: 12px 20px;
}
.highlights h3 {
  font-family: var(--textFont) !important;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}
.highlights ul {
  padding-left: 20px;
  /* list-style: none; */
  margin-bottom: 0;
}
.template-product .highlights ul li {
    border-top: 0;
}

.highlights ul li {
  /*margin-top: 6px;*/
  border-top: 1px solid #4d4d4f;
  padding: 10px 0;
}
.product__accordion h2.h4.accordion__title {
  font-size: 16px;
  font-family: var(--textFont) !important;
  font-weight: 700;
  color: #4d4d4f;
}

.main_product_page
  .color_input_fields.product-form__input
  input[type="radio"]
  + label {
  width: 30px;
  height: 30px;
  padding: 0 0;
  border: 2px solid transparent;
}

.main_product_page
  .others_input_fields.product-form__input
  input[type="radio"]
  + label {
  width: 60px;
  height: 60px; /*line-height: 50px;*/
  font-size: 18px;
  font-weight: 800;
  color: #4d4d4f;
  border: 4px solid #bcbcbc;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}
.main_product_page
  .others_input_fields.product-form__input
  input[type="radio"]:checked
  + label {
  background: transparent;
  color: #4d4d4f;
  border-color: #e6888e;
}
.main_product_page
  .color_input_fields.product-form__input
  input[type="radio"]:checked
  + label {
  border-color: #e6888e;
}
.icon_with_text ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}
.icon_with_text ul li {
  margin-bottom: 15px;
}
.icon_with_text ul li {
  text-align: center;
  /*   margin-right: 20px;
  max-width: 111px; */
  margin-right: 10px;
  max-width: inherit;
  width: 19%;
}
.icon_with_text ul li:last-child {
  margin-right: 0px;
}
.icon_with_text ul li p {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.icon_with_text ul li .img_wrap {
  margin-bottom: 12px;
  height: 55px;
}
.template-product .single-itemm button.slick-next.slick-arrow {
    display: none !important;
}
.icon_with_text ul li .txt_wrap {
  min-height: 32px;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 98%;
}

.custom_img_text_sec .image-with-text__content h2.image-with-text__heading.h1 {
  font-size: 36px;
  /* color: #4d4d4f; */
      line-height: 1;
    color: #000000;
}
.image-benifit img {
    width: 100%;
  height:100%;
}
.image-benifit  image-with-text__grid{
  min-height:630px;
}
.image-benifit  .image-with-text__media{
 padding-bottom:0 !important;
  height:100% !important;
}

.custom_img_text_sec .image-with-text__text p {
  font-size: 20px !important;
}
.custom_img_text_sec .metafield-rich_text_field strong {
  font-weight: 600;
}
.custom_img_text_sec .image-with-text__content {
  justify-content: center;
}
.insta_feedSec .jdgm-rev-widg {
  border: none;
  padding: 0;
}

.custom_img_text_sec:nth-child(even) .image-with-text__content {
  padding: 2rem 7rem 2rem 2rem;
}
.custom_img_text_sec:nth-child(odd) .image-with-text__content {
  padding: 2rem 0 2rem 7rem;
}
.custom_img_text_sec .image-with-text__content {
    justify-content: start;
    padding-top: 0 !important;
}
.insta_feedSec .shopify-app-block h2.jdgm-rev-widg__title,
.product-recommendations h2.product-recommendations__heading.h1 {
  text-align: center;
  margin-bottom: 40px;
  color: #4b4b4d;
}
.insta_feedSec .shopify-app-block .jdgm-widget-actions-wrapper a {
  border-color: #333;
  color: #3b3b3b;
  font-size: 18px;
}
.insta_feedSec .shopify-app-block .jdgm-rev__icon::after,
.insta_feedSec .shopify-app-block .jdgm-rev__buyer-badge {
  background-color: #3b3b3b;
}
.insta_feedSec .shopify-app-block {
  font-size: 19px;
}
.jdgm-paginate a {
  color: #353535;
}
.custom_product_page .insta_feedSec .page-width,
.custom_product_page .product-recommendations.container {
  max-width: 1450px;
}
.product-recommendations {
  border-top: 1px solid #ededed;
}
.base_layer_page_product_slider_section {
  margin-bottom: 50px;
  margin-top: 50px;
}
.banner_style2 .rtl {
  max-width: 630px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.56;
}
.base_layer_image_text .txt_wrap {
  max-width: 570px;
  margin: 0 auto;
  padding-right: 95px;
}
.base_layer_image_text .img_wrap img {
  width: 100%;
}
.base_layer_image_text .img_wrap h4 {
  /*text-align : center;*/
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--textFont) !important;
}
.base_layer_page_product_slider_section .stylishTitle h2 {
  font-family: var(--textFont) !important;
  font-size: 24px;
}
.base_layer_page_product_slider_section .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 40px;
  -webkit-text-stroke: 4px #fff;
}
.base_layer_page_product_slider_section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 40px;
  -webkit-text-stroke: 4px #fff;
}
.base_layer_page_product_slider_section
  .owl-carousel
  .owl-nav
  button.owl-prev:hover,
.base_layer_page_product_slider_section
  .owl-carousel
  .owl-nav
  button.owl-next:hover {
  background: transparent;
  color: #353535;
}

.base_layer-blockquote {
  height: 716px;
  position: relative;
  overflow: hidden;
}
.base_layer-blockquote .img {
  height: 100%;
}
.base_layer-blockquote .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.base_layer-blockquote .content-blockquote__capture {
  position: absolute;
  top: 50%;
  padding: 75px 0;
  max-width: 600px;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  left: 50%;
}
.base_layer-blockquote p {
  color: #fff !important;
  line-height: 1.8;
}
.base_layer-blockquote p a {
  color: #fff;
  text-decoration: none;
}
.base_layer-blockquote .content-blockquote__capture h2 {
  color: #fff !important;
  font-family: var(--textFont) !important;
  font-size: 16px;
  margin-bottom: 105px;
}
.content-image .content-image__col {
  width: 50%;
}
.content-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.content-image .content-image__image h4,
.yushu-collectionSec .img_wrap h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  font-family: var(--textFont) !important;
}
.content-image__capture p {
  line-height: 1.5;
}
/* .txt_wrap p { font-size: 13px; line-height: 1;} */
.content-blockquote__capture h2 {
  position: relative;
}
.content-blockquote__capture h2:before {
  position: absolute;
  top: 117px;
  left: 50%;
  transform: translateY(-50%);
  width: 104px;
  height: 90px;
  content: "";
  background: url(icon-quote.png) no-repeat top center;
}
.base_layer-image-bg {
  position: relative;
}
.base_layer-image-bg .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.base_layer-image-bg .text-with-image-bg__capture .page-subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 75px;
  color: #a1a5ab !important;
}
.base_layer-image-bg .text-with-image-bg__capture .text-with-image-bg__text p {
  font-size: 24px;
  line-height: 36px;
  color: #fff !important;
}
.base_layer-image-bg
  .text-with-image-bg__capture
  .text-with-image-bg__text
  p
  a {
  color: #fff;
}
.text-with-image-bg__buttons {
  margin: 65px 0 25px;
}
.index_block_collection_sec .half-cont {
  position: relative;
  z-index: 1;
}
.collection-pro-text .btn {
  text-transform: uppercase;
}
.common_page {
  padding: 32px 0 0;
}
.common_page .rte,
.contact form {
  width: 95%;
  margin: 0 auto;
}
.advantages__tile .img {
  width: 30px;
  height: 30px;
  margin-bottom: 30px;
}
.advantages__tile .img img {
  width: auto;
}

.common_collection_cards .img_wrap {
  height: 260px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.common_collection_cards .img_wrap .img {
  height: 100%;
  width: 100%;
}
.common_collection_cards .img_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgOverlay-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.imgOverlay-content h4 {
  font-size: 20px;
  font-family: var(--textFont) !important;
  color: #fff;
  margin-bottom: 0;
}
.single_bundle .top_text h4 {
  font-size: 20px;
  font-family: var(--textFont) !important;
  font-weight: 600;
}
.single_bundle {
  border-bottom: 1px solid #520936;
  height: 100%;
}
.bndlr-product-qn-container .bndlr-product-title {
  color: #363636 !important;
}
.bndlr-products-container span.bndlr-new-price {
  color: #a6192e !important;
  font-weight: 400 !important;
}
.bndlr-products-container .bndlr-total-price {
  margin: 30px 0 10px;
}
.bndlr-add-to-cart {
  width: 200px !important;
}
.common_bundler_page .section-header h1 {
  margin-bottom: 35px;
}
.innovationPic {
  width: 80%;
}
.innovationPic img {
  width: 100%;
}
.innovationContent p,
.christmas_contents p {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
.innovationContent a {
  color: #3b3b3b;
}
.innovationRow {
  padding-bottom: 50px;
}
.active-facets__button span.active-facets__button-inner {
  padding: 9px 12px !important;
  font-size: 14px !important;
  letter-spacing: 0;
  color: #fff;
}
.facets-vertical .active-facets__button {
  margin-bottom: 1rem !important;
}
.active-facets__button {
  margin-right: 0.5rem !important;
}
.facets-vertical .active-facets-vertical-filter {
  align-items: center;
}
.active-facets-vertical-filter .active-facets__button-wrapper {
  margin-bottom: 0 !important;
}

.common_collection_cards .top_title h3 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  text-align: center;
  color: hsla(0, 0%, 43%, 0.7);
  text-transform: uppercase;
  margin-bottom: 80px;
}
.common_bundler_page .rte img.bndlr-product-image {
  border: none !important;
}
.cart-notification__links .button {
  padding: 15px 20px !important;
  font-size: 18px !important;
}
.cart-notification__heading.caption-large {
  color: #4d4d4f !important;
  font-size: 16px;
  font-weight: 800;
}
.cart-notification__header {
  align-items: center !important;
}
.modal__close-button.link {
  height: 1rem;
}
.cart-notification__close {
  margin-top: 0rem !important;
}
table.cart-items th.caption-with-letter-spacing {
  background-color: #000;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  font-size: 15px;
}
.header__icon .icon {
  width: 20px !important;
  height: 20px !important;
  vertical-align: middle !important; /*fill: currentColor !important;*/
  /* fill: #4d4d4f !important; */
  fill: #000 !important;
}
.cart-item .cart-item__details cart-remove-button {
  margin: 0.5rem 0 0 0rem;
}
table.cart-items .cart-item__details a.button.button--tertiary {
  padding: 3px 0 !important;
  background: transparent !important;
  color: #343435 !important;
  border-bottom: 1px solid #343435;
  font-size: 14px !important;
  height: auto;
  min-height: inherit;
}
table.cart-items th,
table.cart-items td {
  font-family: var(--textFont) !important;
}
.template-cart .cart-items td {
        padding-top: 3rem;
    }
td.cart-item__details a.cart-item__name {
  font-size: 20px !important;
  color: #606060;
}
.star_rating ul {
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
  display: flex;
}
.star_rating ul li {
  margin-right: 5px;
  color: #f5828c;
}
.review_slider .txt {
  padding-right: 94px;
}
.review_slider .rev_wrap {
  display: flex;
  flex-flow: row wrap;
  min-height: 350px;
  width: 100%;
  align-items: center;
}
.card__badge .badge {
  background: #f5828c;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3em 0.4em 0 0.4em;
  height: 19px; /*display: flex; align-items: center; justify-content: center;*/
}
.totals h2.totals__subtotal {
  font-family: var(--textFont) !important;
  font-size: 16px !important;
}
.template-cart .totals__subtotal-value {
    font-size: 1.6rem;
}
.template-cart span.price.price--end {
    font-size: 1.2rem;
    color: #1D1C1D;
}
.template-cart  .quantity:after {
    box-shadow: 0 0 0 var(--inputs-border-width) #707070;
}
.js-contents .tax-note.caption-large {
  font-size: 15px;
}
table.cart-items td.cart-item__media .cart-item__image-container {
  border: none;
}

cart-items .title-wrapper-with-link h1.title.title--primary {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
cart-items .title-wrapper-with-link {
  justify-content: center;
}
.address_edit_form .checkbox_wrap,
.address_edit_form .btn_group {
  text-align: center !important;
}
.collection .card-wrapper {
  height: auto;
}
.newslet_logo {
  margin: 0 auto 20px;
  background: #f6f6f6;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter_form_sec .form_start .form-control {
  height: 38px;
  width: 100%;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}
.base_layer_image_text .img_wrap h4 {
  text-align: center;
}
.base_layer_image_text .txt_wrap p strong {
  color: #000;
}
article.yushu_advantages {
  background: rgba(0, 0, 0, 0.03);
}

.common_bundler_page .warning-msg {
  width: 50%;
  margin: 0 auto;
}
#exampleModalCenter {
  background: rgba(0, 0, 0, 0.8);
}

/*-- Listing-page-color-size-input-design(Start) --*/

.color_set,
.size_set,
.only_color_set {
  margin-bottom: 15px;
}
.color_set ul,
.size_set ul,
.only_color_set ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
.color_set ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #d3d4d5;
  position: relative;
  cursor: pointer;
}
.color_set ul li.active {
  border: 2px solid var(--pinkTextColor);
}
.color_set ul li img,
.only_color_set ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.color_set ul li:not(:last-child),
.size_set ul li:not(:last-child),
.only_color_set ul li:not(:last-child) {
  margin-right: 6px;
}

.only_color_set ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #d3d4d5;
  position: relative;
  overflow: hidden;
}
.size_set ul li {
  width: 30px;
  height: 30px;
  border-radius: 100%; /*border: 1px solid #d3d4d5;*/
  position: relative;
  overflow: hidden;
}
.size_set ul li input[type="radio"],
.only_color_set ul li input[type="radio"] {
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.size_set ul li input ~ label:before {
  border: 2px solid #bcbcbc;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
}

/* .size_set ul li input:checked~label:before */
.size_set ul li input:checked ~ label:before {
  /*background: var(--btnHoverBg);*/
  border-color: var(--pinkTextColor);
  /*border-radius: 100%; position: absolute; top:0; left:0; width: 28px; height: 28px; content: "";*/ /*z-index: -1;*/
}
/* .size_set ul li input:checked~label{color: #fff;} */
.size_set ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  /*top: 50%;
    left: 50%;
   transform: translate(-50%, -50%);*/
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  line-height: 27px;
  font-size: 11px;
  font-weight: 700;
}
.color_set > label,
.size_set > label,
.only_color_set > label,
.only_denomination_set > label {
  font-weight: 700;
  letter-spacing: 0;
}

.facets-container .color_filters ul.list-unstyled {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding-left: 0;
}
.facets-container .color_filters ul.list-unstyled li {
  margin: 0 5px 5px 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.facets-container .color_filters ul.list-unstyled li span img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* .facets-container .color_filters .facet-checkbox input[type=checkbox] {
    z-index: 0;
    border: 2px solid #ff808d;
} */
.facets-container .color_filters .facet-checkbox input:checked ~ span img {
  border: 2px solid #ff808d; /*width: 39px; height: 39px;*/ /*width: 40px; height: 40px;*/ /*width: 38px; height: 38px;*/
  width: 30px;
  height: 30px;
  position: absolute; /*top: 0;*/
  top: 0px; /*left: 0;*/
  left: 0px;
  border-radius: 100%;
}
.facets-container .color_filters ul.list-unstyled li svg {
  opacity: 0;
}
.facets-container .color_filters ul.list-unstyled li label {
  /*width: 35px; height: 35px;*/
  width: 30px;
  height: 30px;
  padding: 0;
  margin-bottom: 0;
}
.collection ul li .add_to_cart_wrap {
  margin-bottom: 30px;
}
.only_color_set ul li input:checked ~ label img {
  border: 2px solid #ff808d;
  border-radius: 100%;
}
.size_set ul li.unavailable:after {
  /*     background-image: url(download.png); */
  background: #bcbcbc;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  /*height: 38px;
    width: 38px;*/
  height: 30px;
  width: 30px;
  left: 0;
  z-index: -1;
}
/* .size_set ul li.unavailable{opacity: 0.7;} */
.size_set ul li.unavailable input[type="radio"] {
  cursor: auto;
}
/*.size_set ul li.unavailable input:checked~label:before { background-color: transparent; color: #000;}
.size_set ul li.unavailable input:checked~label { color: #000;}
.collection ul.product-grid > li .options_wrap { height: 157px; margin-bottom: 15px;} */

.only_denomination_set select {
  width: 100%;
  height: 38px;
  border: 1px solid #d3d4d5;
  border-radius: 0px;
  margin-bottom: 17px;
  padding: 2px 8px;
}

#exampleModalCenter .close span {
  font-size: 44px;
  opacity: 1 !important;
  color: #2f2f2f !important;
  -webkit-text-stroke: 1px #fff;
}
#exampleModalCenter .close {
  opacity: 1;
}
#exampleModalCenter .modal-header {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
/*-- Listing-page-color-size-input-design(End) --*/

.shopify-challenge__button.btn {
  margin-top: 30px;
  letter-spacing: 1px;
  color: #fff !important;
  text-transform: none;
  font-weight: 400;
  border: none;
  background: var(--btnBg) !important;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0px;
  font-family: var(--textFont) !important;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  padding: 14px 25px !important;
  font-size: 18px !important;
  border: none;
}
.customer.login .form-control,
.customer_register_form .form-control,
.reset-password .form-control {
  padding: 10px 18px;
  width: 100%;
  border: 1px solid #c4bfb8;
  height: 43px;
  border-radius: 2px;
  color: #4d4d4f;
  font-size: 15px;
  font-weight: 400;
}
.customer.login label,
.customer_register_form label,
.reset-password label {
  text-align: left !important;
  width: 100%;
}

.login a[href="#recover"] {
  margin: 15px auto 20px !important;
}
.login a {
  font-size: 16px;
}
.customer.login button.btn,
.customer_register_form button.btn {
  text-transform: uppercase;
}
.register.customer_register_form,
.customer.reset-password {
  width: 600px;
  max-width: 100% !important;
  margin: 60px auto; /*padding: 50px !important; box-shadow: 0px 0px 14px 1px #dddd !important;*/
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}
.header__icons .header__icon {
  position: relative;
}
.predictive-search__loading-state {
  display: none !important;
}
ul.social-sharing {
  display: flex;
  padding-left: 0;
  list-style: none;
}
ul.social-sharing li {
  width: 16px;
  height: 16px;
  margin: 0px 15px;
}
ul.social-sharing li a.btn--share svg.icon-facebook path {
  fill: #3b5998;
}
ul.social-sharing li a.btn--share svg.icon-twitter path {
  fill: #00aced;
}
ul.social-sharing li a.btn--share svg.icon-pinterest path {
  fill: #cb2027;
}
ul.social-sharing li a:hover {
  color: var(--pinkTextColor);
}
.btn--has-icon-before {
  display: table;
  justify-content: center;
  margin: 30px auto 0;
}
.btn--has-icon-before svg {
  width: 20px;
  margin-right: 10px;
  fill: #fff;
}
.btn--has-icon-before svg path {
  fill: #fff;
}
.collection .product-form__buttons .product-form__submit {
  text-transform: uppercase;
}
.template-article .article_head_sec {
  border-top: 2px solid #f1f1f1;
  padding: 60px 0 30px;
}
.template-article .article_head_sec h1 {
  font-family: var(--textFont) !important;
  font-weight: 700;
}
.article_only_text .inn_txt h4 {
  font-family: var(--textFont) !important;
  font-weight: 600;
}
.article_full_img .img {
  margin-bottom: 15px;
}
.quote_txt {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin: 0px 0;
}
.article_quote .quote .quote_txt:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 17px;
  background: url(quote-iconL.png) no-repeat left top;
}
.article_quote .quote .quote_txt:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 19px;
  height: 17px;
  background: url(quote-iconR.png) no-repeat left top;
}
.article_quote .quote .quote_txt h4 {
  margin-top: 15px;
  font-family: "Neue Plak Text" !important;
  margin-bottom: 15px;
  font-weight: 300 !important;
  font-style: italic;
}
.article_only_text {
  padding: 35px 0;
}
.show_bg {
  background: #fafafa;
  padding: 35px 0;
}
body.template-article .article_only_text .inn_txt p {
  font-size: 18px;
}
.collection-guide-tab-sec .collection-pro-wraper .collection-pro-text .btn {
  margin-top: 15px;
}
.price.price--on-sale .price-item--regular {
  color: #4d4d4f;
  font-size: 16px;
  letter-spacing: 0;
}
.price .price-item--last {
  color: var(--pinkTextColor);
  font-size: 16px;
  letter-spacing: 0;
}
.active-facets-vertical-filter .active-facets__button-remove span,
.active-facets__button-wrapper .active-facets__button-remove span {
  text-transform: uppercase;
  letter-spacing: 0;
}
.product-count h2.product-count__text {
  font-family: var(--textFont) !important;
}

/*-- Filter-input-Mob(Start) --*/
.mobDrawer_color_swatch ul.mobile-facets__list {
  display: flex;
  flex-flow: row wrap;
}
.mobDrawer_color_swatch ul.mobile-facets__list li {
  margin-bottom: 0.5rem;
  width: 30px;
  margin-right: 0.5rem;
}
.mobDrawer_color_swatch ul.mobile-facets__list li label.mobile-facets__label {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 100px;
  padding: 0.2rem 0rem 0.2rem 0.5rem;
  margin-left: 20px;
  margin-bottom: 0;
}

.mobDrawer_color_swatch input.mobile-facets__checkbox {
  border: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /*     opacity: 0;
    visibility: hidden; */
  /*       border: 2px solid #ef8585; */
  border-radius: 100px;
}
.mobDrawer_color_swatch input.mobile-facets__checkbox:checked {
  border: 2px solid #ef8585;
}
.mobDrawer_color_swatch .mobile-facets__label > svg {
  opacity: 0;
  width: 30px;
  height: 30px;
}
.mobDrawer_color_swatch .mobile-facets__label .icon-checkmark {
  top: 0px;
  left: 0px;
}
.mobDrawer_color_swatch
  ul.mobile-facets__list
  li
  label.mobile-facets__label
  span
  img {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
}
/*-- Filter-input-Mob(End) --*/

.menu-drawer__menu.has-submenu
  .menu-drawer__inner-submenu
  summary.menu-drawer__menu-item
  .icon.icon-caret {
  display: block;
}
.menu-drawer__inner-submenu
  ul.menu-drawer__menu.list-menu
  .menu-drawer__menu.list-menu
  li
  a {
  font-size: 16px;
  padding-left: 55px;
  background: #f3f3f3;
  margin: 0;
  color: var(--primariTextColor);
}
/* .currency_changer form#currency_form, .currency_changer,*/
.header__icons .currency_changer select {
  background: transparent !important;
}
.size_guide .icon {
  width: 34px;
  margin-left: 7px;
}
.main_product_page .jdgm-preview-badge span.jdgm-prev-badge__stars {
  margin-right: 8px;
}

.accordion summary {
  border-bottom: 1px solid #e1e1e1;
}

/* .product__accordion .accordion__content { margin-top: 1.5rem;} */
.product__accordion .accordion summary {
  border-bottom: 1px solid #e1e1e1;
}
.product__accordion.accordion {
  border-top: none;
  border-bottom: none;
}
.product__accordion .accordion__content {
  padding: 0 1rem;
  margin-bottom: 0;
}
.main_product_page .product__accordion .accordion__content {
  padding: 1rem 1rem;
}
.product__info-container .product-form__input {
  display: flex;
  flex-flow: row wrap;
}
.currency_changer select {
  /* color: #4d4d4f !important; */
  color: #000 !important; 
}

.main_product_page .price .badge {
  padding: 0.25em 0.4em;
  background: #f5828c;
  border: none;
  text-transform: uppercase;
}
.main_product_page .product__info-container .jdgm-widget .jdgm-prev-badge {
  display: flex !important;
  flex-flow: row wrap;
  align-items: flex-end;
}
.cart__footer .cart__ctas .cart__checkout-button {
  /* text-transform: uppercase; */
  padding: 14px 25px !important;
}
.main_product_page .product-form__input input:disabled + label:after {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  background: #bcbcbc;
  width: 55px;
  height: 55px;
  z-index: -1;
  border-radius: 100%;
}
.main_product_page .product-form__input input:disabled + label {
  z-index: 1;
}
.main_product_page .product-form__input input[type="radio"]:disabled + label {
  cursor: default !important;
}
.main_product_page .product-form__input input[type="radio"]:disabled + label {
  text-decoration: none;
}
.main_product_page .price .badge.price__badge-sold-out {
  display: none;
}
.product-form .product-form__buttons .button--full-width {
  width: 100% !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_product_page .product-form__input.product-form__input--dropdown {
  display: block;
}
.main_product_page
  .product-form__input.product-form__input--dropdown
  label.form__label {
  font-size: 16px;
}
.main_product_page
  .product-form__input.product-form__input--dropdown
  .select
  select.select__select {
  font-size: 16px;
}
.main_product_page
  .product-form__input.product-form__input--dropdown
  .select:hover,
.main_product_page
  .product-form__input.product-form__input--dropdown
  .select__select:focus {
  box-shadow: none;
  border: none;
}
.collection-hero .collection-hero__description p {
  font-size: 20px;
}

.kora_lab_richtext p, /*.kora_lab_banner .txt_wrap p,*/ .kora_lab_richtext ul li.icon_wrap .text p, .kora_lab_fabrics p {
  font-size: 20px;
}
.kora_lab_banner {
  position: relative;
}
.kora_lab_banner .txt_wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 360px;
  height: 360px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  background: var(--btnHoverBg);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.kora_lab_richtext ul {
  list-style: none;
  /*display: flex;
    flex-flow: row wrap;*/
  padding-left: 0;
  margin-bottom: 0;
}
.kora_lab_richtext ul li {
  margin-bottom: 50px;
  width: 100%;
}
.kora_lab_richtext ul li .icon_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.kora_lab_richtext ul li .icon_wrap .icon {
  width: 170px;
}
.kora_lab_richtext ul li .icon_wrap .txt {
  width: calc(100% - 170px);
  padding-left: 80px;
}

.kora_lab_fabrics ul {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.kora_lab_fabrics ul li {
  margin-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  width: 30%;
}
.kora_lab_fabrics ul li .icon_wrap {
  border: 2px solid #4d4d4f;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 81px 0;
}
.kora_lab_fabrics ul li .icon_wrap .icon {
  margin-bottom: 30px;
}

.kora_lab_fabrics ul li .icon_wrap h4 {
  font-size: 22px;
  font-family: var(--textFont) !important;
}
.kora_lab_fabrics,
.kora_lab_icons {
  position: relative;
}
.kora_lab_fabrics:before,
.kora_lab_icons:before {
  width: 500px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 1px;
  background: #4d4d4f;
  content: "";
  position: absolute;
}
.kora_lab_fabrics:after {
  width: 500px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background: #4d4d4f;
  content: "";
  position: absolute;
}
.kora_lab_products .card {
  border: none;
  border-radius: 0;
}
.kora_label_image_text .text_contain {
  max-width: 600px;
}
.kora_lab_products .card__information {
  text-align: center;
}
.kora_lab_products .card-information {
  text-align: center;
  color: #141414;
  font-weight: 700;
  letter-spacing: 0;
}
.kora_lab_icons .icon {
  /*padding: 0 20px;*/
  width: 80%;
  margin: 0 auto;
}
.kora_lab_fabrics ul li .icon_wrap .icon img {
  width: 120px;
}

.kora_lab_banner .img img {
  width: 100%;
}
.txtInner h1 {
  font-family: var(--textFont) !important;
  font-size: 67px;
  font-weight: 100;
  margin-bottom: 15px;
  line-height: 0.7;
}
.txtInner p {
  font-size: 39px !important;
  line-height: 1;
  font-weight: 100 !important;
  margin-bottom: 0px;
}
/* .footer-block--newsletter .needsclick{min-height: inherit;} */

.slideshow.banner .banner--desktop-transparent .banner__text > span {
  font-size: 28px !important;
  font-family: var(--textFont) !important;
  font-weight: 400;
  color: #fff !important;
}
.slideshow.banner h2.banner__heading.h1 {
  color: #fff;
  font-family: var(--textFont) !important;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 8px;
}
.slideshow.banner .slideshow__text.banner__box {
  max-width: inherit;
}
.slideshow.banner .banner__box .banner__heading + * {
  margin-top: 0rem;
}

/*-- New-css(06-04-2023) --*/

.customList ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
}
.customList ul li a {
  color: var(--primariTextColor);
  text-decoration: underline;
  font-size: 16px;
}
.customList ul li a:hover {
  color: #000;
}
.multicolumn-cls h2.title.h1 {
  margin-bottom: 20px;
}
.blg_customlink h4 {
  margin-bottom: 50px;
}
.baseRow {
  border-top: 1px solid #dfdfe7;
  border-bottom: 1px solid #dfdfe7;
  padding: 80px 0;
}
.multicolumn-cls .title-wrapper-with-link h2 {
  color: var(--primariTextColor);
  text-align: center;
  width: 100%;
}
.multicolumn-cls .multicolumn-card__info h3 {
  font-size: 16px;
}
.rich-text-cls .rich-text__text p {
  font-size: 20px;
}
.rich-text-cls h2.rich-text__heading {
  color: var(--primariTextColor);
}
.multicolumn-cls h2.title.h1,
.product-grid-slider-cls .collection__title h2,
.rich-text-cls h2.rich-text__heading {
  font-size: 35px;
}
.custom-kora-pro-desc h2.rich-text__heading.rte.h1 {
    font-size: 2.8rem;
}
.custom-kora-pro-desc .rich-text__blocks {
    padding: 0 0px;
}
.product-grid-slider-cls .collection__title h2 {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  position: relative;
  color: var(--primariTextColor);
}
.product-grid-slider-cls .collection__title h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 78px;
  height: 2px;
  background-image: url(line-dot.jpg);
  background-size: contain;
}

.twocolumn-cls ul.multicolumn-list li .multicolumn-card__image-wrapper {
  width: 230px;
  margin: 0px auto 10px;
}
.twocolumn-cls
  ul.multicolumn-list
  li
  .multicolumn-card__image-wrapper
  img.multicolumn-card__image {
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.twocolumn-cls .multicolumn-card {
  background: transparent !important;
}
/* .product-grid-slider-cls .card__inner  */
.base_layer_product_slider .product_image {
  width: 140px;
  margin: 0 auto;
}
.base_layer_product_slider .product_title {
  font-size: 14px;
  text-align: center;
  color: #3b3b3b;
  font-weight: 400;
}
ul.base_layer_product_slider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.twocolumn-cls .multicolumn-card__info {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.twocolumn-cls .multicolumn-title__info {
  text-align: center;
}
.multicolumn-cls {
  padding: 0 170px 30px 170px;
}
.twocolumn-cls .slider-mobile-gutter ul {
  border-top: 1px solid #dfdfe7;
  padding: 50px 0;
  margin: 0;
}
.base_layer_product_slider button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 44px !important;
  -webkit-text-stroke: 4px #fff;
}
.base_layer_product_slider button.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 44px !important;
  -webkit-text-stroke: 4px #fff;
}
.base_layer_product_slider button.owl-prev:hover,
.base_layer_product_slider button.owl-next:hover {
  background-color: transparent !important;
  color: #000 !important;
}

/*-- New-css(23-05-2023) --*/

.overlay {
  position: relative;
}
.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 1;
}
.index_block_collection_sec .half-cont.overlay .half-blocks20-content {
  z-index: 99;
}

/*-- New-css(26-05-2023) --*/

.custom_img_text_sec .put-padding-right .image-with-text__content {
  padding: 2rem 7rem 2rem 0;
}
.custom_img_text_sec_2 .put-padding-right .image-with-text__content {
  padding-top: 0 !important;
}
.custom_img_text_sec .put-padding-left .image-with-text__content {
  padding: 2rem 0 2rem 11rem;
}
.custom_img_text_sec  .image-with-text .grid {
    min-height: 630px;
  align-items: center;
}
.custom_img_text_sec  .image-benifit image-with-text__media{
  padding-bottom:0;
}
.prioritise-homSec h6 {
  font-family: var(--textFont) !important;
  font-size: 20px;
}
.prioritise-homSec .head h2 {
  margin-bottom: 8px;
}

/*-- New-css(14-06-2023) --*/

.slideshow.banner .banner__buttons .btn {
  min-width: 155px;
}
.slideshow.banner .banner__buttons {
  gap: 2rem;
  margin-top: 5rem;
}
.base_layer_page_product_slider_section .base_layer_slider .color-background-2 {
  background-color: transparent;
}
.base_layer_page_product_slider_section .base_layer_slider .card {
  border: none;
}

.slideshow__controls.slideshow__controls--top.slider-buttons.no-js-hidden {
  display: none;
}
.index-product-slider-sec .newpro_slider li .card {
  border: none;
  text-align: center;
}

.product-img-with-text .global-media-settings {
  border: none;
}

a.red-underline {
  color: var(--primariTextColor) !important;
}
a.red-underline:hover,
.footer-block__newsletter p a:hover {
  color: var(--pinkTextColor) !important;
}
.footer-block__details-content.rte p a {
  color: var(--primariTextColor);
}

.size-guide .tabs__content.scock-content.active table:last-child {
  display: table;
}
.size-guide .tabs__content.scock-content.active table:nth-child(1) {
  display: none;
}
.upsideBox h3 {
  text-align: center;
}

/*-- New-css(25-01-2024) --*/

.grayBg {
  background-color: #eeeeee;
}
.made-it-sec,
.technical-coll-sec,
.sock-row {
  padding: 40px;
}
.socks-top-des h6 {
  margin-bottom: 0;
  text-align: right;
}
.upsidePic img {
  width: 100%;
}
.upsideBottom {
  padding: 40px 15px 10px;
}
.upsideBottom ul {
  padding-left: 0;
  list-style: none;
}
.upsideBottom ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.upsideBottom ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 11px;
  background-color: #000;
  border-radius: 50px;
  overflow: hidden;
  left: 0px;
}
.product__accordion .accordion__content {
    padding: 10px 1rem !important;
}




/* ===================New Section============================== */
.custom_img_text_sec_2 .image-with-text__media-item {
    display: flex;
    gap: 30px;
}
.custom_img_text_sec_2 .image-with-text__media-item .image-with-text__media{
    width: 50%;
}
.custom_img_text_sec_2 .image-with-text__content {
    justify-content: start;
}
.custom_img_text_sec_2 .image-with-text__media--large {
           height: 100%;
    }

.custom_img_text_sec_2 .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    max-width: 1740px;
    margin: 0 auto;
}
.button{
    display: flex;
    justify-content: center;
}
.options_wrap_color .custom-dropdown__content.grid01 {
    gap: 0.5rem;
}
summary.menu-drawer__menu-item.menu-drawer__menu-item-top-picks.link.link--text.list-menu__item.focus-inset {
    display: none !important;
}
.menu-drawer__menu-item a{
    color: var(--primariTextColor) !important;
}
/*-- Responsive-design(Start) --*/

.half-cont-desc p {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.template-suffix-gift-card-2024 .product-form__input {
    max-width: 44rem;
}
.template-suffix-gift-card-2024  .product-form__input .select {
    max-width: 38rem;
}
.template-suffix-gift-card-2024 .product .product-form__input label {
  font-size: 14px;
}
.template-suffix-gift-card-2024 .product-form__input .select {
  margin-left: 20px;
  font-family: var(--textFont) !important;
  font-size: 14px;
}
.template-suffix-gift-card-2024 .select__select {
  font-family: "Neue Plak Text" !important;
  font-size: 14px;
}
@media only screen and (max-width: 783px) {
 .template-cart   cart-items{
        max-width: 95%;
    }
  td.cart-item__totals.right.small-hide {
    padding-left: 0;
}
  .image-benifit .image-with-text .global-media-settings{
  height:100% !important;
}
}

@media only screen and (min-width: 1200px) {
  .content-image .content-image__image,
  .content-image .content-image_video,
  .base_layer_image_text .txt_wrap,
  .base_layer_image_text .img_wrap {
    max-width: 600px;
    margin-left: auto;
    margin-right: 0;
  }
  .content-image .content-image__col--text .content-image__capture,
  .yushu-collectionSec .txt_wrap,
  .content-image .content-image__capture {
    max-width: 570px;
    /*     margin-right: auto;
    padding-left: 95px; */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .yushu_image_text_style2 .img {
    max-width: 500px;
    margin: 0 auto;
  }
  .yushu_image_text_style2 .txt_wrap,
  .yushu_image_text .txt_wrap {
    max-width: 380px;
    margin: 0 auto;
  }
  .yushu_image_text .img {
    padding-right: 70px;
  }

  /*   .content-image .content-image__image{ max-width: 540px;} */
  .common_bundler_page.sec-gapTop {
    padding-top: 60px;
  }
  .common_bundler_page.sec-gapBottom {
    padding-bottom: 60px;
  }
  .common_bundler_page .rte .bndlr-product img {
    border: none;
  }
  .innovationRow h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  /*   .yushu-collectionSec .col-lg-8 {
    width: 60%;
    max-width: 60%;
  }
  .yushu-collectionSec .col-lg-4 {
    width: 40%;
    max-width: 40%;
  } */
  .yushu-collectionSec .col-lg-8.col-md-6.order-md-2 .img {
    text-align: right;
  }
  .product-grid-slider-cls {
    padding-bottom: 220px;
  }

.template-product .custom-kora-pro-desc h2.rich-text__heading.rte.h1 {
    font-size: 36px;
    color: #000000;
}


  
}

/*---22-03-23---*/
.product_assets_toggle img {
  width: 100%;
}
.product_assets_toggle .col-lg-6,
.product_assets_toggle .col-lg-12 {
  margin-top: 30px;
}
.product_assets_toggle .col-lg-6 .img,
.product_assets_toggle .col-lg-6 .video {
  height: 100%;
  overflow: hidden;
}
.product_assets_toggle .col-lg-6 .img img {
  height: 100%;
  object-fit: cover;
}
.product_assets_toggle .col-lg-6 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*---23-06-2023---*/

.yushu-collectionSec .img_wrap .img img {
  width: 100%;
}
/*-- New-css(26-07-2023) --*/

.color_input_fields .color-name {
  width: 100%;
}
.color_input_fields .color-name p {
  margin-bottom: 2px;
}
.color_input_fields .color-wrap {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}

.product__info-wrapper .accordion__content.rte img {
  border: none;
}
.inn_txt ul li {
  font-size: 18px;
}
.showcase-pp .card-information .price {
  display: none;
}
ul.logoList {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.logoList li {
  margin: 10px 15px;
}

/*-- New-css(31-10-2023) --*/

.testimonial-slider-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.testimonial-slider-wrap .slider-wrap {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-slider-wrap .slider-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-slider-wrap .testimonialslider-text {
  width: calc(100% - 200px);
  padding-left: 50px;
}
.pro-testimonial-sec .owl-theme .owl-dots .owl-dot span {
  transition: all 0.6s ease-in-out 0s;
}
.pro-testimonial-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #000;
  width: 24px;
}

.fabric-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.fabric-list ul li {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 15px;
  list-style: none;
}
.fabric-list-icon {
  width: 90px;
}
.fabric-list-content {
  width: 100%;
  padding-left: 20px;
}
/*-- New-css(06-02-2024) --*/

.upsidePic {
  position: relative;
  padding-top: 87%;
  overflow: hidden;
}
.upsidePic img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}

@media only screen and (min-width: 1599px) {

  cart-items.container {
    max-width: 1300px;
  }
  .collection-hero__image-container {
    height: 580px;
  }
  .activewear_video_sec .video_sec {
    height: 800px;
  }
  /*   .collection-hero__inner .collection-hero__title { font-size: 60px !important;} */
  .bundle-collection-wrapper .container {
    max-width: 1200px;
  }
  .template-article .article_head_sec {
    padding: 40px 0 30px;
  }
  .custom_img_text_sec_2 .image-with-text__media--large {
           height: 52.5rem;
    }

}
@media only screen and (max-width: 1599px) {
  .custom_img_text_sec_2 .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet.image-with-text__grid--reverse {
    max-width: 1370px;
}
}
@media only screen and (max-width: 1500px) {
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    width: 200px;
    padding: 16px 6px !important;
    font-size: 19px !important;
    letter-spacing: 1px !important;
  }
  .button,
  .btn,
  #customer_logout_link {
    padding: 16px 25px !important;
    font-size: 19px !important;
  }
    .prioritise-homSe .half-cont-buttonsRowNew .btn{
        font-size: 18px !important;
    }
  .btn.btnSm,
  .btnSm,
  .bndlr-add-to-cart {
    font-size: 17px !important;
    padding: 12px 17px !important;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 27px;
  }
  .activewearContent {
    padding-top: 20px;
  }
  .autoplay_video_sec .video_sec {
    height: 800px;
  }
  .yak_wool_image_text {
    padding: 80px 0 150px;
  }
  .template-article .article_head_sec {
    padding: 30px 0 30px;
  }
  /*   .icon_with_text ul li { width: 21%;}
  .icon_with_text ul li .txt_wrap{width: 100%;} */
  .new_sticker {
    width: 50px !important;
    height: 50px !important;
  }
  .kora_label_image_text .text_contain {
    max-width: 500px;
  }
  .kora_lab_banner .txt_wrap {
    width: 300px;
    height: 300px;
  }
  .txtInner h1 {
    font-size: 53px;
  }
  .txtInner p {
    font-size: 32px !important;
  }
  .multicolumn-cls {
    padding: 0 100px 30px 100px;
  }
  .baseRow {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 1366px) {
  .activewear_video_sec .video_sec {
    height: 600px;
  }

  .text_with_solid_bg {
    padding: 7% 0;
  }
  .text_with_solid_bg p,
  .our-history-feature p {
    font-size: 22px;
  }
  .autoplay_video_sec .video_sec {
    height: 600px;
  }
  .yak_wool_image_text .inner_content h2,
  .yak_wool_text_sec h2,
  .yak_wool_full_img h2 {
    font-size: 36px;
  }
  .yak_wool_image_text.image_right {
    padding: 80px 0 320px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 40px;
  }
  .insta_feedSec .title a {
    font-size: 28px;
  }
  .common_collection_cards .top_title h3 {
    margin-bottom: 60px;
  }
  .size-guide .size-guide__table {
    margin-bottom: 60px;
  }
  .quote_txt {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main_product_page .product__media-item .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }
  .kora_lab_fabrics ul li .icon_wrap {
    padding: 50px 0;
  }
  .kora_label_image_text .text_contain {
    max-width: 500px;
  }
  .multicolumn-cls {
    padding: 0 50px 30px 50px;
  }
  .baseRow {
    padding: 50px 0;
  }
  .twocolumn-cls .slider-mobile-gutter ul {
    padding: 50px 0 40px;
  }
}

@media only screen and (max-width: 1200px) {

  .activewear_video_sec .video_sec {
    height: 500px;
  }
  .text_with_solid_bg p,
  .our-history-feature p {
    font-size: 20px;
  }
  .autoplay_video_sec .video_sec {
    height: 500px;
  }

  .yak_wool_image_text .overlay_content .inner_content {
    padding: 40px 30px;
  }
  .full_banner_buttons_sec .content-banner-caption {
    padding-left: 8%;
  }
  .yak_wool_full_img {
    height: 423px;
  }
  .common_collection_cards .top_title h3 {
    margin-bottom: 50px;
  }
  .template-article .article_head_sec {
    padding: 20px 0 20px;
  }
  .blg_customlink h4 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .activewear_video_sec .video_sec {
    height: 400px;
  }

  .sec-gapTop {
    padding-top: 40px;
  }
  .sec-gapBottom {
    padding-bottom: 40px;
  }

  .sec-gapTopSm {
    padding-top: 20px;
  }
  .sec-gapBottomSm {
    padding-bottom: 20px;
  }

  .page_common_banner,
  .text_with_solid_bg,
  .img_solid_bg {
    margin-bottom: 40px;
  }
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 50px;
  }
  .activewearContent {
    padding-top: 15px;
  }
  .autoplay_video_sec .video_sec {
    height: 400px;
  }
  .footer__content-top .footer-block__heading {
    margin-bottom: 17px;
  }
  .footer__content-top.page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__content-top .footer-block:nth-child(1),
  .footer__content-top .footer-block.grid__item:nth-child(2),
  .footer__content-top .footer-block.grid__item:nth-child(3) {
    max-width: 16.666667%;
    width: 16.666667%;
  }
  .footer__content-top .footer-block.grid__item:nth-child(4) {
    max-width: 20% !important;
    width: 20%;
  }
  .footer__content-top .footer-block.grid__item:nth-child(5) {
    width: 26%;
    max-width: 26%;
  }
  .yak_wool_image_text .inner_content h2,
  .yak_wool_text_sec h2,
  .yak_wool_full_img h2 {
    font-size: 32px;
  }
  .yak_wool_full_img .img {
    height: 400px;
  }
  .yak_wool_full_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    padding: 14px 6px !important;
    letter-spacing: 0.5px !important;
  }

  .button,
  .btn,
  #customer_logout_link {
    padding: 14px 25px !important;
    letter-spacing: 0.5px !important;
  }
  .btn.btnSm,
  .btnSm,
  .bndlr-add-to-cart {
    padding: 10px 15px !important;
    letter-spacing: 0.5px !important;
    font-size: 16px !important;
  }

  h1,
  .h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 38px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 38px;
  }
  .insta_feedSec .title a {
    font-size: 26px;
  }
  .header__inline-menu summary.list-menu__item {
    padding-right: 1.9rem;
  }
  .headerLogo {
    width: 139px;
  }
  .custom_buttons_sec .btn_container .btn {
    margin-bottom: 9px;
  }
  .collection-guide-tab-sec .tab-content {
    padding: 30px 0;
  }
  .collection-pro-wraper-box h3 {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .size-guide {
    padding: 40px 30px;
  }
  .size-guide__head {
    margin-bottom: 30px;
  }
  .size-guide ul.tabs__caption {
    margin-bottom: 40px;
  }
  .ambassador_img_text {
    margin-bottom: 40px;
  }
  .base_layer_image_text .txt_wrap {
    padding-right: 0px;
  }
  .content-image .content-image__capture,
  .yushu-collectionSec .txt_wrap {
    padding: 15px;
  }
  .common_collection_cards .top_title h3 {
    margin-bottom: 40px;
  }
  .custom_img_text_sec:nth-child(odd) .image-with-text__content {
    padding: 2rem 0 2rem 2rem;
  }
  .custom_img_text_sec:nth-child(even) .image-with-text__content {
    padding: 2rem 2rem 2rem 2rem;
  }
  .custom_img_text_sec .put-padding-right .image-with-text__content {
    padding: 0rem 2rem 0rem 0rem !important;
  }
  .order-historyBox {
    margin-bottom: 40px;
  }
  :is(.account, .order) {
    margin: 5rem auto 5rem !important;
  }
  .common_bundler_page .warning-msg {
    width: 60%;
  }
  .size-guide .size-guide__table {
    margin-bottom: 50px;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 2rem !important;
  }
  .main_product_page
    .others_input_fields.product-form__input
    input[type="radio"]
    + label {
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 15px;
    border: 2px solid #e6e6e6;
    padding: 0;
    margin: 0.7rem 0.2rem 0.2rem 0;
  }
  .main_product_page .product-form__input input:disabled + label:after {
    top: -1px;
    left: -1px;
    width: 48px;
    height: 48px;
  }
  .product-form__input input[type="radio"] + label {
    margin: 0.7rem 0.2rem 0.2rem 0;
  }
  .collection ul.grid.product-grid > li {
    padding: 0 5px;
  }
  .collection ul li .add_to_cart_wrap {
    margin-bottom: 15px;
  }
  .color_set,
  .size_set,
  .only_color_set {
    margin-bottom: 8px;
  }

  /*   .color_set ul li, .size_set ul li, .only_color_set ul li {
    width: 34px;
    height: 34px;}
  .size_set ul li input[type=radio], .only_color_set ul li input[type=radio] {
    width: 34px;
    height: 34px;} */
  /*   .size_set ul li label { line-height: 29px; font-size: 13px;} */
  .color_set ul li:not(:last-child),
  .size_set ul li:not(:last-child),
  .only_color_set ul li:not(:last-child) {
    margin-right: 4px;
  }
  /*   .color_set>label, .size_set>label, .only_color_set>label, .only_denomination_set>label { font-size: 14px;} */
  .card__information {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .facets-container .color_filters ul.list-unstyled li {
    margin: 0 4px 4px 0;
    /*width: 34px;
    height: 34px;*/
  }
  /*   .facets-container .color_filters ul.list-unstyled li label {
    width: 34px;
    height: 34px;}
  .facets-container .color_filters .facet-checkbox input:checked~span { width: 33px;
    height: 33px; top: 2px;
    left: 1px;}
  .size_set ul li.unavailable:after{width: 32px;
    height: 32px;} */

  .show_bg,
  .article_only_text {
    padding: 35px 0;
  }
  .quote_txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .icon_with_text ul li {
    margin-right: 10px;
  }
  .kora_lab_fabrics ul li .icon_wrap {
    padding: 40px 0;
  }
  /*   .kora_lab_icons .icon { padding: 0 15px;} */

  .index-banner_sec .text_content h2 {
    font-size: 24px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 24px !important;
  }
  .multicolumn-cls {
    padding: 0 30px 20px 30px;
  }
  .baseRow {
    padding: 40px 0;
  }
  .blg_customlink h4 {
    margin-bottom: 30px;
  }
  .twocolumn-cls .slider-mobile-gutter ul {
    padding: 40px 0 30px;
  }
  .custom_img_text_sec .put-padding-right .image-with-text__content {
    padding: 2rem 2rem 2rem 0;
  }
   .custom_img_text_sec_2 .put-padding-right .image-with-text__content {
    padding: 0rem 2rem 2rem 0;
  }
  .custom_img_text_sec .put-padding-left .image-with-text__content {
    padding: 2rem 0 2rem 2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .text_with_solid_bg {
    padding: 6% 0;
  }
  .sec-gapTop {
    padding-top: 30px;
  }
  .sec-gapBottom {
    padding-bottom: 30px;
  }

  .sec-gapTopSm {
    padding-top: 15px;
  }
  .sec-gapBottomSm {
    padding-bottom: 15px;
  }

  .page_common_banner,
  .text_with_solid_bg,
  .img_solid_bg {
    margin-bottom: 30px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 26px;
  }
  .text_with_solid_bg p,
  .our-history-feature p {
    font-size: 18px;
  }
  header.header.header--top-center.page-width.header--has-menu {
    padding: 0 30px;
  }
  .headerLogo {
    max-width: 140px;
  }
  section.full_banner_buttons_sec .img_wrap .img {
    /*padding-top: 100%;*/
    padding-top: 50%;
    position: relative;
  }

  section.full_banner_buttons_sec .img_wrap .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  nav.header__inline-menu ul li summary.list-menu__item {
    padding-right: 1.5rem;
  }
  .header__menu-item .icon-caret {
    right: 0.2rem;
  }
  .yak_collection_section ul.contains-card li .card__inner {
    height: 300px !important;
  }
  .footer-block__details-content {
    margin-bottom: 2rem !important;
  }
  .footer__content-top,
  .footer__content-top .grid {
    row-gap: 2rem !important;
  }
  .footer-block.grid__item {
    margin: 0rem 0 3rem !important;
  }
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    letter-spacing: 0 !important;
  }
  .btn.btnSm {
    padding: 10px 12px !important;
    letter-spacing: 0px !important;
  }

  h1,
  .h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 35px;
  }
  .full_banner_buttons_sec .content-banner-caption {
    padding-left: 5%;
  }
  .insta_feedSec .title a {
    font-size: 24px;
  }
  #insta-feed,
  .instafeed-shopify {
    margin: 20px auto 0;
  }
  .index-reviews-sec {
    padding: 30px 15px;
  }
  .sideGap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-block--newsletter {
    margin-top: 2rem !important;
  }

  .promotion_collection_sec .collection-semiler-wraper h2 {
    font-size: 30px;
  }
  .collection-pro-wraper-box h3 {
    font-size: 30px;
  }
  .yak_wool_full_img {
    height: 350px;
  }
  .size-guide {
    padding: 40px 20px;
  }
  /*   .size-guide__head { margin-bottom: 25px;} */
  .size-guide ul.tabs__caption {
    margin-bottom: 30px;
  }
  .main-page-title {
    margin-bottom: 2rem !important;
  }
  .innovationRow {
    padding-bottom: 40px;
  }
  .custom_img_text_sec
    .image-with-text__content
    h2.image-with-text__heading.h1 {
    font-size: 35px;
  }
  .custom_img_text_sec .image-with-text__text p,
  .custom_img_text_sec .image-with-text__text p {
    font-size: 18px;
  }
  .cart-item cart-remove-button {
    width: auto !important;
    height: auto !important;
  }
  .order-historyBox {
    margin-bottom: 30px;
  }
  .review_slider .owl-nav button.owl-prev,
  .review_slider .owl-nav button.owl-next {
    bottom: 0;
  }
  .review_slider .rev_wrap h4 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .review_slider .rev_wrap h5 {
    margin-bottom: 20px;
  }
  .size-guide .size-guide__table {
    margin-bottom: 40px;
  }
  .show_bg,
  .article_only_text {
    padding: 20px 0;
  }
  body.template-article p {
    font-size: 17px;
  }
  .cart__empty-text {
    margin: 2rem 0 2rem;
  }
  .icon_with_text ul li {
    margin-right: 5px;
  }
  .collection-hero--with-image .collection-hero__text-wrapper {
    width: 90%;
  }
  .collection-hero__title + .collection-hero__description {
    margin-top: 0.5rem;
  }
  .kora_lab_richtext ul li {
    margin-bottom: 30px;
    width: 100%;
  }
  .kora_lab_richtext ul li .icon_wrap .icon {
    width: 110px;
  }
  .kora_lab_richtext ul li .icon_wrap .txt {
    width: calc(100% - 110px);
    padding-left: 20px;
  }
  .collection-hero .collection-hero__description p,
  .kora_lab_richtext p,
  .kora_lab_banner .txt_wrap p,
  .kora_lab_richtext ul li.icon_wrap .text p,
  .kora_lab_fabrics p {
    font-size: 18px;
  }
  .kora_lab_fabrics ul li .icon_wrap {
    padding: 30px 0;
  }
  .kora_lab_fabrics ul li .icon_wrap .icon {
    margin-bottom: 20px;
  }
  .kora_lab_icons .icon {
    padding: 0 10px;
  }

  .kora_lab_banner .txt_wrap {
    width: 180px;
    height: 180px;
    bottom: 5px;
    right: 5px;
  }
  .txtInner h1 {
    font-size: 33px;
    margin-bottom: 2px;
  }
  .txtInner p {
    font-size: 22px !important;
  }
  .rich-text-cls .rich-text__text p {
    font-size: 18px;
  }
  .twocolumn-cls .slider-mobile-gutter ul {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
   .custom_img_text_sec_2 .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
        padding-right: 0px !important;
    }
 
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 41px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 22px;
  }
  .logo-foot {
    width: 250px;
    margin: 0 auto 25px;
  }
  .footer__content-top .footer-block:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: inherit;
  }
  .footer__content-top .footer-block.grid__item:nth-child(2),
  .footer__content-top .footer-block.grid__item:nth-child(3) {
    max-width: 16.666667%;
    width: 16.666667%;
  }
  .footer__content-top .footer-block.grid__item:nth-child(4) {
    max-width: 25% !important;
    width: 25%;
  }
  .footer__content-top .footer-block.grid__item:nth-child(5) {
    width: 38%;
    max-width: 38%;
  }
  .footer__content-top .newsletter-form__field-wrapper {
    max-width: 100%;
  }
  .footer__content-top .footer-block__heading {
    font-weight: 600;
  }
  .footer__content-top,
  .footer__content-top .grid {
    row-gap: 4rem !important;
  }

  .yak_wool_image_text .inner_content h2,
  .yak_wool_text_sec h2,
  .yak_wool_full_img h2 {
    font-size: 30px;
  }
  .yak_wool_image_text .overlay_content .inner_content {
    padding: 20px 30px;
    top: 0;
    width: 96%;
    position: relative;
    margin: -50px auto 0;
    text-align: center;
  }
  .yak_wool_image_text,
  .yak_wool_image_text.image_right {
    padding: 60px 0 60px;
  }
  .yak_wool_text_sec {
    padding: 60px 0;
  }
  .yak_wool_image_text.image_right .row {
    flex-direction: column-reverse;
  }
  .yak_wool_image_text.image_right .overlay_content .inner_content {
    padding: 20px 30px;
    top: 0;
    width: 96%;
    position: relative;
    margin: -50px auto 0;
    text-align: center;
  }
  .yak_collection_section ul.contains-card li .card__inner {
    height: 400px !important;
  }
  .card__information .card__heading a {
    font-weight: 700;
    font-size: 17px;
  }
  .footer-block-image {
    width: 250px;
    margin: 0 auto 25px;
  }
  .footer-block.grid__item {
    margin: 0rem 0 2rem !important;
  }
  .index-reviews-sec .rev_wrap {
    text-align: center;
    margin-bottom: 20px;
  }
  h1,
  .h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 33px;
  }
  .insta_feedSec .title a {
    font-size: 20px;
  }

  .promotion_collection_sec .collection-semiler-wraper h2 {
    font-size: 28px;
  }
  .image_galary_sec .img1,
  .activewear_imagegalary .img1 {
    margin-right: 0px;
    height: auto;
    margin-bottom: 15px;
  }
  .blog-articles .card__inner.color-background-2 {
    height: 310px;
  }
  .collection-pro-text {
    margin-top: 20px;
  }
  .pagination-wrapper {
    margin-top: 3rem !important;
  }
  .yak_wool_full_img .content p {
    font-size: 17px;
  }
  .size-guide {
    padding: 40px 15px;
  }
  .active-facets__button,
  .active-facets__button-remove {
    padding: 0 !important;
  }
  .index_block_collection_sec .half-cont-buttonsRow {
    padding: 20px;
  }
  .blog-articles__article .title_wrap .card__heading a {
    font-size: 14px;
  }
  .ambassador_text .lft_content h2 {
    font-size: 25px;
    line-height: 1.5;
  }
  .custom_img_text_sec
    .image-with-text__content
    h2.image-with-text__heading.h1 {
    font-size: 33px;
  }

  .ambassador_img_text .lft_content {
    padding-right: 0;
    padding-top: 30px;
  }
  .ambassador_img_text .rght_content,
  .ambassador_img_text .rght_content .img {
    height: auto;
  }
  .ambassador_img_text .container {
    max-width: inherit;
  }
  .ambassador_img_text .row {
    align-items: center;
  }
  .base_layer_page_product_slider_section .stylishTitle h2 {
    font-size: 22px;
  }
  .common_collection_cards .img_wrap {
    height: 200px;
  }
  .main_product_page
    .others_input_fields.product-form__input
    input[type="radio"]
    + label {
    width: 50px;
    height: 50px;
    font-size: 15px;
  }
  .accountBox {
    display: flex;
    flex-direction: row-reverse;
  }
  .account-detailsBox {
    padding: 10px 0px;
  }
  .order-historyBox {
    margin-bottom: 20px;
  }
  .common_bundler_page .warning-msg {
    width: 70%;
  }
  .index-reviews-sec .review_slider .txt {
    padding-right: 0px;
  }
  .index-reviews-sec .review_slider .rev_wrap {
    display: block;
    min-height: auto;
  }
  .main_product_page .product__media-item .deferred-media__poster-button {
    height: 2.5rem;
    width: 2.5rem;
  }
  .main_product_page
    .product__media-item
    .deferred-media__poster-button
    svg.icon.icon-play {
    width: 1rem;
    margin-left: 0;
  }
  .kora_label_image_text .text_contain {
    max-width: inherit;
    text-align: center;
    padding-top: 30px;
  }
  .kora_label_image_text .img img {
    width: 100%;
  }
  .kora_lab_icons .icon {
    padding: 0 0px;
  }
  .kora_lab_icons .icon {
    width: 100%;
  }
  .index-banner_sec .text_content h2 {
    font-size: 20px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 20px !important;
  }
  .multicolumn-cls h2.title.h1,
  .product-grid-slider-cls .collection__title h2,
  .rich-text-cls h2.rich-text__heading {
    font-size: 33px;
  }
  .multicolumn-cls h2.title.h1 {
    margin-bottom: 0px;
  }
  .blg_customlink h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 989px) {
  .header__icon.header__icon--menu {
    position: absolute;
    right: 0;
    top: 4px;
    left: 0;
  }
  .header .header__icons {
    margin-right: 27px;
  }
  /* .headerLogo {
    position: absolute;
    left: 15px;
    padding: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: unset;
    width: 100px;
  } */
  
  header.header.header--top-center.page-width.header--has-menu {
    padding: 0.8rem 15px;
  }
  .header__icon--menu[aria-expanded="true"]:before {
    display: none;
  }
  .facets-vertical .active-facets__button {
    margin-left: 0rem !important;
  }
  .scrolled .scroll-logo {
      top: 0%;
  }
  .scrolled .header__icon .icon-hamburger path {
    fill: #000000;
  }
  .scrolled .header__icon.header__icon--menu {
    top: 5px;
  }
  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header {
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .menu-drawer__navigation ul li {
    position: inherit;
  }
  .collection-hero__text-wrapper {
    z-index: 1;
  }
  .menu-drawer__menu.list-menu .img_wrap p {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #000;
  }
  .ambassador_img_text {
    margin-bottom: 30px;
  }
  .menu-drawer__utility-links .menu-drawer__account {
    width: 100%;
  }
  .menu-drawer__utility-links .menu-drawer__account svg.icon.icon-login {
    width: 19px;
    margin-right: 15px;
  }
  .menu-drawer__utility-links .menu-drawer__account {
    font-size: 1.8rem;
  }
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  ul.menu-drawer__menu list-menu li.only_img_1 {
    padding: 1.1rem 3.2rem;
  }
  ul.menu-drawer__menu list-menu li.only_img_1 .title_wrap p {
    font-size: 1.8rem;
  }
  ul.menu-drawer__menu.list-menu .img_wrap .img {
    padding: 8px;
  }
  .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu li.only_img_1 {
    padding: 1.1rem 3.2rem;
  }
  .active-facets {
    margin: 0 0 !important;
  }
   

}
@media only screen and (min-width: 768px) {

  .ambassador_text .rght_content {
    max-width: 420px;
  }
  .ambassador_text_overlay p {
    font-size: 18px;
  }
  .ambassador_text .rght_content p,
  .ambassador_img_text .lft_content p {
    font-size: 18px;
    line-height: 1.5;
  }


  
}

@media only screen and (max-width: 767px) {
  .forMobile {
    display: block;
  }
  .forDesktop {
    display: none;
  }
  .slideshow__media .desktop_image {
    display: none !important;
  }
  .slideshow__media .mobile_image {
    display: block !important;
  }
  .activewear_video_sec .video_sec {
    height: 350px;
  }
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 37px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 21px;
  }
  .autoplay_video_sec .video_sec {
    height: 350px;
  }
  .page_common_banner {
    height: 450px;
  }
  .yak_wool_image_text .inner_content h2,
  .yak_wool_text_sec h2,
  .yak_wool_full_img h2 {
    font-size: 27px;
  }
  .yak_wool_image_text,
  .yak_wool_image_text.image_right {
    padding: 40px 0 40px;
  }
  .yak_wool_text_sec {
    padding: 40px 0;
  }
  .stylishTitle {
    margin-bottom: 30px;
  }

  .footer__content-top .footer-block.grid__item:nth-child(2),
  .footer__content-top .footer-block.grid__item:nth-child(3),
  .footer__content-top .footer-block.grid__item:nth-child(4),
  .footer__content-top .footer-block.grid__item:nth-child(5) {
    max-width: 49% !important;
    width: 49% !important;
  }
  .footer .footer__content-top .grid {
    display: flex;
    flex-flow: row wrap;
  }
  .footer-block-image {
    width: 200px;
    margin: 0 auto 20px;
  }
  .footer-block__details-content {
    margin-bottom: 1rem !important;
  }
  .footer__content-top,
  .footer__content-top .grid {
    row-gap: 1rem !important;
  }
  .footer-block.grid__item {
    margin: 0 0 1rem !important;
  }
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    width: 170px;
    padding: 10px 6px !important;
    font-size: 16px !important;
  }
  .button,
  .btn,
  #customer_logout_link {
    padding: 10px 15px !important;
    font-size: 16px !important;
  }
  .btn.btnSm {
    padding: 12px 12px !important;
    font-size: 15px !important;
    min-height: auto;
  }
  .rev_wrap h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  h1,
  .h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 30px;
  }
  .full_banner_buttons_sec .content-banner-caption {
    padding-left: 0;
  }
  .content-banner-caption .page-text p {
    line-height: 1.5;
  }
  .insta_feedSec .title a {
    font-size: 18px;
  }
  #insta-feed,
  .instafeed-shopify {
    margin: 15px auto 0;
  }
  .page-width {
    padding: 0 15px;
  }
  .sideGap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .half-cont {
    margin-bottom: 20px;
    text-align: center;
  }
  .half-cont .half-cont-buttonsRow {
    opacity: 1;
  }
  .index-product-slider-sec .media {
    justify-content: center;
  }
  .index-product-slider-sec .color-background-2 {
    height: 200px;
  }
  .index-product-slider-sec .card__media .media img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }
  .footer__content-top.page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-block--newsletter {
    margin-top: 0rem !important;
  }

  .promotion_collection_sec .collection-semiler-wraper h2 {
    font-size: 25px;
  }
  .collection-hero__image-container {
    height: 200px;
  }

  .collection-hero--with-image .collection-hero__inner {
    position: relative;
    padding-bottom: 1rem !important;
  }
  .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 0rem 0 0rem !important;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .collection-guide-tab-sec .tab-content {
    padding: 20px 0;
  }
  .main-blog.section-template--14634747560003__main-padding {
    padding-top: 0px;
  }
  .pagination-wrapper {
    margin-top: 2rem !important;
  }
  .yak_wool_full_img .img_wrap,
  .yak_wool_full_img .img_wrap:before {
    background-color: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.4)
    );
  }
  .size-guide {
    padding: 30px 10px;
  }
  .size-guide ul.tabs__caption {
    margin-bottom: 25px;
  }
  .tabs__content .size-guide__head p.page-text {
    width: 100%;
    text-align: center;
  }
  .tabs__content .size-guide__head > div {
    width: 100%;
    text-align: center;
  }
  .innovationPic {
    margin-bottom: 30px;
    width: 100%;
  }
  .footer {
    margin-top: 30px !important;
  }
  .content-image__capture p {
    font-size: 16px;
    line-height: 1.4;
  }
  .common_page .rte,
  .contact form {
    width: 100%;
  }
  .common_page {
    padding: 15px 0 0;
  }
  .ambassador_text {
    padding: 30px 0;
  }
  .ambassador_img_text {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .ambassador_text_overlay .img_wrap .img {
    height: 330px;
  }
  .section-template--14634747330627__product-grid-padding {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
  }
  .base_layer_image_text .img_wrap h4 {
    text-align: center;
  }
  .base_layer_image_text .img_wrap {
    margin-bottom: 35px;
  }
  .base_layer-blockquote .content-blockquote__capture {
    width: 100%;
    padding: 15px;
  }
  .base_layer-blockquote p {
    line-height: 1.5;
  }
  .base_layer-blockquote .content-blockquote__capture h2 {
    margin-bottom: 50px;
  }
  .content-blockquote__capture h2:before {
    width: 54px;
    height: 46px;
    background-size: 100%;
    top: 60px;
  }
  .base_layer-blockquote {
    height: 500px;
  }
  .content-image .content-image__col {
    width: 100%;
  }
  .content-image,
  .yushu-collectionSec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-image .content-image__image {
    margin-bottom: 20px;
    text-align: center;
  }
  .content-image .content-image__capture,
  .content-image .content-image__capture,
  .yushu-collectionSec .txt_wrap {
    padding: 0px;
  }
  .base_layer_image_text .txt_wrap {
    max-width: inherit;
  }
  .yushu-collectionSec .img_wrap {
    margin-bottom: 40px;
  }
  .yushu_image_text_style2 .img,
  .yushu_advantages .img,
  .yushu_image_text .img {
    text-align: center;
    margin-bottom: 30px;
  }
  .yushu_advantages .advantages__tile .img {
    margin-bottom: 7px;
  }
  .common_collection_cards .top_title h3,
  .base_layer_page_product_slider_section {
    margin-bottom: 30px;
  }
  .advantages__tile .img img {
    width: 100%;
  }
  .advantages__tile {
    margin-bottom: 20px;
  }
  .bndlr-products-container .bndlr-product {
    width: 33.33% !important;
    margin: 0 0px 20px !important;
    padding: 14px 10px !important;
  }
  .custom_img_text_sec
    .image-with-text__content
    h2.image-with-text__heading.h1 {
    font-size: 30px;
  }
  .custom_img_text_sec .image-with-text__text p,
  .custom_img_text_sec .image-with-text__text p {
    font-size: 14px !important;
    color:#000000;
    font-weight: 100;
  }
  .custom_img_text_sec .image-with-text__text  b, 
  .custom_img_text_sec .image-with-text__text  strong {
    font-weight: 600;
  }
  :is(.account, .order) h2 {
    margin-top: 2rem !important;
  }
  :is(.account, .order),
  .customer:not(.account):not(.order) {
    margin: 4rem auto 4rem !important;
  }
  .customer-addresslist li {
    width: 100%;
  }
  .newslet_logo {
    width: 70px;
    height: 70px;
  }
  .common_bundler_page .warning-msg {
    width: 80%;
  }
  .size-guide .size-guide__table {
    margin-bottom: 35px;
  }
  .customer_register_form button.btn:hover:before,
  .btn:not([disabled]):hover:before,
  .shopify-payment-button
    .shopify-payment-button__button--unbranded:hover:before,
  .shopify-payment-button
    .shopify-payment-button__button--unbranded:not([disabled]):hover:before,
  .btn:hover:before,
  .button:hover:before,
  .cart__submit-controls .cart__submit.btn:hover:before,
  .button:hover:before,
  .bndlr-add-to-cart:hover:before,
  .shopify-challenge__button.btn:hover:before {
    display: none;
  }
  .customer.login,
  .register.customer_register_form,
  .customer.reset-password {
    padding: 30px !important;
  }
  .customer form {
    margin-top: 3rem !important;
  }
  .customer button {
    margin: 3rem 0 1.5rem !important;
  }
  .main_product_page .product__media-item .product__media-icon {
    display: none;
  }
  .product-media-modal.media-modal {
    display: none;
  } /*-- Mob-Zoom-modal-pop-up(Hide) --*/
  .main_product_page .slider-buttons {
    display: none;
  }
  .main_product_page .product__info-wrapper .product__title,
  .main_product_page .product__info-wrapper .price .price__container,
  .main_product_page .product__info-wrapper .shopify-app-block {
    display: none;
  }
  .main_product_page .product.product--large.product--stacked .mobile_top_info {
    margin: 0 auto 20px;
    text-align: center;
  }
  .cart__empty-text {
    margin: 1.5rem 0 2rem;
  }
  .main_product_page .product__media-item .product__media-icon.video_item {
    display: block;
  }

  .product-media-modal.media-modal,
  .main_product_page .product__media-item .product__media-icon,
  .product-media-modal.media-modal {
    display: block;
  }
  .video_item .product__media-icon {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
  }
  /*   .video_item svg.icon.icon-play { top: -1px; position: relative; left: 1px;} */
  .main_product_page .product__media-icon.motion-reduce.quick-add-hidden {
    text-align: center;
  }
  .mobile-facets__disclosure .button-label {
    font-size: 1.4rem;
  }
  .main_product_page span.price-item.price-item--regular {
    font-size: 19px;
  }
  .main_product_page .mobile_top_info .price__container {
    margin-bottom: 1.5rem;
  }
  .collection-guide-tab-sec
    .collection-pro-wraper-box
    .collection-pro-wraper
    .btn {
    padding: 10px 30px !important;
  }
  .new_sticker {
    width: 40px !important;
    height: 40px !important;
    right: 5px;
    top: 5px !important;
  }
  .cart__contents table.cart-items th.caption-with-letter-spacing {
    display: none;
  }
  .cart__contents table.cart-items thead tr {
    border-bottom: none;
    margin-bottom: 1rem;
  }
  .product-form .product-form__buttons .button--full-width {
    height: 46px;
  }
  .collection-hero .collection-hero__description p {
    font-size: 18px;
  }
  .kora_lab_icons .icon {
    margin-bottom: 30px;
    width: 70%;
  }
  .kora_lab_fabrics:before,
  .kora_lab_icons:before,
  .kora_lab_fabrics:after {
    width: 400px;
  }
  .kora_lab_fabrics ul li .icon_wrap {
    padding: 20px 15px;
    border: 1px solid #4d4d4f;
  }
  .kora_lab_fabrics ul li .icon_wrap .icon {
    margin-bottom: 15px;
  }
  .kora_lab_fabrics ul {
    justify-content: center;
  }
  .kora_lab_fabrics ul li {
    width: 45%;
    margin: 0 10px 20px;
  }
  .index-banner_sec .text_content h2 {
    font-size: 18px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 18px !important;
  }
  .multicolumn-cls h2.title.h1,
  .product-grid-slider-cls .collection__title h2,
  .rich-text-cls h2.rich-text__heading {
    font-size: 30px;
  }
  .baseRow {
    padding: 30px 0;
  }
  .twocolumn-cls .slider-mobile-gutter ul {
    padding: 30px 0 20px;
  }
  .slideshow.banner .banner__buttons {
    justify-content: start;
    gap: 1rem;
  }
  .slideshow.banner .banner__buttons .btn {
    min-width: 150px;
  }

  .template-suffix-gift-card-2024  .product-form__input .select {
      max-width: 33rem;
  }
  
  .template-product.template-suffix-gift-card-2024  .button.product-form__submit.button.button--full-width.button--primary {
      width: 100% !important;
  }
  .gorgias-chat-key-76gqfx {
      bottom: 55px !important;
  }
  .needsclick.kl-teaser-WWp6U2.undefined.kl-private-reset-css-Xuajs1 {
      bottom: 55px !important;
  }
}
@media only screen and (max-width: 749px) {
  aside#main-collection-filters.facets-wrapper {
    margin-bottom: 20px;
  }
  .mobile-facets__open svg.icon.icon-filter {
    width: 35px;
    color: #000;
  }
  .collection-guide-tab-sec .tab-content {
    padding: 15px 0;
  }
  .base_layer_page_product_slider_section {
    margin-top: 35px;
  }
  .innovationRow {
    padding-bottom: 30px;
  }
  .facets-container {
    padding-top: 0 !important;
  }
  .imgOverlay-content h4 {
    font-size: 18px;
  }

  .product__info-container .product__title,
  .product__info-container .price,
  .product__info-container .jdgm-prev-badge {
    text-align: center;
  }
  .main_product_page .color_input_fields,
  .main_product_page .product-form__input.others_input_fields {
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .main_product_page .size_wrap {
    justify-content: center;
  }
  .main_product_page .product-form .product-form__buttons {
    margin: 0 auto;
  }
  .custom_img_text_sec:nth-child(odd) .image-with-text__content,
  .custom_img_text_sec:nth-child(even) .image-with-text__content {
    padding: 2rem 0 2rem;
  }
  .main_product_page .product__media-list .product__media-item:first-child {
    width: 100%;
    margin: 0;
  }
  .size_wrap h3 {
    font-size: 18px;
  }
  /* .size_guide {
    margin: 0 auto !important;
  } */
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 0rem !important;
  }
  .icon_with_text ul {
    justify-content: center;
  }
  .icon_with_text ul li {
    width: auto;
  }
  .mobile-facets__inner .mobile-facets__footer .mobile-facets__clear,
  .mobile-facets__inner .mobile-facets__footer .button {
    text-transform: uppercase;
  }
  .main_product_page
    .slider-mobile-gutter
    .product__modal-opener--image
    .product__media-icon {
    display: none !important;
  }
  /*   .main_product_page .slider-mobile-gutter .product__modal-opener.product__modal-opener--image */
  .main_product_page
    .slider-mobile-gutter
    .product__modal-opener.product__modal-opener--image
    button.product__media-toggle.quick-add-hidden {
    display: none;
  }
  p.product__text {
    text-align: center;
  }
  .twocolumn-cls .multicolumn-card__info {
    width: 80%;
  }
  .custom_img_text_sec .image-with-text .grid {
    min-height: fit-content;
  }
  .custom_img_text_sec .put-padding-right .image-with-text__content {
    padding: 2rem 0rem 0rem 0rem !important;
  }
  .custom_img_text_sec .put-padding-left .image-with-text__content {
    padding: 2rem 0rem 0rem 0rem !important;
  }

  .facets-vertical.page-width {
      max-width: 100%;
      padding: 0;
  }
  
  .card--standard > .card__content .card__information {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }

}

@media only screen and (max-width: 575px) {
  .activewear_video_sec .video_sec {
    height: 300px;
  }

  .sec-gapTop {
    padding-top: 20px;
  }
  .sec-gapBottom {
    padding-bottom: 20px;
  }

  .sec-gapTopSm {
    padding-top: 10px;
  }
  .sec-gapBottomSm {
    padding-bottom: 10px;
  }

  .sec-gapTopXs {
    padding-top: 10px;
  }
  .sec-gapBottomXs {
    padding-bottom: 10px;
  }

  .page_common_banner,
  .text_with_solid_bg,
  .img_solid_bg {
    margin-bottom: 20px;
  }
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 34px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 19px;
  }
  .autoplay_video_sec .video_sec {
    height: 300px;
  }
  .index-banner_sec .text_content .buttons .btn:first-child {
    margin-right: 5px;
  }
  .page_common_banner {
    height: 400px;
  }
  .yak_wool_image_text .overlay_content .inner_content,
  .yak_wool_image_text.image_right .overlay_content .inner_content {
    padding: 15px 20px;
  }
  .yak_wool_image_text,
  .yak_wool_image_text.image_right {
    padding: 30px 0 30px;
  }

  .yak_wool_text_sec {
    padding: 30px 0;
  }
  .yak_collection_section ul.contains-card li .card__inner {
    height: 350px !important;
  }
  .footer__content-top .footer-block.grid__item:nth-child(2),
  .footer__content-top .footer-block.grid__item:nth-child(3),
  .footer__content-top .footer-block.grid__item:nth-child(4),
  .footer__content-top .footer-block.grid__item:nth-child(5) {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }
  .footer__content-top .footer-block--menu ul li a {
    justify-content: center;
  }
  .footer-block .footer-block--newsletter .footer__list-social.list-social {
    justify-content: center;
  }
  .footer__content-bottom-wrapper .footer__column--info {
    padding-left: 0;
    padding-right: 0;
  }

  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    /*width: 200px;*/
    width: 150px;
  }
  .button,
  .btn,
  #customer_logout_link {
    padding: 10px 15px !important;
    font-size: 18px !important;
  }

  .rev_wrap h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 17px;
  }
  p,
  body {
    font-size: 15px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 15px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 28px;
  }
  section.full_banner_buttons_sec .img_wrap .img {
    padding-top: 60%;
  }
  .insta_feedSec .title a {
    font-size: 18px;
  }

  .promotion_collection_sec .collection-semiler-wraper h2 {
    font-size: 24px;
  }
  .activewear_texts p,
  .activewearContent p,
  .innovation_texts p,
  .our-history-imagewithtext p {
    font-size: 17px;
  }

  .button,
  .btn,
  #customer_logout_link {
    letter-spacing: 0px !important;
    padding: 8px 20px !important;
    font-size: 15px !important;
  }
  .base_layer_page_product_slider_section {
    margin-top: 30px;
  }
  .collection-semiler-wraper h2 {
    font-size: 20px;
  }
  .size-guide .size-guide__table table td {
    padding: 10px 3px;
    font-size: 15px;
  }
  /*   .size-guide__head { margin-bottom: 20px;} */
  .size-guide .tabs__content .img {
    margin: 0 auto 15px;
  }
  .main-page-title {
    margin-bottom: 1.5rem !important;
  }
  .innovationContent p,
  .christmas_contents p {
    font-size: 16px;
    line-height: 1.4;
  }
  .innovationRow {
    padding-bottom: 20px;
  }
  .innovationPic {
    margin-bottom: 20px;
  }
  .footer {
    margin-top: 20px !important;
  }
  .base_layer_page_product_slider_section .stylishTitle h2 {
    font-size: 20px;
  }
  .content-image__capture p {
    font-size: 15px;
  }
  .banner_style2 .rtl {
    font-size: 16px;
  }
  .bndlr-products-container .bndlr-product {
    width: 49% !important;
  }
  .bndlr-products-container {
    padding: 0px !important;
  }
  .custom_img_text_sec
    .image-with-text__content
    h2.image-with-text__heading.h1 {
    font-size: 28px !important;
      font-weight: 100;
  }
  .jdgm-rev__content b.jdgm-rev__title {
    font-size: 15px;
  }

  :is(.account, .order),
  .customer:not(.account):not(.order) {
    margin: 3rem auto !important;
  }
  .common_bundler_page .warning-msg {
    width: 90%;
  }
  .review_slider .rev_wrap h4 {
    margin-bottom: 15px;
    font-size: 21px;
  }
  .review_slider .rev_wrap h5 {
    font-size: 17px;
  }
  .size-guide .size-guide__table {
    margin-bottom: 25px;
  }
  .product--stacked .product__media-item {
    max-width: 100%;
  }
  .show_bg,
  .article_only_text {
    padding: 15px 0;
  }
  .size_set ul li label {
    line-height: 29px;
  }
  .main_product_page span.price-item.price-item--regular {
    font-size: 17px;
  }
  .cart__items .cart-item {
    gap: 0.5rem;
  }
  .collection-hero .collection-hero__description p {
    font-size: 16px;
  }
  .kora_lab_fabrics:before,
  .kora_lab_icons:before,
  .kora_lab_fabrics:after {
    width: 300px;
  }
  .collection-hero .collection-hero__description p,
  .kora_lab_richtext p,
  .kora_lab_banner .txt_wrap p,
  .kora_lab_richtext ul li.icon_wrap .text p,
  .kora_lab_fabrics p {
    font-size: 16px;
  }
  .kora_lab_richtext ul li {
    margin-bottom: 15px;
  }
  .kora_lab_fabrics ul li .icon_wrap h4 {
    font-size: 20px;
  }
  .kora_lab_banner .txt_wrap {
    width: 150px;
    height: 150px;
  }
  .txtInner h1 {
    font-size: 27px;
  }
  .txtInner p {
    font-size: 18px !important;
  }
  .index-banner_sec .text_content h2 {
    font-size: 16px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 16px !important;
  }
  .multicolumn-cls h2.title.h1,
  .product-grid-slider-cls .collection__title h2,
  .rich-text-cls h2.rich-text__heading {
    font-size: 28px;
  }
  .customList ul {
    justify-content: center;
  }
  .customList ul li a {
    padding: 8px;
  }
  .twocolumn-cls .multicolumn-card__info {
    width: 90%;
  }
  .rich-text-cls .rich-text__text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 28px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 17px;
  }

  .index-banner_sec .text_content .buttons .btn {
    width: 170px;
    padding: 10px 3px !important;
    font-size: 15px !important;
  }
  .page_common_banner {
    height: 350px;
  }
  .yak_wool_image_text .inner_content h2,
  .yak_wool_text_sec h2,
  .yak_wool_full_img h2 {
    font-size: 22px;
  }
  .yak_wool_image_text .overlay_content .inner_content,
  .yak_wool_image_text.image_right .overlay_content .inner_content {
    padding: 15px 15px;
  }
  .yak_collection_section ul.contains-card li .card__inner {
    height: 250px !important;
  }
  .card__information .card__heading a {
    /*font-size: 12px;*/
    font-size: 15px;
    font-weight: 600;
  }

  .collection .card-information .price {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .yak_collection_section
    .card-information
    span.price-item.price-item--regular {
    font-size: 14px;
  }
  .yak_collection_section .collection__title h2 {
    font-size: 20px;
  }
  .footer__content-bottom-wrapper.page-width {
    padding: 0 0;
  }
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    width: 160px;
    padding: 10px 3px !important;
    font-size: 15px !important;
  }
  /*   .btn.btnSm { padding: 8px 6px!important;} */
  .btn.btnSm {
    padding: 10px 14px !important;
    font-size: 14px !important;
  }

  section.full_banner_buttons_sec .img_wrap .img {
    padding-top: 80%;
  }
  /*   .content-banner-caption .page-text { margin-bottom: 10px;} */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-bottom: 10px;
  }
  .content-banner-caption .page-text p {
    line-height: 1.3;
  }
  .full_banner_buttons_sec .content-banner-caption h2 {
    font-size: 24px;
  }
  #insta-feed,
  .instafeed-shopify {
    margin: 10px auto 0;
  }
  .index-reviews-sec {
    padding: 20px 5px;
  }
  .blog-articles .card__inner.color-background-2 {
    height: 260px;
  }
  .collection-guide-tab-sec ul.nav.nav-tabs li a.nav-link {
    font-size: 14px;
    padding: 0.5rem 0.6rem;
  }
  .base_layer_page_product_slider_section {
    margin-top: 20px;
  }
  .pagination__list > li:not(:last-child) {
    margin-right: 0.5rem !important;
  }
  .size-guide {
    padding: 20px 0px;
  }
  .size-guide__head {
    margin-bottom: 15px;
  }
  .footer {
    margin-top: 15px !important;
  }
  .index_block_collection_sec .half-cont-buttonsRow {
    padding: 20px 7px;
  }
  .size-guide .size-guide__table table td {
    font-size: 14px;
  }
  .ambassador_text .lft_content h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .ambassador_text {
    padding: 25px 0;
  }
  .ambassador_text_overlay .img_wrap .img {
    height: 320px;
  }
  .common_page h2 {
    font-size: 18px;
  }
  .base_layer-blockquote .content-blockquote__capture h2 {
    margin-bottom: 30px;
  }
  .content-blockquote__capture h2:before {
    width: 40px;
    height: 35px;
    top: 45px;
  }
  .content-image .content-image__image {
    margin-bottom: 15px;
  }
  .yushu-collectionSec .img_wrap {
    margin-bottom: 30px;
  }
  .banner_style2 .rtl {
    font-size: 15px;
    line-height: 1.3;
  }
  .common_collection_cards .top_title h3,
  .base_layer_page_product_slider_section {
    margin-bottom: 20px;
  }
  :is(.account, .order),
  .customer:not(.account):not(.order) {
    margin: 2rem auto !important;
  }
  .size_wrap h3 {
    font-size: 17px;
  }

  .color_set ul li:not(:last-child),
  .size_set ul li:not(:last-child),
  .only_color_set ul li:not(:last-child) {
    margin-right: 4px;
  }
  .color_set ul li,
  .size_set ul li,
  .only_color_set ul li,
  .size_set ul li input[type="radio"],
  .only_color_set ul li input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
  .size_set ul li label {
    line-height: 26px;
    font-size: 11px;
    font-weight: 600;
  }
  .size_set ul li.unavailable:after {
    width: 28px;
    height: 28px;
  }
  
  .collection ul li .add_to_cart_wrap {
    margin-bottom: 8px;
  }
  .collection .card--standard > .card__content .card__information {
    padding-bottom: 0.8rem;
  }
  .collection .button {
    min-height: 36px;
  }
  .customer.login,
  .register.customer_register_form,
  .customer.reset-password {
    padding: 20px !important;
  }
  .customer form {
    margin-top: 2rem !important;
  }
  .customer button {
    margin: 2rem 0 1.5rem !important;
  }
  .highlights {
    padding: 10px 10px;
  }
  .header .header__icons {
    margin-right: 40px;
  }
  .quote_txt {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cart__warnings {
    padding: 2rem 0 1rem !important;
  }
  .cart__empty-text {
    margin: 0.5rem 0 2rem;
  }
  .active-facets__button span.active-facets__button-inner {
    padding: 6px 7px !important;
    font-size: 13px !important;
  }

  .size_set ul li input:checked ~ label:before {
    width: 28px;
    height: 28px;
  }
  .main_product_page span.price-item.price-item--regular {
    font-size: 16px;
  }
  td.cart-item__details a.cart-item__name {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0;
  }
  .cart-items .cart-item__totals span.price {
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 700;
  }
  .kora_lab_fabrics ul li {
    margin: 0 7px 14px;
  }
  .kora_lab_richtext ul li .icon_wrap .icon {
    width: 80px;
  }
  .kora_lab_richtext ul li .icon_wrap .txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .kora_lab_fabrics ul li .icon_wrap {
    padding: 15px 10px;
  }
  .kora_label_image_text .text_contain {
    max-width: inherit;
    text-align: center;
    padding-top: 10px;
  }
  .kora_lab_icons .icon {
    width: auto;
  }
  .kora_lab_fabrics ul li .icon_wrap .icon img {
    width: 100px;
  }

  .kora_lab_banner .txt_wrap {
    width: 120px;
    height: 120px;
  }
  .txtInner h1 {
    font-size: 22px;
  }
  .txtInner p {
    font-size: 15px !important;
  }
  .index-banner_sec .text_content h2 {
    font-size: 14px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 14px !important;
  }
  .multicolumn-cls {
    padding: 0 10px 10px;
  }
  /* .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 0rem;
    padding-right: 0rem;
} */
  .multicolumn-cls
    .background-none
    .multicolumn-list:not(.slider)
    .center
    .multicolumn-card__info {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .twocolumn-cls .multicolumn-card__info {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 380px) {
  .text_content h1,
  .text_content h2,
  .collection-hero__inner .collection-hero__title,
  .slideshow.banner h2.banner__heading.h1 {
    font-size: 24px;
  }
  .text_content h4,
  .kora_lab_banner .txt_wrap p {
    font-size: 16px;
  }
  .collection-hero .collection-hero__description p{
    font-size: 14px;
  }
  .common_page .main-page-title.page-title.h0 {
    font-size: 26px;
  }
  .index-banner_sec .text_content .buttons .btn {
    margin: 0 auto 5px;
  }
  .page_common_banner {
    height: 300px;
  }
  .yak_wool_full_img .img {
    height: 450px;
  }
  .yak_collection_section ul.contains-card li .card__inner {
    height: 200px !important;
  }

  .button,
  .btn,
  #customer_logout_link {
    padding: 8px 14px !important;
    font-size: 14px !important;
  }
  .collection .button {
    padding: 6px 10px !important;
    font-size: 13px !important;
    min-height: auto;
  }
  .rev_wrap h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 26px;
  }
  .index-banner20.index_new_banner {
    height: 350px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px;
  }
  .full_banner_buttons_sec .content-banner-caption h2 {
    font-size: 22px;
  }
  .collection-guide-tab-sec ul.nav.nav-tabs li a.nav-link {
    padding: 0.5rem 0.4rem;
    font-size: 13px;
  }
  .promotion_collection_sec .collection-semiler-wraper h2,
  .collection-pro-wraper-box h3 {
    font-size: 29px;
  }
  .yak_wool_full_img {
    height: 400px;
  }
  .index-banner_sec .text_content .buttons .btn,
  .half-cont-buttonsRow .btn {
    width: 117px;
  }
  .base_layer-blockquote {
    height: 600px;
  }
  .yushu-collectionSec .img_wrap {
    margin-bottom: 25px;
  }
  .custom_img_text_sec
    .image-with-text__content
    h2.image-with-text__heading.h1 {
    font-size: 26px;
    padding-top: 2rem;
  }
  .common_bundler_page .warning-msg {
    width: 100%;
  }

  .color_set ul li:not(:last-child),
  .size_set ul li:not(:last-child),
  .only_color_set ul li:not(:last-child) {
    margin-right: 3px;
  }
  .color_set ul li,
  .size_set ul li,
  .only_color_set ul li,
  .size_set ul li input[type="radio"],
  .only_color_set ul li input[type="radio"] {
    width: 25px;
    height: 25px;
  }
  .size_set ul li input ~ label:before {
    width: 25px;
    height: 25px;
  }
  .size_set ul li label {
    /*line-height: 22px;*/
    line-height: 25px;
    font-size: 10px;
  }
  .size_set ul li.unavailable:after {
    width: 24px;
    height: 24px;
  }
  .collection .button {
    min-height: 32px;
  }
  .collection ul.grid.product-grid > li {
    padding: 15px 3px;
  }
  .icon_with_text ul li {
    margin-right: 15px;
    width: 29%;
  }

  .cart-count-bubble {
    bottom: 0.4rem;
    left: 1.4rem;
  }
  .icon_with_text ul li .txt_wrap {
    width: 100%;
  }
  .size_set ul li input:checked ~ label:before {
    width: 23px;
    height: 23px;
  }
  .kora_lab_fabrics:before,
  .kora_lab_icons:before,
  .kora_lab_fabrics:after {
    width: 180px;
  }
  .kora_lab_fabrics ul li {
    width: 44%;
  }
  .kora_lab_richtext ul li .icon_wrap .icon {
    width: 70px;
  }
  .kora_lab_richtext ul li .icon_wrap .txt {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .kora_lab_fabrics ul li .icon_wrap .icon img {
    width: 85px;
  }
  .index-banner_sec .text_content h2 {
    font-size: 13px;
  }
  .slideshow.banner .banner--desktop-transparent .banner__text > span {
    font-size: 13px !important;
  }
  .multicolumn-cls h2.title.h1,
  .product-grid-slider-cls .collection__title h2,
  .rich-text-cls h2.rich-text__heading {
    font-size: 26px;
  }
}

/* Custom CSS by Zeb */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header__menu-item,
.currency_changer select {
  color: #fff !important;
}
.header .icon {
  width: 18px !important;
  height: 28px !important;
}
.header .icon-search,
.header .icon-login,
.header .icon-cart {
  background: #fff;
  border-radius: 25px;
  padding: 5px;
}

/* ---------------- Ropstam ----------------------- */
.collection__title .title {
    font-size: 36px;
}
.template-product .multicolumn-cls {
    padding: 0 0px 30px;
}
svg.icon.icon-search-new {
  width: 35px !important;
  height: 35px !important;
}
svg.icon.icon-cart-new {
  width: 35px !important;
  height: 35px !important;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
  display: none !important;
}

.page-width-new {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 5rem;
}
.template-index .color_set ul li,
.template-collection .color_set ul li {
  border-radius: 0;
}
.sub-title-description {
  min-height: 35px;
  overflow: hidden;
}
.btn:not([disabled]):hover:before,
.btn:before {
  background: var(--blueTextColor);
  color: var(--btnHoverBg);
}

.index_block_collection_sec .half-blocks20-content {
  bottom: 0;
}
.index_block_collection_sec h2 {
  font-size: 20px;
}

.btn-white {
  color: #ffffff;
}
.half-cont-buttonsRowNew a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.abs-strip {
  width: 35px;
  position: absolute;
  top: -15px;
  left: 40px;
}

.custom_img_text_sec .put-padding-right .image-with-text__content {
  padding: 2rem 7rem 2rem 7rem;
}
.btn-black,
.btn-black:hover {
  color: #4d4c4f;
}

.banner-abs {
  position: absolute;
  right: 0;
  position: absolute;
  bottom: 20%;
  width: 400px;
  z-index: 2;
  /* right: 12%; */
  padding-right: 40px;
  text-align: center;
}
.image-with-text__text-item img {
  border: none !important;
}
.show_subtitle {
  font-size: 12px;
  text-transform: uppercase;
}
.show_short_description {
  font-size: 12px;
  margin-top: 0px !important;
}
.card__information .card__heading a {
  color: #1d1c1d;
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: var(--textFont) !important;
  letter-spacing: 0;
}
.card--standard > .card__content .card__information {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.price {
  font-size: 14px;
  color: #4d4c4f;
}
.pro-img-text-abs.abs-image {
  left: auto;
}
a.btn-black {
  font-size: 14px;
}
a.btn-black:hover {
  text-decoration: underline;
}
.shop_now_link {
  float: right;
  font-size: 14px;
}
.shop_now_link a {
  color: #4d4c4f;
}
.shop_now_link a:hover {
  text-decoration: underline;
}
.cart-notification__links button.link.button-label {
  display: none;
}
h3.cart-notification-product__name.h4 {
  font-size: 17px;
  margin-bottom: 15px;
}
.cart-notification-product .product-option,
.cart-notification-product dt {
  font-size: 1.2rem;
  font-weight: 100;
}
.cart-notification__links .button {
  border: 1px solid #4d4c4f;
  font-weight: 100;
}

.cart-notification-wrapper {
  z-index: 9;
}
.cart-noti-head {
  width: 210px;
  margin: 0 auto;
}
.cart-notification__heading.caption-large {
  font-size: 12px;
  font-weight: 100;
}

.cart-notification__heading .icon-checkmark {
  margin-right: 1rem;
  width: 1rem;
}
.card__content .options_wrap {
    margin-top: 15px;
}
.card__content  .options_wrap {
    opacity: 0;
    height: 0;
    transition: opacity 0.3s ease;
}
.card-wrapper:hover  .options_wrap {
    opacity: 1;
    animation: fadeIn 0.3s ease forwards;
    height: auto;
}
.template-index .collection .card__information .card__heading a {
  letter-spacing: 0;
  margin-bottom: 5px;
  overflow: hidden;
}

sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled
  header {
  border: 1px solid;
}
.cart-notification-product .product-option,
.cart-notification-product dt {
  font-size: 1.2rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #1d1c1d;
}
.cart-notification-product__image {
  margin-top: 0rem;
  border: none;
}
.cart-notification-product .product-option {
  margin: 10px 0;
}
.cart-notification__links button.button {
  color: var(--btnBgWhite);
  background: var(--blueTextColor) !important;
}
.cart-notification__links button.button::before {
  color: var(--blueTextColor) !important;
  background: #fff;
}
.cart-notification__links button.button:hover {
  color: var(--blueTextColor) !important;
}
.template-cart table.cart-items th.caption-with-letter-spacing {
  text-align: left;
  background-color: #fff;
  color: #4D4C4F;
  padding: 15px;
  font-weight: 100;
  font-size: 16px;
      padding-left: 0;
}
.template-cart  .cart-item__quantity-wrapper {
    max-height: 44px;
}
.template-cart .title-wrapper-with-link.back-btn a:hover {
    color: #000000;
}
/* .template-cart  .title-wrapper-with-link {
    display: none;
} */
.template-cart .title-wrapper-with-link.cartTitle {
    display: none;
}
.template-cart .cart-item .cart-item__quantity {
  padding-left: 0px;
}

.template-cart a.underlined-link.btn.btnSm.text-uppercase {
  display: none;
}
.template-cart cart-items .title-wrapper-with-link h1.title.title--primary {
  width: 100%;
  text-align: left;
  font-size: 28px;
  margin-bottom: 8px;
  font-weight: 100;
}

.template-cart .totals {
  justify-content: space-between;
}
cart-remove-button {
  margin-top: 0;
}
.product-option {
  font-size: 1.2rem;
  font-weight: 100;
}
.product-option dt {
  font-weight: 100;
}
td.cart-item__details a.cart-item__name {
  font-size: 16px !important;
}

th.small-hide.right.caption-with-letter-spacing {
  text-align: right !important;
}
.title-wrapper-with-link.back-btn {
  justify-content: left;
}

.noIndexTemplate header.header.header--middle-left.page-width.header--has-menu {
  background: #d8dfdc;
  margin-top: 20px;
}
.noIndexTemplate .header__menu-item {
  /* color: #4d4c4f !important; */
  color: #000 !important;
}
.noIndexTemplate .shopify-section-header-hidden .header-wrapper,
.noIndexTemplate .shopify-section-header-sticky.animate .header-wrapper {
  display: block !important;
}





.template-cart .cart__checkout-button.button {
  color: #fff !important;
  background: #4D4C4F !important;
}
.template-cart #main-cart-footer {
  max-width: 1300px;
}

.template-cart main#MainContent {
  margin-top: 3%;
}

.template-product main#MainContent {
  margin-top: 5%;
}

.col-outer.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
  display: flex;
  justify-content: space-between;
}
.col-outer h2.title.h1 {
  margin-top: 0;
}
.col-desc.collection__description.body {
  width: 490px;
}
.col-desc.collection__description p {
  font-size: 20px;
}
.col-outer.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
  max-width: 1900px;
}
.col-outer h2.title.h1 {
  margin-top: 0;
  font-size: 36px;
}

.facets-vertical.page-width {
  max-width: 1900px;
}
.collection-hero--with-image .collection-hero__text-wrapper {
  width: 100%;
}
.only_color_set ul li {
  border-radius: 0 !important;
}

.template-collection
  .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
  max-width: 1900px;
}

.template-collection
  .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.template-collection
  .slider-component.slider-mobile-gutter.page-width.page-width-desktop {
  max-width: 1900px;
}

.template-collection
  .slider-component.slider-mobile-gutter.page-width.page-width-desktop {
}
.product__info-container {
        position: relative;
    }


.jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    /* position: absolute;
    top: 3.7%; */
    font-size: 10px;
    /* right: 0; */
}
.color_set ul li {
    border-radius: 0;
}
.template-product .multicolumn.background-primary .multicolumn-card {
    background: none;
}

.template-product  .image-with-text.image-with-text--no-overlap {
    padding: 0px 6.5rem;
    max-width: 75%;
}


/* .header-wrapper.scrolled,
.shopify-section-header-sticky.animate .header-wrapper.scrolled {
  display: block !important;
}
 */
.header-wrapper.scrolled,
.shopify-section-header-sticky.animate .header-wrapper.scrolled {
 transform: translateY(0) !important;
  transition: transform 0.4s ease;
}
sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header {
  background: #d8dfdc;
  margin-top: 20px;
  transition: transform 0.4s ease;
}
.scrolled .header__menu-item,
.scrolled .currency_changer select {
  /* color: #4d4c4f !important; */
  color: #000 !important;
}
.scrolled .scroll-logo {
  display: block !important;
}
.scrolled .pre-scroll-logo {
  display: none;
}
/* Blog page Css */
.template-blog .blog-articles__article .txt_wrap {
  padding-left: 0;
}
.template-blog .blog-articles__article .title_wrap .card__heading {
  padding-left: 0;
}
.template-blog .blog-articles__article .title_wrap .card__heading a {
  font-size: 28px;
  font-family: "Neue Plak Text" !important;
}
.template-blog .card--standard > .card__content .card__information {
  padding-left: 0 !important;
}
.template-blog .blog-articles__article .txt_wrap a {
  text-transform: uppercase;
  color: #647f8f;
  border-bottom: 1px solid #647f8f;
}
div#rich-text-102643291 {
    display: none;
}
div#rich-text-102643292 div {
    font-size: 14px;
    text-align: left !important;
}
form.needsclick.klaviyo-form.klaviyo-form-version-cid_3.kl-private-reset-css-Xuajs1 {
    border-radius: 0 !important;
}
input#email_102643293 {
    max-height: 40px !important;
    border: 1px solid rgb(77 77 79) !important;
    border-radius: 0 !important;
}
.needsclick.go3298969293.kl-private-reset-css-Xuajs1 {
    display: none;
}
div#rich-text-102643292 a {
    color: #000000;
}
button.needsclick.go952291206.kl-private-reset-css-Xuajs1 {
    border-radius: 0px !important;
    height: 40px !important;
    font-weight: 100 !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    border-radius: 0 !important;
}
.cart-notification__heading {
    align-items: center;
    text-align: center !important;
    justify-content: center;
}
.template-index .collection  button.slick-next.slick-arrow {
       display: none !important;
}
@keyframes slideInDown {
    from {
        transform: translate3d(0,-100%,0);
        visibility: visible
    }
    to {
        transform: translate3d(0,0,0)
    }
}
.slideInDown {
   animation: slideInDown 1s ease-out;
}



.slideInDown2 {
  animation: slideInDownAnimation2 0.5s forwards;
}

@keyframes slideInDownAnimation2 {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

 .custom_img_text_sec_2 .media>img {
    object-fit: contain;
    object-position: 100% 100%;
    position: relative !important;
}
 .custom_img_text_sec_2  .image-with-text__media.image-with-text__media--large.gradient.color-background-1.global-media-settings.media {
    border: none;
}
 
/* .custom_img_text_sec_2  .image-with-text__media--large {
        max-height: 560px;
    } */



/* Min Media Query */
@media only screen and (min-width: 500px) {
  .header.page-width {
    right: 0;
    padding: 0px 6.5rem;
    max-width: 95%;
    margin: 0 auto;
  }
  .half-blocks20-content {
    padding: 4rem 4.7rem !important;
  }
  div#ImageWithText--template--15743454445635__image_with_text_j3BXM6 {
    padding: 2rem 9rem 1rem;
  }
  .half-blocks20-content {
    padding-left: 10% !important;
    padding-bottom: 10% !important;
  }
  .slideshow__text.banner__box {
    padding: 4%;
  }
  .cart-notification-product__image img {
    width: 140px !important;
  }

.subcollection-list.page-width {
    max-width: 98%;
    margin: 0 auto;
}
  
}
@media only screen and (min-width: 900px) {

   

  button.needsclick.go952291206.kl-private-reset-css-Xuajs1 {
   max-width: 75% !important;
}
form.needsclick.klaviyo-form.klaviyo-form-version-cid_3.kl-private-reset-css-Xuajs1 {
    width: 820px !important;
}
  
  .slider-mobile-gutter .grid {
    margin-left: 30px;
  }
   .template-product .custom-kora-three-col ul.multicolumn-list {
        margin-left: 0;
    } 
  .klaviyo-form.klaviyo-form.klaviyo-form {
    margin-left: 0 !important;
}
.template-product .multicolumn-cls .multicolumn-card__info h3 {
    font-size: 27px;
}
.template-product  .image-with-text.image-with-text--no-overlap .image-with-text__content{
    float: right;
    width: 400px;
    font-size: 20px !important;
}
  .template-index .collection .card:not(.ratio) {
    background: #F6F6F6;
  }
 .collection .card:not(.ratio) {
        background: #F6F6F6;
    }
  .cart-notification-wrapper .cart-notification {
    max-width: 50rem;
    padding: 5.5rem 7.5rem;
  }

  button.cart-notification__close.modal__close-button.link.link--text.focus-inset {
    position: absolute;
    right: 10%;
    top: 20px;
  }
  a.mega-menu__link.mega-menu__link--level-2.link.top-picks {
    display: none;
}
.mega-menu__list {
    /* margin: 40px 0px 40px 40px; */
      padding: 40px 0px 40px 40px;
      box-shadow: inset 0 0 0 1px #eaeaea, 0 5px 20px rgba(0, 0, 0, 0.15);
      background-color: rgb(var(--color-background));
}
  .mega-menu__list > li:nth-child(3) > ul.list-unstyled > li .img_wrap p,
.mega-menu__list > .mega-inner-top-picks > ul.list-unstyled > li .img_wrap p {
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
}

/* ul.mega-menu__list li:nth-child(3) .mega-menu__link
{
  display:none;
}
   */
  .mega-menu__list > li:nth-child(3),
  .mega-menu__list > .mega-inner-top-picks{
    width: 420% !important;
  }
  .header__icons {
    gap: 35px;
  }
  .header .list-menu--inline {
    gap: 35px;
    padding-left: 60px;
  }
   .product-recommendations h2.product-recommendations__heading.h1 {
    text-align: left;
   }
  .template-index .collection ,  .template-product .collection {
    margin: 70px;
  }
     .template-product  .collection .slider-mobile-gutter .grid {
        margin-left: 30px;
    }
  /* .shopify-section-header-hidden .header-wrapper,
  .shopify-section-header-sticky.animate .header-wrapper {
    display: none;
  } */

  .shopify-section-header-hidden .header-wrapper,
  .shopify-section-header-sticky.animate .header-wrapper,
  .shopify-section-header-hidden .header-wrapper .header.page-width{
    transform: translateY(-140%);
    transition: transform 0.4s ease;
  }
    .shopify-section-header-hidden .header-wrapper.scrolled,
  .shopify-section-header-sticky.animate .header-wrapper.scrolled,
  .shopify-section-header-hidden .header-wrapper.scrolled .header.page-width{
    /* transform: translateY(0%); */
    transition: transform 0.4s ease;
  }
  
  .index_block_collection_sec .half-blocks20-content {
    width: 80%;
  }
  .abs-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 200px;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    left: 120px;
    right: 0;
    text-align: center;
  }
  /* .header.page-width {
    right: 0;
    padding: 0 8rem;
    max-width: 190rem;
    margin: 0 auto;
} */
  .slideshow__text-wrapper {
    margin: 0 auto;
  }
  .template-cart #main-cart-footer {
    max-width: 1300px;
  }
      .product__info-wrapper {
          padding-left: 10rem !important;
         padding-top: 10rem !important;
    }

.template-product .product__title h1 {
    width: 100%;
}
.jdgm-prev-badge .jdgm-prev-badge__text{
        text-transform: capitalize;
  }

  span.jdgm-prev-badge__stars {
      margin-right: 15px;
  }
  span.jdgm-prev-badge__text {
      border-bottom: 0 !important;
  }
    span.jdgm-qa-badge__text {
      border-bottom: none !important;
  }
    span.jdgm-qa-badge {
      display: none;
  }

.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    padding-left: 85px;
}

.collection-hero--with-image .collection-hero__text-wrapper {
        width: 70%;
    }


.custom_img_text_sec_2 .image-with-text__media-item.image-with-text__media-item--medium.image-with-text__media-item--top.grid__item {
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    padding-right: 70px;
}

.custom_img_text_sec_2 .image-with-text__text-item.grid__item {
    width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
}

.template-suffix-mountain-life .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
        padding-left: 63px;
    }
  
}
/* ================================================ */
/* max media query */
@media screen and (max-width: 1200px) {
  .image-banner-cls .banner__box {
    max-width: 45rem !important;
    min-width: 20rem !important;
 }
 .banner--large:not(.banner--adapt) {
    min-height: 55rem !important;
  }
  .custom_img_text_sec_2 .image-with-text__media-item {
    display: flex;
    gap: 5px;
}
.custom_img_text_sec_2 .media>img {
    object-fit: contain;
    object-position: center;
  position:relative !important;
}

.custom_img_text_sec_2 .image-with-text__media-item .image-with-text__media {
    border: 0;
}

  
}
@media screen and (max-width: 990px) {
     .custom_img_text_sec_2  .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
}


    .slideshow__text-wrapper.banner__content {
        padding: 0rem !important;
    }
    slider-component.page-width {
        padding: 0 0rem !important;
    }
    div#ImageWithText--template--15743454445635__image_with_text_j3BXM6 {
        padding: 2rem 3rem 1rem;
    }
    .image-banner-cls .banner__content {
        padding: 2rem !important;
    }
    .image-banner-cls .banner__box {
       max-width: 40rem !important;
       padding: 2rem 0rem !important;
    }
    .image-banner-cls .banner-abs {
        width: 150px;
        right: 3%;
        bottom: 25px;
    }
   .center-abs-banner a.button.button--primary {
    background: transparent !important;
    color: #fff;
    text-decoration: underline;
    left: 0;
    margin-left: 0;
    padding: 0 !important;

}
  .center-abs-banner .banner-abs{
    position: absolute;
    top: 10%; 
    width: 85%;
    z-index: 2;
    text-align: center;
}
  .center-abs-banner .banner__content {
    align-items: flex-end;
    align-content: flex-end;
}
     .center-abs-banner {
        min-height: 60rem;
    }
    .template-blog .blog-articles__article .title_wrap .card__heading a {
      font-size: 20px;
    }
    section.article_head_sec h1 {
      font-size: 28px;
      }
    .template-article h4 {
      font-size: 16px !important;
    }
    .template-article .article_only_text .inn_txt ul li {
        font-size: 16px;
    }
    .scrolled .header__icon svg.icon.icon-close path {
      fill: #000;
    }
    div#Banner-template--15743455494211__image_banner_fcQaMf:after{
      display:block;
    }

   /* .template-index  .pre-scroll-logo .header__heading-logo {
        max-width: 140px;
        padding-top: 25px;
    } */
  .custom_img_text_sec_2  .put-padding-right .image-with-text__content {
    padding: 2rem 2rem 1rem 2rem;
   }
  .custom_img_text_sec_2 .image-with-text__media-item .image-with-text__media {
           height: 100%;
   }
   .custom_img_text_sec_2 .image-with-text__content {
         justify-content: center;
         text-align: center;
         align-items: center;
  }
  
}

@media screen and (max-width: 767px) {
slider-component.aa.single-item-rtl.slider-mobile-gutter.page-width.page-width-desktop ul {
    padding: 0 20px;
 position: unset;
}

  /*  */
  .currency_changer {
    display: none;
  }
  details-modal.header__search {
    display: none;
  }
  .header__icons .header__icon {
    right: -32px;
    top: 0px;
  }
  .slideshow__text .banner__text {
    text-align: left !important;
  }
  .index_block_collection_sec h2 {
    text-align: left;
  }
  .half-cont-buttonsRowNew {
    text-align: left;
  }
  .slideshow__text.banner__box {
    display: grid !important;
    text-align: left !important;
  }
  .abs-strip {
    top: -25px !important;
    left: 0px !important;
    width: 28px;
  }
  .banner__box {
      padding: 4rem 20px !important;
  }
  /* .abs-image {
    position: absolute;
  } */
  /*  */
  .page-width {
    padding: 0 20px;
  }
  .header__icon.header__icon--menu {
      left: 7px;
  }
  .index_block_collection_sec .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  div#ImageWithText--template--15743454445635__image_with_text_j3BXM6 {
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 50px;
  }
  .card__information {
      display: flex;
      flex-wrap: wrap;
  }
  .card__information .card__heading {
      width: 100%;
      /* width: 50%; */
            
  }
  .card__information .card__heading a{
    display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5px;
  }
  .card__information .show_subtitle {
      /* width: 50%; */
      width: 100%;
      text-align: right;
  }
  .card__information .show_short_description {
      width: 100%;
      /* width: 50%; */
  }
  .card__information .options_wrap {
      width: 100%;
      /* width: 50%; */
  }
  .card__information .options_wrap_color{
      width: 100%;
  }
  .card__information .price {
      width: 100%;
  }
  .card__information .color_set ul {
      justify-content: flex-end;
      gap:5px;
      flex-wrap: nowrap;
  }
  .card__information .color_set ul li {
      margin: 0px !important;
  }
  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header {
    margin-top: 0px;
  }
  /* .header-wrapper.scrolled, .shopify-section-header-sticky.animate .header-wrapper.scrolled {
      margin: 0 10px;
  } */
      .shopify-section-header-hidden .header-wrapper, .shopify-section-header-sticky.animate .header-wrapper, .shopify-section-header-hidden .header-wrapper .header.page-width {
        transform: translateY(-140%);
        transition: transform 0.4s ease;
    }
  .mobile-hide
    {
      display:none;
    }
  
  /* .mobile-show
    {
      display:block !important;
    } */
  
  .product__media-wrapper .slider-button
    {
       display:none;
    }
  
  .product__media-wrapper button.slider-button.slider-button--next , button.slider-button.slider-button--prev {
      display: none;
  }
  .template-product .product__title h1 {
      font-size: 16px !important;
      margin-bottom: 15px;
      width: 100%;
  }
  .product__info-wrapper p.product__text {
    margin-top: 40px;
  }
  .product__info-wrapper .mobile-show {
      margin-bottom: 5px;
    height:0px;
  }
  .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
      position: inherit;
      font-size: 10px;
  }
  .shopify-app-block .jdgm-prev-badge {
      display: none !important;
  }
  .product__info-container .jdgm-prev-badge {
          text-align: right;
      }
  /* div#price-template--15743455494211__main {
      display: none;
  } */
  
    
  .product__info-container .product__title , p.product__text {
          text-align: left;
            margin-top: 45px;
      }
 .template-product  .product__title {
            margin-top: 15px !important;
      }
  .product__info-container .price
    {
      text-align: left;
      top:30px;
    }
  .template-product span.jdgm-qa-badge {
      display: none;
  }
  .template-product span.jdgm-prev-badge__text {
      margin-left: 10px;
  }
  .template-product .jdgm-prev-badge .jdgm-prev-badge__text
    {
      border-bottom:none;
    }
  .template-product  span.price-item.price-item--regular {
      position: absolute;
      top: 0;
      right: 0;
  }
  .template-product variant-radios.no-js-hidden {
      top: -20px;
  }
  .template-product  ul.kora-kora-options {
      position: fixed;
      /* bottom: 35px; */
    bottom: 9%;
    height:0;
    }
 .template-product  .kora-select-menu.active ul.kora-kora-options
  {
    height:auto;
  }
  .template-product .multicolumn-card-spacing {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
  }
  .template-product  .multicolumn-card__info {
      padding-left: 5px;
  }
  .template-product a.jdgm-rev__prod-link {
      color: #3B3B3B;
      margin-bottom: 10px !important;
  }
  .template-product .product-recommendations h2.product-recommendations__heading.h1 {
      text-align: left;
   }
  .template-product .multicolumn-cls {
      padding-bottom: 0;
  }
  .template-product .image-with-text.image-with-text--no-overlap {
      max-width: 100%;
      padding: 0 20px;
  }
   .template-product  .card__information .show_subtitle {
          text-align: left;
      }
   .template-product  .card__information .color_set ul {
      justify-content: flex-start;
  }
   .template-product span.price-item.price-item--regular {
          position: relative;
      }
  
  
  .template-product .banner--adapt {
      height: 549px;
  }
  
  .template-product  h2.banner__heading.h1 {
      font-size: 28px;
      width: 70%;
  }
  .template-product p.sizer_contact_info {
      display: none;
  }
  .template-product .center.collection__view-all {
      display: none;
  }
  .template-product  h2.title.h1 {
      font-size: 20px;
  }
  .template-product .collection__description  p {
          font-size: 14px;
      }
  .template-product .card__information .card__heading {
          /* width: 100%; */
          font-weight: 400 !important;
      }
  .template-product .card__information .card__heading a{
          /* width: 100%; */
          /* font-weight: 500 !important; */
      }
  /* .template-product  .card__information {
      flex-direction: column;
  } */
  .template-product .card__information .show_subtitle {
          text-align: left;
          margin-bottom: 5px;
      }
  
  .template-product  a.jdgm-rev__prod-link {
      font-size: 12px;
  }
  .template-product  .jdgm-subtab {
      font-size: 14px;
  }
  .template-product  .insta_feedSec .shopify-app-block h2.jdgm-rev-widg__title{
      margin-bottom: 10px;
  }
  .template-product  .metrics {
      padding-top: 0px !important;
  }
    
  /* -------- Collection page ---------------------- */
  
  .template-collection .collection-hero__image-container {
      height: 35rem;
  }
  .template-collection .collection-hero__text-wrapper.text-white {
      text-align: left;
  }
  .template-collection  .collection-hero--with-image .collection-hero__text-wrapper {
      padding: 0rem 0 0rem !important;
      bottom: 50px;
      transform: translate(0%, 0%);
      left: 0px;
      top: 25%;
      padding-left: 20px !important;
      padding-right: 20px !important;
  }

  .template-collection .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
      flex-direction: column;
  }
  .template-collection  .col-outer h2.title.h1 ,.template-collection h2.title.h1 {
      font-size: 20px;
  }
  .template-collection .col-desc.collection__description p {
      font-size: 14px;
  }
  .template-collection  .collection__description.body p {
      font-size: 14px;
  }
  .template-collection .col-desc.collection__description.body {
      width: 100%;
  }  
  /* .template-collection .card__information .card__heading {
      width: 100%;
  } */
  /* .template-collection .card__information {
      flex-direction: column;
  }  */
  .template-collection .card__information .show_subtitle {
      /* width: 100%; */
      text-align: left;
    height: 35px;
        overflow-y: hidden;
  }
  .template-collection  .card__information .show_short_description {
      width: 100%;
      margin-bottom: 10px;
  }
  .template-collection .collection__view-all a:not(.link) {
      margin-top: 3rem;
    }
  .template-collection .card--standard > .card__content .card__information {
      padding-left: 15px !important;
     padding-bottom: 30px !important;
    /* padding-left: 0px !important;  */
  }
  .template-collection .collection .card , .template-product .collection .card {
    background: #F6F6F6;
}
.template-collection  .show_subtitle , .template-product  .show_subtitle {
    padding-left: 0px;
}
  .template-collection .card__information .color_set ul {
      justify-content: flex-start;
  }  
  .template-collection .slider-mobile-gutter  .card__information {
       padding-left: 20px !important;
  }
  .template-collection .slider-mobile-gutter  .card--standard  .card__information {
      padding-left: 25px !important;
  }
/* .template-collection .card--standard > .card__content .card__information {
        padding-left: 15px !important;
        padding-bottom: 30px !important;
    } */
  .product__info-container .kora-select-menu {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 9999999;
      width: 50%;
     margin-bottom: -3px;
  }
  button.product-form__submit.button.button--full-width.button--primary {
      display: block;
      position: fixed;
      bottom: 0;
      right: 0;
      margin-bottom: 0;
      z-index: 9999999;
      width: 50% !important;
  }
  
  fieldset.js.product-form__input.color_input_fields {
      padding-top: 10px;
  }
  .template-product .wair-size_guide-wrapper.sizeabsvar {
      top: 18px !important;
  }

  .template-index a.scroll-logo-mobile.mobile-show.header__heading-link.link.link--text.focus-inset.mobileLogo {
      display: none !important;
  }
  .template-index .scrolled a.scroll-logo-mobile.mobile-show.header__heading-link.link.link--text.focus-inset.mobileLogo {
      display: block !important;
  }

  #shopify-section-template--15743454445635__image_with_text_j3BXM6 {
    background-color: #d8dfdc;
    padding-top: 40px;
  }
  #shopify-section-template--15743454445635__image_with_text_j3BXM6 .image-with-text__media-item {
      order: 1;
      padding-left: 70px;
      padding-right: 20px;
  }
  #shopify-section-template--15743454445635__image_with_text_j3BXM6 .image-with-text__text-item {
      order: 3;
  }
  #shopify-section-template--15743454445635__image_with_text_j3BXM6 .abs-image {
      order: 2;
      padding-left: 20px;
      padding-right: 20px;
  }
  #shopify-section-template--15743454445635__image_with_text_j3BXM6 .abs-image img {
    max-width: 186px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
 }

  #shopify-section-template--15743454445635__image_with_text_zq3Ybq {
    background: rgb(92 92 92 / 6%);
    padding-left: 20px;
    padding-right: 20px;
 }
  #shopify-section-template--15743454445635__image_with_text_zq3Ybq .image-with-text__content {
      padding-left: 0px;
      padding-right: 0px;
      background: transparent;
      display: block;
  }
 #shopify-section-template--15743454445635__image_with_text_zq3Ybq  .image-text-block{
   text-align:center;
 }
 #shopify-section-template--15743454445635__image_with_text_zq3Ybq  .image-text-block img {
    width: auto;
 }

  #shopify-section-template--15743454445635__image_banner_hx6f3g .banner__media.media {
      height: 56rem;
  }
  #shopify-section-template--15743454445635__image_banner_hx6f3g .banner {
        align-items: flex-end;
    }
  #shopify-section-template--15743454445635__image_banner_hx6f3g .banner-abs {
      width: 100%;
      right: 0;
      padding: 0 40px;
      top: 44px;
      bottom: auto;
  }
  /* .banner--mobile-bottom .banner__media {
        position: absolute !important;
    } */
  .scrolled .scroll-logo.mobile-hide {
    display: none !important;
  }
     a.scroll-logo-mobile.mobile-show.header__heading-link.link.link--text.focus-inset.mobileLogo {
      display: block !important;
  }
  #shopify-section-template--15743454445635__image_banner_CDjmPi .banner {
      height: 36rem;
  }
  .product.product--medium.product--thumbnail_slider.grid.grid--1-col.grid--2-col-tablet {
      margin-top: 30px;
  }
  .template-product .product .breadcrumb {
      font-size: 10px;
      margin-bottom: 0px !important;
      margin-top: 20px;
  }
  .template-product .image-banner-cls .banner__media.media::after  {
      content: "";
      position: absolute;
      top: 0;
      background: #000 !important;
      opacity: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  .product__info-container .price.price--large.price--show-badge {
      /* position: absolute; */
      /* top: 0;
      right: 0; */
  } 
.price.price--large.price--on-sale.price--show-badge {
    top: 30px;
}
.product__info-wrapper .price .price-item--last,
.product__info-wrapper .price.price--on-sale .price-item--regular  {
    font-size: 14px;
}
.product__info-wrapper  .badge {
    font-size: 60%;
  margin-top: 4px;
  }
  
  /* blog page */
  .template-blog .blog-articles__article .title_wrap .card__heading a {
      font-size: 16px;
  }
  .template-blog .article-card__excerpt {
      font-size: 12px;
  }
 .template-blog .article-card .txt_wrap a  {
      font-size: 14px;
  }
 .template-blog .pagination ul.pagination__list {
    justify-content: flex-start;
  }
 .template-blog .pagination ul.pagination__list li a.pagination__item {
      padding: 0px !IMPORTANT;
      width: fit-content;
      height: auto;
      line-height: 1.1;
      border-color: #647F8F;
  }
 .template-blog .pagination__item-arrow {
      border: 0px !important;
  }
  .template-blog .banner__content .banner__heading {
    text-align: left;
    padding-bottom: 30px;
  }
    section.article_head_sec h1 {
      text-align: left;
      }
    .template-article h4 {
      text-align: left;
    }
    .template-article .article_head_sec {
      padding-top: 60px;
    }
    gs-product div[_ngcontent-ykl-c22] > div[_ngcontent-ykl-c22] {
      display: none;
    }
    gs-product div[_ngcontent-ykl-c38].impact-toggle-traceability {
        display: none !important;
    }

   .js details[open].menu-opening>.menu-drawer {
      width: 100% !important;
  }
.header  .currency_changer
  {
    display:none;
  }
  .header  .currency_changer_1
  {
    display:none !important;
  }
  .currency-second-last .currency_changer
  {
     display:block;
  }
.overflow-hidden-tablet  a.pre-scroll-logo.header__heading-link.link.link--text.focus-inset.headerLogo , .overflow-hidden-tablet svg.icon.icon-cart-new.pre-scroll-logo {
    display:none !important;
  }

.overflow-hidden-tablet a.scroll-logo.mobile-hide.header__heading-link.link.link--text.focus-inset.headerLogo  , .overflow-hidden-tablet svg.icon.icon-cart-new.scroll-logo
  {
    display:block !important;
  }
.overflow-hidden-tablet .menu-drawer__inner-container {
    background: #D8DFDC;
}

.overflow-hidden-tablet .menu-drawer__menu-item>.icon-arrow {
    display: none;
}
.overflow-hidden-tablet summary.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    padding: 30px 0;
}
.overflow-hidden-tablet header.header.header--middle-left.page-width.header--has-menu , .overflow-hidden-tablet .menu-drawer__inner-submenu {
    background: #D8DFDC;
}
.overflow-hidden-tablet .header__icon {
    color: #000;
}
.overflow-hidden-tablet .menu-drawer__menu li {
    display: flex;
    justify-content: center;
    text-align: center;
}
.overflow-hidden-tablet .menu-drawer__menu  svg.icon.icon-caret {
    display: none !important;
}
.overflow-hidden-tablet  .menu-drawer__utility-links {
    display: none;
}

.overflow-hidden-tablet summary.menu-drawer__menu-item.link.link--text.list-menu__item.focus-inset {
    display: flex;
    justify-content: center;
}
.overflow-hidden-tablet  ul.menu-drawer__menu.has-submenu.list-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.overflow-hidden-tablet  .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu .menu-drawer__menu.list-menu li a {
padding: 20px !important;
    background: #d8dfdc;
  }
  
.overflow-hidden-tablet   header.header.header--middle-left.page-width.header--has-menu {
    padding-top: 20px;
}
.overflow-hidden-tablet    .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background-color: rgb(216 223 220) !important;
}

.overflow-hidden-tablet  li.innerkora02:not(:first-child) {
    margin-top: 40px;
}

.overflow-hidden-tablet .menu-drawer__inner-submenu ul.menu-drawer__menu.list-menu .menu-drawer__menu.list-menu li a {
        padding: 10px !important;
    }
.overflow-hidden-tablet summary.menu-drawer__menu-item.link.link--text.list-menu__item.focus-inset {
    font-weight: 500;
}
.overflow-hidden-tablet summary.menu-drawer__menu-item.link.link--text.list-menu__item.focus-inset {
    padding-bottom: 10px !important;
}
.overflow-hidden-tablet .header__menu-item, .currency_changer select {
    color: #000 !important;
      background: #d8dfdc !important;
}
.overflow-hidden-tablet .currency_changer {
        display: block;
    }  
.overflow-hidden-tablet .header__heading-logo {
    max-width: 160px;
}

.overflow-hidden-tablet .header__icon.header__icon--menu {
        top: 72px;
    }
.overflow-hidden-tablet  details-modal.header__search {
        display: block;
        left: 0;
        position: absolute;
    }

.overflow-hidden-tablet .header summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset {
    display: none;
}
.overflow-hidden-tablet a.scroll-logo-mobile.mobile-show.header__heading-link.link.link--text.focus-inset.mobileLogo img
  {
      display: none;
  }
.overflow-hidden-tablet  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header {
        border: 0;
        padding-top: 0px;
    }
.overflow-hidden-tablet  .header-wrapper.scrolled, .shopify-section-header-sticky.animate .header-wrapper.scrolled {
        margin: 0 0px;
    }
.overflow-hidden-tablet.overflow-hidden  details-modal.header__search 
  {
    position:inherit;
  }
.overflow-hidden-tablet  svg.icon.icon-search-new.pre-scroll-logo {
    display: none;
}
.overflow-hidden-tablet svg.icon.icon-search-new.scroll-logo
  {
    display:block !important;
  }

.overflow-hidden-tablet.overflow-hidden svg.icon.icon-search {
    width: 40px !important;
    height: 30px !important;
}
.overflow-hidden-tablet  .header__icon .icon {
    fill: #000000 !important;
}

  .custom_img_text_sec_2 .image-with-text__media-item .image-with-text__media {
    max-height: 100%;
    height:100%;
}
  .custom_img_text_sec_2 .put-padding-right .image-with-text__content {
    padding: 2rem 0rem 1rem 0rem;
            margin-top: 25px;
}
.center-abs-banner a.button.button--primary {
    text-align: left;
    justify-content: flex-start;
}

header.header.header--middle-left.page-width.header--has-menu {
    padding-top: 15px;
}

.header__icon.header__icon--menu {
        top: 15px;
    }
.product__modal-opener {
        width: 100%;
        height: 100%;
    }
.product__media.media.media--transparent.gradient.global-media-settings {
    height: 100%;
}

.template-index .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding-top: 0.5rem;
}
  .template-index .multicolumn-card__info {
    padding: 4.5rem;
}
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {

        margin-top: 20px;
    }
    /* .template-suffix-mountain-life .banner--mobile-bottom .banner__media {
        position: unset !important;
    } */
.template-suffix-mountain-life .rich-text-cls .rich-text__text p{
          font-size: 18px !important;

}


.custom-kora-pro-desc .rich-text__blocks {
    max-width: inherit;
    padding: 0 0 !important;
}
.custom-kora-pro-desc h2.rich-text__heading {
        line-height: 1.5 !important;
        font-size: 2.8rem;
      font-weight: 100;
      padding-right: 20px;
      color: #000000;
    }
.custom-kora-pro-desc .rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding: 0 !important;
}
.template-product .some-product-benefit .image-with-text.image-with-text--no-overlap {
    padding: 0px 15px !important;
}
.image-benifit .image-with-text .global-media-settings{
  height:100% !important;
}


  
}




a.dropdown-items.dropdown-items-selected img {
    padding: 1px;
    border: 1px solid black;
   transform: scale(1.3);
}
.custom-dropdown__content.grid01{
  display: flex;
    gap: 1.5rem;
}
.custom-dropdown__content img:hover {
    transform: scale(1.3);
    padding: 1px;
    border: 1px solid black;
}
a.dropdown-items img{
      width: 2em;
    height: 2em;
}
.color-wrap.aa {
    display: flex;
}
fieldset.js.product-form__input.others_input_fields {
  display:none;
}
.currency_changer option {
    color: #000 !important;
}

/* .center-abs-banner a.button.button--primary {
    text-align: center;
    display: flex;
    justify-content: center;
} */

@media only screen and (min-width: 767px) {
.template-product  .product--stacked .product__info-container--sticky{
        top: 10rem;
    }
/* .template-collection .card--standard>.card__content .card__information {
    padding-left: 0 !important;
} */
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled  .header {
    background: #d8dfdc00;
   /* background: #000000; */
   border:0px;
   
}
.template-collection .collection .grid {
        row-gap: 45px;
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header__inline-menu .header__menu-item{
    /* color: #fff !important; */
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header__inline-menu .header__active-menu-item{
    /* color: #fff !important; */
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header  .icon{
    /* fill: #ffffff !important; */
}

.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .currency_changer select{
    /* color: #ffffff !important; */
}  
.template-product .shopify-section.section-header .scroll-logo.mobile-hide{
  /* display:none !important; */
 display:block !important;
}
  
.template-product .shopify-section.section-header .scrolled .pre-scroll-logo.headerLogo {
    display: none !important;
}
.template-product .shopify-section.section-header.sticky-scrolled .scroll-logo.mobile-hide{
  display:block !important;
}
.template-product .shopify-section.section-header .scrolled.sticky-scrolled  .pre-scroll-logo.headerLogo {
  display:none !important;
}
.template-product .shopify-section.section-header  .sticky-scrolled .scroll-logo.mobile-hide {
        display: block !important;
    }
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled .header__menu-item{
    color: #000 !important;
}  
.template-product .shopify-section.shopify-section-header-hidden .header {
 /* margin-top:0 !important; */
  /* transform: translateY(-100%) !important; */

}
.template-product  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled header {
    border: 1px solid;
}
.template-product .animate sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header{
 /* background-color: #d8dfdc00 !important; */
  /* background-color: #000000 !important; */
    background: #d8dfdc;
    margin-top: 20px;
    border: 1px solid;
    transition: transform 0.4s ease;
}
    .template-product .animate sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .scroll-logo.mobile-hide.headerLogo img {
        max-width: 100px;
    }
.template-product  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled .header {
        background-color: #d8dfdc !important;
    }

.template-product .animate sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header .currency_changer select {
    /* color: #ffffff !important; */
}  
.template-product .animate sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header  .icon{
    /* fill: #ffffff !important; */
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled .header .icon {
        fill: #4d4d4f  !important;
    }
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled .header .currency_changer select {
    color: #000 !important;
}   
/* .template-product .shopify-section.section-header.shopify-section-header-sticky.shopify-section-header-hidden .sticky-scrolled .header {
 margin-top:0 !important; 
 transform: translateY(-100%) !important;
}
 */

}


.click-on-img .half-blocks20-content {
    height: 100%;
}

.click-on-img  .half-cont-buttonsRowNew {
    bottom: 10%;
    position: absolute;
}
.image-with-text__content a.button.button--primary.reverse_bg:hover  {
    background: var(--btnBgWhite);
    color: var(--btnBg);
    text-decoration: underline;
    transition: all 0.3s ease 0s;
    border: 1px solid var(--btnBg);
}
.image-with-text__content a.button.button--primary.reverse_bg:hover::before {
    background: var(--btnBgWhite);
   
}
.image-with-text__content a.button.button--primary.reverse_bg{
    background: var(--btnBg);
    color: var(--btnBgWhite);
    line-height: 1.8;
}

.varient-card-color-metafield {
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-kora-pro-desc .rich-text__blocks {
        max-width: inherit;
        padding: 0 25px;
    }
.custom-kora-pro-desc .rich-text__heading {
    font-size: 36px;
    text-align: left !important;
}
.template-product .some-product-benefit .image-with-text.image-with-text--no-overlap {
    padding: 0px 25px;
    max-width: 97.8%;
}
   .template-product .some-product-benefit  .image-with-text.image-with-text--no-overlap .image-with-text__content {
        float: none;
        width: 100%;
}
   .template-product .multicolumn-list.slider-mobile-gutter .grid {
        margin-left: 0;
    }

.template-cart cart-items .title-wrapper-with-link h1.title.title--primary {
    display: none;
}

.template-cart  .title-wrapper-with-link.back-btn {
    color: #000000;
    font-size: 2.0rem;
    font-weight: 100;
}


.template-cart textarea#Cart-note::placeholder {
    opacity: 0.5;
    font-size: 12px;
}
.template-cart textarea#Cart-note {
    resize: none;
}









.template-cart .giftnote-cart .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.template-cart .giftnote-cart .custom-checkbox {
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}

.template-cart .giftnote-cart .custom-checkbox .checkbox-label {
  margin-right: 10px;
  cursor: pointer;
  color: #1D1C1D;
  line-height: 0.5;
  user-select: none;
}

.template-cart .giftnote-cart .custom-checkbox input[type="checkbox"] {
  display: none; /* Hide the default checkbox */
}

.template-cart .giftnote-cart .custom-checkbox .custom-indicator {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  /* border-radius: 50%; */
  background-color: #fff;
  transition: all 0.3s ease;
}

.template-cart .giftnote-cart .custom-checkbox input[type="checkbox"]:checked + .custom-indicator {
  background-color: #4D4C4F;
  border-color: #4D4C4F;
}

.template-cart .giftnote-cart .custom-checkbox .custom-indicator::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff; 
    box-sizing: border-box;
}
.template-cart .gift-img {
    border: 1px solid #4D4C4F;
}
.template-cart .js-contents .tax-note.caption-large {
    font-size: 12px;
}
.template-cart .cancle-gift {
    font-size: 1.4rem;
    color: #000000;
}

.template-cart tr#CartItem-1 {
    padding-left: 15px;
    padding-right: 15px;
}




@media (min-width: 768px) {
 .template-suffix-mountain-life .image-with-text__content {
       
        padding-top: 0;
    }
.template-suffix-mountain-life h2.image-with-text__heading.h1 {
    margin-top: -9px !important;
}
.click-on-img  .half-cont-buttonsRowNew {
    bottom: 10%;
    position: absolute;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease; 
}

.click-on-img:hover .half-cont-buttonsRowNew {
    opacity: 1; 
    transform: translateY(0); 
}
.template-cart .cart__footer>* {
        width: 46rem;
    }
.template-cart .gift-img img  {
    max-width: 78px;
    max-height: 78px;
}

.template-cart  cart-note#Cart-note-wrap {
    max-width: 448px;
    margin-left: auto;
}

.template-cart .totals {
    justify-content: space-between;
    max-width: 250px;
    margin-left: auto;
    margin-top: 20px;
}
.template-cart  .cart__ctas {
        justify-content: end;
}
.template-cart .cart__checkout-button.button {
    max-width: 237px;
}
.template-cart  .cart__dynamic-checkout-buttons {
    max-width: 23.7rem;
    margin-right: 0;
}
.template-cart cart-note#Cart-note-wrap {
    margin-top: 20px;
    height: 138px;
}
  
.collection .card__inner {
        min-height: 500px; 
}
.collection .card__information .price {
    margin-top: 10px;
}  
.options_wrap_color {
    margin-top: 15px;
}
.template-cart .mobile-btn-text,
.template-cart .checkbox-cart-item-cancel {
  display:none;
}
}
@media (min-width: 1024px) {
.collection .card__inner {
        /* min-height: auto; */
      max-height: 250px;
    }
.facets-vertical .collection  .card__inner {
        min-height: auto;
      /* max-height: 309px; */
   max-height: 100%;
    }
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header{
    margin-top: 0px;
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled .header{
    margin-top: 20px;
}

.template-product .shopify-section.section-header .scroll-logo.mobile-hide.headerLogo img{
    max-width: 130px;
}
.template-product sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled.sticky-scrolled.headerLogo img{
     max-width: 100px;
} 
}
@media (min-width: 1440px) {
    .collection .card__inner {
        /* min-height: auto; */
      max-height: 381px;
    }
   .facets-vertical .collection  .card__inner {
        min-height: auto;
        max-height: 27.6em;
    }

}

@media (min-width: 1450px) {
    .facets-vertical .collection .card__inner {
        min-height: auto;
        max-height: 59.127rem;
    }
}
@media (min-width: 1920px) {
    .collection .card__inner {
        /* min-height: auto; */
        min-height: 700px;
      
        max-height: 54.1rem;
    }
}

@media (min-width: 1366px) and (max-width: 1919px) {
 .collection .card__inner {
        /* min-height: auto; */
      max-height: 381px;
    }
}


@media (min-width: 768px) and (max-width: 1365px) {
 .collection .card__inner {
        /* min-height: auto; */
        max-height: 75.8rem;
    }
    .header__icons {
        gap: 8px;
    }
}


@media (min-width: 425px) and (max-width: 767px) {
 .collection .card__inner {
        /* min-height: auto; */
      max-height: 381px;
    }
      .template-cart cart-items {
        margin-top: 50px;
      }
}

@media (min-width: 620px) and (max-width: 990px) {
    .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 55%;
        width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    }
      .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper {
        max-width: 45%;
        width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
    }
      .product__media-list .product__media-item:first-child, .product__media-list .product__media-item--full {
        width: 100%;
        max-width: 100%;
    }
  .product--stacked .product__media-item {
        max-width: calc(100% - var(--grid-desktop-horizontal-spacing) / 10);
    }
      .overflow-hidden-tablet .menu-drawer__inner-container {
        background: #D8DFDC;
    }
      .overflow-hidden-tablet ul.menu-drawer__menu.has-submenu.list-menu {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 40px;
        margin-top: 20px;
    }
      .overflow-hidden-tablet .menu-drawer__menu li {
        display: flex;
        justify-content: center;
        text-align: center;
    }
  .overflow-hidden-tablet summary.menu-drawer__menu-item.link.link--text.list-menu__item.focus-inset {
        padding-bottom: 10px !important;
    }
      .overflow-hidden-tablet .menu-drawer__menu-item>.icon-arrow {
        display: none;
    }
  sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header {
       background: #d8dfdc !important;
       margin-top: 20px;
  }
      .js details[open].menu-opening>.menu-drawer {
        width: 100% !important;
    }

.kora-select-menu .kora-kora-options {
    max-width: 100% !important;
}
.scrolled .header__icon.header__icon--menu {
    top: 12px;
}
.header__icon.header__icon--menu {
        left: 4px;
    }
.template-product .animate sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom.scrolled .header .currency_changer select {
        background: transparent !important;
    }
  .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 3.2rem  !important;
}
.template-product  .product__info-wrapper {
        padding-left: 3rem;
    }
   
}


@media (min-width: 758px) and (max-width: 1024px) {
    .center-abs-banner .banner__content {
        align-items: flex-end;
        align-content: flex-end;
    }
      .center-abs-banner .banner-abs {
        left: 50%;
        transform: translateX(0%);
        width: 50%;
        top: 8%;
      }
}


@media (min-width: 375px) and (max-width: 426px) {
 .collection .card__inner {
        /* min-height: auto; */
        min-height: 250px;
      max-height: 381px;
    }

         .image-banner-cls .banner__box {
        padding: 0rem 0rem !important;
    }
    .center-abs-banner .banner-abs {
        top: 8%;
       
    }
}

@media (min-width: 700px) and (max-width: 825px){
      .template-index .banner--content-align-left .banner__box {
        padding-right: 60px !important;
    }
    .template-index .center-abs-banner .banner-abs {
        top: 19%;
    }
  
}

@media only screen and (min-width: 1919px) {
    .template-index .collection{
        margin: 70px 170px 70px 170px;
    }
}

@media  (min-width: 758px)  and (max-width: 1208px) {
    .header .list-menu--inline {
        gap: 0px;
        padding-left: 60px;
    }
}
@media (max-width: 768px) {
.template-cart .title-wrapper-with-link.back-btn {
    display: none;
}
.template-cart .title-wrapper-with-link.cartTitle {
    display: block;
     margin: 0;
}
.template-cart cart-items .title-wrapper-with-link h1.title.title--primary {
    display: block;
   text-align: center;
}
.template-cart a.underlined-link.btn.btnSm.text-uppercase {
    display: none !important;
}

.template-cart cart-items {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}

.template-cart td.cart-item__totals.right.medium-hide.large-up-hide {
    display: none;
}
.template-cart  .cart-item {
        grid-template: repeat(2, auto) / repeat(2, 1fr);
}
.template-cart .cart-item__image {
    height: auto;
    max-width: calc(20rem / var(--font-body-scale));
}
.template-cart .cart-item__quantity-wrapper {
    max-height: 44px;
    display: flex;
    flex-wrap: nowrap;
}
.template-cart .cart__checkout-button.button {
    max-width: 253px;
    margin: 0 auto;
}
.template-cart .giftnote-cart .custom-checkbox .checkbox-label {
    max-width: 180px;
    line-height: 1.5;
    user-select: none;
    max-width: 60%;
    font-size: 1.6rem;
}
.template-cart tr#CartItem-2 {
    padding: 0 15px;
}
.template-cart .totals {
    justify-content: space-between;
    width: 50%;
    margin: 0 auto;
    margin-top: 21px;
  }
.template-cart .mobile-btn-label {
    background: #F7EEE8;
    max-width: 253px;
    text-align: center;
    padding: 9px;
    font-size: 1.6rem;
    margin: 0 auto;
   border: 1px solid #4D4C4F;
}


.template-cart  .giftnote-cart-wrapper {
    position: fixed;
    z-index: 999999;
    background: #ffffffe8;
    height: 100%;
    top: -12px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 19rem;
}
.template-cart .giftnote-cart-wrapper.mobile-hide{
  display:none !important;
}
.template-cart  .giftnote-cart-outer {
    padding: 20px;
}
.template-cart .giftnote-cart-outer {
    padding: 20px 15px;
    border: 1px solid;
    margin: 20px;
    background: #fff;
}

.template-cart  .cart__note {
    height: fit-content;
    background: #F5F5F5;
    border: 0px !important;
    margin-top: 20px;
}
.template-cart  .cart__note:after{
    box-shadow: none !important;
}
.template-cart textarea#Cart-note {
    resize: none;
    border: none !important;
    background: #F5F5F5;
}
  .checkbox-cart-item-cancel.large-hide {
    position: relative;
}
 .template-cart .cancle-gift {
   font-size: 1.4rem;
        color: #000000;
        position: absolute;
        top: -50px; 
        right: 80px;
        width: 80px;
        text-decoration: underline;
        cursor: pointer;
}
.template-cart #main-cart-footer {
    padding: 0;
}
.template-cart .cart__footer {
    padding: 0rem 0 0;
}
.template-cart .cart__items {
    border-bottom: 0;
}
.template-cart .mobile-btn-text.mobile-btn-action {
    border-bottom: 1px solid #4D4C4F;
    padding-bottom: 27px;
}
.template-cart  small.tax-note.caption-large.rte {
    max-width: 67%;
    margin: 20px auto;
}
.template-cart .totals h2.totals__subtotal {
    font-size: 12px !important;
}
.template-cart .totals__subtotal-value {
    font-size: 1.2rem;
}
.collection ul.grid.product-grid > li {
    padding: 15px 3px;
  }
}
@media (max-width: 355px){
  .kora-select-menu .kora-select-btn{
    font-size: 12px!important;
    padding: 10px!important;
  }
  .kora-select-menu .kora-kora-options .kora-option{
    height: 40px!important;
}
  .kora-select-menu .kora-kora-options .kora-option .kora-option-text{
    font-size: 14px!important;
}
}
/* @media (max-width: 334px){
  .product__info-container .price.price--large.price--show-badge{
    top: 57px!important;
  }
} */


@media(max-width: 990px){
  
  .template-collection .collection .grid__item{
      width: calc(50% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
      max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .template-collection .collection .grid{
    column-gap: 4px;
  }
  .template-collection .collection .grid_item_col2{
    width: calc(100% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

@media(max-width: 749px){
      /* .template-collection .options_wrap_color{
        width: 30%;
      }
      .template-collection .price{
        width: 70%;
        text-align: end;
      }
  .template-collection .card__information{
    align-items: center;
  }
  .template-collection .options_wrap_color .custom-dropdown__content .dropdown-items:not(:first-of-type) {
  display: none;
} */
}
@media(max-width: 532px){
  .template-collection a.dropdown-items img{
    width: 1.5em;
    height: 1.5em;
  }
  .template-collection .price{
    font-size: 1.4rem;
  }
}