.theme-rating-review-container {
    display: none !important;
}
p.pricing ins {
    color: #5d8024;
    font-weight: bold;
    text-decoration: initial;
}
p.pricing del {
    margin-right: 6px;
}
.theme-store-front-container .theme-category-image-description-conatainer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-block-size: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block-start: 50px;
    padding-block-end: 50px;
    margin-top: -90px;
    margin-bottom: -90px;
}
.theme-store-front-container .theme-category-image-description-conatainer .theme-category-name-description {
    background: #5d8024;
    padding: 30px;
    width: 80%;
}

.theme-collection-section {
    padding-block-start: 50px;
    padding-block-end: 50px;
    margin-top: -90px;
}
.theme-out-of-stock-button{
    display: none !important;
}

.theme-ribbon-stock{
    display: none !important;
}

[data-zs-product-outofstock]{
    display: none !important;
}


.post-ship-btn {
    background-color: rgb(230, 90, 11);
    color: rgb(255, 255, 255);
    padding-right: 30Px;
    margin-top: 106px !important;
    position: fixed;
    bottom: 250px !important;
    right: 10px !important;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-name h1 {
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 20px !important;
    font-weight: bold !important;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row {
    margin-block-end: 8px !important;
    display: flex;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row .theme-product-variant .theme-variant-select-container-main {
    margin-block-end: 0px !important;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-short-desc-row {
    margin-block-end: 10px !important;
    line-height: 1 !important;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-detail-price-area {
    display: flex;
    align-items: baseline;
    margin-block-start: 10px !important;
    margin-block-end: 15px !important;
}
.theme-tag-contianer+.theme-product-short-description {
    padding-block-start: 10px !important;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-detail-price-area span.theme-product-price {
    font-size: 18px;
    font-weight: bold;
}
.theme-product-details-style-07 .theme-product-detail-container .theme-product-detail-varients-container .theme-product-name h1 {
    line-height: 1.4;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 18px !important;
    font-weight: bold !important;
}

.theme-product-details-style-07 .theme-product-detail-varients-container {

display: flex;

flex-direction: column;

}

.theme-product-details-style-07 .theme-short-desc-row{

margin-top: 10px;

order: 10;

}

@media all and (max-width:768px){
  .theme-branding-info{
    padding-block-start:0 !important;
    padding-block-end:0 !important;
  }
  .theme-site-title-caption-space{
    margin:0 !important;
  }
  [data-zs-product-details-primary-section]{
    padding-block-start:10px;
  }
  /* To reduce font size of variant's label */
  [data-zs-product-variant-label]{
    font-size: 13px;
  }
  /* To reduce font size of variant */
  [data-theme-variant-label]{
    font-size: 13px;
  }
}
