.social-buttons-wrapper{
   display: none !important
}
.btn.btn-cart.btn-lg, a.btn.btn-cart.btn-lg, .btn.add-to-cart-button.btn-lg, a.btn.add-to-cart-button.btn-lg {
    border-radius: 12px;
    text-transform: capitalize;
}
 .p-detail .add-to-cart .quantity{
    border: none !important;
 }
 .quantity .increase, .quantity .decrease{
    border: none !important;
 }
 .quantity .decrease{
    border: none !important;
 }
 .product-top {
    margin-top: 50px;
       max-width: 1200px;
}


.responsive-nav .shp-tabs-holder{
    display: none;
}
.p-detail .add-to-cart .quantity .increase, .p-detail .add-to-cart .quantity .decrease{
   border-radius: 4px;
   transition: all 0.2s linear;
}
.benefitBanner__item{
    display: block;
    display: flex;   
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.p-info-wrapper .add-to-cart{
    flex-wrap: nowrap !important;
}
.benefitBanner__picture{
       justify-content: center;
}

    .benefitBanner__content {
    display: block;
      padding-right: 0px;
      justify-content: center;
}

body:not(.multiple-columns-body) .p-image-wrapper{
   width: 100%;
}
@media (min-width: 992px) {
    body:not(.multiple-columns-body) .p-image-wrapper {
        width: auto;
        flex: 1;
    }
}

.benefitBanner__picture{
   margin-right: 0px !important;
}

.benefitBanner__title {
    text-align: center;
}

.benefitBanner__picture {
    max-width: 68px;
    align-self: center;

}
.type-product .benefitBanner {
    padding-top: 36px;
    padding-bottom: 36px;
}

.popis-nadpis, .extended-description h3{
    display: none;
}

.product-top{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}
@media screen and (min-width: 992px) {
    .p-info-wrapper.visible-element{ 
        width: auto;
        max-width: none !important;
        flex: 1;
    }
    body:not(.multiple-columns-body) .p-info-wrapper{
        width: auto;
        flex: 1;
    }
.shp-tabs-wrapper{
    max-width: 900px;
}


}

.p-detail{
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
}

.p-detail-inner h1, .p-detail-inner .h1{
        font-weight: 900;
}

.p-thumbnails>div{
        width: auto;
}

.p-info-wrapper .detail-parameters select{
    height: 45px;
    width: -webkit-fill-available;
}

.p-info-wrapper > .p-short-description{
    border-bottom: none !important;
    font-size: 16px !important;
}
.basic-description{
    max-width: 1200px;
}

@media (min-width: 992px) {
    .description-inner {
        display: flex;
        flex-wrap: wrap;
         justify-content: center;
    }
    .basic-description{
                padding-right: 0px !important;
    }
 .p-info-wrapper{
                padding-left: 0px !important;
    }
}

.breadcrumbs>span>a{
    color: #656570;
}
.p-short-description > p{
    color: #212529;
}
.fade.otevreno .tab-mobil{
    display: none;
}

