
#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;
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 50px;
}

.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: 47%;
    margin-bottom:15px;
}

.qr-img {
    width: 50%;
}

.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;
}

.product-p-qty, .product-addtc-btn {
    width: 46%;
}

#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; 
    }
}

@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) {
    .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 {
        display:none;
        /* 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;
    }

    .reviews-div-content-center {
        text-align: center;
    }

    .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: 575px) {
    .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(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;
    }

    #pencil-banner-content *:not(:first-of-type) {
        display: none;
    }
}

.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;
}

.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;
}

#pencil-banner {
    height: 60px;
    overflow: hidden;    
}

#pencil-banner a {
    color: #000;
}

#pencil-banner-content {
    height: inherit;
    display: flex; 
    max-width: 1170px; 
    margin: 0 auto; 
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#pencil-banner-content a {
    color: black;
}

#pencil-banner-content * {
    margin: 0;
}

.how-reviews-work-p {
    cursor: pointer;
    color: #17a2e0;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .delivery-table-info {
        width: 100% !important;
    }
}

/* @media (max-width: 1199px) { */
    /* Homepage products */
    .watch-product-families .product-families-pagination .pagination-item:focus,
    .watch-product-families .product-families-pagination .pagination-item:hover,
    .watch-product-families .product-families-pagination .swiper-pagination-bullet:focus,
    .watch-product-families .product-families-pagination .swiper-pagination-bullet:hover {
        color:#b4b4af;
    }

    .watch-product-families .product-families-pagination .pagination-item.active, 
    .watch-product-families .product-families-pagination .pagination-item.swiper-pagination-bullet-active, 
    .watch-product-families .product-families-pagination .swiper-pagination-bullet.active, 
    .watch-product-families .product-families-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #464641 !important;
    }
/* } */

@media (max-width: 520px)
{
    .sc-cp-mobile {
        height: 320px !important;
    }

    .sc-cp-mobile .product-name-title {
        font-size: 16px !important;
    }
}

.payment_module .cashondeliverypaczkomat span > span{  font-size: 80%;}
.payment_module .cashondeliverypaczkomat span > span:before{  content: "\A"; display:block;}

.service-request-form-div {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.service-request-form-div label {
    margin: 0;
}

.service-request-section {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px 20px 40px 20px;
}

.service-request-form-2-col {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-request-form-input {
    border-radius: 6px;
    border: 1px solid #aaa;
}

#service-request-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-request-form-div-pt {
    margin: 0 !important;
}

.service-request-form-div input[type=file] {
    border: none !important;
}
/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column ul,
#cms #center_column ol,
#cms #center_column dl { margin-left:25px; margin-bottom:20px }
#cms #center_column li { margin-bottom:5px }

.terms-and-conditions-container {
  /*margin: 2%;*/
  overflow: hidden;
}
/*.terms-and-conditions-container h1 {
  padding: 10px 0;
  text-align: center;
  font-size: calc(32px + 8*(100vw - 1024px)/896);
}*/
.terms-and-conditions-container h2 {
  padding: 10px 0;
  text-align: left;
  font-size: calc(20px + 4*(100vw - 1024px)/896);
}    
.terms-and-conditions-container > div > ol > li:has(h2)::marker {
  font-size: calc(20px + 4*(100vw - 1024px)/896);
}
.terms-and-conditions-container h3 {
  font-size: calc(18px + 4*(100vw - 1024px)/896);
}
.terms-and-conditions-container ol,
.terms-and-conditions-container ul {
  padding-left: 35px!important;
}
.terms-and-conditions-container ul > li {
  list-style-type: disc;
}
.terms-and-conditions-container ul.list-style-none > li{
  list-style-type: none;
}
.terms-and-conditions-container ol[type=a] > li {
  list-style: lower-alpha;
}
.terms-and-conditions-container ol[type=i] > li {
  list-style: lower-roman;
}
.terms-and-conditions-container ol > li,
.terms-and-conditions-container ul > li {
  text-align: justify;
  list-style-position: inherit;
}
.contract-out-wrapper,
.notice-contract-wrapper {
  text-align: center;
  padding: 10px;
}
.contract-out span,
.notice-contract span {
  word-break: break-word;
}
.contract-out p,
.notice-contract p,
.terms-and-conditions-container .service-address p {
  margin-bottom: 0;
}
.terms-and-conditions-container .service-address {
  margin-bottom: 10px;
}