@font-face {
    font-family: "HelveticaneueCondensedBold";
    src: url("./fonts/helveticaneue-condensedbold.eot");
    src: url("../fonts/helveticaneue-condensedbold.eot") format("embedded-opentype"),
    url("../fonts/helveticaneue-condensedbold.woff2") format("woff2"),
    url("../fonts/helveticaneue-condensedbold.woff") format("woff"),
    url("../fonts/helveticaneue-condensedbold.ttf") format("truetype"),
    url("../fonts/helveticaneue-condensedbold.svg#RobotoSlabBold") format("svg");
}

h1.product_title {
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 30px;
}

.woocommerce #yellow-block {
    margin-bottom: 20px;
}

.product-category {
    margin-bottom: 30px;
}

.products .columns .product {
    height: 245px;
    margin-bottom: 35px;
}

bdi::before {
    content: "от ";
}
.woocommerce-product-details__short-description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

.single-product #yellow-block {
    margin: 0 0 15px;
}

.woocommerce-breadcrumb {
    margin-bottom: 15px;
}

body .product-description p {
    line-height: 23px;
}

.product-description {
    background: #333333 none repeat scroll 0 0;
    border: 10px solid #212121;
    margin-bottom: 20px;
    padding: 20px;
}

.product-description h1, .product-description h2, .product-description h3 {
    color: #ffffff;
    margin-top: 0;
    letter-spacing: 0px;
    margin-bottom: 23px;
}

.products .medium-4.columns:last-child {
    float: left !important;
}

.form-chicout {
    border: 5px solid;
    box-shadow: 0 0 0 3px #696969;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 39px;
}

.form-content {
    font-size: 25px;
    font-weight: bold;
}

.form-content, .button-chicout {
    display: inline-table;
    margin: 10px 0;
    vertical-align: middle;
}

.button-chicout {
    width: 40%;
    text-align: center;
}

.button-chicout a {
    background: #fdbb30 none repeat scroll 0 0;
    border: 1px solid #fee551;
    box-shadow: 0 0 0 5px #fdbb30;
    color: #000000;
    float: right;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 22px;
    text-align: center;
    text-transform: uppercase;
}

.form-content {
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
    width: 59%;
}

.form-content > span {
    color: #fdbb30;
    display: block;
    font-size: 44px;
    margin-bottom: 25px;
}

.single-product .medium-3.columns.widget-area {
    margin-top: 30px;
}

.product-type-grouped {
    margin-bottom: 15px;
}

.product-type-grouped .price {
    text-align: right;
    width: 18%;
}

label, .labels, .moree, .price {
    display: inline-table;
}

.product-description p {
    border-bottom: 1px solid #4d4d4d;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
}

.product-description p::before {
    background: #333 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 5%;
    position: absolute;
    width: 10%;
    z-index: 999;
}

.product-description p::after {
    background: #fdbb30 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 10%;
}

/**** carousel ******/
.related-carousel {
    margin: 30px 80px 25px;
}

.title {
    color: #fdbb30;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-left: -30px;
    margin-top: 10px;
}

.owl-nav div {
    background: rgba(0, 0, 0, 0) url("../images/next.png") no-repeat scroll 0 0;
    height: 80px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    width: 25px;
}

.owl-prev {
    right: -80px;
    transform: rotate(180deg);
}

.owl-next {
    left: -80px;
}

.product-description > h2 {
    font-family:HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 26px;
    font-weight:normal;
    margin-bottom: 0;
}

.widget-woo time {
    color: #aeaeae;
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.widget-woo .rpwe-title > a {
    display: block;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 20px;
}

.widget-woo .rpwe-li {
    display: block;
    list-style: outside none none;
    margin-bottom: 20px;
}

.product-type-simple .cart {
    display: none;
}

ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 15px "trebuchet MS", "lucida sans";
    padding: 0;
    margin-bottom: 4em;
    /*	text-shadow: 0 1px 0 rgba(255,255,255,.5);*/
}

ol ol {
    margin: 0 0 0 2em;
}

.carousel-block.columns {
    width: 60rem;
}

/* -------------------------------------- */
.rounded-list li {
    border-top: 1px solid #4d4d4d;
    line-height: 26px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 3px;
    position: relative;
    text-indent: 50px;
    margin: 16px 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rounded-list li:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-list li::after {
    background: #fdbb30 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 30px;
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #333;
    top: 3px;
    text-indent: 0;
    padding: 0 10px;
    background: #fdbb30 none repeat scroll 0 0;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* -------------------------------------- */
.rectangle-list li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list li:hover {
    background: #eee;
}

.rectangle-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list li:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.rectangle-list li:hover:after {
    left: -.5em;
    border-left-color: #fa8072;
}

.product-type-grouped label {
    width: 60%;
}

.product-type-grouped .label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    width: 80%;
}

.product-type-grouped .group_table .more {
    padding: 10px 25px;
}

.woocommerce-Price-amount.amount {
    color: #fdbb30;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 20px;
    text-align: right;
}

.old-price .amount {
    text-decoration: line-through;
}

.price .percent {
    color: #fdbb30;
    display: inline-table;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 20px;
    margin: 0 10px;
}

/* Скрываем реальный чекбокс */
.checkbox {
    display: none;
}

.checkbox-custom {
    border: 2px solid #fdbb30;
    height: 40px;
    position: relative;
    width: 40px;
}

.checkbox-custom, .label {
    display: inline-block;
    vertical-align: middle;
}

.checkbox:checked + .checkbox-custom:before {
    background: rgba(0, 0, 0, 0) url("../images/chicked.png") no-repeat scroll 0 0;
    border-radius: 2px;
    bottom: 2px;
    content: "";
    display: block;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.group_table .product-type-grouped.select .label {
    background: #333333 none repeat scroll 0 0;
}

.group_table .product-type-grouped.select .more {
    background: #333 none repeat scroll 0 0;
}

.order-form {
    display: block;
    margin: 30px 0;
}

.order-prce, .product-type-simple .price .woocommerce-Price-amount {
    color: #fdbb30;
    display: inline-table;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 60px;
    line-height: 50px;
}

.single-product .old-price .amount {
    font-size: 45px;
    text-decoration: line-through;
}

.single-product .price .percent {
    font-size: 40px;
}

.order-form > a {
    background: #fdbb30 none repeat scroll 0 0;
    border: 1px solid #fee551;
    box-shadow: 0 0 0 5px #fdbb30;
    color: #000000;
    float: right;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 22px;
    text-align: center;
    text-transform: uppercase;
}

.carousel-block.columns {
    margin-top: 10px;
    overflow: hidden;
}

.products .price {
    float: none;
    text-align: left;
    width: 100%;
}

.products .woocommerce-Price-amount.amount {
    float: none;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
}

/*--------------------Reviews---------------------------*/
.panel .woocommerce-Reviews-title {
    color: #fdbb30;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-left: 35px;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
}

.tabs.wc-tabs {
    display: none;
}

#comments .commentlist li {
    border: 1px solid;
}

#comments .commentlist li {
    border: 1px solid #efe;
    display: block;
    overflow: hidden;
    padding: 25px;
}

.avatar.avatar-60.photo, .coment-avatar {
    display: inline-table;
    float: left;
    margin-right: 25px;
    margin-top: 4px;
    width: 18%;
}

.coment-avatar > img {
    max-width: 155px;
}

.comment-text {
    display: inline-block;
    width: 78%;
}

.star-rating {
    float: right;
}

#comments .meta {
    margin-bottom: 5px;
}

#comments .description > p {
    color: #fff;
    font-size: 14px;
}

.woocommerce-tabs #tab-reviews {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

#review_form_wrapper {
    background: #333333 none repeat scroll 0 0;
    border: 10px solid #212121;
    padding: 15px;
}

.comment-form-comment {
    border-bottom: 10px solid #212121;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.panel .comment-reply-title {
    color: #fdbb30;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
}

.panel .comment-notes {
    color: #fff;
}

#email-notes {
    display: none;
}

.required {
    color: #fdbb30;
}

#comments .meta {
    color: #b3b3b3;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    text-shadow: none;
}

#comments .meta strong {
    color: #fdbb30;
}

#comments .description > p {
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    text-align: left;
}

.star-rating {
    background: rgba(0, 0, 0, 0) url("images/star.png") repeat-x scroll 0 0;
    float: right;
    height: 20px;
    text-indent: -99999px;
    width: 120px;
}

.star-rating > span {
    background: rgba(0, 0, 0, 0) url("images/star-gold.png") repeat-x scroll 0 0;
    display: block;
    height: 20px;
}

.comment-form-rating > label, .comment-form-comment > label {
    color: #fdbb30;
    font-family: HelveticaneueCondensedBold, Arial, sans-serif;
    font-size: 18px;
}

.stars a {
    background: rgba(0, 0, 0, 0) url("images/star.png") repeat-x scroll 0 0;
    display: inline-table;
    height: 20px;
    margin-right: 20px;
    position: relative;
    text-indent: -99999px;
    width: 20px;
}

.stars a:hover, .stars a.active {
    background: rgba(0, 0, 0, 0) url("images/star-gold.png") repeat-x scroll 0 0;
}

.stars a:after {
    background: #b3b3b3 none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: -9px;
    top: 0;
    width: 1px;
}

.stars a.star-1 {
    width: 25px;
}

.stars a.star-2 {
    width: 50px;
}

.stars a.star-3 {
    width: 75px;
}

.stars a.star-4 {
    width: 100px;
}

.stars a.star-5 {
    width: 125px;
}

.stars a.star-5::after {
    display: none;
}

.woocommerce-Reviews .comment-form-comment span.required {
    color: #fdbb30;
    float: none;
}

textarea#comment {
    background: #fff none repeat scroll 0 0;
    color: #333333;
}

.row.fileds-review {
    border-top: 10px solid #212121;
    display: block;
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 20px;
    padding: 15px;
}

#review_form .error {
    color: red;
    display: block;
    position: relative;
}

/*-----Select---------*/
#review_form {
    position: relative;
}

.woocommerce-Reviews .select-review {
    top: 145px;
}

.woocommerce-Reviews.yes .select-review {
    top: 115px;
}

.select-review {
    position: absolute;
    right: 0;
}

.select-review span {
    float: left;
    vertical-align: middle;
    position: relative;
    text-align: 20px;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
}

select#clients {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    outline: 0 none;
    position: relative;
}

select#clients::-ms-expand {
    display: none;
}

.review-select {
    background: #fff none repeat scroll 0 0;
    height: 35px;
    line-height: 3;
    overflow: hidden;
    width: 220px;
}

.review-select:after {
    background: #fdbb30 none repeat scroll 0 0;
    bottom: 0;
    color: #000;
    content: "\25BC";
    padding: 0 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.comment-form-url, .comment-form-email {
    display: none;
}

#review_form .form-submit input#submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fdbb30;
    color: #fff;
    width: 100%;
}

#review_form .form-submit input#submit:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fdbb30;
    width: 100%;
}

.comment-form-author.medium-4.columns {
    margin-top: 20px;
    vertical-align: middle;
}

.comment-form-author.medium-4.columns > label {
    color: #fff;
    display: inline-table;
    float: left;
    width: 16%;
    font-size: 16px;
}

.comment-form-author.medium-4.columns > input {
    background: #fff none repeat scroll 0 0;
    color: #333333;
    display: inline-table;
    vertical-align: middle;
    width: 79%;
}

.products .star-rating {
    display: none;
}

.product-type-grouped p.price {
    display: none;
}

.product-type-simple .order-form {
    display: inline-table;
    margin: 30px 0;
    width: 72%;
}

.cases_slider_hr {
    margin-top: 20px;
}

@media screen and (max-width: 1000px) {
    .carousel-block.columns {
        min-width: 58rem;
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .carousel-block.columns {
        min-width: 56rem;
    }
}

@media screen and (max-width: 900px) {
    .carousel-block.columns {
        min-width: 55rem;
    }
}

@media screen and (max-width: 800px) {
    .carousel-block.columns {
        min-width: 49rem;
    }

    .product-type-simple .order-form {
        width: 50%;
    }
}

@media screen and (max-width: 760px) {
    .carousel-block.columns {
        min-width: 46rem;
    }
}

@media screen and (max-width: 740px) {
    .carousel-block.columns {
        min-width: 45rem;
    }
}

@media screen and (max-width: 700px) {
    .carousel-block.columns {
        min-width: 41rem;
    }
}

@media screen and (max-width: 660px) {
    .carousel-block.columns {
        min-width: 40rem;
    }
}

@media screen and (max-width: 640px) {
    .carousel-block.columns {
        min-width: 100%;
    }

    .woocommerce-Reviews.yes .select-review {
        top: 85px;
    }

    .g-recaptcha {
        text-align: center;
        display: table;
        margin: 15px auto;
    }

    #tab-reviews {
        margin-bottom: 0 !important;
        padding-bottom: 0;
    }

    .single-product .medium-3.columns.widget-area {
        margin-top: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .widget-area .widget_text.widget-woo {
        text-align: center;
    }

    .products .medium-4.columns {
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }

    .product-type-grouped .price {
        width: 100% !important;
    }

    .products .price {
        float: none;
        text-align: center;
        width: 100%;
    }

    .products .woocommerce-Price-amount.amount {
        float: none;
        font-size: 20px !important;
        line-height: 14px !important;
        text-align: center;
    }

    .products p {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .product-type-grouped label {
        width: 56%;
    }

    .product-type-grouped .label {
        font-size: 18px;
        width: 70%;
    }

    .product-type-grouped .price {
        width: 16%;
    }

    .order-form > a {
        font-size: 20px;
    }

    .form-content {
        font-size: 22px;
    }

    .form-content > span {
        font-size: 40px;
    }

    .button-chicout a {
        font-size: 18px;
    }

    .widget-woo .rpwe-title > a {
        font-size: 14px;
    }

    .product-type-grouped label {
        width: 57%;
    }

    h1.product_title {
        font-size: 24px;
    }

    .owl-nav div {
        top: 30%;
    }

    .checkbox:checked + .checkbox-custom::before {
        background: rgba(0, 0, 0, 0) url("../images/chicked.png") no-repeat scroll 0 0 / contain;
        height: 30px;
        width: 23px;
    }

    .checkbox-custom {
        height: 30px;
        width: 30px;
    }

    .product-type-grouped .label {
        font-size: 13px;
        width: 85%;
    }

    .product-type-grouped .group_table .more {
        padding: 6px 10px;
    }

    .product-type-grouped .price {
        width: 7%;
    }

    .woocommerce-Price-amount.amount {
        font-size: 16px;
    }

    .order-prce {
        font-size: 40px;
    }

    .order-form > a {
        padding: 10px 14px;
    }

    .form-content {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

    .button-chicout {
        display: inline-table;
        text-align: center;
        width: 100%;
    }

    .button-chicout a {
        display: block;
        font-size: 18px;
        margin: 0 auto;
        width: 100%;
    }

    .title {
        font-size: 18px;
    }

    .widget-woo .rpwe-title > a {
        font-size: 20px;
    }

    .comment-text {
        width: 73%;
    }

    .comment-form-author.medium-4.columns > label {
        width: 20%;
    }

    .comment-form-author.medium-4.columns > input {
        width: 78%;
    }

    .review-select {
        top: 85px;
    }

    .product-type-simple .order-form {
        width: 68%;
    }
}

@media screen and (max-width: 567px) {
    .products .columns .product {
        height: auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .product_title.entry-title, .group_table, .order-form {
        padding: 0 10px;
    }

    .order-form #popup {
        margin-right: 10px;
    }

    .panel .woocommerce-Reviews-title {
        color: #fdbb30;
        display: block;
        font-size: 22px;
        margin-bottom: 20px;
        margin-left: 30px;
    }

    .comment-text {
        width: 100%;
    }

    .avatar.avatar-60.photo, .coment-avatar {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .panel .comment-reply-title {
        margin-bottom: 5px;
        text-align: center;
    }

    .panel .comment-notes {
        margin-bottom: 10px;
        text-align: center;
    }

    #review_form {
        position: relative;
    }

    .select-review {
        position: absolute;
        top: 32px;
    }

    .stars {
        margin-bottom: 55px;
        text-align: center;
    }

    .select-review {
        display: block;
        left: 35px;
        position: absolute;
        top: 42px;
    }

    .product-type-grouped label {
        text-align: left;
        width: 68%;
    }

    .product-type-grouped .label {
        width: auto;
    }

    .price {
        display: block;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }

    .product-type-simple .order-form {
        display: block;
        float: none;
        margin: 25px 0;
        text-align: center;
        width: 100%;
    }

    .product-type-simple .price .woocommerce-Price-amount {
        color: #fdbb30;
        display: inline-table;
        float: none;
        font-family: HelveticaneueCondensedBold, Arial, sans-serif;
        font-size: 45px;
        line-height: 50px;
        text-align: center;
    }
    .single-product .old-price .amount {
        font-size: 40px;
    }
    .woocommerce-Reviews.yes .select-review {
        top: 165px;
        left: 0;
    }

    .review-select {
        width: 180px;
    }

    .stars a {
        margin-bottom: 4px;
    }

    .product-type-grouped .group_table .more {
        padding: 4px 7px;
    }

    .product-type-grouped .label {
        width: auto;
    }

    .product .product-type-grouped .price {
        width: 100%;
        text-align: center;
        float: none;
        display: block;
    }

    .product .woocommerce-Price-amount.amount {
        float: none;
        text-align: center;
    }

    .order-form > a {
        font-size: 16px;
    }

    .order-prce {
        font-size: 26px;
        line-height: 26px;
    }

    .form-content > span {
        font-size: 30px;
    }

    .button-chicout a {
        display: block;
        font-size: 16px;
        margin: 0 auto;
        width: 100%;
        padding: 15px;
    }

    #comments .commentlist li {
        padding: 15px;
    }

    .product-type-grouped .comment-respond label {
        text-align: center;
        width: 100%;
    }

    .product-type-simple .order-form > a {
        float: none;
    }

    .woocommerce-Reviews .comment-reply-title {
        font-size: 18px;
    }

    .woocommerce-Reviews.yes .comment-reply-title {
        font-size: 30px;
    }

    .woocommerce-Reviews .select-review {
        top: 163px;
    }
}

@media screen and (max-width: 440px) {
    #maintop h1.title, #mainbottom h1.title, .post-header h1.post-title, .comment-reply-title, #content h1.title, .home h2.post-title {
        font-size: 24px;
    }

    .star-rating {
        float: none;
        margin: 6px auto;
    }

    .woocommerce-Reviews .select-review {
        left: 0;
    }

    .single-product .product-description {
        padding: 10px;
    }

    #comments .meta {
        text-align: center;
    }

    .review-select {
        width: 160px;
    }
}

@media screen and (max-width: 440px) {
    #review_form_wrapper {
        padding: 10px;
    }

    .woocommerce-Reviews.yes .select-review {
        top: 140px;
        left: 0;
    }

    .review-select:after {
        top: 28px;
        height: 35px;
    }

    .review-select {
        width: 100%;
    }

    .checkbox-custom {
        height: 20px;
        width: 20px;
    }

    .checkbox:checked + .checkbox-custom::before {
        height: 20px;
        width: 14px;
    }

    .product-type-grouped .group_table .more {
        padding: 4px 2px;
    }
}

@media screen and (min-width: 768px) {
    .product-description p {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .product-description p {
         margin-bottom: 10px;
         padding-bottom: 20px;
     }
}
.product-description .wptb-table-container-matrix  p::before,
.product-description .wptb-table-container-matrix  p::after {
    display: none !important;
}
.product-description .wptb-table-container-matrix p {
    border-bottom: unset;
}
/* Четные строки - темный фон, белый текст */
tr.wptb-row:nth-child(even) {
    background-color: #ffad01!important;
}

/* Нечетные строки - желтый фон, черный текст */
tr.wptb-row:nth-child(odd) {
    background-color: #fdbb30 !important;
}

/* Применяем цвета и к ячейкам */
tr.wptb-row:nth-child(even) td {
    background-color: #ffad01 !important;
}

tr.wptb-row:nth-child(odd) td {
    background-color: #fdbb30 !important;
}
/* Для всех таблиц WP Table Builder */
.wptb-preview-table {
    table-layout: auto !important;
    width: auto !important;
}

.wptb-preview-table td,
.wptb-preview-table th {
    width: auto !important;
}
.wptb-element-main-table-container td,
.wptb-element-main-table-container th {
    word-break: keep-all !important;
}
