/*Product*/
span.quantity {
    background-color: #7840e5;
    border-radius: 10px !important;
}

span.quantity button {
    padding: 0px !important;
}

.quantity,
.quantity .decrease,
.quantity .increase {
    border-color: transparent;
    border-width: 0px;
}

.quantity .decrease,
.quantity .increase {
    background-color: transparent;
}

@media (hover: hover) {

    .quantity .decrease:hover,
    .quantity .increase:hover {
        background-color: #5e2cc0;
    }
}

.quantity .decrease__sign,
.quantity .increase__sign {
    font-weight: 200;
}

.quantity .increase-tooltip,
.quantity .increase {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.quantity .decrease-tooltip,
.quantity .decrease {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.type-product .buttons-wrapper.social-buttons-wrapper {
    display: none;
}

.p-detail-inner .p-content-wrapper {
    order: 0;
}

.p-detail-inner .p-price-wrapper {
    margin-top: 30px;
}

.p-detail-inner .p-price-wrapper .price-final {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
}

.p-thumbnails>div {
    width: 100%;
}

.p-thumbnails>div>div {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.p-detail-inner .brand-wrapper a {
    color: #ffffff;
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
}

.p-detail-inner h1 {
    font-size: 66px;
    line-height: 87px;
    font-weight: 400;
    margin-bottom: 55px;
}

.variant-buttons {
    display: flex;
    gap: 15px;
}

.variant-button {
    padding: 8px 16px !important;
    border: 1px solid #ffffff;
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 26px;
    font-weight: 300 !important;
    width: 56px !important;
}

.variant-button:hover {
    background-color: transparent;
    filter: brightness(0.8);
}

.variant-button.active {
    background-color: #7840e5;
    color: white;
    border-color: #7840e5;
}

span.variant-label {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

span.availability-amount {
    color: #8aff7b;
}

.amount-of-capsules {
    margin-bottom: 15px;
}

span.price-additional {
    text-align: center;
    color: #cccccc !important;
}

.type-product .amount-of-capsules span,
.type-product span.availability-amount {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

.parameter-dependent span.availability-label,
.type-product .detail-parameter span.availability-label {
    font-size: 25px !important;
    line-height: 30px;
    font-weight: 300;
}

.detail-parameters {
    margin-bottom: 25px !important;
}

.p-short-description {
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 300;
}

.p-subscription {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 25px;
}

.p-subscription span.percentage {
    margin-left: 40px;
    font-weight: 200;
}

.p-subscription span.subs.purple {
    color: #CEB5FF;
    transition: 0.3s;
}

.p-subscription span.subs.purple:hover {
    color: #7840e5;
    transition: 0.3s;
}

.p-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.p-content-wrapper>* {
    width: 100%;
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
    margin-right: 0px;
}

.p-thumbnails>div>div>a {
    width: 50%;
    padding: 5px;
}

.p-thumbnails,
.p-thumbnails>div {
    height: fit-content;
    display: flex;
    position: static;
}

.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img {
    width: 100%;
    border-radius: 20px;
    border-width: 2px;
}

.p-thumbnails a.highlighted img,
.p-thumbnails a.highlighted:hover img {
    border-color: #7840e5;
}

.p-to-cart-block span.quantity,
.product .p-tools span.quantity {
    background-color: unset !important;
    border-radius: 10px !important;
}

.p-to-cart-block .quantity .decrease,
.p-to-cart-block .quantity .increase,
.product .p-tools .quantity .decrease,
.product .p-tools .quantity .increase {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid white;
    border-radius: 10px !important;
}


.p-to-cart-block .quantity input[type="number"],
.product .p-tools input[type="number"] {
    padding-left: 10px;
    padding-right: 10px;
    width: fit-content;
    font-size: 25px;
    font-weight: 400;
}

.product .p-tools input[type="number"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.p-detail-inner .p-to-cart-block .quantity label,
.product .p-tools .quantity label {
    display: block;
    min-height: auto !important;
    order: 2;
}

.p-detail-inner .p-to-cart-block .quantity,
.product .p-tools .quantity {
    padding: 0px;
    display: flex;
    align-items: center;
}

.p-detail-inner .quantity .increase,
.p-detail-inner .quantity .decrease,
.product .p-tools .quantity .increase,
.product .p-tools .quantity .decrease {
    left: unset !important;
    right: unset !important;
    top: unset !important;
    position: static;
}

.p-detail-inner .quantity .increase,
.product .p-tools .quantity .increase {
    order: 3;
}

.p-detail-inner .quantity .decrease,
.product .p-tools .quantity .decrease {
    order: 1;
}

.p-detail-inner .p-image-wrapper .p-image img {
    border-radius: 30px;
}

.p-thumbnails>div>div:after,
.p-thumbnails>div>div:before {
    content: none;
}

.p-to-cart-block {
    padding: 5px;
    margin-top: 32px;
}

.p-data-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.p-data-wrapper>* {
    width: 100%;
}

.type-product .description-inner .extended-description {
    display: none;
}

.type-product div#ratingTab textarea.form-control {
    border-radius: 0px !important;
}

.tab-pane .detail-parameters {
    border-radius: 0;
}

.description-inner .extended-description {
    margin-bottom: 100px;
}

.description-inner .extended-description a {
    color: #CEB5FF;
}

.tab-content .detail-parameters {
    border-color: #CEB5FF;
    border-radius: 10px !important;
}

.tab-content .detail-parameters th {
    border-right-color: #CEB5FF;
}

.tab-content .detail-parameters tr:nth-child(odd) {
    background-color: #271b50;
}

.type-product .stars-wrapper {
    justify-content: flex-end !important;
}

.stars-label {
    color: #CEB5FF;
}

.stars .star,
.stars .star:hover {
    color: #CEB5FF;
}

.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
    color: #CEB5FF;
}

button.btn.btn-conversion.add-to-cart-button {
    background-color: #8aff7b;
    border-color: #8aff7b;
    border-radius: 40px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 20px 40px !important;
    height: auto;
}

button.btn.btn-conversion.add-to-cart-button .icon-cart:before {
    content: url(/user/documents/upload/icons/add-to-cart.svg);
}

@media(hover: hover) {
    button.btn.btn-conversion.add-to-cart-button:hover {
        background-color: #7840e5;
        border-color: #7840e5;
    }
}

.p-detail-full-width,
.p-detail-full-width #tab-content {
    background: transparent;
}

.p-detail-full-width #tab-content {
    box-shadow: none;
}

.shp-tabs,
.shp-tabs-holder,
.active .shp-tab-link,
.shp-tab-link:hover,
.shp-tab-link {
    background-color: transparent;
    border-color: transparent;
}

.type-product .shp-tabs-row.responsive-nav,
.type-product .basic-description>h4,
.type-product .full-width.benefit-banners-full-width {
    display: none !important;
}

.type-product .rate-wrapper {
    background-color: transparent;
}

.type-product .full-width.p-detail-full-width {
    padding-top: 0px;
}

@media (min-width: 768px) {
    .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 55px;
    }
}

@media (min-width: 992px) {
    .wide .p-detail-inner .p-image-wrapper {
        padding-right: 32px;
        padding-left: 32px;
    }

    .wide .p-detail-inner .p-data-wrapper,
    .wide .p-detail-inner .p-content-wrapper {
        width: 25%;
    }

    .wide .p-detail-inner .p-image-wrapper {
        width: 50%;
    }
}

.product .p-tools>form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products-block>div .p .p-in .p-bottom>div .p-tools .pr-action .quantity {
    display: flex;
}

/*Product description*/
.basic-description {
    padding-right: 0px !important;
}

.one-column-body .description-inner .basic-description {
    width: 100%;
}

.description-theme.bye-stress {
    background: url(/user/documents/upload/products/bye-stress/butterfly.png?v=1);
    background-size: cover;
    width: 100%;
    height: calc(1600px / 1920 * 1501);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.description-theme>.content-top>h2,
.composition-wrapper>h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 100px;
}

.composition-wrapper>h2 {
    margin-top: 35px;
    margin-bottom: 100px;
}

.description-theme>div {
    width: 100%;
}

.description-theme .content-bottom {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.description-theme .highlight-review {
    width: 426px;
    background-color: #763ee580;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 40px;
    min-height: 280px;
    padding: 40px 50px;
    color: #ffffff;
}

.composition-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -100px;
}

.composition-wrapper>div,
.composition-wrapper>h2 {
    width: 100%;
}

.composition-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.composition-tiles .composition-tile-column.first {
    width: calc(24.5% - 8px) !important;
}

.composition-tiles .composition-tile-column.second {
    width: calc(25.75% - 8px) !important;
}

.composition-tiles .composition-tile-column.third {
    width: calc(12.81% - 8px) !important;
}

.composition-tiles .composition-tile-column.fourth {
    width: calc(25.75% - 8px) !important;
}

.composition-tiles .composition-tile-column.fifth {
    width: calc(11.17% - 8px) !important;
}

.composition-wrapper .composition-tiles .composition-tile {
    background-color: #763ee580;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 20px;
    color: #ffffff;
}

.composition-wrapper .composition-tiles .composition-tile .composition-content-wrapper {
    padding: 20px 17px;
}

.composition-wrapper .composition-tile.ashwagandha .composition-content-wrapper,
.composition-wrapper .composition-tile.guarana .composition-content-wrapper,
.composition-wrapper .composition-tile.taurin .composition-content-wrapper,
.composition-wrapper .composition-tile.ginko-biloba .composition-content-wrapper,
.composition-wrapper .composition-tile.tyrosin .composition-content-wrapper {
    padding: 26px 32px;
}

.composition-wrapper .composition-tile.d3 .composition-content-wrapper,
.composition-wrapper .composition-tile.b6 .composition-content-wrapper,
.composition-wrapper .composition-tile.b12 .composition-content-wrapper,
.composition-wrapper .composition-tile.c .composition-content-wrapper {
    padding: 10px 15px;
}


.composition-wrapper .composition-tile.ashwagandha,
.composition-wrapper .composition-tile.guarana,
.composition-wrapper .composition-tile.taurin,
.composition-wrapper .composition-tile.ginko-biloba,
.composition-wrapper .composition-tile.tyrosin,
.composition-wrapper .composition-tile.d3,
.composition-wrapper .composition-tile.b6,
.composition-wrapper .composition-tile.c {
    width: 100%;
}

.composition-wrapper .composition-tile.rhodiola,
.composition-wrapper .composition-tile.theanin,
.composition-wrapper .composition-tile.bacopa,
.composition-wrapper .composition-tile.tyrosine,
.composition-wrapper .composition-tile.ornithin,
.composition-wrapper .composition-tile.schizandra,
.composition-wrapper .composition-tile.hermanek,
.composition-wrapper .composition-tile.panaxa-ginseng,
.composition-wrapper .composition-tile.carnitin,
.composition-wrapper .composition-tile.magnesium {
    width: calc(50% - 5px);
}

.composition-tiles .composition-tile-column {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.composition-wrapper .text-wrapper .heading,
.composition-wrapper .text-wrapper .content {
    width: 50%;
}

.composition-wrapper .text-wrapper .content p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300;
}

.composition-wrapper .text-wrapper {
    display: flex;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    border-bottom: 1px solid #CEB5FF;
}

.composition-tile {
    cursor: pointer;
    transition: 0.3s ease !important;
}

.composition-tile:hover img {
    scale: 1.07;
    transition: 0.3s ease !important;
}

.composition-wrapper #ashwagandha-text,
.composition-wrapper #guarana-text {
    margin-top: 140px;
}

.composition-wrapper .text-wrapper .heading *:not(.grams) {
    color: #ceb5ff !important;
}

.composition-wrapper .text-wrapper .heading span.grams {
    color: white !important;
    font-weight: 100;
}

.composition-wrapper .text-wrapper .heading h2 {
    font-size: 58px !important;
    font-weight: 400;
    line-height: 1;
    margin: 0px;
}

.composition-wrapper .text-wrapper .heading span {
    font-size: 24px;
    font-weight: 200;
}

.composition-wrapper .composition-tiles .composition-tile img {
    width: auto;
    border-radius: 20px;
}

.composition-content-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.composition-content-wrapper .content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.composition-content-wrapper .content-wrapper>.text {
    position: absolute;
}

.composition-content-wrapper .content-wrapper>.text.left {
    left: 0;
}

.composition-content-wrapper .content-wrapper>.text.right {
    right: 0;
}

.composition-content-wrapper .content-wrapper>.text.top {
    top: 0;
}

.composition-content-wrapper .content-wrapper>.text.bottom {
    bottom: 0;
}

.composition-content-wrapper .content-wrapper>.text.white {
    color: #ffffff;
}

.composition-content-wrapper .content-wrapper>.text.black {
    color: #000000;
}

.composition-tile {
    overflow: hidden;
}

.composition-wrapper .composition-tiles .composition-tile img {
    min-height: 100%;
}

/*Product rating*/
.rate-wrapper.unveil-wrapper .rate-wrap {
    flex-wrap: wrap;
}

.rate-wrapper.unveil-wrapper .rate-wrap>h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
    font-size: 42px;
    line-height: 55px;
    font-weight: 400;
}

.type-product #ratingWrapper .rate-average-inner {
    background-color: #422B7859 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 40px;
    padding: 40px 50px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.in-hodnoceni-obchodu .rate-average-wrap {
    background-color: #422B7859 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 40px;
    padding: 40px 50px;
}

.in-hodnoceni-obchodu .rate-average-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.type-product #ratingWrapper .rate-average-inner span.rate-average,
.rate-wrapper.unveil-wrapper .rate-value {
    color: #ffffff;
}

.content .vote-wrap {
    border: none;
}

.p-detail .votes-wrap.simple-vote .vote-wrap {
    width: calc(100% / 3 - 20px) !important;
    flex-basis: calc(100% / 3 - 20px) !important;
    background: #7840e599;
    border-radius: 20px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    margin-bottom: 0px !important;
}

.votes-wrap.simple-vote {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch !important;
}

.rate-wrapper.unveil-wrapper .rate-list {
    display: flex !important;
}

.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-block,
.in-hodnoceni-obchodu .rate-list .rate-block {
    background-color: #422B78 !important;
    height: 3px !important;
    margin: 0px;
}

.p-detail .rate-wrapper.unveil-wrapper .rate-list .rate-block .rate-bar,
.in-hodnoceni-obchodu .rate-list .rate-block .rate-bar {
    height: 3px !important;
    background-color: #ffffff;
}

.rate-wrap-left h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 37px;
    font-weight: 300;
}

.rate-wrap-left {
    width: 50%;
    padding-right: 100px;
}

.rate-wrap-left>* {
    width: 100%;
}

.rate-wrap-left>div {
    padding-left: 0px;
    padding-right: 0px;
}

.rate-wrap-left .rate-average-wrap {
    margin-bottom: 32px;
}

.tab-content .rate-wrapper.unveil-wrapper {
    margin-bottom: 70px;
}

.rate-average-inner span.rate-average:after {
    content: "\e91b";
    font-family: 'shoptet';
    font-size: 26px;
}

.rate-average-inner span.rate-average {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400 !important;
}

.rate-average-inner span.rate-average {
    width: fit-content !important;
}

.rate-average-inner span.rate-star-wrap {
    width: fit-content !important;
    max-width: 300px;
}

.rate-average-inner .rate-star-wrap .stars-label {
    font-weight: 300;
    font-size: 20px;
}

.rate-wrapper.unveil-wrapper .rate-count {
    position: static;
    transform: none;
    padding-left: 20px;
    font-weight: 100;
    font-size: 18px;
}

.rate-wrapper.unveil-wrapper .rate-star {
    margin-right: 20px;
}

.rate-wrapper.unveil-wrapper .rate-value {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.rate-star.stars {
    height: 24px;
}

.rate-wrapper.unveil-wrapper .rate-star span.star {
    height: 24px !important;
    line-height: 24px !important;
    width: 24px !important;
}

.rate-wrapper.unveil-wrapper .rate-star span.star:before {
    font-size: 20px;
    line-height: 20px;
}

.rate-wrapper.unveil-wrapper .rate-list {
    margin-bottom: 20px;
}

.rate-star.stars span.rate-value {
    height: 24px;
    line-height: 24px;
    width: 24px;
}

.rate-wrap-right {
    width: 50%;
}

.rate-average-inner span.rate-star-wrap {
    max-width: 300px;
    width: fit-content !important;
    min-width: fit-content !important;
    flex-grow: unset !important;
}

.rate-wrap-right div#rate-form {
    background-color: #422B7859 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 40px;
    padding: 40px 50px;
}

.rate-wrap-right div#rate-form .form-group.col-sm-6 {
    width: 100% !important;
}

.rate-wrap-right div#rate-form .btn.btn-primary {
    color: #ffffff;
    background-color: #7840E5;
    border-color: #7840e5;
    padding: 25px 40px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 20px;
}

.rate-wrap-right div#rate-form #cboxTitle,
.rate-wrap-right div#rate-form .form-control,
.rate-wrap-right div#rate-form select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ceb5ff;
    border-radius: 0px;
}

.rate-wrap-right div#rate-form .form-control {
    padding: 25px 15px !important;
    font-weight: 300;
    color: #ffffff;
}

.rate-wrap-right div#rate-form .form-control::placeholder {
    color: #ffffff !important;
}

.rate-wrap-right div#rate-form .consents.consents-first label.whole-width {
    font-weight: 300;
    font-size: 13px;
}


.rate-wrap-right div#rate-form .star-wrap.stars>.star:before,
.rate-wrap-right div#rate-form .star-wrap.stars>.star:after {
    position: static;
    width: fit-content;
    display: flex;
    align-items: center;
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="1"]:before {
    content: url(/user/documents/upload/rating/nic-moc.svg);
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="1"]:after {
    content: "Nic moc";
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="2"]:before {
    content: url(/user/documents/upload/rating/mmm.svg);
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="2"]:after {
    content: "Mmm...";
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="3"]:before {
    content: url(/user/documents/upload/rating/normalka.svg);
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="3"]:after {
    content: "Normálka";
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="4"]:before {
    content: url(/user/documents/upload/rating/pomohlo.svg);
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="4"]:after {
    content: "Pomohlo";
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="5"]:before {
    content: url(/user/documents/upload/rating/eased.svg);
}

.rate-wrap-right div#rate-form .star-wrap.stars>.star[data-score="5"]:after {
    content: "Eased";
}

.rate-wrap-right div#rate-form .star-wrap.stars {
    width: 100%;
    height: 40px;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rate-wrap-right div#rate-form .star-wrap.stars span {
    height: 40px;
    line-height: 40px;
    width: fit-content;
    display: flex;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.3s;
}

.rate-wrap-right div#rate-form .star-wrap.stars span.current {
    background-color: #7840E5;
    color: #ffffff;
    transition: 0.3s;
}

.rate-wrap-right div#rate-form span.thanks {
    font-size: 28px;
    font-weight: 300;
}

.rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
    margin-bottom: 40px;
}

.rate-wrap-right div#rate-form>form>.row>.col-xs-12>div.form-group:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.rate-wrap-right div#rate-form textarea.form-control {
    resize: none;
}

.rate-wrap-right div#rate-form .star-wrap.stars {
    align-content: flex-start;
}

div#ratingTab .load-next-wrap a.btn.btn-primary.js-load-ratings {
    background-color: #7840e5;
    color: #ffffff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 40px;
}

div#ratingTab .load-next-wrap a.btn.btn-primary.js-load-ratings:hover {
    background-color: #5e2cc0;
    border-color: #5e2cc0;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-delimeter,
.p-detail .votes-wrap.simple-vote .vote-wrap span.vote-time,
.highlight-review .vote-delimeter,
.highlight-review span.vote-time {
    display: none;
}

.p-detail .votes-wrap.simple-vote .vote-wrap {
    display: flex;
    gap: 20px;
    padding: 30px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header {
    min-width: 100px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header {
    gap: 10px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .stars,
.highlight-review .vote-header .stars {
    height: 10px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .stars span,
.highlight-review .vote-header .stars span {
    height: 10px;
    line-height: 10px;
    width: 10px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-header .stars span:before,
.highlight-review .vote-header .stars span:before {
    font-size: 10px;
    line-height: 10px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-content,
.highlight-review .vote-content {
    text-align: left;
    font-weight: 300;
    margin-top: 0px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-content span.vote-name.vote-name--nowrap,
.highlight-review span.vote-name.vote-name--nowrap {
    font-weight: 400;
    margin-bottom: 15px;
}

.p-detail .votes-wrap.simple-vote .vote-wrap .vote-content .vote-name>span:before,
.highlight-review .vote-name>span:before {
    content: "–";
    margin-right: 5px;
}

span.vote-emoji {
    background-color: #7840e5;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 5px;
    padding: 5px 10px;
}

span.vote-emoji img {
    max-width: 17px;
}

span.vote-emoji span.text {
    font-size: 12px;
}


.highlight-review .vote-wrap {
    display: flex;
    gap: 20px;
    padding: 0px !important;
}

.highlight-review .vote-header {
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0px;
    align-content: flex-start;
}

.highlight-review .vote-pic {
    padding-right: 0px;
    min-width: 40px;
}

.description-theme .highlight-review {
    min-height: fit-content !important;
}

.highlight-review .vote-content {
    margin-top: 0px;
}

.variant-button {
    min-width: 56px !important;
    width: fit-content !important;
}

.type-product .p-image-wrapper>.row {
    display: none;
}

.rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
    padding-left: 16px;
    padding-right: 16px;
}

.highlight-review span.vote-summary {
    display: flex;
    justify-content: center;
}

.highlight-review .stars {
    width: fit-content;
}

.highlight-review .vote-header .stars span {
    margin-left: 4px;
}

.rate-wrapper.unveil-wrapper .rate-block {
    padding-right: 0px;
}

.p-detail-inner .brand-wrapper {
    text-transform: none;
}

.p-detail-inner .brand-wrapper a {
    font-weight: 300;
}

/*Product description theme*/
.description-theme.zombie-killer {
    background: url(/user/documents/upload/products/zombie-killer/zombie-killer.png?v=1);
    background-size: cover;
    width: 100%;
    height: calc(1600px / 1920 * 1501);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Product - Dlaždice složení*/
.composition-tile.ashwagandha .text.left.top,
.composition-tile.guarana .text.left.top {
    font-size: 30px;
    font-weight: 300;
}

.composition-tile.ashwagandha .text,
.composition-tile.rhodiola .text,
.composition-tile.theanin .text,
.composition-tile.bacopa .text,
.composition-tile.schizandra .text,
.composition-tile.hermanek .text,
.composition-tile.magnesium .text,
.composition-tile.d3 .text,
.composition-tile.b6 .text,
.composition-tile.b12 .text,
.composition-tile.c .text,
.composition-tile.guarana .text,
.composition-tile.ornithin .text {
    display: flex;
    flex-wrap: wrap;
}

.composition-tile.ashwagandha .text.left.bottom span.sub-heading,
.composition-tile.guarana .text.left.bottom span.sub-heading,
.composition-tile.ashwagandha .text.left.bottom span.heading,
.composition-tile.guarana .text.left.bottom span.heading {
    width: 100%;
    line-height: 1.1;
}

.composition-tile.ashwagandha .text.left.bottom span.heading,
.composition-tile.guarana .text.left.bottom span.heading {
    font-size: 42px;
    font-weight: 400;
}

.composition-tile.ashwagandha .text.left.bottom span.sub-heading,
.composition-tile.guarana .text.left.bottom span.sub-heading {
    font-weight: 300;
    font-size: 18px;
}

.composition-tile.rhodiola .text.left.top span.sub-heading,
.composition-tile.theanin .text span.sub-heading,
.composition-tile.bacopa .text span.sub-heading,
.composition-tile.schizandra .text span.sub-heading,
.composition-tile.hermanek .text span.sub-heading,
.composition-tile.magnesium .text span.sub-heading,
.composition-tile.ornithin .text span.sub-heading {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    width: 100%;
}

.composition-tile.d3 .text span.sub-heading,
.composition-tile.b6 .text span.sub-heading,
.composition-tile.b12 .text span.sub-heading,
.composition-tile.c .text span.sub-heading {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    width: 100%;
}

.composition-tile.rhodiola .text span.heading,
.composition-tile.theanin .text span.heading,
.composition-tile.bacopa .text span.heading,
.composition-tile.schizandra .text span.heading,
.composition-tile.taurin .text span.heading,
.composition-tile.tyrosin .text span.heading,
.composition-tile.hermanek .text span.heading,
.composition-tile.magnesium .text span.heading,
.composition-tile.tyrosine .text span.heading,
.composition-tile.ornithin .text span.heading,
.composition-tile.ginko-biloba .text span.heading,
.composition-tile.panaxa-ginseng .text span.heading,
.composition-tile.carnitin .text span.heading,
.composition-tile.alfa-lipoova .text span.heading {
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 7px;
}

.composition-tile.d3 .text span.heading,
.composition-tile.b6 .text span.heading,
.composition-tile.b12 .text span.heading,
.composition-tile.c .text span.heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 2px;
}

@media (max-width: 1920px) and (min-width: 1440px) {
    .description-theme.bye-stress {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .type-product main#content.content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 40px;
    }

    .description-theme>.content-top>h2,
    .composition-wrapper>h2 {
        margin-top: 70px;
    }

    .p-to-cart-block .quantity input[type="number"],
    .product .p-tools input[type="number"] {
        width: 60px;
    }

    button.btn.btn-conversion.add-to-cart-button {
        padding: 20px 30px !important;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        gap: 10px;
        justify-content: space-between;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars span {
        padding-left: 7px;
        padding-right: 7px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars>.star:before,
    .rate-wrap-right div#rate-form .star-wrap.stars>.star:after {
        font-size: 14px;
    }
}

@media(max-width: 1439px) and (min-width: 1200px) {
    .product .p-tools input[type="number"] {
        width: 45px;
    }

    .p-tools button.btn.btn-cart.add-to-cart-button {
        padding: 15px 15px !important;
    }

    .product .p-tools .quantity .decrease,
    .product .p-tools .quantity .increase {
        width: 28px !important;
        height: 28px !important;
    }

    .product .p-tools .quantity .decrease .decrease__sign,
    .product .p-tools .quantity .increase .increase__sign {
        font-size: 20px;
    }

    .p-detail-inner h1 {
        font-size: 47px;
        line-height: 57px;
    }

    .p-detail-inner .brand-wrapper a {
        font-size: 24px;
        line-height: 31px;
    }

    .wide .p-detail-inner .p-data-wrapper,
    .wide .p-detail-inner .p-content-wrapper {
        width: 30%;
    }

    .p-detail-inner .p-price-wrapper .price-final {
        font-size: 42px;
    }

    .p-detail-inner .stars-wrapper .star-list .star {
        margin: 0 2px;
    }

    .p-to-cart-block .quantity input[type="number"] {
        padding-left: 0px;
        padding-right: 0px;
        width: 55px;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 30px;
    }

    button.btn.btn-conversion.add-to-cart-button {
        padding: 20px 20px !important;
    }

    .description-theme.bye-stress {
        background-size: contain;
        background-repeat: no-repeat;
        height: calc(1600px / 1920 * 1240);
        background-position: center;
    }

    .description-theme>.content-top>h2 {
        font-size: 32px;
        margin-top: 50px;
    }

    .description-theme>.content-top>h2,
    .composition-wrapper>h2 {
        font-size: 36px;
    }

    .composition-wrapper>h2 {
        margin-bottom: 60px;
    }

    .composition-wrapper .composition-tile.ashwagandha .composition-content-wrapper,
    .composition-wrapper .composition-tile.guarana .composition-content-wrapper,
    .composition-wrapper .composition-tile.taurin .composition-content-wrapper,
    .composition-wrapper .composition-tile.ginko-biloba .composition-content-wrapper,
    .composition-wrapper .composition-tile.tyrosin .composition-content-wrapper {
        padding: 20px 25px;
    }

    .composition-wrapper .composition-tiles .composition-tile .composition-content-wrapper {
        padding: 15px 12px;
    }

    .composition-tile.ashwagandha .text.left.top,
    .composition-tile.guarana .text.left.top {
        font-size: 26px;
    }

    .composition-tile.ashwagandha .text.left.bottom span.heading,
    .composition-tile.guarana .text.left.bottom span.heading {
        font-size: 30px;
    }

    .composition-tile.ashwagandha .text.left.bottom span.sub-heading,
    .composition-tile.guarana .text.left.bottom span.sub-heading {
        font-size: 16px;
    }

    .composition-tile.rhodiola .text.left.top span.sub-heading,
    .composition-tile.theanin .text span.sub-heading,
    .composition-tile.bacopa .text span.sub-heading,
    .composition-tile.schizandra .text span.sub-heading,
    .composition-tile.hermanek .text span.sub-heading,
    .composition-tile.magnesium .text span.sub-heading,
    .composition-tile.ornithin .text span.sub-heading {
        font-size: 12px;
        line-height: 14px;
    }

    .composition-tile span.sub-heading br {
        display: none;
    }

    .composition-tile.rhodiola .text span.heading,
    .composition-tile.theanin .text span.heading,
    .composition-tile.bacopa .text span.heading,
    .composition-tile.schizandra .text span.heading,
    .composition-tile.taurin .text span.heading,
    .composition-tile.tyrosin .text span.heading,
    .composition-tile.hermanek .text span.heading,
    .composition-tile.magnesium .text span.heading,
    .composition-tile.tyrosine .text span.heading,
    .composition-tile.ornithin .text span.heading,
    .composition-tile.ginko-biloba .text span.heading,
    .composition-tile.panaxa-ginseng .text span.heading,
    .composition-tile.carnitin .text span.heading,
    .composition-tile.alfa-lipoova .text span.heading {
        font-size: 16px;
        line-height: 18px;
        margin-top: 5px;
    }

    .composition-wrapper .text-wrapper .heading h2 {
        font-size: 52px !important;
    }

    .composition-wrapper .text-wrapper .heading {
        width: 40%;
    }

    .composition-wrapper .text-wrapper .content {
        width: 60%;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap>h2 {
        margin-bottom: 60px;
    }

    .rate-wrap-left h3 {
        font-size: 23px;
        line-height: 34px;
    }

    .rate-wrapper.unveil-wrapper .rate-average {
        font-size: 42px;
    }

    .rate-average-inner span.rate-average:after {
        font-size: 21px;
    }

    .content-inner .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars-label,
    .p-detail .rate-wrapper.unveil-wrapper .rate-average-inner .rate-star-wrap .stars-label {
        font-size: 16px !important;
    }

    .p-detail .votes-wrap.simple-vote .vote-wrap {
        width: calc(100% / 2 - 15px) !important;
        flex-basis: calc(100% / 2 - 15px) !important;
    }

    .rate-wrap-right div#rate-form {
        padding: 30px 40px;
    }

    .rate-wrap-right div#rate-form span.thanks {
        font-size: 18px;
    }

    .rate-wrap-right div#rate-form .btn.btn-primary {
        padding: 20px 20px;
        font-size: 18px;
    }

    .rate-wrap-right div#rate-form>form>.row>.col-xs-12>div.form-group:last-child {
        margin-top: 30px;
    }

    .rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
        margin-bottom: 30px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars span {
        padding-left: 5px;
        padding-right: 5px;
        gap: 5px;
        height: 35px;
        line-height: 35px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        gap: 10px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars>.star:after {
        font-size: 12px;
        line-height: 12px;
    }

    .rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    .description-theme.zombie-killer {
        background-size: contain;
        background-repeat: no-repeat;
        height: calc(1600px / 1920 * 1240);
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .product .p-tools>form {
        justify-content: flex-start;
        gap: 50px;
    }

    .p-detail-inner .brand-wrapper a {
        font-size: 21px;
        line-height: 39px;
    }

    .wide .p-detail-inner .p-image-wrapper {
        width: 40%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .wide .p-detail-inner .p-data-wrapper,
    .wide .p-detail-inner .p-content-wrapper {
        width: 25%;
    }

    .p-detail-inner h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 40px;
    }

    .type-product .detail-parameter span.availability-label,
    .type-product span.availability-amount {
        font-size: 18px !important;
    }

    .p-short-description p {
        font-size: 15px;
        line-height: 22px;
    }

    .p-detail-inner .p-price-wrapper .price-final {
        font-size: 38px;
    }

    .p-detail-inner .stars-wrapper .star-list .star {
        margin: 0 2px;
    }

    .stars-wrapper {
        flex-wrap: wrap;
    }

    .p-detail-inner .stars-wrapper .star-list {
        margin-bottom: 10px;
    }

    a.stars-label {
        font-size: 14px;
    }

    .p-detail-inner .p-to-cart-block .add-to-cart {
        flex-wrap: wrap;
    }

    .p-to-cart-block .quantity input[type="number"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    button.btn.btn-conversion.add-to-cart-button {
        max-width: fit-content;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .description-theme>.content-top>h2,
    .composition-wrapper>h2 {
        font-size: 36px;
    }

    .description-theme.bye-stress {
        background-size: contain;
        height: calc(1600px / 1920 * 1100);
        background-repeat: no-repeat;
        background-position: center;
    }

    .description-theme .highlight-review {
        width: 350px;
        padding: 25px 25px;
    }

    .composition-tiles .composition-tile-column.first,
    .composition-tiles .composition-tile-column.second {
        width: calc(50% - 5px) !important;
    }

    .composition-tiles .composition-tile-column.third {
        width: calc(25% - 7px) !important;
    }

    .composition-tiles .composition-tile-column.fourth {
        width: calc(53% - 7px) !important;
    }

    .composition-tiles .composition-tile-column.fifth {
        width: calc(22% - 7px) !important;
    }

    .composition-wrapper .text-wrapper .heading {
        width: 35%;
    }

    .composition-wrapper .text-wrapper .content {
        width: 65%;
    }

    .composition-wrapper .text-wrapper .heading span {
        font-size: 21px;
    }

    .composition-wrapper .text-wrapper .heading h2 {
        font-size: 38px !important;
    }

    .composition-wrapper .text-wrapper .content p {
        font-size: 14px !important;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap>h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .rate-wrap-left {
        width: 100%;
        padding-right: 0px;
    }

    .rate-wrap-right {
        width: 100%;
    }

    .rate-wrap-left h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        text-align: center;
    }

    .p-detail .votes-wrap.simple-vote .vote-wrap {
        width: calc(100% / 2 - 15px) !important;
        flex-basis: calc(100% / 2 - 15px) !important;
    }

    .rate-wrap-right div#rate-form {
        margin-top: 60px;
    }

    .description-theme.zombie-killer {
        background-size: contain;
        background-repeat: no-repeat;
        height: calc(1600px / 1920 * 975);
        background-position: center;
    }

    .zombie-killer .composition-wrapper {
        margin-top: -35px;
    }

    .description-theme.zombie-killer>.content-top>h2 {
        margin-top: 30px;
    }
}

@media(max-width: 991px) {
    .p-thumbnails>div>div>a {
        width: 25%;
    }

    .p-detail-inner .p-price-wrapper .price-final {
        font-size: 42px;
    }

    .p-detail-inner .p-price-wrapper {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .p-detail-inner .p-image-wrapper .p-image {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .description-theme.bye-stress {
        background-size: contain;
        height: calc(1600px / 1920 * 1100);
        background-repeat: no-repeat;
        background-position: center;
        width: 100vw;
        margin-left: -95px;
    }

    .description-theme .highlight-review {
        width: 350px;
        padding: 25px 25px;
        margin-left: 20px;
        margin-top: 30px;
    }

    .description-theme>.content-top>h2,
    .composition-wrapper>h2 {
        font-size: 32px;
    }

    .composition-wrapper>h2 {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .composition-tiles .composition-tile-column.first,
    .composition-tiles .composition-tile-column.second {
        width: calc(50% - 5px) !important;
    }

    .composition-tiles .composition-tile-column.third {
        width: calc(25% - 7px) !important;
    }

    .composition-tiles .composition-tile-column.fourth {
        width: calc(53% - 7px) !important;
    }

    .composition-tiles .composition-tile-column.fifth {
        width: calc(22% - 7px) !important;
    }

    .composition-wrapper .composition-tile.ashwagandha .composition-content-wrapper,
    .composition-wrapper .composition-tile.guarana .composition-content-wrapper,
    .composition-wrapper .composition-tile.taurin .composition-content-wrapper,
    .composition-wrapper .composition-tile.ginko-biloba .composition-content-wrapper,
    .composition-wrapper .composition-tile.tyrosin .composition-content-wrapper {
        padding: 20px 20px;
    }

    .composition-wrapper .composition-tiles .composition-tile .composition-content-wrapper {
        padding: 10px 10px;
    }

    .composition-tile.ashwagandha .text.left.bottom span.heading,
    .composition-tile.guarana .text.left.bottom span.heading {
        font-size: 34px;
        font-weight: 400;
    }

    .composition-tile.ashwagandha .text.left.top,
    .composition-tile.guarana .text.left.top {
        font-size: 26px;
        font-weight: 300;
    }

    .composition-tile.rhodiola .text.left.top span.sub-heading,
    .composition-tile.theanin .text span.sub-heading,
    .composition-tile.bacopa .text span.sub-heading,
    .composition-tile.schizandra .text span.sub-heading,
    .composition-tile.hermanek .text span.sub-heading,
    .composition-tile.magnesium .text span.sub-heading,
    .composition-tile.ornithin .text span.sub-heading {
        font-size: 12px;
        line-height: 14px;
    }

    .composition-tile.rhodiola .text span.heading,
    .composition-tile.theanin .text span.heading,
    .composition-tile.bacopa .text span.heading,
    .composition-tile.schizandra .text span.heading,
    .composition-tile.taurin .text span.heading,
    .composition-tile.tyrosin .text span.heading,
    .composition-tile.hermanek .text span.heading,
    .composition-tile.magnesium .text span.heading,
    .composition-tile.tyrosine .text span.heading,
    .composition-tile.ornithin .text span.heading,
    .composition-tile.ginko-biloba .text span.heading,
    .composition-tile.panaxa-ginseng .text span.heading,
    .composition-tile.carnitin .text span.heading,
    .composition-tile.alfa-lipoova .text span.heading {
        font-size: 16px;
        line-height: 18px;
    }

    .composition-wrapper .text-wrapper .heading,
    .composition-wrapper .text-wrapper .content {
        width: 100%;
    }

    .composition-wrapper .text-wrapper {
        flex-wrap: wrap;
    }

    .composition-wrapper .text-wrapper .content {
        margin-top: 30px;
        padding: 0;
    }

    .composition-wrapper .text-wrapper .heading span {
        font-size: 21px;
    }

    .composition-wrapper .text-wrapper .heading h2 {
        font-size: 48px !important;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap>h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .rate-wrap-left {
        width: 100%;
        padding-right: 0px;
    }

    .rate-wrap-right {
        width: 100%;
    }

    .rate-wrap-left h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 30px;
        text-align: center;
    }

    .p-detail .votes-wrap.simple-vote .vote-wrap {
        width: calc(100% / 2 - 15px) !important;
        flex-basis: calc(100% / 2 - 15px) !important;
    }

    .rate-wrap-right div#rate-form {
        margin-top: 60px;
    }

    .rate-wrap-left h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .p-detail .votes-wrap.simple-vote .vote-wrap {
        gap: 5px;
        padding: 25px 15px;
    }

    .p-detail .votes-wrap.simple-vote .vote-wrap .vote-header {
        min-width: 80px;
    }

    .description-theme.zombie-killer {
        background-size: contain;
        background-repeat: no-repeat;
        height: calc(1600px / 1920 * 1030);
        background-position: center;
        width: 100vw;
        margin-left: -95px;
    }

    .rate-wrap-right div#rate-form span.thanks {
        font-size: 21px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars span {
        padding-left: 5px;
        padding-right: 5px;
        gap: 5px;
        height: 35px;
        line-height: 35px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        gap: 10px;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars>.star:after {
        font-size: 12px;
        line-height: 12px;
    }

    .rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rate-wrap-right div#rate-form {
        padding: 35px 40px;
    }

    .rate-wrap-right div#rate-form .btn.btn-primary {
        padding: 20px 25px;
        font-size: 18px;
    }

    .p-detail-inner .p-detail-inner-header-mobile .h1,
    .p-detail-inner .p-detail-inner-header-mobile .brand-wrapper {
        display: none;
    }

    .p-detail-inner .brand-wrapper,
    .p-detail-inner h1 {
        text-align: center;
    }

    .p-detail-inner .brand-wrapper a {
        font-size: 22px;
        line-height: 26px;
    }

    .p-detail-inner h1 {
        font-size: 46px;
        line-height: 57px;
        margin-bottom: 10px;
    }

    .p-detail-inner {
        margin-top: 40px;
    }

    .p-detail-inner .detail-parameters .detail-parameter-availability {
        text-align: center;
    }

    .type-product .detail-parameter span.availability-label,
    .type-product span.availability-amount {
        font-size: 20px !important;
    }

    .p-detail-inner .p-short-description p {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
        letter-spacing: 1px;
        font-weight: 300;
    }

    .p-detail-inner .p-detail-inner-header-mobile {
        text-align: center;
        margin-bottom: 20px;
    }

    .p-detail-inner .p-detail-inner-header-mobile .stars-wrapper {
        justify-content: center !important;
    }

    .p-detail-inner .p-variants-block {
        display: none;
    }
}

@media(max-width: 991px) and (min-width: 768px) {

    .product .p-tools>form {
        justify-content: flex-start;
        gap: 50px;
    }
}

@media(min-width: 768px) {

    .description-theme .mobile-review {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .p-detail .votes-wrap.simple-vote .vote-wrap {
        width: 100% !important;
        flex-basis: 100% !important;
    }

    .tab-content .rate-wrapper.unveil-wrapper,
    .p-detail-full-width #tab-content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rate-average-inner .rate-star-wrap .stars-label {
        font-size: 16px;
    }

    .rate-wrapper.unveil-wrapper .rate-average {
        font-size: 36px;
    }

    .description-theme.bye-stress {
        margin-left: -6.5vw !important;
    }

    .description-theme.bye-stress {
        width: 99vw;
    }

    .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img,
    .p-thumbnails-wrapper .p-thumbnails,
    .p-thumbnails-wrapper .p-thumbnails>div {
        height: fit-content;
    }

    .p-detail-inner .p-short-description p {
        font-size: 16px;
        margin-top: 20px;
    }

    .description-theme .highlight-review {
        display: none !important;
    }

    .description-theme .mobile-review {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: flex-end;
        padding-bottom: 40px;
    }

    .description-theme .mobile-review a,
    .description-theme .mobile-review button {
        background-color: transparent !important;
        color: #ffffff !important;
        border: 0.5px solid #ffffff !important;
        border-radius: 40px !important;
        padding: 16px 50px !important;
        transition: 0.3s !important;
    }

    @media(hover: hover) {

        .description-theme .mobile-review a:hover,
        .description-theme .mobile-review button:hover {
            background-color: transparent !important;
            color: #7840e5 !important;
            border-color: #7840e5 !important;
            transition: 0.3s !important;
        }
    }

    .description-theme.zombie-killer {
        margin-left: -6.5vw !important;
    }

    .composition-tiles .composition-tile-column.first,
    .composition-tiles .composition-tile-column.second,
    .composition-tiles .composition-tile-column.fourth {
        width: 100% !important;
    }

    .composition-tiles .composition-tile-column.third,
    .composition-tiles .composition-tile-column.short.fifth {
        width: calc(50% - 5px) !important
    }

    .composition-tiles .composition-tile-column.first,
    .rate-wrap-right div#rate-form .star-wrap.stars span[data-score="5"] {
        order: 1;
    }

    .composition-tiles .composition-tile-column.second,
    .rate-wrap-right div#rate-form .star-wrap.stars span[data-score="4"] {
        order: 2;
    }

    .composition-tiles .composition-tile-column.third,
    .rate-wrap-right div#rate-form .star-wrap.stars span[data-score="2"] {
        order: 4;
    }

    .composition-tiles .composition-tile-column.fourth,
    .rate-wrap-right div#rate-form .star-wrap.stars span[data-score="3"] {
        order: 3;
    }

    .composition-tiles .composition-tile-column.short.fifth,
    .rate-wrap-right div#rate-form .star-wrap.stars span[data-score="1"] {
        order: 5;
    }

    .composition-wrapper .composition-tiles .composition-tile .composition-content-wrapper {
        padding: 15px 15px;
    }

    .composition-wrapper .composition-tile.ashwagandha .composition-content-wrapper,
    .composition-wrapper .composition-tile.guarana .composition-content-wrapper,
    .composition-wrapper .composition-tile.taurin .composition-content-wrapper,
    .composition-wrapper .composition-tile.ginko-biloba .composition-content-wrapper,
    .composition-wrapper .composition-tile.tyrosin .composition-content-wrapper {
        padding: 30px 30px;
    }

    .composition-tile.rhodiola .text span.heading,
    .composition-tile.theanin .text span.heading,
    .composition-tile.bacopa .text span.heading,
    .composition-tile.schizandra .text span.heading,
    .composition-tile.taurin .text span.heading,
    .composition-tile.tyrosin .text span.heading,
    .composition-tile.hermanek .text span.heading,
    .composition-tile.magnesium .text span.heading,
    .composition-tile.tyrosine .text span.heading,
    .composition-tile.ornithin .text span.heading,
    .composition-tile.ginko-biloba .text span.heading,
    .composition-tile.panaxa-ginseng .text span.heading,
    .composition-tile.carnitin .text span.heading,
    .composition-tile.alfa-lipoova .text span.heading {
        font-size: 18px;
        line-height: 20px;
    }

    html.no-scroll {
        overflow-y: hidden !important;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        height: 80px;
    }

    .rate-wrap-right div#rate-form {
        padding: 30px 30px;
    }

    .rate-wrap-right div#rate-form span.thanks {
        font-size: 18px;
        padding-right: 10px;
    }

    .rate-wrap-right div#rate-form .btn.btn-primary {
        padding: 15px 25px;
        font-size: 18px;
        line-height: 1.2;
    }

    .description-theme.zombie-killer {
        margin-left: -31.5vw !important;
        width: 150vw;
    }

    .description-theme.zombie-killer>div,
    .description-theme.bye-stress>div {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }

    .description-theme.bye-stress {
        width: 130vw;
        margin-left: -21vw !important;
    }
}

@media (max-width: 479px) {
    .p-detail-inner .p-to-cart-block .add-to-cart {
        flex-wrap: wrap;
    }

    .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .type-product .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 10px !important;
        margin-bottom: 0px !important;
    }

    .rate-wrap-right div#rate-form .star-wrap.stars {
        height: 125px;
    }

    .rate-wrap-right div#rate-form>form>.row>.form-group:first-child {
        margin-bottom: 20px;
    }

    .rate-wrap-right div#rate-form span.thanks {
        font-size: 16px;
    }

    .rate-wrap-right div#rate-form .btn.btn-primary {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
    .type-product .p-detail-inner .p-to-cart-block .quantity {
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }

    .type-product button.btn.btn-conversion.add-to-cart-button {
        width: 100%;
    }
}

@media(max-width: 374px) {
    .stars-wrapper {
        flex-wrap: wrap;
        gap: 8px;
    }

    .p-detail-inner {
        margin-top: 20px;
    }

    .p-to-cart-block {
        margin-top: 10px;
    }

    .p-detail-inner .p-image-wrapper .p-image {
        padding-left: 20px;
        padding-right: 20px;
    }

    .description-theme>.content-top>h2,
    .composition-wrapper>h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .description-theme.bye-stress {
        margin-left: -24px;
        height: calc(1600px / 1920 * 875);
    }

    .composition-wrapper .text-wrapper .heading h2 {
        font-size: 38px !important;
    }

    .composition-wrapper .text-wrapper .heading span {
        font-size: 19px;
    }

    .type-product #ratingWrapper .rate-average-inner {
        flex-wrap: wrap;
    }

    .rate-wrapper.unveil-wrapper .rate-wrap>h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .description-theme.zombie-killer {
        margin-left: -24px;
        height: calc(1600px / 1920 * 850);
    }

    .composition-wrapper {
        margin-top: -50px;
    }

    .rate-wrap-right div#rate-form>form>.row>.col-xs-12>div.form-group:last-child {
        flex-wrap: wrap;
        gap: 15px;
    }

    .p-detail-inner h1 {
        font-size: 38px;
        line-height: 47px;
    }

    .p-detail-inner .brand-wrapper a {
        font-size: 18px;
        line-height: 20px;
    }

    .p-detail-inner .p-short-description p {
        font-size: 14px;
        line-height: 22px;
    }

    .composition-wrapper .composition-tiles .composition-tile .composition-content-wrapper {
        padding: 10px 15px;
    }

    .composition-wrapper .composition-tile.ashwagandha .composition-content-wrapper,
    .composition-wrapper .composition-tile.guarana .composition-content-wrapper,
    .composition-wrapper .composition-tile.taurin .composition-content-wrapper,
    .composition-wrapper .composition-tile.ginko-biloba .composition-content-wrapper,
    .composition-wrapper .composition-tile.tyrosin .composition-content-wrapper {
        padding: 20px;
    }
}