.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: 45px;
    background-color: #2c2c2c!important;
    color: #fff;
    font: unset!important;
    font-size: 0.8125rem!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 .acronym::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: 15px;
}

.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;
}

.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;
}

@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;
    }
}