body {
    background-color: #F7F6F2;
    font-family: 'Plain';
    font-weight: 400;
    overflow-x: hidden;
}

.bg-orange {
    background-color: #F25425;
}

.show-on-mobile {
    display: none;
}

.offset-xs-4 {
    margin-left: unset;
}

.orange {
    color: #F25425;
}

.forgot-password a {
    color: black;
}

.forgot-password a:hover {
    color: #F25425;
    text-decoration: underline;
}

.d-flex {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.no-account a {
    color: #F25425;
}

.no-account a:hover {
    color: #F25425;
    text-decoration: underline;
}

.page-my-account #content .links a {
    color: black;
}

#my-account .links a:hover,
.page-my-account #content .links a:hover i {
    color: #F25425 !important;
}

.page-my-account .page-footer a,
#identity .page-footer a {
    color: black;
}

.page-my-account .page-footer a:hover,
#identity .page-footer a:hover {
    color: black;
    color: #F25425;
    text-decoration: underline;
}

.custom-radio input[type="radio"]:checked+span {
    background-color: #F25425;
}

#header {
    z-index: 2;
}

.menu_arrow {
    display: none;
}

#checkout section.checkout-step {
    background-color: unset !important;
}

#checkout #header {
    text-align: center;
    background: #F25425;
    background-color: #F25425;
    box-shadow: unset;
    padding: 10px;
}

body#checkout #footer {
    background-color: #F25425;
    color: white;
}

body#checkout #footer a {
    color: white;
}

.text-center {
    text-align: center;
}

.card {
    background: unset;
}

#wrapper {
    padding: 52px 36px;
    background: unset;
}

#cms .page-header {
    display: none;
}

#cms .page-content {
    background: unset;
}

#cms #header_slim {
    display: block;
}

#cms #header_big {
    display: none;
}

#cms h2 {
    font-family: 'FKScreamer';
    font-size: 95px;
    font-weight: 500;
    line-height: 104px;
    color: #F25425;
}

#cms p {
    color: black;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

#header_slim {
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
}

#header_slim .logo {
    max-height: 45px;
    width: auto;
}

#header_slim .container-fluid {
    padding: 16px 52px;
}

.lock_screen_scroll {
    height: 100vh;
    overflow-y: hidden;
}

.mega_menu_custom {
    padding-top: 104px;
    padding-right: 208px;
    padding-left: 208px;
    padding-bottom: 52px;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F7F6F2;
}

.mega_link_container {
    border-top: 1px solid #F25425;
    border-bottom: 1px solid #F25425;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mega_link_container a {
    color: #F25425 !important;
    font-family: 'Plain';
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 20px;
}

.mega_link_container .last_link {
    margin-right: 0;
}

.mega_link_container a:hover {
    color: #F25425;
}

#header_slim a {
    color: white;
}

#header_slim a:hover {
    color: white;
    text-decoration: underline;
}

#header_slim .header span {
    color: white;
}

.user-info a {
    text-transform: capitalize !important;
}

.cloned-container {
    display: none;
}

#_desktop_user_info,
#_desktop_cart {
    width: fit-content;
}

#contact .input-group .input-group-btn>.btn {
    background-color: black;
}

#contact a {
    color: #F25425;
}

#contact a:hover {
    color: #F25425;
}

#contact #footer a {
    color: white;
}


.mega_menu_custom .main_category_link {
    font-size: 64px;
    font-family: 'FKScreamer';
    font-weight: 400;
    color: #F25425 !important;
    display: block;
    line-height: 50px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.mega_menu_custom .subcategory_link {
    font-family: 'Plain';
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    color: #F25425 !important;
}

.mega_menu_custom .category_row {
    margin-top: 50px;
}

#header_slim .right-nav {
    display: flex;
    justify-content: end;
    padding-right: 134px;
}

#header_big {
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
}

#header_big .logo_big_mobile {
    display: none;
}

#header_big .logo_big_desktop {
    display: block;
}



#header_big .container-fluid {
    padding: 16px 52px;
}

.home_category .img_container {
    cursor: pointer;
    max-width: 46%;
    height: auto;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -ms-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.home_category .img_overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #F25425;
    text-align: center;
    -webkit-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    -ms-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.home_category .img_overlay h2 {
    color: white;
    font-family: 'FKScreamer';
    font-weight: 400;
    ;
    font-size: 7rem;
}



.home_category:nth-child(even) .img_container {
    float: left;
    margin-top: -20%;
}

.home_category:nth-child(odd) .img_container {
    float: right;
    margin-top: -20%;
}

.home_category:first-child .img_container {
    margin-top: 0px;
}

.home_vertical_slider {
    margin-top: -52px;
    position: relative;
    z-index: 3;
    width: 90%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.home_vertical_slider::-webkit-scrollbar {
    display: none;
}

.product_images_container_mobile {
    display: none !important;
}

.product_images_container_desktop {
    display: block;
}

.products article .wishlist-button-add {
    z-index: 0;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    background: unset;
}

.product-miniature .product-title {
    text-transform: unset;
}

.product-id-22 .product-container .thumb,
.product-id-21 .product-container .thumb,
.product-id-20 .product-container .thumb {
    width: calc(50% - 30px);
    float: left;
    margin-right: 15px;
}

.product-id-22 .product-variants,
.product-id-21 .product-variants,
.product-id-20 .product-variants {
    width: 100%;
}

.product-id-22 .product-quantity,
.product-id-21 .product-quantity,
.product-id-20 .product-quantity,
.product-id-76 .product-quantity {
    display: none;
}

.remaining-free-shipping {
    margin: 0 1.25rem .825rem;
    text-align: center;
    background-color: #FED46B;
    text-transform: lowercase;
}

.remaining-free-shipping span {
    padding: 20px;
    display: block;
}


#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    background: unset;
}

.box_link {
    display: none;
}

.featured-products {
    padding-left: -54px;
    padding-right: -54px;
}

.featured_title {
    font-family: 'FKScreamer';
    font-weight: 500;
    font-size: 220px;
    color: #F25425;
    text-align: center;
}

.featured-products .product-description {
    z-index: 5;
}

.mobile_overlay {
    display: none;
}

.featured-products .mobile_overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #F25425;
    padding: 1.5rem;
    text-align: center;
    z-index: 4;
    justify-content: center;
    align-items: center;
    font-family: 'FKScreamer';
    font-weight: 400;
    color: white;
    pointer-events: none;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.4px;
}

.featured-products .mobile_overlay p {
    font-size: unset;
    font-weight: unset;
    color: unset;
    margin-bottom: 0;
}

.featured_description {
    text-align: center;
    padding: 2rem;
    color: black;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Plain';
    font-weight: 300;
}

.featured-products .box_link {
    display: block;
    max-width: 80%;
    border: 1px solid black;
    margin: 0 auto;
    margin-bottom: 2rem;
    z-index: 5;
}

.featured-products .box_link a {
    text-transform: uppercase;
    color: black;
    padding: 10px 20px;
    display: block;
}

.featured-products .box_link.hovered {
    border: 1px solid white;
}

.featured-products .box_link.hovered a {
    color: white;
}

.featured-products {
    padding-left: -54px;
    padding-right: -54px;
}

.highlighted-informations {
    display: none;
}

.featured-products .products {

    justify-content: center;

}







.burger {

    position: absolute;

    right: 0px;

    top: 30px;

    display: flex;

    outline: none;

    height: 20px;

    width: 40px;

    border: 0px;

    padding: 0px;

    background: transparent;

    transition: all 250ms ease-out;

    cursor: pointer;

}



.burger:before,
.burger:after {

    content: '';

    width: 40px;

    height: 7px;

    position: absolute;

    background: #F25425;

    transition: all 250ms ease-out;

    will-change: transform;

}

.burger span {
    display: none;
    font-size: 22px;
    font-family: 'Plain';
    margin-top: -10px;
    margin-left: -54px;
}

.burger:before {

    transform: translateY(-7px);

}



.burger:after {

    transform: translateY(7px);

}



.active.burger:before {
    display: none;
    transform: translateY(0) rotate(45deg);
}

.active.burger span {
    display: block;
}


.active.burger:after {
    display: none;
    transform: translateY(0) rotate(-45deg);

}

.cart_icon {
    display: none;
}

#header_megamenu {

    display: none;

}

.account_container {

    display: flex;

    font-size: 22px;

    font-family: 'Plain';

    font-weight: 400;

    margin-top: 10px;

}

.account_container i {

    display: none;

}

.account_container div {

    margin-right: 20px;

}

#header_slim .burger {

    margin-top: -10px;

}

#header_slim .burger:before,
#header_slim .burger:after {
    background: white;

}

.footer-container {

    background-color: #F25425;

}

.footer-container .h3,
.footer-container .h4 {
    display: none;
}



.footer-container .container-fluid {
    padding: 16px 52px;
}

.footer-container li a,
#contact-infos {
    font-family: "Plain";
    font-weight: 400;
    font-size: 24px;
    color: white;
    line-height: 24px;

}

#contact-infos {
    line-height: 28px;
}

.footer-container li a:hover {

    color: white;

    text-decoration: underline;

}

.social_footer_icon.last_link {
    margin-left: 2rem;
}



.block-contact.col-md-3,
#block_myaccount_infos,
.footer-container .links {

    width: 33% !important;

}

.col-lg-4.col-xd-12.links {
    font-size: 24px;
    line-height: 32px;
    color: white;
    font-family: 'Plain';
}



.footer-container .links .wrapper {

    width: 100%;

}

.product-container {

    margin-top: 100px;

}

.product-container .h1 {

    font-size: 95px;

    line-height: 88px;

    font-family: 'FKScreamer';

    font-weight: 500;

    color: #F25425;

    text-transform: none;

    margin-bottom: 33px;



}

.product_price_with_unit p {
    font-family: 'Plain';
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #F25425 !important;
    margin-bottom: 26px;
}


#blockcart-modal .product-name {
    color: #F25425;
}



.product-container .current-price-value {

    font-family: "Plain";

    font-weight: 500;

    color: #F25425;

}

.product-container .product_cat {

    font-size: 14px;

    line-height: 32px;

    font-family: "Plain";

    font-weight: 300;

    border-bottom: 1px solid black;

    text-transform: uppercase;

    padding-bottom: 10px;

    margin-bottom: 25px;

}

.product-container .images-container {

    margin-top: 30px;

}

.product-container .thumb {

    display: block;

    margin-top: 15px;

}

.product-container .product-cover {

    margin-bottom: unset;

}



.product-flags li.product-flag,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount,
.has-discount .discount {

    background-color: #F25425;

}

.product-actions .add-to-cart {

    width: 100%;

    margin-top: 10px;

}

.btn-primary {

    background-color: black;

    font-size: 16px;

    font-weight: 200;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {

    background-color: black;

}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {

    background-color: black;

}

.product_info_container {

    -webkit-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);

    -moz-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);

    -o-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);

    -ms-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);

    transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
    position: sticky;
    top: 100px;
}

.product-description p {

    font-family: 'Plain';

    color: black;

    font-size: 16px;

    line-height: 24px;

    font-weight: 300;

    margin-bottom: 85px;

}

.product-variants {

    width: calc(100% - 95px);

    float: left;

}

.product-quantity {

    width: 90px;
    /*calc(20% - 18px);*/

    position: absolute;

    right: -1px;

    display: unset;

}

.product-variants>.product-variants-item {

    margin: 0;

    padding-right: 10px;

}

.product-variants>.product-variants-item select {

    width: 100%;

}

select.form-control:not([size]):not([multiple]) {

    height: calc(2.9rem - 2px);

    background-color: #F7F6F2;

    border-color: black;

    font-family: 'Plain';

    color: black;

    font-size: 16px;

    font-weight: 200;

}

.bootstrap-touchspin .btn-touchspin {}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {

    position: absolute;

    left: -72px;

    top: 0;

    height: 44px;

    margin-top: 0;

}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {

    height: 44px;

    position: absolute;

}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {

    content: "+";

}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {

    content: "-";

}

.product-quantity .input-group-btn-vertical .btn i {

    top: 50%;

    transform: translateY(-50%);

}

.product-quantity #quantity_wanted {

    background-color: #F7F6F2;

    text-align: center;

    border-color: black;

}

.bootstrap-touchspin .input-group-btn-vertical>.btn {

    background-color: #F0EDE8;

    border-color: black;

    padding: 0.5rem 0.75rem;

}

.block_newsletter {

    max-width: 50rem;

    background: unset;

}

.block_newsletter #block-newsletter-label {

    color: #F25425;

    font-family: 'FKScreamer';

    font-weight: 500;

    font-size: 100px;

    text-align: center;

    line-height: initial;

}

.block_newsletter p {

    color: black;

    font-size: 24px;

    line-height: initial;

    text-align: justify;

    padding-bottom: 0.625rem;

}

.block_newsletter .submit_newsletter {

    width: 100%;

    margin-top: 1rem;

    margin-left: 0rem !important;

}

#footer {

    padding: 0;

    margin-right: -23px;

}

#footer .block_newsletter #block-newsletter-label {

    margin-bottom: 0;

}

.py-5 {

    padding-top: 5rem;

    padding-bottom: 5rem;

}

.my-5 {

    margin-top: 5rem;

    margin-bottom: 5rem;

}

.mt-10 {
    margin-top: 100px;
}

#cms #wrapper {
    padding: 0;
}

.container_content h1 {
    font-family: 'FK Screamer';
    font-size: 95px;
    font-weight: bold;
    color: #F25425;
    letter-spacing: 1.80px;
    border-bottom: 1px solid #000000;
}

.container_content p {
    font-family: 'Plain';
    font-size: 24px;
    color: #000000;
    line-height: 32px;
}


/* IMMAGINE ABSOLUTE */
.floating_image {
    width: max-content;
    position: absolute;
    right: 12%;
    top: 30%;
    z-index: 5;
}

.floating_image img {
    max-width: 390px;
    height: auto;
}


/* TESTO FULL CATEGORIE */
.full_text {
    margin-top: 5rem;
    margin-left: -1.5%;
}

.box_home {
    background-color: #F0EDE8;
    margin-left: -52px;
    margin-right: -68px;
}

.divider_box {
    display: none;
}

.box_home article {
    width: 100%;
    text-align: center;
}

.box_home span.price {
    font-family: 'Plain';
    font-weight: 400;
}

.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

.box_home .product-title a {
    color: black;
    font-size: 24px;
}

.d-none {
    display: none;
}

.nav-tabs {

    display: flex;

    justify-content: space-between;

    border: unset;

    margin-top: 63.2px;

}

.tab-content {

    margin-top: 30px;

}

.nav-item .nav-link {

    padding: 0;

    border: unset;

    text-transform: uppercase;

}

.nav-item .nav-link,
.tab-pane,
.tab-pane p {

    font-family: 'Plain';

    font-weight: 300;

    font-size: 16px;

    color: black;

    line-height: 24px;

}

.nav-item .nav-link:hover {

    color: #F25425;

    border: unset;

    text-decoration: underline;

}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {

    color: #F25425;

    background-color: unset;

    border: unset;

}

.nav-tabs .li_divider {

    border-right: 1px solid black;

}

#category #content-wrapper {

    padding: 0;

}

#category #js-product-list .product {

    padding-right: 0;

}

body#checkout section.checkout-step.-reachable.-current .step-number {

    background-color: #F25425;

}

#checkout p.form-informations {
    text-align: center;
    padding: 20px 50px;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
}

#checkout span.show_more_account {
    border: 1px solid black;
    display: none;
    margin: 0 auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    float: right;
}

#cart {

    padding-top: 100px;

}

#cart .blockreassurance_product {

    display: none;

}

#cart .js-cart-line-product-quantity {

    text-align: center;

    height: 44px;

    border: 1px solid black;

    z-index: 0;

}

.cart-grid-body a.label:hover {

    color: #F25425;

}

#checkout #_desktop_cart,
#checkout #menu-icon,
#checkout #_mobile_cart {
    display: none;
}

#checkout header .hidden-sm-down {
    display: none;
}

#checkout .cart-summary-products a {

    color: black;

}

#checkout .cart-summary-products a:hover {

    color: #F25425;

    text-decoration: underline;

}

#checkout .product-price {

    color: #F25425;

}

body#checkout #footer {
    margin-right: 0px;
}

#cart .price {

    color: #F25425;

}

.block-promo .promo-code-button a,
.block-promo .promo-code-button.cancel-promo {

    color: #F25425;

}

.block-promo .promo-code-button a:hover,
.block-promo .promo-code-button.cancel-promo:hover,
body#checkout a:hover {

    color: #F25425;

    text-decoration: underline;

}

.block-promo .promo-input+button {

    border: unset;

}

.block-promo .promo-input+button {

    margin-top: -6px;

}

#left-column .block-categories {

    margin-top: 52px;
    padding-left: 0;
    border-top: 1px solid black;
    margin-bottom: unset;
    padding-bottom: unset;

}

.left_category_menu li {}

.left_category_menu a {

    color: black;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
}

.left_category_menu a:hover {

    color: #F25425;

    text-decoration: underline;

}

.category_page_description,
.category_page_description p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: black;
    margin-bottom: 3rem;
}

#assurance {

    display: block;
    float: inherit;
    background-color: #FED46B;
    margin-bottom: 5rem;
    padding: 5rem;
    text-align: center;

}

body#checkout #assurance {

    display: none;

}

#cms #assurance {
    display: none;
}

.assurance_title {

    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 500;

}

.assurance_content {
    font-size: 16px;
    font-weight: 400;
    padding: 0 52px;
}

.assurance_content_center {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.block-categories {

    background: unset;

    padding-top: 0;



}

.block-categories .h6 {

    color: #F25425;

    font-family: 'FKScreamer';

    font-size: 95px;

    font-weight: 500;

}

.product-accessories {

    margin-top: 5rem;

}

.product-accessories .products {

    justify-content: space-between;

}

#product .extra_info {
    display: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#product .extra_info p {
    color: black;
}

.product-accessories .product {

    width: 100%;

}

.product-cover img {
    background: unset;
}

.product-accessories .product:nth-child(2) {}

.product-accessories article {

    width: 100%;

}

.product-accessories .thumbnail-container {

    width: 100%;

}

.product-accessories .img-fluid {

    width: 100%;

}

.product-accessories .product-title {

    text-align: left;

    color: black;

    font-size: 24px;

    font-weight: 400;

}

.product-accessories .product-title a,
.product-miniature .product-title a {

    color: black;

}

.product-accessories .product-price-and-shipping {

    display: none;

}

.product-accessories .h5 {

    color: #F25425;

    font-family: 'FKScreamer';

    font-weight: 500;

    font-size: 100px;

    text-align: center;

    margin-bottom: 2rem;

}

#category #js-product-list article {

    width: 100%;

}

#category #js-product-list article .img-fluid {

    width: 100%;

}



#category #js-product-list .product-title {

    text-align: left;

    font-size: 24px;

    font-weight: 400;

    margin-top: 0;

}

#category #js-product-list .product-title a {

    color: black;

}

#category #js-product-list .product-title a:hover {

    color: #F25425;

    text-decoration: underline;

}

#category #js-product-list .product-price-and-shipping {

    display: none;

}

.text-right {

    text-align: right;

}

.block-contact #contact-infos a {
    color: white;
}

.copy_container {
    color: white;
}

.copy_container a {
    color: white;
}

#blockcart-modal .cart-content p.cart-products-count,
#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
    color: #F25425;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: #F25425;
}

#checkout a {
    color: #F25425;
}

.featured-products .product {
    width: 70%;
}

.featured-products .owl-item {
    justify-content: center;
    display: flex;
}


@media only screen and (min-width: 998px) and (max-width: 1440px) {
    .mega_menu_custom {
        padding-right: 104px;
        padding-left: 104px;
    }

    .mega_menu_custom .subcategory_link {
        font-size: 20px;
        line-height: 24px;
    }

    .mega_menu_custom .main_category_link {
        font-size: 55px;
        line-height: 45px;
    }

    .mega_menu_custom .category_row {
        margin-top: 25px;
    }

    #header_big h1 img {
        width: 80%;
    }

    .home_category .img_container {
        max-width: 50%;
    }

    .merged_categories_container .header_category {
        padding-bottom: 2rem;
    }
}

/*SOLO DESKTOP*/

@media only screen and (min-width: 998px) {

    .home_vertical_slider.container-fluid {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .offset-1 {
        margin-left: 8.333333%;
    }

    .floating_image_2 {
        display: none;
    }

    .floating_image {
        right: 9%;
        top: 67%;
    }

    .box_cat_menu {
        padding: 2rem;
        background: #F25425;
    }

    .merged_categories_container .header_category {
        padding-bottom: 2rem;
    }

    .box_cat_menu .main_category_link {
        color: white !important;
    }

    .box_cat_menu .subcategory_link {
        color: white !important;
    }
}

@media only screen and (max-width: 998px) {
    .product_info_container {
        position: unset;
        top: unset;
    }

    #header_big .logo_big_mobile {
        display: block;
    }

    #header_big .logo_big_desktop {
        display: none;
    }

    #cms #header_slim {
        display: none;
    }

    #cms #header_big {
        display: block;
    }

    #cms #header {
        background: unset;
        box-shadow: unset;
    }

    #cms #header_big {
        position: unset;
    }

    #header_big .right-nav {
        display: flex;
        justify-content: end;
    }

    #products .products {
        justify-content: start;
    }

    .cloned-container {
        display: block;
        background-color: #F25425;
        margin-top: 35px;
    }

    .cloned-container #_desktop_user_info {
        width: 100%;
    }

    .cloned-container #_desktop_cart {
        width: 100%;
    }

    .cloned-container .account_container {
        display: unset;

    }

    .cloned-container .account_container div {
        margin-right: 0;
        margin-top: 0;
    }

    .cloned-container .account_container a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        color: white !important;
        font-size: 40px;
        padding: 32px 0px;
        margin: 0px 16px;
    }

    .cloned-container .account_container #_desktop_cart a {
        border-top: 1px solid white;
    }

    .cloned-container .account_container .hidden-sm-down {
        display: block !important;
    }

    .menu_arrow {
        display: block;
        padding-bottom: 5px;
    }

    .mega_link_container {
        font-size: 22px;
        line-height: 32px;
        margin-top: 38px;
        padding: 16px;
    }

    .burger span {
        margin-right: 16px;
        font-size: 14px;
        font-family: 'Plain';
        margin-top: -10px;
        margin-left: -9px;
    }

    #header_slim .right-nav {
        padding-right: 16px;
    }

    #header_slim .menu_arrow {
        display: none;
    }

    .cart_icon {
        display: block;
    }

    .account_container div {
        margin-right: 9px;
        margin-top: -2px;
    }

    .copy_container {
        justify-content: end;
        display: flex;
        width: 100%;
    }

    .p-md-0 {
        padding: 0;
    }

    .mega_link_container {
        border-top: unset;
        border-bottom: unset;
    }

    .mega_link_container a {
        display: block;
        margin-top: 10px;
    }

    .mega_link_container .text-right {
        text-align: unset;
        display: flex;
        margin-top: 56px;
    }

    #category #js-product-list {
        padding-left: 0;
    }

    #blockcart-modal .product-image {
        margin: 0;
    }

    #blockcart-modal .cart-content {
        padding-left: 0;
    }

    #blockcart-modal .product-quantity {
        position: inherit;
        margin-bottom: 2rem;
    }

    #blockcart-modal .cart-content .cart-content-btn {
        display: flow-root;

    }

    #blockcart-modal .cart-content .cart-content-btn .btn,
    #blockcart-modal .cart-content .cart-content-btn a {
        width: 100%;
    }

    .product-line-grid-right .product-price,
    .bootstrap-touchspin {
        margin-left: 25px;
    }

    .product_images_container_mobile {
        display: block !important;
    }

    .product_images_container_desktop {
        display: none;
    }

    #product .owl-nav {
        display: none;
    }

    #product .product-quantity {
        right: 24px;
    }

    .product-container {
        margin-top: 77px;
    }

    .product_block_image_container {
        padding: 0;
    }

    #product .product_cat {
        display: none;
    }

    #product h1 {}

    #product .nav-tabs {
        display: flex;
        flex-direction: column;
    }

    #product .nav-tabs .nav-item {
        padding-bottom: 10px;
        border-bottom: 1px solid black;
        margin-bottom: 10px;
    }

    #product a.nav-link:after {
        content: '+';
        position: absolute;
        right: 16px;
    }

    #product .li_divider {
        display: none;
    }

    .product-container .thumb {
        margin-top: 0;
    }

    #product #tab-content {
        display: none;
    }

    .product-accessories .h5 {
        font-size: 60px;
        text-align: left;
    }

    .product-accessories .carousel-container {
        width: 150%;
    }

    .product-container .h1 {
        font-size: 60px;
        margin-bottom: 25px;
    }

    #assurance .owl-item {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    #assurance .assurance_content_center {
        margin-top: unset;
        margin-bottom: unset;
    }

    .assurance_title {
        margin-bottom: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .d-flex-no-mobile {
        display: unset;
    }

    .no-padding-mobile {
        padding: 0;
    }

    .mt-xs-4 {
        margin-top: 4rem;
    }

    .hide-on-mobile {
        display: none;
    }

    .offset-xs-4 {
        margin-left: 33%;
    }

    .show-on-mobile {
        display: block;
    }

    .footer-container .wrapper {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    #chi_siamo {
        margin-top: 1rem !important;
        position: relative;
        max-width: 100%;
        overflow-x: hidden;
    }

    #cms h2 {
        font-size: 69px;
        line-height: 76px;
        margin-left: 16px;
    }

    .floating_image {
        right: -25%;
        top: 5%;
    }

    .floating_image_2 {
        right: unset;
        left: -95%;
        transform: rotate(45deg);
    }

    .full_text {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .full_text img {
        max-width: 230%;
    }

    .cms-id-4 #wrapper .container-fluid {
        padding: 0;
    }

    #index #content-wrapper {
        padding-top: 40px;
    }

    #chi_siamo p {
        font-size: 16px;
        text-align: left;
    }

    #cms .page-content {
        padding: 0;
    }

    .container_content h1 {
        border-bottom: unset;
    }

    .home_category {
        margin-bottom: 50px;
    }

    .home_category:nth-child(even) .img_container {
        margin-top: unset;
    }

    .home_category:nth-child(odd) .img_container {
        margin-top: unset;
    }

    #header_big h1 img {
        width: 100%;
    }

    #header_big .container-fluid {
        padding: 16px 16px;
    }

    #header_slim .container-fluid {
        padding: 16px 16px;
    }

    .mega_menu_custom {
        padding: 0px;
        padding-top: 70px;
        bottom: unset;
        min-height: 100vh;
        height: 100vh;
        overflow: scroll;
    }

    .category-container .row {
        margin-right: unset;
        margin-left: unset;
    }

    .mega_menu_custom .header_category {
        padding: unset;
    }

    .block-contact.col-md-3,
    #block_myaccount_infos,
    .footer-container .links {
        width: 100% !important;
    }

    .footer-img-container {
        display: flex;
        flex-direction: column;
    }

    .first-col-footer-img {
        order: 2;
    }

    .footer-container .links:nth-child(1) {
        margin-top: 49px;
    }

    .footer-container .links .h3 {
        font-size: 18px;
        font-family: 'Plain';
        font-weight: 400;
        display: inline;
        color: white;
    }

    .footer-container .links ul {
        background: unset;
    }

    .footer-container .links ul>li {
        border-bottom: unset;

    }

    .footer-container .links ul>li a {
        color: white;
        font-size: 18px;
    }

    .block-contact #contact-infos {
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
    }

    .block_newsletter {
        padding-top: 2rem;
        padding-bottom: 3rem;
        background-color: #F0EDE8;
    }

    .pt-sm-0 {
        padding-top: 0rem;
    }

    .block_newsletter form input[type="email"] {
        background-color: unset;
        border: 1px solid black;
    }

    .links .title {
        padding: unset;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .block_newsletter .hidden-sm-up {
        display: none;
    }

    .text-uppercase.h6 {
        text-transform: unset !important;
    }

    .block-categories .h6 {
        font-size: 60px;
        line-height: 68px;
        text-transform: unset !important;
    }

    #category #wrapper {
        padding-top: 40px;
    }

    #left-column {
        padding: 0;
    }

    #left-column .block-categories {
        border-top: unset;
    }

    .category_page_description,
    .left_category_menu {
        display: none;
    }

    #footer .material-icons {
        color: white;
    }

    .mega_menu_custom .main_category_link {
        font-size: 40px;
        font-family: 'Plain';
        font-weight: 400;
        border-bottom: 1px solid #F25425;
        text-transform: unset;
        margin-bottom: unset;
        display: flex;
        flex-direction: row;
        align-items: end;
        justify-content: space-between;
        padding-top: 24px;
        padding-bottom: 16px;

    }

    .mega_menu_custom .category_row {
        margin-top: unset;
    }

    .mega_menu_custom .sub_menu_container {
        display: none;
    }

    .home_category .img_container {
        max-width: 75%;
    }

    .box_home {
        background-color: unset;
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: hidden;
        margin-top: unset;
    }

    .featured-products .owl-nav {
        display: none;
    }

    .featured-products {
        margin-bottom: 0;
    }

    .featured_title {
        font-size: 88px;
        line-height: 88px;
    }

    .featured-products .products {
        width: 150%;
    }

    .featured-products .product {
        width: 100%;
    }

    .featured_description {
        padding: 1rem;
        padding-bottom: 3rem;
        font-size: 16px;
        line-height: 20px;
    }

    .divider_box {
        display: block;
        color: black;
    }

    .divider_box hr {
        border-top: 1px solid black;
    }

    #wrapper {
        padding: unset;
    }

    #footer img {
        max-width: 100%;
    }

    .footer-container .container-fluid {
        padding: 16px 16px;
    }

    .home_vertical_slider {
        width: 100%;
        margin-top: 100px;
    }

    .home_category .img_overlay h2 {
        font-size: 3rem;
    }

    .burger {

        position: relative;
        float: right;
    }

    #assurance {
        padding: 2rem;
    }

    #assurance .owl-dot {
        border: 1px solid black;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin: 12px !important;
    }

    #assurance .owl-dot.active {
        background-color: black;
    }

    .assurance_content_center {
        border: unset;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .featured-products .product {
        display: initial;
        justify-content: unset;
    }

    .block_newsletter #block-newsletter-label {
        font-size: 46px;
        line-height: 50px;
    }

    .block_newsletter p {
        font-size: 16px;
        line-height: 24px;
    }

    #footer {
        margin-right: unset;
    }

    /*.footer-container .justify-content-space-between{
        flex-direction: column;
    }*/

    .footer-container .second-col-footer-img {
        transform: translateY(-100%);
    }

    #payments_mobile,
    #shipping_mobile {
        text-align: center;
    }

    #payments_mobile img {
        padding-top: 3rem;
    }

    #shipping_mobile img {
        margin-top: 3rem;
        max-height: 30px;
    }
}

.form-informations-option {
    cursor: pointer !important;
}




/* Page order confirmation */
/* Heading Order Confirmation */
#order_confirmation {
    padding: 60px 0px 20px 0px;
}

#order_confirmation .heading_confirmation_order {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#order_confirmation .heading_confirmation_order h3 {
    font-size: 26px;
    line-height: normal;
    font-weight: 300;
    text-transform: uppercase;
}

#order_confirmation .heading_confirmation_order p {
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
}

#order_confirmation .heading_confirmation_order span.total_pending {
    font-weight: 400;
}

#details_products_purchased .container_details_products_purchased {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#details_products_purchased .container_details_products_purchased h3 {
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
}

#details_products_purchased .container_details_products_purchased span {
    font-size: 16px;
    font-weight: 300;
}

#details_products_purchased .tabla_prodcuts_purchased {
    margin: 5% 0px;
}

#details_products_purchased .tabla_prodcuts_purchased .sub_total_order {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5%;
    padding: 20px 0px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#details_products_purchased .tabla_prodcuts_purchased .table-container {
    width: 100%;
    overflow-x: auto;
}

#details_products_purchased .tabla_prodcuts_purchased .table-container .table td,
#details_products_purchased .tabla_prodcuts_purchased .table-container .table th {
    vertical-align: middle;
    text-align: center;
}

#details_products_purchased .align-items-center {
    align-items: center;
}

@media (max-width: 768.98px) {
    .heading_confirmation_order {
        text-align: center;
    }

    .container_details_products_purchased {
        flex-direction: column;
    }

    .sub_total_order {
        flex-direction: column;
    }

    .table-container .table thead tr th:first-child() {
        display: none;
    }

    .table-container .table tbody tr td:first-child() {
        display: none;
    }

    .table-container .table thead tr th {
        font-size: 13px;
        line-height: normal;
    }

    .table-container .table tbody tr td {
        font-size: 13px;
        line-height: normal;
    }
}


/* Page Cart */
.cart-grid {
    margin-bottom: 1rem;
}

.cart-items {
    margin-bottom: 0;
}

.cart-item {
    padding: 1rem 0;
}

.card-block {
    padding: 1.25rem 1.25rem 0.5rem;
}

.card-block.checkout {
    padding-top: 0;
    padding-bottom: 1.75rem;
}

.card-block.checkout .btn-primary {
    width: 100%;
    white-space: normal;
}

.card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-top: 1px solid black;
}

.card-block.cart-summary-totals {
    padding: 0 1.25rem 0.825rem;
}

.card-block.cart-summary-totals .cart-summary-line {
    padding: 0.5rem 0.2rem 0;
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
    margin-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 1rem 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    float: none;
    font-size: 0.88rem;
    text-align: left;
}

.cart-summary-line {
    margin-bottom: 0.315rem;
    clear: both;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 1rem;
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 400;
    color: black;
    white-space: inherit;
}

.cart-summary-line .value {
    float: right;
    font-weight: 600;
    color: black;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
}

.cart-summary-line .label,
.cart-summary-line .value {
    font-size: 1rem;
}

/** CART BODY **/
.cart-grid-body {
    margin-bottom: 0.75rem;
}

.cart-grid-body a.label:hover {
    color: red;
}

.cart-grid-body .card-block {
    padding: 1rem;
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
}

.cart-grid-body .cart-overview {
    padding: 1rem;
}

/** CART RIGHT **/
.cart-grid-right .promo-discounts {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    text-align: center;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    font-size: 1rem;
    color: black;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: red;
    cursor: pointer;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
    font-size: 1rem;
}

.block-promo {
    margin-bottom: 1rem;
}

.block-promo .promo-code {
    padding: 1rem;
}

.block-promo .promo-code .alert-danger {
    position: relative;
    display: none;
    margin-top: 1.25rem;
    color: white;
    background: red;
}

.block-promo .promo-code .alert-danger::after {
    position: absolute;
    bottom: 100%;
    left: 10%;
    width: 0;
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    content: " ";
    border: solid transparent;
    border-width: 10px;
    border-bottom-color: red;
}

.block-promo .promo-code form {
    text-align: center;
}

.block-promo .promo-input {
    width: 100%;
    height: 4rem;
    margin-right: 0px;
    color: black;
    text-indent: 0.625rem;
    border: black 1px solid;
    margin-bottom: 5%;
}

.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid black;
    width: 100%;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
    margin-bottom: 0;
    font-weight: 600;
    color: red;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
    display: inline-block;
    font-weight: 500;
    color: black;
}

.block-promo .promo-name .cart-summary-line .label {
    font-weight: 500;
    color: black;
}

.block-promo .promo-name .cart-summary-line span {
    color: red;
}

.block-promo .promo-name .material-icons {
    margin-left: 0.4rem;
    font-size: 1.2rem;
}

.block-promo .promo-code-button {
    display: block;
    padding: 1rem 0 1rem;
    text-align: center;
}

.block-promo .promo-code-button.with-discounts {
    display: none;
}

.block-promo .promo-code-button.cancel-promo {
    margin-bottom: 0;
    color: black;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    display: block;
    padding: 0;
    margin-top: 1rem;
}

.block-promo.promo-highlighted {
    padding: 0 1rem;
    margin-bottom: 0;
    text-align: center;
}

.block-promo p {
    margin-bottom: 0;
}

/** CONTENT LEFT **/
.product-line-grid-left img {
    max-width: 100%;
}

/** CONTENT BODY **/
.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    font-weight: 600;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
}

.product-line-grid-body>.product-line-info>.out-of-stock {
    color: #f00;
}

.product-line-grid-body>.product-line-info>.available {
    color: green;
}

.product-line-grid-body>.product-line-info .unit-price-cart {
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 500;
    color: black;
    text-overflow: ellipsis;
}

/** CONTENT LEFT **/
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    line-height: 36px;
    color: black;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
    color: black;
}

/*** Responsive part ***/
@media (max-width: 767.98px) {
    .product-line-grid-body {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .cart-items {
        padding: 1rem 0;
    }

    .cart-item {
        border-bottom: 1px solid black;
    }

    .cart-item:last-child {
        border-bottom: 0;
    }

    .cart-grid-body .cart-overview {
        padding: 0;
    }

    .cart-grid-body .no-items {
        display: inline-block;
        padding: 1rem;
    }

    .product-line-grid-left {
        padding-right: 0 !important;
    }
}

@media (max-width: 360px) {
    .product-line-grid-right .qty {
        width: 100%;
    }

    .product-line-grid-right .price {
        width: 100%;
    }
}

/* Summery Cart Checkout */
#js-checkout-summary .total_products_cart p {
    font-size: 16px;
}

#js-checkout-summary .content-checkout-summery {
    padding: 25px;
    border: 1px solid #999;
}

#js-checkout-summary .content-checkout-summery .total_products_cart {
    text-align: center;
}

#js-checkout-summary .content-checkout-summery .media {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #999;
}

#js-checkout-summary .content-checkout-summery .media .media-content {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

@media (max-width: 767.98px) {
    #js-checkout-summary .content-checkout-summery .media .media-content {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }
}

#js-checkout-summary .content-checkout-summery .media .media-content .product-name a {
    color: black;
}

#js-checkout-summary .content-checkout-summery .media .media-content .image_product .media-object {
    max-width: 50px;
}

#js-checkout-summary .cart-summary-totals {
    padding: 25px;
    border-top: 1px solid #999;
}

#js-checkout-summary .cart-summary-totals .cart-summary-line {
    padding: 0;
}

#js-checkout-summary .cart-summary-totals .cart-summary-line span {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

/* Body Checkout */
body#checkout {
    color: black;
}

body#checkout .row_flex {
    display: flex;
    justify-content: center;
}

@media (max-width: 991.98px) {
    body#checkout .row_flex {
        flex-direction: column-reverse;
    }
}

body#checkout .container .row {
    display: flex;
    justify-content: center;
}

body#checkout #header .header-nav {
    max-height: none;
    padding: 0.9375rem 0;
    margin-bottom: 0;
    border: none;
}

body#checkout #header .header-nav .logo {
    width: auto;
    max-height: 4.375rem;
}

body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}

body#checkout a:hover {
    color: #1a8196;
}

body#checkout section#content {
    padding: 120px 0px;
}

body#checkout section.checkout-step {
    padding: 0;
    /*background-color: white;*/

    /* .step-title {
		 padding-bottom: 1.25rem;
		 margin-bottom: 0;
		 font-size: 1.5rem;
		 font-weight: 500;
		 text-transform: uppercase;
		 cursor: pointer;
		 border-bottom: 1px solid black;
	}
	 */
    /* .content {
		 padding: 0 2.313rem;
		 padding-top: 1rem;
	}
	 */
}

body#checkout section.checkout-step:last-child {
    border: 0;
}

body#checkout section.checkout-step h1.step-title {
    font-size: 24px;
    line-height: 20px;
    color: black;
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 22px;
    border: 1px solid #999;
    border-bottom: 0px;
    cursor: pointer;
    margin-bottom: 0;
}

body#checkout section.checkout-step h1.step-title .content_step_title {
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    body#checkout section.checkout-step h1.step-title {
        font-size: 16px;
        padding: 18px;
    }
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    padding-top: 1.25rem;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

body#checkout section.checkout-step.-complete:first-of-type {
    /* padding-top: 0.625rem;
	 */
}

body#checkout section.checkout-step .content {
    padding: 5%;
    border: 1px solid #999;
    margin-bottom: 15px;
}

body#checkout section.checkout-step .content input {
    padding: 1rem;
    color: #1a1a1a;
    background: 0 0;
    border: 1px solid #1a1a1a;
}

body#checkout section.checkout-step .content .input-group .input-group-btn>.btn[data-action=show-password] {
    background: 0 0;
    color: #1a1a1a;
}

body#checkout span.input-group-btn {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

body#checkout section.checkout-step .content .input-group #field-password {
    border-right: 0;
}

body#checkout section.checkout-step .btn-primary {
    width: 100%;
}

body#checkout section.checkout-step div#delivery textarea {
    width: 100%;
}

body#checkout section.checkout-step .step-edit {
    font-weight: 300;
    text-transform: uppercase;
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 16px;
}

@media (max-width: 767.98px) {
    body#checkout section.checkout-step .step-edit .edit {
        font-size: 14px;
    }
}

body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}

body#checkout section.checkout-step .done {
    color: #F25425;
}

body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5;
    justify-content: flex-start;
}

body#checkout section.checkout-step.-current .step-title {
    cursor: default;
}

body#checkout section.checkout-step.-current .content {
    display: block;
}

body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-flex;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 0.65rem;
    font-size: 1rem;
    color: white;
    vertical-align: middle;
    background-color: #F25425;
    border: none;
    border-radius: 50%;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    cursor: pointer;
    font-size: 16px;
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}

body#checkout section.checkout-step small {
    color: black;
}

body#checkout section.checkout-step .default-input {
    min-width: 40%;
}

body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}

body#checkout section.checkout-step .radio-field label {
    display: inline;
}

body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}

body#checkout section.checkout-step .checkbox-field+.checkbox-field div {
    margin-top: 0;
}

body#checkout section.checkout-step .select-field div {
    padding: 0.625rem 3.125rem;
    background: black;
}

body#checkout section.checkout-step .form-footer {
    text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 0.5rem;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    font-size: 1rem;
    vertical-align: middle;
    border: 1px solid black;
    border-radius: 50%;
}

body#checkout section.checkout-step .address-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

body#checkout section.checkout-step .address-item {
    flex: 0 0 49%;
    margin-bottom: 16px;
    background: black;
    border: 3px solid transparent;
}

body#checkout section.checkout-step .address-item>header {
    min-height: 11.7rem;
}

body#checkout section.checkout-step .address-item.selected {
    background: white;
    border: #F25425 3px solid;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    margin-bottom: 0.625rem;
    font-weight: 600;
}

body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 500;
}

body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
    cursor: pointer;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    width: 1.25rem;
    height: 1.25rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0.3125rem;
    color: black;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 16px;
}

body#checkout section.checkout-step hr {
    margin: 0;
}

body#checkout section.checkout-step .address-footer {
    padding: 0.625rem;
    text-align: center;
    display: flex;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
    display: flex;
    align-items: center;
    color: black;
    text-transform: uppercase;
    gap: 10px;
}

body#checkout section.checkout-step .add-address a i {
    font-size: 15px;
}

body#checkout section.checkout-step .different-invoice-address {
    font-size: 15px;
    text-transform: uppercase;
}

body#checkout section.checkout-step .different-invoice-address a {
    color: black;
    text-decoration: underline;
}

body#checkout section.checkout-step .delivery-options {
    /* > .row {
		 border-right: 0.1rem solid darken(black, 20%);
	}
	 */
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    /* padding: 0.9375rem 0;
	 */
    margin-bottom: 0.9375rem;
    /* background: black;
	 */
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option label>.row,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
    margin-bottom: 0;
    text-align: inherit;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
    margin-left: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo)>.col-xs-12 {
    padding-left: calc(33.33333% + 15px);
}

body#checkout section.checkout-step .delivery-options .delivery-option img {
    width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-top: 1.563rem;
    margin-left: 0.3125rem;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}

body#checkout section.checkout-step .sign-in {
    font-size: 16px;
}

body#checkout section.checkout-step .forgot-password {
    text-align: center;
    padding-bottom: 16px;
    margin-left: 0px;
}

body#checkout section.checkout-step .forgot-password a {
    color: black;
}

body#checkout .additional-information {
    margin-top: 1.25rem;
    margin-left: 2.875rem;
    font-size: 16px;
}

body#checkout .condition-label {
    padding-left: 1.625rem;
    margin-top: 0.625rem;
}

body#checkout .condition-label label {
    text-align: inherit;
}

body#checkout .cancel-address {
    display: block;
    margin: 0.625rem;
    color: black;
    text-decoration: underline;
}

body#checkout .modal-content {
    padding: 18px;
    background-color: black;
}

body#checkout #cart-summary-product-list {
    font-size: 16px;
}

body#checkout #cart-summary-product-list img {
    width: 3.125rem;
    border: black 1px solid;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
}

body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: black;
}

body#checkout #order-summary-content h4.black {
    color: black;
}

body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}

body#checkout #order-summary-content #order-items {
    border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
    margin-top: 1.25rem;
    color: black;
}

body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: white;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
    padding: 1rem;
    margin-bottom: 0.75rem;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center;
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem;
}

body#checkout #order-summary-content .step-edit {
    display: inline;
    color: black;
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}

body#checkout #order-summary-content a .step-edit {
    color: black;
}

body#checkout #gift_message,
body#checkout #delivery {
    max-width: 100%;
    border-color: black;
}

body#checkout #gift_message textarea,
body#checkout #delivery textarea {
    max-width: 100%;
    margin-bottom: 10px;
}

body#checkout #footer {
    padding-top: 7.75rem;
    padding-bottom: 2.625rem;
}

body#checkout #delivery>label {
    text-align: left;
}

body#checkout #hook-display-after-carrier {
    margin-top: 20px;
}

body#checkout #hook-display-after-carrier>[class^="col"] {
    display: inline-block;
    float: inherit;
}

body#checkout #hook-display-after-carrier>[class^="col"].links .row>[class^="col"] {
    width: auto;
}

/* ORDER CONFIRMATION */
#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem;
}

#order-details>.card-title {
    margin-bottom: 20px;
}

#order-details ul {
    margin-bottom: 18px;
}

#order-details ul li {
    margin-bottom: 16px;
}

#order-items {
    border-right: black 1px solid;
}

#order-items .h3 {
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    #order-items .h3._desktop-title {
        display: none;
    }
}

#order-items hr {
    border-top-color: black;
}

#order-items table {
    width: 100%;
}

#order-items table tr {
    height: 20px;
}

#order-items table tr td {
    padding: 0.5rem;
    font-size: 0.875rem;
}

#order-items table tr td:last-child {
    text-align: right;
}

#order-items table tr.total-value {
    background-color: black;
}

#order-items table tr.taxes td {
    text-align: left;
}

#order-items table tr.taxes td .value {
    padding-top: 0;
}

#order-items .order-line {
    margin-top: 1rem;
}

#order-items .image img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid black-lighter;
}

#order-items .details {
    margin-bottom: 1rem;
}

#order-items .details .customizations {
    margin-top: 0.625rem;
}

#order-items .qty {
    margin-bottom: 1rem;
}

#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto 1rem;
}

@media (max-width: 991.98px) {
    .done {
        padding: 0;
        margin-right: 0.625rem;
    }

    body#checkout section.checkout-step .address-item {
        flex-grow: 1;
    }

    body#checkout section.checkout-step .delivery-option-2 {
        flex-direction: column;
    }

    .delivery-option {
        display: flex;
        margin: auto;
    }

    .delivery-option .custom-radio {
        flex: 0 0 auto;
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }

    #order-confirmation #registration-form {
        width: 100%;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option .carrier>.col-xs-12 {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: 0.25rem;
        margin-left: 18px;
    }

    body#checkout #header .header-nav {
        max-height: none;
        padding: 0;
    }

    body#checkout section.checkout-step .content {
        padding: 0.9375rem;
    }

    body#checkout .form-group {
        margin-bottom: 0.5rem;
    }

    #order-items {
        margin-bottom: 2.5rem;
        border-right: 0;
    }

    #order-items .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid black;
    }

    #order-items hr {
        border-top-color: black;
    }

    .bold {
        font-weight: 600;
    }

    #order-details {
        padding-left: 0.9375rem;
    }

    #order-details .card-title {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid black;
    }

    body#checkout section.checkout-step .delivery-options .delivery-option label .carrier:not(.carrier-hasLogo) .col-xs-12 {
        padding-left: 0;
    }

    body#checkout #content {
        padding: 60px 0;
    }

    body#checkout #content .container .row {
        flex-direction: column;
        gap: 60px;
    }
}

@media (max-width: 575.98px) {
    body#checkout section.checkout-step .content {
        padding: 0.9375rem 30px;
    }

    #payment-confirmation button {
        font-size: 0.875rem;
    }

    #payment-confirmation button.btn {
        white-space: normal;
    }

    body#checkout #content {
        padding: 60px 0;
    }

    body#checkout #content .container .row {
        flex-direction: column;
        gap: 60px;
    }
}

.js-payment-binary {
    display: none;
}

.js-payment-binary .accept-cgv {
    display: none;
}

.js-payment-binary.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.js-payment-binary.disabled::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: "";
}

.js-payment-binary.disabled .accept-cgv {
    display: block;
}

body#checkout #content #checkout-delivery-step .delivery-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}