/* Single product page */
.type-detail .p-info-wrapper .add-to-cart .quantity {
    margin-left: 0;
}

.type-detail .p-info-wrapper .add-to-cart {
    max-width: 70%;
    justify-content: center;
}

.availability-value .default-variant {
    display: none;
}

/*Right colun (price)*/
@media (min-width: 1500px) {
    .col-lg-6 {
        width: 65%;
    }
}

@media (min-width: 1100px) {
    .col-lg-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .content-wrapper.container .row>div {
        max-width: 100%;
    }
}

.type-detail .p-detail-tabs-wrapper .tab-content #description .description-inner .custom-description .story {
    margin-bottom: 30px;
}

/*Product pictures*/
.p-thumbnails-inner a.p-thumbnail:hover img {
    border: 0.5px solid #000 !important;
    transition: all 0.5s ease !important;
}

.p-thumbnails-inner a.p-thumbnail img {
    border: 1px solid lightgrey !important;
}

.p-thumbnails>div>div {
    display: flex;
    justify-content: space-evenly;
}

.type-detail .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails-inner .p-thumbnail {
    margin: 0 2px;
}


/*Recomended products arrows*/
@media (min-width: 1200px) {

    .browse-p .p-next,
    .browse-p .p-prev {
        top: -220px;
    }
}

@media (min-width: 992px) {
    .browse-p .p-next {
        right: -45px;
    }

    .browse-p .p-prev {
        left: -45px;
    }
}

/*Recomended products names and prices*/
.p-in-in {
    width: 70%;
}

#productsAlternative .products-block .product .p-in .p-in-in .name span,
#productsAlternative .products-block .product .p-in .p-bottom .price-final strong {
    font-size: 12pt;
}

#productsAlternative .products-block .p-bottom .price-additional {
    font-size: 8pt;
}

/*Recomended products position*/
.type-detail .products-alternative {
    justify-content: space-evenly;
}

.type-detail .products-alternative .product {
    width: 24%;
}

.p-thumbnails>div {
    position: relative;
    width: auto;
}

.p-thumbnails {
    display: flex;
    justify-content: center;
}

.quantityAndPriceDiv {
    display: flex;
    gap: 4rem;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}


/*Product Description*/
.extended-description {
    display: none;
}

.details__inner {
    display: flex;
    flex-direction: column;
}

.details__item {
    display: flex;
    align-items: center;
}

.type-detail .product-top {
    margin-bottom: 0;
}

.details__item h5 {
    font-size: 18px;
    margin: 6px 0;
}

.details__item span {
    font-size: 18px;
    margin-left: 5px;
    line-height: normal;
}

.type-detail .p-info-wrapper .p-short-description .property {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
}

.details {
    display: none;
}

.properties {
    display: flex;
    margin-top: 19px;
}

.story {
    padding-top: 0;
}

.cta__inner {
    margin-bottom: 20px;
}