/** Shopify CDN: Minification failed

Line 1938:0 Expected "*/" to terminate multi-line comment

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




.align-item-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-item-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-item-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  align-items: end;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-flow {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap;
}
.space-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-center-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.page-width{max-width: 100%;}
    .page-width--narrow {
        max-width: 72.6rem;
    }

img{max-width:100%;}

.quick_add {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    width: calc(100% - 20px);
    background: #fff;
    left: 10px;
    border-radius: 5px;
    padding: 7px; opacity: 0;
    transition: all ease .2s;
    box-shadow: 0 4px 30px #0000001a;
    -webkit-backdrop-filter: blur(7.4px);
    backdrop-filter: blur(7.4px);
    background: rgb(255 255 255 / 80%);
}

.quick_add ul {
   
    list-style: none;  
      padding: 0;
 
}
.card-wrapper:hover .quick_add {
  opacity: 1;
}

.quick_add h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 0;
}

.card__content {
    position: relative;
}

.quick_add ul li {
    border: #e3e3e3 solid 1px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    min-width: 80px;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
    padding: 11px 10px;
    line-height: normal;
}
.quick_add ul li:hover {
  border-color:#000;
}
.quick_add ul li.disable_quick {
    background: linear-gradient(to bottom right,#e7e7e7 50%,currentColor 50% calc(50% + 1px),#e7e7e7 calc(50% + 2px));
  pointer-events: none;
}
.collection .slider-button--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: #000 solid 1px !important;
    border-radius: 50%;
    font-size: 20px;
}
.collection .slider-button--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border: #000 solid 1px !important;
    border-radius: 50%;
    font-size: 20px;
}
.collection  .slider-button .svg-wrapper svg {
      width: 12px;
    height: 12px;
}
.collection .slider-counter{
  display: none !important; 
}
.collection .slider-counter {
    display: none;
}
.collection .slider-button { 
    width: 30px !important;
    height: 30px !important;
}
.collection__view-all .buttodn {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.collection__view-all .buttodn span {
    display: flex;
    align-items: center;
    background: #1a1a1a1a;
    width: 24px;
    height: 24px;
    justify-content: center;
    border-radius: 4px;
    margin-left: 10px;transition: all ease 0.2s;
}
.collection__view-all:hover .buttodn span {
  
    background: #000;
    
}
.collection__view-all .buttodn span svg {
  transition: all ease 0.2s;
}
  .collection__view-all:hover .buttodn span svg {
  
    color:  #fff;
    
}
.collection__view-all .buttodn p {
    margin: 0;
    position: relative;
}

.collection__view-all .buttodn p:after {
    content: "";
    display: block;
    transition: all ease 0.2s;
    height: 1px;
    width: 0;
    background: #000;
}
.collection__view-all .buttodn p {
    margin: 0;
    position: relative;    line-height: normal;
}

.collection__view-all:hover .buttodn p:after { 
    width: 100%; 
}
.newsletter-form__field-wrapper .field:after,.newsletter-form__field-wrapper .field:before {
    display: none;
}

.newsletter-form__field-wrapper .field__input {
    border: #cccc solid 1px;
    border-radius: 4px;
    width: calc(100% - 170px) !important;
    min-width: 0 !important;
    margin-right: 15px;outline: none !important; box-shadow: none !important;    padding: 5px 20px;
}

.newsletter-form__button {
    position: static;
    width: 140px;
    min-width: 140px;
    max-width: 100%;
    height: auto !important;
    background: #000 !important;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
}
.collection__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px !important;
}
.collection__title h2{
  margin: 0 !important;
}
.newsletter-form__field-wrapper .field .field__label {
    font-size: 12px;
      top: 14px; opacity: 0;
}


 
.newsletter-form__field-wrapper .field__input {
    font-size: 12px;
}

.newsletter-form__field-wrapper .field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000; opacity: 1;
}
.newsletter-form__field-wrapper .field__input::-moz-placeholder { /* Firefox 19+ */
  color: #000; opacity: 1;
}
.newsletter-form__field-wrapper .field__input:-ms-input-placeholder { /* IE 10+ */
  color: #000; opacity: 1;
}
.newsletter-form__field-wrapper .field__input:-moz-placeholder { /* Firefox 18- */
  color: #000; opacity: 1;
}

.newsletter__wrapper .newsletter-form__field-wrapper, .newsletter-form {
    max-width: 500px !important;
}


.mega-menu__list {
    max-width: 1900px;
    margin: 0;
    width: 100%;
}


.mega-menu__list {
    max-width: 1300px;
    margin: 0;
}

.having_mega_img {
    display: flex;
    justify-content: space-between;
}

.mega_img_one {
    width: 30%;
    max-width: 410px;
    padding-right: 50px;
}
.mega_img_one img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega_img_one a {
    padding-top: 100%;
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
 



ul.product-tags_cs {
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 8px;
}

ul.product-tags_cs span {
    background: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border-radius: 4px;
    line-height: normal;
    padding: 5px 7px;
}

ul.product-tags_cs li {
    padding-right: 5px;
}



.card__inner .quick-add  {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    min-height: 0;
    margin: 0;
  display: none;
}

.card__inner .quick-add__submit {
    width: auto;
    min-height: 0;
    height: 100%;
    border: 0 !important;
    background: #fff;
}
.footer-block__heading span{
  display: none;
}
.footer-block__heading{
  pointer-events: none;
}
.disclosure .localization-form__select {
    margin: 0 !important;
}


.facets__summary span.icon_down_caret {
    background:     #e8e8e8;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    top: calc(50% - 12px);
    border-radius: 4px;
}

.facets__summary span.icon_down_caret svg {
    position: static;
}


span.facets__summary-label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1a1a1a;
}

.list-menu__item .icon-checkmark path {stroke: #000;}

.list-menu__item label > svg {
    box-shadow: inset 1px 1px 2px #0000001a;
    background: #dddddd;    border-radius: 4px;
}
.list-menu__item label>svg rect{ stroke: #dddddd;}
.facet-checkbox>input[type=checkbox]:checked+svg {
    background: transparent;
} 
.facets__disclosure-vertical {
    outline: none !important;
    box-shadow: none;
}
.facets__heading--vertical {
    font-weight: 600;
}

.active-facets__button--light .active-facets__button-inner {
    font-weight: 600;
}

select {
    outline: none !important;
    box-shadow: none !important;
}
.facet-filters__label {
    font-weight: 600;
}

.facets-vertical {
  position: relative;
}
.active_faced_wraper {
    position: absolute;
    transform: translate(-150%);
    position: absolute;
    left: 0;
    top: 0 !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.facets-wrapper {
    transition: all ease 0.5s;
    background: #fff;      width: 300px; position: absolute;    left: 50px;    z-index: 3;
    top: 0 !important;
}

.facets-vertical .product-grid-container{
  transition: all ease 0.5s; padding-left: 300px; 
}
.facets-vertical .product-grid-container.active_faced_container{
padding-left: 0; 
}
    .facets-vertical { 
        justify-content: flex-end;
    }
.filter_hide_show_inner.hide_show_faced span.hide_filter {
    display: none;
}

.filter_hide_show_inner {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.filter_hide_show_inner.hide_show_faced .show_filter {
    display: inline-block;
}

span.show_filter {
    display: none;
}

.filter_hide_show_inner svg {
    display: block;
    margin-left: 10px;
}
.facets h1{
    margin: 0 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 0 0 0;
}
.facets {
    display: flex !important;
    justify-content: space-between;
    align-items: center;    padding-top: 30px; padding-bottom: 30px;
}
.product-grid {
    margin-top: 0;
}
.facets-container{
  padding-top: 0 !important;
}

.facets-wrapper .facets.small-hide {
    padding-top: 0;
}
.product-form__input--pill input[type=radio]+label {
    border-radius: 4px !important;
    padding: 0 !important;
    height: 36px;
    width: calc(100% / 6 - 7px);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    font-size: 12px !important;
}

.product-form__input .form__label {
    width: 100%;
}

.product-form__input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.product__title h1 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.product__info-container {
    max-width: 100% !important;
}
 
.product-form__buttons {
    max-width: 100% !important;
}

.product-form__input {
    max-width: 100% !important;
} 
.product .product-form__input--pill input[type=radio]+label {
    min-height: 50px;
}
.additional_products_cover {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
}

.product-info-img_link {
    width: calc(16.66% - 7px * 5 / 6);
}

.product-info-img_link a img {
    display: block;
}

.product-info-img_link a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
  border:#1a1a1a1f solid 1px;
}
.product-info-img_link a.active {
    border: #000 solid 2px;
}
.product-info-img_link.set_6 {
    display: none;
}

.more_items_pd {
 
}

.product-info-img_link.set_6 + .more_items_pd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.more_items_pd {
    font-size: 12px;
    padding-top: 3px;   display: none; cursor: pointer;
}

.more_items_pd span {
    margin: 0 2px;
    line-height: normal;
}

.more_items_pd span svg {
    position: relative;
    top: -1px;
}
.additional_products_show .product-info-img_link.set_6{
  display: block;
}
.acc__panel {
    display: none;    font-size: 12px;
}

.acc__title span {
    background: #1a1a1a1a;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all ease 0.1s;
}

.acc__title {
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
}

.acc__card {
    border-bottom: #1a1a1a1a solid 1px;
}
.acc__card:first-child{
  border-top: #1a1a1a1a solid 1px;
}
 
.acc__title.active span {
    transform: rotate(180deg);
}

.acc__panel  p {
    margin-top: 0;
}

.size_fit_acd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}

.size_fit_acd ul li {
    background: #1a1a1a0d;
    color: #000;
    font-weight: 700;
    padding: 4px 12px;
}
.acc__panel p strong {
    text-decoration: underline;
}
.product-info__offer-list {
    background: #f5f5f5;
}

.offer {
    padding: 10px 16px;
}

.text-with-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}
.wrapper_product_complete .card {
    flex-direction: row !important;
    align-items: center;
    gap: 20px;
}

.wrapper_product_complete .card .card__inner {
    max-width: 80px;
}

.wrapper_product_complete .card .quick_add {
    position: static;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    text-align: left; margin: 0 !important;    padding-top: 10px; display: none;
}

.wrapper_product_complete .card .card__inner > .card__content {
    width: calc(100% - 80px);
}

.wrapper_product_complete .card {
    width: 100%;
}

.complete_look > li {
    width: 100% !important; padding: 16px; border-bottom: 1px solid #1a1a1a20;
}
 
.complete_look > li:last-child {
  border:0;
}
 .complete_look{
    border: 1px solid #1a1a1a20; border-radius: 4px; overflow: hidden;
 }
.wrapper_product_complete .card .quick_add ul {
    justify-content: flex-start; margin: 0; flex-wrap: nowrap;
}

.wrapper_product_complete .card .quick_add h3 {
    display: none;
}

.wrapper_product_complete .card .card__information {
    padding: 0;
}
.wrapper_product_complete .card h3 {
    position: relative;
    font-size: 12px;
    font-weight: normal;display: table;
}
.wrapper_product_complete .price{
  font-size: 12px; margin: 0 !important; padding-top: 5px;
}
 .complete_look .product-tags_cs{
    display: none;
  }
.add_pd_complete {
    font-size: 11px;
    font-weight: 700;
    padding: 9px 20px;
    background: #1a1a1a20;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 4px;
    margin: 0 !important;
  cursor: pointer;
}

.product__media-toggle {
    border-radius: 0 !important;
}

.product__modal-opener .product__media-icon {
    width: 44px;
    height: 44px;
    border: solid 1px #1a1a1a1f;
    border-radius: 5px;
    top: auto;
    bottom: 10px;
    right: 10px;
    left: auto;
}

.product__media-icon .icon {
    width: 20px !important;
    height: 20px !important;
}

/* .product__media-icon .icon path {stroke: #000;stroke-width: 1px;} */

.product__info-container .price.price--large.price--show-badge {
    font-size: 12px;
}
.wrapper_product_complete .card .quick_add ul li {
    width: 100% !important;
    min-width: 40px;
}

.complete_look_wrap h2 {
    font-size: 12px; margin: 0; padding: 10px 0;
}
.product-form__input--pill input[type=radio].disabled+label{
      background-image: linear-gradient(to bottom right, #e7e7e7 50%, currentColor 50% calc(50% + 1px), #e7e7e7 calc(50% + 2px));
    border-width: 0; text-decoration: none !important;
}
.quick_add ul li{position: relative;} 
.product-form__input--pill input[type=radio].disabled+label:before,.quick_add ul li.disable_quick:before{
/* background: url(oos.svg) !important;
    width: 12px;
    height: 12px;
    top: 4px !important;
    left: 9px !important;
    z-index: 24 !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;    display: block;
  content: "" !important;
  position: absolute; */
}
.quick_add ul li.disable_quick:before{
    top: 2px !important;
    left: 5px !important; 
}
.card_pdp_url {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block !important;
    top: 0;
    left: 0;
    z-index: 1;
}
.related-products__heading {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px !important;
}

.card-information .price {
    font-size: 12px;
}
.complete_look_wrap {
    margin: 0 !important;
    border-top: 1px solid #1a1a1a20;
    padding: 10px 0;
}

.product-form__submit {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600; text-transform: uppercase;
}
.images_and.links_logos {
    display: flex;
}

.qr_code_image {
    width: 90px;
}

.images_and.links_logos img {
    width: 100%;
    display: block;
}

.app_images_link {
    width: 140px;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5px;
}

.images_and.links_logos a {
    display: block;
}
  .footer-block.grid__item.footer-block--menu {
    max-width: 380px;
}
.footer-block__details_logos,.footer-block--text h2 {
    max-width: 340px;
    margin-left: auto;
}
.footer-block__details_logos .footer-block__details-content {
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.solcial_payment {
    display: flex;
    justify-content: space-between;
}

.solcial_payment .footer__column {
    width: auto;
}

.footer__content-bottom {
    border: 0 !important;
}

.footer__payment {
    margin: 0 !important;
}
  .footer__content-bottom-wrapper {
    justify-content: space-between !important;
    align-items: center !important;
    background: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer__localization {
    width: auto !important;
}

.footer__copyright {
    margin: 0 !important;
}

.footer__localization h2 {
    margin-top: 0 !important; display: none;
}

.localization-form {
    padding: 0 !important;
}
.footer-block__details_logos p {
    margin-top: 0;
}
.card__heading{
  font-weight: 600;
}
.wrapper_product_complete > h2 {
    margin: 0 !important;
    border-top: 1px solid #1a1a1a20;
    padding-top: 20px;
    padding-bottom: 15px;
}

.wrapper_product_complete {
    margin: 0 !important;
    padding-top: 15px;
}
.product_accordion {
    padding-top: 10px;
}
.cart-progress-section h2 {
    margin: 0 0 10px !important;
    color: #1F681F;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.cart-progress-section .success-message { 
    color: #1F681F;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
  padding-bottom: 10px !important;
}
.cart-progress-section .success-message{
border-bottom: 4px solid #1F681F !important;
    padding: 0;
    text-align: left;
}

.progress-container {
    margin: 0 !important;
    background: #1f681f69 !important;
}

.progress-fill {
    background: #1F681F !important;
}
.cart-progress-section h2 {
    margin: 0 0 10px !important;
    color: #1F681F;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.progress-container {
    margin: 0 !important;
    background: #1f681f69 !important;
}

.progress-fill {
    background: #1F681F !important;
}

.drawer__inner {
    border-radius: 8px;
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-right: 15px;
    width: 100% !important;
    max-width: 630px !important;
} 
.cart-drawer .cart-items thead {
    display: none;
}
.cart-drawer .cart-item__image {
    border-radius: 4px;
}
.cart-item__name {
    font-size: 12px;
    font-weight: normal;
}

.product-option {
    font-size: 11px;
}
.help_menu_inner {
    margin: 0 auto;
    width: auto;
    display: table;
    margin-right: 0;
    position: relative;
} 
.help_menu_inner_er {
    position: absolute;
    box-shadow: rgba(26, 26, 26, 0.1) 0px 5px 30px 0px;
    border: rgba(26, 26, 26, 0.12) solid 1px;
    background: #fff;
    width: 150px;
    right: 0;
    top: 100%;
    padding: 16px 0;    margin-top: 13px;
    border-radius: 4px;
  display: none;
}

.help_menu_inner_er li {
    list-style: none;
    color: inherit;    padding: 0 10px;
}

.help_menu_inner_er li a {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 10px;
  border-radius: 4px; transition: all ease 0.2s;
} 
.help_text {
    text-transform: capitalize;
    font-size: 12px; cursor: pointer;
}

.utility-bar__grid {
    align-items: center;
}
.search__input.field__input{
      box-shadow: none !important;
    color: #000;
    font-size: 12px;
    padding: 15px !important;
    border: 0 !important;
    outline: none !important;
    min-width: 320px;
    padding-right: 50px !important;
    border-radius: 6px;
    background: #f5f5f5;
}
.search__input.field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;opacity: 0.6;
}
.search__input.field__input::-moz-placeholder { /* Firefox 19+ */
  color: #000;opacity: 0.6;
}
.search__input.field__input:-ms-input-placeholder { /* IE 10+ */
   color: #000;opacity: 0.6;
}
.search__input.field__input:-moz-placeholder { /* Firefox 18- */
   color: #000; opacity: 0.6;
}
.search-modal__form .field:after,.search-modal__form .field:before{
  display: none;
}
.localization-form__select {
    border: 0;
    background: transparent !important;
    padding: 0 !important;
    height: unset !important;
    padding-right: 40px !important;
}

.disclosure .localization-form__select:after,.disclosure .localization-form__select:before {
    display: none;
    min-height: 0;
}
.footer__menu_policy ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}

.footer__menu_policy ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    padding: 0 20px;
    letter-spacing: 0.5px;
    border-right: #000 solid 1px;
    line-height: normal;
}

.footer__localization {
    align-items: center !important;
}
.header__icon .icon-heart path {
    fill: currentColor;
}
ul.mobile_help {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

ul.mobile_help a {
    color: inherit;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}
.tt-position.top_right {
    top: 0 !important;
    right: 0 !important;
}
.product__info-container .price.price--large.price--show-badge {
    font-size: 15px; font-weight: bold;
}
.quantity-popover-container {
    max-width: 110px !important;
}

.cart-quantity:after,.cart-quantity:before {
    display: none;
}

.cart-quantity {
    border: rgba(26, 26, 26, 0.12) solid 1px;
    border-radius: 4px;
}

.svg-wrapper {}

.cart-remove-button .svg-wrapper {
    width: auto;
}
.totals>h2 {
    font-size: 12px !important;
    font-weight: normal !important;
}

.totals__total-value {
    font-size: 12px !important;
}
.estimate_free_ship {
    font-size: 12px;
    color: #1F681F;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
}
.cart__ctas {
    flex-wrap: wrap;
    justify-content: center;
}
.totals {
    margin-top: 8px;
}

.totals_bot {
    font-weight: 700;
}

.totals_bot .totals__total {
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.totals_bot .totals__total-value {
    font-size: 16px !important;
}
.h-wishlist-icon .icon {
    width: 16px;
}
.cart-drawer .tax-note {
    font-size: 12px;
}
.cart-drawer .cart__checkout-button {
    text-transform: uppercase;
    font-size: 14px;
}

.cart-drawer .cart__checkout-button svg.icon.icon-cart {
    margin-right: 7px;
}
.cart-item__quantity-wrapper {
    justify-content: space-between; padding-right: 10px;
}

.cart-remove-button .svg-wrapper {
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}
.quantity__input {
    font-size: 12px;
}
.carw_total_item{
  position: relative;
}
.cart-drawer .price {
    text-align: left;
    font-size: 12px;
    padding: 5px 0 1px;
}
.complete_fit_cart_upsell h3{
  font-size: 16px; text-transform: uppercase;
}
.slick-arrow {
    background-image: url(https://cdn.shopify.com/s/files/1/0913/1579/8397/files/angle-right-svgrepo-com_2.svg?v=1752689180);
    border: 0;
    background-color: transparent;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-size: 20px;
    background-position: center;
    background-color: rgba(26, 26, 26, 0.1);
    border-radius: 4px;
    position: absolute;
    top: -38px;
    right: 0;
    cursor: pointer;
    transition: all ease 0.2s;
}

button.slick-prev.slick-arrow {
    right: 32px;
    transform: rotate(180deg);
}

.slick-arrow:hover {
    background-color: #fff;
    filter: invert(1);
}



.slider_upsell_pd .quick-add__submit {
    width: 84px;
    max-width: 84px;
    min-width: 0;
    background: #000;
    color: #fff;
    letter-spacing: 0;
    padding: 11px 0 !important;
}

.slider_upsell_pd .card-information product-form {
    position: absolute;
    right: 15px;
    top: 0;
}

.slider_upsell_pd .card__information {
    position: relative;
}

.slider_upsell_pd .product-card-wrapper .card {
    align-items: center;
}

.slider_upsell_pd .card-wrapper {
    background: rgb(242, 242, 242);
    border-radius: 4px;
    overflow: hidden;
}
.slider_upsell_pd  .slick-list {
    padding-right: 33.33% !important;
}

.slider_upsell_pd .slick-list .slick-slide {
    padding-right: 10px;
}

.slider_upsell_pd .card-wrapper {
    padding: 10px;
}
.slider_upsell_pd {
    padding-bottom: 20px;
}
.cart__ctas {
    gap: 0;
}

.cart__ctas .footer__payment {
    padding-top: 15px;
}
.product_tag_design {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product_tag_design span {
    background: #f5f5f5;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    padding: 5px 7px;
    border-radius: 4px;
}

.product_tag_design li {
    margin-right: 3px;
}
.additional_products_head {
    font-size: 12px;
    color: rgba(26, 26, 26, 0.7);  padding-bottom: 3px;
}
.color_variant_cs {
    font-size: 12px;
    color: rgba(26, 26, 26, 1);
      margin: 0 !important;
}
.additional_products_head .dark   {
    color: rgba(26, 26, 26, 1);
}

.product__tax.caption.rte {
    display: none !important;
}
.wishlist-plp-btn-wrap {
    margin: 0 !important;
    background: transparent !important;
}
/* .custom_related_coll .collection__title {
    margin-bottom: 0 !important;
} */
.custom_related_coll .related-products {
    display: table;
    width: 100%;
    padding: 0;
}
.cart_icon_empty_drawer {
    display: table;
    margin: 0 auto;
    position: relative;
}

.cart_icon_empty_drawer span {
    position: absolute;
    background: #fff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -4px;
    top: -6px;
    font-weight: bold;
}

.cart_icon_empty_drawer svg {
    width: 48px;
    height: 49px;
}

h2.cart__empty-text {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px 0 30px;
}

.cart-drawer__empty-content a.button {
    text-transform: uppercase;
    border-radius: 4px;
}
.drawer__inner {
    border-radius: 8px;
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-right: 15px;
    width: 100% !important;
    width: 630px !important;
}
predictive-search .spinner{
  width: 15px; height: 15px;
}
.drawer__inner {
    padding: 20px 40px 10px;
}

.drawer__heading {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 !important;
}

.drawer__close .svg-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.drawer__close {top: 5px;}
/*================responive==============*/


@media screen and (min-width:799px){
.header__icon--search{
  display: none;
}
  .predictive-search {
    width: calc(100vw - 277px);
    right: 0;
    left: auto;
    top: 100%;
    margin-top: 0;
}
ul#predictive-search-results-products-list {
    display: flex;
    flex-wrap: wrap;
}

.predictive-search__list-item {
    width: 25%;
}
  .search-modal__form {
    position: static !important;
}

.header predictive-search {
    position: static !important;
}

.predictive-search {
    left: 0;
    right: auto;
    width: 100%;
    padding: 20px 20px;
}
 

ul#predictive-search-results-queries-list .predictive-search__list-item {
    width: 100%;
}

ul#predictive-search-results-pages-list-desktop {}

ul#predictive-search-results-pages-list-desktop .predictive-search__list-item {
    width: 100%;
}
  
}
@media screen and (max-width:1600px){
    .quick_add ul li {
        min-width: 40px;
        width: calc(100% / 6.5);
    }
.product-grid .grid__item {
    width: 31.2% !important;
    max-width: 100%;
}

  
  /*1600px max*/
}




@media screen and (max-width:798px){
.header__icon--menu span {
    position: relative;
    /* left: 20px; */
}
  .mega_img_one {
    width: 100%;
    padding: 10px 30px 0;
    max-width: 100%;
}

.mega_img_one img {
    width: 100%;
}
.page-width.grid_pd_page_width {
    padding: 0;
}

.product-grid .grid__item {
    width: 40% !important;
}
.facets-vertical {
    padding: 0 20px;
}
  .facets-vertical .product-grid-container { 
    padding-left: 270px;
}
  .facets-wrapper {
    width: 270px;    left: 20px;
  }
      .facets__form-vertical { 
        width: auto !important;
    }
  .facet-checkbox {
    font-size: 12px !important;
}
  .facets.facets-vertical-sort {
    padding: 0 20px;
}
  .facets.facets-vertical-sort {
    padding: 20px 20px 20px;
}

.product-count-vertical {
    display: none;
}

.facet-filters__label {
    font-size: 12px;
}

.facet-filters__sort {
    font-size: 12px;
}
.facets-vertical-form{
  justify-content: space-between !important;
}
.collection-hero__inner {
    padding: 0 20px;
}
    .footer__content-bottom-wrapper {
        flex-direction: column-reverse !important;
    }
  .search-modal__contents {
    display: none;
}
    /*798px max*/
}

@media screen and (min-width:751px){
.footer__localization .footer__column.footer__column--info {
    display: none;
}
  .footer__copyright .footer__payment{
    display: none !important;padding-top: 5px !important;
    
  }
}

@media screen and (max-width:750px){
    .page-width.grid_pd_page_width {
        padding: 0 20px;
    }
    .product-grid .grid__item {
        width: 40% !important;
      min-width: 80% !important;
    }
  .newsletter-form__button {
    min-width: 110px;
  }

.card__inner .quick-add  {
  display: block;
}
.quick_add {
    display: none;
}

  .card__inner .quick-add__submit:after,.card__inner .quick-add__submit:before {
    display: none;
}
.quick-add-modal__content-info .product__text {
    display: none;
}

.quick-add-modal__content-info .product__title h2 {
    font-size: 12px;
    font-weight: 600; padding-bottom: 3px;
}

.quick-add-modal__content-info .product__title {
    margin: 0 !important;
}

.quick-add-modal__content-info .product__title + div {
    margin: 0 !important;
}

.quick-add-modal__content-info .price {
    font-size: 12px !important;
    padding-top: 2px;
}
.quick-add-modal__content-info .product-form__quantity,.quick-add-modal__content-info .product__view-details {
display: none !important;   
}


variant-selects {
    margin: 0 !important;
}

.quick-add-modal__content-info  .product__info-container>*+* {
    margin: 0 !important;
}
  .footer__content-top {
    padding: 0 20px !important;
}

.footer__blocks-wrapper .footer-block ,.footer-block__details-content{
    margin: 0 !important;
}
  .footer__blocks-wrapper .footer-block{
  border-bottom:#1a1a1a1f solid 1px;
  }

.footer-block__heading {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    font-size: 12px !important;
    font-weight: 600;
          padding: 20px 0 !important; pointer-events: inherit;
}

.footer-block__heading span {
    background: #e8e8e8;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center; 
    align-items: center;
    border-radius: 4px;
}
.footer-block__details-content .list-menu__item--link {
    font-size: 12px !important;
}
 .footer-block__details-content {
    row-gap: 8px;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 15px;
}

.footer-block__details-content li {
    padding-bottom: 8px;
} 
.footer-block__heading span {
    transition: all ease 0.2s;
}

.footer-block__heading.active_head span {
    transform: rotateZ(180deg); background: #000;
}
 .footer-block__heading.active_head span svg path {
    stroke: #fff;
}
.footer-block__details-content {
    font-size: 12px;
}
  footer.footer {
    padding-top: 5px;
}
  .footer__content-bottom-wrapper {
    padding-top: 30px;
}

.footer__content-top.page-width {
    padding-bottom: 30px !important;
}
  .product-form__submit {
    text-transform: uppercase !important;
}
  .localization-form {
    padding-top: 0 !important;
}

.footer__localization {
    padding-top: 0;    padding-bottom: 20px !important;
}
.footer__content-bottom-wrapper {
    gap: 0 !important;
}

.facets.facets-vertical-sort {
    flex-direction: column;
}

.filter_hide_show {
    display: none;
} 

.facets-vertical facet-filters-form.facets.small-hide {
    display: none !important;
}
  .facets-vertical .product-grid-container {
    padding: 0;
}

.facets-wrapper {
    width: 100%;
    position: static;
    padding-bottom: 20px;
}
  .product-count {
    display: none !important;
}
.facet-filters.sorting.caption {
    display: none;
}
  .facets-container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.active-facets {
    justify-content: center;
    align-items: center;
}
  .facets.facets-vertical-sort {
    padding-bottom: 10px;
}
.active-facets__button, .active-facets__button-remove { 
        padding:0 2px !important;
    }
.active-facets__button-wrapper {
    margin: 6px 7px 10px;
}


  .product-info-img_link.set_5 {
    display: none;
}
  .product-info-img_link {
    width: calc(20% - 7px * 5 / 6);
}
  .additional_products_show .product-info-img_link.set_5 {
    display: block;
}
 
  .add_pd_complete {
    position: static;
    width: auto;
    margin: 0;
    transform: none;
    display: inline-block;
}
  .acc__title {
    
    padding: 15px 0;
  } 
.related-products .product-grid .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    min-width: 0 !important;
}

.product-form__submit {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}
  .wrapper_product_complete .card .card__inner { 
    width: 80px;
}
  .wrapper_product_complete .card .quick_add ul {
    flex-wrap: wrap;
}

.wrapper_product_complete .card .quick_add ul li {
    width: auto !important;    font-size: 9px;
    min-width: 45px;    padding: 7px 7px;
}
  .wrapper_product_complete .card .quick_add {
    padding: 0 0 0;
  }
.product__media-wrapper .slider-buttons {
    padding-bottom: 10px;
}
.product__media-wrapper .slider.slider--mobile{
  margin-bottom: 0 !important;
}

  .product__modal-opener .product__media-icon {
    width: 34px;
    height: 34px;
  }

  .product__media-icon .icon {
    width: 15px !important;
    height: 15px !important;
}
  .newsletter__wrapper {
    padding: 40px 20px !important;
}

.solcial_payment {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}

.footer__content-top.page-width {
    padding-bottom: 0 !important;
}

.footer__content-bottom-wrapper {
    justify-content: center !important;
}

.footer__localization h2 {text-align: center;}
  .footer__localization {
    /* flex-direction: column; */
    padding-bottom: 10px !important;
}

.footer__menu_policy ul li a {
    padding: 0 6px;
    font-size: 9px;
}

.footer__menu_policy ul li:last-child a {
    border: 0;
    padding-right: 0;
}

.footer__menu_policy ul li:first-child a {
    padding-left: 0;
}
  .help_menu {
    display: none;
}
  .header {
    padding: 10px 2rem 10px 2rem !important;
}

  .solcial_payment .footer__column.footer__column--info {
    display: none;
}
  .footer__column--info {
    padding: 0 !important;
    justify-content: center;
}

.footer__payment {
    justify-content: center !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.footer__payment svg {
    width: 29px;
    height: 20px;
} .footer__copyright .footer__payment{
  padding-top: 15px !important;
    
  }
  .footer__content-bottom-wrapper {
    padding-top: 10px !important;
}
.product-grid .grid__item {
    margin: 0 !important;
}
  .search__input.field__input {
    min-width: 0;
  }
.drawer__inner { 
    max-width: 320px !important;
}
  .footer-block.grid__item.footer-block--menu {
    max-width: 100%;
    width: 100%;
}

.footer-block__details_logos, .footer-block--text h2 {
    width: 100%;
    max-width: 100%;
}
  .slider_upsell_pd .card__inner .quick-add {
    display: none;
}
  .slider_upsell_pd .card-information product-form {
    position: static;
}

.slider_upsell_pd .cart-drawer .price {
    padding-bottom: 9px;
}

.slider_upsell_pd .slick-list {
    padding-right: 50px !important;
}

.slider_upsell_pd .complementary-products__container .card--horizontal .card__inner {max-width: 100% !important;width: 80px !important;}

.slider_upsell_pd .card__media .media img {
    object-fit: contain;
}
  .slider_upsell_pd .quick-add__submit {
    width: auto;
    height: auto;
    padding: 9px 11px !important;
    margin-top: 8px;
}
  div#predictive-search-results {
    padding-top: 20px;
}

  .related-products .product-grid .grid__item{
            width: 40% !important;
        min-width: 80% !important;
  }

.drawer__inner{
  margin-right: 0 !important;
}  
  .drawer__inner {
    padding: 10px 24px 0px;
}

  
   /*750px max* /
}
