.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.reviews-page{
    width: 100%;
}
.reviews-page-all{
    width: 90%;
}
.reviews-page{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.reviews img{
    width: 20px;
    height: 20px;
}
.modalwindow {
    display: none;
    width: 40%;
    height: 70%;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1000;
}
.modalwindow input{
    width: 175px;
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 20px;
}
.modalwindow textarea{
    width: 175px;
    border: 1px solid grey;
    border-radius: 5px;
    margin-bottom: 20px;
}
.modalwindow hr{
    margin: 0;
    height: 1px;
    width: 100%;
    color: black;
}
.modalwindowimg {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.img{
    display: flex;
    gap: 10px;
    margin: 0;
}
.img img{
    display: flex;
    gap: 10px;
    width: 20px;
    height: 20px;
}
.modalwindowimg img{
    display: flex;
    gap: 10px;
    width: 20px;
    height: 20px;
}
.coment{
    border-radius: 5px;
    padding: 10px;
    background-color: rgb(236, 236, 236);
}
.comentcenter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comentcenter img{
    width: 50px;
    height: 100px;
    border: none;
}
.dislike-button-img{
    width: 25px;
}
.like-button-img{
    width: 25px;
}
.buttonlike button{
    width: 40px;
    height: 40px;
    border: 2px solid black;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    margin: 5px;
    border-radius: 5px;
}
.like-button-img::before,
.dislike-button-img::before {
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.like-button-img::before {
    color: gray;
}

.dislike-button-img::before {

    color: grey;
}

button.active {
    background-color: gray;
    color: white;
}
.comentheader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buttonlike{
    display: flex;
    justify-content: space-between;
}
.reviews-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-page-header button {
    width: 240px;
    height: 50px;
    color: white;
    background-color: black;
    border-radius: 15px;
    cursor: pointer;
    border: none;
}

/* Для затемнения фона */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.reviews-page-header img{
    width: 50px;
}

.reviews h1{

    margin: 0;
}

.reviews{
    width: 50%;
    height: 60px;
    background-color: #d3d3d3;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.attr_titlesemiBoldp15{
    font-size: 13px;
}

.attrd-grid-reviews{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.breadcrumb li {
    display: inline-block;
    margin: 0
}

.breadcrumb li:not(:last-child):after {
    content: '/';
    margin: 0 4px 0 8px;
    display: inline-block
}

.breadcrumb li a {
    color: #999
}

.breadcrumb li a:hover, .productpage-review .control div:hover {
    color: #242424
}

.column-row {
    column-gap: 40px
}

.sub-category {
    height: auto;
    padding: 0 20px;
    margin: 0 -20px
}

.sub-category .swiper-next, .sub-category .swiper-prev {
    top: calc(50% - 20px);
    left: 0;
    background: #fafafc;
    width: 40px;
    height: 40px;
    z-index: 3
}

.sub-category .swiper-next {
    right: 0;
    left: auto
}

.sub-category .swiper-next:hover, .sub-category .swiper-prev:hover {
    background: #ebebeb
}

.sub-category .swiper-next.swiper-button-disabled, .sub-category .swiper-prev.swiper-button-disabled {
    opacity: 0
}

.sub-category a {
    border: 1px solid #ebebeb;
    padding: 16px;
    column-gap: 12px
}

.product-testimonial .review-item:hover blockquote, .sub-category a.active {
    border-color: #19191a
}

#column-left {
    width: 100%;
    height: 100%;
    max-width: 300px;
    margin-top: 20px;
    z-index: 4;
    background: #fff;
    border: 1px solid #e8e8ed
}

#column-left .list-group {
    display: grid;
    grid-row-gap: 10px
}

#column-left .list-group-item:not(:last-child) {
    border-bottom: 1px solid #e8e8ed
}

#column-left .list-group-item.open .ocf-option-name i {
    transform: rotate(90deg)
}

#column-left .list-group-item.open .ocf-option-values, #ocfilter-button div.btn-danger, #simpleedit fieldset label, #simpleregister fieldset label {
    display: none
}

#column-left .list-group-item .ocf-option-name {
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 12px;
    text-transform: uppercase;
    padding: 14px 20px;
    column-gap: 10px
}

#column-left .list-group-item .ocf-option-name i {
    font-size: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid #e8e8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

#column-left .list-group-item .ocf-option-values {
    border-top: 1px solid #e8e8ed;
    padding: 20px 20px 30px
}

#column-left .list-group-item .ocf-option-values label {
    position: relative;
    color: #999;
    margin-bottom: 10px;
    display: block
}

@media (min-width: 1024px) {
    #column-left .list-group-item .ocf-option-values label:hover {
        color: #242424
    }

    #column-left .list-group-item .ocf-option-values label:hover div i {
        background: #242424;
        border-color: #242424
    }
}

#column-left .list-group-item .ocf-option-values label.ocf-selected span, .pagination li.active span {
    background: #19191a;
    color: #fff
}

#column-left .list-group-item .ocf-option-values label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

#column-left .list-group-item .ocf-option-values label span {
    padding: 8px 12px;
    background: #f7f7f7;
    border-radius: 5px;
    color: #19191a;
    font-size: 12px;
    font-weight: 500
}

#column-left .list-group-item .ocf-option-values.option_block {
    column-gap: 5px;
    row-gap: 5px
}

#column-left .list-group-item .ocf-option-values.option_block label {
    width: auto;
    margin: 0;
    padding: 0
}

#column-left .list-group .price-input {
    column-gap: 10px;
    margin-bottom: 20px
}

#column-left .list-group .price-input .max, #column-left .list-group .price-input .min {
    border: 1px solid #ebebeb;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #999
}

#column-left .list-group .price-input .max span, #column-left .list-group .price-input .min span {
    display: block;
    text-align: center;
    flex: 1;
    font-weight: 600;
    color: #242424
}

.category-links {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.category-links div {
    justify-content: center;
    column-gap: 30px
}

.category-links div a {
    row-gap: 15px;
    text-align: center
}

.category-links div a img {
    width: 80px;
    max-width: none
}

#ocfilter-button .btn.btn-primary, .popover-content .btn-primary {
    background: #242424;
    color: #fff;
    padding: 15px 0;
    border: 0
}

#ocfilter-button .btn.btn-primary:hover {
    opacity: .9
}

#ocfilter-button button.btn-danger {
    background: 0 0;
    border: 0;
    margin-top: 5px
}

@media (max-width: 767px) {
    #ocfilter-button {
        position: sticky;
        bottom: 0;
        background: #fff;
        margin-left: -20px;
        margin-right: -20px
    }

    #ocfilter-button div.btn-danger {
        background: 0 0;
        width: 100%;
        color: #999;
        margin-top: 5px;
        padding: 5px;
        display: block;
        text-align: center
    }
}

.popover-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.popover-content .btn-primary {
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    font-weight: 600
}

.popover-content .btn-danger {
    display: none !important
}

#ss_showmore button {
    background: 0 0;
    border: 1px solid #999;
    padding: 15px 20px;
    color: #242424;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

#ss_showmore button b {
    margin: 0 5px;
    font-weight: 600
}

#ss_showmore button:hover {
    border-color: #242424
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top
}

.pagination li a {
    background: #fff
}

.pagination li a, .pagination li span {
    padding: 10px;
    border: 1px solid #ebebeb;
    display: block;
    height: 42px;
    min-width: 42px
}

.pagination li a:hover, .product-page #content .right .pds-list a.pds-current, .product-page #content .right .pds-list a:hover {
    border-color: #999
}

.pagination li.active span {
    border-color: #19191a
}

.filter-sort {
    column-gap: 20px;
    padding: 14px 20px;
    border: 1px solid #ebebeb;
    margin-top: 30px
}

.filter-sort .filter {
    column-gap: 5px;
    display: none;
    align-items: center
}

.filter-sort b {
    font-weight: 400
}

.filter-sort .limit select, .filter-sort .sort select {
    border: 0;
    color: #19191a;
    background: 0 0;
    padding: 5px 0
}

.product-info {
    background: #fafafc;
    padding: 14px 0;
    margin-bottom: 30px
}

.product-info .container {
    column-gap: 30px
}

.product-info .btn-wishlist {
    background: 0 0;
    padding: 0;
    border: 0;
    color: #19191a
}

.product-info .btn-wishlist.wishlist-active, .product-info .stock.red {
    color: #ce4670
}

.product-info .btn-wishlist.wishlist-active i:before {
    content: "\e914"
}

.product-info .stock {
    color: #508307
}

.product-page #content .left .thumbnails {
    column-gap: 20px
}

.product-page #content .left .thumbnails .photo-small {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    height: 100%
}

.product-page #content .left .thumbnails .photo-big {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center
}

.product-page #content .left .thumbnails .photo-big .sticker {
    opacity: 1;
    top: 0
}

.product-page #content .right {
    max-width: 530px
}

.product-page #content .right .block1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb
}

.product-page #content .right .block1 .block-price .price-old {
    font-size: 20px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    color: #999
}

.attr_list div, .product-page #content .right .reward {
    column-gap: 10px
}

.product-page #content .right .reward i {
    color: #f7c035
}

.product-page #content .right .btn-deshevle {
    padding: 10px 14px;
    border: 1px solid #ebebeb;
    color: #242424;
    column-gap: 10px
}

.product-page #content .right .btn-deshevle i {
    width: 16px;
    height: 16px;
    font-size: 11px;
    border: 1px solid #242424
}

.product-page #content .right .btn-deshevle i:before {
    position: relative;
    top: 1px
}

.product-page #content .right .pds {
    column-gap: 20px
}

.product-page #content .right .pds-list {
    column-gap: 5px
}

.product-page #content .right .pds-list a {
    width: 40px;
    height: 40px;
    border: 2px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.product-page #content .right .pds-list a img {
    border-radius: 50%
}

.product-page #content .right .block-cart {
    column-gap: 10px;
    margin-top: 30px
}

.product-page #content .right .block-cart .qty {
    border: 1px solid #ebebeb;
    padding: 14px;
    height: 52px
}

.product-page #content .right .block-cart .qty button {
    background: 0 0;
    width: 24px;
    height: 24px;
    border: 0;
    color: #242424
}

.product-page #content .right .block-cart .qty input {
    width: 30px;
    border: 0;
    outline: 0;
    text-align: center;
    font-size: 16px
}

.product-page #content .right .block-cart #button-cart {
    background: #19191a;
    color: #fff;
    height: 52px;
    border: 0
}

.product-page #content .right .b1c {
    height: 52px;
    border: 1px solid #19191a;
    color: #19191a;
    background: 0 0;
    margin-top: 10px
}

.attr {
    grid-row-gap: 15px;
    margin-top: 30px
}

.attr_list {
    display: grid;
    grid-row-gap: 10px
}

.attr_list div span:last-child {
    color: #999;
    text-align: right
}

.attr_list div span:nth-child(2) {
    border-bottom: 1px dashed #ebebeb;
    min-width: 40px
}

#tab-specification .attr_list {
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 40px
}

.tab-link {
    background: #fafafc;
    padding: 10px 0
}

.tab-link .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tab-link .nav li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 12px 24px;
    display: block;
    color: #999
}

.tab-link .nav li.active a {
    color: #19191a
}

.productpage-review .review-head {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 1px
}

.productpage-review .review-head .rev-btn {
    background: #19191a;
    color: #fff;
    padding: 14px 30px
}

.productpage-review .control {
    column-gap: 5px;
    border: 1px solid #ebebeb
}

.productpage-review .control div {
    width: 46px;
    height: 46px;
    font-size: 14px
}

.productpage-review .rev-block {
    column-gap: 20px
}

.productpage-review #review .swiper-slide {
    padding: 40px;
    background: #fff;
    border: 1px solid #ebebeb
}

.productpage-review #review .swiper-slide .review-header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px
}

.productpage-review #review .swiper-slide .review-text {
    color: #19191a;
    font-style: italic;
    font-size: 14px
}

.product-testimonial .review-content .rating, .productpage-review #review .swiper-slide .rating {
    color: #f7c035
}

#review-popup .alert-success {
    color: green;
    border-radius: 3px
}

.stars-rating .wrap {
    display: inline-block;
    font-size: 0
}

.stars-rating .wrap span {
    font-size: 24px;
    line-height: 20px;
    cursor: pointer
}

.stars-rating .wrap span:before {
    content: "\e927";
    color: #ebebeb;
    font-family: 'dmmarket' !important
}

.stars-rating .wrap:hover span:before {
    content: "\e928";
    color: #f7c035
}

.stars-rating .wrap:hover span:hover ~ span:before {
    color: #ebebeb;
    content: "\e927"
}

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before, .stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before, .stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before, .stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before, .stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {
    color: #f7c035;
    content: "\e928"
}

.width-small {
    max-width: 1000px;
    margin: 40px auto
}

.account-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

#simpleedit, #simpleregister, .account-links a {
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.account-links a {
    height: 100px;
    grid-column-gap: 10px;
    border-radius: 10px;
    transition: .5s
}

.account-links a i {
    font-size: 24px
}

.account-links a span {
    font-size: 18px;
    font-weight: 600
}

.account-links a:hover {
    transform: translateY(-3px)
}

.account-forgotten .breadcrumb, .account-forgotten h1, .account-login .breadcrumb, .account-login h1, .account-simpleedit .breadcrumb, .account-simpleedit h1, .account-simpleregister .breadcrumb, .account-simpleregister h1 {
    text-align: center
}

.account-forgotten #content, .account-login #content, .account-simpleedit #content, .account-simpleregister #content {
    margin-bottom: 60px
}

.btn-light {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 20px 0
}

#simpleedit, #simpleregister {
    max-width: 400px;
    margin: 0 auto;
    padding: 40px
}

#simpleedit fieldset, #simpleregister fieldset {
    display: grid;
    grid-template-columns:repeat(1, 1fr)
}

#simpleedit .buttons a, #simpleregister .buttons a {
    padding: 20px 50px;
    background: #242424;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: .05em
}

.contact-page .left .item:not(:last-child) {
    margin-bottom: 30px
}

.contact-page .left .item .title {
    font-size: 14px;
    margin-bottom: 5px
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table, table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px
}

.table tbody th, .table thead th, table tbody th, table thead th {
    font-weight: 700;
    text-align: left;
    border: 0;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.table tbody td, .table thead td, table tbody td, table thead td {
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: top;
    background: #fbfbfb
}

.table tbody tr:first-child td, .table thead tr:first-child td, table tbody tr:first-child td, table thead tr:first-child td {
    background: #fff
}

.table tbody tr td:first-child, .table thead tr th:first-child {
    border-left: none
}

.table tbody tr td {
    vertical-align: middle
}

.table tbody tr td:last-child, .table thead tr th:last-child {
    border-right: none
}

.product-testimonial .review-item {
    padding: 40px;
    grid-row-gap: 30px;
    box-shadow: 0 0 0 1px #f7f7f7;
    background: #fff
}

.product-testimonial .review-item:hover .review-text {
    color: #19191a
}

.product-testimonial .review-content {
    grid-row-gap: 15px
}

.product-testimonial .review-content .name span {
    color: #999;
    margin-left: 10px
}

.product-testimonial .review-text {
    color: #999
}

.product-testimonial .review blockquote {
    border-left: 2px solid #f7f7f7;
    margin: 0;
    padding-left: 20px
}

.product-testimonial .review blockquote strong {
    margin-bottom: 10px;
    display: block;
    color: #999
}

@media (max-width: 1024px) {
    .category-links > div {
        justify-content: start;
        align-items: self-start;
        overflow: auto;
        margin: 0;
        max-width: 100%
    }

    .sub-category a img {
        max-width: 52px;
        max-height: 52px
    }

    .sub-category a span {
        font-size: 13px
    }

    .column-row #column-left {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        border: 0;
        border-right: 1px solid #e8e8ed;
        transform: translateX(-400px);
        overflow: auto
    }

    .column-row #column-left.active {
        transform: translateX(0)
    }

    .column-row #content, .product-page #content .left, .product-page #content .right {
        width: 100%
    }

    #ocfilter-button {
        margin: 0
    }

    .filter-sort .filter {
        display: flex
    }

    .product-page #content {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-column-gap: 40px
    }

    .tab-link > .container {
        max-width: none;
        padding: 0
    }

    .tab-link .nav {
        overflow: auto;
        padding: 0 15px
    }

    .tab-link .nav li {
        white-space: nowrap
    }

    .product-row.module .product-thumb {
        padding: 15px
    }

    .reviews{
        width: 65px;
        height: 40px;
        background-color: #d3d3d3;
        border-radius: 15px;
        display: flex;
    }
}

@media (max-width: 992px) {
    .sub-category {
        padding: 0 20px;
        margin: 0 -15px
    }
}

@media (max-width: 767px) {
    .product-info .container {
        overflow: auto
    }

    .reviews{
        width: 70%;
        height: 60px;
        background-color: #d3d3d3;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .reviews h1{

        margin: 0;
    }

    .attr_titlesemiBoldp15{
        font-size: 17px;
    }

    .attrd-grid-reviews{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .product-info .container * {
        white-space: nowrap
    }

    .product-page #content {
        grid-row-gap: 40px
    }

    #tab-specification .attr_list, .product-page #content {
        grid-template-columns:repeat(1, 1fr)
    }

    #tab-specification .attr_list div span:nth-child(1) {
        white-space: normal
    }

    #tab-specification .attr_list div span:nth-child(2) {
        min-width: auto
    }

    #tab-specification .attr_list div span:last-child {
        text-align: right
    }

    .sub-category {
        padding: 0
    }

    .sub-category .swiper {
        padding: 0 15px
    }

    .sub-category .swiper-slide {
        width: auto;
        max-width: 60%
    }

    .sub-category a {
        padding: 10px 14px;
        background: #242424;
        border: 0;
        text-align: center;
        border-radius: 5px;
        color: #fff
    }

    .sub-category a img {
        display: none
    }
}
