
#index-newsletter-btn-register {
    margin-bottom: 12px;
}

.product-detail-review-highlight-div {
    background-color: #f7f5f5;
    padding: 50px 0;
    margin-bottom: 100px;
}

.breadcrumb {
    font-size: 14px;
}

.breadcrumb a {
    color: #b4b4af;
}

.navigation-pipe {
    padding: 0 5px;
}

.wifi-container {
    padding: 20px 200px 20px 200px;
}

.wifi-container-2 {
    padding: 20px 100px 20px 100px;
}

.wifi-grid-container {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
    row-gap: 50px;
}

.swiper-button-next::after{
    content: none!important;
}

.swiper-button-prev::after{
    content: none!important;
}

.btn-attachment {
    border-radius: 7px;
    display: inline-block;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    position: relative;
    font-weight: bold;
    background-color: #17a2e0;
    font-size: 14px;
    border: none;
}
.btn-attachment:hover, .attachment-name > a:hover{
    text-decoration: none;
}
.attachments {
    text-align: center;
    margin-bottom:30px;
    color:black;
    margin-top:30px;
}

.page-heading-instru {
    margin-top: 50px;
    margin-bottom: 100px;
    text-align: center;
}

.mobile-category-section-faq, .mcs-body-faq {
    display: none;
}

.mcs-head-faq {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.mcs-body-faq {
    height: 375px;
    border-top: 1px solid #b0b0ac;
    padding: 0 20px;
}

.mcs-body-faq ul {
    list-style: none;
    padding: 0;
}

.mcs-body-faq li {
    padding: 10px 0;
    border-bottom: 1px solid #b4b4af;
}

.mcs-body-faq li:last-of-type {
    border-bottom: none;
}

.mcs-body-faq a {
    font-size: 14px;
    color: #000;
}

.arrow-down-faq {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #b4b4af;
}

.content-gk {
    padding: 20px 5% 80px 5%;
}

.page-heading-gk {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}

.advsm-map {
    max-width: 1500px !important;
    height: 522px !important;
}

.advsm-container {
    padding: 20px 0 40px 0;
}

.cm-swiper {
    margin: 0 auto;
    max-width: 1500px !important;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transform: translateX(0);
}

.section-faq {
    margin-bottom: 100px;
    padding: 0 10px;
}

.page-heading-faq {
    max-width: 1470px;
    margin: 0 auto;
    text-align: center;
    padding: 64px;
}

.page-heading-faq h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.page-heading-faq p {
    font-size: 18px;
    line-height: 175%;
}

.search-section-faq {
    max-width: 800px;
    margin: 0 auto;
}

.search-section-faq form {
    position: relative;
    display: flex;
}

.search-section-faq input {
    font-size: 18px;
    width: 100%;
    border: 1px solid #b4b4af;
    border-radius: 8px;
    padding: 27px 18px;
}

.ico-search-faq {
    background-color: #fff !important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px !important;
}

.main-section-faq {
    max-width: 1710px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
}

.categories-section-faq {
    flex-basis: 25%;
}

.category-container {
    border: 1px solid #b4b4af;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.category-card-faq {
    padding: 30px 0;
    border-bottom: 1px solid #b4b4af;
}

.category-card-faq:last-of-type {
    border: none;
}

.category-card-faq a {
    font-size: 18px;
    color: #b0b0ac;
    text-decoration: none;
    transition: 0.2s;
}

.category-card-faq a:hover {
    color: #000;
}

.result-section-faq {
    flex-basis: 66%;
}

.result-section-products-faq {
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-template-rows: 200px 200px 200px 200px;
    column-gap: 30px;
    row-gap: 30px;
}

.result-section-products-faq a {
    color: black;
    text-decoration: none;
}

.product-card-faq {
    position: relative;
    width: 250px;
    height: 160px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 10%);
    transition: 0.2s;
}

.product-card-faq:hover {
    box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 25%);
}

.product-img-faq {
    top: 10px;
    position: absolute;
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-top: -30px;
}

.product-name-faq {
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.faq-card {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 15%);
    cursor: pointer;
    height: auto;
    user-select: none;
}

.faq-card-question {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.faq-card-question > span {
    font-size: 16px;
}

.faq-card-answer {
    overflow: hidden;
}

.faq-card-answer span {
    line-height: 150%;
    font-size: 16px;
}

.span-chevron {
    position: absolute;
    top: 5px;
    right: 0;
}

.products-section-instru {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.4%;
    row-gap: 40px;
    margin-bottom: 100px;
}

.product-card-instru {
    position: relative;
    flex-basis: 13%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 10%);
    height: 150px;
    border-radius: 8px;
    transition: 0.2s;
    color: #000;
}

.product-card-instru img {
    width: 100px;
    height: 120px;
    object-fit: contain;
    margin-top: -30px;
}

.product-card-instru p {
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 15px;
    margin: 0;
}

.product-card-instru span {
    display: none;
    position: absolute;
    bottom: 7.5px;
    right: 20px;
}

.review-section-btns-po {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 10px;
}

.product-card-instru:hover {
    text-decoration: none;
    color: #000;
    scale: 1.01;
    box-shadow: 0.0125rem 0.125rem 1rem rgb(0 0 0 / 25%);
}

.page-heading-do {
    padding: 20px;
    text-align: center;
    max-width: 1200px;
}

.page-heading-do h1 {
    font-size: 24px;
    margin-bottom: 25px;
}

.products-section-do {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6.6666%;
    row-gap: 100px;
    margin-bottom: 100px;
}

.product-card-do {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 20%;
}

.product-card-do img {
    height: 150px;
    margin-bottom: 20px;
    object-fit: contain;
}

.product-card-do a:hover {
    background-color: #191919;
    text-decoration: none;
}

.product-section-left-img-div-po {
    margin-top: 10px !important;
    display: flex;
}

.product-section-left-img-div-po img {
    width: 120px;
}

.main-section-po {
    margin-top: 100px;
}

.comments-section-po {
    display: flex;
    flex-direction: column;
}

#review-form {
    display: flex;
    flex-direction: column;
}

#review-form input,textarea {
    padding: 7.5px;
}

.review-section-po input,textarea {
    border: 1px solid #bcc1c7;
    border-radius: 3px;
}

.comment-card-po {
    margin: 10px 0 14px 0;
    padding: 25px 25px 5px;
    box-shadow: 0 13px 69px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.comment-card-head-po {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.comment-card-head-po span {
    font-size: 13.6px;
    color: #b4bbcb;
}

.comment-card-res-po {
    position: relative;
    margin: 20px 0 24px 100px;
    padding: 25px;
    background-color: #e2e2e2;
    border-radius: 8px;
}

.comment-card-res-po p {
    margin: 0;
}

.comment-card-figure-po {
    position: absolute;
    top: -8px;
    background-color: #e2e2e2;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 3px;
}

.review-header-po {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.comments-heading-po {
    display: flex;
    align-items: end;
    margin-bottom: 40px;
}

.comments-heading-po h2 {
    font-size: 33px;
    margin: 0 8px 0 0;
}

.comments-heading-po span {
    color: #b4b4af;
}

.product-detail-review-form-star {
    margin: 0;
    color: #17a2e0;
}

.ics-po {
    cursor: pointer;
}

.product-section-po {
    display: flex;
}

.product-section-left-po {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-basis: 50%;
    height: 100%;
}

.product-section-right-po {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    height: 100%;
}

.product-section-right-heading-po {
    display: flex;
    justify-content: space-between;
}

.product-section-right-grade-po {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-section-right-grade-po span {
    width: 30%;
}

.product-section-right-grade-po span:last-of-type {
    font-size: 14px;
    text-align: right;
    width: 15%;
}

.product-review-rating-div {
    display: flex;
    align-items: center;
}

.product-review-rating {
    margin-right: 10px;
}

.product-review-point {
    color: #17a2e0;
}

.review-bar-bk-po {
    z-index: 0;
    position: relative;
    width: 55%;
    height: 12px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.review-bar-progress-po {
    z-index: 1;
    position: absolute;
    background-color: #17a2e0;
    height: 12px;
    border-radius: 10px;
}

.iconm-star-filled, .iconm-star-empty, .iconm-star-half-stroke {
    font-size: 18px;
}

.product-section-right-grades-div-po {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 10px;
}

.product-section-right-grades-div-po span:last-of-type {
    font-size: 14px;
}

.product-section-container-po {
    width: 85%;
}

.header-search-mobile {
    margin: 0 auto !important;
    display: none;
    padding-bottom: 15px;
}

.header-search-mobile .input-group {
    margin-top: 20px !important;
}

.nav-main {
    padding-top: 141px;
}

.qr-container {
    display: flex;
    column-gap: 2%;
    margin-bottom: 50px;
}

.qr-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
}

.qr-img {
    width: 100%;
}

.wifi-faq {
    margin: 0 auto;
    max-width: 66.6666666667%;
}

.carousel-container, .carousel-container-3 {
    position: relative;
    overflow-x: hidden;
}

.carousel-container-3 {
    z-index: 10;
}

.carousel-slide, .carousel-slide-3 {
    width: 100%;
    display: flex;
}

.carousel-slide img, .carousel-slide-3 .slide {
    margin: 0 auto;
    flex: 0 0 auto;
}

.div-dots {
    display: flex;
    margin-bottom: 10px;
}

.div-dots button {
    cursor: pointer;
    border: none;
    background-color: #ccc;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50px;
}

.base-slider-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px 0;
}

.base-slider-dot, .base-slider-dot-3 {
    margin: 0 3px;
    height: 8px;
    width: 8px;
    padding: 0;
    border: solid #707070 1px;
    border-radius: 3px;
    background: none;
    transition: 0.2s;
}

.product-disable-drag {
    -webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.base-slider-dot:hover {
    background: #707070;
}

.base-slider-dot:focus, .base-slider-dot-3:focus{
    outline: none;
}

.tns-nav-active, .tns-nav-active-3 {
    width: 20px;
    background: #707070;
}

.product-main-card {
    flex-wrap: nowrap;
    justify-content: space-between;
    /*align-items: center;*/
}

.product-main-card-images {
    display: flex;
    position: relative;
    margin-top: -60px;
}

.product-main-card-content {
    width: 45%;
    min-height: 600px;
}

.product-info-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.product-ava-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
}

.product-addtc-div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#oos_customer_email{margin-bottom:10px;width:100%;}
.product-p-qty, .product-addtc-btn {
    width: 46%;
}
#mailalert_link2{width:100%}

#oosHook {
    border-bottom: 1px solid #e3e3e3;
}
/*
.product-ava-none {
    margin-top: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
*/
.review-img {
    width: 360px;
    height: 270px;
    object-fit: contain;
}

.recommendation-product-a {
    font-size: 20px;
    color: #191919;
    font-weight: bold;
}

.recommendation-product-a:hover {
    color: #191919;
    text-decoration: none;
}

.recommandation-product-price-span {
    font-size: 15px;
}

.product-image-wrapper {
    margin: -20px 50px 0px ;
}

.blog_description {
    margin-bottom: 150px !important;
}

.discover-product-a-sp {
    color:#191919;
}

.discover-product-a-sp:hover {
    color: #191919 !important;
    text-decoration: underline !important;
}

.warning_inline {
    font-size: 16px;
    color: #e85c41;
}

.success_inline {
    font-size: 16px;
    color: #198754;
}

.content_prices clearfix {
    width: 20%;
}

.product-card-header-div {
    width: 100%;
}

@media (max-width: 997px) {
    .product-ava-none {
        flex-direction: column;
        align-items: start;
    }

    .product-ava-none input:first-of-type {
        margin-bottom: 10px;
    }

    .product-ava-none > * {
        width: 100% !important;
    }

    .product-main-card {
        flex-direction: column;
        row-gap: 20px;
    }

    .product-main-card-content {
        width: 100%;
        padding: 0 20px;
    }

    .product-addtc-div {
        align-items: start;
        flex-direction: column;
    }

    .product-p-qty {
        display: flex;
        flex-direction: column;
    }

    .product-p-qty span input {
        width: 100%;
    }

    .product-p-qty, .product-addtc-btn {
        width: 100%;
    }

    .socialsharing_product {
        display: flex;
        flex-direction: column;
    }

    .product-main-card-images {
        margin-top: 0;
    }

    #product-360 {
        position: absolute;
        right: 30px;
    }

    #image-block {
        text-align: center;
    }

    #thumbs_list {
        width: 75% !important;
        max-width: none !important;
    }
}

@media (max-width: 768px) {
    .advsm-map {
        height: auto !important;
    }
    .advsm-main {
        height: 500px !important;
    }

    #search-page-nav-tabs {
        display: grid;
        grid-template-columns: 48% 48%;
        grid-template-rows: 55px;
        column-gap: 4%;
    }

    #search-page-nav-tabs li {
        margin: 0 !important;
    }

    #search-page-nav-tabs li a {
        line-height: 20px;
    }


}

@media (min-width: 1144px) and (max-width: 1510px) {
    .result-section-products-faq {
        grid-template-columns: 250px 250px 250px;
        grid-template-rows: 200px 200px 200px;
    }
}

@media (min-width: 700px) and (max-width: 1143px) {
    .result-section-products-faq {
        grid-template-columns: 250px 250px;
        grid-template-rows: 200px 200px;
    }

    .category-card-faq a {
        font-size: 14px;
    }
}

@media (max-width: 699px) {
    .result-section-products-faq {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mobile-category-section-faq {
        display: block;
        margin: 0 10px 20px 10px;
        border: 1px solid #b4b4af;
        border-radius: 2px;
    }

    .categories-section-faq {
        display: none;
    }

    .result-section-faq {
        flex-basis: 100%;
    }

    .search-section-faq input {
       padding: 14px;
    }

    .product-card-faq {
        width: 100%;
    }

    .result-section-products-faq a {
        width: 45%;
    }

    .cart_navigation {
        flex-direction: column-reverse;
        row-gap: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-card-instru {
        flex-basis: 20%;
    }

    .products-section-instru {
        column-gap: 6.66666%;
    }
}

@media (min-width: 768px) {
    .swiper-pagination-designer {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-card-instru {
        flex-basis: 28%;
    }

    .products-section-instru {
        column-gap: 8%;
    }

    .product-section-po {
        flex-direction: column;
    }

    .product-section-right-po {
        margin-top: 50px;
    }

    .product-section-container-po {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fieldset-my-account-klub {
        display: flex;
        flex-direction: column;
    }

    .account-my-products-p-img {
        width: 70%;
    }

    .ybc-blog-wrapper-body {
        flex: none;
        max-width: 100%;
    }

    .product-card-instru {
        flex-basis: 45%;
    }

    .products-section-instru {
        column-gap: 10%;
    }

    .product-section-po {
        flex-direction: column;
    }

    .product-section-right-grade-po {
        position: relative;
        flex-direction: column;
        align-items: start;
    }

    .product-section-right-grade-po span:first-of-type {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-section-right-grade-po span:last-of-type {
        position: absolute;
        position: absolute;
        bottom: 6px;
        right: 0;
    }

    .review-bar-bk-po {
        width: 85%;
    }

    .product-section-right-po {
        margin-top: 50px;
    }

    .comment-card-head-po {
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
    }

    .product-section-container-po {
        width: 100%;
    }

    .main-section-po {
        margin-top: 50px;
    }

    .qr-container {
        flex-direction: column;
    }

    .qr-div {
        width: 100%;
    }

    .qr-img {
        max-width: 400px;
        max-height: 400px;
        height: auto !important;
    }

    .wifi-faq {
        max-width: 100%;
    }

    .wifi-grid-container {
        grid-template-columns: 100%;
    }

    .product-detail-reviews-list {
        flex-direction: column;
    }

    #contact-map {
        height: 300px !important;
    }

    .contact-office-times {
        margin-top: 30px !important;
        position: static !important;
        padding: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    #gmOMPin {
        bottom: 124px !important;
        left: 10px !important;
    }

    .contact-time {
        text-align: end;
    }
}

@media (max-width: 991px) {
    .products-section-do {
        padding: 0;
        column-gap: 10%;
    }

    .product-card-do {
        flex-basis: 45%;
    }

    .pencil-banner-stadler, .base-slider-dots {
        display: none;
    }

    .pencil-banner-stadler-mobile {
        display: flex !important;
        justify-content: center;
    }

    .review-img {
        margin-bottom: 20px;
    }

    .product-card-review-btn:first-of-type {
        margin-bottom: 12px;
    }

    .product-card-review-btn {
        width: 100%;
    }

    #video360 {
        bottom: -40px !important;
        right: 10px !important;
    }

    .nav-main {
        display: none;
    }

    .account-menu-dropdown {
        width: 250px !important;
        left: 0px;
    }

    /*.account-menu {
        padding: 10px !important;
    }*/
}

@media (min-width: 576px) and (max-width: 991px) {
    .container-main {
        padding-top: 91px;
    }

    .slider-progress {
        height: 0 !important;
    }
}

@media (max-width: 775px) {
    .container-main {
        padding-top: 84px;
    }

    #cart_summary .cart_unit {
        display: none;
    }

    #cart_summary tbody td:nth-child(3) {
        display: none;
    }

    #cart_summary tbody td:nth-child(2) {
        width:calc(100% - 100px);
    }


    #cart_summary tbody td:nth-child(4) {
        font-size: 16px;
    }
}

.product-slider-container-in {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.promotional-message {
    color: #61d377;
}

#old_price {
    font-size: 16px;
}

#our_price_display {
    font-size: 18px;
}

#contact-map {
    height: 530px;
    width: 100%;
    border-radius: 8px;
}

.contact-office-times {
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 20px;
    margin-top: 0;
    width: 300px;
    z-index: 1;
    border-radius: 8px;
}

.contact-office-times-title {
    font-size: 18px;
    padding: 0 20px 10px;
}

.contact-time-mo, .contact-time {
    font-size: 18px;
}

#gmOMPin {
    padding: 6px 13px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    border-radius: 25px;
    width: 150px;
    font-size: 16px;
    color: #000;
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
}

#gmOMPin:hover {
    text-decoration: none;
}

#gmOMPin div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#gmIPin {
    display: none;
    position: relative;
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
    background-color: #fff;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px 8px 8px;
    margin-top: 0;
    z-index: 1;
    border-radius: 8px;
}

#gmIPin span {
    font-size: 15px;
    font-weight: bold;
}

.price-tag {
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.price-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4285F4;
}

[class$=api-load-alpha-banner] {
    display: none;
}

.cms-block-netzp-blog6-block {
    margin-top: 0px;
}
*/
.product-slider-controls-next {
    top: 57% !important;
    right: 30px !important;
}

.product-slider-controls-prev {
    top: 57% !important;
    left: 30px !important;
}

.swiper-slide-pp {
    width: 33.33%;
    display: flex;
    flex-shrink: 0;
    padding: 40px 20px;
}

.card-pp {
    width: 100%;
    box-shadow: 0 3px 18px rgb(0 0 0 / 10%) !important;
}

.designer-box {
    box-shadow: 0 3px 18px rgb(0 0 0 / 10%) !important;
}

@media (max-width: 427px) {
    .designer-box {
        min-height: 247px;
    }
}

@media (max-width: 1200px) {
    .swiper-slide-pp {
        display: flex;
        flex-shrink: 0;
        padding: 40px 20px;
    }
}

@media (max-width: 991px) {
    .product-slider-controls-next {
        top: 50% !important;
        /* right: -25px !important; */
        right: -15px !important;
        z-index: 2;
    }

    .product-slider-controls-prev {
        top: 50% !important;
        /* left: -25px !important; */
        left: -15px !important;
        z-index: 2;
    }
}

.homeslider-slide-description {
    font-size: 23px;
    font-weight: 400;
    color: #b2b2b2;
    margin: 20px 0;
}

@media (max-width: 600px) {
    .swiper-slide-pp {
        padding: 40px 40px;
    }

    #navigation-menu-mobile {
        max-width: none !important;
        width: 90% !important;
    }

    .homeslider-slide-description {
        font-size: 20px;
    }

    .td-cart-product-name {
        display: flex;
        flex-direction: column;
        padding-right: 10px !important;
    }

    .payMethodEnable, .payMethodDisable {
        width: 48% !important;
        margin: 1% !important;
    }

    #product-360 {
        bottom: -55.5px;
        right: 10px;
    }

    #thumbs_list {
        max-width: 416px !important;
        width: calc(100% - 40px) !important;
        margin-left: 0 !important;
    }

    #bigpic {
        width: 320px !important;
        height: 320px !important;
    }

    .cart_discount_name .cdn-info {
        margin-right: 0px !important;
    }
}

#navigation-menu-mobile-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.8);
}

#navigation-menu-mobile {
    width: 400px;
    display: flex;
    flex-direction: column;
    z-index: 1050;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
}

.nav-menu-mobile-header {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 40px 15px 20px 20px;
    margin-bottom: 25px;
    box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
    z-index: 7;
}

.header-wishlist-btn-mobile, .header-cart-btn-mobile {
    padding: 0 !important;
    margin-left: 28px !important;
}

.account-menu-mobile {
    display: flex;
    align-items: center;
}

.mobile-nav-ul {
    position: relative;
    padding: 0;
    list-style: none;
}

button.mobile-nav-a:focus,
button.mobile-nav-a:focus:hover  {
    outline: none;
}

.mobile-nav-a {
    cursor: pointer;
    color: #464641;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.mobile-nav-a-p-allp {
    cursor: pointer;
    color: #464641;
    font-size: 14px;
}

.mobile-nav-a-p-allp:hover {
    color: #464641;
    text-decoration: none;
}

.mobile-nav-a:hover {
    color: #464641;
    font-weight: bold;
    text-decoration: none;
}

.mobile-nav-a:hover span {
    color: #464641;
    transition: 0.2s;
}

.mobile-nav-a i {
    transition: 0.4s;
}

.mobile-nav-a:hover i {
    margin-right: -5px;
}

.mobile-nav-a i {
    color: #b4b4af;
}

.mobile-nav-p-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.mobile-nav-p-div {
    margin: 30px 0;
    display: flex;
    box-shadow: none;
    padding: 0 24px;
    background-color: #fafafa;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    border-radius: 8px;
    transition-duration: .5s;
}

.mobile-nav-p-div h4 {
    font-size: 16px;
    margin: 0 !important;
}

.mobile-nav-p-section:hover {
    text-decoration: none;
}

.mobile-nav-p-div:hover {
    /* transform: scale(1.01); */
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
}

#nav-menu-mobile-footer {
    margin-top: 400px;
    padding: 30px 20px 40px;
}

.mobile-nav-cat-section {
    display: none;
    top: 0;
    position: absolute;
    width: 100%;
    left: 600px;
    background: white;
    z-index: 9999;
    height: calc(100vh - 150px);
}

#nav-menu-mobile-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    z-index: 1;
}

#nav-menu-mobile-body-div {
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#mobile-nav-main-section {
    position: absolute;
    width: 100%;
}

#newsletter-submit-btn {
    transition: all 0.23s ease-in-out 0s;
}

#newsletter-submit-btn:hover {
    background-color: #2c2c2c;
}



.pagination-nav {
    margin-bottom: 0 !important;
}

.gk-slide {
    display: flex;
    justify-content: center;
}

.gk-slide a img {
    width: 160px !important;
}

#description-href, #technical-data-href, #reviews-href {
    display: block;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 20px;
    color: #b4b4af;
}

.product-desc-href-active {
    color: #495057 !important;
}

.product-desc-href-active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    height: 4px;
    border-radius: 5px;
    background: currentColor;
}

.inshops h2 {
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
}

.gm-ui-hover-effect:focus {
    outline: none !important;
}

.inshops {
    display: block !important;
}

#pencil-banner-content a {
    color: black;
}

.fullsize-banner {
    display: flex;
    margin-top: -31px !important;
}

.search-product-h1 {
    margin-bottom: 40px;
}

.total-found-search {
    width: 25px !important;
    height: 25px !important;
    top: 7.5px !important;
}

.total-found-search p {
    font-size: 14px !important;
}

.cart_navigation {
    display: flex;
    justify-content: space-between;
}

.gm-style-iw  {
    width: 300px !important;
    max-width: none !important;
    min-width: none !important;
    border-radius: 4px !important;
}

.gm-style-iw .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

.gm-style-iw .gm-ui-hover-effect span {
    width: 16px !important;
    height: 16px !important;
}

.advsm-info-title {
    margin-bottom: 0 !important;
}

.advsm-info-address, .advsm-info-title, .advsm-info-website, .advsm-info-phone {
    text-align: center !important;
    font-size: 14px !important;
}

.advsm-info-phone span a {
    font-size: 14px !important;
}

#image-block {
    text-align: center;
}

#bigpic {
    cursor: pointer;
    width: 520px;
    height: 520px;
    object-fit: scale-down;
}

.search-result .nav-tabs {
    padding-bottom: 60px !important;
}

.page-link-active {
    background-color: #464641;
    color: #fff;
}

#index-newsletter-img {
  z-index: -1;
  min-height: 640px !important;
  object-fit: cover;
}
.product-name-h1 {
    font-size: 28px;
}

#our_price_display {
    font-size: 24px;
    font-weight: bold;
}

#unit_price_display {
    color: #777;
    font-size: 14px;
    margin-left: 6px;
}

.account_creation {
    background: #fff !important;
}

.account_creation label {
    width: auto !important;
}

.register-input {
    max-width: none !important;
}

#days, #months, #years {
    border-radius: 3px !important;
    border: 1px #aaa solid !important;
}

.account-menu-header {
    display: flex;
}

#products-tab-nav, #blog-posts-tab-nav, #notice-tab-nav, #cms-tab-nav {
    border-radius: 4px !important;
}

.account-register {
    display: flex;
    flex-direction: column;
}

.rw-advancedstoremaps-map {
   /* min-height: 537px;*/
}

.alert i {
    font-size: 17px;
}

@media (max-width: 1026px) {
    .contact-support .justify-content-center {
        display: flex;
        flex-direction: column;
    }

    .contact-support-type-wrapper {
        max-width: 100%;
        flex: none;
    }
}

@media (max-width: 575px) {
    #product_list {
        padding: 0 20px !important;
    }
}

.footer-socials {
    display: flex;
    align-items: center;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a.social-tiktok img {
    filter: invert(1);
}

.search-h4-cms {
    text-decoration: underline;
    margin: 0 !important;
}

.chevron-left-search::before {
    transform: rotate(0deg);
}

.chevron-left-search {
    margin-right: 10px;
}

.cart_quantity_down:hover {
    text-decoration: none !important;
}

.product-name-title.one-word-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.navigation-flyout-col-link p {
    color: #191919;
}
a.mobile-nav-p-section {
    color: #191919;
    font-weight: 600;
}
.mobile-nav-p-div {
    transition: all .2s ease-in-out;
}
.mobile-nav-p-div:hover {
    scale: 1.01;
}
.mobile-nav-p-div p {
    margin: 0;
}
/* .mobile-nav-p-div:hover p {
    font-size: 1.01rem;
} */
/* .mobile-nav-p-div:hover picture {
    transform: scale(1.01);
} */
#podsumowanie td#total_discount {
    text-align: right;
}
.seo-home-text {
    padding-bottom: 80px;
    padding-top: 20px;
}
.seo-home-text h2 {
    margin-bottom: 50px;
}
.seo-home-text p {
    text-align: justify;
}

.cart_discount {
    position: relative;
}

.cart_discount_price {
    position: absolute;
    right: 10px;
}

.cart_discount_name .cdn-info {
    font-weight: normal;
    margin-right: 20px;
}

.product-price .actual_price {
    font-weight: bold;
}

.ip-h1 {
    margin-bottom: 50px;
    font-size: 24px;
}

.ipn-h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px !important;
}

.iptb-h3, .ippn-h3  {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.iptb-h4, .ipn-h3 {
    font-size: 23px;
    font-weight: 400;
    color: #b2b2b2;
    margin: 0;
}

.ipn-h3 {
    margin-bottom: -6px !important;
}

.ip-oniwiu {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.2;
}

#cart_summary td.cart-u + td {
    padding: 0;
}

.search-category-a {
    width: fit-content;
    cursor: pointer;
    font-weight: bold;
}

.search-category-a-active {
    border-bottom: 2px solid #000;
}

.search-categories-div {
    display: flex;
    gap: 30px;
}

.search-h1 {
    text-transform: none;
}

.grid-search-products, .grid-search-blog-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 40px;
}

.grid-search-products {
    padding: 0 30px;
}

.grid-search-blog-posts {
    padding: 0;
}

.grid-search-item {
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.search-tab-heading {
    display: flex;
    column-gap: 4px;
    align-items: baseline;
}

.section_search-heading-span {
    color: grey;
}

.block-article-search__heading {
    min-height: auto;
    margin-bottom: 0;
    font-size: 20px;
    line-height: normal;
}

.block-article-search__heading {
    text-transform: none;
    text-decoration: underline;
}

.block-article-search-header-div {
    display: flex;
    column-gap: 10px;
    margin-bottom: 10px;
}

.block-article-search-arrow-right {
    font-size: 24px;
}

.block-article-search__desc {
    padding-left: 30px;
    color: #000;
}

.search-articles-section {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.section-search__heading {
    margin-bottom: 10px;
}

.search-category-content {
    display: none;
}

.search-category-content-active {
    display: block;
}

.search-grid__blog_post {
    display: flex;
    flex-direction: column;
    height: 320px;
    border-radius: 8px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.2s;
}

.search-grid__blog_post:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.search-grid__blog_post_header {
    display: flex;
    height: 50%;
}

.search-grid__blog_post_body {
    height: 50%;
    position: relative;
    padding: 5px 15px;
}

.search-blog-post-img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.block-blog-post-search__heading {
    line-height: 150%;
    font-size: 20px;
}

.block-blog-post-search__readmore {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    column-gap: 6px;
    font-size: 18px;
}

.search-products-pagination {
    margin-top: 60px;
    display: flex;
    list-style: none;
    padding: 0;
    column-gap: 10px;
    justify-content: center;
}

.search-products-pagination #pagination_previous {
    color: #000;
}

.search-products-pagination .page-item .page-link {
    padding: 10px 14px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    transition: all 0.2s;
}

.search-products-pagination .page-item .page-link:hover {
    color: #fff;
    background: #343434;
}

.search-products-pagination .page-item.active.current .page-link {
    color: #fff;
    background: #343434;
}

#pagination_next svg, #pagination_previous svg {
    vertical-align: text-bottom;
}

#pagination_next svg use, #pagination_previous svg use {
    fill: #000 !important;
}

#pagination_next:hover svg use, #pagination_previous:hover svg use {
    fill: #fff !important;
}

@media (max-width: 575px) {
    .grid-search-products, .grid-search-blog-posts {
        grid-template-columns: repeat(1, 1fr);
    }

    .search-categories-div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0;
        row-gap: 10px;
    }

    .search-h1 {
        font-size: 24px;
    }

    .chat {
        padding: 9px 9px !important;
    }

    .chat-icon {
        width: 30px !important;
        height: 24px !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .grid-search-products, .grid-search-blog-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

.input-text {
    border: 1px solid #e9e9e9;
}

.contact-form-row-label {
    font-weight: bold;
    width: 220px;
    float: left;
}

.field-wrapper {
    width: calc(100% - 220px);
    float: left;
    position: relative;
}

.file-input {
    background: none;
    border: none;
    padding: 0;
}

.contact-icon {
    margin-bottom: 10px;
}

.contact-icon:after {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../img/contact_icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.contact-faq-icon:after {
    width: 35px;
    background-position: -203px 0;
}

.contact-form-icon:after {
    background-position: -164px 0;
}

#form-contact-laura {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .form-row {
        display: flex;
        flex-direction: column;
    }

    .field-wrapper {
        width: 100%;
    }

    .product-reivews__header::after {
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        font-size: 25px !important;
        line-height: 25px !important;
    }
}

.chat {
    display: flex;
    position: fixed;
    right: 0;
    z-index: 999999;
    top: 37%;
    background-color: rgba(0,0,0,0.3);
    padding: 9.5px 13px;
    cursor: pointer;
}

.chat-icon {
    display: inline-block!important;
    margin: 0;
    width: 44px;
    height: 36px;
    background-image: url('/themes/laurastar/img/icon_live_chat.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#chat-background {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 99999;
}

.chat-section {
    max-width: 630px;
    min-width: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fff;
    padding: 30px;
}


.chat-h5 {
    font-size: 18px;
    text-align: center;
    text-transform: none;
}

.chat-btn {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    padding: 4px 20px;
    margin-top: 10px;
    background-color: #3799ea;
}

.chat-section-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.swiper-wrapper {
    align-items: center !important;
}*/

.product-bulletpoints {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-bulletpoint {
    display: flex;
    gap: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 125%;
}

.product-videos {
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.product-video {
    padding: 16px;
}

.mfp-bg-product-card {
    display: none;
}

.mfp-wrap-product-card {
    display: none;
}

.product-video-div-thumbnail {
    width: 124px;
    height: 124px;
    overflow: hidden;
}

.product-video-thumbnail-img {
    transition: transform .35s ease,-webkit-transform .35s ease
}

.product-video-thumbnail-img:hover {
    transform: scale(110%);
}

#carousel-recommendations .owl-nav, .pdp-accessoires-wrap .owl-nav {
    position: static;
}

.pdp-accessoires-wrap .owl-nav button {
    top: 58%;
}

#carousel-recommendations .owl-nav button {
    top: 50%;
}

.features-main-product-ts {
    z-index: 95 !important;
}

.overlay-popup-wrap .overlay-inner {
    z-index: 99999 !important;
    width: 730px !important;
}

.overlay-product-ts {
    z-index: 10000 !important;
}

@media (max-width: 540px) {
    .product-video-td {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .pdp-accessoires-wrap .owl-nav {
        position: relative !important;
        top: 0 !important;
        max-width: none !important;
    }

    #carousel-recommendations .owl-nav {
        position: relative !important;
        top: 25px !important;
        max-width: none !important;
    }

    #product-content {
        margin-top: 61px;
    }

    .product-color-picker-section {
        background-color: #d8dddd;
        padding: 10px 25px !important;
    }

    .prices-drop-grid {
        grid-template-columns: 100% !important;
        column-gap: 0 !important;
    }
}

@media (max-width: 1024px) {
    .pdp-features {
        padding: 0 30px !important;
        background-color: #a5acad !important;
    }

    .menu-product-a {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #product-content {
        margin-top: 32px;
    }

    .page-header--category {
        margin-top: 135px;
        min-height: unset !important;
        height: 280px !important;
    }
}

#az_mouseOverZoomContainer {
    border: none !important;
}

.axZmThumbSlider_button_new.right {
    left: calc(100% - 32px) !important;
    right: none;
}

.advsm-map {
    position: relative;
}

.new_comment_form_content #content {
    width: 100% !important;
}

#new_comment_form {
    max-width: 585px !important;
    width: inherit !important;
}

.close-chat-span {
    position: absolute;
    top: -4px;
    right: -10px;
    cursor: pointer;
    padding: 4px 10px;
}

.axZm_mouseOverZoomMsg {
    display: none;
}

.product-color-picker-section {
    padding: 10px 0;

}

.product-color-picker {
    margin-top: 5px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.product-color-variant.active {
    border: 1px solid #555;
    border-radius: 50%;
    padding: 3px;
}

.row-listingpage__prices-drop {
    max-width: none !important;
    flex: none !important;
}

.prices-drop-grid {
    display: grid !important;
    grid-template-columns: 32% 32% 32%;
    column-gap: 2%;
}

.prices-drop-grid .grid__item {
    width: 100% !important;
}

.custom-control-color-input {
    position: relative;
}

.ul-layered-color {
    list-style: none;
    display: flex;
    column-gap: 15px;
}

.filter-active {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-grid__video {
    display: flex;
    flex-direction: column;
    height: 250px;
}

.owl-nav-index-subc, .owl-nav-ft {
    position: absolute !important;
    width: 100% !important;
    top: 50% !important;
    max-width: none !important;
    transform: translateY(-50%);
}

.swiper-next1, .swiper-prev1, .swiper-next2, .swiper-prev2, .swiper-ft-next, .swiper-ft-prev {
    background: none !important;
}

.swiper-prev2, .swiper-ft-prev {
    left: -20px !important;
}

.swiper-next2, .swiper-ft-next {
    right: -20px !important;
}

@media (max-width: 768px) {
    .index-sub-w-c {
        padding-bottom: 70px !important;
    }

    .owl-nav-index-subc {
        top: auto !important;
        bottom: 0 !important;
    }

    .owl-nav-ft {
        position: absolute !important;
        width: 100% !important;
        max-width: none !important;
        top: auto !important;
    }
}

.homeslider-yt-a {
    margin-top: 18px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.homeslider-yt-a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    font-family: IconLaur;
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    color: inherit !important;
    left: auto !important;
    margin: 0 !important;
    text-align: unset !important;
}

.shoping-cart-empty-div {
    min-height: 400px;
}

.scroll-up-nav {
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 45%;
    right: 0;
    cursor: pointer;
}

#pencil-banner-content div {
    color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    overflow: hidden;
    gap: 10px;
}

#module-bankwire-payment .przesuniecie,
#module-payu-success .przesuniecie,
#module-cashondeliverywithfee-validation .przesuniecie,
#module-payu-payment .przesuniecie {
    min-height: 185px;
}

.home-sliders {
    background-image: linear-gradient(to right, #bfc5c5 0, #9fa8a8 100%);
}

.heading-desc-club-d {
    padding-top: 10px;
    padding-right: 10px;
}

@media (max-width: 500px) {
    .swiper-slide.item {
        /*margin-top: 45px;*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 555px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .swiper-slide.item {
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 480px;
    }

    .home-sliders .img-responsive {
        height: 100%;
        object-fit: cover;
    }

    .newsletter-in-page__content {
        padding-top: 0;
    }
}

.page-header__image-newsletter {
    top: -100px !important;
}

@media (max-width: 767px) {
    .slider-controls__dots-hs {
        display: none !important;
    }

    .main-content-ybc-blog-list {
        margin-top: 95px !important;
    }

    .fp-block-video-h5 {
        height: auto !important;
    }

    .ide-label {
        width: 130px !important;
    }

    .ide-input {
        width: calc(100% - 130px) !important;
    }

    .heading-desc-club-d {
        padding-right: 20px !important;
    }

    .page-header__image-newsletter {
        top: 0 !important;
        opacity: unset !important;
    }

    .tld-banner-img {
        height: 100% !important;
        width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
    #pencil-banner-content div > div:not(:first-of-type) {
        display: none;
    }

    #module-bankwire-payment .przesuniecie,
    #module-cashondeliverywithfee-validation .przesuniecie,
    #module-payu-payment .przesuniecie {
        min-height: unset;
    }

    .guest-tra-container {
        margin-top: 120px !important;
    }

    .cart-alert-container {
        margin-top: 90px !important;
    }
}

.cena-obowiazuje {
    padding-top: 10px;
}

.informacja_ustawowa_o_cenie .kwota {
    white-space: nowrap;
    display: inline-block;
    margin-right: 3px;
}

#order_step {
    padding: 0 10px;
}

.main-content-ybc-blog-list {
    margin-top: 45px;
}

.menu-product-a {
    margin-bottom: 6px;
}

/* .attr-slide-bg-img {
    background-size: contain;
    background-position: right;
} */

.bloc-services__item {
    margin-bottom: 20px;
}

.zn-con-quote {
    line-height: 26px;
    font-size: 24px;
    color: #D9000D;
}

.fp-block-video-h5 {
    height: 72px;
}

.guest-tra-container {
    padding-top: 30px;
    min-height: 500px;
    margin-top: 162px;
}

.on-img {
    margin-bottom: 16px;
}

.newsletter-in-page__content {
    padding-bottom: 150px;
}

.cat-select-arrow {
    right: 6px !important;
}

.select-wrapper-cat select:focus-visible {
    outline: none !important;
}

#selectProductSort21 option {
    padding-left: 10px !important;
}

.filter-multi-select-list {
    flex-wrap: wrap;
    row-gap: 10px;
}

.cart-alert-container {
    margin-top: 162px;
    min-height: 500px;
    padding: 20px !important;
}

.address_update a span {
    text-transform: uppercase;
}

@media (max-width: 510px) {
    .page-header--subcategory .page-header__caption {
        top: 20% !important;
    }
}

.how-reviews-work-p {
    margin-top: 10px;
    cursor: pointer;
    color: #3799ea;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #3799ea;
    width: max-content;
}

.mainbox404 {
    width: 1016px;
    max-width: 100%;
    margin: auto;
    padding: 0 40px;
    min-height: 500px;
}
@media screen and (min-width: 640px) {
    #izzivideos {
        padding-left: 76px !important;
    }
}

.slot-collapse-wrap.is-collapsed .collapse-item.active .cl-content-init {
    display: none !important;
}

@media (max-width: 400px) {
    .nav-tabs__link-parownice {
        font-size: 13px;
    }
}

@media (max-width: 946px) {
    .banners__wrap-v2 {
        flex-wrap: wrap;
    }
}

.img-responsive-homeslider {
    width: 100% !important;
}

.btn-add-to-card {
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
}

@media (max-width: 767px) {
    .btn-add-to-card {
        width: 180px !important;
    }

    #add_to_cart {
        text-align: center;
    }
}
.payment_module .cashondeliverypaczkomat span > span{  font-size: 80%;}
.payment_module .cashondeliverypaczkomat span > span:before{  content: "\A"; display:block;}

/* Attachmens */
.attachments__box {
    display: flex;
    flex-wrap: wrap;
}

.attachments__headline {
    color: #3799ea;
    cursor: default;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 40px;
    padding-top: 20px;
}

.attachments {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.attachment {
    width: 220px;
    margin-inline: 15px;
}
/* !Attachmens */

.payment-options,
/*.delivery-options-grid*/
 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
    padding-block: 1rem;
}
.payment-option-card,
.delivery-option {
    border: 2px solid #999999;
    border-radius: 10px;
}
.payment-option {
    margin-bottom: 0 !important;
}
.delivery-option {
    width: 100%;
    height: fit-content;
    margin: 10px !important;
}
.delivery-option label,
.payment-option label {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    cursor: pointer;
}
.delivery-option:hover,
.payment-option-card:hover {
    border: 2px solid #6cb86a;
}
.delivery-option-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.delivery-option-content img,
.payment-checkout-img {
    width: 45px !important;
    height: 45px !important;
    padding: 2px;
    object-fit: contain;
    background-color: #518a70;
    border-radius: 50%;
    margin: 0 30px 0 15px;
}
.delivery-option-content-text,
.h6.carrier-name {
    font-size: 14px;
}
.delivery-option-content-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#checkout-personal-information-step .nav {
    display: flex;
    align-items: center;
}
#select-widget {
    background-color: #fff;
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #999999;
    box-shadow: unset;
}
.order-options #delivery textarea {
    width: 100%;
    border-radius: 10px !important;
    border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
    .delivery-options-grid,
    .payment-options {
	grid-template-columns: 1fr;
    }
    .js-address-form button,
    #js-delivery button {
	width: fit-content !important;
	margin: 0 !important;
	padding: 10px 40px !important;
    }
}
.delivery-option-content img, .payment-checkout-img {
  width: 45px !important;
  height: 45px !important;
  padding: 2px;
  object-fit: contain;
  background-color: #518a70;
  border-radius: 50%;
  margin: 0 30px 0 15px;
}
/*
picture img {
  width: 100%;
  height: auto;
  display: block;
}
*/
/* START NEW PAYMENT */
.payment-options .payment-option .payment-checkout-logo {
    width: 135px;
    height: 100%;
    padding: 0.5rem;
}
.payment-options .payment-option .logo-background {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    transition: all 0.3s;
}
.payment-options .payment-option.cashondelivery .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_08.png);
}
.payment-options .payment-option.cashondelivery:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.cashondelivery .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_08.png);
}
.payment-options .payment-option.cashondeliverywithfee .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_07.png);
}
.payment-options .payment-option.cashondeliverywithfee:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.cashondeliverywithfee .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_07.png);
}
.payment-options .payment-option.bankwire .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_05.png);
}
.payment-options .payment-option.bankwire:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.bankwire .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_05.png);
}
.payment-options .payment-option.payu .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_01.png);
}
.payment-options .payment-option.payu:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_01.png);
}
.payment-options .payment-option.payu-blik .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_04.png);
}
.payment-options .payment-option.payu-blik:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu-blik .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_04.png);
}
.payment-options .payment-option.payu-paypo .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_02.png);
}
.payment-options .payment-option.payu-paypo:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.payu-paypo .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_02.png);
}
.payment-options .payment-option.santander .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-gray_03.png);
}
.payment-options .payment-option.santander:hover .logo-background,
.payment-options .payment-option-card.checked .payment-option.santander .logo-background {
    background-image: url(/themes/laurastar/assets/img/icon/payment/ikony_platnosci-ir-green_03.png);
}
/* END NEW PAYMENT */
/* Payment - Summary */
body#module-cashondeliverywithfee-validation .row2,
body#module-payu-payment .row2,
body#module-bankwire-payment .row2 {
    max-width: 1170px;
    margin: auto;
}
body#module-bankwire-payment .box {
    padding: 0;
}
p.cart_navigation .button.buttonik {
    float: none;
    margin-left: 0;
    padding: 14px 16px !important;
}
#payuForm .payuConditions #uniform-agree_law {
    padding-top: 0;
    margin-right: 5px;
}
@media (min-width: 577px) {
    p.cart_navigation:not(.clearfix) {
	display: flex;
	justify-content: space-between;
    }
}
@media (max-width: 1170px) {
    body#module-cashondeliverywithfee-validation .row2,
    body#module-payu-payment .row2,
    body#module-bankwire-payment .row2 {
	margin: 10px;
    }
}
@media (max-width: 576px) {
    p.cart_navigation button.button.buttonik {
	width: 100% !important;
    }
}
/* !Payment - Summary */

.delivery-option.checked, .payment-option-card.checked {
  border: 2px solid #6cb86a;
  outline: .375rem solid rgba(108, 184, 106, .3) !important;
  outline-offset: 0;
}