section.prdct .wrap-base{
    max-width: 1183px;
}

.prdct-twoclms{
    gap: 15px;
}
.prdct-twoclm{
    width: 49%;
}

.prdct-gallery-box{
    position: relative;
}

.prdct-main{
    margin-top: 4px;
    margin-bottom: 18px;
}

.prdct-gallery-big .item{
    display: flex;
    height: 422px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.prdct-gallery-big .item img{
    max-width: 70%;
}

.prdct-gallery-small{
    position: absolute;
    top: 0;
    left: 0;
    gap: 13px;
    display: flex;
    flex-direction: column;
}

.prdct-gallery-small img{
    width: 73px;
    height: 73px;
    border: 1px solid #E0D9D9;
    border-radius: 14px;
}

.prdct-btm{
    flex-direction: column;
}

.prdct .prdct-outofstock{
    background: #ECECEC;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    display: none;
}

.prdct.outstock .prdct-outofstock {
    display: inline-block;
    border-radius: 40px;
}

.prdct.outstock .prdctadd,
.prdct.outstock .prdct-meta-twoclms {
    opacity: 0.5;            
    pointer-events: none;     
}

.prdct.outstock .prdctaction,
.prdct.outstock .prdctadd-quantity-text{
    display: none;
}

.prdct.outstock .prdctadd .price .regular{
    color: #232526 !important;
}



.prdct-title{
    font-size: 44px;
    font-weight: 700;
    margin: 12px 0 0;
}

.prdct-bubles{
    display: flex;
    gap: 10px;
    margin: 18px 0 17px;
    flex-wrap: wrap;
    align-items: center;
}

.prdct-bubles-item{
    display: flex;
    gap: 5px;
    background: #F8F8F8;
    height: 32px;
    border-radius: 27px;
    line-height: 32px;
    padding: 0 10px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.prdct-bubles-item::before{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url(/wp-content/themes/biohacking-redesign/img/icons/prdct-icon-reviewsbox.svg) no-repeat;
}

.prdct-bubles-item.instock{
    background: #fdf3f0;
    color: #EB0D30;
    font-weight: 400;
    text-transform: uppercase;
}

.prdct-bubles-item.instock::before{
    display: none;
}

.prdct-bubles-item.rtng-value{
    background: #fff5e2;

}

.prdct-bubles-item.rtng-value::before{
    background: url(/wp-content/themes/biohacking-redesign/img/stars.png) 1px 1px / 80px 13px no-repeat;
}

.prdct-bubles .wish{
    background: url(/wp-content/themes/biohacking-redesign/img/icons/prdctlike.svg) center / 100% no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.8;
}

.prdct-bubles .wish:hover{
    background: url(/wp-content/themes/biohacking-redesign/img/icons/prdctlike-hover.svg) center / 100% no-repeat;
}

.prdct-bubles .wish.active{
    background: url(/wp-content/themes/biohacking-redesign/img/icons/prdctlike-active.svg) center / 100% no-repeat;
    opacity: 1;
}
.prdct-bubles .wish.active:hover{
    background: url(/wp-content/themes/biohacking-redesign/img/icons/prdctlike-active.svg) center / 100% no-repeat;
    opacity: 1;
}

.prdct-sub-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
    margin: 1px 0 7px;
}



.prdct-meta-twoclms{

}

.prdct-meta-twoclms .prdct-twoclm{

}

.prdct-meta{
    border: 1px solid #ECECEC;
    border-radius: 22px;
    padding: 13px 15px;
    overflow: hidden;
    height: calc( 100% - 26px );
    display: flex;
    flex-direction: column;
}

.prdct-meta-title{
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #ECECEC;
    padding: 0 0 10px;
}

.prdct-meta-title .icon{
    width: 24px;
    height: 24px;
    display: block;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icon-prdct-key.svg) center / 100% no-repeat;

}

.prdct-meta-title .icon.icon-prdct-delivery{
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icon-prdct-location.svg) center / 100% no-repeat;
}

.prdct-meta-title .select-country{
    margin-left: auto;
    color: #E2552D;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.prdct-meta-title .select-country::after{
    content:"";
    width: 13px;
    height: 9px;
    display: block;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop-primary.png) center / 10px no-repeat;
    transform: rotate(-90deg);
}

.prdct-meta-cnt{

padding: 10px 0 4px;
}

.prdct-meta-cnt ul, .prdct-description-cnt ul{
    list-style:none;
    padding-left: 20px;
    font-size: 14px;
}

.prdct-meta-cnt ul li, .prdct-description-cnt ul li{
    line-height: 30px;
    position: relative;
}

.prdct-description-cnt ul li ul{
    list-style: disc;
}

.prdct-meta-cnt ul li{
    list-style: none;
}

.prdct-description-cnt ul li ul *::marker{
    color: #E2552D;
}

.prdct-meta-cnt ul li::before, .prdct-description-cnt ul li::before {
    background-color: #E2552D;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: -19px;
    border-radius: 50px;
    content:"";
}

.prdct-meta-cnt .country{

}

.prdct-meta-cnt .country-text{

font-size: 14px;

margin: 0 0 15px;
}

.prdct-deliverybox {
    padding: 20px 30px 20px 40px;
    background: #af583b;
    margin: auto -15px -15px;
}

.prdct-deliverybox-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}
.prdct-deliverybox-left {
    width: 52%;
}
.prdct-deliverybox-left-top {font-size: 12px;}
.prdct-deliverybox-left-btm {font-size: 14px;font-weight: 700;}
.prdct-deliverybox-right{
    width: 48%;
    font-size: 40px;
    font-weight: 600;
    text-align: right;
}

.prdct-description-cnt ul li ul li::before {
    display: none;
}




.prdct-description{
    display: flex;
    margin: 38px auto 52px;
}

.prdct-description-title{
    width: 40%;
}

.prdct-description-cnt{
    width: 60%;
}

.prdct-description-cnt-box{
    width: 100%;
    height: 132px;
    overflow: hidden;
    position: relative;
}

.prdct-description-cnt-box.show{
    height: auto;
}

.prdct-description-cnt-box.show .prdct-description-cnt-overlay{
    display: none;
}

.prdct-description-cnt-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #fff);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.prdct-description-cnt h2{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    letter-spacing: 0;
}

.prdct-description-cnt p{
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
}

.prdct-description-cnt ul{

    margin: 0 0 20px;
}

.prdct-description-show{
    display: flex;
    gap: 10px;
    color:var(--primary);
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    margin: 25px 0 0;
    cursor: pointer;
}

.prdct-description-show::after{
    content: "";
    width: 10px;
    height: 7px;
    display: block;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/hdr-drop-primary.png) center / 100% no-repeat;
}


.prdctadd{
    display: flex;
    border-top: 1px solid #ECECEC;
}
.prdctadd-column1{

}

.prdctadd .choose{

display: flex;

flex-direction: column;

gap: 9px;

margin: 3px 0 0;

border-bottom: 1px solid #ECECEC;

height: 114px;

justify-content: center;
}

.prdctadd .choose label{

font-size: 16px;

color: #767676;
}

.prdctadd .choose .forms{

display: flex;

gap: 6px;
}

.prdctadd .choose .forms a{

background: #F8F8F8;

border-radius: 28px;

display: flex;

height: 32px;

padding: 0 5px;

align-items: center;

width: fit-content;

padding: 0 14px;

font-size: 14px;

gap: 5px;
}

.prdctadd .choose .forms a.active{
    background: #fdecea;
}

.prdctadd .choose .forms a::before{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: url(/wp-content/themes/biohacking-redesign/img/checkbox.svg) center / 24px no-repeat;
    border-radius: 100px;
}

.prdctadd .choose .forms a.active::before{
    background-image: url(/wp-content/themes/biohacking-redesign/img/checkbox-checked.svg);
}


.prdctadd-column2{

align-items: flex-start;

display: flex;

flex-direction: column;

flex-grow: 1;
}

.prdctadd-column2-placeholder{
    height: 117px;
    border-bottom: 1px solid #ECECEC;
    width: 100%;
    flex-shrink: 0;
}

.prdctadd-quantity-box{

display: flex;

gap: 10px;

align-items: center;

margin: 9px 0 0 14px;

padding: 10px 0;

height: 100%;
}

.prdctadd-quantity-box .quantity.buttons_added{
    margin: 0;
}

.prdctadd .price{

padding: 10px 0;

display: flex;

flex-direction: column;

gap: 10px;
}

.prdctadd .price span{
    font-size: 44px;
    color:#E2552D;
    font-weight: 700;
    display: block;
}

.prdctadd .price span del{
    font-size: 18px;
    color:#767676;
    font-weight: 400;
}

.prdctadd .sale{
    
height: 26px;
}

.prdctadd .regular{
    
}

.prdctadd-quantity-text {
    color: #0E7FC1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.prdctadd-quantity-text .small {
    font-size: 12px;
}
.prdctadd-quantity-text .big {
    font-size: 20px;
    font-weight: 700;
}

.prdctadd.prdctadd-simple{

}

.prdctaction{
    display: flex;
    gap: 10px;
    margin: 17px 0 15px;
}

.prdctaction > *{width: 100%;}

.prdctaction #prdct-main-addtocart{
    position: relative;
}

.prdctaction #prdct-main-addtocart::after{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background: url(/wp-content/themes/biohacking-redesign/img/icons/icon-product-cart.png) center / 12px no-repeat;
    margin-left: -3px;
}

/* icon-prdct-key.svg
icon-prdct-location.svg */



.prdct-reviewsbox {flex-direction: column;margin-bottom: 31px;}
.prdct-reviewsbox-title {margin: 0 0 35px;}
.prdct-sub-title {
}
.prdct-reviewsbox-container {display: flex;gap: 30px;}
.prdct-reviewsbox-column1 {display: flex;width: 96%;flex-direction: column;gap: 25px;}
.prdct-reviews-action {
    display: flex;
    background: #fdf3f0;
    justify-content: space-between;
    height: 110px;
    align-items: center;
    padding: 0 32px;
    border-radius: 22px;
}
.prdct-reviews-action .prdct-sub-title {margin: 0;font-size: 16px;}
.prdct-reviews-action .btn {width: 266px;}
.prdct-reviews-stats {border: 1px solid #ECECEC;border-radius: 22px;min-height: 274px;overflow: hidden;}
.prdct-reviews-stats-in {display: flex;align-items: center;justify-content: center;gap: 61px;margin: 0;height: 100%;}
.prdct-reviews-stats-left {display: flex;align-items: center;gap: 15px;}
.prdct-reviews-stats-left-circle {
}
.prdct-reviews-stats-left-circlenumbers {display: flex;flex-direction: column;gap: 7px;}
.prdct-reviews-stats-left-circlenumbers .rtngline {
}
.prdct-reviews-stats-left-circlenumbers .count {
}
.prdct-reviews-stats-right {
    width: calc( 100% - 475px );
}
.prdct-reviewsbox-column2 {width: 30%;}
.prdct-reviewsbox-column2 .productcard{
    margin: 0;
    display: block;
}
.prdct-reviewslist {display: flex;flex-direction: column;gap: 17px;margin-bottom: 50px;}
.prdct-reviewslist-title {
}
.prdct-reviewslist-container {width: 100%;display: flex;flex-wrap: wrap;gap: 20px;}
.prdct-reviewslist-item {
    border: 1px solid #ECECEC;
    border-radius: 22px;
    font-size: 16px;
    line-height: 1.4;
    width: 48%;
}
.prdct-reviewslist-item-in{
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: calc( 100% - 40px);
    gap: 18px;
}
.prdct-reviewslist-item .rtng {
}
.prdct-reviewslist-info {display: flex;justify-content: space-between;}
.prdct-reviewslist-info .title {
    font-weight: 700;
}
.prdct-reviewslist-info .date {
    font-weight: 500;
    color:var(--graygray-500);
}
.prdct-reviewslist-cnt {font-weight: 500;}
.prdct-reviewslist-replies-show{
    color:var(--primary);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.prdct-reviewslist-replies {
    padding: 0 0 0 20px;
    font-size: 14px;
    display: none;
}
.prdct-reviewslist-replies .item{
    margin: 0 0 15px;
}
.prdct-reviewslist-replies .item:last-child{
    margin: 0 ;
}
.prdct-reviewslist-actions {display: flex;justify-content: space-between;margin-top: auto;height: 50px;align-items: center;}
.prdct-reviewslist-actions .reply {
    color:var(--primary);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.prdct-reviewslist-actions .score {display: flex;gap: 10px;}

.prdct-reviewslist-actions .score-up,
.prdct-reviewslist-actions .score-down {
    border: 1px solid #ECECEC;
    border-radius: 8px;
    font-size: 14px;
    padding: 6px;
    color:var(--black-500);
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}


.prdct-reviewslist-actions .icon {
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/biohacking-redesign/img/icons/like-gray.png) left center / 24px no-repeat;
}

.prdct-reviewslist-actions .score-up.voted .icon,
.prdct-reviewslist-actions .score-up:hover .icon{
    color:var(--primary);
}

.prdct-reviewslist-actions .score-up.voted .icon,
.prdct-reviewslist-actions .score-up:hover .icon{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/like-primary.png);
}

.prdct-reviewslist-actions .score-down .icon {
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/like-down-gray.png);
}

.prdct-reviewslist-actions .score-down.voted .icon,
.prdct-reviewslist-actions .score-down:hover .icon{
    background-image: url(/wp-content/themes/biohacking-redesign/img/icons/like-down-primary.png);
}

.prdct-reviewslist-actions .value {
}
.prdct-reviewslist-actions .score-down {
}
.prdct-reviewslist-actions .prdct-reviewslist-showmore {
}

.prdct-reviewslist-showmore{
    width: 100%;
}

.rtng{
    width: 100px;
    height: 16px;
}
.rtng-in{
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/biohacking-redesign/img/stars.png) left center / 100px no-repeat;
}

.circle {
  --max: 5; /* maximum rating */
  --percent: calc(var(--rating) / var(--max) * 100%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: conic-gradient(    #EB0D30 0%,    #F37521 var(--percent),    #eee var(--percent) 100%  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Inner white circle */
.circle::before {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 50%;
}

/* Center text */
.circle-inner {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.prdct-reviews-statbox {

display: flex;

flex-direction: column;

gap: 16px;
}
.prdct-reviews-statbox-item {
    display: flex;
    align-items: center;
}
.prdct-reviews-statbox-item .val {
    width: 26px;
    text-align: right;
    margin-right: 5px;
    font-size: 18px;
}
.prdct-reviews-statbox-item .star {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: url(/wp-content/themes/biohacking-redesign/img/stars.png) 1px -1px / 100px 17px no-repeat;
}
.prdct-reviews-statbox-item .star-in {
}
.prdct-reviews-statbox-item .line {
    width: calc( 100% - 100px);
    margin: 0 21px;
    height: 8px;
    background: #ECECEC;
    border-radius: 37px;
    overflow: hidden;
}
.prdct-reviews-statbox-item .line-fill {
    height: 8px;
    background: #E2552D;
    width: 0px;
}
.prdct-reviews-statbox-item .count {
    width: 10px;
    font-size: 18px;
    font-weight: 700;
}

.prdct-banner{
    margin: 0 0 50px;
}



.popup-product{

}

.popup-product .popup-cnt {
    max-width: 1300px;
    width: calc(100vw - 100px);
    height: calc(100vh - 200px);
    overflow-y: scroll;
}

.popup-product .popup-cnt .prdct-btm,
.popup-product .popup-cnt .prdct-breadcrumbs {
    display: none;
}

.prdctnotify {margin: 20px 0 0;}
.prdctnotify-calltoaction {
}
.prdctnotify-calltoaction .title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
}
.prdctnotify-calltoaction .btn {
}
.prdctnotify-form {
    border: 1px solid #ECECEC;
    font-size: 14px;
    border-radius: 13px;
    background: #f8f8f8;
    padding: 12px 15px;
    gap: 10px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prdctnotify-form.active{
    display: flex;
}
.prdctnotify-form label {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.prdctnotify-form input{
    width: calc(62% - 30px);
    background: #fff;
    flex-shrink: 1;
}
.prdctnotify-form .btn{
    width: 37%;
    flex-shrink: 1;
}
.prdctnotify-form .validate {color: var(--primary);}
.prdctnotify-form .btn-black {
}

.prdctnotify-form-success{
    font-size: 14px;
    font-weight: 500;
    color:#188604;
    margin: 10px 0 0;
    display: none;
}


@media (min-width: 1200px) {

    .prdct-twoclm .quantity.buttons_added {
        height: 42px;
        padding: 4px 16px;
    }

}

@media (max-width: 1200px) {

    .prdct-reviews-stats-right {
        width: 54%;
        margin: 0 0 26px;
    }

    .prdct-reviewsbox-column1 {
        width: 77%;
    }

}

@media (max-width: 1024px) {

    .prdct-main {
        margin-top: 4px;
        margin-bottom: 18px;
        max-width: 500px !important;
        flex-direction: column;
    }

    .prdct-gallery-small {
        top: auto;
        left: 0;
        bottom: 0;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .prdct-gallery-small .item{
        max-width: 25%;
    }

    .prdct-gallery-small img {
        height: auto;
    }

    .prdct-gallery-big .item {
        height: 200px;
        margin-bottom: 55px;
    }

    .prdct-title {
        font-size: 28px;
        text-align: center;
    }

    .prdct-bubles {
        justify-content: center;
    }

    .prdctadd-column2-placeholder{
        display: none;
    }

    .prdctadd .choose {

        border-bottom: none;

    }
    .prdctadd-quantity-box {
        height: auto;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .prdctadd .price {
        flex-direction: row;
    }

    .prdctadd .price span {
        font-size: 28px;
    }

    .prdct-meta-twoclms {
        flex-direction: column;
        align-items: center;
    }

    .prdct-twoclm {
        width: 100%;
        max-width: 500px;
    }

    .prdct-description {
        max-width: 500px !important;
        flex-direction: column;
    }

    .prdct-reviewsbox-column2 {
        display: none;
    }

    .prdct-reviewsbox-container {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .prdct-reviews-stats-in {
        flex-direction: column;
        padding: 11px 20px 23px;
        gap: 34px;
    }

    .prdct-reviewsbox-title {
        margin: 0 auto 35px;
        max-width: 500px;
        width: 100%;
    }

    .prdct-description-title {
        width: 100%;
    }

    .prdct-description-cnt {
        width: 100%;
    }

    .prdct-reviewsbox-column1 {
        width: 100%;
    }

    .prdct-gallery-big .item img {
        max-width: 200px;
        margin: -30px 0 0;
    }

    .prdctadd-quantity-text .small {
        font-size: 10px;
    }

    .prdctadd-quantity-text .big {
        font-size: 14px;
    }

    .prdctadd-column1 {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .prdct-reviews-action {
        flex-direction: column;
        gap: 8px;
        justify-content: center;
        min-height: 110px;
        height: auto;
        padding: 10px 10px;
    }

    .prdct-reviews-stats-right {
        width: 54%;
    }

    .prdct-deliverybox-in {
        flex-direction: column;
    }
    .prdct-deliverybox-left {
        width: 100%;
        text-align: center;
    }
    .prdct-deliverybox-left-top{
        margin-bottom: 1px;
    }
    .prdct-deliverybox-right {
        width: 100%;
        text-align: center;
    }



}


@media (max-width: 768px) {

    .prdct-reviewslist-item {
        width: 100%;
    }

    .prdct-reviewslist-info {
        justify-content: flex-start;
        gap: 12px;
    }

    .prdct-reviewslist-item-in {
        gap: 12px;
    }

    .prdctaction {
        flex-direction: column;
        margin: 8px 0 3px;
    }

    .popup-product .popup-cnt {
        width: calc(100vw - 64px);
        height: calc(100vh - 200px);
    }

}