:root {
    --mw-blue: #28498c;
}

.h1 {
    text-transform: none;
    font-size: 4rem;
}

@media (max-width: 991px) {
    .tvproduct-page-wrapper h1.h1 {
        font-size: 2.5rem;
    }
}

.mw-go-to-summary {
    width: 100%;
    height: 88px;
    font-weight: 600;
}

.mw-go-to-summary span {
    font-size: 1.25rem;
}

.price-from {
    color: var(--mw-blue);
    font-size: 1.25rem;
    font-weight: 600;
}

.check-your-discounts {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.product-variants>.product-variants-item {
    display: block;
    margin-bottom: 0;
}

.tv-product-page-content .product-variants {
    margin-bottom: 0;
}

ul.combination-selector li.input-container {
    margin: 5px 0 10px;
}

.combination-selector li.input-container label {
    width: 100%;
    display: block;
    height: auto;
}

.combination-selector li.input-container label input[checked="checked"]:checked+span.radio-label,
.combination-selector li.input-container label:hover span,
.combination-selector li.input-container label span {
    box-shadow: none;
    text-align: left;
}

.combination-selector li.input-container label span.radio-label {
    width: 100%;
    display: block;
    border: 2px solid #cdcdcd;
    border-radius: 3px;
    padding: 16px 14px;
}

.combination-selector li.input-container label span.radio-label span {
    padding: 0;
    display: block;
    min-height: auto;
}

.combination-selector li.input-container label span.radio-label .attribute-name {
    font-weight: 600;
    font-size: 1.25rem;
}

.combination-selector li.input-container label span.radio-label .attribute-price {
    padding-top: 10px;
    font-size: 1rem;
}

.combination-selector li.input-container label span.radio-label .attribute-price .price-value {
    display: inline;
    float: right;
}

.combination-selector li.input-container label input[checked="checked"]:checked+span.radio-label {
    border-color: var(--mw-blue);
}

.tvcmsdesktop-top-wrapper .tv-account-wrapper .tv-myaccount-btn:hover span,
.tvcmsdesktop-top-wrapper .tv-account-wrapper .tv-myaccount-btn:hover i,
.tvcopylink p:hover {
    color: #fff !important;
}

.ttvcmscart-show-dropdown-right .ttvcart-counter {
    background-color: var(--mw-blue) !important;
}

select.form-control:not([size]):not([multiple])
{
    border: 2px solid #cdcdcd;
    width: 100%;
    height: 57px;
}

.tv-product-page-content .tvproduct-special-desc {
    padding: 0;
    border: 0;
}

.product-attribute-description-wrapper {
    margin: 60px 0 20px;
}

.product-attribute-description {
    padding: 20px 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.product-attribute-description table {
    margin-bottom: 0;
}

.product-attribute-description table td {
    padding: 10px;
    color: #000000;
    text-align: left;
}

.product-attribute-description table td:first-child {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    max-width: 130px;
    width: 130px;
}

.display-none {
    display: none;
}
.product-attribute-header,
.product-attribute-price {
    padding-left: 130px;
}

.tvcmsVerticalSlider {
    margin: 0;
    padding: 0;
}

.button-wrapper {
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
    padding-left: 0;
}


.tvmobileheader-offer-wrapper {
    background-color: var(--mw-blue);
}

.tvvertical-slider {
    padding: 0;
}

div.tvcmsVerticalSlider.item {
    margin:0;
}

.product-attribute-header {
    font-size: 2.25rem;
    color: #000000;
}

.product-attribute-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--mw-blue);
    margin-bottom: 30px;
} 

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    padding: 10px 0;
}
