/*.paginationItem {
    color: #fff;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
}

.paginationItem:hover {
    color: #C8AC98;
}

.paginationItem.active {
    color: #C8AC98;
    padding: 5px 8px;
    border: 1px solid #C8AC98;
    border-radius: 5px;
}*/

.special_offer-item-price p.oldPrice{
    /*padding: 10px 10px 0px 25px;*/
    color: #a6a5a5;
    font-size: 17px;
}

.special_offer-item-price p.newPrice{
    color: #FA314A;
    font-size: 23px;
    font-weight: bold;
}

/*.underlined-price-box {
    display: flex;
    justify-content: space-around;
}

.underlined-price {
    width: 80px;
    height: 1px;
    background-color: #a6a5a5;
    transform: translateY(-12px);
}

@keyframes ldio_04g6rlc2rukt {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}*/


/*.ldio_04g6rlc2rukt div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio_04g6rlc2rukt 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ldio_04g6rlc2rukt div:nth-child(1) {
    border-color: #2081b7;
    animation-delay: 0s;
}
.ldio_04g6rlc2rukt div:nth-child(2) {
    border-color: #2d9ee0;
    animation-delay: -0.5s;
}
.loadingio_spinner_ripple_b7wiz0mrh17 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: transparent;
    top: 50%;
    left: 50%;
}
.ldio_04g6rlc2rukt {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; !* see note above *!
}
.ldio_04g6rlc2rukt div {
    box-sizing: content-box;
}


.Loader__centred {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100%;
}*/


/*!*.special_offer-item-price p.oldPrice:after{*/
/*    content: "";*/
/*    !*background-color: #FA314A;*!*/
/*    background-color: #a6a5a5;*/
/*    height: 1px;*/
/*    width: 80px;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: -6px;*/
/*}*!*/


/*.checkWrapper {
    display: flex;
    color: white;
    align-items: center;
}

.checkWrapper input {
    margin-right: 5px;
}

.charName {
    color: white;
}*/

.webshop-products-view-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.ws-category-list {
    /*width: calc(25% - 20px);*/
    width: 350px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 350px;
    margin: 19px;
    transition: .1s!important;
}

/* .ws-category-list:hover {
    box-shadow: 1px 3px 10px rgba(102, 102, 102, .5);
} */

.webshop_category-list-leve1 .ws-category-list {
    width: unset;
}


.ws-category-list .name {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    background: #98b4c8;
}
.ws-category-list .name-cat-3 {
    background: none;
    /* padding: 40px 0 10px; */
    padding-bottom: 10px;
}
.ws-category-list .name-cat-2 {
    background: none;
    padding: 10px 0 10px;
}
.wb-product-list-wrapper {
    display: flex;
    padding-bottom: 20px;
}

/*.webshop-cat-info-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px 0;
    font-style: normal;
    font-weight: unset;
    line-height: 20px;
}

.webshop-cat-info-text, .webshop-cat-info-img {
    padding: 10px;
}

.webshop-cat-info-text {
    color: #000000;
    display: flex;
    align-items: center;
}

.webshop-cat-info-img {
    display: flex;
    justify-content: center;
}*/

/*@media screen and (max-width: 1070px) {
    .webshop-cat-info-img {
        grid-column: 1/3
    }
    .webshop-cat-info-text {
        display: flex;
        justify-content: center;
        grid-column: 1/3;
        padding: 30px 15%;
    }
}*/

/*!*.webshop-cat-info-img img {*/
/*    width: 500px;*/
/*    height: 300px;*/
/*}*!*/

.cat-img-link-wrapper {
    box-sizing: content-box;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #BABABA;
    /*width: 236px;
    height: 236px;*/
    width: 200px;
    height: 200px;
    transition: .3s;
    margin: 30px auto;
}
@media (max-width: 400px) {
    .cat-img-link-wrapper {
        margin: 30px 0;
    }
    .ws-category-list {
        width: 270px;
    }
}

.cat-img-link-wrapper a img {
    width: 100%!important;
    height: 100%!important;
}

.cat-img-link-wrapper div img {
    width: 100%!important;
    height: 100%!important;
}

.ws-category-list-circle {
    border-radius: 50%;
    border: 2px solid transparent;
    overflow: hidden;
    width: 200px;
    height: 200px;
    transition: .3s;
    margin: 30px auto;
}

.sale-popular-wrapper-slick .slick-arrow {
    background: none !important;
}

.sale-popular-wrapper-slick .slick-next {
    right: -70px!important;
}

.sale-popular-wrapper-slick .slick-prev {
    left: -70px!important;
}

.category-card__img-circle {
    width: 100%!important;
    height: 100%!important;
}

.ws-category-list-circle-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* border: 1px solid #2931FF; */
    border: 1px solid transparent;
    /*min-width: 350px;*/
    /*height: 350px;*/
    height: 310px;
    margin: 19px;
    transition: .1s!important;
    /* box-shadow: 0 2px 4px rgba(102, 102, 102, .5); */
}

/* .ws-category-list-circle-wrapper:hover {
    box-shadow: 1px 3px 10px rgba(102, 102, 102, .5);
} */

.arrow-box {
    height: 100%;
    padding-bottom: 8%;
    /* margin: 0 12px; */
}

@media screen and (max-width: 1450px) {
    .arrow-box {
        margin: 0 12px;
    }
}

.wrapper-padding-cat {
    padding: 0 0 50px;
}

.mb-filters {
    display: none;
    padding: 5px 10px;
    margin-right: 10px;
    border: none;
    outline: none;
    background-color: #C8AC98;
    color: white;
}
.wb-product-filters {
    flex: 1;
    border-right: 1px solid lightgrey;
    padding: 15px;
    margin-right: 15px;
}
.wb-product-list {
    flex: 5;
}
.fl-main-title {
    color: white;
    font-size: 24px;
    text-align: center;
}
.pr-filter-vals-title:first-letter {
    text-transform: uppercase;
}
.pr-filter-vals-title {
    color: #98b4c8;
}
.pr-vals-item {
    padding: 3px 5px;
    transition: .3s;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pr-vals-item label, .pr-vals-item input {
    cursor: pointer;
}
.pr-vals-item label {
    flex: 1;
    margin-left: 5px;
}
.pr-vals-item:hover {
    background-color: #5d5e5f;
}

.pr-filter-item {
    padding: 5px;
    border-bottom: 1px solid #6d6b6b;
    color: white;
    margin-bottom: 10px;
}

.slick-dots li button:before {
    color: white !important;
    width: 10px;
    height: 10px;
    font-size: 30px;
}
.slick-dots li button:after {
    color: white !important;
}
#top-products .slick-slide {
    padding: 15px 10px;
}

.cat-link-trans {
    transition: .3s!important;
}

.ws-category-list .ws-category-list-name {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ws-category-list .ws-category-list-name .name .link {
    font-size: 120%;
    letter-spacing: 0.01em;
    line-height: 41px;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    display: block;
    text-align: center;
    padding: 8px 10px;

    border: none;
    position: relative;

    cursor: pointer;
    transition: .8s ease all;
    outline: none;
}

.ws-category-list .name-cat-2 .link {
    transition: .3s;
}

/*.ws-category-list .name .link:before,*/
/*.ws-category-list .name .link:after{*/
/*    content:'';*/
/*    position:absolute;*/
/*    top:0;*/
/*    right:0;*/
/*    height:2px;*/
/*    width:0;*/
/*    background: #C8AC98;*/
/*    transition:400ms ease all;*/
/*}*/
/*.ws-category-list .name .link:after{*/
/*    right:inherit;*/
/*    top:inherit;*/
/*    left:0;*/
/*    bottom:0;*/
/*}*/
/*.ws-category-list .name .link:hover:before,*/
/*.ws-category-list .name .link:hover:after{*/
/*    width:100%;*/
/*    transition:800ms ease all;*/
/*}*/


.ws-category-list:hover .name {
    background: #697f8f;
}

.ws-category-list:hover .name-cat-3, .ws-category-list:hover .name-cat-2 {
    background: none;
}

.ws-category-list:hover .name-cat-3 .link, .ws-category-list:hover .name-cat-2 .link {
    /* color: #6c6d8b; */
    color: #237ACA;
}
.ws-category-list:hover .ws-category-list-circle {
    border-color: #237ACA;
}

.ws-category-list:hover .cat-img-link-wrapper {
    /* border-color: #8788a7; */
    border-color: #237ACA;
}
.ws-category-list:hover {
    cursor: pointer;
}

.ws-category-list .img {
    object-fit: cover;
}

.ws-category-list .link:hover {
    text-decoration: none;
}
.webshop-category-wrapper .title {
    text-align: center;
    margin-bottom: 30px;
}
.webshop-products-heading{
    width: 100%;
    text-align: center;   
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}
.webshop-products-heading:first-letter {
    text-transform: uppercase;
}

.category-card_wrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    max-width: 1400px;
}

.webshop-products-view {
    width: 100%;
    max-width: 312px;
    margin: 0;
    margin-bottom: 30px;
    min-width: 320px;
    min-height: 420px;
    padding-bottom: 20px;
    border-top: 1px solid rgb(220,220,220);
    border-left: 1px solid rgb(220,220,220);
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    color:white;
    -webkit-box-shadow: 5px 12px 16px 1px rgba(0, 40, 120, 0.25);
    -moz-box-shadow: 5px 12px 16px 1px rgba(0, 40, 120, 0.25);
    box-shadow: 5px 12px 16px 1px rgba(0, 40, 120, 0.25);

}

.webshop-products-view:hover {
    cursor: pointer;
    -webkit-box-shadow: 5px 12px 16px 1px rgba(0,40,120,0.5);
    -moz-box-shadow: 5px 12px 16px 1px rgba(0,40,120,0.5);
    box-shadow: 5px 12px 16px 1px rgba(0,40,120,0.5);
}
.webshop-products-details-wrap {
    padding-bottom: 20px;
}


.webshop-products-details-wrap:hover {
   /* -webkit-box-shadow: 0px 7px 13px 0px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 7px 13px 0px rgba(204,204,204,0.6);
    box-shadow: 0px 7px 13px 0px rgba(204,204,204,0.6);*/
}

.webshop-products-view:hover .buy,
.webshop-products-details-wrap:hover .buy {
    opacity: 1;
}

.webshop-products-view .buy,
.webshop-products-details-wrap .buy {
    display: block;
    margin: auto;
    max-width: 200px;
    background: #920629;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    opacity: 0;
}

.webshop-products-details-wrap .buy {
    margin-top: 20px;
}

.webshop-products-view .buy .cart,
.webshop-products-details-wrap .buy .cart {
    position: relative;
    z-index: 1;
}

.webshop-products-view .buy .cart:before,
.webshop-products-details-wrap .buy .cart:before {
    content: "";
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/site/core/images/sales_cart.png) no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    z-index: 2;
}

.webshop-products-view .buy:hover,
.webshop-products-details-wrap .buy:hover {
    text-decoration: none;
    background: #fab420;
}

.webshop-products-view:nth-child(3n + 1) {
    margin-right: 0;
}
.webshop-products-view .img {
    display: block;
    max-width: 100%;
    width: 100%;
   /* border: 1px solid #f1f1f1;*/
    max-height: 310px;
}
.webshop-products-view .name {
    min-height: 70px;
    font-size: 13px;
    padding-top: 10px;
}

.name .link{
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor:pointer;
}
.webshop-products-view .price-block{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.webshop-products-view .price-block .price {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: #920629;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    /*margin-right: 22px;*/
    padding: 13px 10px;
    background-color: #f6f6f6;
    height: 100%;
    margin-right: 15px;
}

.webshop-products-view .price-block .price-double {
    padding: 0 10px;
}

.webshop-products-view .price-block .link {
    display: block;
   /* position: relative;
    z-index: 1;*/
    height: 50px;
}


.product-cart-wrapper{
    display: flex;
    justify-content: center;
}
.webshop-products-view .product-cart {

    cursor:pointer;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 12px 75px;
    margin: 10px 20px;
    border-radius: 30px;
    background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
    background-position: 100% 0;
    background-size: 200% 200%;

    font-size: 18px;
    font-weight: 300;
    color: white;
    box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
    transition: .5s;


}
.webshop-products-view .product-cart-wrapper:hover .product-cart {
    box-shadow: 0 0 0 0 rgba(0,40,120,0);
    background-position: 0 0;
    cursor: pointer;
}
.webshop-products-view .price-block .buy {
    display: none;
}
.webshop-products-view .price-block .link:hover .buy {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #ffffff;
}
.webshop-products-view .img-wrapper {
   /* position: relative;*/
    z-index: 1;
    display: block;
    min-height: 250px;
}
.webshop-products-view .img-wrapper .img-bg {
    background: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.webshop-products-view .img-wrapper:hover .img-bg {
    opacity: 0.3;
}
.webshop-products-view .img-wrapper:hover .loupeImg:before {
    position: absolute;
    content: "+";
    z-index: 20;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 30%;
    background: #fab420;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.webshop-products-view #img-wrapper:hover .loupeImg:before {
    left: 50%;
    transform: translate(-50%, -50%);
}
.webshop-products-view .img-wrapper:hover .addToCart:before,
.webshop-products-view .img-wrapper:hover .addedToWishList:before {
    position: absolute;
    content: "";
    z-index: 20;
    height: 50px;
    width: 50px;
    top: 50%;
    right: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.webshop-products-view .img-wrapper:hover .addToCart:before {
    background: #fab420 url("/site/modules/webshop_module/images/wish-icon.png") no-repeat 50% 50%;
}
.webshop-products-view .img-wrapper:hover .addToCart.addedToWishList:before ,.webshop-products-view .img-wrapper:hover .wish_list_added_js:before {
    background: #920629 url("/site/modules/webshop_module/images/wish-icon-added.png") no-repeat 50% 50%;
}


.webshop-products-view .addToCart:before,
.webshop-products-view .addedToWishList:before {
    position: absolute;
    content: "";
    z-index: 20;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.webshop-products-view  .addToCart:before {
    background: #fab420 url("/site/modules/webshop_module/images/wish-icon.png") no-repeat 50% 50%;
}
.webshop-products-view .addToCart.addedToWishList:before ,.webshop-products-view .img-wrapper:hover .wish_list_added_js:before {
    background: #920629 url("/site/modules/webshop_module/images/wish-icon-added.png") no-repeat 50% 50%;
}
.popup {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
}
.popup_bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}
.popup_img {
    position: absolute;
    z-index:2;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.popup_img:before {
    position: absolute;
    content: "x";
    top: -20px;
    right: -20px;
    font-size: 28px;
    font-weight: 700;
    border: 2px solid #C19471;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
}
.matrix-wrapper {
    float: left;
    width: 100%;
}
.webshop-products-view-matrix {
    border-top: 1px solid #f4f4f4;
    padding: 10px 0;
}
img.matrix-indicator {
    display: inline-block;
    max-width: 34px;
}
img.all-product-indicator {
    display: block;
    vertical-align: middle;
    max-width: 34px;
    margin: 0 auto;
}
.webshop-products-view-matrix:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.webshop-products-view-matrix .img-matrix,
.webshop-products-view-matrix .price-matrix,
.webshop-products-view-matrix .buy,
.webshop-products-view-matrix .product_number,
.webshop-products-view-matrix .value-matrix {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.webshop-products-view-matrix .title-matrix {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}
.webshop-products-view-matrix .img-matrix .img {
    display: block;
    max-width: 100px;
}
.webshop-products-view-matrix .buy {
    background: #920629;
    padding: 8px 0;
    border-radius: 4px;
}
.webshop-products-view-matrix .buy .link-matrix {
    color: #fff;
}
.webshop-products-view-matrix .buy .link-matrix:hover {
    text-decoration: none;
}

.webshop-products-details .left-side {
    max-width: 900px;
    min-width: 320px;
    width: 53%;
    float: left;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    margin-bottom: 10px;
}
.pics-nav .slide-item {
    padding-bottom: 5px;
    position: relative;
}
.pics-nav .slick-list {
    padding: 0 !important;
}
.pics-nav .slide-item:hover {
    border: 1px solid white;
}
.no-selected {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    height: calc(100% - 5px);
    width: 100%;
    top: 0;
    left: 0;
}

.preload-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #272626;
}
.product-card__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.product-card a{
    display: block;
    text-decoration: none;
}

.grid-item {
    width: calc(20% - 20px);
    margin: 40px 15px 0 10px;
}

.pics-nav .slide-item:last-child {
    display: none !important;
}

.slick-current .no-selected {
    opacity: 0;
}
.slide-item {
    width: 100%;
}
.pics-nav {
    width: 100%;
    max-height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}
.pic-zoom {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    cursor: zoom-out;
    left: 0;
    overflow: scroll;
    background-color: rgba(0,0,0, .8);
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom 1s forwards;
}

@keyframes zoom {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.pics-nav .swiper-slide {
    opacity: .4;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.webshop-products-details .left-side img:not(.policity-item img) {
    max-height: 100%;
}
.pics-nav .swiper-slide-thumb-active {
    opacity: 1;
}
.pics-preview {
    width: 100%;
    background-color: white;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
    /*border: 1px solid lightgrey;*/
}
.bottom-buy-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom-buy {
    position: fixed;
    z-index: 5;
    width: 100vw;
    padding: 15px 0;
    bottom: 0;
    transition: 1s;
    transform: translate(0, 150%);
    left: 0;
    background-color: #a5abb8;
}
.bottom-buy span {
    color: #fffeff!important;
}
.show-bottom-buy {
    transform: none;
}
.bottom-buy .basket-submit {
    margin-top: 0;
    width: auto;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 5 !important;
}
.pics-preview img {
    max-height: 100%;
}
.pics-preview .swiper-slide {
    display: flex;
    height: 40vh;
    justify-content: center;
    align-items: center;
}

/*div.webshop-category-wrapper{*/
/*    max-width: 1400px;*/
/*    padding: 0 25px;*/
/*    margin: 0 auto;*/
/*}*/
.indicator{
    display: inline-block;
    float: left;
    margin-right: 15px
}
.webshop-products-details-card{
    display:flex;
    align-items: flex-start;
    position: relative;
}

.webshop-products-details-card .product-counter{
    margin-top:0;
}
/*.webshop-products-details .left-side:after {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    content: "";*/
/*    width: 17px;*/
/*    height: 16px;*/
/*    background: url("/site/modules/webshop_module/images/product-detail-loop.png") no-repeat;*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    cursor: pointer;*/
/*}*/
.webshop-products-details .left-side img:not(.policity-item img) {
    /* display: block; */
    /* max-width: 100%; */
}


.webshop-products-details .right-side {
    flex: 1;
    padding-left: 35px;
    width: 45%;
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.top-right-side,
.bottom-right-side{
    padding: 15px;
    border: 1px solid lightgrey;
    border-radius: 3px;
    margin-bottom: 10px;
}

.webshop-products-details .pd-title {
    font-size: 27px;
    text-align: left;
    font-weight: 700;
}
.webshop-products-details .right-side .pd-price {
    color: #929590;
    font-size: 28px;
    position: relative;
    padding-bottom: 5px;
    padding-top: 30px;
    font-weight: bold;
}

.margin-bottom-desc {
    margin-bottom: 40px;
}

#product-is__stock {
    position: relative;
    display: none;
    color: #00C200;
    width: 100%;
    max-width: 193px;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
    cursor: default;
    border: 1px solid #00C200;
    align-items: center;
    justify-content: center;
}

#product-is-not__stock {
    position: relative;
    display: none;
    color: #F44336;
    width: 100%;
    max-width: 226px;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: default;
    border: 1px solid #F44336;
}

.green-border {
    border-color: green;
}

#product-is-not__stock img,
#product-is__stock img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.is-not__stock-animate {
    animation: stockAnimate 0.6s linear backwards;
}


@keyframes stockAnimate {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(6deg);
    }

    40% {
        transform: rotate(-6deg);
    }

    80% {
        transform: rotate(6deg);
    }

    100% {
        transform: rotate(0);
    }
}

.wrapper-requisites {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1340px) {
    .wrapper-requisites {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-counter {
        width: 100%;
    }
}

.webshop-products-details .right-side .bottom-line{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.webshop-products-details .right-side .pd-price:before,
.webshop-products-details .right-side .bottom-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#857b90), to(transparent));
    background-image: -webkit-linear-gradient(left, #857b90, transparent);
    background-image: -moz-linear-gradient(left, #857b90, transparent);
    background-image: -o-linear-gradient(left, #857b90, transparent);
}
.discount-price {
    font-size: 20px;
}
.mobile-title {
    display: none;
}
.webshop-products-details .right-side .pd-attr span {
    font-weight: 700;
}
.webshop-products-details .right-side .warning {
    font-size: 14px;
    margin: 20px 0;
    color: #920629;
}
.product-counter {
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.product-counter-block .product-counter {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.matrix-container {
    position: relative;
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 0 15px;
    width: 100%;
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.matrix_vertical_line {
    position: absolute;
    width: 1px;
    height: 20px;
    background: grey;
    left: 45%;
    margin: 15px 0;
    z-index: 100;
}

.product-counter-matrix {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 50px;
    margin-left: 20px;
    width: 100%;
}

.product-counter .js_minus, .product-counter .js_plus,
.product-counter .js_minus_matrix, .product-counter .js_plus_matrix{
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    background: #fffeff;
    color: black;
    transition: .5s;

}
.js_plus_matrix {
    border-right: 0 solid lightgrey;
    border-top: 0 solid lightgrey;
    border-bottom: none;
    border-left: none;
    height: 20px;
    margin-top: 5px;
    background: none;
    transition: .1s;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.js_plus_matrix::after {
    content: '+';
    color: grey;
    margin-top: 2px;
}
.js_minus_matrix {
    border-right: 0 solid lightgrey;
    border-bottom: 0 solid lightgrey;
    border-top: none;
    border-left: none;
    height: 20px;
    margin-bottom: 5px;
    background: none;
    transition: .1s;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.js_minus_matrix::after {
    content: '-';
    color: grey;
    margin-bottom: 2px;
}

/*.triangle-up {
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border-left: 2px solid grey;
    border-bottom: 2px solid grey;
    transform: rotate(135deg);
}

.triangle-down {
    width: 9px;
    height: 9px;
    margin-bottom: 5px;
    border-right: 2px solid grey;
    border-top: 2px solid grey;
    transform: rotate(135deg);
}*/

.js_plus_matrix:hover, .js_minus_matrix:hover {
    background: #e0edf5;
}

.wish-btn {
    background: transparent;
    padding: 10px 15px;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
    outline: none;
    border: none;
    transition: .3s;
    /*margin-left: 15px;*/
}
.policity-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 15px 0;
}

.policity-item img {
    max-width: 60px;
    margin-right: 10px;
}

.policity-item svg {
    max-width: 60px;
    margin-right: 10px;
}

.policity-item.lark_sale_form img{
    max-width: 50px;
    margin-right: 0;
}

.policity-item.lark_sale_form div{
    width: 60px;
    margin: 0 10px;
}

.policity-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.policity-item a {
    color: #9fa3ac;
}

.policity-item a:hover{
    color: #000000;
}

.product-counter .js_minus:hover,
.product-counter .js_plus:hover,
.product-counter .js_minus_matrix:hover,
.product-counter .js_plus_matrix:hover {
    background-color: #b6bbc3;
}
.product-counter .js_plus::after,
.product-counter .js_plus_matrix::after {
    content: "+";
}
.product-counter .js_minus::after,
.product-counter .js_minus_matrix::after {
    content: "-";
}
.product-counter #js_counter,
.product-counter .js_counter_matrix {
    grid-row: 1/3;
    background-color: transparent;
    font-size: 16px;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    border-right: none;
    width: 55px;
    height: 40px;
    text-align: center;
    box-sizing: border-box;
}

.product-add-to-cart {
    cursor: pointer;
    flex: 1;
    position: relative;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 15px;
    background: linear-gradient(90deg,#8696a2  10%,#2d384c 70%);

    font-size: 18px;
    border:none;
    color: white;

    transition: .3s;
}

.product-add-to-cart:after{
    content: "Add to card";
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(90deg,#2d384c 30%,#8696a2  90%);
    transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.product-add-to-cart:hover:after{
    opacity: 1;
}

.product-counter-block {
    /* padding-top: 25px; */
}
.product-add-to-cart:hover {
    background-color: #2d64b0;
}
.prod-desc h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
}
.prod-desc {
    padding-top: 25px;
}
.prod-desc p {
    color: white;
}
.byu_item {
    position: fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
}
.byu_item_bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}
.byu_item h3 {
    position: absolute;
    z-index: 2;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #272626;
    border-radius: 10px;
    text-align: center;
    padding: 40px 60px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #98B4C8;
}
.byu_item h3 p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}
.byu_item h3 button {
    background-color: #C8AC98;
    border: 1px solid #C8AC98;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
}
.byu_item h3 button:hover {
    background: #920629;
    border: 1px solid #920629;
}
.breadcrumps-wrapper {
    /* padding: 20px 0; */
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumps-wrapper .breadcrumps-links {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    /*white-space: nowrap;*/
    color: #9fa3ac;
    text-decoration: none;
}
.breadcrumps-wrapper .breadcrumps-links:after {
    position: absolute;
    z-index: 2;
    content: '/';
    top: 0;
    right: 14px;
}
.breadcrumps-wrapper .breadcrumps-links:hover {
    text-decoration: none;
    color: #9fa3ac;
}
.breadcrumps-wrapper .breadcrumps-links:last-child {
    color: #000000;
}
.breadcrumps-wrapper .breadcrumps-links:last-child:after {
    content: '';
}


.wish_list_add_js,
.wish_list_added_js {
   /* position: absolute;*/
    /*right: 0;*/
    /*top: -44px;*/
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    border: 0 none;
    margin-right: 20px;
    display: none;
}
.show-filters {
    display: block !important;
    width: 100%;
    max-width: 350px;
    animation: filters 1s forwards;
}

/*___ Style for filters ___*/

.productsWrap {
    display: flex;
    flex-wrap: wrap;
    /*max-width: 1700px;*/
    width: 100%;
    position: relative;
    justify-content: center;
    padding: 15px 0;
}

.mainWrapper {
    display: flex;
    justify-content: space-between;
    min-height: 900px;
}

.sortWrap {
    /*position: absolute;
    top: 0;
    right: 0;
    margin: 15px 64px 15px 35px;*/
    position: absolute;
    top: 55px;
    right: 0;
    margin: 4px 40px 17px 35px;
}

.filterResponseBtn {
   display: none;
}

.filterWrapImg{
    width: 25px;
    height: 25px;
    padding-right: 3px;
}

.sortWrap select {
    border: 1px solid lightgrey;
    width: 230px;
    height: 41px;
    padding-left: 10px ;
    cursor: pointer;
}
.sortWrap select:hover{
    background-color: rgba(203, 206, 208, .5);
    transition: 0.5s;
}
.sortWrapperImg{
    width: 20px;
    height: 20px;
    top: 40%
}
.char .charName{
    color: black;
    padding: 2px 0;
    line-height: 40px;
}


.char {
    margin: 15px 0;
    width: 230px;
    padding: 0 10px;
    border: solid 0.5px lightgrey;
    max-height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-wrap: anywhere;
    cursor: pointer;
}

.mainWrapRight {
    width: 100%;
    margin-left: 20px;
}

button.filterButtonSubmit {
    width: 200px;
    height: 35px;
    background-color: #98b4c8;
    color: white;
    border-radius: 5px;
    border: solid 0.5px grey;
    transition: 0.3s;
}

button.filterButtonSubmit:hover {
    background-color: #697f8f;
}

input[type='checkbox']{ height: 0; width: 0; }

input[type='checkbox'] + label{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 4fr;
    margin: .6em 0;
    align-items: center;
    color: black;
    transition: color 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins{
    position: absolute;
    display: block;
    bottom: 0;
    left: 35px;
    background: #fffeff;
    padding-left: 3px;
    height: 0;
    width: 170px;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins > i{
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #2971d1;
}
input[type='checkbox'] + label > span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    width: 1em;
    height: 1em;
    background: transparent;
    border: 2px solid lightgrey;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
}

input[type='checkbox'] + label:hover{
    color: #2971d1;
}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{
    background: rgba(255,255,255,.1);
}
input[type='checkbox']:checked + label > ins{ height: 100%; }

input[type='checkbox']:checked + label > span{
    border: .5em solid #7dbae7;
    animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox']:checked + label > span:before{
    content: "";
    position: absolute;
    top: 44%;
    left: .2em;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(.4,.0,.23,1) forwards;
}

@keyframes shrink-bounce{
    0%{
        transform: scale(1);
    }
    33%{
        transform: scale(.85);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes checkbox-check{
    0%{
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0,0,0) rotate(45deg);
    }
    33%{
        width: .2em;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg);
    }
    100%{
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0,-.5em,0) rotate(45deg);
    }
}


.emptyProducts{
    margin: 125px auto 50px;
    font-size: 30px;
    color: #237ACA;
    font-weight: bold;
    text-align: center;
}


.fixScroll {
    overflow: hidden;
}

/*___ Style for filters end___*/



@keyframes filters {
    from {
        transform: translate(-150%, 0);
    }

    to {
        transform: none;
    }
}
.close-cross {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    right: 10px;
    cursor: pointer;
}
.wb-product-filters .close-cross {
    display: none;
}

.close-cross:before {
    content: '';
    display: block;
    width: 100%;
    background-color: #fff;
    transform-origin: center center;
    height: 2px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
}
.close-cross:after {
    content: '';
    display: block;
    width: 100%;
    background-color: #fff;
    transform-origin: center center;
    height: 2px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
}

.right-side .wish_list_add_js {
    background: url("/site/modules/webshop_module/images/wish-icon.png") no-repeat;
    background-size: cover;
}
.right-side .wish_list_added_js {
    background: url("/site/modules/webshop_module/images/wish-icon-added.png") no-repeat;
}



@media screen and (max-width: 1000px) {
    .wb-product-filters {
        display: none;
        position: absolute;
        min-height: 100%;
        z-index: 10 !important;
        background-color: #504e4d;
        top: 0;
        left: 0;
    }
    .wb-product-filters .close-cross {
        display: block;
    }
    .mb-filters {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .mobile-title {
        display: block !important;
        text-align: center !important;
        margin-bottom: 15px;
        font-size: 20px !important;
    }
    .pd-title {
        display: none;
    }
}

@media screen and (max-width: 650px) {

    .mainWrapper {
        min-height: unset;
        flex-direction: column;
    }

    .mainWrapLeft {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding-left: 5px;
        padding-top: 20px;
    }

    .filterResponseBtn {
        display: block;
        cursor: pointer;
        border: 1px solid lightgrey;
        transition: 0.3s;
        display: inline-block;
        padding: 6px 106px;
    }

    .filterResponseBtn:hover{
        background-color: rgb(116, 150, 110);
        color: #212322;
        transition: 0.5s;
    }


    .removeFilters_wrap {
        position: absolute;
        top: 90px;
        animation-fill-mode: forwards !important;
        animation: hideFilters linear .6s;
        background-color: rgba(39, 38, 38, 0.9);
        z-index: 1;
        width: 100%;
        display: none;
    }
    .sortWrap{
        position: unset;
        margin-bottom: 20px;
    }

   /* @keyframes hideFilters{
        0%{
            opacity: 1;
        }
        100%{
            opacity: 0;
            display: none;
        }
    }*/

    .showFilters_wrap {
        position: absolute;
        top: 0;
        left: 0;
        animation-fill-mode: forwards !important;
        animation: showFilters linear .6s;
        background-color: #eaeaea;
        z-index: 1000;
        width: 100%;
        margin: auto;
        padding: 10px 0;
        height: 100vh;
        overflow-y: scroll;
    }

    .closeFilter {
        color: #fff;
        position: absolute;
        right: 17px;
        font-size: 29px;
        top: 3px;
    }

   /* @keyframes showFilters{
        0%{
            opacity: 0;
            display: none;
        }
        100%{
            opacity: 1;
        }
    }*/

    .char {
        width: 260px;
    }

    .filterWrap form {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .mainWrapRight {
        margin-left: 0;
    }

}

@media screen and (max-width: 500px) {
    .breadcrumps-wrapper {
        padding-bottom: 60px;
    }

    .mb-filters {
        flex: 1;
    }
    #pagination-sort {
        flex: 1;
    }


    .pic-zoom img {
        width: auto !important;
    }
}
@media screen and (max-width: 395px){
    .filterResponseBtn{
        display: flex;
        padding: 5px 33%;
    }
}

@media screen and (max-width: 376px){
    .mainWrapLeft{
        align-items: stretch;
    }
    .mainWrapLeft{
        padding-left: 10px;
    }
}

/* -----------------------------------------------------------------New  style------------------------------------------------------------------- */

.ws-category-list {
    /*width: 320px;
    max-width: 320px;*/
    width: 265px;
    max-width: 265px;
    position: relative;
    /*margin: 0 20px 20px;*/
    margin: 0 2px 2px;
    cursor: pointer;
}
/* .ws-category-list:nth-child(3n) {
    margin-right: 0;
} */
.ws-category-list .name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 380px;
    margin: 0;
    text-align: center;
    color: #000000;
    padding: 10px 0;
}
.ws-category-list .name .link {
    font-size: 30px;
    color: black;
    font-weight: 300;
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
}
.ws-category-list .img {
    display: block;
    max-width: 100%;
    /*max-height: 238px;*/
    margin: auto;
}
/*.ws-category-list:hover .name {
    background: #e41d2d;
}*/
.ws-category-list .link:hover {
    text-decoration: none;
}
.webshop-category-wrapper .title {
    text-align: center;
    margin-bottom: 30px;
}
.webshop-products-view {
    width: 100%;
    max-width: 312px;
    margin: 0 32px 20px 0;
    min-height: 420px;
    padding-bottom: 20px;
}

.webshop-products-view-wrapper .webshop_category-list-leve2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webshop-products-details-wrap {
    padding: 20px;
    /*    background-color: rgba(228,29,45,0.6);*/
}

/*.webshop-products-view:hover,
.webshop-products-details-wrap:hover {
    -webkit-box-shadow: 0px 7px 13px 0px rgba(228,29,45,0.6);
    -moz-box-shadow: 0px 7px 13px 0px rgba(228,29,45,0.6);
    box-shadow: 0px 7px 13px 0px rgba(228,29,45,0.6);
}*/

.webshop-products-view:hover .buy,
.webshop-products-details-wrap:hover .buy {
    opacity: 1;
}

.webshop-products-view-wrapper.sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.webshop-products-view .buy,
.webshop-products-details-wrap .buy {
    display: block;
    margin: auto;
    max-width: 200px;
    background: #e41d2d;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    opacity: 0;
}

.webshop-products-details-wrap .buy {
    margin-top: 20px;
}

.webshop-products-view .buy .cart,
.webshop-products-details-wrap .buy .cart {
    position: relative;
    z-index: 1;
}

.webshop-products-view .buy .cart:before,
.webshop-products-details-wrap .buy .cart:before {
    content: "";
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/site/core/images/sales_cart.png) no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    z-index: 2;
}

.webshop-products-view .buy:hover,
.webshop-products-details-wrap .buy:hover {
    text-decoration: none;
    background: #fab420;
}

.webshop-products-view:nth-child(3n + 1) {
    margin-right: 0;
}
.webshop-products-view .img {
    display: block;
    max-width: 100%;
    border: 1px solid #f1f1f1;
    max-height: 310px;
}
.webshop-products-view .name {
    min-height: 70px;
    font-size: 13px;
    padding: 10px;
}
.webshop-products-view .price-block .price {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    color: #920629;
    font-size: 18px;
    display: inline-block;
    visibility: hidden;
    vertical-align: top;
    /*margin-right: 22px;*/
    padding: 13px 10px;
    background-color: #f6f6f6;
    height: 100%;
    margin-right: 15px;
}

.webshop-products-view .price-block .price-double {
    padding: 0 10px;
}

.webshop-products-view .price-block .link {
    display: block;
    position: relative;
    z-index: 1;
    height: 50px;
}
.webshop-products-view .price-block .product-cart:after {
    position: absolute;
    z-index: 2;
    content: "";
    background: #fab420 url("/site/modules/webshop_module/images/product-cart.png") no-repeat scroll 50% 50%;
    width: 16px;
    height: 14px;
    padding: 18px 17px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.webshop-products-view .price-block .product-cart:hover:after {
    background-color: #9d1f3f;
    cursor: pointer;
}
.webshop-products-view .price-block .buy {
    display: none;
}
.webshop-products-view .price-block .link:hover .buy {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #ffffff;
}
.webshop-products-view .img-wrapper {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 273px;
}
.webshop-products-view .img-wrapper .img-bg {
    background: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
}
.webshop-products-view .img-wrapper:hover .img-bg {
    opacity: 0.3;
}
.webshop-products-view .img-wrapper:hover .loupeImg:before {
    position: absolute;
    content: "+";
    z-index: 20;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 30%;
    background: #fab420;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.webshop-products-view #img-wrapper:hover .loupeImg:before {
    left: 50%;
    transform: translate(-50%, -50%);
}
.webshop-products-view .img-wrapper:hover .addToCart:before,
.webshop-products-view .img-wrapper:hover .addedToWishList:before {
    position: absolute;
    content: "";
    z-index: 20;
    height: 50px;
    width: 50px;
    top: 50%;
    right: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.webshop-products-view .img-wrapper:hover .addToCart:before {
    background: #fab420 url("/site/modules/webshop_module/images/wish-icon.png") no-repeat 50% 50%;
}
.webshop-products-view .img-wrapper:hover .addToCart.addedToWishList:before ,.webshop-products-view .img-wrapper:hover .wish_list_added_js:before {
    background: #920629 url("/site/modules/webshop_module/images/wish-icon-added.png") no-repeat 50% 50%;
}
.popup {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
}
.popup_bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}
.popup_img {
    position: absolute;
    z-index:2;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.popup_img:before {
    position: absolute;
    content: "x";
    top: -20px;
    right: -20px;
    font-size: 28px;
    font-weight: 300;
    border: 1px solid #8F8F8F;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
}
.matrix-wrapper {
    float: left;
    width: 100%;
}
.webshop-products-view-matrix {
    border-top: 1px solid #f4f4f4;
    padding: 10px 0;
}
img.matrix-indicator {
    display: inline-block;
    max-width: 34px;
}
img.all-product-indicator {
    display: inline-block;
    vertical-align: middle;
    max-width: 34px;
    margin-right: 10px;
}
.webshop-products-view-matrix:last-child {
    border-bottom: 1px solid #f4f4f4;
}
.webshop-products-view-matrix .img-matrix,
.webshop-products-view-matrix .price-matrix,
.webshop-products-view-matrix .buy,
.webshop-products-view-matrix .product_number,
.webshop-products-view-matrix .value-matrix {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.webshop-products-view-matrix .title-matrix {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    box-sizing: border-box;
}
.webshop-products-view-matrix .img-matrix .img {
    display: block;
    max-width: 100px;
}
.webshop-products-view-matrix .buy {
    background: #920629;
    padding: 8px 0;
    border-radius: 4px;
}
.webshop-products-view-matrix .buy .link-matrix {
    color: #fff;
}
.webshop-products-view-matrix .buy .link-matrix:hover {
    text-decoration: none;
}

/*.pics-nav .swiper-wrapper {
display: flex;
flex-direction: column;!important;
}*/
/*.webshop-products-details .left-side:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 17px;
    height: 16px;
    background: url("/site/modules/webshop_module/images/product-detail-loop.png") no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
}*/
.webshop-products-details .left-side img {
    display: block;
    max-width: 100%;
}

.pd-attr.review-description.description p,
.characteristics-p{
    padding: 0 0 0 30px;
}

.webshop-products-details .right-side .pd-title {
    font-size: 31px;
    color: #2c3e50;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
    /*height: 87px;*/
}
.webshop-products-details .right-side .pd-attr span {
    /*font-weight: 700;*/
}
.webshop-products-details .review-description{
    /*width: 70%;*/
    float: left;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    padding-left: 30px;
}
.webshop-products-details .review-description .review{
    font-weight: 300;
    font-size: 16px;
    color: #8F8F8F;
    margin-bottom: 32px;
}
.webshop-products-details .review-description .description{
    margin-bottom: 32px;
}
.webshop-products-details .review-description .description span{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 32px;
}
.webshop-products-details .product-characteristics .product-characteristics-left,
.webshop-products-details .product-characteristics .product-characteristics-right{
    /*width: 50%;*/
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}
.webshop-products-details .product-characteristics .product-characteristics-right .characteristics-name,
.webshop-products-details .product-characteristics .product-characteristics-left .characteristics-name{
    width: 35%;
    float: left;
    margin: 4px 0;
    color: #000;
    padding: 5px 10px;

}
.product-characteristics.product-characteristics-code {
    width: 50%;
}
.name-cod{
    margin-top: 20px;
}
.product-characteristics-name-h1{
    padding: 5px 10px;
    border: 1px solid lightgrey;
    font-size: 16px;
    font-weight: 700;
}

.characteristics-name{
    font-size: 16px;
    font-weight: 400;
}
.characteristics-value{
    font-size: 16px;
    font-weight: 700;
}
.img-characteristics-name-txt.characteristics-value,
.img-characteristics-name-txt.characteristics-name {
    font-size: 16px;
    font-weight: 400;
    color: #008000;
}
.delivery-webshop{
    margin-top: 10px;
}

.webshop-products-details .product-characteristics .product-characteristics-right .characteristics-value,
.webshop-products-details .product-characteristics .product-characteristics-left .characteristics-value{
    width: 65%;
    float: left;
    margin: 4px 0;
    padding: 5px 0;

}
.characteristics-border{
    border-bottom: 1px solid lightgrey;

}
.characteristics-border-top{
    border-top: 1px solid lightgrey;
}
.border-top-p{
    padding: 5px;
    margin-left: 30px;
}
.characteristics-value {
    position: relative;
}
.characteristics-sign {
    position: absolute;
    margin-left: 7px;
    /*top: -1.5px;*/
}
.webshop-products-details .product-action{
    /*float: left;*/
    display: flex;
    /*align-items: center;*/
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin: 15px 0;
}

.topBlokPart {
    min-height: 53vh;
    display: flex;
    justify-content: space-between;
}

.omschrijving{
    width: 45%;
}
.product-characteristics.product-characteristics-code {
    width: 55%;
    margin-left: 50px;
}
.webshop-products-details .product-tabs{
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    padding: 0 25px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.webshop-products-details .tabs-btn{
    padding-right: 4%;
    text-decoration: none;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    background: none;
    font-weight: 700;
    font-size: 25px;
    color: #2C2C2C;
}
.webshop-products-details .tabs-item{
    margin-top: 25px;
}
.webshop-products-details .tabs-content{
    height: 140px;
    overflow: auto;
}


.webshop-products-details .price-vat{
    display: flex;
    align-items: baseline;
}
.webshop-products-details .no-excl-vat{
    color: #237ACA;
    font-weight: 700;
    font-size: 32px;
}
.webshop-products-details .excl-vat{
    color: #333333;
    font-size: 17px;
    margin-top: 5px;
    font-weight: 500;
    margin-left: 10px;
}
.per-price{
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}
.webshop-products-details .select-amount{
    border: 1px solid #8F8F8F;
    border-radius: 10px;
    margin: 6% 0;
    padding: 15px;
    max-height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.webshop-products-details .checkbox-pcs{
    display: none;
}
.webshop-products-details .pcs-value{
    margin: 0 10px 0 0;
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}
.webshop-products-details .pcs-check{
    margin: 0 5px 0 10px;
    font-size: 16px;
    font-weight: 600;
}
.webshop-products-details .bestellen{

    display: flex;
    align-items: center;
    margin-left: 11%;
}
.webshop-products-details .bestellen-button{
    background-color:  #237ACA;
    border-radius: 6px;
    padding: 12px;
    border: none;
    cursor: pointer;
    color: #fffeff;
    font-size: 15px;
    font-weight: 400;
    transition: .2s;
}
.walther{
    width: 100%;
    max-height: 62px;
}

.webshop-products-details .bestellen-button:hover {
    background-color: #6683a2;
}
.webshop-products-details .bestellen-button:active{
    background-color: #6683a2;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}
.webshop-products-details .add-to-wish-compare{
    float: left;
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 65%;
    margin: 30px 0 60px 0;

}
.webshop-products-details .icon-add{
    width: 19px;
    height: auto;
    margin: 0 8px;
}

.webshop-products-details .tabs-btn{
    display: inline-block;
    box-shadow: inset 0 -2px 0 0 #F5F5F5;
    padding-bottom: 8px;
}
.webshop-products-details .tabs-btn_active{
    box-shadow: inset 0 -2px 0 0 #426AA4;
    transition: 0.9s;
}


.webshop-products-details .add-to-wish,
.webshop-products-details .wish-compare{
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.webshop-products-details .right-side .pd-price {
    color: #920629;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.webshop-products-details .right-side .bottom-line{
    position: relative;
    display: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.webshop-products-details .right-side .pd-price:before,
.webshop-products-details .right-side .bottom-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#857b90), to(transparent));
    background-image: -webkit-linear-gradient(left, #857b90, transparent);
    background-image: -moz-linear-gradient(left, #857b90, transparent);
    background-image: -o-linear-gradient(left, #857b90, transparent);
}
.discount-price {
    font-size: 20px;
}

.webshop-products-details .right-side .warning {
    font-size: 14px;
    margin: 20px 0;
    color: #920629;
}
.product-counter {
    margin-top: 30px;
}

.product-counter-block .product-counter {
    display: flex;
    justify-content: flex-end;
}

.product-counter-matrix {

}
.product-counter .js_minus, .product-counter .js_plus,
.product-counter .js_minus_matrix, .product-counter .js_plus_matrix{
    background-color: #fab420;
    border: 1px solid #feebc4;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.product-counter .js_minus:hover,
.product-counter .js_plus:hover,
.product-counter .js_minus_matrix:hover,
.product-counter .js_plus_matrix:hover {
    background: #920629;
}
.product-counter .js_plus::after,
.product-counter .js_plus_matrix::after {
    color: grey;
    content: "+";
}
.product-counter .js_minus::after,
.product-counter .js_minus_matrix::after {
    color: grey;
    content: "−";
}
.product-counter #js_counter,
.product-counter .js_counter_matrix {
    background-color: #f6f6f6;
    color: #31353d;
    font-size: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: 0 none;
}

.js_counter_matrix {
    grid-row: 1/3;
    width: 50px;
    border: 0;
    color: gray;
}

.product-add-to-cart {
    float: right;
    background-color: #fab420;
    border: 1px solid #feebc4;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: top;
    margin-left: 20px;
}
.product-add-to-cart:hover {
    background: #920629;
}
.byu_item {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
    text-align:center;
}
.byu_item_bg {
    background:rgba(0,0,0,0.4);
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
}
.byu_item h3 {
    position: absolute;
    z-index: 2;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 60px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #920629;
}
.byu_item h3 p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}
.byu_item h3 button {
    background-color: #fab420;
    border: 1px solid #fab420;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 400;
}
.byu_item h3 button:hover {
    background: #920629;
    border: 1px solid #920629;
}
.breadcrumps-wrapper {
    padding: 20px 0 50px 0;
}
.checkWrapper {
    display: flex;
    color: white;
    align-items: center;
}

.char_item_hidden {
    display: none!important;
}
.title_arrow_down {
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-right: 6px;
    transform: rotate(135deg);
}
.title_arrow_up {
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    margin-right: 6px;
    transform: rotate(-45deg);
}
.breadcrumps-wrapper .breadcrumps-links {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    /*color: #8F8F8F;*/
    color: #000;
    font-size: 20px;

}
.breadcrumps-wrapper .breadcrumps-links:after {
    position: absolute;
    z-index: 2;
    content: '/';
    top: 0;
    right: 14px;
}
.breadcrumps-wrapper .breadcrumps-links:hover {
    text-decoration: none;
    color: #000000;
}
.breadcrumps-wrapper .breadcrumps-links:last-child {
    color: #000000;
}
.breadcrumps-wrapper .breadcrumps-links:last-child:after {
    content: '';
}
.wish_list_add_js,
.wish_list_added_js {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -44px;*/
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    border: 0 none;
    margin-right: 20px;
}
.right-side .wish_list_add_js {
    background: url("/site/modules/webshop_module/images/wish-icon.png") no-repeat;
}
.right-side .wish_list_added_js {
    background: url("/site/modules/webshop_module/images/wish-icon-added.png") no-repeat;
}



@media screen and (max-width: 1461px){
    .webshop-products-details .right-side .pd-title{
        font-size: 28px;
    }
}

@media screen and (max-width: 1301px){
    .webshop-products-details .bestellen{
        margin-left: 0;
    }

    .webshop-products-details .product-action{
        flex-direction: column;
        align-items: flex-start;
    }
    .webshop-products-details .product-action.product-action-omschrijving{
        flex-direction: row;
        align-items: flex-start;
    }
    .webshop-products-details .bestellen{
        padding: 15px 0;
    }
    .webshop-products-details .product-action{
        margin: 5px;
    }
    .product-characteristics.product-characteristics-code{
        margin-left: 38px;
    }
}

@media screen and (max-width: 1260px) {
    .webshop-products-details .right-side{
        max-width: 100%;
        width: 90%;
    }
    .breadcrumps-wrapper{
        width: 80%;
    }

    .webshop-products-details .left-side{
        float: none;
        margin: 0 auto;
        width: 50%;
    }
    .webshop-products-details .bestellen{
        padding: 15px;
    }
    .webshop-products-details-card{
        display: block;
    }
    /*.webshop-products-details .product-action.product-action-omschrijving{
        flex-direction: column-reverse;
        align-items: flex-start;
    }*/
    .omschrijving{
        /*width: auto;*/
        width: 60%;
    }
    .product-characteristics.product-characteristics-code{
        /*width: 100%;
        margin-left: 0;*/
        width: 40%;
    }
    .border-top-p{
        display: none;
    }

    .characteristics-border-top,
    .characteristics-border{
        border: none;
    }

    .product-characteristics-name-h1{
        /*border: none;
        border-bottom: 1px solid lightgray;*/
    }
    .webshop-products-details .right-side{
        /* padding-left: 0;*/
    }

}

@media screen and (max-width: 1140px){
    .topBlokPart {
        flex-direction: column;
        align-items: center;
    }
    .webshop-products-details .left-side{
        width: 100%;
    }
    .webshop-products-details .right-side{
        width: 100%;
    }
    .bottom-side-delivery {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .delivery-webshop{
        margin-top: 0;
    }
    .webshop-products-details .product-action {
        margin: 13px 0;
        align-items: center;
        flex-direction: revert;
    }
    .bottom-side-delivery {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-right: 20px;
    }
    .side-delivery-middle {
        margin: 0 20px;
    }
    .webshop-products-details .right-side{
        padding-left: 0;
    }
    .webshop-products-details .right-side .pd-title {
        font-size: 25px !important;
    }

}

@media screen and (max-width: 990px) {
    .webshop-products-details .product-action.product-action-omschrijving {
        flex-direction: column-reverse;
    }
    .product-characteristics.product-characteristics-code {
        margin-left: 0;
        width: 100%;
    }
    .product-characteristics-name-h1 {
        border: 0;
        border-bottom: 1px solid lightgrey;
    }
    .omschrijving {
        width: 100%;
    }

}

@media screen and (max-width: 768px){
    .webshop-products-details .right-side .pd-title{
        text-align: left;
        display: block;
    }
    .webshop-products-details .right-side .pd-attr{
        text-align: left;
    }
    .pd-attr.review-description.description{
        text-align: start;
    }
    .topBlokPart .left-side{
        max-width: unset !important;
    }
}

@media screen and (max-width: 742px) {
    .bottom-side-delivery {
        flex-direction: column;
        align-items: flex-start;
    }
    .side-delivery-middle {
        margin: 0;
    }
}

@media screen and (max-width: 711px){
    .webshop-products-details .product-action{
        flex-direction: column;
        align-items: start;
    }
    .webshop-products-details .bestellen{
        padding: 15px 0;
    }
    .webshop-products-details .add-to-wish-compare{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-action.product-action-omschrijving{
        max-width: none;
    }
    .omschrijving,
    .product-characteristics.product-characteristics-code{
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

}
@media screen and (max-width: 500px){
    .product-characteristics{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .webshop-products-details .clearfix{
        width: 100%;
    }
    .webshop-products-details .product-characteristics .product-characteristics-left, .webshop-products-details .product-characteristics .product-characteristics-right{
        width: 100%;
        margin-top: 20px;
    }
    .webshop-products-details .bestellen-button{
        padding: 14px 30px;
    }
    .webshop-products-details .add-to-wish, .webshop-products-details .wish-compare{
        font-size: 15px;
        margin-top: 10px;
    }
    .webshop-products-details .tabs-content{
        height: 300px;
    }

}
@media screen and (max-width: 447px){
    .webshop-products-details .product-characteristics .product-characteristics-right .characteristics-value,
    .webshop-products-details .product-characteristics .product-characteristics-right .characteristics-name{
        width: 100%;
    }
    .webshop-products-details .price-vat{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 390px){
    .webshop-products-details .product-action {
        max-width: 100%;
    }
}


/*@media screen and (max-width: 1461px){
    .webshop-products-details .right-side .pd-title{
        font-size: 29px;
    }
    !*.pics-preview .swiper-slide{
        height: auto;
    }*!
}

@media screen and (max-width: 1301px){
    .webshop-products-details .bestellen{
        margin-left: 0;
    }
    .webshop-products-details .left-side{
        height: 517px;
    }
    .webshop-products-details .product-action{
        flex-direction: column;
        align-items: flex-start;
    }
    .webshop-products-details .product-action.product-action-omschrijving{
        flex-direction: row;
        align-items: flex-start;
    }
    .webshop-products-details .bestellen{
        padding: 15px 0;
    }
    .webshop-products-details .product-action{
        margin: 5px;
    }
    .product-characteristics.product-characteristics-code{
        margin-left: 38px;
    }
}
@media screen and (max-width: 1186px) {
    .webshop-products-details .right-side{
        max-width: 100%;
    }
    .breadcrumps-wrapper{
        width: 80%;
    }
}

@media screen and (max-width: 1035px){
    .webshop-products-details .right-side{
        width: 90%;
        margin: 20px auto;
        padding: 0;
        float: none;
    }
    .webshop-products-details .product-action{
        flex-direction: row;
        align-items: center;
    }
    .webshop-products-details .left-side{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .webshop-products-details .bestellen{
        padding: 15px;
    }
    .webshop-products-details-card{
        display: block;
    }
    .webshop-products-details .product-action.product-action-omschrijving{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .omschrijving{
        margin-left: 40px;
        width: auto;
        max-width: 90%;
    }
    .product-characteristics.product-characteristics-code{
        width: 90%;
        max-width: 90%;
    }
}

!*@media screen and (max-width: 900px){
    .webshop-products-details .product-characteristics .product-characteristics-right
    .characteristics-name, .webshop-products-details .product-characteristics
    .product-characteristics-left .characteristics-name{
        width: 40%;
    }
    .webshop-products-details .product-characteristics .product-characteristics-right
    .characteristics-name, .webshop-products-details .product-characteristics
    .product-characteristics-left .characteristics-name{
        width: 60%;
    }
}*!
@media screen and (max-width: 768px){
    .webshop-products-details .right-side .pd-title{
        text-align: left;
        display: block;
    }
    .webshop-products-details .right-side .pd-attr{
        text-align: left;
    }
    .pd-attr.review-description.description{
        text-align: start;
    }
}
@media screen and (max-width: 711px){
    .webshop-products-details .product-action{
        flex-direction: column;
        max-width: 75%;
        align-items: center;
    }
    .webshop-products-details .add-to-wish-compare{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-action.product-action-omschrijving{
        max-width: none;
    }
    .omschrijving,
    .product-characteristics.product-characteristics-code{
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

}
@media screen and (max-width: 500px){
    .product-characteristics{
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .webshop-products-details .clearfix{
        width: 100%;
    }
    .webshop-products-details .product-characteristics .product-characteristics-left, .webshop-products-details .product-characteristics .product-characteristics-right{
        width: 100%;
        margin-top: 20px;
    }
    .webshop-products-details .bestellen-button{
        padding: 14px 30px;
    }
    .webshop-products-details .add-to-wish, .webshop-products-details .wish-compare{
        font-size: 15px;
        margin-top: 10px;
    }
    .webshop-products-details .tabs-content{
        height: 300px;
    }

}
@media screen and (max-width: 447px){
    .webshop-products-details .product-characteristics .product-characteristics-right .characteristics-value,
    .webshop-products-details .product-characteristics .product-characteristics-right .characteristics-name{
        width: 100%;
    }
    .webshop-products-details .price-vat{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 390px){
    .webshop-products-details .product-action {
        max-width: 100%;
    }
}*/

.wb-product-list-wrapper .mainWrapper{
    height: auto;
    min-height: inherit !important;
}

.wb-product-list-wrapper .breadcrumps-wrapper{
    width:100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #000;
    padding: 15px 0;
    background-color: #D1C9C3;
    position: relative;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.wb-product-list-wrapper .product-card{
    font-family: 'Robotos';
    border: 1px solid #F0F0F0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    cursor: pointer;
    margin: 0 5px;
    padding: 15px 20px;
    overflow: hidden;
    margin-bottom: 25px !important;
}

.wb-product-list-wrapper .product-card .product-card__title{
    text-transform: uppercase;
}

.wb-product-list-wrapper .product-card__price_box .product-card__price_vat{
    font-weight: normal !important;
}

.wb-product-list-wrapper .product-card .product-card__img-wrapper{
    width: 100% !important;
}

.wb-product-list-wrapper .product-card a {
    text-decoration: none;
}

.wb-product-list-wrapper .product-card a img{
    padding: 0 !important;
    object-fit: contain !important;
}

.wb-product-list-wrapper .product-card__body_category{
    min-height: inherit !important;
}

.wb-product-list-wrapper .product-card__price_box{
    padding: 0 !important;
}

.wb-product-list-wrapper .product-card__price_box .product-card__price,
.wb-product-list-wrapper .product-card__price_box .product-card__price_vat{
    color: #000 !important;
    font-family: 'Roboto' !important;
}

.wb-product-list-wrapper .product-card__footer .productpage_category_block_read_more{
    width: 100% !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: white;
    background-color: #000000;
    border-radius: 4px;
    text-transform: uppercase;
    flex-grow: 1;
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
    transition: .1s;
    margin-bottom: 0 !important;
}

.wb-product-list-wrapper .product-card__footer .productpage_category_block_read_more:hover {
    background: rgba(0, 0, 0, 0.77);
}

.wb-product-list-wrapper .pagination .active{
    border: 1px solid #D1C9C3 !important;
    color: #000 !important;
}

.wb-product-list-wrapper .pagination ul li .page-link:hover, 
.wb-product-list-wrapper .pagination ul li .prev:hover{
    color: #D1C9C3 !important;
}



/* Custom redesigned wrapper */
        .category-card_wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            padding: 20px;
        }

        .category-card_wrapper .ws-category-list-circle-wrapper {
            position: relative;
            height: auto !important;
        }

        @media screen and (max-width: 515px) {
            .ws-category-list {
                width: 300px !important;
            }
        }

        /* Hide the images */
        .category-card_wrapper .ws-category-list-circle {
            display: none;
        }

        .category-card_wrapper .category-card__img {
            display: none;
        }

        /* Redesigned category card */
        .category-card_wrapper .category-card {
            display: block;
            background: #fff;
            border-radius: 15px;
            padding: 50px 40px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
            width: 100% !important;
        }

        .category-card_wrapper .category-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: #D1C9C3;
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .category-card_wrapper .ws-category-list-circle-wrapper:hover .category-card:before {
            transform: scaleX(1);
        }

        .category-card_wrapper .category-card::after {
            content: '→';
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2rem;
            color: #D1C9C3;
            opacity: 0;
            transition: all 0.3s ease;
            opacity: 1;
        }

        .category-card_wrapper .ws-category-list-circle-wrapper:hover a{
            color: #D1C9C3 !important;
        }

        .category-card_wrapper .ws-category-list-circle-wrapper:hover .category-card {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            border-color: #D1C9C3;
        }

        .category-card_wrapper .ws-category-list-circle-wrapper:hover .category-card:after {
            opacity: 1;
            right: 20px;
        }

        .category-card_wrapper .name {
            margin-top: 0;
        }

        .category-card_wrapper .name a.category-card {
            display: none;
        }

        .category-card_wrapper .link {
            display: block;
            font-size: 2.2rem;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            text-align: center;
            transition: color 0.3s ease;
            position: relative;
            margin-bottom: 15px;
        }

        .category-card_wrapper:hover .category-card .link {
            color: #D1C9C3 !important;
        }

        .ws-category-list .name .link:hover{
            color:#D1C9C3 !important;
        }

        .ws-category-list .name{
            top: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
        }

        .webshop-category-wrapper h1{
            background: #D1C9C3 !important;
        }

        

        
        /* Responsive design */
        @media (max-width: 768px) {
            .webshop-products-heading {
                font-size: 2rem;
                margin-bottom: 40px;
            }

            .category-card_wrapper {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .category-card_wrapper .category-card {
                padding: 40px 30px;
            }

        }


                .pdp-redesign {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            background-color: #ffffff;
            color: #000000;
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 10px;
        }

        .pdp-redesign * {
            box-sizing: border-box;
        }

        /* Reset existing styles */
        .pdp-redesign .webshop-products-details-card {
            background: transparent;
            border: none;
            box-shadow: none;
        }

        .pdp-redesign .webshop-products-details {
            display: block;
        }

        .pdp-redesign .topBlokPart {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
            margin-bottom: 60px;
        }

        /* ============================================
           LEFT SIDE - IMAGE GALLERY
           ============================================ */

        .pdp-redesign .left-side {
            position: sticky;
            top: 60px;
            width: 100%;
        }

        .pdp-redesign #product-img {
            width: 100%;
        }

        .pdp-redesign .pics-preview {
            width: 100%;
            aspect-ratio: 1;
            background-color: #f8f8f8;
            border-radius: 12px;
            margin-bottom: 20px;
            overflow: hidden;
            border: 1px solid #D1C9C3;
        }

        .pdp-redesign .pics-preview .swiper-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pdp-redesign .swiper-button-next,
        .pdp-redesign .swiper-button-prev {
            width: 44px;
            height: 44px;
            background-color: #ffffff;
            border-radius: 50%;
            border: 1px solid #D1C9C3;
            color: #000000;
            transition: all 0.3s ease;
        }

        .pdp-redesign .swiper-button-next:hover,
        .pdp-redesign .swiper-button-prev:hover {
            background-color: #D1C9C3;
            transform: scale(1.05);
        }

        .pdp-redesign .swiper-button-next::after,
        .pdp-redesign .swiper-button-prev::after {
            font-size: 18px;
        }

        .pdp-redesign .pics-nav {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            margin-top: 20px;
        }

        .pdp-redesign .pics-nav .swiper-slide {
            aspect-ratio: 1;
            background-color: #f8f8f8;
            border-radius: 8px;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s ease;
            overflow: hidden;
        }

        .pdp-redesign .pics-nav .swiper-slide:hover,
        .pdp-redesign .pics-nav .swiper-slide-thumb-active {
            border-color: #D1C9C3;
            transform: translateY(-2px);
        }

        /* ============================================
           RIGHT SIDE - PRODUCT INFORMATION
           ============================================ */

        .pdp-redesign .right-side {
            padding: 0;
            width: auto !important;
        }

        .pdp-redesign .top-right-side {
            margin-bottom: 32px;
        }

        .pdp-redesign .pd-title {
            font-size: 48px !important;
            font-weight: 600 !important;
            line-height: 1.2 !important;
            margin-bottom: 24px !important;
            color: #000000 !important;
            letter-spacing: -0.02em;
            background: none !important;
            text-transform: capitalize;
        }

        /* Price Section */
        .pdp-redesign .price-vat {
            display: flex;
            flex-direction: column;
            gap: 8px;
            padding: 24px 0;
            border-top: 1px solid #D1C9C3;
            border-bottom: 1px solid #D1C9C3;
            align-items: flex-start;
        }

        .pdp-redesign .no-excl-vat {
            font-size: 42px;
            font-weight: 600;
            color: #000000;
            letter-spacing: -0.01em;
        }

        .pdp-redesign .excl-vat {
            font-size: 15px;
            color: #666666;
            font-weight: 400;
        }

        .pdp-redesign .top-right-side,
        .pdp-redesign .bottom-right-side{
            padding: 0 !important;
            border:0 !important;
        }

        /* Product Details */
        .pdp-redesign .bottom-side-delivery {
            background-color: #f8f8f8;
            border-radius: 12px;
            padding: 24px;
            margin-bottom: 32px;
        }

        .pdp-redesign .bottom-side-delivery p {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #e5e5e5;
            margin: 0;
        }

        .pdp-redesign .bottom-side-delivery p:last-child {
            border-bottom: none;
        }

        .pdp-redesign .characteristics-name {
            font-size: 14px;
            color: #666666;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .pdp-redesign .characteristics-value {
            font-size: 15px;
            color: #000000;
            font-weight: 600;
        }

        .pdp-redesign .delivery-webshop {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .pdp-redesign .img-characteristics-name img {
            width: 20px;
            height: 20px;
        }

        .pdp-redesign .img-characteristics-name-txt {
            color: #2d7a3e !important;
            font-weight: 600 !important;
        }

        /* Quantity & Add to Cart */
        .pdp-redesign .product-action {
            margin-top: 32px;
        }

        .pdp-redesign .matrix-container {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .pdp-redesign .matrix-container > span:first-child p {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000000;
            margin: 0;
        }

        .pdp-redesign .product-counter-matrix {
            display: flex;
            align-items: center;
            border: 2px solid #D1C9C3;
            border-radius: 8px;
            overflow: hidden;
            background-color: #ffffff;
        }

        .pdp-redesign .js_counter_matrix {
            width: 80px;
            text-align: center;
            border: none;
            font-size: 16px;
            font-weight: 600;
            padding: 12px 8px;
            background-color: transparent;
            color: #000000;
        }

        .pdp-redesign .js_counter_matrix:focus {
            outline: none;
        }

        .pdp-redesign .js_plus_matrix,
        .pdp-redesign .js_minus_matrix {
            width: 44px;
            height: 44px;
            border: none;
            background-color: #f8f8f8;
            cursor: pointer;
            font-size: 20px;
            color: #000000;
            transition: all 0.3s ease;
            position: relative;
        }

        .pdp-redesign .js_plus_matrix::before {
            content: '+';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .pdp-redesign .js_minus_matrix::before {
            content: '−';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .pdp-redesign .js_plus_matrix:hover,
        .pdp-redesign .js_minus_matrix:hover {
            background-color: #D1C9C3;
        }

        .pdp-redesign .bestellen {
            margin-left: 2% !important;
        }

        .pdp-redesign .bestellen-button {
            width: 100%;
            padding: 18px 32px;
            background-color: #000000;
            color: #ffffff;
            border: 2px solid #000000;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
        }

        .pdp-redesign .bestellen-button:hover {
            background-color: #ffffff;
            color: #000000;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .pdp-redesign .bestellen-button img {
            width: 20px;
            height: 20px;
            filter: brightness(0) invert(1);
            transition: filter 0.3s ease;
        }

        .pdp-redesign .bestellen-button:hover img {
            filter: brightness(0);
        }

        /* ============================================
           PRODUCT DESCRIPTION & SPECS
           ============================================ */

        .pdp-redesign .product-action-omschrijving {
            margin-top: 60px;
        }

        .pdp-redesign .omschrijving,
        .pdp-redesign .product-characteristics {
            background-color: #f8f8f8;
            border-radius: 12px;
            padding: 40px;
            margin-bottom: 24px;
        }

        .pdp-redesign .product-characteristics-name-h1 {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 24px;
            color: #000000;
            letter-spacing: -0.01em;
            border-width:0 0 1px !important;
        }

        .pdp-redesign .review-description {
            font-size: 16px;
            line-height: 1.8;
            color: #333333;
        }

        .pdp-redesign .product-characteristics-code .name-cod {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .pdp-redesign .characteristics-p {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            margin: 0;
        }

        .pdp-redesign .characteristics-border {
            border-bottom: 1px solid #D1C9C3;
        }

        .pdp-redesign .characteristics-border-top {
            border-top: 1px solid #D1C9C3;
        }

        .pdp-redesign .border-top-p {
            padding: 0;
            margin: 0;
            border-bottom: none;
        }

        .pdp-redesign .characteristics-p .characteristics-name {
            font-size: 14px;
            line-height: 21px;
            color: #666666;
            font-weight: 500;
        }

        .pdp-redesign .characteristics-p .characteristics-value {
            font-size: 15px;
            color: #000000;
            font-weight: 600;
        }

        /* ============================================
           RESPONSIVE DESIGN
           ============================================ */

        @media (max-width: 1024px) {
            .pdp-redesign {
                padding: 40px 24px;
            }

            .pdp-redesign .topBlokPart {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .pdp-redesign .left-side {
                position: relative;
                top: 0;
            }

            .pdp-redesign .pd-title {
                font-size: 36px;
            }

            .pdp-redesign .no-excl-vat {
                font-size: 32px;
            }
        }

        @media (max-width: 640px) {
            .pdp-redesign {
                padding: 24px 16px;
            }

            .pdp-redesign .pd-title {
                font-size: 28px;
            }

            .pdp-redesign .no-excl-vat {
                font-size: 28px;
            }

            .pdp-redesign .pics-nav {
                grid-template-columns: repeat(3, 1fr);
            }

            .pdp-redesign .matrix-container {
                flex-direction: column;
                align-items: stretch;
            }

            .pdp-redesign .product-counter-matrix {
                justify-content: center;
            }

            .pdp-redesign .omschrijving,
            .pdp-redesign .product-characteristics {
                padding: 24px;
            }
        }