input.cart_quantity {
    width: 3em;
    padding: 0.25em;
    text-align: center;
    height: auto;
    border-radius: 5px;
    background: #fafafa;
    margin: 0;
}
#shop-cart-panel {
    z-index: 2060;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 100%;
    position: fixed;
    color: #2c3b46;
    transition-duration: 0.4s;
    font-size: 15px;
}
@media (min-width: 960px) {
    #shop-cart-panel {
        width: 550px;
    }
}
@media (min-width: 1200px) {
    #shop-cart-panel {
        width: 650px;
    }
}
#shop-cart-panel.entrance {
    left: 0;
}
@media (min-width: 960px) {
    #shop-cart-panel.entrance {
        left: calc(100% - 550px);
    }
}
@media (min-width: 1200px) {
    #shop-cart-panel.entrance {
        left: calc(100% - 650px);
    }
}
#shop-cart-panel-bar {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    color: #2c3b46;
}
#shop-cart-panel-bar .closer {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: block;
    position: absolute;
    top: 35px;
    right: 5%;
    background: url(../../img/icons/menu-close-black.svg) no-repeat center center;
    z-index: 2;
}
#shop-cart-panel-bar .closer span {
    display: none;
}
@media (min-width: 1600px) {
    #shop-cart-panel-bar .uk-offcanvas-close {
        top: 65px;
        right: 83px;
    }
}
#shop-cart-panel-content {
    height: 100vh;
    position: relative;
    width: 100%;
}
#shop-cart-panel-content .box {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    #shop-cart-panel-content .box {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width: 1200px) {
    #shop-cart-panel-content .box {
        margin: 0 auto;
    }
}
#shop-cart-panel-content .box.empty ul.mainMenu {
    list-style: none;
    padding-left: 0;
}
#shop-cart-panel-content .box.empty ul.mainMenu li {
    padding-right: 10px;
    padding-bottom: 15px;
    display: inline-block;
}
#shop-cart-panel-content .box.empty ul.mainMenu li a {
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border-radius: 50px;
    border: 0;
    padding: 6px 20px 9px 20px;
    background-color: #e7ebed;
    font-family: "viola", sans-serif;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    will-change: background-color, color;
}
@media (max-width: 640px) {
    #shop-cart-panel-content .box.empty ul.mainMenu li a {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    #shop-cart-panel-content .box.empty ul.mainMenu li a {
        font-size: 16px;
        padding: 8px 35px 12px 35px;
    }
}
#shop-cart-panel-content .box.empty ul.mainMenu li a:hover {
    background-color: #7e197c;
    color: #fff;
}
#shop-cart-panel-content .box.empty ul.mainMenu li:not(.product) {
    display: none;
}
#shop-cart-panel .cart-title {
    padding: 40px 0 10px;
    margin: 0;
    font-family: "viola", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.18;
    flex-grow: 1;
    color: #dc17ac;
}
#shop-cart-panel .cart-subtitle {
    margin-top: 0;
}
#shop-cart-panel .cart-list {
    width: 100%;
    margin: 0;
    padding: 0px 25px;
    overflow: auto;
    list-style: none;
    position: relative;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    #shop-cart-panel .cart-list {
        padding: 0px 50px;
        max-height: calc(100vh - 220px);
    }
}
#shop-cart-panel .cart-list .item {
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
#shop-cart-panel .cart-list .item:first-child {
    border-top: 1px solid #000;
}
@media (min-width: 1200px) {
    #shop-cart-panel .cart-list .item {
        margin: 0 auto;
    }
}
#shop-cart-panel .cart-list .item .uk-grid {
    flex-wrap: nowrap;
    align-items: flex-start;
}
#shop-cart-panel .cart-list .item-image {
    width: auto;
    height: auto;
    padding-left: 0;
    max-width: 130px;
}
@media (min-width: 640px) {
    #shop-cart-panel .cart-list .item-image {
        padding: 0 20px 0 0;
        max-width: 230px;
    }
}
#shop-cart-panel .cart-list .item-image img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
#shop-cart-panel .cart-list .item-info_price {
    flex-grow: 1;
}
#shop-cart-panel .cart-list .item-info_price span {
    display: block;
}
#shop-cart-panel .cart-list .item-info_price span span {
    display: inline-block;
}
#shop-cart-panel .cart-list .item-info_price .item-title {
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    margin: 0;
}
#shop-cart-panel .cart-list .item-info_price .item-abstract {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
}
#shop-cart-panel .cart-list .item-info_price .item-price {
    margin: 5px 0;
}
#shop-cart-panel .cart-list .item-info_price .item-price .prezzoListino {
    width: 100%;
    font-size: 13px;
    display: block;
    opacity: 0.5;
}
#shop-cart-panel .cart-list .item-info_price .item-price .prezzoAttuale {
    width: 100%;
    font-size: 13px;
    display: block;
    color: #7e197c;
}
#shop-cart-panel
    .cart-list
    .item-info_price
    .item-price
    .prezzoAttuale
    .prezzo {
    font-weight: 600;
    font-size: 18px;
}
#shop-cart-panel .cart-list .item-info_price .item-quantity {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}
#shop-cart-panel .cart-list .item-info_price .item-quantity input {
    margin-left: 7px;
    margin-top: -3px;
    color: #000;
    border-radius: 2px;
    border-color: #000;
    background: transparent;
    font-weight: 800;
}
#shop-cart-panel .cart-list .item-remove {
    margin-left: -10px;
}
@media (min-width: 640px) {
    #shop-cart-panel .cart-list .item-remove {
        margin-left: -25px;
    }
}
#shop-cart-panel .cart-list .item-remove input {
    position: absolute;
    visibility: hidden;
}
#shop-cart-panel .cart-list .item-remove label {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: url(../../public/img/icons/remove.svg) no-repeat center center;
    background-size: 7px;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
#shop-cart-panel .cart-list .item__warranty {
    padding: 18px;
    border: 6px solid #e9e7e4;
    color: #000;
    margin-left: 25px;
}
@media (min-width: 960px) {
    #shop-cart-panel .cart-list .item__warranty {
        margin-left: 40px;
    }
}
#shop-cart-panel .cart-list .item__warranty__title {
    font-size: 0.875rem;
    margin: 0;
}
#shop-cart-panel .cart-list .item__warranty__subtitle {
    color: #7e197c;
    font-weight: 700;
    margin: 0.5em 0;
}
#shop-cart-panel .cart-list .item__warranty .warranty_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
#shop-cart-panel .cart-list .item__warranty .warranty_list li {
    height: 35px;
}
#shop-cart-panel .cart-list .item__warranty .warranty_list span {
    margin: 0 20px 0 0;
}
#shop-cart-panel .cart-list .item__warranty .warranty_list .first_price {
    text-decoration: line-through;
    color: #999;
}
#shop-cart-panel .cart-list .item.total {
    text-align: right;
    font-size: 18px;
    padding-top: 15px;
    border-bottom: 0;
    padding-bottom: 50px;
}
#shop-cart-panel .cart-list .item.total .spedizione {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
#shop-cart-panel .cart-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}
#shop-cart-panel .cart-footer__continue {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: underline;
}
@media (min-width: 1200px) {
    #shop-cart-panel .cart-footer__continue {
        width: 40%;
        text-align: left;
    }
}
#shop-cart-panel .cart-footer__checkout {
    text-align: center;
    margin: 15px auto 0;
    display: block;
    font-weight: 800;
}
@media (min-width: 1200px) {
    #shop-cart-panel .cart-footer__checkout {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    #shop-cart-panel .cart-footer > div {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        align-items: center;
    }
}
.shop-cart-layer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 2050;
    top: 0;
    left: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    transition: opacity 0.5s ease-in-out;
}
.shop-cart-layer.entrance {
    left: 0;
    opacity: 1;
}
.add_to_cart[disabled] {
    opacity: 0.1;
    pointer-events: none;
}
body.page-checkout .uk-text-danger {
    color: #dc17ac !important;
    font-weight: 800;
    font-size: 15px;
}
body.page-checkout .uk-text-danger a {
    text-decoration: underline;
}
body.page-checkout .uk-text-danger a:hover {
    color: #dc17ac !important;
}
body.page-checkout #page_header {
    position: absolute;
}
body.page-checkout #page_header .mainMenu,
body.page-checkout #page_header .col-icons {
    display: none;
}
body.page-checkout .page_header_1 {
    padding-top: 120px;
}
body.page-checkout .checkout_form_loader {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
}
body.page-checkout .checkout_form_loader__message {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #fff;
    z-index: 1001;
    transform: translate(-50%);
}
body.page-checkout .checkout_form {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
body.page-checkout
    .checkout_form
    .uk-input:not([type="checkbox"]):not([type="radio"]),
body.page-checkout .checkout_form .uk-select {
    border-radius: 5px;
}
body.page-checkout .checkout_header {
    display: none;
}
@media (min-width: 960px) {
    body.page-checkout .checkout_form___left {
        padding-right: 50px;
    }
}
@media (min-width: 1200px) {
    body.page-checkout .checkout_form___left {
        padding-right: 90px;
    }
}
body.page-checkout .page_header__main_search {
    display: none;
}
body.page-checkout .checkout_userdata {
    padding: 0 0 40px;
}
body.page-checkout .checkout_userdata .intro {
    margin-bottom: -15px;
}
body.page-checkout .checkout_userdata .checkout_userdata__subtitle {
    margin-top: 12px;
}
body.page-checkout .checkout_userdata .checkout_userdata__subtitle a {
    text-decoration: underline;
}
body.page-checkout .checkout_userdata hr {
    margin: 35px 0;
}
body.page-checkout .checkout_userdata fieldset label span {
    font-size: 14px;
    color: #adadad;
}
body.page-checkout .checkout_userdata fieldset label.error input,
body.page-checkout .checkout_userdata fieldset label.error select {
    border-color: #dc17ac !important;
    border-width: 2px;
    color: #dc17ac !important;
    font-weight: 700;
}
body.page-checkout .checkout_userdata fieldset select.uk-select,
body.page-checkout .checkout_userdata fieldset input.uk-input {
    height: 57px;
}
body.page-checkout .checkout_userdata fieldset .uk-text-danger {
    color: #dc17ac !important;
    font-weight: 500;
    font-size: 15px;
}
body.page-checkout .checkout_userdata fieldset .uk-text-danger a {
    text-decoration: underline;
}
body.page-checkout .checkout_userdata fieldset .uk-text-danger a:hover {
    color: #dc17ac !important;
}
body.page-checkout .checkout_userdata fieldset .phone_warning {
    font-size: 14px;
}
@media (min-width: 960px) {
    body.page-checkout .checkout_userdata {
        background: #fff;
        padding-bottom: 60px;
    }
}
body.page-checkout .checkout_form___right {
    position: relative;
}
@media (max-width: 959px) {
    body.page-checkout .checkout_form___right::before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: -15px;
        top: 0;
        background: #e7ebed;
        content: "";
        display: block;
        z-index: 1;
        padding-right: 30px;
    }
    body.page-checkout .checkout_form___right > div {
        position: relative;
        z-index: 2;
        transform: translateY(-25px);
    }
}
@media (min-width: 960px) {
    body.page-checkout .checkout_form___right > div {
        border-radius: 5px;
        background: #e7ebed;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 20px;
    }
}
body.page-checkout .checkout_form___right .old_price {
    text-decoration: line-through;
    display: inline-block;
    color: #999;
}
body.page-checkout .checkout_form___right .checkout_form__subtitle {
    overflow: hidden;
    margin: 50px 0 0 0;
    font-size: 18px;
    font-weight: 700;
}
@media (min-width: 960px) {
    body.page-checkout .checkout_form___right .checkout_form__subtitle {
        margin: 50px 0 0 0;
        font-size: 24px;
    }
}
body.page-checkout .checkout_form___right .checkout_form__subtitle .dx {
    float: right;
    transform: translateY(5px);
}
body.page-checkout .checkout_form___right .checkout_form__recap__item {
    display: grid;
    grid-template-columns: 5fr 2fr 2fr;
    grid-template-rows: auto;
    grid-template-areas: "span1 span2 span3";
    font-size: 1rem;
    line-height: 1.2;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__item
    > span:nth-of-type(1) {
    grid-area: span1;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__item
    > span:nth-of-type(2) {
    grid-area: span2;
    text-align: right;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__item
    > span:nth-of-type(3) {
    grid-area: span3;
    text-align: right;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__item:not(.noborder) {
    padding-top: 15px;
}
body.page-checkout .checkout_form___right .checkout_form__recap__shipping {
    display: block;
}
body.page-checkout .checkout_form___right .checkout_form__recap__item.discount {
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "span1 span2";
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__item.discount
    span:nth-of-type(2) {
    text-align: right;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap__shipping_item
    .express_warning {
    width: 16px;
    margin-left: 5px;
    display: inline-block;
    transform: translateY(-2px);
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap
    .access_point_recap {
    width: 100%;
    height: auto;
    padding: 5px 0 0 30px;
    overflow: hidden;
    line-height: 1.2;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap
    .access_point_recap
    img {
    width: 90px;
    height: auto;
    float: left;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap
    .access_point_recap
    p {
    margin: 0 0 0 15px;
    float: left;
}
body.page-checkout
    .checkout_form___right
    .checkout_form__recap
    .access_point_recap
    #access_point_change {
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}
body.page-checkout .checkout_form___right .riepilogo ul {
    padding-left: 0;
}
body.page-checkout .checkout_form___right .riepilogo ul li {
    overflow: hidden;
    list-style: none;
    border-top: 2px solid #fff;
    padding: 20px 0;
}
body.page-checkout .checkout_form___right .riepilogo ul li.product .item-image {
    width: auto;
    height: auto;
    padding-left: 0;
    max-width: 80px;
}
@media (min-width: 640px) {
    body.page-checkout
        .checkout_form___right
        .riepilogo
        ul
        li.product
        .item-image {
        max-width: 95px;
    }
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-image
    img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price {
    padding-left: 30px;
    flex-grow: 1;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    span {
    display: block;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    span
    span {
    display: inline-block;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-title {
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    margin: 0;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-abstract {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-price {
    margin: 5px 0;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-price
    .prezzoListino {
    width: 100%;
    font-size: 13px;
    display: block;
    opacity: 0.5;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-price
    .prezzoAttuale {
    width: 100%;
    font-size: 13px;
    display: block;
    color: #7e197c;
}
body.page-checkout
    .checkout_form___right
    .riepilogo
    ul
    li.product
    .item-info_price
    .item-price
    .prezzoAttuale
    .prezzo {
    font-weight: 600;
    font-size: 18px;
}
body.page-checkout .checkout_form___right .riepilogo ul li span.sx {
    float: left;
    max-width: 350px;
}
body.page-checkout .checkout_form___right .riepilogo ul li span.dx {
    max-width: 30vw;
    float: right;
}
body.page-checkout .checkout_form___right #sps_results {
    width: 100%;
    height: 50vh;
    min-height: 300px;
    display: none;
}
body.page-checkout .checkout_form___right #sps_results.active {
    display: block;
}
body.page-checkout .checkout_form___right #sps_results .sps_label {
    margin-top: 0;
    padding: 0 0 0 45px;
    font-size: 0.8125rem;
    font-weight: 600;
    display: none;
}
body.page-checkout .checkout_form___right #sps_results .item {
    width: 300px;
    height: 260px;
    padding: 10px 0;
    font-size: 0.8125rem;
}
body.page-checkout .checkout_form___right #sps_results .item figure {
    width: 60%;
    min-height: 80px;
    margin-right: 15px;
    text-align: center;
}
body.page-checkout .checkout_form___right #sps_results .item figure img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
body.page-checkout .checkout_form___right #sps_results .item .descr {
    width: 100%;
    height: auto;
}
body.page-checkout .checkout_form___right #sps_results .item .descr h3 {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
}
body.page-checkout .checkout_form___right #sps_results .item .descr .hours {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 400;
}
body.page-checkout .checkout_form___right #sps_results .item .descr p {
    margin: 0;
    font-size: 0.8125rem;
}
body.page-checkout .checkout_form___right #sps_results .item .choose {
    height: 45px;
    padding: 0 30px;
    margin: 0 auto;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 42px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    height: 35px;
    margin-top: 10px;
    line-height: 35px;
    font-size: 0.6875rem;
}
body.page-checkout .checkout_form___right #sps_results .item .choose:hover {
    text-decoration: none;
}
body.page-checkout
    .checkout_form___right
    #sps_results
    .item
    .choose:not(.disabled):hover {
    background-color: #fff;
    transition: background-color 100ms linear;
    color: #000;
}
body.page-checkout
    .checkout_form___right
    .paypal-hostedfields
    .paypal-hosted-fields {
    height: 3em;
    background: #fff;
}
body.page-checkout
    .checkout_form___right
    .paypal-hostedfields
    .paypal-hosted-fields-invalid {
    border-color: red;
}
body.page-checkout .checkout_form___right .checkout_form__total {
    margin-top: -15px;
    background-color: #d1d9dc;
    font-weight: 700;
    padding: 28px 13px;
}
body.page-checkout .checkout_form___right .checkout_form__total span {
    font-weight: 300;
}
body.page-checkout .checkout_form___right #checkout_form__discount__input {
    height: 45px;
}
body.page-checkout .checkout_form___right #payment-go__submit {
    margin: 30px auto;
    display: inline-block;
    white-space: normal;
    width: auto;
}
body.page-checkout .checkout_form___right .info_cart_button {
    margin-bottom: 50px;
}
body.page-checkout .checkout_form___right .info_cart_button a {
    text-decoration: underline;
}
body.page-checkout .checkout_form___right .paypal-main-container a {
    text-decoration: underline;
}
body.page-checkout .checkout_form___right .checkout_payment_warning {
    margin: -40px 0 60px 0;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}
body.page-checkout .checkout_customer_info {
    padding: 0 5% 40px 5%;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #767272;
}
body.page-checkout .checkout_customer_info .checkout_userdata__title {
    color: inherit;
}
body.page-checkout .checkout_customer_info p {
    margin: 1em 0 0;
    color: inherit;
}
body.page-checkout .checkout_customer_info a {
    text-decoration: underline;
    color: inherit;
}
@media (min-width: 960px) {
    body.page-checkout .checkout_customer_info {
        padding-left: 3%;
        border-top: 1px solid #d5d5d5;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body.page-checkout .checkout_customer_info > div:not(.uk-width-1-1) {
        width: 30%;
    }
}
@media (min-width: 960px) {
    body.page-checkout .pre_header,
    body.page-checkout .page_header {
        display: none;
    }
}
.cart_pre_footer {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #999;
}
.cart_pre_footer a {
    text-decoration: underline;
}
.product_related_add {
    overflow: auto;
}
.product_related_add__title {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #efeae0;
}
.product_related_add__title h4 {
    max-width: 370px;
    margin: 0 auto;
    font-size: 1rem;
    font-family: "viola", sans-serif;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}
.product_related_add .item {
    position: relative;
}
.product_related_add .item figure {
    height: 200px;
}
.product_related_add .item figure img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product_related_add .item .title {
    margin: 1em 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    height: 4.5em;
    overflow: hidden;
}
.product_related_add .item .price {
    margin: 1em 0;
    font-size: 18px;
    font-weight: 400;
}
.product_related_add .item .price .old {
    margin-right: 1em;
    font-weight: normal;
}
.product_related_add .item .price .new {
    color: #7e197c;
    font-weight: normal;
}
.product_related_add .item label {
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.product_related_add .item input {
    position: absolute;
    opacity: 0;
}
.product_related_add .item input:checked ~ label {
    opacity: 0.2;
}
.checkout-completed .intro_body__title::after {
    display: inline-block;
    content: url("../../img/icons/smile.html");
    vertical-align: middle;
    margin-left: 0.75em;
}

/*# sourceMappingURL=shop.css.map*/
