:root {
    --c_review_br: 25px;
    --fz_40_15: min(max(15px, 2.5vw), 40px);
    --fz_28_14: min(max(14px, 2.5vw), 28px);
    --fz_26_18: min(max(18px, 2.5vw), 26px);
    --fz_23_18: min(max(18px, 3.5vw), 23px);
    --fz_18_14: min(max(14px, 3.5vw), 18px);
}

.review-author-name {
  font-size: 17px !important;
  font-weight: 600;
}

.c_block-title_reviews {
  font-weight: 600;
  font-size: 17px !important;
}

.review-date {
  font-size: 17px !important;
  font-weight: 500;
}

#review p {
  font-size: 17px!important;
  font-weight: 500;
}

#description a.showmore {
  font-size: 17px;
  font-weight: 500;
}

.module-product-item h3 {
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
}

.product-attr__row .row-attr-left {
  font-size: 17px;
  font-weight: 600;
}

.product-attr__row .row-attr-right {
  font-size: 17px;
  font-weight: 500;
}

.form_review-title {
  font-size: 17px;
  font-weight: 500;
}

#form-review input, #form-review textarea {
  font-size: 17px!important;
  font-weight: 500;
}

.catalog-descr ul, .catalog-descr ol {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  padding-left: 30px;
}

.catalog-descr h2 {
  font-weight: bold;
}

.d-none {
    display: none!important;
}
.fsz-22 {
    font-size: 22px;
}

.btn.btn-cart {
    border-radius: var(--c_review_br);
    height: 55px;
}
.btn.btn-cart img {
    margin-right: 15px;
}
.btn.btn-fo {
    border-radius: var(--c_review_br);
    height: 55px;
}
.btn.btn-fo img {
    margin-right: 15px;
}
.c_btn {
    border-radius: var(--c_review_br)!important;
    height: 28px!important;
    font-size: 14px!important;
    text-transform: none!important;
    width: 100%;
}
.products.c_products .c_btn {
    font-size: var(--fz_18_14) !important;
}
.c_btn img {
    min-width: 30px!important;
    height: 20px!important;
}
.slick-slide .c_btn img {
    margin: 0;
}
@media (max-width: 1200px) {
    .btn.btn-fo img {
        margin-right: 0;
    }
}
@media (max-width: 450px) {
    .c_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.c_block-title {
    font-size: var(--fz_23_18);
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}

.mobile_filter {
    display: none;
}

.c_select-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: 0;
    position: relative;
}
.c_select-trigger {
    font-size: 20px;
    color: #000;
    line-height: 1;
}
.c_select-options {
    position: absolute;
    top: 50px;
    width: auto;
    min-width: 250px;
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 4px 5px 0 #00000091;
    box-shadow: 0 4px 5px 0 #00000091;
    z-index: 9;
    border-radius: var(--c_review_br);
    display: none;
    padding: 23px;
}
.c_select-left .c_select-options {
    left: 0;
}
.c_select-right .c_select-options {
    right: 0;
}
.c_select.isActive .c_select-options {
    display: block;
}
.c_select-option {
    position: relative;
    background: 0 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}
.c_select-option:hover, .c_select-option.c_selected {
    background: transparent;
    color: #9F70FD;
}
@media (max-width: 767px) {
    #mobil_mini:not(.open_fv) i {
        display: none;
    }

    .mobile_filter {
        display: flex;
        align-items: center;
    }
    .mobile_filter img {
        width: 32px;
    }
}
@media (max-width: 550px) {
    .c_select-trigger {
        font-size: 14px;
    }
    .c_select-trigger img {
        width: 15px;
        height: 15px;
    }

    .c_select-options {
        top: 20px;
        min-width: 170px;
        padding: 10px;
    }
    .c_select-option {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

.c_products {
    display: flex;
    width: 100%;
    gap: 40px;
    margin-bottom: 30px;
}
.c_products .product-cart-item {
    width: 100%;
    margin: 0;
    position: relative;
}
.c_products .product-cart-item__wrapper {
    border-radius: var(--c_review_br);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    /*border: 1px solid #FDBF60;*/
    padding: 13px;
}
.c_products .product-cart-item__image {
    max-width: 190px;
}
.c_products .product-cart-item__name {
    height: auto;
    text-align: center;
}
.c_products .product-cart-item__name a {
    height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.c_products .c_btn.btn-feat {
    min-width: 150px;
    max-width: 190px;
}
.c_products .c_btn.btn-feat-fo {
    max-width: 35px;
}
.c_products .product-cart-item__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    font-size: 13px;
    color: #000;
}

.c_products .feat-btn-group {
    width: 100%;
}
@media(max-width: 768px) {
    .c_products {
        gap: 20px;
    }

    .random_products {
        gap: 10px;
        width: 100%!important;
    }
    .random_products .product-cart-item {
        max-width: calc((100% / 2) - 10px);
    }

    .c_products .product-cart-item__name a {

    }
}
@media(max-width: 500px) {
    .slider-button.prev-slider-button.slick-arrow {
      left: 10px;
    }
    .slider-button.next-slider-button.slick-arrow {
      right: 10px;
    }
    #index-page-shops .prev-slider-button {
      left: -10px;
    }
    #index-page-shops .next-slider-button, #ratings_carousel .next-slider-button {
      right: -10px;
    }
}
@media(max-width: 426px) {
    .c_products .product-cart-item__price {
        gap: 0;
        flex-direction: column;
    }
/*    .c_products .product-cart-item__name a {
        font-size: 13px !important;
    }*/
}

.out_stock-wrap {
    height: 100%;
}
.out_stock {
    position: absolute;
    top: 35%;
    font-size: var(--fz_26_18);
    transform: rotate(-45deg);
    font-weight: 600;
    text-shadow: 0 1px 1px black;
    z-index: 2;
    pointer-events: none;
}
.out_stock-item {
    filter: opacity(0.3);
    width: 100%;
}

.product-cart-item__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
/*    gap: 7px;
    border: 1px solid #FDBF60;*/
    border-radius: 5px;
    padding: 13px;
}
.product-cart-item {
    /*  max-width: 228px;*/
    margin: 0 12px;
}
.product-cart-item__image {
    margin-bottom: 5px;
}
.product-cart-item__image img {
    max-width: 100%;
    height: auto;
}
.product-cart-item__name {
    height: 28px;
    overflow: hidden;
}
.product-cart-item__name a {
    color: #000;
    text-align: center;

    font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 24px;
}
.product-cart-item__price {
    display: flex;
    gap: 10px;
    align-items: center;
}





.btn-feat.c_btn.remarketing_cart_button span, .index-shop-box-wrap p, .shop-box-text-dt {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
}

.c_ciew_blogs .article_item-name {
    font-weight: bold!important;
}
.c_ciew_blogs .article_item-name, .c_ciew_blogs .article_item-description, .c_ciew_blogs .article_item-footer {
      font-style: normal;
  font-weight: 500;
  font-size: 17px!important;
  line-height: 24px;
}


.product-cart-item__price--normal {
    color: #000;
    font-size: 18px;
    font-weight: 800;
}
.product-cart-item__price--new {
    color: #EA1A27;
}
.product-cart-item__price--old {
    color: #000;
    font-size: 17px;
    font-weight: 800;
    text-decoration: line-through;
}
.product-cart-item__wrapper .btn-feat {
    background: #9F70FD;
    border: none;
    border-radius: var(--c_review_br);
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    min-width: 150px;
    max-width: 190px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cart-item__wrapper button:hover {
    color: #000;
}
.product-cart-item__rating span {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    margin-left: 5px;
}
.feat-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.btn.btn-feat-fo {
    background: #FDBF60;
    border-radius: 25px;
    padding: 0;
}
.feat-btn-group .btn.btn-feat-fo {
    max-width: 60px;
    width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
}
.feat-btn-group .btn.btn-feat-fo img {
    margin: 0 auto;
}

.product-layout_images button {
    position: absolute;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    max-width: 30px;
    z-index: 1;
    padding: 5px 10px;
}
.product-layout_images .slick-prev {
    left: 0;
}
.product-layout_images .slick-next {
    right: 0;
}
.product-layout_images .slick-disabled {
    opacity: .5;
}

#index-page-shops .next-slider-button, #ratings_carousel .next-slider-button {
    right: 0;
}



#ratings_carousel .prev-slider-button {
    left: 0;
    z-index: 10;
}

.products.c_products:before, .products.c_products:after {
    display: none;
}
.products.c_products {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}
.products.c_products .product-cart-item {
    max-width: calc((100% / 4) - 12px);
}
.products.c_products .product-layout {
    margin-bottom: 0!important;
}
.products.c_products .product-cart-item__image {
    max-width: 270px;
    width: 100%;
}
.products.c_products .product-cart-item__name a {
    height: 43px;
    font-size: 17px !important;
    line-height: 1;
    line-height: 24px;
    font-weight: 500;
}

.products.c_products .product-cart-item__wrapper {
    padding: 10px;
    border: 1px solid transparent;
}

.hoverbox.article_item.slick-slide.slick-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-text, .home-text a {
  color: #000;
}


@media(min-width: 1200px) {
}
@media(max-width: 1200px) {
    .products.c_products .product-cart-item {
        max-width: calc((100% / 3) - 10px);
    }
    .products.c_products .c_btn.btn-feat {
        min-width: 120px;
    }
}
@media(max-width: 768px) {
    .products.c_products .product-cart-item {
        max-width: calc((100% / 2) - 8px);
    }
}
@media(max-width: 550px) {
    .products.c_products {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
    .products.c_products .product-cart-item {
        max-width: calc((100% / 2) - 5px);
    }
    .products.c_products .product-layout_images .slick-prev {
        left: -10px;
    }
    .products.c_products .product-layout_images .slick-next {
        right: -10px;
    }
    .products.c_products .c_btn.btn-feat {
        min-width: unset;
    }
    .products.c_products .c_btn img {
        height: 16px !important;
    }
    .products.c_products .c_btn.btn-feat-fo {
        max-width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-cart-item__wrapper .btn-feat {
        min-width: unset!important;
        width: 100%;
        max-width: 100px !important;
    }

    /*.feat-btn-group .c_btn.btn-feat {
        min-width: 110px;
        max-width: 118px;
    }*/
    .feat-btn-group .btn.btn-feat-fo {
        min-width: unset;
        max-width: 50px;
        width: 100%;
    }
    .c_btn img {
        min-width: 16px!important;
        height: 16px!important;
    }
}
@media(max-width: 450px) {
    .c_products .product-cart-item__wrapper {
        padding: 10px;
    }
    .c_products .product-cart-item__price, .module-product-item .product-cart-item__price {
        line-height: 1.2;
        height: 40px;
    }

    .c_products .product-cart-item__wrapper {
        gap: 5px;
    }

}


.col-sm-12.c_products .product-cart-item__wrapper {
    border: 1px solid transparent;
}


.c_subscribe-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FDBF60;
    border: 1px solid #656464;
    border-radius: var(--c_review_br);
    font-size: 25px;
    color: #000;
    margin: 30px 0;
    padding: 14px 0;

    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}
.c_subscribe-wrap .c_subscribe-wrap_item {
    flex: 1;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.c_subscribe-input_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}.c_subscribe-wrap
.c_subscribe-input_wrap .c_subscribe-input {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.c_subscribe-input_wrap input {
    border: 1px solid #656464;
    border-radius:var(--c_review_br);
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    max-height: 40px;
    width: 100%;

    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}
.c_subscribe-icon {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

.c_subscribe-input.is_exist input {
    border: 1px solid green;
}
.c_subscribe-input.is_exist .c_subscribe-error {
    color: green;
}
.c_subscribe-input.has-error input {
    border: 1px solid red;
}
.c_subscribe-error {
    color: red;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: left;
    text-transform: none;
}

@media(max-width: 768px) {
    .c_subscribe-wrap {
        flex-direction: column;
        gap: 15px;
        padding: 10px 30px;
    }
    .c_subscribe-input_wrap input {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 1;
        max-height: 30px;
    }
    .c_subscribe-error {
        bottom: unset;
        top: -15px;
        left: 0;
    }
    .c_ciew_blogs .article_item-description-text {
        font-size: 14px!important;
    }
}
@media(max-width: 550px) {
    .c_subscribe-wrap {
        text-transform: none;
    }
    .c_subscribe-icon {
        height: 24px;
        width: 24px;
    }
    .c_subscribe-input_wrap input {
        max-height: 25px;
    }
    .c_subscribe-error {
        font-size: 11px;
    }
}

.article_item {
    padding: 12px 15px 10px;
    border: 1px solid #9F70FD;
    border-radius: var(--c_review_br);
}
.article_item + .article_item {
    margin-top: 14px;
}
.article_item-image {
    border-radius: var(--c_review_br);
    overflow: hidden;
}
.article_item-image img {
    border-radius: var(--c_review_br);
}

/*.seocmspro_content .record_columns img { 
  width: auto;
  max-width: none;
}*/


/*blog*/
.b-blog {
    font-size: 19px;
    color: #000;
    font-weight: bold;
}

.b-blog .b-blog-link {
    color: #000;
    text-decoration: underline;
}

.b-blog .b-blog-inner {
    font-weight: 500;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
@media screen and (max-width: 800px) {
    .blog-meta {
        flex-direction: column;
    }
}



#ttst .seocmspro_content img {
    width: 100%;
}
.article_item-name {
    font-size: 18px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    margin-top: 13px;
    display: block;
    line-height: 1;
}
.article_item-description {
    font-size: 14px;
    color: #000;
    font-style: italic;
    margin-top: 13px;
}
.article_item-btn {
    margin-top: 20px;
}
.article_item-btn a {
    color: #000;
    background: #FAFAFA;
    border-radius: var(--c_review_br);
    border: none !important;
    box-shadow: 0 4px 4px #00000061;
    font-size: 14px;
    text-decoration: none;
    padding: 5px;
    max-width: 160px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
}

.bannerpro {
    background: transparent;
}
.bannerpro .item, .bannerpro .item img {
    border-radius: var(--c_review_br);
    overflow: hidden;
}
.bannerpro .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.bannerpro .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(odd) {
    margin-right: 12px;
}
.bannerpro .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(even) img {
    max-width: calc(100% - 12px);
}
@media(max-width: 426px) {
    .bannerpro {
        margin: 0 0 10px;
    }
    .bannerpro .item, .bannerpro .item img {
        min-height: 100px;
        object-fit: cover;
    }
}



.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--c_review_br);
}



#modalAgree .modal-dialog {
    max-width: 650px;
    margin: 0 auto;
}

#modalAgree .modal-body {
    padding-top: 0 !important;
}

#modalAgree {
    top: calc(50% - 100px);
}
#modalAgree .modal-header {
    background: #fff!important;
    border-radius: 10px;
    padding-top: 41px;
}
#modalAgree .modal-header h4 {
    color: #000;
}

#modalAgree .modal-dialog {
    border: 1px solid #FDBF60;
    border-radius: 7px;
}
#myModalLabel {
    font-size: 18px;
}
#modalAgree .modal-body {
    color: #000;
    font-size: 22px;
}
#modalAgree .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #fff;
    gap: 30px;
    padding-bottom: 19px;
    border: none!important;
}
#modalAgree .modal-footer .btn {

    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 5px;
    color: #000;
    font-weight: 300;
}
#modalAgree .modal-footer .btn.btn-primary {
    background: #FDBF60;
}
#modalAgree .modal-footer .btn.btn-primary:hover {
    background: #9F9E9E !important;
}

#modalAgree .modal-footer .btn.btn-default {
    background: #fff !important;
    border: 1px solid #848484;
    color: #000 !important;
}
#modalAgree .modal-footer .btn.btn-default:hover {
    background: #9F9E9E !important;
}

@media (max-width: 450px) {
    #content.col-sm-9 .product-layout.product-grid {
        padding: 0 5px;
        margin-bottom: 5px;
    }
}
@media (max-width: 560px) {
    #content.col-sm-9 .product-layout.product-grid {
        width: 50% !important;
    }
}
@media (min-width: 768px) {
    #content.col-sm-9 .product-layout.product-grid {
        width: 50%!important;
    }
}
@media (min-width: 992px) {
    #content.col-sm-9 .product-layout.product-grid {
        width: 33.33333333%!important;
    }
}
@media (min-width: 1200px) {
    #content.col-sm-9 .product-layout.product-grid {
        width: 25%!important;
    }
}
@media (min-width: 1600px) {
    #content.col-sm-9 .product-layout.product-grid {
        width: 25%!important;
    }
}
@media (max-width: 1600px) {
    #content.col-sm-9 .row.products {
        display: flex;
        flex-wrap: wrap;
    }
}

/*refactor*/
.breadcrumb {
    display: flex;
    list-style: none;
    margin-bottom: 16px;
}
.breadcrumb a:hover {
    color: #7F27FF;
}
.breadcrumb li:not(:last-child):after {
    content: url('/image/catalog/new-d/icons/arrow-right.svg');
    height: 23px;
    position: relative;
    top: 2px;
}
.breadcrumb > li {
    display: flex;
    align-items: center;
    line-height: 20px;
    color: #000!important;
}
.breadcrumb li a, .breadcrumb > .active {
    font-size: 15px;
    color: #000!important;
}
.breadcrumb > li + li:before {
    display: none;
}

.slider-button {
    position: absolute;
    top: 45%;
    cursor: pointer;
}

body .pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}
body .pagination > li > a, body .pagination > li > span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7!important;
    color: #000!important;
    border-radius: 50%!important;
    font-size: 20px;
}
body .pagination > .active > span {
    background: transparent !important;
    color: #000 !important;
}
body .pagination > li.active span, body .pagination > li:hover a {
    background: #B1ABAB !important;
    transition: .3s ease;
}

.seomore_a {
    max-width: 300px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F7F7 !important;
    color: #000 !important;
    border-radius: 25px !important;
    font-size: 20px;
    margin: 0 auto 10px;
}
.seomore_a:hover {
    background: #B1ABAB !important;
    transition: .3s ease;
}
@media (max-width: 768px) {
    .seomore_a {
        max-width: 200px;
        height: 35px;
        font-size: 14px;
    }
}

#hompage :is(.h2, .h2 > a), .module-product-item__title h3 {
    color: #000;
      margin-bottom: 24px;
      font-style: normal;
      font-weight: 700;
      font-size: 25px;
      line-height: 28px;
      font-family: 'SourceSansPro', sans-serif;
}

#hompage h1 {
    color: #000;
    margin-bottom: 24px;
    text-align: center;

    font-style: normal;
    font-weight: 700;
    font-size:25px;
    line-height: 28px;
}

#hompage h2 {
    color: #000;
    margin-bottom: 24px;

    font-style: normal;
    font-weight: 500;
    font-size:25px;
    line-height: 28px;
}

#hompage h3 {
    color: #000;
    margin-bottom: 24px;

    font-style: normal;
    font-weight: 700;
    font-size:25px;
    line-height: 28px;
    font-family: 'SourceSansPro', sans-serif;
}

#hompage p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}


/*category*/
.record-record h1, .record-blog h1, .category-description-bottom h1, #description h1 {
    font-style: normal;
    font-weight: 700;
    font-size:25px;
    line-height: 28px;
}

.record-record h2, .record-blog h2, .category-description-bottom h2, #description h2 {
    font-style: normal;
    font-weight: 500;
    font-size:25px;
    line-height: 28px;
}

.record-record h3, .record-blog h3, .category-description-bottom h3, #description h3 {
    font-style: normal;
    font-weight: 400;
    font-size:22px;
    line-height: 24px;
}

.record-record p, .record-blog p, .category-description-bottom p, #description p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}


.module-product-item__title h3 {
    text-align: center;
}
.rr-custom-title {
    font-size: var(--fz_40_15);
}

.sticker-catalog.sticker-left {
    margin-top: 0;
}
@media (max-width: 426px) {
    .product-related-container.slick-slider, .product-related-container.slick-slider .product-cart-item__wrapper {
        padding: 0 5px;
        position: relative;
    }
    .c_products .sticker-catalog {
        width: 100%;
    }
    .c_products .sticker-rectangle {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .rr-custom-title {
        font-weight: 700;
        padding: 10px 0 0;
    }
    .breadcrumb li a, .breadcrumb > .active {
        font-size: 11px;
    }
    .breadcrumb li a img {
        min-width: 12px;
    }
    body .pagination {
        flex-wrap: wrap;
    }
    body .pagination > li > a, body .pagination > li > span {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
@media (max-width: 550px) {
    .slider-button img {
        height: 30px;
    }

    .rr-custom-title {
        font-size: 17px;
        margin-bottom: 15px;
    }
}
@media (max-width: 420px) {
    .active a {
        background: initial!important;
    }
    a.showmore {
        background: #E3E0E0!important;
    }
}

.simplecheckout.orders__page #button-confirm {
    margin: 105px auto 0;
    padding: 12px 83px 12px 82px;
    font-size: 25px;
    background: #FDBF60;
    width: auto;
    display: block;
    border: none;
    border-radius: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
    transition: .4s all;
    height: auto;
}
a.article_item-name.modal_7 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}