/** Custom css file, can be used to add your css customization */
.custom_theme_class {
    color: #4ca2d5;
}
.page-header .header-global-promo .notice-inner, .page-wrapper .header-global-promo .notice-inner {
    width: 100%;
}

.cms-index-index {
    .products-grid {
        .product-item .product-item-info .product-item-details .product-item-inner {
            width: 100%;
            height: auto!important;

            button.action.tocart.primary {
                width: auto!important;
                margin: 0 auto;
            }
        }
        .owl-stage-outer .owl-item {
            padding: 16px;
        }
    }
    [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
        left: 10px!important;
    }
    [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
        right: 10px!important;
    }
}


.slider-with-side {
    display: block;
    gap: 10px;
    flex-wrap: wrap; /* allows stacking if needed */

    .owl-carousel .owl-stage-outer {
        padding: 0!important;
        height: auto!important;
    }
}

.slider-area {
    flex: 2 1 0%; /* grow, shrink, basis */
    min-width: 0; /* CRUCIAL for flex shrinking */

    .custom-slider {
        padding: 0 0 2.7%;
    }
}

.side-area {
    flex: 1 1 0%;
    min-width: 0;

    .owl-carousel .owl-stage, .owl-carousel .owl-item {
        width: 100% !important;
        display: block;
        /*gap: 16px;*/
        flex-wrap: wrap; /* allows stacking if needed */

        &:nth-child(2) {
            padding-block: 2.7%;
        }
    }

}

/* Wrapper constrains slider */
.slider-wrapper {
    width: 100%;
    overflow: hidden; /* prevents slider overflow */
}

.slider-wrapper .owl-stage,
.slider-wrapper .owl-item {
    width: 100% !important;      /* force slider stage to fit column */
    max-width: 100% !important;
}

.slider-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}


@media (min-width: 768px) {

    .slider-with-side {
        display: flex;
        padding-top: 16px;
    }

    .side-area {
        .owl-carousel .owl-stage, .owl-carousel .owl-item {
            display: flex;
        }
    }
    .theme-pearl {
        .page-wrapper .page-header-v3 {

            .header.links * {
                font-size: 13px;
            }

            .header.content {
                width: 100%;
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                padding: 16px!important;
                justify-content: space-between;
                column-gap: 16px;

                .nav-sections {
                    margin-left: 0;
                    flex: 1;
                    &:not(.mobile-nav) .navigation {
                        padding-right: 0!important;
                        padding-left: 0!important;
                        .level0 > .level-top, .navigation ul li.level0.first > a {
                            padding-right: 0;
                            padding-left: 0;
                        }
                        ul:not(.submenu) {
                            width: 100%;
                            display: flex;
                            justify-content: center;
                            flex-wrap: wrap;
                            column-gap: 16px;
                        }
                    }
                }
                /*.header_right {*/
                /*    margin-left: 0;*/
                /*    padding-left: 0!important;*/
                /*    padding-right: 0!important;*/
                /*    .block-search {*/
                /*        padding-left: 0;*/
                /*        padding-right: 16px;*/
                /*    }*/
                /*    .minicart-wrapper {*/
                /*        margin-left: 0;*/
                /*        .showcart:before {*/
                /*            content: "\e04f";*/
                /*            !*content: "\e035";*!*/
                /*            font-family: 'Simple-Line-Icons' !important;*/
                /*        }*/
                /*        span.counter.qty {*/
                /*            min-width: auto !important;*/
                /*            line-height: inherit !important;*/
                /*            position: absolute;*/
                /*            height: auto !important;*/
                /*            margin: 0 !important;*/
                /*            padding: 0 !important;*/
                /*            background: transparent !important;*/
                /*            left: 50%;*/
                /*            top: 50%;*/
                /*            transform: translate(-50%, -35%);*/
                /*            border: 0!important;*/
                /*            .counter-number {*/
                /*                color: inherit!important;*/
                /*                font-size: 12px;*/
                /*            }*/
                /*        }*/
                /*    }*/
                /*}*/

                /*.header_right {*/
                /*    margin-left: 0;*/
                /*    padding-left: 0!important;*/
                /*    padding-right: 0!important;*/
                /*    .block-search {*/
                /*        padding-left: 0;*/
                /*        padding-right: 16px;*/
                /*    }*/
                /*    .minicart-wrapper {*/
                /*        margin-left: 0;*/
                /*    }*/
                /*}*/
            }

            /*.logo img {*/
            /*    width: auto!important;*/
            /*    height: 49px!important;*/
            /*}*/

        }

        .block.block-minicart {
            .quickcart-top span.text span,
            .quickcart-content-wrapper button.action:not(.close) span,
            button.action.primary span {
                font-size: 18px;
            }
        }

        .box-tocart .field.qty {
            display: flex;
            .qty-wrapper {
                border: 1px solid #ccc;
                height: 52px;
                display: flex;
                align-items: center;
                margin-right: 20px;

                .label {
                    display: none;
                }


                .qty-button {
                    cursor: pointer;
                    display: inline-block;
                    font-weight: 400;
                    font-size: 1.8rem;
                    background-color: transparent;
                    color: #8a8a8a;
                    border: none;
                    box-shadow: none;
                }
                .plus-minus-input {
                    margin: 0;
                    border: 0;
                    padding: 14px 17px;
                    height: auto;
                    width: 54px;
                }
            }
        }
    }

    .product-add-form .product-options-wrapper .field .control {
        width: 100%;
    }

    /*.catalog-product-view .product.media {*/
    /*    border: 1px solid #ddd;*/
    /*    border-radius: 7px;*/
    /*}*/
    .fotorama__stage {
        /*border: 1px solid #ddd;*/
        /*border-radius: 7px;*/
        /*background: #fff;*/
        /*max-width: 100%;*/
        /*overflow: hidden;*/
    }

    .product-info-main {
        margin-top: 0;
        [data-pb-style] {
            display: inline-block!important;
        }
    }

    .catalog-product-view .page-footer {
        margin-top: 100px;
    }



    .category-image .image {
        width: 100%;
    }

    .page-header .header-global-promo .notice-inner, .page-wrapper .header-global-promo .notice-inner {
        width: 90%!important;
    }

    .block-content.filter-content h2.block-subtitle.filter-current-subtitle {
        padding-top: 0;
        margin-block: 0;
    }

    .theme-pearl {
        .page-wrapper {
            .page-header.sticky-header {
                .logo {
                    img {
                        width:100%!important;height:auto!important;
                    }
                }
            }
        }
    }


}

.checkout-index-index {
    /*.checkout-container {*/
    /*    margin: 64px 0 0;*/
    /*}*/
    .header-placeholder {
        min-height: 140px!important;
    }
    .opc-progress-bar {
        margin: 0 auto 0 auto !important;
        order: 2;
        display: none;

        .header.content & {
            display: table !important;
        }

        .opc-progress-bar-item > span {
            padding-top: 55px;
            font-size: 12px;
        }
    }

    .page-header {
        position: fixed;
        width: 100%;
        -webkit-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
        -moz-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
        -o-box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
        box-shadow: 0 20px 30px 0 rgba(0,0,0,0.05);
        top: 0;
        z-index: 101;
        .panel.wrapper {
            border: 0 none;
        }
        .header.content {
            /*min-height: 55px;*/
            padding: 16px!important;

            .desktop-logo.desktop-logo-all {
                display: flex;
            }
            .logo {
                margin-top: 0;
                margin-bottom: 0;
                height: auto;
            }
        }
        .switcher-currency,
        .compare.wrapper,
        .switcher-language {
            display: none !important;
        }
    // too wide navigation
    .nav-sections.too-wide {
        clear: both;
        left: 0 !important;
        margin-top: 5px !important;
        .navigation {
            padding-left: 0 !important;
            padding-right: 0 !important;
            .megamenu.level-top-fullwidth {
                .fullwidth {
                    left: 0 !important;
                }
            }
        }
    }
        .header-global-promo {
            opacity: 0;
            .global-notification-wrapper {
                position: absolute;
            }
        }
        &:not(.page-header-v4) {
            .logo {
                position: absolute;
                top: 0;
            }
        }
    }

    .modal-popup .form-shipping-address {
        max-width: 100%;
    }

    .checkout-payment-method .action-update {
        margin-left: 16px;
    }
}

.contact-container .legend {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    border: 0;
    display: block;
    text-align: left;
}
.form-contacts {
    display: flex;
    gap: 30px;
}
@media (max-width: 767px) {
    body .nav-sections * {
        background: transparent!important;
    }
    .form-contacts {
        flex-direction: column;
        gap: 0;
    }

    .checkout-index-index .page-wrapper .page-header-v3 .header.content .desktop-logo {
        margin-left: 0;
    }
}
@media (max-width: 580px) {
    .header-global-promo .wpx-static-content {
        flex-direction: column;

        .wpx-check {
            justify-content: center;
        }
    }

    .checkout-index-index {
        .page-wrapper .page-header-v3 .header.content {
            flex-direction: column;
            padding: 8px !important;
            gap: 12px;
            .desktop-logo {
                display: block;
                img {
                    width: auto;
                    height: auto;
                }
            }
        }

        .opc-progress-bar-item > span {
            padding-top: 40px!important;
        }
    }
}

.catalog-category-view {
    .column.main {
        padding-bottom: 0!important;
    }
}
.products-grid .product-item {
    .product.name.product-item-name a {
        letter-spacing: -.01em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .product-item-details .price-box .price-container .price-label {
        display: none !important;
    }
}

button.action.tocart.primary {
    span {
        font-size: 14px;
    }
}
form .label {
    font-weight: 600!important;
    /*font-size: 18px!important;*/
}
.checkout-index-index {
    button.action {
        padding: 8px 16px!important;
    }

    .modal-popup .modal-footer {

        &:before,&:after {
            display: none;
        }

        display: flex;
        justify-content: flex-end;
        gap: 16px;
        .action-save-address {
            margin-left: 0!important;
            flex: 1;
        }
        .action-hide-popup {
            margin-top: 0 !important;
            flex: 1;
        }
    }
}



.column.main .products-grid .product-item .product-item-info {
    .product-item-details .product-item-inner .product-item-actions {
        display: block;
        button.action.tocart.primary,
        .actions-primary {
            display: block;
            width: 100%;
        }
    }

    .product_image .whishlist_position_2 {
        top: 0;
        left: 0;
    }
}

.amcart-qty-wrap {
    border: 1px solid #ccc;
    align-items: center;
    margin: 0;
    .amcart-control {
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        font-size: 1.8rem;
        background-color: transparent;
        color: #8a8a8a;
        border: none;
        box-shadow: none;

        &:before {
            border: none!important;
            color: #8a8a8a!important;
        }
    }
    .amcart-input {
        margin: 0;
        border: 0;
        padding: 14px 17px;
        height: auto;
        width: 54px;
    }
    .amcart-label {
        display: none;
    }
    .amcart-refresh {
        margin-left: 0;
        position: absolute;
        right: -35px;
    }
}

.header_right {
    margin-left: 0;
    padding-left: 0!important;
    padding-right: 0!important;
    .block-search {
        padding-left: 0;
        padding-right: 16px;
    }
    .minicart-wrapper {
        margin-left: 0;
        .showcart:before {
            content: "\e04f" !important;
            font-family: 'Simple-Line-Icons' !important;
        }
        span.counter.qty {
            min-width: auto !important;
            line-height: inherit !important;
            position: absolute;
            height: auto !important;
            margin: 0 !important;
            padding: 0 !important;
            background: transparent !important;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -35%);
            border: 0!important;
            .counter-number {
                color: inherit!important;
                font-size: 12px;
            }
        }
    }
}
.header .quickcart-wrapper.active .block-quickcart {
    z-index: 10000!important;
    box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px -1px rgba(0,0,0,0.75);
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container .price-wrapper .price-excluding-tax.column {
    flex-direction: row;
    gap: 8px;
}
footer.modal-footer {
    .action.primary, .action-primary {
        line-height: 1rem!important;
    }
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    height: auto;
    padding: 7px 15px;
}
form#discount-form {
    margin: 0 0 20px;
    .payment-option-inner {
        margin: 0;
    }
}
a.action,
button.action {
    text-transform: uppercase;
    box-shadow: 0 0 0!important;
}
.wpx-check {
    a {
        color: #fff!important;
    }
}
.mst-nav__label li.item.mst-nav__label-item._mode-checkbox a:before {
    display: none;
}
.breadcrumbs .items {
    display: flex;
    /*align-items: center;*/
    .item {
        line-height: inherit!important;
        &:not(:last-child):after {
            /*border: 1px solid;*/
            content: "\e70b";
            font-family: 'font-icons';
            vertical-align: baseline!important;
            margin-top: 1px;
        }
        &.home {
            position: relative;
            /*height: 16px;*/
            &:after {
                /*border: 1px solid;*/
                /*margin-top: -6px;*/
            }
            &:before {
                content: "\e069";
                font-family: 'Simple-Line-Icons';
                position: relative;
                top: -3px;
                /*margin-right: 10px;*/
                width: 16px;
                height: 16px;
                text-align: center;
                font-size: 16px;
                text-indent: 0;
            }

            a {
                text-indent: -9999px;
                width: 16px;
                left: 0;
                position: absolute;
            }
        }
    }
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-minus:after {
    content: "\e70a";
    font-family: 'font-icons';
    font-size: 10px;
}
.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item span.qty-update.item-plus:after {
    content: "\e70b";
    font-family: 'font-icons';
    font-size: 10px;
}
.minicart-wrapper.quickcart-wrapper.minicart-weltpixel .details-qty {
    /*border: 1px solid red;*/
    * {
        margin: 0;
        padding: 0 !important;
        background: transparent;
        border: 0;
        line-height: inherit!important;
    }
    .label {
        margin-right: 8px;
    }
    button.update-cart-item {
        margin-left: 8px;
        margin-top: -3px;
    }
}
:focus {
    box-shadow: none!important;
}


.page-footer {

    .footer.content {
        background: #1a1a1a;
    }

    .subscribe {
        padding-block: 64px;
        text-align: center;

        span.action.primary {
            text-transform: uppercase;
            font-size: 18px;
            padding: 16px 8px;
            letter-spacing: 1px;
        }

        a {
            color: #D5D5D5;
            transition: all .3s ease-in-out;
            font-size: 16px;
        }
    }

    .footer-top-2 {
        background: #242424;
        padding-block: 24px;

        .col-12.text-center {
            display: flex;
            align-items: center;
            grid-gap: 16px;
            justify-content: center;
            p, a {
                color: #a9a9a9;
                font-size: 20px;
                margin: 0;
            }

            .social-icons-v1 {
                line-height: 0;
                font-size: 0;

                a {
                    border: 1px solid!important;
                    margin-right: 10px;
                }
            }
        }

    }

    .menu-footer-navigation-container {
        background: #000;
        padding: 64px;

        #menu-footer-navigation {
            padding: 0;
            display: flex;
            grid-gap: 16px;
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    .row {
        margin: 0;

        &.massive {
            padding-block: 64px;

            * {
                color: #fff;
            }

            h5 {
                text-transform: uppercase;
                font-size: 16px;
                margin-bottom: 1.25rem;
                font-weight: 500;
                margin-top: 10px;
            }

            .title {
                font-weight: 500;
                text-transform: uppercase;
            }

            li {
                margin-bottom: 16px;
            }

            .footer-links {
                margin-top: 24px;
            }

            p {
                letter-spacing: .065px;
                font-size: 13px;
                margin-bottom: 15px;
                line-height: 1.5;
            }

            .text-uppercase {
                text-transform: uppercase;
            }

            @media (max-width: 768px) {
                display: flex;
                flex-direction: column;
                text-align: center;

                .col-sm-9 {
                    order: -1;
                }
                .footer-links {
                    margin-bottom: 24px;
                }
            }
        }
    }

}
#search-mod {
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-input-placeholder {
        color: #fff!important;
    }

    /* Firefox */
    input::-moz-placeholder {
        color: #fff!important;
    }

    /* Internet Explorer 10–11 */
    input:-ms-input-placeholder {
        color: #fff!important;
    }

    /* Microsoft Edge Legacy */
    input::-ms-input-placeholder {
        color: #fff!important;
    }

    /* Standard (modern browsers) */
    input::placeholder {
        color: #fff!important;
    }
}

.product-options-wrapper .input-text.datetime-picker.disabled {
    background: #f4f4f4;
}
._has-datepicker+.ui-datepicker-trigger {
    background: none;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    height:38px;
    margin-left:-28px;
    overflow: hidden;
    position: absolute;
    vertical-align: top;
    z-index: 1
}

._has-datepicker+.ui-datepicker-trigger:focus,._has-datepicker+.ui-datepicker-trigger:active {
    background: none;
    border: none
}

._has-datepicker+.ui-datepicker-trigger:hover {
    background: none;
    border: none
}

._has-datepicker+.ui-datepicker-trigger.disabled,._has-datepicker+.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker+.ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

._has-datepicker+.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}



._has-datepicker+.ui-datepicker-trigger:active {
    transform: scale(.975)
}

._has-datepicker+.ui-datepicker-trigger+.admin__control-support-text,._has-datepicker+.ui-datepicker-trigger+.admin__control-label {
    margin-left: 3.7rem
}

._has-datepicker+.ui-datepicker-trigger img {
    display: none
}

._has-datepicker+.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 32px;
    color: #514943;
    content: "\e6ba";
    font-family: 'font-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
button.ui-datepicker-trigger {
    background: transparent!important;
    border-color: transparent!important;
}
input[type="checkbox"], input[type="radio"]  {
    top: 0;
    margin: 0;
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    -moz-transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
input[type="checkbox"],input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px!important;
    margin-top: 0!important;
}
input[type="checkbox"]:checked::after {
    font-family: 'lined-icons';
    content: "\e116";
    position: absolute;
    margin-left: 2px;
    margin-top: 1px;
}
input[type="radio"] {
    border-radius: 100%;
    border-color: #000;
}
input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #000;
    margin-left: 2px;
    margin-top: 2px;
}
.control.qty.details-qty label {
    display: flex;
}
.action {
    cursor: pointer;
}
.action-edit:before {
    font-family: 'font-icons'!important;
    content: '\e635' !important;
    color: #757575!important;
    font-size: 16px !important;
}
.action-delete:before {
    content: '\e616' !important;
    color: #757575!important;
    font-size: 16px !important;
}
.cart-discount .block.discount .title:hover:after, .cart-discount .block.giftcard .title:hover:after {
    color: inherit !important;
}
#discount-coupon-form .actions-toolbar .action.primary, #giftcard-form .actions-toolbar .action.primary {
    line-height: 20px;
}
body.checkout-index-index .authentication-wrapper button span {
    color: #000!important;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before {
    width: 100%;
    height: 100%;
    margin: 0;
}
a.swatch-option-link-layered._checked .swatch-option:after {
    visibility: visible!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-family: lined-icons;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    font-size: 12px;
    text-transform: none;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e116";
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products-grid .product-item .swatch-attribute-options .swatch-option.selected:before {
     border: 0!important;
     margin: 0!important;
    position: relative;
}
button.action.tocart:before {
    content: "\e04f";
    font-family: 'Simple-Line-Icons';
    font-size: 15px;
}
.sidebar .product-items-names .product-item {
    align-items: center;
    grid-gap: 4px;
}
/*body * {*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/
.loading-mask {
    background: transparent;
}
.cart.table-wrapper {

    padding: 16px;

    .item-info {
        .item {
            display: flex;
            gap: 16px;
            border-bottom: 1px solid #ccc;
            padding-block: 8px;

            .product-item-photo {
                width: auto;
                padding: 0;
                max-width: 100%;
                position: sticky;
            }

            .product-item-details {
                display: flex;
                gap: 16px;
                flex-direction: column;
                width: 100%;
                padding: 0;
            }

            .product-item-name {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 0;
                gap: 16px;

                span.price {
                    font-weight: 400!important;
                }
            }

            .item-options {
                margin: 0;
            }
            .qty-actions {
                display: flex;
                gap: 16px;

                .actions-toolbar {
                    min-height: auto;
                    padding: 0;
                    display: flex;
                    gap: 16px;
                    align-items: center;

                    &:before {
                        display: none;
                    }

                    .action-edit, .action-delete {
                        position: relative;
                        right: 0;
                        top: 0;
                        margin: 0;
                    }
                }
            }
            .control.qty.details-qty {
                display: flex;
                align-items: center;
                margin: 0;
                gap: 8px;

                .qty-update-plus-minus {
                    margin: 0;
                    padding: 0;
                }
                .input-text.qty {
                    width: 40px;
                    padding: 4px 0;
                    text-align: center;
                }
            }

            @media (max-width: 480px) {
                flex-direction: column;
            }
        }
    }
}
.contact-info {
    display: grid;
    grid-template-columns: 43px auto;
    gap: 16px;

    padding-bottom: 16px;

    &:last-child {
        padding-bottom: 0;
    }

    text-align: left;

    .contact-icon {
        width: 43px;
        height: 43px;
        padding: 14px;
        color: #fff;
        line-height: 43px;
        text-align: center;
        font-size: 16px;
        border-radius: 6px;

        svg {
            width: 16px;
        }
    }
}

.megamenu.level0 {
    font-weight: 300;
}

/*body .special-price .price-container .price,*/
/*body .products-grid .product-item .product-item-details .price-box .special-price .price-container .price {*/
/*    color: red !important;*/
/*    font-size: 18px!important;*/
/*}*/
/*body .old-price .price-container .price,*/
/*body .products-grid .product-item .product-item-details .price-box .old-price .price-container .price {*/
/*    color: gray !important;*/
/*    font-size: 14px!important;*/
/*}*/
.cataloglabel.cataloglabel-placeholder {
    z-index: 9!important;
    .fotorama--fullscreen & {
        display: none;
    }
}
a.product-item-photo,
a.product.photo.product-item-photo {
    position: relative;
}
.item.product.product-item {
    .product-item-photo {
        img {
            transition: transform 0.5s;
        }
    }
    &:hover {
        .product-item-photo {
            img {
                transform: scale(1.05);
            }
        }
    }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
    font-size: 12px;
    margin: -1px 0 0 4px!important;
    span {
        font-size: 12px;
    }
}
.products.wrapper.grid.products-grid.products-related {
    a.product.photo.product-item-photo {
        z-index: 2;
    }

    strong.product.name.product-item-name {
        margin: 0!important;
    }
    .price-box.price-final_price {
        margin-bottom: 0;
    }
    .field.choice.related {
        position: absolute!important;
        right: 10px;
        left: auto!important;
        margin: 0!important;
        top: 14px!important;
        height: 18px;
        width: 18px!important;
        z-index: 3!important;
    }
    .product.actions.product-item-actions {
        position: absolute !important;
        margin: 0;
        top: 10px;
        z-index: 2;
        width: calc(100% - 40px);

        .secondary-addto-links.actions-secondary {
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin: 0;
            line-height: 0!important;
            text-align: right;

            .action {
                position: relative!important;
                margin: 0 !important;
            }
        }
    }
}

