/* product detail design S*/
.product-wrapper {
  padding-top: 25px;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 13px;
  color: #9e9e9e;
  text-transform: capitalize;
  text-decoration: none;
}
.product-gallery {
  display: flex;
  width: 100%;
  max-height: 600px;
  padding-left: 20px;
  overflow: hidden;
}

.product-gallery .pruduct-thumbs {
  display: flex;
  flex: 0 0 10%;
  padding-right: 3px;
}
.product-gallery .pruduct-thumbs .product-thumb {
  width: 100%;
  padding: 2px 0;
  object-fit: cover;
  cursor: pointer;
  height: auto;
  opacity: 0.5;
}
.product-gallery .pruduct-thumbs .product-thumb.product-thumb--active {
  opacity: 1;
}
.product-gallery .featured-image__wrapper {
  width: 90%;
  padding-left: 0;
  text-align: center;
}
.product-gallery .featured-image__wrapper img {
  max-height: 100% !important;
  max-width: 100% !important;
}
.product-gallery .featured-image__wrapper img.zoomImg {
  width: 100%;
  height: auto;
  max-height: none !important;
  max-width: none !important;
}
.desktop-hide {
  display: none;
}
.product-gallery .pruduct-thumbs__nav {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 96%;
  height: 100%;
}
.product-gallery .pruduct-thumbs__nav .swiper-button-prev,
.product-gallery .pruduct-thumbs__nav .swiper-button-next {
  background: none;
  border: 0;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 13px);
  top: auto;
  transform: rotate(90deg);
  color: #000;
  z-index: 5;
}
.product-gallery .pruduct-thumbs__nav .swiper-button-prev {
  bottom: auto;
  top: 16px;
}
.product-header {
  display: flex;
  flex-direction: column;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.product-swatch-container {
  display: flex;
  flex-direction: column;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  font-size: 30px;
}
.product-title {
  font-size: 24px;
}
.product-details .product-price {
  font-weight: 400;
  color: #292929;
  font-size: 20px !important;
  font-family: "Neue Haas Unica W1G Light";
}
.yotpo .standalone-bottomline .star-clickable a {
  color: #000 !important;
}
.yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  margin-right: 10px;
}
.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #000 !important;
}
.product-swatch-box,
.product-info-box {
  width: 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
  max-width: 100%;
}
.product-details .product-price .money {
  font-weight: 600;
}
.product-details .product-price .money-compare-at {
  font-weight: 400;
}
.product-form-inline-atc {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.product-form-inline-atc .quantity-wrapper {
  height: 50px;
  flex: 0 0 20%;
  align-items: center;
}
// .product-form-inline-atc > .product-form-inline-atc-button {
//   flex: 0 0 77%;
// }
.product-form-inline-atc > ._GUARANTEE_Kicker_Container {
  display: flex;
  flex: 0 0 100%;
  margin-top: 15px;
}
.quantity-wrapper .quantity-input {
  -webkit-appearance: none;
  float: unset;
  font-size: 17px !important;
  margin: 0 10px 30px 0;
  width: 60px;
  height: 50px;
  border: 1px solid;
  background: #fff;
  border-radius: 0px;
  padding: 0 0 0 7px;
  text-align: left;
}
.quantity-wrapper .toggle {
  position: absolute;
  left: 40px;
  top: 22px;
  pointer-events: none;
  margin: 0px;
}
.product-details #variant-inventory-show {
  font-family: "Neue Haas Unica W1G Light";
  letter-spacing: 0.6px;
  font-size: 13px;
}
.product-details #variant-inventory-show strong {
  font-family: "Neue Haas Unica W1G bold";
  position: relative;
  float: right;
}
.product-details #variant-inventory-show strong:before {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  width: 12px;
  border-bottom: 1px solid #000;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}
.product-details #variant-inventory-show span:before {
  background-image: url(https://cdn.shopify.com/s/files/1/0256/7418/6800/files/check-mark-black.png?v=1611221625) !important;
}

.product-details .show-color,
.product-details .min-order {
  font-family: "Neue Haas Unica W1G Light";
}
.show-color {
  margin-bottom: 10px;
  margin-top: 30px;
}
.quantity-input {
  border: 1px solid #292929;
  text-align: left;
}
.product-description .description-tab {
  padding: 10px 0;
  text-align: unset;
  margin-bottom: unset;
  border-top: 1px solid #000;
}
// .product-details .product-tag__icons {
//   display: flex;
//   flex: 0 0 100%;
//   flex-direction: row;
//   justify-content: center;
//   align-items: center;
// }
.product-details .product-tag__icons .product-tag__icon {
  /* 	flex:0 0 33.3%;
  	max-width: 33.3%;*/
  margin-bottom: 25px;
}
.show-sku {
  font-family: "Neue Haas Unica W1G Light";
  color: #6f6f6f;
  font-size: 13px;
  letter-spacing: 0.56px;
  line-height: 19px;
  margin-bottom: 15px;
}
.product-description .description-tab:last-child {
  border-bottom: 1px solid #000;
}
.product-details .product-price .money-compare-at {
  color: #292929 !important;
  font-weight: 400;
  position: relative;
  font-size: 19px !important;
  margin-left: 13px;
  text-decoration: none;
  font-family: "Neue Haas Unica W1G Light";
}
.product-details .product-price .money-compare-at:before {
  content: "/";
  display: block;
  position: absolute;
  height: 21px;
  width: 12px;
  color: #292929;
  font-size: 20px;
  top: 6px;
  font-weight: 600;
  left: -14px;
  line-height: 0.85;
}
.product-description .title {
  font-family: "Neue Haas Unica W1G Medium";
  letter-spacing: 0.5px;
  margin-bottom: 0px !important;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 13px;
  cursor: pointer;
}
.product-description .content {
  font-family: "Neue Haas Unica W1G Light";
  letter-spacing: 0.5px;
  font-size: 13px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.product-description .content.reveal {
  height: unset;
  opacity: 1;
  overflow: unset;
  margin-top: 15px;
}
.product-details #variant-inventory-show strong.remove-negative {
  float: left;
  margin-left: 15px;
}

/* Cart */

/*4-1 V*/
.cart__drawer-table_inner
  .sidecart__shipping-indicator
  .sidecart__shipping-indicator-bar {
  display: block;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #666;
  margin: 10px 0px 7px;
}
.cart__drawer-table_inner
  .sidecart__shipping-indicator
  .sidecart__shipping-indicator-bar
  .sidecart-progress-bar {
  display: block;
  height: 8px;
  max-width: 100%;
  margin: 0px;
  background-color: #c3c1c1;
}
.cart__drawer-footer .viewcartlink {
  display: inline-block;
  width: 45%;
  margin: 0px auto;
}
.cart__drawer-footer .viewcartlink a {
  display: block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
}
/*4-1*/

.cart__drawer {
  height: 100%;
  padding: 15px 15px 0;
  max-height: 100%;
  overflow-y: scroll;
}
.cart__drawer-table_inner
  .sidecart__shipping-indicator
  .sidecart__shipping-indicator-text {
  font-family: "Neue Haas Unica W1G Medium";
  color: #000;
  letter-spacing: 0.8px;
  text-align: center;
}
.cart__drawer .cart__drawer-content {
  padding: 0px;
  position: relative;
  width: 100%;
  height: auto;
  top: unset;
  left: unset;
}
.cart-item__title a {
  font-size: 14px;
}
.cart__drawer-table_inner {
  height: 100%;
}
.cart__drawer-total {
  font-size: 15px;
}
.cart__drawer-footer {
  width: 100%;
  position: relative;
  left: unset;
  bottom: unset;
  z-index: 99;
}
.cart__drawer-footer .cart-subtotal {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 2px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
}
.cart__drawer-footer .btn__checkout {
  width: 100%;
  margin-top: 0px;
}
.cart__drawer-head h2 a {
  font-size: 22px !important;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}
.cart__drawer .close-drawer {
  line-height: 1.2;
}
.cart__drawer-footer .cart__drawer-bottom-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.cart__drawer-product {
  border-bottom: none;
}
.cart__drawer-product .cart__drawer-des-info {
  display: inline-block;
  max-width: 78%;
}
.cart__drawer-product .cart__drawer-img,
.cart__drawer-product .cart__drawer-des {
  padding: 13px 0;
}

.cart__drawer-product .cart__drawer-meta {
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  float: right;
}
.cart__drawer-product .cart__drawer-qty {
  /*   	padding-top: 15px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-family: "Neue Haas Unica W1G Medium";
}
.cart__drawer-product .cart-item__qty button,
.cart__drawer-product .cart-item__qty input {
  height: 25px;
}

.cart__drawer-product .cart-item__qty {
  border: none;
}
.cart__drawer-product .cart-item__qty div,
.cart__drawer-product .cart-item__qty input {
  display: inline-block;
  border: none;
}
.cart__drawer-product .cart-item__qty input {
  height: 25px;
  border: none;
  vertical-align: top;
  text-align: center;
  color: #292929;
  width: 30px;
  border-width: 1px 0 1px 0;
  font-size: 18px;
}
.cart__drawer-footer .cart__drawer-bottom-btns .cart-bottom-half-btn {
  display: flex;
  flex: 0 0 48%;
  max-width: 48%;
}
.recommended-product .rec-add-to-cart {
  margin-top: 18px;
}
.cart__drawer-footer .cart__drawer-bottom-btns .cart-bottom-half-btn a {
  display: block;
  width: 100%;
  padding: 7px 12px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
}
.cart__drawer-footer .recommended-product {
  padding-top: 12px;
  border-top: 1px solid #292929;
}
.recommended-product .cart__drawer-img {
  width: 113px;
}
.recommended-product p.call-out {
  font-family: "Neue Haas Unica W1G Medium";
  letter-spacing: 0.6px;
}
.recommended-product .cart__drawer-img {
  padding: 0px;
}
.recommended-product .rec-add-to-cart {
  padding: 6px 10px;
  border: 2px solid #a4a2a2;
  color: #292929;
  cursor: pointer;
}
.recommended-product .cart__drawer-des {
  width: calc(100% - 117px);
}

/* cart End */
/*-A 15-2 starts-*/
.product-details .product-tag__icons .product-tag__icon {
  width: auto !important;
  display: inline-flex;
  align-items: center;
}
.product-details .product-tag__icons .product-tag__icon .material-icons {
  padding: 0 10px;
  text-align: center;
}
.product-details .product-tag__icons .product-tag__icon span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.product-details .product-tag__icons .product-tag__icon:last-child {
  display: block;
  padding: 0 10px;
  text-align: center;
  min-width: 100px;
}
/*-A 15-2 ends-*/
/*-A 22-2 starts-*/
.product-details .product-tag__icons .product-tag__icon .img-icon {
  min-height: 54px;
  display: block;
  margin-bottom: 3px;
}
.product-tag__icons .product-tag__icon img {
  text-align: center;
  max-width: 60px !important;
}
.product-details .product-tag__icons .product-tag__icon .material-icons {
  min-width: 100px;
}
/*-A 22-2 ends-*/

/*25-12 quick reorder V*/
#custom-quick-reorder .masthead-title {
  font-size: 44px;
  text-align: left !important;
  margin-top: 49px;
  margin-bottom: 34px;
}
#custom-quick-reorder .page-content h4 {
  font-size: 20px;
  margin-bottom: 8px;
  display: block;
  margin-top: 0px;
}
#custom-quick-reorder .page-content p {
  margin-bottom: 46.5px;
}
#custom-quick-reorder .date-order-product-list-panel p {
  margin-bottom: 0px;
}
.order-history-container {
  padding: 10px 0px;
  border-top: 1px solid #000;
}
.order-history-container:before,
.order-history-container:after {
  content: " ";
  display: block;
  clear: both;
}
.order-history-container .accordion {
  display: inline-block;
  width: 100%;
}
.order-history-container .accordion span {
  font-size: 18px;
  font-weight: 400;
}
.order-history-container .accordion span,
.order-history-container .accordion div#all-order {
  display: inline-block;
  width: 24.5%;
}
.order-history-container .accordion span:first-child {
  font-weight: 600;
}
.order-history-container .accordion span:last-child {
  width: 30.5%;
}
.order-history-container .accordion:after {
  font-size: 13px;
}
#all-order {
  margin: 0px 0px 0px;
  text-align: center;
  display: inline-block;
}
#all-order .product-form-inline-atc-button {
  display: inline-block;
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  color: #292929;
  text-transform: capitalize;
  vertical-align: top;
}
.order-history-container .date-order-product-list-panel {
  padding-top: 35px;
  border: none;
  margin-bottom: 20px;
  box-shadow: none;
}
.order-history-container .date-order-product-list-panel .order-product-imgbox {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  vertical-align: top;
}
.order-history-container
  .date-order-product-list-panel
  .order-product-imgbox
  img {
  width: 100%;
  height: auto;
  margin: 0px;
  display: inline-block;
}
.order-history-container .date-order-product-list-panel .order-product-infobox {
  width: 36%;
  display: inline-block;
  margin-right: 15px;
}
.order-history-container
  .date-order-product-list-panel
  .order-product-infobox
  h4 {
  margin: 0px;
}
.order-history-container
  .date-order-product-list-panel
  .order-product-infobox
  h4
  a {
  font-size: 16.8pt;
  text-transform: capitalize;
}
.order-history-container
  .date-order-product-list-panel
  .order-product-infobox
  p {
  margin-bottom: 3px;
  margin-top: 0px;
  font-size: 15px;
}
.order-history-container .date-order-product-list-panel .qtybox {
  display: inline-block;
  width: 80px;
  margin-right: 15px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.order-history-container .date-order-product-list-panel .qtybox .btnqty {
  font-size: 24px;
  line-height: 18px;
  cursor: pointer;
}
.order-history-container
  .date-order-product-list-panel
  .qtybox
  .quantity-selector {
  display: inline-block;
  width: 34px;
  min-width: 34px;
  height: 35px;
  border: none;
  font-size: 19px;
  text-align: center;
}
.order-history-container
  .date-order-product-list-panel
  .product-form-inline-atc-button {
  padding: 8px 14px;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 25px;
  vertical-align: top;
}
#shopify-section-featured-products-slider .featured_header {
  text-align: center;
  font-size: 26pt;
  font-weight: 600;
}
#shopify-section-featured-products-slider .swiper-container {
  padding: 0px 18px;
}
#shopify-section-featured-products-slider .swiper-button-next,
#shopify-section-featured-products-slider .swiper-button-prev {
  font-size: 19px !important;
  font-weight: bold;
  color: #000;
  z-index: 5;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  font-size: 19px !important;
  font-weight: bold;
  color: #000;
}
.FeaturedProducts .swiper-slide a {
  display: block;
}
#shopify-section-featured-products-slider .swiper-slide .product-info {
  text-align: center;
}
#shopify-section-featured-products-slider
  .swiper-slide
  .product-info
  .prod-title {
  font-size: 18pt;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1.2;
}
#shopify-section-featured-products-slider
  .swiper-slide
  .product-info
  .prod-vendor {
  color: #ccc;
  font-size: 13pt;
  margin-top: 0px;
  margin-bottom: 12px;
  line-height: 1.2;
}
#shopify-section-featured-products-slider
  .swiper-slide
  .product-info
  .prod-price {
  font-size: 18pt;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 1.2;
}
#shopify-section-featured-products-slider
  .swiper-slide
  .product-info
  .product-form-inline-atc-button {
  padding: 8px 13px;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 5px;
}
#shopify-section-featured-products-slider .swiper-button-next {
  margin-right: -15px;
}
#shopify-section-featured-products-slider .swiper-button-prev {
  margin-left: -15px;
}
#shopify-section-featured-products-slider .shop-all-btn {
  margin-top: 40px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#shopify-section-featured-products-slider .shop-all-btn a {
  padding: 6px 15px;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}

/* 25-12 quick reorder End */

@media screen and (min-width: 1170px) {
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(10) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(19) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(28) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(37) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1169px) and (min-width: 995px) {
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(9) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(17) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(25) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(33) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (max-width: 994px) and (min-width: 960px) {
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(8) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(15) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(22) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(29) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (max-width: 843px) and (min-width: 768px) {
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(20) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(40) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) and (min-width: 680px) {
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(18) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(35) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (min-width: 640px) {
  .product-details {
    padding: 35px 20px;
  }
}
@media screen and (min-width: 960px) {
  .product-gallery {
    width: 66%;
    padding-right: 100px;
    padding-left: 0;
  }
  .product-details {
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    width: 34%;
    padding: 0 0 35px;
    vertical-align: top;
    font-size: 13px;
  }
  .product-title-wrapper {
    display: inline-block;
    width: 70%;
  }
  .product-details .product-price {
    font-size: 20px !important;
    letter-spacing: 0.5px;
    line-height: 38px;
    width: 30%;
    font-weight: 400;
  }

  /*appolow*/
  .product-title-wrapper,
  .product-details .product-price {
    display: inline-block !important;
    width: 100% !important;
    text-align: left;
  }
  .product-details .product-price {
    text-align: left !important;
    font-size: 22px !important;
  }
  .product-details .product-price .money {
    font-weight: 600;
  }
  .product-details .product-price .money-compare-at {
    font-size: 22px !important;
    color: #292929;
    font-weight: 400;
  }
  .product-details .show-color,
  .product-details .min-order {
    font-size: 15px;
    /*     color: #666; */
    letter-spacing: 0.8px;
    text-transform: Capitalize;
  }
  .product-details #variant-inventory-show span {
    display: inline-block;
    margin-left: 25px;
    position: relative;
  }
  .product-details #variant-inventory-show span:before {
    content: " ";
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    background: url("https://cdn.shopify.com/s/files/1/0256/7418/6800/files/Check-mark.png?v=1606833588");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product-details #variant-inventory-show {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .product-details #variant-inventory-show strong {
    float: right;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    h4
    a {
    font-size: 15pt;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    h4
    a {
    font-size: 15pt;
  }
  #shopify-section-featured-products-slider .featured_header {
    text-align: center;
    font-size: 24pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-title,
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-price {
    font-size: 16pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-vendor {
    color: #ccc;
    font-size: 13pt;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs {
    margin: 0px 20px;
  }
  .product-form-inline-atc:before,
  .product-form-inline-atc:after {
    display: none;
  }

  .product-form-inline-atc .quantity-wrapper {
    height: 50px;
    flex: 0 0 10%;
  }
  // .product-form-inline-atc > .product-form-inline-atc-button {
  //   flex: 0 0 40%;
  // }
  .product-form-inline-atc {
    position: relative;
    justify-content: flex-start;
  }
  .whyweleft h2 {
    padding: 20px 40px 20px 120px;
    font-size: 50px;
  }
  .yotpo .promoted-products-box .yotpo-main-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  .connect-wrapper .yotpo .y-label {
    width: 94% !important;
  }
  .connect-wrapper .y-label .form-input-error {
    display: block !important;
  }
  .yotpo.yotpo-main-widget {
    padding: 0px 10px;
  }
  .main-widget .bottom-line-items {
    display: inline-block;
    margin-bottom: 10px;
  }
  .bottom-line-items-container .bottom-line-items .yotpo-filter-stars {
    position: relative;
    transform: translateY(100%);
    margin-top: -48%;
    margin-bottom: 0px;
  }
  .main-widget .reviews-qa-labels-container {
    float: left;
    padding-top: 14px;
    margin-left: 10px;
  }
  .yotpo.yotpo-main-widget .yotpo-label-border .yotpo-bottomline {
    padding: 15px;
  }
  .site-footer-item .social-link svg {
    width: 24px;
    height: 24px;
  }
  .site-footer-item .social {
    margin-left: 0px;
    margin-right: 0px;
  }
  .order-history-container .accordion span {
    font-size: 16px;
  }
  .order-history-container .accordion {
    position: relative;
  }
  .order-history-container .accordion:after {
    position: absolute;
    height: 20px;
    width: 8px;
    top: 5px;
    right: 1px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    h4
    a {
    font-size: 13.8pt;
  }
  #shopify-section-featured-products-slider .featured_header {
    text-align: center;
    font-size: 20pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-title,
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-price {
    font-size: 14pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-vendor {
    color: #ccc;
    font-size: 11pt;
  }
}

@media screen and (max-width: 639px) {
  .cart-item__qty {
    display: flex;
  }
  .desktop-hide {
    display: block;
  }
  .shopify-section .mobile-hide {
    display: none;
  }
  .product-gallery {
    padding-left: 0px;
  }
  .swiper-container-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    height: 14px;
    width: 100px;
    max-width: 140px;
  }
  .product-gallery .swiper-pagination-bullet {
    background-color: white;
    border: 1px solid #6e6e6e;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    background-color: #6e6e6e;
  }
  .mobile-pruduct-images .swiper-slide {
    object-fit: contain;
  }
  .site-footer-item .social {
    justify-content: center;
  }
  .social-link svg {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 749px) {
  .cart__drawer-des {
    width: calc(100% - 85px);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .cart__drawer-img,
  .cart__drawer-des {
    padding: 12px 0;
  }
  .cart__drawer-img,
  .recommended-product .cart__drawer-img {
    width: 80px;
    padding-right: 15px;
  }
  .product-details .product-price .money {
    font-weight: 600;
  }
  .product-details .product-price .money-compare-at {
    font-weight: 400;
  }
  .cart-item__title a {
    font-size: 14px;
    line-height: 1;
  }
  .cart-item__variant {
    font-size: 13px;
  }
  .cart__drawer-total {
    display: none;
  }
  .recommended-product .rec-add-to-cart {
    padding: 6px 8px;
    font-size: 13px;
    width: 90px;
    margin-top: 0px;
  }
  .product-details #variant-inventory-show {
    font-size: 12px;
  }
  .product-details #variant-inventory-show strong {
    float: right;
  }
  .product-details #variant-inventory-show strong:before {
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
  }
  .lSAction > .lSPrev {
    background-position: 8px top;
    left: -10px;
    background-size: 20px;
  }
  .lSAction > .lSNext {
    right: -10px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 8px top;
  }
  .lSSlideOuter {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content-slider p {
    font-size: 15px;
    line-height: 1.2;
  }
  .yotpo .promoted-products-box .yotpo-main-title {
    margin: 0px 10px;
  }
  .yotpo .promoted-products-box .yotpo-promoted-products {
    margin: 15px 15px;
  }
  .cart__drawer-row {
    max-height: 60vh;
    overflow: scroll;
    overflow-x: hidden;
  }
  .recommended-product .cart__drawer-des {
    padding-top: 0px;
  }
  .product-form-inline-atc {
    justify-content: space-between;
  }
  .cart__drawer-footer .cart__drawer-bottom-btns .cart-bottom-half-btn a {
    padding: 7px 9px;
  }
  .cart__drawer-des {
    align-items: flex-start;
  }
  .yotpo .form-group .form-element .form-input-error {
    float: unset;
  }
  .yotpo .write-review .yotpo-submit {
    float: unset;
    display: block !important;
    margin: 15px auto 0px !important;
  }
  .cart__drawer-product .cart-item__qty input {
    font-size: 16px;
    line-height: 1.2;
  }
  .cart-subtotal .cart-total,
  .cart-sub-head,
  .cart-subtotal .cart-sub-head {
    font-size: 17px;
  }
  .product-details .product-tag__icons .product-tag__icon .material-icons,
  .product-details .product-tag__icons .product-tag__icon:last-child {
    min-width: auto;
  }

  #quick-reorder .masthead-title {
    font-size: 2.2em;
  }
  .order-history-container .date-order-product-list-panel {
    padding-top: 10px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox {
    width: 57%;
    margin-right: 0px;
  }
  .order-history-container .accordion span {
    font-size: 15px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-imgbox {
    display: inline-block;
    width: 100px;
    height: 100px;
  }

  .order-history-container .accordion {
    position: relative;
  }
  .order-history-container .accordion:after {
    position: absolute;
    height: 20px;
    width: 8px;
    top: 15px;
    right: 0px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    h4
    a {
    font-size: 14.8pt;
  }
  #shopify-section-featured-products-slider .featured_header {
    text-align: center;
    font-size: 18pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-title,
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-price {
    font-size: 14pt;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-vendor {
    color: #ccc;
    font-size: 11pt;
  }
  #shopify-section-featured-products-slider .swiper-container {
    padding: 0px 16px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    font-size: 15px !important;
    font-weight: bold;
    color: #000;
  }
  #shopify-section-featured-products-slider .swiper-button-next {
    margin-right: -14px;
  }
  #shopify-section-featured-products-slider .swiper-button-prev {
    margin-left: -14px;
  }
  #all-order .product-form-inline-atc-button {
    display: inline-block;
    max-width: 76px;
    white-space: normal;
    word-break: break-word;
    min-height: 50px;
    padding: 6px 6px;
    font-size: 14px;
    margin-left: 0px;
  }
  .order-history-container .accordion span:nth-child(3) {
    width: 23%;
  }
  #shopify-section-featured-products-slider .shop-all-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  /*   .cart__drawer-table_inner {
      height: 400px;
  } */
  .cart-item__title a {
    font-size: 12px;
    line-height: 1;
  }
  .cart-item__variant {
    font-size: 13px;
  }
  .cart__drawer-row {
    max-height: 49vh;
    overflow: scroll;
    overflow-x: hidden;
  }
  .cart__drawer-footer .cart__drawer-bottom-btns .cart-bottom-half-btn a {
    font-size: 14px;
  }
  .product-swatch-box a.inline-color-swatch:first-child .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(9) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(17) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(25) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(32) .swatch-color,
  .product-swatch-box a.inline-color-swatch:nth-child(40) .swatch-color {
    margin-left: 0px;
  }
}
@media screen and (max-width: 320px) {
  .product-form-inline-atc > .product-form-inline-atc-button {
    flex: 0 0 75%;
  }
  .cart__drawer {
    height: 100%;
    width: 100%;
  }
  .cart__drawer-row {
    max-height: 74vh;
    overflow: scroll;
    overflow-x: hidden;
  }
  .cart__drawer-footer .cart__drawer-bottom-btns .cart-bottom-half-btn a {
    padding: 7px 6px;
    font-size: 14px;
  }
  .recommended-product .cart__drawer-des {
    width: calc(100% - 84px);
  }
  .cart__drawer-footer .btn__checkout {
    height: 40px;
    padding: 10px;
    font-size: 17px;
    line-height: 1;
  }
  .recommended-product .rec-add-to-cart {
    padding: 6px 6px;
    text-align: center;
    font-size: 13px;
    width: 87px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox {
    width: 100%;
    margin-right: 0px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-imgbox {
    display: inline-block;
    width: 98px;
    height: 98px;
    margin: 0px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    h4
    a {
    font-size: 12pt;
    margin-bottom: 4px;
  }
  .order-history-container
    .date-order-product-list-panel
    .order-product-infobox
    p {
    margin-bottom: 3px;
    margin-top: 0px;
    font-size: 13px;
  }
  .order-history-container .date-order-product-list-panel .qtybox .btnqty {
    font-size: 21px;
  }
  .order-history-container
    .date-order-product-list-panel
    .qtybox
    .quantity-selector {
    font-size: 17px;
  }
  .order-history-container
    .date-order-product-list-panel
    .product-form-inline-atc-button {
    padding: 6px 13px;
    float: right;
  }
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-title,
  #shopify-section-featured-products-slider
    .swiper-slide
    .product-info
    .prod-price {
    font-size: 12pt;
  }
  #all-order .product-form-inline-atc-button {
    min-height: 50px;
    padding: 5px 5px;
    font-size: 13px;
  }
  .order-history-container .accordion span {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.3px;
  }
  #custom-quick-reorder .masthead-title {
    font-size: 36px;
    text-align: left !important;
    margin-top: 45px;
    margin-bottom: 25px;
  }
  #custom-quick-reorder .page-content p {
    margin-bottom: 32.5px;
  }
}
