@font-face {
    font-family: ArTarumianKamar;
    src: url(../fonts/ArTarumianKamar-Regular-8941.ttf);
}
*, body {
    margin:0;
    padding: 0;
    font-family: ArTarumianKamar;
}
a {
    text-decoration: none;
}
input, button {
    outline: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.74);
    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 a {
    color:#fff;
    font-size: 13px;
}
header i {
    color: #FFE121;
    font-size: 16px !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;
    margin-left: 180px;
}
header ul.menu li {
    margin-right: 33px;
}
.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;
}
.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;
}
.banner form input {
    background: rgba(9, 8, 8, 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);
}
.burger_slider {
    max-width: 1358px;
    width: 100%;
    margin: 55px auto 120px;
}
.top p {
    background: #F8F8F8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 7px;
    width: 70px;
    text-align: center;
    padding: 8px 0 6px;
    font-weight: bolder;
    font-size: 18px;
}
.top {
    margin-bottom: 50px;
}
.burger_item {
    max-width: 189px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 19px;
    box-sizing: border-box;
    padding: 9px;
    text-align: center;
}
.burger_name {
    border-radius: 19px 19px 0 0;
    background: #fff;
    padding: 12px 6px;
    font-size: 13px;
    margin-bottom: 12px;
}
.burger_name p{
    min-height: 30px;
}
.burger_price {
    background: #FFFFFF;
    border-radius: 0 0 19px 19px;
    padding: 12px 6px;
    margin-top: 12px;
}
.burger_price p {
    font-size: 15px;
    margin-bottom: 8px;
}
.burger_btn {
    border: none;
    background: none;
    color: #FFE121;
    font-size: 17px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}
.burger_btn:hover {
    transform: scale(1.3);
}
.burger_image img {
    max-width: 175px;
    width: 100%;
    height: 147px;
    object-fit: cover;
}
.slider_main {
    position: relative;
    box-sizing: border-box;
    padding: 0 65px;
}
.slider_main .swiper-container {
    position: static;
}
.slider_main .swiper-pagination {
    bottom: -67px !important;
}
.slider_main .swiper-button-next img {
    transform: rotate(180deg);
}
.slider_main .swiper-button-next:after {
    content: '' !important;
}
.slider_main .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 9!important;
}
.slider_main .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    outline: none;
}
.swiper-pagination-bullet-active {
    background: #000 !important;
}
footer {
    width: 100%;
    height: 306px;
    background: url("../images/footer_img.png");
    background-size: cover;
    background-repeat: no-repeat;
}
footer > div {
    height: 100%;
    background: rgba(9, 8, 8, 0.66);
    color: #fff;
}
footer > div > div {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
footer ul {
    list-style: none;
}
footer ul li {
    margin-bottom: 3px;
}
footer a {
    color: #fff;
    font-size: 12px;
}
footer h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 28px;
}
.footer_info {
    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: 73px;
}
footer p {
    font-size: 12px;
    padding-left: 38px;
    margin-top: 15px;
}
footer hr {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}
.dropdoen_menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 69px;
    background: rgba(0, 0, 0, 0.74);
    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;
}

/* Menu */

.menu_banner form {
    position: static;
}
.menu_banner {
    margin-top: 172px;
    margin-bottom: 135px;
}
.burger_category {
    max-width: 378px;
    width: 100%;
    box-sizing: border-box;
    background: #EFEFEF;
    border-radius: 19px;
    margin-right: 70px;
}
.burger_category a {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
.menu_products {
    max-width: 1358px;
    width: 100%;
    margin: 0 auto;
}
.burger_category ul {
    list-style: none;
}
.burger_category .category_content > ul {
    padding: 40px 33px;
}
.burger_category ul li {
    margin-bottom: 9px;
}
.burger_category ul a {
   transition: 0.3s;
}
.burger_category ul a:hover {
   opacity: 0.5;
}
.burger_category ul .active {
    position: relative;
}
.burger_category ul .active:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    bottom: -3px;
}
.burger_category ul li ul {
    margin-top: 7px;
    padding-left: 20px;
}
.burger_items > div:nth-child(1) {
    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;
}
.menu_products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.burger_items .burger_item {
    margin: 0 16px 50px;
}
.pagination{
    margin: 82px 0;
    text-align: center;
}
.pagination a {
    margin: 8px;
    color: black;
}
.pagination a.active {
    font-size: 23px;
}
.yellow_bg {
    background: url(../images/menu_bg.png) no-repeat;
    background-size: cover;
    background-position: right;
}
.burger_category > button {
    background: #F8F8F8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
    border-radius: 13px;
    border: none;
    padding: 8px 19px;
    margin-left: 17px;
    display: none;
}

/* Basket */

.burger_inside_banner {
    height: 455px;
    width: 100%;
    background: url("../images/burger_inside_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.product_describtion {
    max-width: 1358px;
    width: 100%;
    margin: 35px 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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product_img {
    max-width: 382px;
    width: 100%;
    text-align: center;
}
.product_img > div{
    text-align: center;
}
.product_info {
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.product_info h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
.product_info p {
    font-size: 21px;
    margin-bottom: 16px;
}
.spinner {
    background: #EFEFEF;
    border-radius: 13px;
    max-width: 156px;
    width: 100%;
    margin: 0 auto 23px;
    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;
}
.spinner button{
    background: #EFEFEF;
    padding: 9px;
    border: none;
    cursor: pointer;
    border-radius: 13px;
}
.spinner input {
    background: #FFFFFF;
    border-radius: 9px;
    border: none;
    padding: 3px 7px;
    max-width: 64px;
    box-sizing: border-box;
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.product_info .fa-heart {
    font-size: 34px
}
.product_info .burger_btn {
    margin: 0 10px;
}
.inside_item {
    display: block;
    max-width: 160px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.inside_item p {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
}
.inside_item img {
    max-width: 157px;
    width: 100%;
    margin-bottom: 5px;
}
.inside_slider{
    background: #FFFFFF;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 19px;
    max-width: 1358px;
    width: 100%;
    margin: 35px auto 0;
    padding: 24px 41px 10px;
}

/* Contact us */

.contact_us_banner {
    height: 455px;
    width: 100%;
    background: url("../images/contact_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.conntact_section {
    max-width: 1358px;
    width: 100%;
    margin: 35px auto;
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.conntact_section input {
    background: #FFFFFF;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding-left: 15px;
    box-sizing: border-box;
}
.conntact_section textarea {
    background: #FFFFFF;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 130px;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 15px;
    box-sizing: border-box;
    resize: none;
    outline: none;
}
.conntact_section form {
    max-width: 585px;
    width: 100%;
    margin-top: 45px;
}
.conntact_section h2 {
    margin-bottom: 20px;
    font-size: 37px;
}
.confirm {
    background: #FFE121;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    border: 1px solid #FFE121;
    color: white;
    text-transform: uppercase;
    padding: 12px 24px 10px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 50px;
}
.confirm:hover {
    background: #FFF;
    box-shadow: 0 2px 2px #FFE121;
    color: #FFE121;
}
.capcha, .check_part {
    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;
}
.capcha span {
    display: block;
    margin-bottom: 5px;
}
.capcha img {
    max-width: 103px;
    width: 100%;
}
.capcha input {
    width: 220px;
    margin-bottom: 0;
}
.capcha > div:nth-child(1) {
    margin-right: 36px;
}
.contact_info {
    background: #FFFFFF;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 33px;
}
.contact_info p {
   margin: 9px 0;
}

/* Basket */

.basket_banner {
    height: 455px;
    width: 100%;
    background: url("../images/basket_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.basket_content {
    max-width: 786px;
    width: 100%;
    margin: 0 auto;
}
.basket_content tbody tr {
    border: 0;
    display: block;
    margin: 5px;
}
.basket_content thead tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.basket_content thead tr th {
    min-width: 127px;
    text-align: center;
    padding: 15px 2px;
}
.basket_content tbody .tr  {
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-radius: 19px;
}
.basket_content tbody td  {
    min-width: 127px;
    text-align: center;
    padding: 15px 2px;
}
.basket_content table {
    border-collapse: collapse;
    margin: 0 auto;
}
.basket_content td button {
    background: none;
    border: none;
    cursor: pointer;
}
.order_table .spinner {
    margin-bottom: 0;
}
.order_name {
    width: 205px;
}
.order_price {
    width: 170px;
}
.basket_content h2 {
    text-align: center;
    margin: 50px 0;
    font-size: 31px;
}
textarea {
    outline: none;
}
.order_form 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;
}
.order_form form input {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
    padding: 20px 24px;
}
.order_form form textarea {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
    padding: 20px 24px;
    height: 140px;
    resize: none;
}
.order_form ::placeholder {
    color: rgba(0, 0, 0, 0.55);
}
.order_form {
    margin: 70px 0;
}
.select_ .selected_item {
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    max-width: 300px;
    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;
}
.select_ .selected_item i {
    color: #FFE121;
    font-size: 31px;
    position: absolute;
    top: 3px;
    right: 18px;
}
.select_ {
    max-width: 300px;
    width: 100%;
    position: relative;
}
#order_select {
    background: #F8F8F8;
    border-radius: 0 0 10px 10px;
    max-width: 234px;
    margin: 0 auto;
    padding: 10px 19px;
    position: absolute;
    width: 100%;
    left: 14px;
    display: none;
}
#order_select p {
    margin: 7px 0;
    cursor: pointer;
}
.order_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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 60px;
}
.basket_main {
    position: absolute;
    right: -539px;
    width: 433px;
    box-sizing: border-box;
    padding: 0 19px 28px 19px;
    background: #fff;
    color: #000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 30px 30px;
    -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;
    transition: 0.3s linear;
}
.show_basket {
    right: 0;
}
.basket_main button {
    border: 0;
    background: none;
    cursor: pointer;
}
.basket_table {
    height: 321px;
    overflow: auto;
}
.basket_total_price {
    background: #FFFFFF;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    padding: 12px 21px;
    width: 227px;
    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;
}
.make_order {
    background: #FFE121 !important;
    border-radius: 13px;
    border: 1px solid #FFE121 !important;
    color: #fff;
    padding: 11px 29px;
    font-size: 18px;
    transition: 0.3s;
    margin-top: 33px;
}
.make_order:hover {
    background: #FFF !important;
    color: #FFE121;
}
.close_basket {
    width: 100%;
    text-align: right;
    padding: 11px;
}
.close_basket i {
    font-size: 24px !important;
    color: grey;
}
.login_content {
    max-width: 1358px;
    width: 100%;
    margin: 64px auto 121px;
}
.login_content h2, .order_history h2, .profile h2 {
    font-size: 37px;
    margin-bottom: 60px;
    font-weight: 500;
}
.login_content form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    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 form input {
    width: 100%;
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    height: 52px;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.login_content ::placeholder, .profile_content ::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.login_social {
    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-bottom: 41px;
}
.login_social span {
    margin-right: 43px;
}
.login_btn {
    background: #FFE121;
    border-radius: 13px;
    color: #fff;
    border: 1px solid #FFE121;
    transition: 0.3s;
    padding: 11px 31px;
    font-size: 19px;
    cursor: pointer
}
.login_btn:hover {
    background: #FFF;
    color: #FFE121;
}
.login_social a:nth-child(2) {
    margin-right: 15px;
}
.register form, .register {
    max-width: 837px;
}
.register form input {
    text-align: left;
}
.register form {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.order_history {
    max-width: 1358px;
    width: 100%;
    margin: 64px auto 121px;
}
.order_history_content > div {
    border: 1px solid #B9B9B9;
    box-sizing: border-box;
    border-radius: 19px;
    margin-bottom: 15px;
    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;
    padding: 7px 50px;
}
.order_history_content > div img {
   max-width: 50px;
    width: 100%;
}
.profile_banner {
    height: 455px;
    width: 100%;
    background: url("../images/profile_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.profile_img img {
    max-width: 160px;
    width: 100%;
}
.profile {
    max-width: 1358px;
    width: 100%;
    margin: 64px auto 121px;
}
.profile_content form input {
    width: 100%;
    background: rgba(196, 196, 196, 0.35);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
    height: 52px;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.profile_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.profile_content form {
    max-width: 340px;
    width: 100%;
}
.profile_content form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.profile_content form > div i {
    font-size: 26px;
    color: #ffe121;
    position: relative;
    top: 13px;
    left: 26px;
}
.profile_image_main {
    max-width: 160px;
    width: 100%;
    border-radius: 50%;
    height: 150px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.profile_image_main i {
    color: #FFE121;
    font-size: 74px;
    position: relative;
    top: 34px;
}
.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_img {
    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;
}
.delete_page {
    border: 1px solid #E2E2E2;
    border-radius: 13px;
    padding: 0 23px;
    background: #E2E2E2;
    color: grey;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin-left: 25px;
    transition: 0.3s;
    cursor: pointer;
}
.delete_page:hover {
    background: #fff;
}
.profile_header {
    position: relative;
}
.header_profile_content {
    background: #fff;
    position: absolute;
    border-radius: 5px;
    width: 200px;
    top: 31px;
    display: none;
}
.show_profile_dropdown {
    display: block;
}
.prof_content a {
    color: #000;
    margin-bottom: 10px;
    transition: 0.3s;
}
.prof_content a:hover {
    opacity: 0.5;
}
.prof_content p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prof_content p i {
    margin-right: 15px;
}
.prof_content {
    padding: 25px;
}
.pd {
    padding-left: 30px;
}
.order_history_content a {
    color: #958418;
}
.max-width {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1555px) {
    .header_profile_content {
        left: -80px;
    }
}
@media (max-width: 1417px) {
    header > div, .burger_slider, footer > div > div,  .menu_products, .inside_slider, .conntact_section, .basket_content, .login_content, .order_history, .profile {
        max-width: 94%;
    }
    .inside_slider {
        box-sizing: border-box;
    }
}
@media (max-width: 1288px) {
    header > div, .burger_slider, footer > div > div {
        max-width: 94%;
    }
    header ul.menu {
        margin-left: 76px;
    }
}
@media (max-width: 1159px) {
    .order_info > div {
        margin-left: 18px;
    }
    header ul.menu {
        margin-left: 42px;
    }
    .menu_products {
        -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;
    }
    .show_category {
        height: 450px !important;
    }
    .category_content {
        height: 0;
        overflow: hidden;
        transition: 0.4s;
    }
    .burger_items > div:nth-child(1) {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .pagination {
        margin: 31px 0;
    }
    .menu_banner {
        margin-top: 140px;
        margin-bottom: 96px;
    }
    .burger_category {
        background: transparent;
        margin-bottom: 41px;
    }
    .burger_category > button {
        display: block;
    }
    .category_content {
        background: rgba(0, 0, 0, 0.72);
        margin-top: 14px;
        border-radius: 12px;
    }
    .burger_category {
        max-width: 100%;
    }
    .burger_category ul a {
        background: white;
        padding: 8px;
        border-radius: 7px;
        display: block;
    }
    .burger_category ul li ul {
        padding-right: 20px;
    }
    .burger_category ul .active:before {
        content: '';
    }
    .burger_category ul .active {
        opacity: 0.7;
    }
    .burger_category a {
        font-size: 15px;
    }

}
@media (max-width: 1054px) {
    .order_info > div {
        margin-left: 18px;
    }
    header ul.menu {
        margin-left: 42px;
    }
    .order_info > div a span {
        display: none;
    }
    .mobile_menu {
        display: block;
    }
    .order_info > div {
         margin-left: 27px;
     }
    .menu {
        display: none !important;
    }
    .banner form input {
        max-width: 80%;
    }
    .conntact_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: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contact_info {
        margin-top: 26px;
    }
    .check_part {
        -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;
    }
    .capcha input {
        width: 174px;
    }
    .capcha > div:nth-child(1) {
        margin-right: 24px;
    }
    .basket_content tbody td, .basket_content thead tr th {
        min-width: 95px;
    }
    .header_profile_content {
        left: -177px;
    }
}

@media (max-width: 768px) {
    footer h2 {
        font-size: 15px;
        margin-bottom: 22px;
    }
    .order_table {
        overflow: auto;
    }
}
@media (max-width: 650px) {
    footer {
        height: auto;
    }
    footer > div > div {
        padding-bottom: 19px;
    }
    .footer_info {
        -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;
        margin-bottom: 20px;
    }
    .banner form input {
        max-width: 60%;
        height: 37px;
        padding-left: 25px;
    }
    .banner form button {
        right: 41px;
    }
    .banner form {
        top: 57%;
    }
    .banner img {
        height: 272px;
        object-fit: cover;
    }
    .product_describtion{
        -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;
    }
    .product_info {
        margin-top: 35px;
    }
    .product_img img {
        max-width: 305px;
    }
    .burger_inside_banner {
        height: 317px;
    }
    #order_select {
        left: 0;
    }
    .basket_main {
        max-width: 100%;
        width: 100%;
    }
    .login_content h2, .order_history h2 {
        font-size: 29px;
    }
    .order_history_content > div {
        padding: 7px 7px;
    }
    .order_history_content span {
        margin: 0 8px;
        font-size: 14px;
    }
}
@media (max-width: 722px) {
    .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;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .profile_content form {
        margin-top: 91px;
    }
}
@media (max-width: 450px) {
    .order_history h2 {
        font-size: 20px;
    }
    .profile_content form {
        max-width: 70%;
    }
    .profile_btns .confirm {
        margin-left: 0;
    }
}

#product_img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#product_img:hover {opacity: 0.7;}

.modal {
    display: none; 
    position: fixed; 
    z-index: 99; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9); 
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
