/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/

@font-face {
    font-family: 'PlayfairDisplay';
    font-display: swap;
    src: url("/themes/artcondesign/assets/fonts/PlayfairDisplay-Regular.ttf"), format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensed';
    font-display: swap;
    src: url("/themes/artcondesign/assets/fonts/RobotoCondensed-Regular.ttf"), format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'RobotoCondensed';
    font-display: swap;
    src: url("/themes/artcondesign/assets/fonts/RobotoCondensed-Bold.ttf"), format("truetype");
    font-weight: 700;
    font-style: normal
}


.free-shipping-left {
    background-color: #fbf7f8;
    display: flex;
    align-items: center;
    border-radius: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .75rem
}

/*
.category-description-toggle p {
  display: inline;
} */
.checkout-block .delivery-option .delivery-option-logo img {
    width: 60px;
}

.checkout-block .delivery-options .row.delivery-option {
    padding: 0px !important;
    padding-left: 10px !important;
}

.checkout-block .tc-main-title {
    padding: 8px;
}

.category-description-toggle a {
    font-weight: bold;
    color: var(--primary);
}

.checkout-block .tc-main-title {
    padding: 0 0 0 60px;
}

.category-description-toggler {
    cursor: pointer;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.checkout__progress-bar {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.checkout__progress-step {
    text-align: center;
}

.checkout__progress-number {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 auto .5rem auto;
    color: #000;
    background-color: #fff;
}

body#checkout a.checkout__progress-number:hover {
    color: #fff;
}

.checkout__progress-bar::before {
    content: '';
    height: 2px;
    position: absolute;
    background-image: linear-gradient(to left, #939393 100%, var(--primary) 0%);
    left: calc(100% / 6);
    right: calc(100% / 6);
    top: 1rem;
    display: block;
}

.checkout__progress-bar[data-step="1"]::before {
    background-image: linear-gradient(to left, #939393 50%, var(--primary) 50%);
}

.checkout__progress-bar[data-step="2"]::before {
    background-image: linear-gradient(to left, #939393 0%, var(--primary) 0%)
}

.checkout__progress-step-completed .checkout__progress-number {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

body#checkout #header, body#cart #header {
    height: unset;
    position: static;
}

body#checkout #wrapper, body#cart #wrapper {
    padding-top: 0;
}

#checkout .btn-link {
    color: #000;
}

.add_to_compare {
    color: #000
}

.product__collapse-title {
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7
}

.btn-product-collapse {
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

.btn-product-collapse:focus {
    outline: 0
}

.product__collapse-link-list a:hover {
    color: var(--primary)
}

.btn-product-collapse[aria-expanded="false"] .remove, .btn-product-collapse[aria-expanded="true"] .add {
    display: none
}

.owl-next.disabled, .owl-prev.disabled {
    display: none;
}

body#module-bitblog-list .recent-blogs {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .menu__motywy .megamenu-row {
        -moz-columns: 5;
        columns: 5;
    }

    .menu__motywy .megamenu-col {
        margin-bottom: 1rem;
        width: 200px !important;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
    }
}

@media only screen and (max-width: 767px) {
    .megamenu-row {
        -moz-columns: 2;
        columns: 2;
    }

    .megamenu-col {
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
    }
}

@media (max-width: 1119px) {
    .megamenu-col {
        margin-bottom: 1rem;
    }

    .default-menu .is-megamenu {
        padding: 1rem 0
    }
}

.dofinansowania a span {
    display: none;
}

.dofinansowania a::after {
    content: '';
    display: inline-block;
    width: 193px;
    height: 45px;
    background-image: url('/img/cms/dofinansowania/logoeu.png');
}

.nav.nav-tabs {
    padding: 0 !important;
    margin: 0 1.5rem;
    background-color: transparent !important;
    border-bottom: 2px solid #f4f4f4;
}

.nav-item a {
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    font-weight: 400 !important;
    filter: opacity(0.7);
    background: #e5e5e5;
    color: black;
    margin: 0 !important;
    background-color: var(--primary-5);
}

.nav-item a:hover {
    filter: opacity(1);
}

.nav-item a.active {
    filter: opacity(1);
    background: var(--primary);
    color: white !important;
}

.nav-tabs .nav-item + .nav-item {
    margin-left: 0 !important;
}

@media (max-width: 499px) {
    #tab-content .product-description {
        padding: 0 !important;
    }

    .nav.nav-tabs {
        margin: 0 !important;
    }
}


@media (max-width: 576px) {
    .header-nav .quality {
        display: none !important;
    }

    .header-nav {
        justify-content: center !important;
    }
}

.header-nav {
    min-height: 30px;
}

.delivery-option {
    margin: 8px 0 !important;
    padding: 8px 0 !important;
}


.module_payment_container {
    margin: 8px 0 !important;
}

.module_payment_container.alert-info {
    border-top: 1px solid var(--primary) !important;
    border-bottom: 1px solid var(--primary) !important;
    border-right: 1px solid var(--primary) !important;
}

@media (max-width: 768px) {
    #onepagecheckoutps_step_three_container {
        margin-bottom: 15px;
    }

    #onepagecheckoutps_step_one_login {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    #onepagecheckoutps_step_one {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    div#onepagecheckoutps #onepagecheckoutps_step_three_container {
        margin-top: 30px !important;
    }
}

div#onepagecheckoutps select.valid {
    border-right: 1px solid #4cbb6c !important;
}

div#onepagecheckoutps select {
    border-right: 1px solid #e5e5e5 !important;
}

div#onepagecheckoutps select.error {
    border-right: 1px solid rgb(185, 74, 72) !important;
}


div#onepagecheckoutps .onepagecheckoutps_p_step {
    padding-bottom: 10px;
}

.blog-description.rte-content a {
    transition: all .3s ease-in-out;
    color: var(--primary);
}

.blog-description.rte-content a:hover {
    color: #000;
}

.products-home-tabs .products-tabs-banner {
    grid-column: 1;
    grid-row: 2;
    background-image: url('/img/wiosna2022.jpg');
    background-position: center;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.products-tabs-baner-heading {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.products-tabs-baner-title {
    font-family: 'MonteCarlo', cursive;
    font-size: clamp(3rem, 5vw, 4.5rem);
    margin-bottom: 90px;
}

.products-home-tabs .products-tabs-banner .btn {
    background: linear-gradient(#e1dee6, #846986);
    color: black;
    border: transparent;
    box-shadow: 2px 2px 10px rgb(255 255 255 / 25%) inset, -2px -2px 10px rgb(0 0 0 / 30%) inset;
    padding: 0.535rem clamp(2rem, 3.5vw, 2.5rem);
    font-size: 1.2rem;
    border-radius: 8px
}

.block-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.checkout-block[class*='num-'] .block-header:before {
    margin: 0 8px 0 0;
    font-weight: 700;
    border: 1px solid var(--primary) !important;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    width: 36px;
    display: flex;
    height: 36px;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.thecheckout-account {
    padding-bottom: 0px;
}

#create_account {
    margin-bottom: 0px;
}

.form-group.password {
    margin-top: 1rem;
}

.custom-checkbox input[type=checkbox] + span {
    margin-top: 3px !important;
    min-width: 25px !important;
    min-height: 25px !important;
}

.page-content .has-float-label select.form-control {
    padding-bottom: 0.8em;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .5em bottom .6em !important;
    padding-left: 1rem;
    background-size: 9px 21px !important;
}

.delivery-options .row.delivery-option {
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px !important;
    padding-left: 30px !important;
    width: 100%;
}

.delivery-options .row.delivery-option .active {
    background: hsl(345deg 33% 98%);
    border: 2px solid #c89096;
}

.payment-option .custom-radio {
    margin-top: 0px !important;
}

.payment-options > div > .payment-option {
    align-items: center;
    margin-bottom: 10px;
}

.payment-options label {
    margin-bottom: 0px !important;
    width: 100%;
}

.delivery-option-logo {
    width: auto !important;
    height: auto !important;
    padding: 5px !important;
    border: 1px solid #e5e5e5;
    background: white;
}

.delivery-option .delivery-option-logo img {
    margin-left: 0 !important;
    width: 98px;
    height: auto;
    max-height: initial !important;
    max-width: initial !important;
}

#furgonetka-machine .furgonetka-machine {
    margin-bottom: 10px !important;
}

.payment-option img {
    padding: 5px;
    border: 1px solid #e5e5e5;
    background: white;
}

.delivery-option-logo {
    display: flex;
    align-items: center;
    position: static !important;
}

.delivery-option-label {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

input[name="delivery_option[1632]"] + label, input[name="payment-option"] + label {
    border: 2px solid transparent;
}

input[name="delivery_option[1632]"]:checked + label, input[name="payment-option"]:checked + label {
    /* border: 2px solid var(--primary-5); */
}

input[name="delivery_option[1632]"] {
    position: absolute;
    left: 12px;
}

input[name="payment-option"] {
    position: absolute;
    left: 12px;
}

.position-relative {
    position: relative;
}

.tc-main-title {
    padding: 20px;
    padding-left: 40px;
}

.payment-option .h6 {
    margin-left: 10px;
}

.delivery-options-inner, .payment-options-inner, .payment-option-content {
    display: flex;
    align-items: center;
    padding: 5px;
}

@media (max-width: 767px) {
    #module-thecheckout-order #content {
        padding-left: 0;
        padding-right: 0;
    }
}

.about-us__header {
    border-bottom: 2px solid #e2e2e2;
    text-transform: uppercase;
    font-weight: 700;
    opacity: .3;
    margin-bottom: 1.7rem;
}

.about-us__info, .about-us__image, .about-us__newsletter {
    width: 33%;
}

.about-us__image {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.about-us__container {
    display: flex;
    column-gap: 24px;
    row-gap: 32px;
}

.about-us__info--header {
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 1.3;
}

.about-us__newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.newsletter-inputs + div {
    margin-top: 16px;
}

.custom-checkbox input[type=checkbox] + span {
    margin-top: -3px !important;
}

.custom-checkbox input[type=checkbox] + span .checkbox-checked {
    font-size: 25px;
}

@media (max-width: 1023px) {
    .about-us__image {
        display: none;
    }

    .about-us__info, .about-us__newsletter {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .about-us__info, .about-us__newsletter {
        width: 100%;
    }

    .about-us__container {
        flex-wrap: wrap;
    }
}


.customtext__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    font-size: 13px;
    /* max-height: 150px; */
    transition: all .5s ease-in-out;
    overflow: hidden;
    position: relative;
}

.customtext__container:after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    top: 0;
    bottom: 0;
    position: absolute;
    /* content: ""; */
    display: block;
    width: 100%;
    height: auto;
}

.customtext__container.active {
    max-height: 3000px;
}

.customtext__container.active:after {
    content: none;
}

.customtext__container ul {
    list-style-type: disc;
    padding-left: 20px;
}

.text-center {
    text-align: center;
}

.customtext__button {
    display: inline-block;
    margin-top: 32px;
    color: black;
}


.customtext__button:hover {
    color: var(--primary);
}


@media (max-width: 767px) {
    .customtext__container {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }
}

.block-icons__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 16px;
}

.block-icons__box {
    transition: var(--transition);
}

.block-icons__box:hover {
    transform: scale(1.03);
}

.block-icons__box:hover .block-icons__content {
    color: black;
}

.block-icons__header {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.1;
}

.block-icons__content {
    color: #cbcbcb;
    transition: var(--transition);
    font-size: 15px;
}

.block-icons__box svg {
    height: 3.438rem;
    width: 3.563rem;
    fill: var(--primary);
    opacity: .5;
    transition: var(--transition);
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .block-icons__container {
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;

    }
}

.page-cart .breadcrumb {
    width: 100% !important;
    max-width: 100% !important;
}


.KosztyWysylki {
    width: 100%;
}

.KosztyWysylki-Head {
    background-color: var(--primary) !important;
    border-left: 1px solid var(--primary);
    color: white;
    font-weight: bold;
}

.KosztyWysylki-ShName {
    background-color: #f6f6f6;
    font-weight: bold;
    border-top: 2px solid var(--primary);
}

.KosztyWysylki-ShName, .KosztyWysylki-Cost, td.KosztyWysylki-Logo {
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.KosztyWysylki-Head, .KosztyWysylki-ShName, .KosztyWysylki-Cost, td.KosztyWysylki-Logo {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

img..KosztyWysylki-Logo {
    width: 200px;
}

.KosztyWysylki-Cost0 {
    color: #4bb84d;
    font-weight: bold;
}

@media (max-width: 767px) {
    .KosztyWysylki-Head, .KosztyWysylki-ShName, .KosztyWysylki-Cost, td.KosztyWysylki-Logo {
        padding: 4px;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
    }
}


.fw-bold {
    font-weight: 700;
}

#prices-drop #category-description {
    max-height: 100px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#prices-drop #category-description.active {
    max-height: 999px;
}

#prices-drop #category-description a {
    color: var(--primary);
    font-weight: 600;
}

#prices-drop #category-description a:hover {
    text-decoration: underline;
}

.view_more {
    background: 0;
    border: 0;
    font-weight: 600;
    padding: 0;
    margin-bottom: 16px;
    display: block;
    margin: 16px auto;
}

.product-prices {
    margin: 1rem 0;
}

.product-price {
    margin-left: 0;
}

.custom-gap {
    gap: 20px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (min-width: 660px) {
    .flex-md-nowrap {
        flex-wrap: nowrap;
    }
}

.cart-grid-body > span {
    display: block;
    margin-bottom: 0.5rem;
}

.cart-grid-body > a.label {
    margin-bottom: 1rem;
}

.category-description-toggle {
    max-height: 112px;
    overflow: hidden;
    transition: max-height 2000ms;
}

.category-description-toggle.active {
    max-height: 5000px;
}

.category-description-toggler-btn {
    cursor: pointer;
    margin-top: 16px;
    text-align: center;
    display: block;
}


.ets_mm_megamenu_content .mm_menus_li {
    padding: 0.5rem 0;
}

#header .header-nav {
    width: 100%;
    max-width: 100%;

}

.header-nav__inner {
    width: 1200px;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header-top__upper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    align-items: center;
    z-index: 9;
}

.header-top__socialfollow {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.header-top__socialfollow > div {
    display: flex;
    gap: 0.5rem;
}


#header .et-fixed .logo {
    width: 68px;
}

@media (max-width: 991px) {

    .header-top__socialfollow .icon {
        width: 1.4375rem;
        height: 1.4375rem;
    }

    .header-top__socialfollow {
        gap: 0.6rem;
    }

    .header-top__socialfollow > div {
        gap: 0.25rem;
    }

    #header .logo {
        width: 80px;
    }

    #header .header-top {
        padding: 10px 15px;
        z-index: 100;

    }
}

.product-head-title {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 1rem !important;
}

.thumbnail-container .product-description.mt-1 {
    margin-top: 0.5rem !important;
}

.header-top__socialfollow .quality {
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: end;
    gap: 0.25rem;
}

.header-top__socialfollow .icon {
    width: 23px;
    height: 21px;
}

@media (min-width: 768px) {
    #header .header-top {
        display: flex;
        flex-direction: column;
    }

    .default-menu .is-megamenu {
        top: 168px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-top.et-fixed .default-menu .is-megamenu {
        top: 135px;
    }
}

@media only screen and (max-width: 1199px) {
    #header .default-menu .menu {
        top: 120px;
    }
}


@media (min-width: 992px) {
    #wrapper {
        padding-top: 200px;
    }

    #header {
        height: 168px;
        z-index: 100;
    }
}


@media (min-width: 660px) {
    .flex-md-nowrap {
        flex-wrap: nowrap;
    }
}


@media (max-width: 767px) {
    .header-top__socialfollow {
        display: none;
    }

    .header-top__upper {
        display: flex;
    }
}

.mm_menu_content_title {
    font-size: 1.0625rem;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .mm_menu_content_title {
        font-size: 1rem;
    }
}

@media (min-width: 1921px) {
    .ets_mm_megamenu_content .mm_menus_li {
        padding: 8px;
    }
}


.smartphoto {
    z-index: 999 !important;
}

#_desktop_logo {
    display: flex;
    padding: 0.5rem;
}

#_desktop_logo a {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    align-items: center;
    gap: 0.35rem;
    line-height: 1;
}

#_desktop_logo span {
    display: block;
}

@media (max-width: 767px) {
    #_desktop_logo span {
        display: none;
    }
}

@media (min-width: 992px) {
    #search_widget {
        padding-top: 0.5rem;
    }
}


.featured-categories__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

.featured-categories__inner {
    width: auto;
}

@media (max-width: 767px) {
    .featured-categories__inner {
        grid-template-columns: 1fr 1fr;
    }
}

.featured-categories__category {
    position: relative;
    overflow: hidden;
}

.featured-categories__category a {
    display: block;
    transform: scale(1);
    transition: all 300ms;
}

.featured-categories__category:hover a {
    transform: scale(1.03);
}

.featured-categories__category:hover .featured-category__name {
    transform: translate(-50%, 0);
}

.featured-category__name {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    left: 50%;
    color: white;
    transform: translate(-50%, 300%);
    font-family: var(--primary-font-2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0;
    transition: all 300ms;
}

.header-top-menu {
    z-index: 10;
    position: relative;
}

.header-top-menu.search-bar-active {
    position: static;
}

.product-price-and-shipping .regular-price {
    font-size: 0.8rem !important;
}

.product-price-and-shipping .price {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
}
/*
.thumbnail-container form button {
    text-align: left;
    padding: 0.25rem 0.5rem;
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    transition: 300ms all;
}

.thumbnail-container form button:hover {
    text-decoration: none;
    box-shadow: unset;
    border: 0;
    opacity: 0.95;
}
*/
.flex-btn-pass {
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.flex-btn-pass .forgot-password {
    margin-top: 0;
}

.form-group {
    margin-bottom: 0.2rem;
}

.page-content .form-control, .page-content select.form-control-select.form-control {
    height: 2.4em;
}

.quantity_form {
    margin-top: 0 !important;
}

.owl-prev {
    transform: translateY(-50%) scale(-1) !important;
}

.about-us__newsletter {
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.block_newsletter-heading {
    font-size: 4rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

#block-newsletter-label {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    max-width: 600px;
}

.image-wrap.col-iw .lSSlideOuter {
    border: 0 !important;
}

.footer-container .logo {
    margin-bottom: 0.75rem;
}

footer .h5, footer h5 {
    font-size: 1rem;
}

.footer-container li a {
    font-size: 1rem;
}

#search_widget form input {
    background: transparent !important;
    padding: 10px 20px 10px 0 !important;
}

#search_widget svg {
    width: 23px;
    height: 23px;
    margin-right: 0.5rem;
}

.product-actions .add-to-cart {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    height: auto;
    justify-content: center;
}

.product-actions .add-to-cart svg {
    width: 22px;
    height: 22px;
}

.mm_tab_toggle_title img {
    width: 27px;
}


.layout_layout1 .mm_columns_ul .ets_mm_block > .h4 a:hover {
    color: var(--primary) !important;
}

#_desktop_logo {
    font-family: var(--primary-font-2);
}

.block-categories .category-sub-menu li[data-depth="0"] {
    background-color: transparent;
}

@media (min-width: 1201px) {
    .mm_menus_ul.ul_fix_new {
        display: flex;
        gap: 25px;
        justify-content: center;

    }

    .ets_mm_megamenu {
        min-width: 1200px;
    }

    #header .layout_layout1 .ets_mm_block_content a {
        font-size: 15px;
        text-wrap: nowrap;
    }

    .cols-20 .column_size_2 {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .ets_mm_megamenu_content .mm_menus_li {
        padding: 0 !important;
    }

    .ets_mm_megamenu .arrow {
        margin-top: 0.5rem;
    }
}

.header-top__upper {
    max-width: 1920px;
}

#carouselresp {
    max-width: 1200px;
}

@media (min-width: 1201px) {
    .ets_mm_megamenu_content .mm_menus_li {
        padding-bottom: 0;
    }
}


.af_subtitle {
    text-transform: capitalize;
}

.product-description h2, .product-description h3, .product-description p {
    margin-bottom: 1rem !important;
}


.mm_menu_content_title {
    float: left;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0;
    font-weight: 400;
}

body .ets_mm_megamenu::before {
    content: none !important
}

.layout_layout1 .ets_mm_megamenu_content {
    background: 0 !important;
}

.ets_mm_megamenu {
    margin-top: 0;
}

.mm_menu_content_title span.mm_arrow {
    display: none;
}

.ybc-menu-toggle {
    padding: 0 0.25rem;
}

.ets_mm_megamenu.hook-custom {
    margin-top: 0 !important;
}

@media (min-width: 991px) {

    #checkout .firstname {
        padding-right: 5px;
    }

    #checkout .lastname {
        padding-left: 5px;
    }

    #checkout .postcode {
        padding-right: 3px;
    }

    #checkout .city {
        padding-left: 3px;
    }

}

body#checkout .custom-checkbox span {
    border-radius: unset !important;
}

.country-call-prefix {
    height: 3.5em !important;
}

#checkout .delivery-option {
    margin: 0 !important;
}

.button-container .add-to-cart {
    color: var(--primary-5);
    background-color: var(--primary-2);
    border-color: var(--primary-2);
    padding: 0.5rem 1rem;
    text-align: center!important;
    min-width: 150px;
}
.button-container .add-to-cart:hover {
    background-color: var(--primary);
}

.thumbnail-container .product-price-and-shipping {
    text-align: center;
}

module-przelewy24-paymentConfirmation .isPaid {
    display: none !important;
}

/* CMS 19 */

.cms-id-19, .cms-id-20 {
    #wrapper > .container {
        max-width: unset;
        width: auto;
        margin: 0;
        padding: 0;

        .container {
            padding: 0 1.25rem;
        }

        .ets-cfu-form {
            max-width: 383px;
            margin: auto;
            margin-top: 2rem;
        }

        #content {
            text-align: left;
            padding: 0;
        }

        .page-header {
            max-width: 1200px;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
        }

        .container:after {
            content: none;
        }

        h2:not(.product-title) {
            font-size: 1.75rem;
        }
    }

    .gift-ideas {
        background: #402811;
        color: white;

        h2 {
            font-size: 1.75rem;
        }

        .product-card {
            padding: 2rem;
        }

        .product-title {
            color: var(--primary);
            font-size: 1.6rem;
        }

        .product-container {
            display: grid;

            background: #f1f1f1;
            align-items: center;
            color: black;
            border-radius: 25px;
            margin-bottom: 2.5rem;

            box-shadow: 0 0 9px 3px #00000082;
            overflow: hidden;

            &.right-img {
                grid-template-columns: 1fr 1.39fr;

                img {
                    border-top-left-radius: 150px;
                }
            }

            &.left-img {
                grid-template-columns: 1.39fr 1fr;

                img {
                    border-top-right-radius: 150px;
                }
            }

        }
    }

    #hero {
        background-color: #f4f4f4;
        padding: 60px 0;

        .container {
            align-items: center;
            gap: 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
    }

    .hero-content {
        max-width: 600px;
    }

    .hero-content h1 {
        font-size: 2.5em;
        color: var(--primary);
        line-height: 1.25;
        margin-bottom: 1.5rem;
    }

    .hero-content ul {
        margin-bottom: 12px;
    }

    .hero-content li {
        margin-bottom: 10px;
    }

    .hero-image {
        img {
            box-shadow: 0 0 3px 3px #00000094;
            border-radius: 25px;
        }
    }

    #ideal-gift {
        padding: 60px 0;
    }

    .gift-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .gift-item {
        flex-basis: calc(25% - 20px);
        margin-bottom: 40px;
        text-align: center;
    }

    .gift-item img {
        margin-bottom: 20px;
    }

    .link {
        display: block;
        text-align: center;
        margin-top: 40px;
        color: var(--primary);
        text-decoration: none;
        font-weight: bold;
    }

    #how-it-works {
        background-color: #f4f4f4;
        padding: 60px 0;
    }

    .steps {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .step {
        flex-basis: calc(25% - 20px);
        text-align: center;

        h3 {
            margin-bottom: 1rem
        }
    }

    .step-number {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: var(--primary);
        color: #fff;
        border-radius: 50%;
        line-height: 40px;
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    #ready-sets {
        padding: 60px 0;
    }

    .sets {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .set {
        flex-basis: calc(25% - 20px);
        margin-bottom: 40px;
        text-align: center;
    }

    .set img {
        margin-bottom: 20px;
    }

    #personalization {
        background-color: #f4f4f4;
        padding: 60px 0;
    }

    #personalization ul {
        margin-bottom: 20px;
    }

    #personalization li {
        margin-bottom: 10px;
    }

    #contact {
        padding-top: 60px;
        text-align: center;

        .contact-info {
            p {
                margin-bottom: 0.25rem;
            }
        }
    }


    /* Responsive design */
    @media (max-width: 767px) {

        .gift-item,
        .step,
        .set {
            flex-basis: calc(50% - 20px);
            margin-bottom: 1rem;
        }

        .product-container.left-img,
        .product-container.right-img {
            display: flex;
            flex-direction: column;

            .product-card {
                padding: 1.5rem;
                padding-bottom: 2rem;
            }

            img {
                border-radius: 0 !important;

            }
        }

        .product-container.right-img {
            display: flex;
            flex-direction: column-reverse;
        }

        #hero {
            padding: 2.5rem 0;

            .container {
                grid-template-columns: 1fr;
            }
        }

        #personalization, #how-it-works, #ready-sets, #contact {
            padding: 2.5rem 0;
        }

        .hero-content h1 {
            font-size: 2rem;
        }
    }


    @media (max-width: 480px) {

        .gift-item,
        .step,
        .set {
            flex-basis: 100%;
        }
    }
}

html {
    scroll-behavior: smooth;
}

.delivery-option-price:not(.free) .carrier-price {
    display: block !important;
}

.block_newsletter {
    .custom-checkbox input[type=checkbox] {
        width: 25px;
        height: 25px;
    }

    a {
        text-decoration: underline;
    }
}

.payment-options {
    display: flex;
    flex-direction: column;
}


.block_newsletter form input[type=email] {
    width: 100%;
    border-radius: 3px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
}

.block_newsletter .newsletter-inputs {
    flex-direction: column;
    gap: 1rem;
}

#newsletter-form .custom-control-label::before {
    content: none;
}

.gap-2 {
    gap: 0.5rem;
}

.js-product-miniature {
    .wishlist-button-add {
        position: absolute;
        top: 0.635rem;
        right: 0.635rem;
        z-index: 10;

        + .wishlist-button-add {
            display: none !important;
        }
    }
}

.product-quantity {
    align-items: center;

    .wishlist-button-product {
        margin-left: 0;
        margin-right: 1rem;
    }
}

.product-availability-label {
    color: #fe4669;
    background: #fe466917;
    font-size: 8pt;
    padding: 0 0.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    min-height: 25px;

    svg {
        color: #fe4669;
        fill: #fe4669;
        width: 16px;
        height: 16px;
    }
}

.product-main-right-section .product-prices {
    flex-wrap: wrap;
    gap: 1rem;

    @media (min-width: 1200px) {
        margin-left: 1.5rem;
    }

}

.product-availability-flag {
    background: rgba(255, 255, 255, 0.64);
    color: #fe4669;
    font-size: 7pt;
    padding: 0 .5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .25rem;
    min-height: 25px;
    position: absolute;
    bottom: 10%;
    right: 0;

    @media (min-width: 992px) {
        font-size: 11pt;
    }

    svg {
        color: #fe4669;
        fill: #fe4669;
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    #products .products {
        gap: 0;
    }

    .product-miniature {
        padding-left: 5px;
        padding-right: 5px;
    }

    .owl-item .product-miniature {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-slide .product-miniature {
        padding-left: 0;
        padding-right: 0;
    }
}

.suggested-products {
    padding-top: 30px;
}

.product-feature {
    line-height: 2;
}

.product-quantities {
    line-height: 2;
}

#content-wrapper > #main:not([itemscope]) {
    min-height: 80vh;
}