body.catalog-product-view .breadcrumbs {
    transition: 0.2s all ease-in-out;
    background-color: #1a1a1a;
    padding: 0 20px;
    margin-bottom: 0;
}
body.catalog-product-view .breadcrumbs .items {
    line-height: 1;
}

body.catalog-product-view .page-wrapper {
    background-color: #ebebeb;
}

body.catalog-product-view .page-main {
    transition: 0.2s all ease-in-out;
    max-width: 1400px;
    padding-bottom: 20px;
}

.product-info-main {
    display: none;
}

.column.main {
    overflow: hidden;
}
.column.main .product.info .data.title {
    margin: 0;
    padding-top: 0;
    border: none !important;
}
.column.main .product.info .data.title.active a {
    background-color: #ec3339 !important;
    color: white !important;
    padding: 17px !important;
    line-height: 1;
    height: unset;
    border-bottom: 0;
}
.column.main .product.info .data.title:hover a,
.column.main .product.info .data.title:active a {
    background-color: #ec3339 !important;
    color: white !important;
    padding-bottom: 17px !important;
}
.column.main .product.info .data.title a {
    color: #ec3339;
    font-size: 17px;
    text-transform: uppercase;
    padding: 17px !important;
    line-height: 1;
    height: unset;
    border: 1px solid #e6e6e6;
    background-color: white !important;
    border-radius: 0;
}
.column.main .product.info .data.content {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-top: 51px;
    padding: 35px 35px 35px 35px;
}
.column.main .stock-row .stock-row-inner {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #ec3339;
    padding: 15px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.column.main .stock-row .stock-row-inner p {
    margin: 0;
}
.column.main .table.grouped .col.qty {
    text-align: center;
}
.column.main .left-column {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding-right: 15px;
    position: relative;
}
.column.main .left-column .product.media {
    width: 100%;
    border: 1px solid rgba(130, 130, 130, 0.2);
}
.column.main .left-column .product.media .fotorama__stage__frame {
    background-color: white;
}
.column.main .left-column .product.media .fotorama__nav-wrap {
    position: absolute;
    bottom: 2px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
.column.main .left-column .product.media .fotorama__nav-wrap .fotorama__thumb-border {
    border: 1px solid #ec3339;
}
.column.main .left-column .product.media .fotorama__active .fotorama__dot {
    background-color: #ec3339;
    border-color: #ec3339;
}
.column.main .left-column .product.media .fotorama__stage {
    border: 0;
}
.column.main .left-column .product.media img {
    width: 100%;
}
.column.main .left-column .block-one {
    background-color: white;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(130, 130, 130, 0.2);
    margin-top: 20px;
}
.column.main .left-column .block-one .product-name h1 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.column.main .left-column .block-one .product-sku p {
    color: #666;
    font-size: 12px;
}
.column.main .left-column .block-one .price-box {
    display: flex;
    flex-direction: column;
}
.column.main .left-column .block-one .price-box .old-price {
    text-decoration: line-through;
    opacity: 50%;
    margin-bottom: 10px;
}
.column.main .left-column .block-one .price-box .special-price .price-container {
    flex-direction: column;
}
.column.main .left-column .block-one .price-box span span {
    display: flex;
}
.column.main .left-column .block-one .price-box .price-including-tax:before {
    content: "INC. VAT";
    color: #666666;
    font-size: 12px;
    margin-left: 5px;
    text-transform: uppercase;
    order: 2;
    align-self: center;
}
.column.main .left-column .block-one .price-box .price-excluding-tax:before {
    content: "EX. VAT" !important;
    color: #666666;
    font-size: 10px !important;
    margin-left: 5px;
    text-transform: uppercase;
    order: 2;
    align-self: center;
}
.column.main .left-column .block-one .price-box .special-price .price-excluding-tax .price {
    color: #ec3339;
}
.column.main .left-column .block-one .price-box .price-excluding-tax .price {
    font-size: 15px;
    color: #dc6d71;
}
.column.main .left-column .block-one .price-box .price {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    color: #ec3339;
}
.column.main .left-column .block-one .price-box .price-label {
    display: none !important;
}
.column.main .left-column .block-one .triple-attributes {
    margin-top: 25px;
}
.column.main .left-column .block-one .triple-attributes ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
.column.main .left-column .block-one .triple-attributes li {
    font-weight: bold;
}
.column.main .left-column .block-one .triple-attributes li i {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
    color: #24d603;
}
.column.main .left-column .block-one .triple-attributes .in-stock {
    color: #24d603;
}
.column.main .left-column .block-one .triple-attributes .oos-stock {
    color: black;
}
.column.main .left-column .block-one .triple-attributes .oos-stock span {
    color: black;
}
.column.main .left-column .block-one .triple-attributes .oos-stock i {
    color: #24d603;
    padding-right: 6px;
}
.column.main .left-column .block-one .finance-box {
    list-style-type: none;
    margin: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.column.main .left-column .block-one .finance-box li {
    font-weight: bold;
}
.column.main .left-column .block-one .finance-box li i {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
    color: #24d603;
}
.column.main .left-column .block-one .finance-box li a {
    font-size: 13px;
    color: #777777;
    font-weight: bold;
    text-decoration: underline;
}
.column.main .left-column .block-one .product-bottom-tier {
    width: 100%;
    border-top: 1px solid rgba(130, 130, 130, 0.2);
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.column.main .left-column .block-one .product-bottom-tier img {
    width: 100%;
}
.column.main .left-column .block-one .product-add-form {
    background-color: #f4f4f4;
}
.column.main .left-column .block-one .product-add-form label {
    display: none;
}
.column.main .left-column .block-one .product-add-form form {
    padding: 15px;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .fieldset {
    display: flex;
    margin-bottom: 0;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .qty {
    display: inline-flex;
    margin-bottom: 0;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .qty .control {
    display: inline-flex;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .qty .control input#qty {
    width: 40px;
    text-align: center;
    padding: 10px 5px;
    height: 100%;
    margin-right: 5px;
}
.column.main
    .left-column
    .block-one
    .product-add-form
    form
    div.box-tocart
    .qty
    .control
    input#qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .actions {
    width: 100%;
}
.column.main .left-column .block-one .product-add-form form div.box-tocart .actions button {
    display: block;
    width: 100%;
    padding: 13px 0;
    background: #00b67a;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #00b67a;
}
.column.main .left-column .block-one .product-add-form .box-tocart {
    width: 100%;
    margin: 0;
}
.column.main .left-column .block-one .product-add-form .product-options-bottom .box-tocart .qty {
    padding: 0;
}
.column.main .left-column .block-one .product-add-form .product-options-bottom .box-tocart .actions {
    padding-top: 0;
}
.column.main .left-column .block-two {
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(130, 130, 130, 0.2);

    margin-top: 20px;
}
.column.main .right-column {
    display: inline-block;
    width: 30%;
}
.column.main .right-column .block-one {
    background-color: white;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(130, 130, 130, 0.2);
}
.column.main .right-column .block-one .product-name h1 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.column.main .right-column .block-one .product-sku p {
    color: #666;
    font-size: 12px;
}
.column.main .right-column .block-one .price-box {
    display: flex;
    flex-direction: column;
}
.column.main .right-column .block-one .price-box .old-price {
    text-decoration: line-through;
    opacity: 50%;
    margin-bottom: 10px;
}
.column.main .right-column .block-one .price-box .special-price .price-container {
    flex-direction: column;
}
.column.main .right-column .block-one .price-box span span {
    display: flex;
}
.column.main .right-column .block-one .price-box .price-including-tax:before {
    content: "INC. VAT";
    color: #666666;
    font-size: 12px;
    margin-left: 5px;
    text-transform: uppercase;
    order: 2;
    align-self: center;
}
.column.main .right-column .block-one .price-box .price-excluding-tax:before {
    content: "EX. VAT" !important;
    color: #666666;
    font-size: 10px !important;
    margin-left: 5px;
    text-transform: uppercase;
    order: 2;
    align-self: center;
}
.column.main .right-column .block-one .price-box .special-price .price-excluding-tax .price {
    color: #ec3339;
}
.column.main .right-column .block-one .price-box .price-excluding-tax .price {
    font-size: 15px;
    color: #dc6d71;
}
.column.main .right-column .block-one .price-box .price {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    color: #ec3339;
}
.column.main .right-column .block-one .price-box .price-label {
    display: none !important;
}
.column.main .right-column .block-one .triple-attributes {
    margin-top: 15px;
}
.column.main .right-column .block-one .triple-attributes ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}
.column.main .right-column .block-one .triple-attributes li {
    font-weight: bold;
}
.column.main .right-column .block-one .triple-attributes li i {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
    color: #24d603;
}
.column.main .right-column .block-one .triple-attributes .in-stock {
    color: #24d603;
}
.column.main .right-column .block-one .triple-attributes .oos-stock span {
    color: black;
}
.column.main .right-column .block-one .triple-attributes .oos-stock i {
    color: #24d603;
    padding-right: 6px;
}
.column.main .right-column .block-one .finance-box {
    list-style-type: none;
    margin: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.column.main .right-column .block-one .finance-box li {
    font-weight: bold;
}
.column.main .right-column .block-one .finance-box li i {
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
    color: #24d603;
}
.column.main .right-column .block-one .finance-box li a {
    font-size: 13px;
    color: #777777;
    font-weight: bold;
    text-decoration: underline;
}
.column.main .right-column .block-one .product-bottom-tier {
    width: 100%;
    border-top: 1px solid rgba(130, 130, 130, 0.2);
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.column.main .right-column .block-one .product-bottom-tier img {
    width: 100%;
}
.column.main .right-column .block-one .product-add-form {
    background-color: #f4f4f4;
}
.column.main .right-column .block-one .product-add-form label {
    display: none;
}
.column.main .right-column .block-one .product-add-form form {
    padding: 15px;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart {
    margin: 0;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .fieldset {
    display: flex;
    margin-bottom: 0;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .qty {
    display: inline-flex;
    margin-bottom: 0;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .qty .control {
    display: inline-flex;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .qty .control input#qty {
    width: 40px;
    text-align: center;
    padding: 10px 5px;
    height: 100%;
    margin-right: 5px;
}
.column.main
    .right-column
    .block-one
    .product-add-form
    form
    div.box-tocart
    .qty
    .control
    input#qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .actions {
    width: 100%;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .actions button {
    display: block;
    width: 100%;
    padding: 13px 0;
    background: #00b67a;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #00b67a;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .actions button:hover {
    background: #01a06c;
}
.column.main .right-column .block-one .product-add-form form div.box-tocart .actions span {
    font-weight: bold;
}
.column.main .right-column .block-two {
    background-color: white;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid rgba(130, 130, 130, 0.2);
    margin-top: 20px;
}
.column.main .right-column .block-two .clerk h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 0;
}
.column.main .right-column .block-two .clerk .clerk-slider .clerk-slider-item {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 15px;
}
.column.main .right-column .block-two .clerk .clerk-slider .clerk-slider-item .clerk-design-component-FGgR8j0D {
    min-height: unset;
    font-family: Oswald;
    color: #ec3339;
}
.column.main .right-column .block-two .clerk .clerk-slider .clerk-slider-nav {
    opacity: 40%;
}
.column.main .right-column .block-two .clerk .clerk-slider .clerk-slider-item .clerk-design-component-AvpbqZ31 {
    font-weight: bold;
    color: black;
}
.column.main .right-column .product.info.detailed .content {
    margin-top: 0;
    padding: 10px 15px;
}
.product.data.items {
    margin: 0 !important;
}
.column.main .product-add-form .product-options-wrapper label {
    display: inline-block !important;
    margin-bottom: 5px;
}
.column.main .table-wrapper.grouped {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.triple-attributes .wheel-calc-trigger img {
    width: 16px;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 5px;
}
.triple-attributes .wheel-calc-trigger {
    text-decoration: underline;
}
.triple-attributes .wheel-calc-trigger:hover {
    cursor: pointer;
}
body.page-product-grouped .block-one > .price-box.price-final_price {
    display: none !important;
}
body.page-product-grouped .block-one .grouped .grouped-quantity {
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.wheel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #333333c7;
    z-index: 9;
    display: none;
}
.wheel-overlay.active {
    display: block;
}
.calc-container {
    background-color: #333333;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 999999999;
    left: 50%;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-left: -40%;
    width: 80%;
    height: fit-content;
    padding: 30px;
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 75%);
    transform: translateY(-50%);
    display: none;
    top: 30%;
}
.calc-container.active {
    display: block;
}
.calc-container .fa-window-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
}
.calc-container .fa-window-close:hover {
    cursor: pointer;
    color: #474747;
}
.ts-calc-title {
    font-size: 32px;
    text-align: center;
    margin: 20px 0px;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ts-calc-title img {
    width: 150px;
    margin-bottom: 10px;
}
.et_calculator_box_info_image img {
    width: 100%;
}
.ts-calc-container {
    display: flex;
    margin: 30px auto;
    align-items: center;
    max-width: 1100px;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .ts-calc-container {
        grid-gap: 50px;
        flex-direction: column;
    }
}
.ts-calc-old-wheel {
    margin-bottom: 25px;
}
.ts-calc-container .ts-calc-box-wheel-container-sizes {
    width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 10px 75px;
}
.ts-calc-container .ts-calc-box-wheel-container-sizes .ts-calc-box-wheel-container-sizes-out,
.ts-calc-container .ts-calc-box-wheel-container-sizes .ts-calc-box-wheel-container-sizes-in {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.ts-calc-container .ts-calc-box-wheel-container-sizes .ts-calc-box-wheel-container-sizes-out img,
.ts-calc-container .ts-calc-box-wheel-container-sizes .ts-calc-box-wheel-container-sizes-in img {
    width: 15px;
    margin: 0 10px;
}
@media (max-width: 1200px) {
    .ts-calc-container .ts-calc-box-wheel-container {
        width: 415px;
        justify-self: center;
    }
}
.ts-calc-container .ts-calc-box-wheel-container .ts-calc-box-wheel-container-current-wheel,
.ts-calc-container .ts-calc-box-wheel-container .ts-calc-box-wheel-container-new-wheel {
    position: relative;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-title,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up {
    top: 50%;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down {
    bottom: 50%;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down {
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_up_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_down_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_up_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_down_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_up_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_down_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_up_in_et,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_down_in_et {
    display: flex;
    justify-content: center;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_up_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_down_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_up_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_down_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_up_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .info_wheel_down_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_up_in_et
    .width,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .info_wheel_down_in_et
    .width {
    margin-right: 10px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .distance,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .distance,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .distance,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .distance {
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
    transition: all 0.3s ease;
    margin-top: 5px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .distance.active,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .distance.active,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_up
    .distance.active,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .info_wheel_down
    .distance.active {
    visibility: visible;
    opacity: 1;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical.orgin
    .left,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical.orgin
    .left {
    transform-origin: 24px 10px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical.orgin
    .right,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical.orgin
    .right {
    transform-origin: 114px -80px;
}
@media (max-width: 768px) {
    .ts-calc-container
        .ts-calc-box-wheel-container
        .ts-calc-box-wheel-container-current-wheel
        .ts-calc-box-wheel-container-photo
        .et_calculator_box_wheel_up_vertical,
    .ts-calc-container
        .ts-calc-box-wheel-container
        .ts-calc-box-wheel-container-new-wheel
        .ts-calc-box-wheel-container-photo
        .et_calculator_box_wheel_up_vertical {
        display: none;
    }
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .left,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .right,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .left,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .right {
    margin: 0;
    font-size: 22px;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .left,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .left {
    transform-origin: 17px 14px;
    transform: rotate(-90deg);
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .right,
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-photo
    .et_calculator_box_wheel_up_vertical
    .right {
    transform-origin: 0 0;
    transform: rotate(-90deg);
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-current-wheel
    .ts-calc-box-wheel-container-title {
    color: white;
    text-transform: uppercase;
}
.ts-calc-container
    .ts-calc-box-wheel-container
    .ts-calc-box-wheel-container-new-wheel
    .ts-calc-box-wheel-container-title {
    color: white;
    margin-top: 10px;
    text-transform: uppercase;
}
.ts-calc-container .ts-calc-form {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.ts-calc-container .ts-calc-box-wheel-container {
    width: 415px;
    position: relative;
}
.ts-calc-container .ts-calc-box-wheel-container:before {
    content: "FRONT";
    position: absolute;
    left: -10px;
    bottom: 50%;
    transform: rotate(-90deg);
    font-size: 20px;
    color: white;
    border: 1px solid white;
    padding: 5px;
    z-index: 99;
}
.ts-calc-container .ts-calc-box-wheel-container:after {
    content: "HUB";
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: rotate(-90deg);
    font-size: 20px;
    color: white;
    border: 1px solid white;
    padding: 5px;
    z-index: 99;
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel .ts-calc-wheel-title {
    background-color: #757575;
    text-align: center;
    font-weight: bold;
}
.ts-calc-container .ts-calc-form .ts-calc-new-wheel .ts-calc-wheel-title {
    background-color: #757575;
    text-align: center;
    font-weight: bold;
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel,
.ts-calc-container .ts-calc-form .ts-calc-new-wheel {
    width: 400px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.75);
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel .ts-calc-wheel-title,
.ts-calc-container .ts-calc-form .ts-calc-new-wheel .ts-calc-wheel-title {
    font-size: 24px;
    color: #ffffff;
    padding: 12px 20px 10px 20px;
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel .ts-calc-box-content,
.ts-calc-container .ts-calc-form .ts-calc-new-wheel .ts-calc-box-content {
    background-color: #ebeaea;
    padding: 10px 20px;
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel .ts-calc-box-content .ts-calc-box-form-input,
.ts-calc-container .ts-calc-form .ts-calc-new-wheel .ts-calc-box-content .ts-calc-box-form-input {
    display: grid;
    grid-template-columns: 18% auto 18%;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}
.ts-calc-container .ts-calc-form .ts-calc-old-wheel .ts-calc-box-content .ts-calc-box-form-input:last-child,
.ts-calc-container .ts-calc-form .ts-calc-new-wheel .ts-calc-box-content .ts-calc-box-form-input:last-child {
    margin-bottom: 0;
}
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: stretch;
}
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input {
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    -moz-appearance: textfield;
    border: 1px solid #000000;
}
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input::-webkit-inner-spin-button,
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input::-webkit-outer-spin-button,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input::-webkit-inner-spin-button,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    button,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    button {
    color: #ffffff;
    background-color: #000000;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: unset;
    border-radius: 0;
}
.ts-calc-container
    .ts-calc-form
    .ts-calc-old-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    button
    img,
.ts-calc-container
    .ts-calc-form
    .ts-calc-new-wheel
    .ts-calc-box-content
    .ts-calc-box-form-input
    .ts-calc-box-form-input-box
    button
    img {
    filter: brightness(0) invert(1);
    width: 20px;
}
.ts-calc-notice-box-container {
    text-align: center;
    font-size: 20px;
    margin: 80px 0 40px 0;
}
.ts-calc-notice-box-container .ts-calc-notice-box-container-inner {
    margin-bottom: 16px;
    color: white;
}
.ts-calc-notice-box-container .ts-calc-notice-box-container-inner p {
    margin: 0;
}
.column.main .product-add-form .product-options-wrapper .note {
    font-size: 12px;
    color: #ff3333;
    margin-bottom: 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ec3339;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #c42b2e;
}
::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .column.main .stock-row .stock-row-inner {
        margin-top: unset;
    }
    body.catalog-product-view .breadcrumbs {
        display: none;
    }
    body.catalog-product-view .page-main {
        padding-bottom: 0px;
    }
    .column.main .left-column .product.media {
        margin-bottom: 20px;
    }
    .column.main .left-column {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .column.main .right-column {
        width: 100%;
        float: none;
    }
    .column.main .right-column .block-two .clerk h2 {
        font-size: 14px;
    }
    .column.main .right-column .product.info.detailed .title a {
        padding: 10px !important;
        background-color: #d9d9d9;
    }
    .column.main .right-column .product.info.detailed .title a:after {
        top: 7px;
        font-size: 20px;
    }
    .column.main .table-wrapper.grouped td {
        width: 100%;
        text-align: center;
    }
    .column.main .table-wrapper.grouped td .product-item-name {
        width: 100%;
    }
    .column.main .table-wrapper.grouped td .price-box {
        margin: 10px 0;
    }
    .column.main .table-wrapper.grouped td .price-box span span {
        place-content: center;
    }
    .column.main .table-wrapper.grouped td.qty {
        text-align: center !important;
    }
    .column.main .table-wrapper.grouped td.qty input {
        margin: 0 !important;
    }
    .triple-attributes .wheel-calc-trigger {
        display: none;
    }
    .left-column {
        order: 1;
    }
    .right-column {
        order: 2;
    }
    .clerk {
        order: 3;
    }
    .tab-container {
        order: 4;
    }
    .block.related {
        order: 6;
    }
    .block.upsell {
        order: 7;
    }
}
