/** Shopify CDN: Minification failed

Line 492:0 Unexpected "{"
Line 550:1 Unexpected "{"

**/
/* /////////////////// Collection Filter Updates ///////////////// */

.sidebar-section {
    color: #323031;
    opacity: 1;
    padding-right: 50px;
}

.collection-main .sidebar__block {
    border-top: 1px solid #eaeaea;
    padding: 0;
}

.collection__filters-wrap {
    padding-bottom: 32px;
}

.collection__filters-wrap .mb-faceted-sidebar {
    display: none;
}

.collection-main .faceted-heading {
    display: none;
}

.collection-main .sidebar__block .sidebar-block__heading {
    padding: 20px 0;
    cursor: pointer;
}

.collection-main .sidebar__block .sidebar-block__heading .sidebar-block__toggle-icon {
    cursor: pointer;
}

.sidebar-section .faceted-filter-form .block__faceted-filtering:last-child {
    border-bottom: 1px solid #eaeaea;
}

.collection-main .sidebar__block .faceted-filter-group-display__list {
    padding-top: 0;
}

.faceted-filter-group-display__list-item-label {
    cursor: pointer;
}

.faceted-filter-group-display__list-item-label input {
    cursor: pointer;
}

.faceted-filter-group-display__list-item-label:has(.faceted-filter-group-display__list-item-input:disabled~.faceted-filter-group-display__checkmark) {
    cursor: not-allowed;
}

.faceted-active-filters {
    border: 0;
}

.faceted-filter-group-display__header {
    margin-bottom: 10px;
}



.collection__main-wrap {
    align-items: flex-start;
}



/* .sidebar-section .faceted-filter-form .sidebar__block:first-child [data-sidebar-block__content--collapsible] {
    display: block;
} */

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

  .collection__main-wrap .faceted-filter-form {
        height: calc(100vh - 160px);
        overflow-x: hidden;
        scrollbar-gutter: stable;
        padding-right: 10px;
        padding-left:10px;
        overflow-y:scroll;
    }

    .faceted-filter-form .priceRangeAreaList{
      padding-left:10px;
      padding-right:10px;
    }

    .collection__main-wrap .sidebar-section {
        position: sticky;
        top: 140px;
    }

    body.collection {
        overflow-x: unset;
    }

    .faceted-filter-form::-webkit-scrollbar-thumb {
        background: #eaeaea; 
      }

}
@media screen and (max-width:798px){

  .collection__filters-wrap .mb-faceted-sidebar {
      flex: calc(50% - var(--gutter));
      margin-left: calc(var(--gutter) / 2);
      margin-right: calc(var(--gutter) / 2);
      background: #323031;
      height: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Vanguard-CF-Demi;
      color: #fff;
      gap: 5px;
      cursor: pointer;
  }

  .collection__filters-wrap .collection__filters {
      flex: calc(50% - var(--gutter));
  }

  .collection-main .sidebar-section {
      position: fixed;
      top: 0;
      left: -150%;
      bottom: 0;
      height: 100vh;
      margin: 0;
      background: #fff;
      width: 430px;
      z-index: 999;
      color: #323031;
      transition: .3s;
      overflow-y: scroll;
      padding-right: 0;
  }

  .collection-main .sidebar-section.is-active {
      left: 0;
  }

  .collection-main .faceted-heading {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #eaeaea;
  }

  .collection-main .faceted-filter-form {
      padding: 24px 16px 0;
  }

  .collection__filters-wrap {
      padding-bottom: 24px;
  }

  .collection-main .faceted-heading .icon {
      width: 28px;
      height: 28px;
  }

  .collection-main .faceted-heading .icon g g {
      fill: #323031;
  }

  .collection-main .faceted-heading .is-flex {
      gap: 13px;
  }

  .collection-main .faceted-heading .icon[data-icon=x] {
      width: 13px;
      height: 13px;
      stroke: currentColor;
      stroke-width: 8px;
      cursor: pointer;
  }

  .collection-matrix .thumbnail.product__thumbnail.medium-down--one-half {
      width: calc(50% - var(--gutter));
      margin-left: calc(var(--gutter) / 2);
      margin-right: calc(var(--gutter) / 2);
  }




}
/* /////////////////// Collection Filter Updates ///////////////// */

.c2_collectionlist .collection-info__caption-wrapper .title {
    font-size: 50px;
}
.c2_gallery .gallery__item {
    margin: 20px;
}
.Featured_collection_image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
.c2_gallery-main .gallery__item {
    margin-bottom: 10px;
}

body.product{
  overflow-x:unset;
}
.product__information {
    position: sticky;
    top: 150px;
}
.cust_pro_tab .tab.new_tabs {
	 display: flex;
	 width: 100%;
}
.cust_pro_tab .tab.new_tabs button.tablinks {
	 background-color: #e7e7e7;
	 border: none;
	 outline: none;
	 margin-right: 5px;
}
.cust_pro_tab .tab.new_tabs button.tablinks .title {
	 color: #c8c8c8;
	 font-size: 22px;
	 padding: 10px 10px;
	 cursor: pointer;
}
.cust_pro_tab .tab.new_tabs button.tablinks.active {
	 background-color: #000;
	 border: none;
	 outline: none;
}
.cust_pro_tab .tab.new_tabs button.tablinks.active .title {
	 color: #fff;
}
.cust_pro_tab .tabcontent {
	 border: 1px solid #e7e7e7;
	 padding: 30px 0px;
}
.size_detail_tab {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* .size_detail_tab .left_list {
    display: inline-flex;
    width: 50%;
    padding: 0 15px;
} */
/* .size_detail_tab .right_list {
    display: inline-flex;
    width: 50%;
    padding: 0 15px;
} */
.size_detail_tab .left_list .left_list_data {
    padding: 15px;
    border: 1px solid #e7e7e7;
    width: 100%;
}
.size_detail_tab .left_list .left_list_data h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.size_detail_tab .left_list .left_list_data ul {
    padding-left: 20px;
    list-style: disc;
}
.size_detail_tab .right_list {
  width: 100%;
}
.size_detail_tab .right_list .table_image {
    display: block;
    width: 100%;    
    margin-bottom: 15px;
}
.size_detail_tab .right_list .table_image img{
  width: 100%;
}

.clothing_sizechart {
	 display: flex;
    align-items: flex-start;
	 width: 100%;
	 flex-direction: column-reverse;
	 padding: 0px 0px;
}
.clothing_sizechart .right_list{
  width: 100%;
}
.clothing_sizechart img{
  width: 100%;
}
 /* @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .clothing_sizechart {
		 display: block;
	}
} */
 .clothing_sizechart .left_list {
	 background-color: #e1e1e1;
	 /* margin-right: 10px;
	 display: inline-flex;
	 align-items: center;
	 width: 50%; */
	 padding: 30px;
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .clothing_sizechart .left_list {
		 margin-right: 0;
		 display: inline-block;
		 align-items: center;
		 background-color: #e1e1e1;
		 width: 100%;
		 padding: 15px 15px;
	}
}
 .clothing_sizechart .left_list h3 {
	 margin-bottom: 20px;
}
 .clothing_sizechart .left_list .mail_text {
	 margin: 20px 0px;
}
 .clothing_sizechart .left_list .mail_text a {
	 color: #000;
}
 .clothing_sizechart .left_list a.contact_btn {
	 display: inline-block;
	 padding: 10px 20px;
	 background-color: #000;
	 color: #fff;
	 text-transform: uppercase;
}
 /* .clothing_sizechart .right_list {
	 width: 50%;
	 display: inline-flex;
	 padding: 0px 10px;
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .clothing_sizechart .right_list {
		 display: inline-block;
		 width: 100%;
		 padding: 10px 0px 0px;
	}
} */
 .size_detail_tab {
	 display: flex;	 
	 flex-direction: column-reverse;
	 flex-wrap: wrap;
	 align-items: flex-start;
}
 /* @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .size_detail_tab {
		 flex-direction: column;
	}
} */
 /* .size_detail_tab .left_list {
	 display: inline-flex;
	 width: 50%;
	 padding: 0px 15px;
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .size_detail_tab .left_list {
		 width: 100%;
		 padding: 0px 0px;
	}
} */
 .size_detail_tab .left_list .left_list_data {
	 padding: 15px;
	 border: 1px solid #e7e7e7;
	 width: 100%;
}
 .size_detail_tab .left_list .left_list_data ul {
	 padding-left: 20px;
	 list-style: disc;
}
 .size_detail_tab .left_list .left_list_data ul li {
	 margin-bottom: 10px;
}
 .size_detail_tab .left_list .left_list_data h2 {
	 font-size: 20px;
	 margin-bottom: 15px;
	 margin-top: 15px;
}
 /* .size_detail_tab .right_list {
	 display: inline-flex;
	 width: 40%;
	 padding: 0px 15px;
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .size_detail_tab .right_list {
		 width: 86%;
		 padding: 0px 0px;
		 margin-top: 30px;
	}
   .size_detail_tab .right_list .table_image {
    width: 86%;
  }
} */
 .size_detail_tab .right_list h2 {
	 font-size: 16px;
	 margin-bottom: 15px;
}
 /* .size_detail_tab .right_list .table_image {
	 display: block;
	 width: 100%;
	 margin-top: 15px;
} */
.right_list_data{
  width: 100%;
}
/* .size_detail_tab .lazyframe iframe {
    max-width: 670px;
    height: 500px;
    width: 550px;
} */
.for_mob {
    display: none;
}
.accordion-container {
    position: relative;
    width: 100%;
    border: 0px solid #0079c1;
    border-top: none;
    outline: 0;
    cursor: pointer;
}
.accordion-container .title_new {
    display: block;
    position: relative;
    margin: 0;
    padding: .625em;
    border-top: 1px solid #000;
    font-size: 1.25em;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .for_desk {
		 display: none;
	}
 }
 @media only screen and (min-width: 320px) and (max-width: 767px) {
	 .for_mob {
		 display: block;
	}
   /* .size_detail_tab .left_list .left_list_data {
    width: 86%;
  } */
}
 .accord_new {
	 display: none;
	 box-sizing: border-box;
	 padding: 10px;
}
.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-container .content-entry i:before {
    content: "+ ";
}
.accordion-container .content-entry i {
    position: absolute;
    top: 3px;
    right: 12px;
    font-style: normal;
    font-size: 1.625em;
    color: #000;
}


 .cust_border {
    border-top: 1px solid #000;
    padding: 15px 0 8px;
    width: 100%;
}
{
    margin-top: 30px;
}
  .cust_border h1.form_heading.article-title-new {
	 position: relative;
	 font-size: 24px;
	 line-height: 24px;
	 cursor: pointer;
}
  .cust_border h1.form_heading.article-title-new:after {
	 content: "+";
	 font-size: 20px;
	 position: absolute;
	 top: calc(50% - 16px);
	 right: 0px;
}
  .cust_border h1.form_heading.article-title-new span {
	 display: block;
	 font-size: 15px;
	 font-style: italic;
	 text-transform: initial;
}
  .cust_border .accordion-content-new {
	 padding: 15px 0px;
}
  .cust_border.minus h1.form_heading.article-title-new:after {
	 content: "-";
}
 .cust_border h1.form_heading.article-title-new {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}
 .cust_border .accordion-content-new {
    padding: 15px 0;
}
 .cust_border h1.form_heading.article-title-new span {
    display: block;
    font-size: 15px;
    font-style: italic;
    text-transform: initial;
}

 .cust_border h1.form_heading.article-title-new:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
}
.accordion-content, .accordion-content-new {
    display: none;
    padding-left: 0;
}
 .cust_border .accordion-content-new {
    padding: 15px 0;
}
 {
    display: none;
}
.product_tab{
    background-color: #e7e7e7;
    border: none;
    outline: none;
    margin-right: 5px;
}
.product_tab .title {
    color: #c8c8c8;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
}
.accordion-container-new2 {
    padding: 30px 19px!important;
}
.tablinks.active {
    background-color: #000;
    border: none;
    outline: none;
}
 .sizes-wrapper .sizeChart .product__size-chart {
    justify-content: left;
}



/* css for bundle items start */
.productComponentsRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
  flex-direction: column;
  width: 100%;
}

.dropDownContainer {
  width: 100%;
  position: relative;
}

.componentProdCol {
  width: 100%;
}

h3.componentTitle {
  margin-bottom: 10px;
}

button.dropDownOpener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  color: #333;
  background: #F7F5F2;
  border: 0px solid !important;
  cursor: pointer;
  font-size: 18px;
  min-height: 50px;
  padding: 10px;
}


button.dropDownOpener::after {
  content: "\e902";
  font-family: flex-icon !important;
}

.productComponentsRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
}

.dropDownContainer {
  width: 100%;
}


h3.componentTitle {
  margin-bottom: 10px;
}

button.dropDownOpener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  color: #333;
  background: #F7F5F2;
  border: 0px solid !important;
  cursor: pointer;
  font-size: 18px;
  min-height: 50px;
  padding: 10px;
}

button.dropDownOpener::after {
  content: "\e902";
  font-family: flex-icon !important;
  transform: rotate(0deg);
  position: relative;
  margin-left: 10px;
  transition: all linear .3s;
}

.dropDownContainer.isOpen button.dropDownOpener::after {
  transform: rotate(180deg);
}

.dropDownOptions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
}

.dropDownContainer.isOpen .dropDownOptions {
  top: calc(100% + 10px);
  visibility: visible;
  opacity: 1;
}

.dropDownOptionsInnerContainer {
  width: 100%;
}

.dropdownOption.swatch-element {
    float: left;
    margin: 0;
    width: max-content;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #323031 !important;
    min-width: 45px;
    min-height: 40px;
    margin-right: 12px;
    background: transparent;
}
.dropdownOption.active,
.dropdownOption:hover {
    background: #323031;
    color: #fff !important;
}

.prodImg {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.prodImg img {
  width: 100%;
  height: auto;
  display: block;
}

p.prodTitle.is-text {
  font-weight: 600 !important;
}

button.disabledBtn {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none !important;
}

.cartItemRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.linkedProdPlaceholderContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  background: #eeeeee;
  border-radius: 10px;
  margin: 10px auto 0 auto;
  row-gap: 20px;
  column-gap: 20px;
}

.cartLinkedItemInfoRow {
  width: calc(33.333% - 20px);
  max-width: 200px;
  text-align: center;
  padding: 10px;
}

.cartLinkedItemInfoRow .image-element__wrap {
  max-height: none !important;
  width: 100% !important;
  height: 120px;
  max-width: 100% !important;
}

.cartLinkedItemInfoRow .image-element__wrap img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
}

.itemImgContainer {
  width: 100%;
  display: block;
}

.fadeItem {
  opacity: .5;
}

p.errorTxt {
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}

button.dropdownOption.active.disabledDropDownOpener {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  color: #333 !important;
  background: #F7F5F2 !important;
  border: 0px solid !important;
  cursor: pointer;
  font-size: 18px;
  min-height: 50px;
  padding: 10px;
  pointer-events: none !important;
}

.product-template.product-main {
  position: relative;
  z-index: 2;
}

.has-product-sticker .sticker-shape-square .thumbnail-sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.sectionCOntainer{
  width: 100%;
}
button.cart__remove.removeIcon.linkedDeleteBtn {
    padding: 0;
    background: transparent;
    border: 0px solid !important;
    cursor: pointer;
}
h3.componentTitle.is-h5 {
    font-size: 14px !important;
    font-weight: 600;
}

@media only screen and (max-width: 799px) {
  .cartLinkedItemInfoRow {
    width: 100% !important;
    max-width: 100%;
  }
  .cartLinkedItemInfoRow .image-element__wrap {
    height: 120px;
  }
  .productComponentsRow {
      flex-direction: column;
      width: 100%;
  }
  
  .componentProdCol {
      width: 100%;
  }
}

/* css for bundle items end */