.catalog-product-view .product-media .page-title-wrapper .price-box,
.catalog-product-view .product-info-main .page-title-wrapper .price-box {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    padding:6px;
}

.product-item .product-item-details .price-box .single-price,
.catalog-product-view .product-info-main .page-title-wrapper .price-details,
.catalog-product-view .product-info-main .page-title-wrapper .price-box .single-price,
.catalog-product-view .product-info-main .page-title-wrapper .price-box .normal-price .price-label,
.catalog-product-view .product-info-main .page-title-wrapper .price-box .special-price .price-label {
    display:none;
}

.catalog-product-view .product-media .page-title-wrapper .price-details,
.catalog-product-view .product-media .page-title-wrapper .price-box .single-price,
.catalog-product-view .product-media .page-title-wrapper .price-box .normal-price .price-label,
.catalog-product-view .product-media .page-title-wrapper .price-box .special-price .price-label {
    display:none;
}

.catalog-product-view .product-media .page-title-wrapper .price-box .old-price,
.catalog-product-view .product-info-main .page-title-wrapper .price-box .old-price {
    display: block;
    text-align: right;
}

.catalog-product-view .product-info-main .page-title-wrapper .price-box .base-price {
    text-align: right;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li {
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li.active {
    background-color: #deeaf4;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li * {
    cursor:pointer;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li input {
    margin-left: 5px;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li .name label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.catalog-product-view .product-info-option .product-info-option-type .block-content ul li .name label strong {
    font-size:11px;
}

.catalog-product-view .product-info-option .product-info-option-container {
    display:none;
}

.catalog-product-view .product-info-option .product-info-option-container.active {
    display:block;
}

.catalog-product-view .product-info-option .block {
    margin-bottom:20px !important;
}

.catalog-product-view .product-info-option .block .block-title {
    padding: 0 6px 6px 6px;
    margin-bottom: 0;
}

.catalog-product-view .product-info-option .block.type .block-title {
    padding: 20px 6px 6px 6px;
}

.catalog-product-view .product-info-option .block .block-content {
    padding: 0 6px;
}

.catalog-product-view .product-info-option .block .block-content ul {
    list-style:none;
    margin:0;
    padding:0;
}

.catalog-product-view .product-info-option .block .block-title:before {
    display:none;
}

.catalog-product-view .product-info-option .block.related .block-content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 16px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    margin-bottom:5px;
}

.catalog-product-view .product-info-option .block.related .block-content ul li.active {
    background-color: #deeaf4;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .action {
    padding-left:5px;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .name {
    max-width: 265px;
    padding:5px 0;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .name label {
    display: flex;
    flex-direction: column;
    gap:2px;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .name label strong {
    font-size: 11px;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .image {
    display: none;
    margin-left: auto;
    /*transition: all ease 0.3s;*/
}

.catalog-product-view .product-info-option .block.related .block-content ul li .image img {
    display: block;
    cursor: zoom-in;
    max-height: 42px;
    width: 100%;
}

.catalog-product-view .product-info-option .block.related .block-content ul li.active .image {
    display: block;
}

.catalog-product-view .product-info-option .block.related .block-content ul li .action *,
.catalog-product-view .product-info-option .block.related .block-content ul li .name * {
    cursor:pointer;
    margin: 0;
}

.catalog-product-view .product-info-option .block.message {
    padding:0;
}

.catalog-product-view .product-info-option .block.message .voucher-message {
    resize:none;
    background: #deeaf4;
}

.catalog-product-view .product-info-option .block.message .voucher-message-info {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}

.catalog-product-view .product-info-option .block.message .voucher-message-info li {
    margin-bottom:0;
}

.catalog-product-view .product-info-option .block.template .block-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-product-view .product-info-option .block.template .block-content ul li {
    border:3px solid #fff;
    box-sizing: border-box;
    cursor:pointer;
    position:relative;
}

.catalog-product-view .product-info-option .block.template .block-content ul li.active {
    border:3px solid #e09223;
}

.catalog-product-view .product-info-option .block.template .block-content ul li img {
    display:block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.catalog-product-view .product-info-option .block.template .block-content ul li.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.catalog-product-view .product-info-option .block.template .block-content ul li .overlay {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 0 solid transparent;
    border-left: 35px solid transparent;
    border-top: 30px solid #002850;
    cursor: zoom-in;
}

.catalog-product-view .product-info-option .block.template .block-content ul li .overlay:after {
    content:"\f00e";
    position: absolute;
    top: -30px;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.catalog-product-view .product-info-price .normal-price .price-container,
.catalog-product-view .product-info-price .special-price .price-container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
}

.catalog-product-view .page-title-wrapper .old-price .price {
    font-size:18px;
    line-height:18px;
    font-weight:700;
    font-family: 'Metropolis', sans-serif;
}

.catalog-product-view .product-info-price .normal-price .price,
.catalog-product-view .product-info-price .special-price .price,
.catalog-product-view .page-title-wrapper .normal-price .price,
.catalog-product-view .page-title-wrapper .special-price .price {
    font-size:24px;
    line-height:24px;
    font-weight:700;
    font-family: 'Metropolis', sans-serif;
}

.catalog-product-view .product-info-price .normal-price .price-label,
.catalog-product-view .product-info-price .special-price .price-label {
    display:block;
    font-size:24px;
    line-height:24px;
    font-weight:700;
    font-family: 'Metropolis', sans-serif;
}

.catalog-product-view .product-info-price .single-price,
.catalog-product-view .product-info-price .old-price,
.catalog-product-view .product-info-price .base-price {
    display:none;
}

.field-tooltip.reservation {
    top:0;
    position:relative;
    display:inline-block;
}

.field-tooltip.reservation .field-tooltip-content {
    width:auto;
}

.field-tooltip.reservation .field-tooltip-action:before {
    font-size:24px;
}

@media (min-width: 1001px) {
    .catalog-product-view .product-info-option .block.template .block-content ul li {
        width: calc((100% - 20px) / 3);
        margin-right:10px;
    }

    .catalog-product-view .product-info-option .block.template .block-content ul li:nth-child(3n) {
        margin-right:0;
    }
}

@media (max-width: 1000px) and (min-width: 701px) {
    .catalog-product-view .product-info-option .block.template .block-content ul li {
        width: calc((100% - 10px) / 2);
        margin-right:10px;
    }

    .catalog-product-view .product-info-option .block.template .block-content ul li:nth-child(2n) {
        margin-right:0;
    }
}

@media (max-width: 700px) and (min-width: 601px) {
    .catalog-product-view .product-info-option .block.template .block-content ul li {
        width: calc((100% - 30px) / 4);
        margin-right:10px;
    }

    .catalog-product-view .product-info-option .block.template .block-content ul li:nth-child(4n) {
        margin-right:0;
    }
}

@media (max-width: 600px) and (min-width: 401px) {
    .catalog-product-view .product-info-option .block.template .block-content ul li {
        width: calc((100% - 20px) / 3);
        margin-right:10px;
    }

    .catalog-product-view .product-info-option .block.template .block-content ul li:nth-child(3n) {
        margin-right:0;
    }
}

@media (max-width: 400px) {
    .catalog-product-view .product-info-option .block.template .block-content ul li {
        width: calc((100% - 10px) / 2);
        margin-right:10px;
    }

    .catalog-product-view .product-info-option .block.template .block-content ul li:nth-child(2n) {
        margin-right:0;
    }
}
