: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: 'Century Gothic';
    position: relative;
}

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: #fff;
    font-family: 'Century Gothic';
    height: 100vh;
    background: #fff;
    background: #232323;
}

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

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

a.zoomphoto {
    position: relative;
}

a.zoomphoto img {
    display: 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(0 0 0 / 50%);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: 0.3s;
}

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

body.noscroll {
    overflow: hidden;
}

a.zoomphoto img {
    width: 100%;
}

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

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

header .src_cart {
    display: flex;
    font-size: 16px;
}

header .adaptive .menu {}

header .adaptive .menu ul {
    display: flex;
}

header .src_cart .search {
    margin: 0 30px 0 0;
}

header .src_cart .head_countBlock.miniCart.msMiniCart {
    font-size: inherit;
}

header .adaptive a {
    text-decoration: none;
    color: inherit;
}

header {
    color: #fff;
    background: #232323;
    text-transform: uppercase;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 120;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: 0.3s;
}

header .adaptive .menu li a {
    font-size: 16px;
}

header .adaptive .menu li {
    margin: 0 10px;
}

header .adaptive .logo {
    font-family: 'Manrope';
    font-size: 32px;
    font-weight: 700;
}

section.welcome {
    height: 580px;
    padding: 0 0;
    border-top: 50px solid #232323;
    box-sizing: border-box;
}

section.about_us {
    padding: 100px 0;
}

section.about_us .title {
    font-size: 70px;
    font-weight: 500;
    position: relative;
    font-family: 'SONGERSemiExpanded';
    line-height: 50px;
}

section.about_us .cont {
    display: flex;
}

section.about_us .cont .au_img {
    width: 400px;
}

section.about_us .cont .au_img img {
    width: 100%;
    display: block;
    border-radius: 30px;
    margin: -50px 0 0;
}

section.about_us .cont article {
    width: 800px;
    box-sizing: border-box;
    padding: 40px 100px 0 0;
}

section.about_us .title span {
    background: #232323;
    padding: 25px 20px 25px 0;
    border-bottom-right-radius: 30px;
    display: inline-block;
}

/* Start article */

article.article h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 36px;
}

article.article h3 {
    font-size: 22px;
    margin: 0 0 20px;
    line-height: 26px;
    font-weight: 600;
}

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

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

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

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

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

article.article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px;
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); */
    border-left: 4px solid #ffb800;
    font-style: italic;
    background: #1a1a1a;
}

article.article blockquote * {
    margin: 0;
}

article.article a {
    color: #ffb800;
}

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

/* End article */

section.hproducts {
    padding: 100px 0;
    background: #7A7A7A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

section.hproducts .title {
    font-family: 'SONGERSemiExpanded';
    font-size: 70px;
    padding: 0 0 30px;
}

ul.hproduct-tabs {
    display: flex;
    justify-content: space-between;
}

ul.hproduct-tabs button {
    border: 2.5px solid #ffffff;
    background: transparent;
    color: #fff;
    width: 385px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 28px;
    text-transform: uppercase;
    transition: 0.3s;
}

ul.hproduct-tabs button.active {
    background: #3A0E0F !important;
    border: 2.5px solid #3A0E0F;
    color: #fff !important;
}

ul.hproduct-tabs button:hover {
    background: #fff;
    color: #3A0E0F;
}

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

.productBlock {
    margin: 0 30px 30px 0;
    width: 380px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.productBlock:nth-child(3n) {
    margin: 0 0 30px;
}

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

section.hproducts .top {
    padding: 0 0 50px;
}

.productBlock .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #232323;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0;
    line-height: 30px;
    border-radius: 30px;
}

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

.productBlock .txt h3 {
    color: #fff;
    font-size: 24px;
    padding: 20px 0 20px 30px;
}

.productBlock .txt button {
    background: #7A7A7A;
    margin: 10px;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    color: #fff;
    transition: 0.3s;
}

.productBlock .txt button:hover {
    background: #fff;
    color: #3a0e0f;
}

.mini_cartContainer {
    display: none;
}

.fixed_minicart {
    display: none;
}

hr.clear.header {
    height: 100px;
}

section.conditions {
    background: #232323;
    margin: -30px 0 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-sizing: border-box;
    padding: 40px 60px 0;
}

section.conditions .container {
    background: #414141;
    border-radius: 30px;
    padding: 30px 0;
}

section.conditions .container .title {
    font-family: 'SONGERSemiExpanded';
    font-size: 70px;
    padding: 0 0 30px;
}

section.conditions .container {
    background: #414141;
    border-radius: 30px;
    padding: 60px 0;
}

section.conditions .container .title {
    font-family: 'SONGERSemiExpanded';
    font-size: 70px;
    padding: 0 0 50px;
}

section.conditions .tabs {
    display: flex;
}

section.conditions .tabs .left {
    width: 400px;
    box-sizing: border-box;
    padding: 0 100px 0 0;
}

section.conditions .tabs .tabCont {
    width: 800px;
}

section.conditions .tabs .left li button {
    font-size: 20px;
    color: #fff;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    width: 300px;
    box-sizing: border-box;
    transition: 0.3s;
    line-height: 28px;
}

section.conditions .tabs .left li {
    margin: 0px 0 25px;
}

section.conditions .tabs .left li button:hover {
    color: #3a0e0f;
    background: #fff;
}

section.conditions .tabs .left li button.active {
    background: #3a0e0f !important;
    color: #fff !important;
    border: 2px solid #3a0e0f;
}

section.contacts {
    padding: 100px 0;
}

section.contacts .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 50px;
}

section.contacts .top .socials {
    display: flex;
    font-size: 22px;
}

section.contacts .top .tels a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

section.contacts .top .address {
    padding: 0 20px;
    font-size: 22px;
}

section.contacts .entermap {
    border-radius: 30px;
    overflow: hidden;
}

section.contacts .top .socials span {
    margin: 0 12px 0 0;
}

section.contacts .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 0;
    font-size: 18px;
}

footer {
    background: #1A1A1A;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 320px;
    margin: -320px 0 0;
}

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

footer .adaptive {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 50px 0 0;
}

footer .adaptive .f_info {
    width: 40%;
}

.f_menu {
    width: 20%;
}

.f_menu .title {
    padding: 0 0 30px;
    font-size: 24px;
    color: #9D3537;
}

.f_info .logo {
    padding: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Manrope';
    font-size: 42px;
    font-weight: 700;
}

.f_info .logo a {
    text-decoration: none;
    color: #fff;
}

.f_menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.f_menu ul li {
    margin: 0 0 3px;
}

.foot_text {
    font-size: 24px;
    line-height: 30px;
    width: 280px;
}

section.welcome .adaptive {
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

section.welcome .adaptive .right {
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0 0 30px;
}

section.welcome .adaptive .left {
    width: 770px;
    position: relative;
}

section.welcome .adaptive .right div {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: #1a1a1a;
}

section.welcome .adaptive .left .img1 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 530px;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    background-color: #1a1a1a;
}

section.welcome .adaptive .left .txt {
    width: 440px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.welcome .adaptive .left .txt span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 40px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 30px;
}

section.welcome .adaptive .left .txt span.txt1 {
    height: 530px;
    font-size: 36px;
    line-height: 46px;
    padding: 30px 40px;
    background: #3A0E0F;
}

section.welcome .adaptive .left .txt span.txt2 {
    height: 330px;
    background: #591617;
}

section.welcome .adaptive .left .txt span.txt3 {
    height: 240px;
    background: #7A2325;
}

section.welcome .adaptive .left .txt span.txt4 {
    height: 150px;
    background: #9D3537;
    padding: 20px 40px;
}

.wrapper {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

section.pagetitle {
    padding: 50px 0 100px;
    font-size: 50px;
    text-transform: uppercase;
}

.product_container {
    background: #363636;
    display: flex;
    overflow: hidden;
    border-radius: 30px;
}

.product_container .imgs {
    width: 650px;
    height: 650px;
}

.product_container .txt {
    width: 550px;
    box-sizing: border-box;
    padding: 60px 50px 0px 50px;
}

section.container {
    padding: 0 0 100px;
}

.optionCont .grid label input {display: none;}

.optionCont .grid label {
    margin: 0 10px 10px 0;
    font-size: 20px;
    cursor: pointer;
}

.product_container .txt .title {
    font-size: 36px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.product_container .txt p.description {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
}

header.fixed {
    background: #1a1a1a;
}

.optionCont .grid label span {opacity: 0.5;}

.optionCont .grid label input:checked + span {
    opacity: 1;
}

.optionCont {
    padding: 0 0 0px;
}

.optionCont .option_title {
    font-size: 24px;
    margin: 0 0 20px;
}

.optionCont .grid {
    padding: 0 0 10px;
}

.optionCont .vendor {
    font-size: 20px;
    margin: 0 0 40px;
}

.product_container .txt .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_container .txt .bottom .price {
    font-size: 28px;
}

.product_container .txt .bottom .btns {}

.product_container .txt .bottom .btns button {
    background: #3a0e0f;
    border-radius: 30px;
    height: 60px;
    padding: 0 20px;
    font-size: 20px;
    width: 200px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}

.product_container .txt .bottom .btns button:hover {
    background: #fff;
    color: #3a0e0f;
}

section.carousel.images {
    padding: 0 0 80px;
}

section.carousel.images .owl-stage-outer {
    overflow: visible;
}

section.carousel.images .owl-stage-outer a.zoomphoto {
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
}

section.carousel.images .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    height: 0;
}

section.carousel.images .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #3A0E0F;
    background-image: url(/assets/templates/default/images/arr-right.svg);
    color: transparent;
    font-size: 0;
    background-position: center;
    background-size: 44px;
    background-repeat: no-repeat;
    transition: 0.3s;
    position: relative;
    top: -25px;
}

/*section.carousel.images .owl-stage-outer .owl-item .item {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

section.carousel.images .owl-stage-outer .owl-item.active .item {
    visibility: visible;
    opacity: 1;
}*/

section.carousel.images .owl-nav button.owl-prev {
    transform: rotateY(180deg);
}

section.carousel.images .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

body.category_page.inside_page {
    background: #7A7A7A;
}

body.category_page.inside_page .wrapper {
    background: #7A7A7A;
}

/* Start Cart page */

body.cart_page .cart {
    margin: 0 0 40px;
}

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

body.cart_page .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;
}

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

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

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

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

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

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

body.cart_page .big_table_cart .table_row:nth-child(2n) {
    background: #1a1a1a;
}

body.cart_page .big_table_cart .table_row .title a {
    color: #fff;
    text-decoration: none;
}

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

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

body.cart_page .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 #3e3e3e;
    font-size: 14px;
}

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

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

body.cart_page .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;
}

body.cart_page .big_table_cart .table_row:nth-child(2n) .remove button {
    background: #3e3e3e;
}

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

body.cart_page .big_table_cart .table_row.bottom * {
    font-size: 22px;
}

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

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

body.cart_page .order {
    border: 1px solid #3e3e3e;
    border-radius: 10px;
    padding: 40px 10px;
}
.cart_page .order .getorder h2{
   font-size:30px;
   margin-bottom:20px;
}

body.cart_page form#msOrder {
    margin: 0;
}

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

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

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

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

body.cart_page .orderBlock_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
}

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

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

body.cart_page .orderBlock .checkbox input {
    display: none;
}

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

body.cart_page .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(62 62 62);
    box-sizing: border-box;
    border: 2px solid #3e3e3e;
    transition: 0.3s;
    position: relative;
    padding: 4px;
    background: rgb(245 245 245);
    min-width: 24px;
}

body.cart_page .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;
}

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

body.cart_page .input_text {
    margin: 0 0 5px;
}

body.cart_page .input_text input {
    display: block;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #3e3e3e;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    background: transparent;
    color: #fff;
}

body.cart_page .input_text.textarea textarea {
    display: block;
    padding: 10px 15px;
    height: 136px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #3e3e3e;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    resize: none;
    color: #fff;
    background: transparent;
}

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

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

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

body.cart_page .orderBottom button {
    height: 46px;
    padding: 0 30px;
    background: #fff;
    color: #3a0e0f;
}

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

/* End Cart page */