.voucher-two-column {
    padding: 0 30px 10px;
}

.voucher-two-column .content {
    background: #ffffff;
    padding: 20px;
}

.voucher-two-column .slider-init {
    opacity: 0;
}

.voucher-two-column .slider-init.slick-initialized {
    opacity: 1;
}

/* left column */

.voucher-two-column .main-content {
    padding-right: 10px;
}

.voucher-two-column .main-content .price-wrapper {
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-top: none;
}

.voucher-two-column .main-content .price-wrapper .price {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
}

.voucher-two-column .main-content .price-wrapper .description {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.voucher-two-column .main-content img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* right column */
.voucher-two-column .voucher-detail-wrapper {
    padding-right: 100px;
}

.voucher-two-column .voucher-detail-wrapper .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 500;
}

.voucher-two-column .voucher-detail-wrapper .description {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.voucher-two-column .voucher-nav-images .items-wrapper,
.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.voucher-two-column .voucher-nav-images > label,
.voucher-two-column .voucher-nav-prices > label,
.voucher-two-column .quantity-wrapper > label {
    font-weight: 500;
    color: #000000;
}

.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .voucher-price,
.voucher-two-column .voucher-nav-images .nav-item {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 4px;
    width: fit-content;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    text-align: center;
}

.voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .voucher-price.active,
.voucher-two-column .voucher-nav-images .nav-item.active {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 100px;
    height: 60px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 1px;
}

.voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper img {
    height: 56px;
    width: 100%;
    object-fit: cover;
}

.voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper.active {
    border: 1px solid #000000;
    pointer-events: none;
    cursor: unset;
}

.voucher-two-column .add-to-cart-options {
    display: flex;
    align-items: flex-end;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #D9D9D9;
}

.voucher-two-column .quantity-wrapper {
    display: inline-block;
    margin-right: 20px;
}

.voucher-two-column .quantity-wrapper .quantity-controller {
    display: flex;
    height: 40px;
    width: fit-content;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.voucher-two-column .quantity-wrapper .quantity-item {
    width: 40px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.voucher-two-column .quantity-wrapper .quantity-item.number {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    width: 45px;
}

.voucher-two-column .quantity-wrapper .quantity-item.plus,
.voucher-two-column .quantity-wrapper .quantity-item.minus {
    background: none;
    border: none;
}

.voucher-two-column .quantity-wrapper .quantity-item.number input {
    border: none;
    background: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
}

.voucher-two-column .quantity-wrapper .quantity-item.number input::-webkit-outer-spin-button,
.voucher-two-column .quantity-wrapper .quantity-item.number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.voucher-two-column .btn-wrapper {
    position: relative;
    height: fit-content;
    width: 100%;
}

.voucher-two-column .btn-wrapper .btn {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #ffffff;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.voucher-two-column .btn-wrapper .btn:hover,
.voucher-two-column .btn-wrapper .btn:active,
.voucher-two-column .btn-wrapper .btn:focus,
.voucher-two-column .btn-wrapper .btn:active:focus {
    background: #000000;
    color: #ffffff;
}

.voucher-two-column .btn-wrapper .icon-cart {
    width: 20px;
    height: 20px;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: 2px;
    transform: none;
    margin-right: 10px;
}

.voucher-two-column .product-item .voucher-nav-images {
    position: relative;
}

.voucher-two-column .voucher-detail-wrapper .description iframe {
    display: none !important;
}

.voucher-two-column .product-item .voucher-nav-images .loader-wrapper {
    background: rgba(255, 255, 255, 0.9);
}

.voucher-two-column .product-item .voucher-nav-images .loader-wrapper i {
    top: 50%;
    transform: translate(-25%, -50%);
    left: 25%;
}

.voucher-two-column .images-wrapper .slick-slider .slick-list, .voucher-two-column .images-wrapper .slick-slider .slick-track {
    transform: none !important;
}

.voucher-two-column .images-wrapper .slick-slider .slick-track {
    opacity: 1;
    width: 100% !important;
    left: unset !important;
    display: flex;
    flex-wrap: wrap;
}

.voucher-two-column .voucher-detail-wrapper .voucher-prices-wrapper {
    display: none;
}

.voucher-two-column .product-item.slick-current .voucher-detail-wrapper .voucher-prices-wrapper {
    display: flex;
}

.voucher-two-column .product-item.slick-current .btn-wrapper.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.voucher-two-column .product-item.slick-current .btn-wrapper.disabled i {
    display: none;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .voucher-two-column .container {
        width: 1200px;
    }

}

@media (max-width: 1200px) {

    .voucher-two-column .voucher-detail-wrapper {
        padding: 0;
    }

}

@media (max-width: 900px) {

    .voucher-two-column {
        padding: 0 25px;
    }

    .voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper {
        max-width: 70px;
        height: 42px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .voucher-two-column .voucher-nav-images .images-wrapper .img-wrapper img {
        height: 38px;
    }

    .voucher-two-column .btn-wrapper .icon-cart {
        display: none;
    }

}

@media (max-width: 576px) {

    .voucher-two-column .main-content {
        padding: 0;
    }

    .voucher-two-column .main-content {
        margin-bottom: 20px;
    }

    .voucher-two-column .main-content .price-wrapper .price {
        font-size: 18px;
        line-height: 20px;
    }

    .voucher-two-column .main-content .price-wrapper .description {
        font-size: 14px;
        line-height: 20px;
    }

    .voucher-two-column .main-content .price-wrapper {
        padding: 10px;
    }

    .voucher-two-column .voucher-detail-wrapper .title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .voucher-two-column .voucher-nav-images .images-wrapper {
        margin-bottom: 0;
    }

    .voucher-two-column .voucher-nav-images > label, .voucher-two-column .voucher-nav-prices > label, .voucher-two-column .quantity-wrapper > label {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
    }

    .voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .voucher-price,
    .voucher-two-column .voucher-nav-images .nav-item {
        font-size: 11px;
    }

    .voucher-two-column .voucher-nav-prices .voucher-prices-wrapper .voucher-price {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 5px;
    }

    .voucher-two-column .add-to-cart-options {
        margin-top: 0;
    }

    .voucher-two-column .quantity-wrapper {
        position: relative;
        text-wrap: nowrap;
        margin-right: 10px;
        padding-top: 30px;
    }

    .voucher-two-column .quantity-wrapper > label {
        position: absolute;
        top: 0;
    }

    .voucher-two-column .btn-wrapper .icon-cart {
        display: block;
    }

    .voucher-two-column .btn-wrapper .btn {
        line-height: 1;
        font-size: 13px;
    }

    .voucher-two-column .quantity-wrapper .quantity-item.plus, .voucher-two-column .quantity-wrapper .quantity-item.minus {
        display: none;
    }
    .voucher-two-column .content {
        padding: 10px 10px 20px;
    }

    .voucher-two-column .quantity-wrapper .quantity-item.number {
        border: none;
    }

    .voucher-two-column .main-content img {
        max-height: 300px;
    }

    .voucher-two-column .product-item .voucher-nav-images .loader-wrapper i {
        transform: translate(-50%, -50%);
        left: 50%;
    }

}