.flex-control-thumbs li {
  margin-right: 16px;
  /* border: 1px solid #E1E1E1; */
}
.summary .price .onsale {
  padding: 3px 8px!important;
  font-weight: 500 !important;
  color: #fff !important;
  background-color: #d955a4 !important;
}
.product .summary .price del .amount{
  /* opacity: 65%; */
  color: #b35d5dcc;
}
.product .summary .price.has-sale-flash{
  padding-top: 2px  !important;
}
.product .summary .price del, .product .summary .price ins{
  vertical-align: middle !important;
}

#nm-product-accordion{
   margin-top: 0 !important;
}
.zylo-brand {

  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}

.product .summary .product_title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  /* margin-bottom: 10px; */
}

.zylo-attribute_title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px !important;
}

.product .summary .price {
  font-weight: bold;
  /* font-size: 30px; */
  color: #850003;
  margin-bottom: 10px !important;
  padding: 0;
}

.product .summary .price .amount {
  /* font-size: 26px; */
}

.woocommerce-product-details__short-description {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.woocommerce-product-details__short-description .zylo-content-description {
  overflow: hidden;
  height: 60px;
}

.woocommerce-product-details__short-description .zylo-content-description.active {
  height: auto;
  overflow: visible;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description .zylo-content-more {
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.woocommerce-product-details__short-description .zylo-content-more.active img {
  transform: rotate(-180deg);
}

.woocommerce-product-details__short-description .zylo-content-more p {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description .zylo-content-more img {
  margin-left: 9px;
  width: 14px;
  height: auto;
}

.variations th {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 13px;
}

.variations tr td {
  padding-left: 0px !important;
  border: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  border-radius: 18px;
  padding: 13px;
  border: 1px solid #E1E1E1;
  font-size: 14px;
  color: #000000;
  margin-right: 14px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  padding: 13px;
  border: 1px solid #000000;
  background: #000000;
  border-radius: 18px;
  color: #fff;
}

.nm-quantity-wrap {
  border: none;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nm-quantity-wrap .quantity {
  padding: 0 5px;
  margin-left: 100px;
  border-radius: 19px;
  border: 1px solid #E1E1E1;
}

.nm-quantity-wrap .quantity .nm-qty-minus {
  line-height: 37px !important;
  height: 37px;
}

.nm-quantity-wrap .quantity .nm-qty-plus {
  line-height: 37px !important;
  height: 37px;
}

.nm-quantity-wrap .qty {
  height: 37px;
}

.nm-quantity-wrap label:not(.nm-qty-label-abbrev) {
  display: block;
  position: static;
  top: 0;
  left: 10px;
  text-align: left;
  color: #282828;
  line-height: 42px;
}

#nm-widget-panel .nm-quantity-wrap .quantity {
  display: inline-block;
  margin-left: 14px;
}

.bos4w-display-wrap {
  width: 100%;
  height: auto;
  margin-top: 33px;
}

.bos4w-display-wrap .bos4w-display-plan-text {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
}

.bos4w-display-wrap .bos4w-display-options {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #E1E1E1;
  border-bottom: none;
}

.bos4w-display-wrap .bos4w-display-options li {
  padding: 10px 19px;
}

.bos4w-display-wrap .bos4w-display-options li label {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #4E4E4E;
}

.bos4w-display-wrap .bos4w-display-options li label input {
  margin-right: 12px;
}

.bos4w-display-wrap .bos4w-display-options li:first-child {
  border-bottom: 1px solid #E1E1E1;
}

.bos4w-display-wrap .bos4w-display-options li .zylo-deliver-every {
  padding-left: 25px;
  margin-top: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bos4w-display-wrap .bos4w-display-options li .zylo-deliver-every p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.bos4w-display-wrap .bos4w-display-options li .zylo-deliver-every select {
  margin-left: 16px;
  width: 120px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #E1E1E1;
}

.bos4w-display-wrap .bos4w-display-options li .single_variation {
  margin-top: 17px;
  border: none !important;
  padding: 0 !important;
  padding-left: 25px !important;
  font-size: 14px;
  color: #4E4E4E;
}

.bos4w-display-wrap .bos4w-display-options li .single_variation p {
  font-size: 14px;
  color: #4E4E4E;
}

.bos4w-display-wrap .bos4w-display-dropdown {
  border: 1px solid #E1E1E1;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 0 19px 23px;
}

.bos4w-display-wrap .bos4w-display-dropdown label {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}

.bos4w-display-wrap .bos4w-display-dropdown select {
  margin-left: 16px;
  width: auto;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #E1E1E1;
}

.bos4w-display-wrap .bos4w-display-dropdown .zylo-bos4w_subscription_text_display {
  margin-top: 17px;
  font-size: 14px;
  color: #4E4E4E;
}

.zylo-subscription-details-content {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.6s;
  padding-left: 20px;
}

.zylo-subscription-details-content.active {
  max-height: 200px;
  overflow: auto;
}

.zylo-subscription-details {
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  height: auto;
  padding-left: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.zylo-subscription-details img {
  width: 24px;
  height: auto;
  margin-right: 11px;
}

.zylo-subscription-details p {
  font-weight: 400;
  font-size: 16px;
  color: #4E4E4E;
}

.nm-variable-add-to-cart-button {
  /* width: 174px !important; */
  height: 36px;
  background: #850003;
  text-transform: uppercase;
  border-radius: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 42px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 !important;
}

.zylo-buy-now {
  margin-left: 14px;
}

.truncated .read-more {
  margin-top: 5px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .flex-control-thumbs li {
    margin-right: 16px;
    /* border: 1px solid #E1E1E1; */
  }
  .zylo-brand {
    /* font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px; */

    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .product .summary .product_title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    /* margin-bottom: 10px; */
  }
  .zylo-attribute_title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
  }

  
  .product .summary .price {
    font-weight: bold;
    /* font-size: 22px; */
    color: #850003;
    margin-bottom: 26px;
    padding: 0;
  }
  .product .summary .price .amount {
    /* font-size: 22px; */
  }
 
  .product .summary .price del .amount{
    /* opacity: 65%; */
    color: #b35d5dcc;
  }
  .woocommerce-product-gallery__wrapper {
    height: auto !important;
  }
  .nm-variable-add-to-cart-button {
    width: 100% !important;
    height: 36px;
    background: #850003;
    text-transform: uppercase;
    border-radius: 18px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 !important;
  }
  .zylo-buy-now {
    margin-top: 20px;
    margin-left: 0px;
  }
  .bos4w-display-dropdown select {
    margin-left: 0;
  }
}
