#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;
    }
}


.sliderElement .slick-arrow {
    display: none !important;
}

.cart_reload,
.jshop .cart .cart_reload,
.jshop .cart .icon-refresh {
    display: none !important;
}

/* корзина */

.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;
    color: #324b97;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    font-size: 16px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.6);
}

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: center;
    align-items: center;
    gap: 8px;
}

.jshop.cart .quantity .data input.cart-qty-input {
    width: 70px;
    max-width: 70px;
    padding: 8px 10px;
    border: 1px solid #324b97;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    -moz-appearance: textfield;
}

.jshop.cart .quantity .data input.cart-qty-input::-webkit-outer-spin-button,
.jshop.cart .quantity .data input.cart-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.address_block form input.btn.button.btn-success,
.address_block form input.btn.button.btn-success:hover {
    background-color: transparent;
    color: inherit;
}

.jshop.list_category img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.jshop_prod_cart img {
    max-width: 100px;
    max-height: 100px;
}

.jshop_prod_cart .product_name .prodname {
    color: #324b97;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    text-decoration: none;
}

.jshop_prod_cart .product_name .prodname:hover {
    text-decoration: underline;
}

.jshop.cart .btn-danger {
    background: #d9534f;
    border-color: #d43f3a;
    border-radius: 4px;
    font-family: Rubik, sans-serif;
    font-size: 14px;
    padding: 6px 12px;
}

.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;
}

#comjshop .btn-jshop,
.cart_buttons .btn-jshop {
    min-width: 220px;
    height: 48px;
    margin: 20px 0 0;
    padding: 0 28px;
    line-height: 1;
    border: none;
    border-radius: 7px;
    background: #cbe82d;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    color: #324b97;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.3s, color 0.3s;
}

#comjshop .btn-jshop-secondary {
    background: #fff;
    border: 2px solid #324b97;
}

#comjshop .btn-jshop:hover,
.cart_buttons .btn-jshop:hover {
    background: #324b97;
    color: #fff;
    text-decoration: none;
}

#comjshop .btn-jshop-secondary:hover {
    background: #324b97;
    border-color: #324b97;
    color: #fff;
}

#comjshop .btn-jshop-mini {
    min-width: auto;
    height: 34px;
    margin: 0;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 5px;
}

.cart-update-all {
    margin: 15px 0 25px;
    text-align: right;
}

.cart-update-btn {
    min-width: 260px;
}

.checkout-next-btn,
.address_block form .checkout-next-btn {
    min-width: 200px;
    width: auto !important;
    height: 48px !important;
    margin-top: 10px !important;
    border: none !important;
    border-radius: 7px !important;
    background: #cbe82d !important;
    color: #324b97 !important;
    font-family: "Rubik-Medium", Rubik, sans-serif !important;
    font-size: 17px !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.checkout-next-btn:hover,
.address_block form .checkout-next-btn:hover {
    background: #324b97 !important;
    color: #fff !important;
}

.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 {
    color: rgb(61 92 180);
    font-size: 20px;
    font-family: Rubik;
    padding: 10px 20px;
    border-bottom: 2px solid #324b97;
    display: flex;
    width: 30%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
}

#jshop_menu_order tr td.active {
    color: #324b97;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    border-bottom: 2px solid #cbe82d;
}

.address_block {
    display: flex;
    justify-content: center;
}

.address_block form {
    width: 100%;
    max-width: 450px;
    margin-bottom: 50px;
}

.address_block form .control-label.name {
    color: #324b97;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.address_block form .control-label.name span {
    color: #d9534f;
}

.address_block form input:not([type="submit"]):not([type="button"]),
.address_block form select,
.address_block form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(42, 27, 22);
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.85);
    color: #324b97 !important;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    box-shadow: none;
}

.address_block form input:not([type="submit"]):not([type="button"]):focus,
.address_block form select:focus,
.address_block form textarea:focus {
    outline: none;
    border-bottom-color: #324b97;
    background: #fff;
}

.box_button #previewfinish_btn {
    background: #cbe82d;
    color: #324b97;
    border: none;
    border-radius: 5px;
    font-family: "Rubik-Medium", Rubik, sans-serif;
    font-size: 18px;
    padding: 14px 40px;
    transition: 0.3s;
}

.box_button #previewfinish_btn:hover {
    background: #324b97 !important;
    color: #fff !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;
}