:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Roboto';
    position: relative;
}

body .jGrowl-closer {
    width: 250px;
    padding: 12px 40px 12px 20px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 15px;
    border-radius: 0;
    background: #000000;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #242424;
    height: 100vh;
    background: #fff;
    font-family: 'Roboto';
}

input, textarea, button {
    font-family: 'Roboto';
    outline: none;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

header {
    background: #fff;
}

header .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 140px;
}

.adaptive {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    min-height: 100vh;
    background: #fff;
}

header {}

header a.logotype {
    height: 80px;
    display: block;
}

header a.logotype img {
    height: 100%;
    display: block;
}

.h_menu ul {
    display: flex;
}

.h_menu ul a {
    text-decoration: none;
    margin: 0 0;
    font-size: 18px;
    color: inherit;
}

.h_menu ul li {
    margin: 0 10px;
}

.h_right {
    display: flex;
    align-items: center;
}

.h_right .minicart {
    height: 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h_right .minicart a {
    text-decoration: none;
}

.h_right .tels {
    margin: 0 20px 0 0;
}

.h_right .tels a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: inherit;
}

section.crumbs {
    background: #f2f2f2;
}

section.crumbs .adaptive {
    min-height: 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

ol.breadcrumb {
    display: flex;
    align-items: center;
}

ol.breadcrumb li {
    margin: 0;
    font-size: 16px;
}

ol.breadcrumb li.breadcrumb-sep {
    margin: 0 12px;
    opacity: 0.4;
}

section.container .adaptive {
    display: flex;
}

section.container .adaptive .left {
    width: 400px;
    box-sizing: border-box;
    padding: 0 50px 80px 0;
}

section.container .adaptive .content {
    width: 880px;
}

section.container {padding: 40px 0;}

.content .pagetitle {
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 500;
}

article.article h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 24px;
}

article.article h3 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 500;
}

article.article p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
}

article.article strong {
    font-weight: 500;
}

article.article li {
    font-size: 15px;
    line-height: 20px;
    list-style-type: square;
}

article.article ul {
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

article.article li::marker {
    color: #000;
}

article.article blockquote {
    background: #fcfcfc;
    padding: 15px 20px 1px 20px;
    border-left: 4px solid #841282;
    margin: 0 0 20px;
}

article.article p a {
    color: #841282;
}

article.article p a:hover {
    text-decoration: none;
}

article.article li::marker {
    color: #841282;
}

.leftmenu_title {
    font-size: 20px;
    margin: 0 0 20px;
    border-top: 1px solid #841282;
    border-bottom: 1px solid #841282;
    padding: 12px 0;
    font-weight: 500;
    color: #841282;
}

.leftmenu ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    line-height: 22px;
}

.leftmenu ul li {
    margin: 0 0 5px;
}

footer {
    background: #000;
    height: 400px;
    margin: -400px 0 0;
}

footer .cont {
    padding: 50px 0 0;
    height: 260px;
    box-sizing: border-box;
}

footer .cont .adaptive {
    display: flex;
}

footer .cont .adaptive .col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 40px;
    border-right: 1px solid rgb(255 255 255 / 15%);
}

footer .cont .adaptive .col h3.f_title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
}

footer .cont .adaptive .col ul li a {
    color: rgb(255 255 255 / 50%);
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
}

footer .cont .adaptive .col ul li {
    margin: 0 0 6px;
}

footer .cont .adaptive .col ul li:last-child {
    margin: 0;
}

footer .bottom {
    text-align: center;
    padding: 0;
    border-top: 1px solid rgb(255 255 255 / 15%);
    height: 140px;
    box-sizing: border-box;
}

footer .bottom p {
    font-size: 15px;
    line-height: 20px;
    color: rgb(255 255 255 / 50%);
}

footer .bottom p.copyright {
    margin: 0 0 15px;
}

footer .bottom .adaptive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

footer .cont .adaptive .col:last-child {
    border: none;
}

hr.clear.footer {
    height: 400px;
}

footer .col.contacts {
    color: rgb(255 255 255 / 50%);
}

footer .col.contacts .tels a {
    color: inherit;
    text-decoration: none;
    font-size: 22px;
    margin: 0 0 8px;
}

footer .col.contacts .tels {
    display: flex;
    flex-direction: column;
    margin: 0 0 10px;
}

footer .col.contacts .hours {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}

footer .col.contacts .address {
    font-size: 16px;
    line-height: 22px;
}

.category_menu ul li {
    padding: 0;
    position: relative;
}

.category_menu ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
    padding: 5px 0;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* border-bottom: 1px solid #f2f2f2; */
    transition: 0.3s;
}

.category_menu ul li ul li {
    padding: 0 0 5px;
}

.category_menu ul li ul {
    padding: 0 0 0 25px;
    border: none;
    /* background: rgb(0 0 0 / 3%); */
    display: none;
}

.category_menu ul li:last-child {
    padding: 0;
}

.category_menu ul li li {
}

.category_menu ul li ul ul {
    /* padding: 0; */
}

.categories_line ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.categories_line {
    margin: 0 0 20px;
}

.categories_line ul li {
    margin: 0 5px 5px 0;
}

.categories_line ul li a {
    text-decoration: none;
    color: inherit;
    background: #fff;
    padding: 8px 12px;
    display: flex;
    border: 1px solid #f2f2f2;
    transition: 0.3s;
    font-size: 15px;
}

.categories_line ul li a:hover {
    border: 1px solid #841282;
    background: #841282;
    color: #fff;
}

.categories_line .title {padding: 0 0 15px;font-size: 18px;font-weight: 500;}

ol.breadcrumb li * {
    color: inherit;
    text-decoration: none;
}

.rows.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.productBlock .img a {
    display: block;
}

.productBlock .img a img {
    width: 100%;
    display: block;
}

.productBlock {
    width: 205px;
    margin: 0px 20px 20px 0;
}

.productBlock:nth-child(4n) {
    margin: 0 0 20px;
}

.productBlock .txt {
    text-align: center;
    padding: 15px 0 36px;
}

.productBlock .txt h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    color: #8e8e8e;
}

.productBlock .txt h3 a {
    text-decoration: none;
    color: inherit;
}

.productBlock .txt .bottom {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.productBlock .txt .bottom .cont_prices {
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px 0 0;
}

.productBlock .txt .bottom button {
    display: flex;
    background: transparent;
    height: 36px;
    width: 36px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 22px;
    color: #841282;
    border: none;
    cursor: pointer;
}

a.zoomphoto {
    position: relative;
    display: inline-block;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 50%);
    font-size: 70px;
    color: #000;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto img {
    display: block;
    background: #fff;
}

a.zoomphoto:hover i {
    opacity: 1;
}

.product_container {
    display: flex;
    padding: 0 0 30px;
}

.product_container .imgs {
    width: 384px;
}

.product_container .txt {
    padding: 0 0 0 40px;
    width: 496px;
    box-sizing: border-box;
}

.product_container .txt .product_title {
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 500;
}

.count_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 0 20px;
}

.count_button .count {
    margin: 0 10px 0 0;
    display: flex
;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.count * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.count_button .count span {
    width: 36px;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    color: #fff;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

.count_button .count input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
}

.count_button button {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: #242424;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

.count_button button:hover {
    background: #841282;
}

.product_container .txt .price {
    font-size: 36px;
    font-weight: 500;
    border-top: 1px solid #f2f2f2;
    padding: 10px 0 0;
}

.product_tabs ul.tab_menu {
    display: flex;
    margin: 0 0 30px;
}

.product_tabs ul.tab_menu a {
    background: #f2f2f2;
    padding: 0 30px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #565656;
    font-size: 16px;
    border-top: 2px solid #f2f2f2;
    transition: 0.3s;
}

.product_tabs ul.tab_menu a.act {
    background: #fff;
    border-top: 2px solid #841282;
    color: #000;
}

.product_tabs .tab_container .cont {
    display: none;
}

.product_tabs .tab_container .cont.act {
    display: block;
}

.tab_chars p {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.tab_chars p {
    border-top: 1px solid #f2f2f2;
    padding: 12px 0;
    font-size: 16px;
}

.tab_chars p:first-child {
    border: none;
}

.product_container .txt p.description {
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 15px;
    color: #8e8e8e;
}

.category_menu ul li span.submenu_btn {
    display: none;
}

.category_menu ul li ul + span.submenu_btn {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category_menu ul {
    /* border: 1px solid #f2f2f2; */
}

.list_empty {font-size: 20px;}

.category_menu ul li ul + span.submenu_btn.act {
    transform: rotateZ(180deg);
    color: #841282;
}

span.submenu_btn {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category_menu ul li ul a {
    list-style-type: initial;
    display: list-item;
}

.category_menu ul li a:hover {
    color: #841282;
}

.product_container .imgs .lSAction>a {
    background: #000000;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
}

.product_container .imgs .lSAction .lSPrev {
    left: 0;
    background-image: url(../images/arr.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateZ(180deg);
}

.product_container .imgs .lSAction .lSNext {
    right: 0;
    background-image: url(../images/arr.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.product_container .imgs:hover .lSAction {
    opacity: 1;
}

.product_container .imgs .lSAction {
    opacity: 0;
    transition: 0.3s;
}

section.welcome {
    height: 500px;
    background-image: url(../images/mslide.jpg);
    background-position: center;
    background-size: cover;
}

.mini_cartContainer {
    display: none;
}

.fixed_minicart {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}

.miniCart_icon {
    position: relative;
    display: flex;
}

.miniCart_icon img {
    width: 50px;
}

.miniCart_icon .count {
    position: absolute;
    right: -3px;
    top: 0px;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    color: #000;
    font-weight: 900;
}

.miniCart_icon .count span {
    display: none;
}

/* Start Cart Page */

.cart {
    margin: 0 0 40px;
}

.table-responsive {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.table-responsive table {
    width: 100%;
}

.table-responsive tr.header {
    height: 70px;
    /* background: #d5f2fe; */
    /* display: none; */
}

.table-responsive tr.header th {
    font-size: 18px;
}

#msCart th.count, #msCart th.weight, #msCart th.price, #msCart th.remove {
    width: auto !important;
}

.table-responsive tr.header th.price {
    text-align: left;
}

.table-responsive tr.header th.title {
    text-align: left;
    padding: 0 0 0px 30px;
}

.table-responsive tr:nth-child(even) {
    background: #f5f5f5;
}

.cart td.title .image {
    display: none;
}

.table-responsive table td.title .title a {
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
    line-height: 20px;
    color: #2ac9c9;
    font-weight: 600;
}

.table-responsive table td.title {
    padding: 0px 0 0px 30px;
    vertical-align: middle;
}

td.count {
    width: 100px;
    padding: 0 40px;
}

td.count .input-group {
    display: flex;
    align-items: stretch;
    height: 40px;
    border: none;
    justify-content: space-between;
    position: relative;
    padding: 0px 0;
}

td.count .input-group input {
    display: block;
    height: 100%;
    border: 1px solid #cfcfcf;
    width: 100px;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

td.count .input-group .input-group-append {
    background: #f5f5f5;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    width: 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.table-responsive table td.price {
    width: 200px;
    text-align: left;
}

.table-responsive table td.price span {
    font-size: 18px;
    margin: 0 5px 0 0;
    font-weight: 600;
}

.table-responsive table td.remove {
    width: 40px;
    text-align: right;
    padding: 0 20px 0 0;
}

.table-responsive table td.remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    cursor: pointer;
    transition: 0.3s;
}

.table-responsive tr:nth-child(even) .remove button {
    background: #fff;
}

.table-responsive table tr.footer {
    height: 90px;
}

.table-responsive table tr.footer th.total {
    text-align: left;
    padding: 0 30px;
    font-size: 24px;
}

.table-responsive table tr.footer th.total_cost {
    text-align: left;
}

.order_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

button.btn_order {
    padding: 0px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    background: #841282;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.order {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding: 40px 10px;
}

form#msOrder {
    margin: 0;
}

.order .cont {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.orderBlock {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

.deliveriesOrder, .paymentsOrder {
    width: 20%;
}

.orderBlock_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Calibri';
}

.orderBlock .checkbox {
    margin: 0 0 10px;
    display: flex;
}

.orderBlock .checkbox label {
    cursor: pointer;
    display: flex;
    padding: 0;
}

.orderBlock .checkbox input {
    display: none;
}

.checkbox_text {
    display: flex;
    align-items: center;
}

.checkbox_text .icon {
    margin: 0 10px 0 0;
    display: block;
    color: #2ac9c9;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border: 2px solid whitesmoke;
    transition: 0.3s;
    position: relative;
    padding: 4px;
    background: rgb(245 245 245);
    min-width: 24px;
}

.checkbox_text .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(135 135 135);
    border-radius: 100%;
    transform: scale(1);
    transition: 0.3s;
    box-sizing: border-box;
}

.orderBlock .checkbox input:checked + .checkbox_text .icon:before {
    transform: scale(1);
    background: #841282;
    border: none;
}

.orderBlock.orderPerson, .orderBlock.orderAddress {
    width: 30%;
}

.input_text {
    margin: 0 0 5px;
}

.input_text input {
    display: block;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
}

.input_text.textarea textarea {
    display: block;
    padding: 10px 15px;
    height: 136px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
    resize: none;
}

.order .order_btn {
    padding: 0 20px 40px;
}

.orderBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0;
    margin: 0 20px;
    border-top: 1px solid #f2f2f2;
    align-items: center;
}

.orderBottom .txt {
    display: flex;
    font-size: 22px;
}

.orderBottom .txt div {
    margin: 0 10px 0 0;
}

.orderBottom button {
    height: 46px;
    padding: 0 30px;
    background: #000;
}

.big_table_cart .table_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row .rinfo {
    display: flex;
}

.big_table_cart .table_row.head {
    padding: 30px 30px 20px;
    font-weight: 600;
    font-size: 18px;
}

.big_table_cart .table_row:nth-child(2n) {
    background: #f2f2f2;
}

.big_table_cart .table_row input {
    width: 50px;
    background: #fff;
    border: none;
    text-align: center;
}

.big_table_cart .table_row .input-group {
    display: flex;
    background: #f5f5f5;
    width: 91px;
    border: 1px solid #cfcfcf;
    height: 36px;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
}

.big_table_cart .table_row .remove {
    width: 50px;
}

.big_table_cart .table_row .price {
    width: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row .count {
    width: 150px;
}

.big_table_cart .table_row .remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}

.big_table_cart .table_row:nth-child(2n) .remove button {
    background: #fff;
}

.big_table_cart .table_row .input-group .input-group-append {
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #cfcfcf;
}

.big_table_cart .table_row .price span.mr-2.text-nowrap {
    margin: 0 15px 0 0;
    font-weight: 700;
}

.big_table_cart .table_row .price span {
    font-size: 18px;
}

.big_table_cart .table_row .title a {color: #000;text-decoration: none;}

.big_table_cart .table_row.bottom {
    padding: 20px 30px 30px;
    font-size: 22px;
}

.big_table_cart .table_row.bottom * {
    font-size: 22px !important;
}

.big_table_cart .table_row .title {
    padding-right: 20px;
}

input, textarea, button, * {
    outline: none;
}

.big_table_cart .table_row .price span.old_price {
    font-style: normal !important;
    color: #8B8E95 !important;
}

body.cart_page.inside_page section.container .adaptive {
    display: flex;
    flex-direction: column;
}

/* End Cart Page */

.category_menu ul li ul a::marker {
    color: #841282;
}

section.new_products {
    padding: 60px 0;
}

.section_title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 50px;
}

section.new_products .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.new_products .grid .productBlock {
    width: 240px;
}

section.new_products .grid .productBlock:nth-child(4n) {
    margin: 0 20px 20px 0;
}

section.new_products .grid .productBlock:nth-child(5n) {
    margin: 0 0 20px;
}

.product_volume {
    font-size: 18px;
    padding: 10px 0 20px;
}

.productBlock form {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

img.mfp-img {
    background: #ffffff;
}

.btn-more {background: #fff;border: 1px solid #000000;height: 50px;width: auto !important;padding: 0 30px;font-family: 'Roboto';text-transform: uppercase;font-size: 14px;color: #841282 !important;margin: 40px auto 0 !important;transition: 0.3s;}

.btn-more:hover {
    background: #000000;
    color: #fff !important;
}

.cnt_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 40px;
}

.cnt_row .cntBlock {
    width: 33.333%;
}

.contacts_information .cntBlock h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #841282;
}

.contacts_information .cntBlock p {
    font-size: 20px;
}

.cnt_row .cntBlock a {
    text-decoration: none;
    color: inherit;
}

.contacts_information .row .cntBlock {
    margin: 0 0 50px;
}

.col.f_logo a {
    width: 200px;
    display: flex;
}

.col.f_logo img {
    max-width: 100%;
}