#mxcpr,
.hidden {
    display: none;
}

.productfull {
    padding: 40px 0;
}

.productfull h1 {
    font-family: "Rubik-Medium";
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
}

.wrapTopElement {
    margin-bottom: 65px;
}

.wrapTopElement .leftBlock {
    width: 450px;
}

.wrapTopElement .rightBlock {
    width: calc(100% - 480px);
}

.sliderElement {
    position: relative;
}

.sliderElement .slideElement img {
    display: inline-block;
    max-width: 100%;
}

.slideElement {
    text-align: center;
}

.sliderElement .slick-arrow {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    font-size: 0;
    border: none;
    z-index: 5;
    top: calc(50% - 23px);
    transition: all 0.4s;
}

.sliderElement .slick-prev {
    background: url(/images/arrPrev.png) no-repeat center, rgba(255, 255, 255, 0.5);
    left: 20px;
}

.sliderElement .slick-next {
    background: url(/images/arrNext.png) no-repeat center, rgba(255, 255, 255, 0.5);
    right: 20px;
}

.sliderElement .slick-prev:hover {
    background: url(/images/arrPrev.png) no-repeat center, rgba(255, 255, 255, 1);
}

.sliderElement .slick-next:hover {
    background: url(/images/arrNext.png) no-repeat center, rgba(255, 255, 255, 1);
}

.rightBlock .wrapSmena {
    margin-bottom: 15px;
}

.descriptionRight {
    margin-bottom: 30px;
}

.wrapSmena .smena {
    font-family: "Rubik-Medium";
    color: #324b97;
    line-height: 1;
    margin: 0;
    font-size: 18px;
}

.wrapSmena .date {
    font-size: 14px;
    color: #818489;
    line-height: 1;
    margin: 0;
}

.tabsBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.tabsBlock .name {
    font-size: 25px;
    line-height: 1;
    margin: 0 15px 0 0;
    color: #324b97;
    font-family: "Rubik-Medium";
}

.tabsBlock .cashback {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 200px;
    height: 38px;
    background: #006848;
    border-radius: 5px;
}

.jshop_prod_description p {
    color: #000;
    font-size: 16px;
}

.jshop_prod_description p.razd {
    margin-bottom: 15px;
    margin-top: 25px;
    color: #324b97;
    font-size: 18px;
}

.jshop_prod_attributes {
    margin-bottom: 20px;
}

.attributes_name {
    font-family: "Rubik-Medium";
    line-height: 1;
    font-size: 20px;
}

.prod_price {
    margin-bottom: 30px;
}

.prod_price span {
    font-size: 35px;
    font-family: "Rubik-Medium";
}

.product-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-buttons .payBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 56px;
    border-radius: 7px;
    background: #cbe82d;
    color: #0027a4;
    font-family: "Rubik-Medium";
    font-size: 19px;
    border: none;
    margin-right: 30px;
}

.product-buttons .sscf-popup90 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
    height: 56px;
    border: 2px solid #0027a4;
    border-radius: 7px;
    background: none;
    color: #0027a4;
    font-family: "Rubik-Medium";
    font-size: 19px;
}

.jshop_prod_description p.heading {
    color: #0027a4;
    font-size: 20px;
    font-family: "Rubik-Medium";
}

.item {
    background: #fff;
    padding: 10px 0;
}

.item .name {
    font-size: 22px;
    padding: 0 10px;
    display: inline-block;
    color: #324b97;
    font-family: "Rubik-Medium";
    margin-bottom: 10px;
    line-height: 1;
    text-decoration: none;
    height: 50px;
}

.item .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 215px;
    margin-bottom: 10px;
    overflow: hidden;
}

.item .imgW img {
    max-height: 300px;
    max-width: 100%;
}

.item .wrapBotItem {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item .jshop_price {
    font-size: 27px;
    color: #324b97;
    font-family: "Rubik-Medium";
    line-height: 1;
}

.item .button_detail {
    font-size: 18px;
    font-family: "Rubik-Medium";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 36px;
    background: #cbe82d;
    border-radius: 5px;
    color: #0027a4;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .wrapTopElement {
        flex-direction: column;
        align-items: center;
    }
    .wrapTopElement .leftBlock {
        margin-bottom: 30px;
    }
    .wrapTopElement .rightBlock {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .wrapTopElement .leftBlock {
        width: 100%;
    }
    .product-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-buttons .payBtn {
        margin-bottom: 20px;
    }
}


/* корзина */

.jshop:first-child {
    margin: 0 0 40px 0;
    width: 100%;
}

.jshop.cart_buttons {
    margin: 0px 0 50px;
}

table.jshop.cart th,
table.jshop.cart td {
    padding: 10px 10px;
}

table.jshop.cart th {
    border-bottom: 1px solid #283d81;
}

table.jshop.cart th,
table.jshop.cart td {
    padding: 10px 10px;
}

table.jshop.cart td {
    border-bottom: 1px solid #283d81;
    text-align: center;
}

.jshop.cart .quantity .data {
    display: flex;
    justify-content: space-between;
}

.jshop_prod_cart .mobile-cart {
    display: none;
}

.jshop.cart .quantity .data input {
    width: 60%;
    padding: 5px 10px;
    /* background: transparent; */
    border: 0;
    max-width: 70px;
}

.address_block form input.btn.button.btn-success {
    background-color: rgb(239, 239, 239);
    transition: 0.5s;
}

.address_block form input.btn.button.btn-success:hover {
    background-color: #398439;
    color: #fff !important;
}

.jshop.list_category img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.jshop_prod_cart img {
    max-width: 100px;
    max-height: 100px;
}

.jshop_subtotal {
    width: 100%;
}

.jshop_subtotal .total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.jshop_subtotal .total .value {
    font-size: 20px;
    color: red;
    font-family: 'Rubik-Medium';
    padding-right: 10px;
}

.jshop_subtotal .total .name {
    font-size: 20px;
    color: #000;
    font-family: 'Rubik-Medium';
    padding-right: 10px;
}

.cart_buttons .btn-arrow-right {
    background: url(../images/buttonForm.jpg) no-repeat center;
    padding: 17px 40px;
    width: 250px;
    border: none;
    color: #fff;
    line-height: 1;
    display: inline-block;
    font-family: "Montserrat-Regular";
}

.cart_buttons .btn-arrow-right {
    width: 250px;
    height: 42px;
    margin: 28px auto 0;
    padding: 0;
    line-height: 1;
    background-color: rgb(239, 239, 239);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 21px;
    font-family: Rubik;
    cursor: default;
    color: #324b97;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgb(42, 27, 22);
}


/* .cart_buttons .btn-arrow-right:hover {
    background: #3d59ae;
    color: white;
} */

.pull-left {
    float: left !important;
}

.cart_buttons * {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Regular';
}

.cart_buttons #checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_buttons * {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat-Regular';
}

#checkout .clearfix {
    display: none;
}

.cart_buttons .btn-arrow-left {
    width: 250px;
    height: 42px;
    margin: 28px auto 0;
    padding: 0;
    line-height: 1;
    background-color: rgb(239, 239, 239);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: Rubik;
    cursor: default;
    color: #324b97;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid rgb(42, 27, 22);
}


/* .cart_buttons .btn-arrow-left:hover {
    background: #3d59ae;
    color: white;
} */

#jshop_menu_order {
    width: 100%;
    margin-bottom: 30px;
}

#jshop_menu_order tr {
    display: flex;
    justify-content: space-between;
}

#jshop_menu_order tr td.active {
    color: rgb(119 119 119);
    font-family: Rubik;
    border-bottom: 1px solid;
    display: flex;
    width: 30%;
    justify-content: center;
}

#jshop_menu_order tr td {
    color: rgb(61 92 180);
    font-size: 20px;
    font-family: Rubik;
    padding: 10px 20px;
    border-bottom: 1px solid;
    display: flex;
    width: 30%;
    justify-content: center;
}

.address_block {
    display: flex;
    justify-content: center;
}

.address_block form {
    width: 100%;
    max-width: 450px;
    margin-bottom: 50px;
}

.address_block form input {
    width: 100%;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    margin-bottom: 15px;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(42, 27, 22);
    padding: 10px 15px;
    border-radius: 0;
    color: var(--colorMain) !important;
}

.box_button #previewfinish_btn {
    background: #398439;
    color: white;
    border-color: #398439;
    border-radius: 0;
    transition: 0.5s;
}

.box_button #previewfinish_btn:hover {
    background: #f0f0f0 !important;
    color: var(--colorMain) !important;
}

input#payment_submit {
    /* width: 28%; */
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    margin-bottom: 15px;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(42, 27, 22);
    padding: 10px 90px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 0;
    background: #f0f0f0 !important;
    color: var(--colorMain) !important;
    transition: 0.5s;
}

input#payment_submit:hover {
    background: #398439 !important;
    color: #fff !important;
}

.box_button .btn.btn-primary.button {
    /* width: 28%; */
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    margin-bottom: 15px;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(42, 27, 22);
    padding: 10px 90px;
    display: inline-block;
    margin: 20px 0;
}

.jshop_categ a {
    display: block;
}

textarea#order_add_info {
    border: none;
    width: 50%;
    height: 160px;
}

.checkoutinfo .bill_address {
    padding: 0 0 5px 0;
}

.checkoutinfo .payment_info {
    padding: 0 0 5px 0;
}

.pfinish_comment_block .name {
    padding: 0 0 5px 0;
}

.jshop_categ.category {
    padding: 10px 0 30px !important;
}

a.product_link {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}