.product-top .p-detail-info .p-short-description p {
    margin-top: 0;
    margin-bottom: 0;
}

.product-top h1 {
    font-size: 1.75rem;
    font-weight: 700;
    padding: 30px 0 0;
}

.has-detail-product-arrows .carousel-control--product.right, .has-detail-product-arrows .carousel-control--product.left {
    background-color: #fff;
    border: 1px solid #191919;
    transition: 0.2s;
    color: #191919;
}

.has-detail-product-arrows .carousel-control--product.right:hover, .has-detail-product-arrows .carousel-control--product.left:hover {
    background-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, #191919, #3f3f3f) !important;
}

.carousel-control:before {
    font-size: 17px;
}

#cboxNext:before {
    content: "\e910";
}

#cboxPrevious:before {
    content: "\e90f";
}

#cboxNext:before, #cboxPrevious:before {
    font-size: 21px;
}

.product-top .detail-parameters td select {
    cursor: pointer;
    height: 43px;
    background-color: #2c2c2c!important;
    color: #fff;
    font: unset!important;
    font-size: 0.875rem!important;
    text-transform: uppercase;
    font-weight: 500!important;
    letter-spacing: 0;
    background: url(https://www.bajky.sk/user/documents/upload/IKONY/arrow-down.svg) no-repeat right 13px center;
    background-size: 19px;
}

.product-top .detail-parameters tr.variant-list th {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px;
    color: #c0c0c0;
    margin-bottom: 0;
}

.availability-label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-bottom: 2px;
    margin-right: 5px;
    background: currentColor;
    vertical-align: middle;
}

.product-top .availability-label {
    cursor: help;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: unset;
    margin-bottom: 0;
}

#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.price-line > div.availability-value > span.availability-amount {
    text-transform: uppercase;
    color: #37d019;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: unset;
    margin-right: 0px;
}

.availability-amount[data-testid="numberAvailabilityAmount"] {
    text-transform: uppercase;
    color: #37d019;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: unset;
    margin-right: 0px;
}

.p-detail .p-code {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px;
    color: #c0c0c0;
    margin-bottom: 15px;
    margin-top: -10px;
}

.product-top .p-detail-info .p-short-description {
    padding: 0;
    margin-bottom: 15px;
}

.product-top .availability-value  {
    display: flex;
    margin-top: 0;
}

.product-top .p-detail-info .detail-parameters {
    padding: 0;
}
.product-top .detail-parameters {
    margin-top: 0;
    margin-bottom: 15px;
}

.p-detail .price-line .delivery-line {
    letter-spacing: unset;
    font-weight: 600;
    color: #191919;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.delivery-line .delivery-time {
    color: #191919;
    margin-right: 0;
}

.p-detail .price-line .delivery-line .delivery-time-label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-bottom: 2px;
    margin-right: 7px;
    background: currentColor;
    vertical-align: middle;
}

.p-detail .price-line .delivery-line .delivery-time-label {
    margin-right: 3px;
    margin-left: 15px;
    min-width: unset;
}

.delivery-line .shipping-options {
    display: none!important;
}

.product-top .p-final-price-wrapper {
    margin-top: 30px;
}

.product-top .detail-parameters tr.variant-list {
    border-bottom: 0;
}

.p-final-price-wrapper .price-final-holder::after {
    content: "Vrátane DPH";
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #c0c0c0;
    display: block;
    letter-spacing: normal;
}

.p-detail .price-line .price-final {
    line-height: 0.9em;
    color: #191919 !important;
    font-size: 1.625rem;
    font-weight: 700;
}

.p-detail div.col-xs-12.p-info-wrapper, .p-detail div.p-info-wrapper {
    padding: 0 0 105px 60px !important;
    margin: auto;
}

div.p-detail-inner-header {
    padding-right: 60px;
}

.btn.btn-primary, .button, .products .product .btn, .products .product button.btn-cart, .unveil-button, a.btn, form button:not(.decrease), input.btn {
    min-height: 44px;
}

.product-top .add-to-cart button.add-to-cart-button, .product-top .add-to-cart button.express-checkout-button {
    height: 44px;
}

.quantity .increase:before {
    background-size: 39px;
}

.quantity .decrease:before {
    background-size: 39px;
}

.product-top .quantity input {
    width: 44px;
    font-size: 0.9375rem;
    padding-left: 3px;
}

.product-top .quantity {
    width: unset;
    margin-right: 15px !important;
}

.product-top .add-to-cart {
    align-items: flex-start;
}

.product-top .add-to-cart button.add-to-cart-button:before, .product-top .add-to-cart button.express-checkout-button:before {
    display: none;
}

.product-top .add-to-cart button.add-to-cart-button, .product-top .add-to-cart button.express-checkout-button {
    font-size: 0.9375rem;
    max-width: unset;
    font-weight: 600;
    letter-spacing: unset;
    box-shadow: none;
}

.st-buttons-gradient .product-top .add-to-cart button.add-to-cart-button {
    transition: 0.3s;
}

.st-buttons-gradient .product-top .add-to-cart button.add-to-cart-button:hover {
    background: transparent!important;
    color: #191919!important;
    border: 2px solid #191919!important;
}

#productCardDescr {
    display: none;
}

.product-top .social-buttons-wrapper {
    display: none;
}

.product-top .price-line {
    padding-bottom: 0;
}

.product-top .add-to-cart {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .product-top .p-detail-info .p-short-description .chevron-after {
        display: none;
    }
    .has-detail-product-arrows .carousel-control--product.right, .has-detail-product-arrows .carousel-control--product.left {
        width: 40px;
        height: 40px;
    }
    .has-detail-product-arrows .carousel-control--product.right:before, .has-detail-product-arrows .carousel-control--product.left:before {
        width: 36px;
        height: 39px;
    }
}