@font-face {
    font-family: ArTarumianKamar;
    src: url(../fonts/DejaVuSans.ttf);
}
*, body {
    margin:0;
    padding: 0;
    font-family: ArTarumianKamar;
    transition: 0.3s;
    outline: none;
}
a {
    text-decoration: none;
}
input, button {
    outline: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    color:#fff;
    font-size: 13px;
    z-index: 10;
}
header > div {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}
header > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
header a {
    color:#fff;
    font-size: 13px;
}
header i {
    color: #fff;
    font-size: 20px !important;
}
header ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
header ul.menu li {
    margin-left: 60px;
}
.banner img {
    width: 100%;
}
.order_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 55px;
}
.order_info > div {
    margin-left: 35px;
}
.order_info > div a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order_info > div a span {
    margin-left: 8px;
    white-space: nowrap;
}
.banner {
    position: relative;
}

.banner form {
    position: absolute;
    top: 44%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.banner form input {
    background: rgba(135, 135, 135, 0.56);
    border-radius: 50px;
    border:none;
    max-width: 745px;
    width: 100%;
    height: 45px;
    color: #fff;
    padding-left: 43px;
}
.banner form button {
    position: relative;
    right: 66px;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
::placeholder {
    color: rgba(255, 255, 255, 0.76);
}
.dropdoen_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 77px;
    background: rgba(0, 0, 0, 0.25);
    height: 0;
    overflow: hidden;
    transition: 0.4s;
}
.mobile_menu button {
    background: none;
    border: none;
}
.mobile_menu button img {
    width: 22px;
    height: 16px;
}
.show_mobile {
    height: 136px;
}
.dropdoen_menu ul {
    padding: 17px;
    list-style: none;
}
.dropdoen_menu ul a {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.mobile_menu {
    display: none;
}
.make_order {
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #B32E4E;
    border: 1px solid #fff;
}
.make_order:hover {
    background: #B32E4E;
    color: #fff;
    border: 1px solid #B32E4E;
}
.logo img {
    max-width: 100px;
}
.language i {
    font-size: 13px !important;
}
.new_product_item {
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 25px;
    max-width: 314px;
    width: 100%;
    margin: 0 36px;
}
.new_product_item img {
   max-width: 263px;
   width: 100%;
}
.new_product_item .product_name {
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    color: #000;
    margin: 15px 0;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.new_product_item p {
    font-size: 18px;
    color: #000;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding-left: 20px;
    box-sizing: border-box;
}
.new_product_item span {
    font-style: italic;
    font-size: 39px;
    color: #EAB6C3;
    display: block;
    margin: 54px auto 0;
    text-align: center;
}
.new_product_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: -153px;
}
.more {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #B32E4E;
    padding: 17px 44px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 24px;
    position: relative;
    top: -74px;
}
.more:hover {
    color: #FFFFFF;
    background: #B32E4E;
}
.bottom_banner{
    height: 400px;
    overflow: hidden;
}
.bottom_banner img {
    width: 100%;
}
footer {
    width: 100%;
    height: 167px;
    background: #B32E4E;
    color: #fff;
    box-sizing: border-box;
    padding-top: 22px;
}
footer a {
    color: #fff;
}
footer > div > div:nth-child(1) {
    max-width: 401px;
    width: 100%;
}
footer > div {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer i {
    font-size: 25px !important;
    margin-right: 15px;
}
.footer_social > div{
    margin: 13px 0;
}
.profile_header {
    position: relative;
}
.header_profile_content {
    position: absolute;
    background: #B32E4E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 177px;
    left: -77px;
    top: 36px;
    box-sizing: border-box;
    padding: 23px;
    display: none;
}
.header_profile_content a, #language_content a {
    margin: 8px 0;
}
.header_profile_content a:hover, #language_content a:hover {
  opacity: 0.5;
}
.show_profile_dropdown {
    display: block !important;
}
.language {
    position: relative;
    cursor: pointer;
}
#language_content {
    position: absolute;
    background: #B32E4E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 59px;
    left: -10px;
    top: 36px;
    box-sizing: border-box;
    padding: 7px 12px;
    display: none;
}
#language_content a {
    text-align: center;
}
.basket_main {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    max-width: 500px;
    width: 100%;
    position: absolute;
    padding: 30px 15px;
    right: -500px;
}
.show_basket {
    right: 0;
}
.spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.spinner input, .spinner button {
    border:none;
    background: none;
    font-size: 22px;
    color: #B32E4E;
    width: 38px;
    text-align: center;
}
.basket_table p{
    color: #B32E4E;
    font-size: 16px;
    margin: 0 0 0 20px;
    white-space: nowrap;
}
button {
    cursor: pointer;
}
.basket_info a{
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
.remove_basket_item{
    border: none;
    background: none;
    margin-left: 17px;
}
.remove_basket_item i{
    color: red;
}
.spin_price {
    background: #EEEEEE;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 7px;
}
.basket_middle_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_middle_content img {
    max-width: 76px;
}
.close_basket {
    position: absolute;
    right: 10px;
    top: 9px;
}
.basket_main_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_table {
    width: 100%;
    height: 402px;
    overflow: auto;
    margin-top: 13px;
}
.basket_middle_content {
    margin-bottom: 18px;
}
.for_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
}
.basket_middle_content > span {
    display: block;
    background: #B32E4E;
    padding: 5px 10px;
    font-size: 18px;
    margin-right: 13px;
}
.basket_info {
    margin-left: 15px;
}
.close_basket button {
    border: none;
    background: none;
}
.close_basket button i {
    color: #B32E4E;
}
.basket_total_price p {
    color: #B32E4E;
    margin: 0 11px;
    font-size: 17px;
}
.basket_bottom_content{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 14px;
}
.basket_total_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket_main ::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}
.basket_main ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.basket_main ::-webkit-scrollbar-thumb {
    background:#B32E4E;
}
.basket_main ::-webkit-scrollbar-thumb:hover {
    background: #b32b46;
}
.language > p {
    white-space: nowrap;
}

 /* menu */

.menu_banner {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
}
.heading h2 {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: right;
    font-weight: normal;
    font-size: 34px;
    color: #B32E4E;
    padding: 10px 54px 10px 19px;
}
.heading {
    max-width: 50%;
    width: 100%;
    margin-bottom: 60px;
}
.categories_main {
    max-width: 200px;
    width: 100%;
}
.categiries {
    background: #FFFFFF;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px;
    height: 352px;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}
.categories_main ::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}
.categories_main ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.categories_main ::-webkit-scrollbar-thumb {
    background:rgba(128, 128, 128, 0.7)
}
.categories_main ::-webkit-scrollbar-thumb:hover {
    background: rgba(128, 128, 128, 0.7)
}
.categiries a {
   display: block;
   margin-bottom: 13px;
   color: #4A4A4A;
    font-weight: bold;
    font-size: 18px;
}
.categiries a:hover {
    opacity: 0.5;
}
.categories_main > p {
    text-align: center;
    color: #B32E4E;
    font-size: 20px;
    margin-bottom: 21px;
}
.products .new_product_item {
    max-width: 230px;
    margin: 0 20px 18px;
}
.products .new_product_item .product_name {
    font-size: 15px;
}
.products .new_product_item p {
    font-size: 14px;
    padding-left: 9px;
}
.products .new_product_item span {
    font-size: 20px;
    color: #000000;
    display: unset;
    margin: 21px auto 0;
    text-align: center;
}
.product_price {
    text-align: center;
    color: #000;
    font-size: 20px !important;
    padding-left: 0 !important;
    margin: 17px 0;
}
.add_product {
    background: #B32E4E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    padding: 4px 8px 7px 8px;
    margin-right: 15px;
}
.add_product:hover  {
    background: #fff;
    color: #B32E4E;
}
.product_favorite_icon {
    background: #B32E4E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    padding: 6px 8px 5px 8px;
}
.prod_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product_favorite_icon:hover i {
    color: #B32E4E;
}
.product_favorite_icon:hover {
    background: #fff;
}
.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 50px;

}
.product_main_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pagination a {
    color: #B32E4E;
    font-size: 18px;
    margin-right: 10px;
}
.pagination {
    max-width: 1358px;
    width: 100%;
    margin: 38px auto;
    text-align: right;
 }
.category_mobile .categiries {
    height: 0;
    padding: 0;
}
.category_mobile .categiries > div {
    padding: 15px !important;
}
.show_category {
    height: 287px !important;
}
.category_mobile {
    margin-bottom: 40px;
    display: none;
}
.category_mobile > p {
    margin-bottom: 10px;
    color: #B32E4E;
    font-size: 20px;
}
.product_inside_main {
    width: 76%;
}
.first_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 35px;
    box-sizing: border-box;
}
.first_section div:nth-child(1) {
    max-width: 263px;
    width: 100%;
}
.first_section div:nth-child(1) img {
    width: 100%;
}
.first_section div:nth-child(1) p {
    text-decoration: underline;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 18px;
    margin-top: 14px;
}
.inside_info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.inside_info > div p {
    font-style: italic;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 21px;
}
.inside_info > p {
    font-size: 40px;
    max-width: 378px;
    margin-bottom: 60px;
}
.product_slider .product_price {
    margin: 14px 0;
    font-size: 17px !important;
    color: #000;
}
.product_slider .product_price span {
    margin: 0;
    font-size: 17px;
    color: #000;
    display: inline-block !important;
}
.product_slider .new_product_item {
    box-shadow: none;
    padding: 0;
    max-width: 153px;
    margin: 0 auto;
}
.product_slider .new_product_item img {
    max-width: 150px;
    width: 100%;
}
.product_slider .new_product_item p {
    font-size: 12px;
    padding-left: 0;
}
.product_slider .new_product_item .product_name {
    font-size: 13px;
    margin: 6px 0;
}
.product_slider {
    margin: 69px 0 46px;
}
/* Contact us */

.contact_form {
    max-width: 1358px;
    width: 100%;
    margin: 38px auto;
}
.contact_form input {
    background: #EEEEEE;
    border-radius: 10px;
    border: none;
    padding: 10px 16px;
    box-sizing: border-box;
}
.contact_form form {
    max-width: 57%;
    margin: 0 auto;
}
.contact_form form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact_form label {
    color: #B32E4E;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    width: 150px;
    text-align: right;
    margin-right: 40px;
}
.contact_form input {
    width: 100%;
}
.contact_form form > div {
    margin-bottom: 25px;
}
.contact_form form > div > div {
    width: 100%;
}
.two_inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.send {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #B32E4E;
    padding: 13px 31px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.send:hover {
    color: #FFFFFF;
    background: #B32E4E;
}
.contact_form textarea {
    width: 391px;
    height: 182px;
    border: none;
    background: #EEEEEE;
    border-radius: 10px;
    resize: none;
    padding: 12px;
    box-sizing: border-box;
}
.contact_form_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.two_inputs input:nth-child(1) {
    margin-right: 17px;
}
.contact_top_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 99px;
}
.contact_info {
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 14px 30px;
    color: #B32E4E;
    font-weight: bold;
}
.contact_info a {
    color: #B32E4E;
    font-size: 18px;
    line-height: 21px;
}
.contact_info > div {
    margin: 13px 0;
}
/* News */

.news_item {
    background: #EEEEEE;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 595px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 27px 10px;
}
.news_item img {
    max-width: 175px;
}
.news_text {
    width: 100%;
    margin-left: 45px;
}
.news_text a {
    text-decoration: underline;
    color: black;
    margin-bottom: 33px;
    display: block;
    font-weight: bold;
}
.news_text p {
    max-width: 202px;
    padding-left: 19px;
}
.news_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 95px;
}
.baskt_content_item_, .main_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_content {
    background: #EEEEEE;
    border-radius: 4px;
    width: 100%;
}
.main_content .news_item {
   margin: 0;
    max-width: 61%;
}
.baskt_content_item_ > span {
    display: block;
    color: #fff;
    background: #B32E4E;
    padding: 8px 16px;
    margin-right: 23px;
}
.basket_spinner .spin_price {
    background: #fff;
    color:#B32E4E;
}
.basket_spinner .spinner {
    margin-right: 50px;
}
.basket_spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.basket_spinner .remove_basket_item {
    font-size: 21px;
    margin-left: 46px;
}
.baskt_content_item_ {
    margin-bottom: 32px;
}
.bmc {
    max-height: 750px;
    overflow: auto;
    margin-bottom: 62px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    padding-right: 26px;
    box-sizing: border-box;
}
.menu_banner ::-webkit-scrollbar {
    width: 10px;
    height: 9px;
}
.menu_banner ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.menu_banner ::-webkit-scrollbar-thumb {
    background:#B32E4E;
}
.menu_banner ::-webkit-scrollbar-thumb:hover {
    background:#B32E4E;
}
.total_price {
    text-align: right;
    margin-bottom: 30px;
}
.total_price > p {
    font-size: 26px;
    color: #B32E4E;
    font-style: italic;
}
.delivery_price {
    background: #FFFFFF;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 9px;
    color: #C4C4C4;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 11px 0 0 auto;
}
.basket_checkout form {
    max-width: 73%;
}
.basket_checkout {
    margin: 66px auto;
}
.select_ .selected_item {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    max-width: 391px;
    padding: 16px 16px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    margin-top: 17px;
}
.select_ .selected_item i {
    color: #B32E4E;
    font-size: 31px;
    position: absolute;
    top: 3px;
    right: 18px;
}
.select_ {
    max-width: 391px;
    width: 100%;
    position: relative;
}
#order_select {
    background: #F8F8F8;
    border-radius: 0 0 10px 10px;
    max-width: 324px;
    margin: 0 auto;
    padding: 10px 19px;
    position: absolute;
    width: 100%;
    left: 14px;
    display: none;
}
#order_select p {
    margin: 7px 0;
    cursor: pointer;
}

/* Order history */

.order_history_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EEEEEE;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 20px;
}
.order_history_item img {
    max-width: 97px;
}
.order_history_item > div {
    max-width: 300px;
}
.order_history_item > div a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    color: #4A4A4A;
}
.order_history_item > div p {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}
.color_ {
    color: #B32E4E;
}

/* Login */

.login_content form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login_content input, .profile input {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    border: none;
    padding: 15px;
    width: 303px;
    margin-bottom: 25px;
}
.login_content form > div {
    width: 100%;
    text-align: center;
}
.login_content form label, .login_social span {
    font-style: italic;
    font-size: 18px;
    color: #B32E4E;
    margin-right: 23px;
}
.login_social a {
    margin: 0 11px;
}
.login_btn, .confirm {
    display: block;
    margin: 20px auto 48px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #B32E4E;
    padding: 13px 31px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.login_btn:hover, .confirm:hover {
    color: #FFFFFF;
    background: #B32E4E;
}
.login_content {
    margin: 113px 0 86px;
}
.register input {
    width: 67%;
}
.register ::placeholder, .profile ::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.profile_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.profile_content i {
    color: #b32e4e;
    margin-left: 18px;
}
.delete_page {
    display: block;
    margin: 20px auto 48px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FFFFFF;
    padding: 13px 31px;
    background: #B32E4E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    font-size: 18px;
    border: none;
}
.delete_page:hover {
    color:#B32E4E;
    background: #FFFFFF;
}
.profile_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.change_photo {
    position: relative;
    top: 34px;
}
.change_photo span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 200px;
    text-align: center;
    background: #fff;
    padding: 8px;
    cursor: pointer;
}
.change_photo input {
    width: 216px;
    position: relative;
    top: 8px;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.profile_image_main img {
    max-width: 220px;
}
.profile_image_main {
    text-align: center;
}
.profile {
    margin: 110px 0 73px;
}

@media (max-width: 1426px) {
    header > div, footer > div, .menu_banner {
        max-width: 90%;
    }
    .bottom_banner {
        height: auto;
    }
    .products {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 1279px) {
    .contact_form_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .send {
        margin: 20px auto;
    }
}
@media (max-width: 1220px) {
    header ul.menu li {
        margin-left: 34px;
    }
    .new_product_section {
        max-width: 90%;
    }
    .new_product_item span {
        font-size: 25px;
    }
    .contact_form form {
        max-width: 90%;
    }
}
@media (max-width: 1075px) {
    .mobile_menu {
        display: block;
    }
    header ul.menu {
        display: none;
    }
    .new_product_item p {
        font-size: 16px;
    }
    .new_product_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
    }
    .new_product_item {
        margin: 18px 36px;
    }
    .banner form input {
        max-width: 80%;
    }
    .header_basket > span {
        display: none;
    }
    .more {
        margin: 27px auto 50px;
        top: 0;
    }
    .banner form button {
        right: 41px;
    }
    .categories_main {
        display: none;
    }
    .category_mobile {
        display: block;
    }
    .products {
        margin-left:  0;
    }
    .product_inside_main {
        width: 100%;
    }
    .inside_info > p {
        font-size: 25px;
    }
    .first_section div:nth-child(1) {
        margin-right: 27px;
    }
    .basket_spinner .remove_basket_item {
        margin-left: 16px;
    }
    .basket_spinner .spinner {
        margin-right: 23px;
    }
    .order_history_item > div {
        margin: 0 12px;
    }
    .color_ {
        margin: 0 6px;
    }
}
@media (max-width: 903px) {
    .main_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .basket_spinner {
        margin: 12px 0 25px;
    }
    .main_content .news_item {
        max-width: 100%;
    }
    .order_history_item > div a, .order_history_item > div p{
        font-size: 12px;
    }
    .order_history_item > div p {
        margin-top: 12px;
    }
    .color_ {
        white-space: nowrap;
    }
    .order_history_item > div {
        min-width: 170px;
    }
    .order_history_item {
        overflow: auto;
    }
}
@media (max-width: 721px) {
    .contact_top_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_info > div {
        text-align: center;
    }
    footer > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    footer {
        height: auto;
    }
    .heading h2 {
        font-size: 22px;
    }
    .contact_form textarea, .basket_checkout .contact_form_bottom > div {
        width: 100%;
    }
    .login_content input {
        width: 100%;
        box-sizing: border-box;
    }
    .login_content form label {
        margin-bottom: 14px;
        display: block;
        margin-right: 0;
    }
    .profile_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_img {
        margin-bottom: 35px;
    }
}
@media (max-width: 650px) {
    .banner form input {
        max-width: 60%;
        height: 37px;
        padding-left: 25px;
        top: 53%;
    }
    .banner form {
        top: 53%;
    }
    .logo {
        max-width: 58px;
    }
    .order_info > div {
        margin-left: 19px;
    }
    .make_order {
        padding: 7px 10px;
    }
    .order_info {
        margin-left: 0;
    }
    .dropdoen_menu {
        top: 62px;
    }
    .more {
        padding: 14px 31px;
        font-size: 20px;
    }
    footer p {
        font-size: 13px;
    }
    .heading {
        max-width: 66%;
    }
    .heading h2 {
        padding: 7px 9px 7px 8px;
    }
    .first_section, .news_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .first_section div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 22px;
        max-width: 211px;
    }
    .first_section div:nth-child(1) p {
        font-size: 16px;
    }
    .inside_info > p {
        font-size: 20px;
        margin-bottom: 29px;
    }
    .news_text {
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }
    .news_text p {
        max-width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 474px) {
    .contact_form form > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_form label {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 425px) {
    .basket_spinner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .profile_btns button {
        margin:10px;
        font-size: 14px;
        padding: 13px 12px;
    }
    .profile input {
        width: 74%;
    }
    .profile form {
        width: 100%;
    }
    .profile_content i {
        margin-left: 9px;
    }
    .change_photo span {
        left: 31px;
    }
}
@media (max-width: 413px) {
    .make_order {
        font-size: 9px;
    }
    .order_info > div {
        margin-left: 14px;
    }
    .basket_spinner .remove_basket_item {
        margin-left: 0;
        margin-top: 14px;
    }
    .basket_spinner .spinner {
        margin-right: 4px;
    }
    .baskt_content_item_ > span {
        margin-right: 10px;
    }
}
@media (max-width: 375px) {
  .favorite_orders {
      display: none;
  }
}
