:root{
    --sp-primary-blue-color: #3946C3;
    --sp-secondary-purple-color: #A44DFA;
    --sp-secondary-hovered-color: #9e41fa;
    --sp-tertiary-lightblue-color: #46B1FF;
    --sp-tertiary-hover-color: #24628F;

    --sp-neutral-white-color: #fff;
    --sp-neutral-black-color: #000;
    --sp-neutral-darkgray-color: #6d6866;
    --sp-block-background-color: rgba(200, 198, 198, .8);
    --sp-neutral-lightgray-color:  rgba(200, 198, 198, .5);
    --sp-van-red: #CF4646;
    --van-button-danger-border-color: var(--sp-van-red);

    --sp-border-radius: 18px;
    --sp-border-width: 2px;
}

@font-face {
    font-family: DidactGothic;
    src: url(/-1179627899/Handler/CSSOverride/GetImage/2/DidactGothic-Normal-400.ttf);
    font-weight: 400;
  }
  

/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */
/* General */
.catfish-button,
.button,
a{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    font-weight: 500 !important;
}

.catfish-button:hover,
.button:hover,
a:hover,
.catfish-button:focus,
.button:focus,
a:focus,
.catfish-button.is-primary:focus:not(:active), 
.catfish-button.is-primary.is-focused:not(:active), 
.button.is-primary:focus:not(:active), 
.button.is-primary.is-focused:not(:active),
.catfish-button:focus:not(:active), 
.catfish-button.is-focused:not(:active), 
.button:focus:not(:active), 
.button.is-focused:not(:active){
    box-shadow: none;
}

.ict-embed .has-ratio,
.bigpicture,
.product-picture img,
.image:not(.dedicated-footer-logo) img{
    border-radius: var(--sp-border-radius);
    -webkit-border-radius: var(--sp-border-radius);
    -moz-border-radius: var(--sp-border-radius);
    -ms-border-radius: var(--sp-border-radius);
    -o-border-radius: var(--sp-border-radius);
}

.listWrapper.columns{
    justify-content: center;
}
/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */
h2.is-1.has-style-custom-1{
    font-weight: 500 !important;
    font-size: 3.474em !important;
    line-height: 1.1;
}

h1.title,
h3.title.is-3,
h3.is-4.has-style-custom-1{
    font-weight: 700 !important;
    font-size: 2.4em !important;
}

.has-text-fade-in:hover .is-overlay{
    filter: brightness(.5);
    -webkit-filter: brightness(.5);
}

.has-hover-text-effect{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

h3.title.is-3{
    text-align: center;
}

@media screen and (max-width: 1087px) {
    .text-align-center-tablet{
        text-align: center !important;
    }

    .column-width-100-tablet .column{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .has-text-fade-in .is-overlay{
        filter: brightness(.5);
        -webkit-filter: brightness(.5);
    }
}

@media screen and (min-width: 500px) {
    .is-float{
        float: left;
    }
    
    .is-clear{
        clear: both;
    }
    
    .has-50-width{
        width: 50%;
    }
}

@media screen and (max-width: 499px) {
    .text-align-center-mobile{
        text-align: center !important;
    }
}

/* Loader */
.checkout-data {
    ol#checkoutSteps {
        position: relative;
        overflow: hidden;
    }

    .buttons {
        position: unset;
        opacity: 1!important;

        .please-wait {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 1!important;
            font-size: 2rem;
            transform: translate(-50%, -50%);
            z-index: 20;

            img {
                display: inline !important;
                height: 30px;
                margin-right: .75rem;
            }
           
        }
        .please-wait::after {
            content: '';
            height: 100vh;
            width: 100vw;
            position: absolute;
            top: -50vh;
            left: -50vw;
            background: white;
            z-index: -1;
        }
    }
}

#shipping-method-please-wait.please-wait::after{
    height: 200vh;
    height: 200vw;
    top: -100vh;
}

.advanced-select.is-extended{
    max-height: fit-content;
}

/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */
.hero.is-halfheight{
    min-height: 60vh;
}

.button.has-style-custom-1{
    background-color: transparent;
    border: var(--sp-border-width) solid var(--sp-tertiary-lightblue-color);
    color: var(--sp-neutral-black-color);
}

.button.has-style-custom-1:hover{
    background-color: var(--sp-tertiary-lightblue-color);
    color: var(--sp-neutral-white-color);
}

.button.has-style-custom-2{
    background-color: transparent;
    color: var(--sp-secondary-purple-color);
    border: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

.button.has-style-custom-2:hover{
    background-color: var(--sp-secondary-purple-color);
    color: var(--sp-neutral-white-color);
}

.is-service-block-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--sp-neutral-white-color);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.is-service-block-icon img{
    width: 50%;
    height: 50%;
}

.service-icon-banner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-banner .block{
    margin-bottom: 0;
    margin-right: .5rem;
    display: flex;
}

.service-icon-banner h5{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1rem !important;
}

@media screen and (min-width: 1088px) {
    .ict-left-column .service-icon-banner{
        justify-content: start;
    }

    .ict-right-column:nth-child(3) .service-icon-banner{
        justify-content: end;
    }
}

@media screen and (min-width: 768px) {
    .has-width-33-mobile  .column{
        width: 33.333%;
    }
}

@media screen and (max-width: 425px) {
    .service-icon-banner{
        justify-content: flex-start;
    }
}


.has-text-fade-in h3.ict-sub-title.has-style-custom-1{
    position: absolute;
    width: 100%;
    top: 40%;
    margin: 0;
    font-size: 1.4rem !important;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.has-text-fade-in:hover h3.ict-sub-title.has-style-custom-1{
    font-size: 2.4rem !important;
    opacity: 1;
}

.has-text-fade-in .block{
    margin-bottom: 0;
}

.accordion-item.is-active .accordion-title,
.accordion-item:hover .accordion-title{
    color: var(--sp-secondary-purple-color) !important;
}

.accordion-item.is-active:first-child{
    border-top: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

.accordion-item.is-active{
    border-bottom: var(--sp-border-width) solid var(--sp-secondary-purple-color);
}

.ict-accordion .button.is-rounded.accordion-title{
    background-color: transparent;
    margin-bottom: 0;
    color: inherit;
    border-bottom: var(--sp-border-width) solid var(--sp-secondary-purple-color);
    border-radius: unset;
}

.ict-accordion .accordion-item .button{
    transition: unset;
}

.accordion-item.is-active .button.is-rounded.accordion-title{
    border-bottom: none;
}

.ict-accordion .accordion-item.is-active .accordion-content {
    padding-bottom: 1rem;
}

.ict-accordion .accordion-title .has-text-dark{
    color: inherit !important;
}

@media screen and (max-width: 1087px) {
    .button.has-style-custom-2.has-button-background-mobile{
        background-color: var(--sp-secondary-purple-color);
        color: var(--sp-neutral-white-color);
    }

    .button.has-style-custom-2.has-button-background-mobile:hover{
        background-color: var(--sp-secondary-hovered-color);
        color: var(--sp-neutral-white-color);
    }
}

@media screen and (max-width: 767px) {
    h2.is-1.has-style-custom-1{
        font-weight: 900 !important;
        font-size: 3.574em !important;
    }

    .related-products-section,
    .homeFeaturedProductsWrapper,
    .hero.is-halfheight{
        padding: 3rem;
        padding-bottom: 3rem;
    }

    .has-text-fade-in h3.ict-sub-title.has-style-custom-1{
        position: absolute;
        width: 100%;
        top: 40%;
        margin: 0;
        font-size: 2.4rem !important;
        opacity: 1;
        pointer-events: none;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
    }
}

/* Slider Product Card */
.product-card-slider.flexslider.infigo-slider .flex-direction-nav a::before{
    color: var(--sp-primary-blue-color);
}

.flexslider.infigo-slider .slides .column.product-card  img{
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1280px) {
    .column.product-card .listItem{
        width: 100%;
    }

    .product-card-slider.flexslider.infigo-slider:hover .flex-direction-nav .flex-next{
        right: 9rem;
    }
    
    .product-card-slider.flexslider.infigo-slider:hover .flex-direction-nav .flex-prev{
        left: 9rem;
    }
}

/* Custom Banner */
.section.has-background-custom-1{
    background-color: var(--sp-secondary-purple-color);
}

.section.is-quaterheight{
    min-height: 40vh;
    justify-content: end !important;
}

.section.is-quaterheight.has-background-width-60.has-background-bottom-right{
    background-position: center right;
}

.buttons.has-flex-grow a.button{
    flex-grow: 1;
}

@media screen and (max-width: 1087px) {
    .text-align-center-tablet{
        text-align: center !important;
    }

    .section.is-quaterheight.has-background-width-70,
    .section.is-quaterheight.has-background-width-60{
        background-size: cover;
        background-position: unset !important;
    }

    .hero.is-halfheight{
        justify-content: center;
        background-position: right;
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {

    .section.hero{
        padding-left: 64px;
        padding-right: 64px;
    }

    .is-display-flex-mobile .columns{
        display: flex;
    }

    .is-display-flex-mobile .column:nth-child(1){
        order: 1;
    }

    .is-display-flex-mobile .column:nth-child(2){
        order: 3;
    }

    .is-display-flex-mobile .column:nth-child(3){
        order: 2;
    }


    .hero.is-halfheight h2{
        font-size: 2.074em;
        font-weight: 900 !important;
    }

    .section.is-quaterheight.has-background-width-70,
    .section.is-quaterheight.has-background-width-60{
        background-size: cover;
        background-position: unset !important;
    }

    .section.is-quaterheight{
        text-align: center !important;
    }

    .section.is-quaterheight .columns{
        justify-content: center !important;
    }

    .change-column-order-mobile .columns{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 425px) {
    .section.hero {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media screen and (max-width: 375px) {
    h2.is-1.has-style-custom-1{
        font-size: 3.074em !important;
    }
}
/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */
/* Navbar */
.navbar-dropdown a.navbar-item:hover{
    color: var(--sp-primary-blue-color);
}

.navbar-dropdown{
    padding-bottom: 0;
}

.navbar-dropdown a.navbar-item:last-child{
    border-bottom-left-radius: var(--sp-border-radius);
    border-bottom-right-radius: var(--sp-border-radius);
    padding-bottom: 1rem;
}

.navbar-dropdown a.navbar-item:last-child:hover {
    border-bottom-left-radius: var(--sp-border-radius);
    border-bottom-right-radius: var(--sp-border-radius);
}

.buttons:not(.is-fullwidth) .button:not(:last-child){
    margin-right: .75rem;
}

.navbar-end .basket-link{
    background-color: var(--sp-primary-blue-color);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navbar-end .basket-link:hover{
    background-color: #3642b9;
}

.navbar-end .basket-link i{
    color: var(--sp-neutral-white-color);
    font-weight: 500;
    font-size: .9825em;
}

.badge{
    background: var(--sp-van-red);
}

@media screen and (min-width: 1088px) {
    .ict-navbar .navbar-item.has-two-dropdowns .first-column a, .ict-navbar .navbar-item.has-two-dropdowns .second-column a {
    white-space: unset;
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 2rem;
    }
    
    .ict-navbar .navbar-item.has-two-dropdowns .first-column {
        width: 17rem;
    }

    .ict-navbar .navbar-item.has-two-dropdowns .first-column {
        max-width: 11rem;
    }

    .ict-navbar .navbar-item.has-two-dropdowns .second-column {
        margin-left: 11rem;
        width: 10rem;
    }
}
/* Footer */
.ict-dedicated-footer .image img{
    object-fit: contain;
}

.ict-dedicated-footer h3{
    font-weight: 500;
}

.footer-column-content a, 
.ict-dedicated-footer .columns .column .ict-list li a{
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;
}

.footer-column-content a:hover,
.ict-dedicated-footer .columns .column .ict-list li a:hover{
    color: var(--sp-primary-blue-color);
    text-decoration: underline !important;
}

.footer-column-content .button,
.footer-column-content .button:hover{
    text-decoration: none !important;
}

.container.footer-copyright{
    margin-top: 2rem;
}

.ict-dedicated-footer-column-1 .footer-column-content ul{
    display: flex;
    flex-direction: row;
}

.ict-dedicated-footer-column-1 .footer-column-content ul.has-list-style-none span:nth-child(2){
    display: none;
}

.ict-dedicated-footer-column-1 .button.is-medium{
    font-size: 1rem;
    border-radius: 14px;
}

@media only screen and (max-width: 768px) {
    .ict-dedicated-footer-column-3 .footer-column-content li,
    .ict-dedicated-footer{
        text-align: center !important;
    }

    .ict-dedicated-footer-column-1 .footer-column-content ul,
    .default-alignment{
        display: flex;
        justify-content: center;
    }
}

/* Banner */

@media screen and (max-width: 1087px) {
    .text-align-center-tablet.has-background-left{
        background-position: top center;
    }

    .section.has-remove-background-mobile{
        background-image: none !important;
    }
}

/* Featured Product Slider */
@media screen and (max-width: 1087px) {
    .catfish-default-product-box .product-item--info {
      background: transparent;
    }

    .flexslider.infigo-slider .flex-control-nav{
        bottom: .5rem;
    }
}

@media screen and (min-width: 768px), print {
    .product-card-slider .column{
      width: 33%;
    }
}

/* Feature Product */
.homeFeaturedProductsWrapper .bestsellers h3.title{
    font-weight: 700;
}

.product-item{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.product-item  .product-item--image .picture{
    border-radius: var(--sp-border-radius);
    opacity: unset;
    transition: .2s;
}

.product-item:hover  .product-item--image .picture{ 
    border-radius: var(--sp-border-radius);
    padding: .5rem;
}

.flexslider.infigo-slider .slides img{
    height: 100%;    
}

.listWrapper .listItem .item-box .catfish-default-product-box .product-item--content .product-title{
    font-size: 1.4rem;
    font-weight: 500;
    transition: .2s all cubic-bezier(0.25,0.1,0.25,1);
}

.listWrapper .listItem .item-box .catfish-default-product-box .product-item--content .description{
    display: none !important;
}

.listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices{
    font-size: 1rem !important;
}

.flexslider.infigo-slider .slides .column.product-card img,
.listWrapper .listItem .item-box .catfish-default-product-box .product-item--image .picture img{
    object-fit: cover !important;
}


.listItem .product-item--info .add-info{
    background: rgba(250, 250, 250, .2);
    border-radius: var(--sp-border-radius);
    -webkit-border-radius: var(--sp-border-radius);
    -moz-border-radius: var(--sp-border-radius);
    -ms-border-radius: var(--sp-border-radius);
    -o-border-radius: var(--sp-border-radius);
    width: 95% !important;
    top: 1rem !important;
    left: .75rem !important;
}


@media screen and (min-width: 1088px) {
    .listWrapper .listItem .item-box .catfish-default-product-box:hover .picture{
        opacity: 1 !important;
    }
}

@media screen and (max-width: 1087px){
    .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info,
    .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info .add-info{
        background: transparent !important;
    }
}
/* Modules - End */

/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */
/* Contact Us page */
.block.contact-block-info{
    margin-bottom: 3rem;
}

.block.contact-block-info .has-list-style-none{
    margin-left: 0;
    margin-top: 0;
}
@media only screen and (max-width: 500px) {
    .icon-text.is-flex{
        justify-content: center;
    }
}
/* Product Landing Page */
/* Picture Wrapper */
.bigpicture.column{
    border-radius: 18px;
    margin-bottom: 1.5rem;
}

.bigpicture.column img{
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.thumb  img{
    border: var(--sp-border-width) solid transparent;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.thumb .active--thumb img{
    border: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.tier-prices.orderLineTotal{
    margin-bottom: 1.5rem;
}

/* Custom scrollbar for Firefox */
.tier-prices .prices::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: var(--sp-secondary-purple-color);
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tier-prices .prices::-webkit-scrollbar-thumb {
    background-color: var(--sp-secondary-purple-color);
    border: 3px solid #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.tier-prices .prices::-webkit-scrollbar-thumb:hover {
    background-color: var(--sp-secondary-hovered-color);
}

.tier-prices .prices {
    scrollbar-width: thin;
    scrollbar-color: var(--sp-secondary-purple-color) #f5f5f5;
}

/* Details Wrapper */
.column.details-wrapper h1.title{
    font-weight: 700 !important;
    font-size: 2.4em !important;
}

.column.details-wrapper .short-description-wrapper{
    font-weight: 600;
}

/* Related Section */
.related-products-section{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Basket */
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row{
    background-color: rgba(241, 241, 241, .4);
    border: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
}

.shoppingcart__wrapper .cart-footer .cart-footer__container{
    border-width: var(--sp-border-width);
    border-color: var(--sp-neutral-lightgray-color);
    background-color: rgba(241, 241, 241, .4);
}

.shopping-cart__product__images__item.image.is-128x128 {
    background: var(--sp-neutral-lightgray-color);
    border-radius: var(--sp-border-radius);
    padding: 1rem;
}

.shopping-cart__product__images__item.image.is-128x128 img{
    object-fit: contain !important;
}

.shoppingcart__wrapper .common-buttons{
    justify-content: space-between;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription{
    -webkit-line-clamp: 3;
}

.deletecartbutton.catfish-button{
    background-color: transparent;
    border: var(--sp-border-width) solid var(--van-button-danger-border-color);
    color: var(--van-button-danger-border-color);
}

.deletecartbutton.catfish-button:hover{
    background-color: var(--van-button-danger-border-color);
    color: var(--sp-neutral-white-color);
}

.shoppingcart__wrapper .cart-footer .checkout-buttons .checkout-buttons__wrapper .continueshoppingbutton {
    background-color: transparent;
    border-color: var(--sp-secondary-purple-color);
    border-width: var(--sp-border-width);
    color: var(--sp-secondary-purple-color);
}

.shoppingcart__wrapper .cart-footer .checkout-buttons .checkout-buttons__wrapper .continueshoppingbutton:hover {
    background-color: var(--sp-secondary-purple-color);
    color: var(--sp-neutral-white-color);
}

@media screen  and (max-width: 1089px){
    .productpicture.cart--pictures{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product.cart--productinfo{
        text-align: center;
    }

    .shoppingcart__wrapper .common-buttons{
        justify-content: center;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
        display: inline-block !important;
        width: 100%;
    }

    .cart--unitprice,
    .cart--quantity{
        width: 50% !important;
        float: left;
    }

    .cart--quantity .quantityChanger,
    .cart--quantity label{
        margin-bottom: 0 !important;
    }

    .product__quantity input.catfish-input{
        width: auto !important;
        background: transparent;
        border-color: var(--sp-neutral-black-color);
        border: none;
        box-shadow: none;
        border-radius: unset;
        border-bottom: var(--sp-border-width) solid var(--sp-neutral-lightgray-color);
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart--actions .cart-label-header{
        display: none !important;
    }

    .cart--edititem input[type="button"] {
        position: relative;
    }
    
    .cart--edititem input[type="button"]::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/Edit.svg'); /* Replace 'path_to_your_icon.svg' with the actual path to your icon */
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px; /* Adjust the positioning as needed */
    }
}
/* Checkout step */
/* Address*/
.advanced-select .item-list{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* Order Page */
.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb img{
    object-fit: contain;
    padding: 1rem;
}

.account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb{
    background: var(--sp-neutral-lightgray-color);
}


@media screen and (min-width: 768px) {
    .account-page--order-details #order_details_v2 .od_products_container .od_product_box .od_product_thumb{
        margin-left: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .account-page--order-details #order_details_v2 .od_products_container .od_product_box span.status-box {
        height: 30% !important;
    }

    #order_details_v2 .od_products_container .od_product_box>.od_product_info {
        padding-left: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
/* Re-order */
li.order_prod_thumbnail {
    background: var(--sp-neutral-lightgray-color);
    padding: 1rem;
    border-radius: var(--sp-border-radius) !important;
}

.od_products_container .box{
    background: #f7f8fa;
}

.account-page--order-details #order_details_v2 .od_row.od_row--products, 
.account-page--order-details #order_details_v2 .od_row.od_row--price, 
.account-page--order-details #order_details_v2 .od_row.od_row--payment,
.account-page--order-details #order_details_v2 .od_row.od_row--billing .od_half_row{
    border-width: var(--sp-border-width);
    border-radius: var(--sp-border-radius);
}
/* Checkout Page */
@media screen  and (max-width: 1089px){
    .one-page-checkout .cartTableWrapper .cart tr.cart-item-row{
        display: inline-block;
    }
}

@media screen and (max-width: 425px) {
    .one-page-checkout .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription{
        -webkit-line-clamp: 3;
    }

    .one-page-checkout .cartTableWrapper .cart .totals .total-info{
        display: flex !important;
        justify-content: center;
    }
}

/* Delivery Method */
.one-page-checkout #opc-shipping_method{
    max-width: 50.5rem;
}

.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item:nth-child(2n + 1){
    margin-right: .75rem;
}

.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item{
    width: 45%;
}

.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item label::before{
    width: 4rem;
}

.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list{
    margin-top: 1rem;
}

/* Login */
.login__wrapper .returning-wrapper__inner {
    border: 2px solid var(--sp-block-background-color);
}

.login__wrapper .page-title h1.title {
    color: var(--sp-primary-blue-color);
}


.login__wrapper .returning-wrapper .table-container tr .item-name label {
    color: var(--sp-primary-blue-color);
}

/* Multipart Upload */
.WorkingFolderInfo.notification{
    display: none;
}

.multipart-product {
    background: var(--background-color);
    text-align: center;
}

.multipart-product .multipartUploadContainer{
    align-items: center;
}

.uploadMultiPartContainer .columns{
    flex-direction: column;
}

.uploadMultiPartContainer > .columns > .column:nth-child(1) {
    display: flex;
    justify-content: center;
}

.multipart-product .uploadMultiPart {
    width: 100%;
}

.file.is-area .file-cta:hover{
    background: var(--sp-primary-blue-color);
    color: var(--sp-neutral-white-color);
}

.pageflip #pageflip-controls {
    padding: 8px 0 0px;
}

.partHeader.description{
    margin-bottom: 1.5rem;
}

.help.required{
    color: var(--text-color);
}

.gobackButton.multiPartButton{
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.gobackButton.multiPartButton:hover{
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--sgs-white);
}

/* New Multipart */
/* Modal */
.progress-bar-component .modal.is-active .modal-card-body{
    background-color: var(--sp-secondary-purple-color);
    color: var(--sp-neutral-white-color);
    border-radius: 18px;
}

.progress.is-success::-moz-progress-bar {
  background-color: #FEBD59;
}

/* Pages - End */

/* ---------------------- */
/* -----Responsiveness----*/
/* ---------------------- */

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 320px) {
    
}
/* Responsiveness - End */
/* Responsiveness - End */
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item label::before{
    content: ""; 
    
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 6rem;
    height: 4.5rem;
}
/* Next day */
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item:nth-child(1) label::before{
    background-image:  url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/NextDay_Delivery.svg');
}
/* Collection */
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item:nth-child(2) label::before{
    background-image:  url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/Collection_Icon.svg');
}
/* Same day */
.one-page-checkout #opc-shipping_method .shipping-options .shipping-options__list .shipping-option-item:nth-child(3) label::before{
    background-image:  url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/SAMEDAY.svg');
}

.contains-image-attribute {
    label[disabled] {
        display: none !important;
        span.text {
            display: none;
        }
    }
}

.attribute.contains-image-attribute label.button{
    display: inherit!important;
}
.page-catalog-product .attribute.contains-image-attribute .attributeValueInfo {
    display: block;
}