.product-item .action-buttons{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.detail-see{
    display: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 5px;
    border: 1px solid #9fa2ce;
    font-size: 12px;
    margin-right: 10px;
    color: #9fa2ce;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 120px;
    left: 50%;
    margin: -14px -40px;
}
.detail-see:hover{
    border: 1px solid #66c736;
    color: #66c736;
}
.product-item:hover .detail-see{
    display: table;
}
.pproduct{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 59;
}
.pproduct-inner{
    z-index: 1;
    background: #fff;
    padding: 16px 64px 16px 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1140px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.pproduct-left{
    width: 550px; 
}
.pproduct-right{
    margin-left: 24px;
    width: calc(100% - 550px);
}
.background-popup{
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    cursor: pointer
}
.pproduct-close{
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E8ECF5;
}
.pproduct-close svg{
    position: absolute;
    left: 13px;
    display: block;
    top: 13px;
    width: 12px;
    height: 12px;
    fill: #000;
}
.pproduct-close:hover{
    border: 1px solid #9fa2ce;
}
.pproduct-close:hover svg{
    stroke:#9fa2ce;
}

.pproduct-left .product-label{
    position: absolute;
    top: 8px;
    /*background: #66C736;*/
    border: 1px solid #575757;
    background: #fff;
    color:#575757;
    padding: 2px 5px 2px 6px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    z-index: 2;
}
.pproduct-left .label-icon svg{
    width: 16px;
    height: 16px;
    fill:#575757;
    margin-right: 2px;
}
.pproduct-left .label-text{
    font-size: 9px;
    color:#575757;
    line-height: 17px;
    padding-right: 5px;
}

.product-box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.product-name{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
}
.pproduct-next .butn{
    border: 1px solid #66c736;
    color: #66c736;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    text-align: center;
}
.pproduct-next .butn:hover{
    background: #66c736;
    color: #fff;
}
.pproduct-right .reviews{
    margin-bottom: 10px;
}
.pproduct-right .artikul{
    margin-bottom: 10px;
    margin-left: 10px;
}
.pproduct-right .availability {
    font: 14px Gilroy;
    color: #4acf60;
    font-weight: 500;
    margin-bottom: 10px;
}
.pproduct .product-prices{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 10px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.pproduct .product-price-old{
    color: #9FA2CE;
    text-decoration: line-through
}
.pproduct .product-prices .price-one{
    color:#767676;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    line-height: 14px;
}
.pproduct .product-price{
    font-size: 32px;
    margin-right: 16px;
    line-height: 32px;
}
.pproduct .product-prices .price-old{
    font-size: 24px;
    text-decoration: line-through;
    text-transform: uppercase;
    color: #767676;
    margin-right: 16px;
}
.pproduct .product-percent{
    position: relative;
    font-size: 16px;
    margin-top: auto
}
.pproduct .product-percent svg{
    width: 55px;
    height: 23px;
}
.pproduct .product-percent span{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    line-height: 23px;
}
.pproduct-buttons button{
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 14px;
    background: #fff;
    display: block;
    padding: 0;
    border: 0;
    outline: 0;
    transition: all .2s;
    cursor: pointer;
    margin-top: -9px;
    margin-left: 30px;
}
.pproduct-buttons button svg{
    width: 18px;
    height: 18px;
    stroke: #9fa2ce;
}
.pproduct-buttons button.active svg{
    stroke: #4acf60;
    fill: #4acf60;
}
.pproduct .product-info{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.pproduct .product-info .butn {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    background: #66c736;
    border: 1px solid #66c736;
    text-align: center;
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}
.pproduct .product-info > .butn {
    max-width: 140px
}

.pproduct .product-info .butn>div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    text-align: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-pack: center;
}

.pproduct .product-info .action {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.pproduct .product-info .butn.cart-minus,
.pproduct .product-info .butn.cart-plus {
    width: 52px;
    font-size: 18px;
    display: none
}
.pproduct .product-info .butn.cart-minus {
    margin-right: 5px;
}
.pproduct .product-info .butn.cart-plus {
    margin-left: 5px
}
.pproduct .action.active .cart-minus,
.pproduct .action.active .cart-plus {
    display: table
}
.pproduct .buy_btn_text p {
    display: inline-block;
    margin-right: 3px;
}

.pproduct .product-info .cart-buy svg {
    fill: #fff;
    margin: 7px 8px 7px 0
}
.pproduct .product-info .cart-onclick {
    background: 0 0;
    border: 1px solid #66c736;
    color: #66c736;
    margin-left: 13px
}

.advantages{
    margin-bottom: 10px;
}
.advantages .advantages-text {
    font-weight: 600;
    line-height: 22px;
    font-size: 13px;
}
.advantages .advantages-text.green{
    color:#66C736
}
.advantages .advantages-text.green svg{
    stroke:#66C736;
    fill:#66C736
}


.thumbs__wrapper__items .thumbs__wrapper__inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    transition: transform .5s ease
}

.product-main-slider .thumbs-arr {
    position: absolute;
    padding: 0;
    top: 20px;
    width: 40px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.product-main-slider .thumbs-arr.disabled {
    opacity: .5;
    cursor: default
}

.product-main-slider .thumbs-arr:not(.disabled):hover svg {
    stroke: #66c736
}

.product-main-slider .thumbs-next {
    right: 0
}

.product-main-slider .thumbs-prev {
    left: 0
}

.product-main-slider .thumbs-prev svg {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.product-main-slider .thumbs-arr svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 12px;
    margin: -5px 0 0 -9px;
    stroke: #494949
}

.product-main-slider .product-thumbs {
    z-index: 2;
    position: relative;
    border: 0;
    padding: 20px 51px
}

.thumbs__wrapper__items {
    overflow: hidden
}

.thumbs__wrapper__items .thumbs__wrapper__inner {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    transition: transform .5s ease
}

.product-thumbs .thumb {
    position: relative;
    padding: 0 6px;
    height: 94px
}

.product-thumbs .thumb .thumb-item {
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.product-thumbs .thumb .thumb-item img {
    width: max-content;
    height: fit-content;
    max-width: max-content;
    margin-bottom: -2px
}

.product-thumbs .active .thumb-item {
    border: 1px solid #66c736
}



.pproduct-right .characters{
    margin-top: 20px;
}
.pproduct-right .characters .name{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
.pproduct-right .table{
    border: 1px solid #E3E7F0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 12px;
}
.pproduct-right .t-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.pproduct-right .tr{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
.pproduct-right .tr .td{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    flex-basis: 50%;
    padding: 8px;
}
.pproduct-right .tr .td a{
    text-decoration: underline;
}
.pproduct-right .tr .td a:hover{
    text-decoration:inherit;
    color: #66C736;
}
.pproduct-right .tr:not(:last-child) .td{
    border-bottom: 1px solid #E3E7F0;
}
.pproduct-right .tr .td:last-child{
    border-left: 1px solid #E3E7F0;
}
.pproduct-right .col-table{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.pproduct-right .tr-table{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    flex-basis: 100%;
}
@media(max-width:1024px){
    .pproduct .product-info .butn{
        font-size: 12px;
    }
    .pproduct .pproduct-left{
        width: 40%;
    }
    .pproduct .pproduct-right{
        width: 60%;
    }
    .pproduct .tr-table{
        margin: 0;
    }
    .pproduct .col-table{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .pproduct .tr-table{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        flex-basis: 100%;
    }
}
@media(max-width:768px){
    .pproduct-right{
        margin-left: 0px;
    }
    .pproduct-inner{
        top: 30px;
        padding: 16px 24px 16px 16px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        width: auto;
        height: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        overflow-y: scroll;
    }
    .pproduct .pproduct-left{
        width: 100%;
    }
    .pproduct .pproduct-right{
        width: 100%;
    }
    
}
@media(max-width:768px){
    .pproduct .product-info{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .pproduct .product-info .cart-onclick{
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .pproduct .product-info .action{
        width: 100%;
    }
}
