body {
    margin: 0;
    padding: 0;
    font-family: 'byekan', tahoma;
    direction: rtl;
    background-color: rgb(238, 238, 238);
}

.focus:focus {
    outline: none;
}

/* ///fist-page///start/// */
.header-back-image {
    height: 100vh;
    background-image: url(../images/header-back-image.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    align-items: center;
}

.log-in-btn-box {
    height: auto;
}

.first-page .log-in-btn-box .log-in-btn {
    padding: 6px 12px;
    background-color: transparent;
    border: .6px solid #FAAD3B;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    transition: .4s linear;
}

.first-page .log-in-btn-box .log-in-btn:focus {
    outline: none;
}

.first-page .log-in-btn-box .log-in-btn:hover {
    background-color: rgba(214, 214, 214, 0.219);
}

.first-page .log-in-btn-box .log-in-btn .icon {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    margin-left: 6px;
}

.first-page .log-in-btn-box .log-in-btn .text {
    font-size: 13px;
    color: #ffff;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 1.5px;
}

.header-back-image-options-box {
    height: auto;
    width: 60%;
    padding: 0;
    margin: auto;
}

.compani-Specifications-box {
    height: auto;
    float: right;
}

.compani-Specifications {
    padding-top: 5px;
    height: auto;
    padding-bottom: 10px;
    margin-top: 50px;
    border-right: 4px solid #FFCD82;
    padding-right: 35px;
}

.compani-name {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0;
}

.compani-name .name {
    font-size: 60px;
    color: #FFCD82;
}

.compani-name-under-line {
    margin: 4px;
    height: 3px !important;
    width: 150px;
    margin-right: 15px;
    background-color: #faa82c !important;
}

.compani-Description {
    font-size: 17px;
    color: #fff;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.compani-Description .link {
    color: #FFCD82;
}

.contact-body {
    width: 330px;
    height: 100px;
    margin-top: 50px;
}

.contact-body:last-child {
    margin-top: 60px !important;
}

.contact-btn {
    float: right;
    width: 48%;
    border: .6px solid #FAAD3B;
    height: 40px;
    margin: 3px;
    padding: 5px 15px;
    background-color: transparent;
    transition: .4s linear;
}

.contact-btn:hover {
    background-color: rgba(214, 214, 214, 0.219);
}

.contact-btn:focus {
    outline: none;
}

.contact-btn-icons {
    width: 21px;
    height: 21px;
    float: right;
}

.contact-btn-texts {
    font-size: 14px;
    color: #fff;
    margin: 2px;
    padding-right: 10px;
    float: right;
}

.telegram {
    padding-right: 20px;
    padding-top: 1px;
}

.andriod {
    padding-right: 21px;
}

.apple {
    padding-right: 30px;
    padding-top: 1px;
}

.first-page-compani-logo-box {
    height: 100%;
    float: right;
}

.compani-logo {
    float: left;
    width: 450px;
    margin-top: 25px;
}

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

.Copyrite {
    font-size: 12px;
    color: white;
    margin-top: 20px;
    margin-right: 10px;
}

.dr-code {
    color: #FFCD82 !important;
}

/* ///fist-page///end/// */

/* ///main-page///start/// */
.header-box {
    background-color: #7b7edd;
    margin: 0;
}

.header-options-box {
    background-color: blue;
}


.header-box .menu-box {
    height: auto;
    display: inline-block;
}

.header-box .menu-ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 25px !important;
    margin-right: 70px;

}

.header-box .menu-list {
    display: inline-block;
    color: #fff;
    margin: 10px;
    font-size: 14px;
}

.menu-btn {
    font-size: 35px;
    color: #fff;
    margin-top: 23px;
    margin-right: 20px;
    display: none !important;

}

.header-box.compani-logo-box {
    height: auto;
    margin-top: 0 !important;
}

.main-page-compani-logo {
    width: 150px;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main-page-compani-logo-respansiv {
    width: 150px;
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    display: none;
}

.about-icon {
    font-size: 35px;
    float: left;
    color: #fff;
    margin-top: 23px;
    margin-left: 20px;
    cursor: pointer;
}

.modal-close-btn {
    float: right !important;
    margin: 0 !important;
    background-color: #7b7edd;
    border: none;
}

.modal-dialog {
    padding: 25px;
    margin-top: 0 !important;
    color: rgb(97, 97, 97);
}




.main-page-body {
    margin: auto;
    height: auto;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0px 0px 10px rgb(219, 219, 219);
    margin-bottom: 20px;
}

.sell-and-buy-price-tiite {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;

}


.sell-and-buy-price-box {
    padding: 10px;
    height: auto;
    margin: 0;
}

.buy-price-box {
    height: 120px;
    background-color: #000000;
    display: inline-block;
}

.buy-price-box-titr {
    background-color: #3868d6;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.buy-price {
    font-size: 29px;
    margin-top: 5px;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.sell-price-box {
    height: 120px;
    background-color: #000000;
    display: inline-block;
}

.sell-price-box-titr {
    background-color: #b33938;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.sell-price {
    font-size: 29px;
    margin-top: 5px;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.price-Type {
    font-size: 12px;
    margin-top: 2px;
    text-align: center;
    color: #fff;
}

.Change-price-today {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;

}

.Change-price-today::before,
.Change-price-today::after {
    content: "";
    height: 1px;
    background-color: #c9c9c9;
    width: 19%;
}

.Change-price-today::after {
    margin-right: 35px;
}

.Change-price-today::before {
    margin-left: 35px;
}

.Change-price-today-box {
    height: 300px;
    margin-top: 10px;
}

.Change-price-today-box-items {
    height: 30px;
    margin: auto;
    background-color: #e0e0e0;
    margin-bottom: 15px;
}

.buy-time-sell-lists {
    overflow-y: auto;
    height: 240px;
}

.buy-price-from-us-title {
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
}

.cahnge-price-time-title {
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
}

.sell-price-to-us-title {
    height: 30px;
    text-align: center;
    color: #000;
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
}

.buy-sell-time-box-row {
    height: auto;
    padding: 3px;
    margin: 0;
}

.buy-price-from-us-box {
    height: 70px;
    background-color: #e0e0e0;
    margin: 0;
    padding: 0;
}

.buy-price-from-us-box-circle-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buy-price-from-us-box-circle {
    background-color: #809cdb;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.buy-price-from-us-box-itmes-box {
    height: 70px;
}

.buy-price-from-us {
    color: #3868d5;
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.buy-price-from-us-box-itmes-box .price-Type {
    font-size: 12px;
    color: #3868d5;
    text-align: center;
}

.cahnge-price-time-box {
    height: 35px;
    background-color: #e0e0e0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.change-time {
    font-size: 13px;
    color: #000;
}

.sell-price-to-us-box {
    height: 70px;
    background-color: #e0e0e0;
    padding: 0 !important;
    margin: 0;
}

.sell-price-to-us-box-circle-box {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left !important;
}

.sell-price-to-us-box-circle {
    background-color: #c78382;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.sell-price-to-us-box-itmes-box {
    height: 70px;
}

.sell-price-to-us {
    color: #b33937;
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.sell-price-to-us-box-itmes-box .price-Type {
    font-size: 12px;
    color: #b33937;
    text-align: center;
}

.sell-and-buy-btn-box {
    margin: 0;
    height: auto;
    padding: 0;
}

.buy-btn {
    height: 65px;
    background-color: #3868d6;
    cursor: pointer;

}

.buy-btn-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 17px;
}

.sell-btn {
    height: 65px;
    background-color: #b33938;
    cursor: pointer;
}

.sell-btn-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 17px;
}

.Accont-Remaining-btn-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -50px;

}

.Accont-Remaining-btn {
    height: 105px;
    width: 105px;
    z-index: 5;
    background-color: #7b7edd;
    color: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 15px;
    cursor: pointer;
}

.link:hover {
    color: rgb(224, 224, 224);
}

.sell-btn-text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 17px;
}

/* ///main-page///end/// */
/* ///Products-page///start/// */
.Products-page-body {
    background-color: #000;
}

.orders-btn {
    width: 190px;
    height: 40px;
    background-color: #575757;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
    border-radius: 30px;
    -webkit-animation: pulse 3s infinite 1.5s cubic-bezier(0.25, 0, 0, 1);
    animation: pulse 3s infinite 1.5s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #ffdca8;
}

.first-page .log-in-btn{
    -webkit-animation: pulse 3s infinite 1.5s cubic-bezier(0.25, 0, 0, 1);
    animation: pulse 3s infinite 1.5s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #ffdca8;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}

.orders-icon {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    font-size: 19px;
    color: #fecd81;
}

.orders-number {
    width: 20px;
    height: 20px;
    background-color: red;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 12px;
    text-align: center;
    padding-top: 1px;
}

.header {
    height: auto;
    display: flex;
    background-color: #000;
}

.header-logo-and-name-box {
    height: 90px;
}

.header-logo {
    height: 100%;
}

.header-logo-and-name-box .compani-name {
    font-size: 25px;
    margin-top: 16px;
}

.header-logo-and-name-box .compani-name .name {
    font-size: 35px;
}

.header .menu-box {
    height: 90px;
}

.header .menu-ul {
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

.header .menu-list {
    display: inline-block;
    padding: 1px 7px;
    color: #fff;
    font-size: 13px;
    border-left: 1px solid rgb(190, 190, 190);
}



.header .menu-list:last-child {
    border-left: none;
}

.menu-link:hover {
    color: #FFCD82;
}

.header .menu-link.active {
    color: #FFCD82;
}

.header .menu-box {
    height: 90px;
}

.header .logout-btn-box {
    height: 90px;
}

.header .welcome-text {
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 0;
}

.header .welcome-text .log-out {
    color: #faa82c;
}

.welcome-text-respansiv {
    display: none;
}

.respansiv-menu-btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.199);
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding: 0px 5px;
    font-size: 20px;
    margin-top: 30px;
    cursor: pointer;
    display: none;
}

.header .welcome-text .user-icon {
    font-size: 17px;
}

.header .welcome-text .logout-icon {
    font-size: 15px;
}

.body {
    background-color: rgba(255, 255, 255, 0.116);
    height: auto;
    margin: auto;
    padding: 20px;
}

.body .body-title {
    color: #fff;
    padding-left: 18px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffff;
    display: inline;
}

.Products-page .body-options-box {
    height: auto;
    display: flex;
}

.Products-page .products-categori-menu-box {
    height: auto;
}

.Products-page .products-categori-menu-box .title {
    color: #000;
    background-color: #fff;
    width: 90%;
    padding: 6px 6px;
    font-weight: bold;
    font-size: 15px;
}

.Products-page .products-categori-menu-box .dropdown-icon {
    font-size: 17px;
    float: left;
    color: gray;
    display: none;
    transition: .3s;
}

.Products-page .products-categori-menu-box .dropdown-icon.rotate {
    transform: rotate(180deg);
}

.Products-page .products-categori-menu-box .menu-ul {
    list-style: none;
    padding: 0;
    margin: 0 !important;
}

.Products-page .products-categori-menu-box .menu-list {
    display: block;
    width: 90%;
    padding: 6px 8px;
    font-size: 13px;
    color: #fff;
    border-bottom: .5px solid rgb(65, 65, 65);
    transition: .5s;
    cursor: pointer;
}

.Products-page .products-categori-menu-box .menu-list.active {
    background-color: rgba(255, 255, 255, 0.24);
}

.Products-page.products-categori-menu-box .menu-list:hover {
    background-color: rgba(255, 255, 255, 0.24);
}

.Products-page .products-categori-menu-box .menu-list .menu-link {
    color: #fff;
}

.Products-page .products-box-body {
    height: auto;
}

.Products-page .products-box {
    height: auto;
    background-color: #fff;
    position: relative;
}

.Products-page .products-box .available-product {
    position: absolute;
    top: 20px;
    right: .5rem;
    width: 90px;
    height: 30px;
    background-color: #198754;
    z-index: 5;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 2.5px;
}

.Products-page .products-box .unavailable-product {
    position: absolute;
    top: 20px;
    right: .5rem;
    width: 90px;
    height: 30px;
    background-color: #dc3545;
    z-index: 5;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding-top: 2.5px;
}

.Products-page .products-box-image {
    position: relative;
    overflow: hidden;
}

.Products-page .products-box-image .image {
    width: 100%;
    height: 250px;
    opacity: .7;
    transition: .7s;
}

.Products-page .products-box-image .image.deactive {
    opacity: .4;
}

.Products-page .products-box:hover .image {
    opacity: 1;
    transform: scale(1.2);
}

.Products-page .product-name-box-aps {
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Products-page .product-name-box {
    width: 92%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.733);
}

.Products-page .product-name {
    font-size: 12px;
    color: #ffff;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 4px;
}

.Products-page .product-name:hover {
    color: rgb(243, 243, 243);
}

.Products-page .Specifications {
    font-size: 9px;
    color: #fff;
    margin-top: 4px;
    text-align: center;
    display: block;
}

.Products-page .other-Specifications-box {
    height: auto;
    text-align: center;
    margin-top: 7px;
}

.Products-page .other-Specifications-box .text {
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

.Products-page .other-Specifications-box .text .icon {
    font-size: 18px;
    color: #faa82c;
    float: right;
}

.Products-page .see-Product-details-btn {
    background-color: #fecd81;
    border: 1px solid #e4b065;
    border-radius: 0;
    width: 100%;
    font-size: 11px;
    padding: 10px 0px;
    margin-top: 10px;
}

.Products-page .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.Products-page .page-item:first-child .page-link {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.Products-page .pagination {
    padding-right: .5rem;
}

.Products-page .page-link {
    color: #ffa51e;
}

.Products-page .page-link:hover {
    color: #e08700;
    background-color: #ffeacd;
}

.Products-page .page-link:focus {
    box-shadow: none;
    color: #e08700;
    background-color: #ffeacd;
}

/* ///Products-page///end/// */
/* ///Product-details-page///start/// */
.Product-details-page {
    background-color: #000;
}

.product-image-gallery-box {
    height: 500px;
}

.Product-details .product-name {
    font-size: 25px;
    color: #FAAD3B;
    display: block;
    margin-bottom: 0;
}

.Product-details .Specifications {
    color: #ffdda9;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 0;
    display: inline-block;
}

.Product-details .product-name-box-underline {
    width: 90%;
    color: rgb(156, 156, 156);
}

.Product-details .Description-box {
    width: 100%;
    height: auto;
}

.Product-details .Description-box .paragraph-icon {
    font-size: 18px;
    color: rgb(255, 255, 255);
    float: right;
    margin-left: 8px;
    margin-top: 3px;
}

.Product-details .Description-box .Description {
    color: rgb(235, 235, 235);
    font-size: 15px;
    display: inline-block;
}

.Product-details .other-Specifications-box {}

.other-Specifications-box .title {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}

.Product-details .other-Specifications-box .icon {
    font-size: 18px;
    color: #faa82c;
    float: right;
    margin-left: 5px;
    margin-top: 2.7px;
}

.Product-details .other-Specifications-box .text {
    font-size: 13px;
    margin-bottom: 0;
    color: rgb(235, 235, 235);
    display: inline-block;
    margin-left: 15px;
}

.Product-details .Number-of-orders-and-buybtn-box {
    margin-top: 25px;
}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box {
    width: 100px;
    height: 40px;
    background-color: aquamarine;
    float: right;
}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box .btns-box {
    height: 40px;
    width: 25px;
    float: right;

}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box .btns-box .append {
    height: 50%;
    width: 25px;
    float: right;
    border: .3px solid #fecd81;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box .btns-box .append i {
    font-size: 14px;
    text-align: center;
}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box .btns-box .low-off {
    height: 50%;
    width: 25px;
    float: right;
    border: .3px solid #fecd81;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product-details .Number-of-orders-and-buybtn-box .Number-of-orders-box .btns-box .low-off i {
    font-size: 14px;
    text-align: center;
}

.Number-of-orders-input {
    float: right;
    width: 75px;
    border: .3px solid #fecd81;
    height: 100%;
    text-align: center;
    font-size: 15px;
}

.buy-product-btn {
    height: 40px;
    border-radius: 0;
    background-color: #FAAD3B;
    transition: 3s;
    position: relative;
    border: none;
    padding: 0px 40px;
    margin-right: 20px;
    outline: #fcb6554f solid 5px;
}

.buy-product-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgb(49, 49, 49);
    transition: all .35s;
}

.buy-product-btn:hover:before {
    height: 100% !important;
}

.buy-product-btn:hover .buy-product-btn-text span {
    color: #ffa51e;
}

.buy-product-btn-text {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: all .35s;
    margin-bottom: 4px;
}

.buy-product-btn-text span {
    position: relative;
    z-index: 2;
    color: #000;
    transition: .3s;
}

.Product-details .unavailable-product {
    float: left;
    margin-left: 30px;
    padding: 5px 10px;
    font-size: 13px;
    padding-bottom: 8px;
    margin-top: 3px;
}

.unavailable-product-opacity {
    opacity: .3 !important;
}

.Product-details .available-product {
    float: left;
    margin-left: 30px;
    padding: 5px 10px;
    font-size: 13px;
    padding-bottom: 8px;
    margin-top: 3px;
}

/* ///Product-details-page///end/// */
/* ///order-details-page///start/// */
.order-basket-body {
    background-color: #000;
}

.order-basket-page {}

.order-basket-page table .table-th {
    color: #fff;
    font-size: 15px;
}

.order-image {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.order-name {
    color: #FAAD3B;
    font-size: 16px;
    margin-bottom: 0;
}

.order-Specifications {
    color: #ffd699;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 5px;
}

.order-basket-page .orders-table {
    min-width: 600px;
}

.buybtn-and-number-of-order .Number-of-orders-box {
    width: 100px;
    height: 40px;
    background-color: aquamarine;
    margin: auto;
    margin-top: 11px;
}

.buybtn-and-number-of-order .btns-box {
    height: 40px;
    width: 25px;
    float: right;

}

.buybtn-and-number-of-order .append {
    height: 50%;
    width: 25px;
    float: right;
    border: .3px solid #fecd81;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buybtn-and-number-of-order .append i {
    font-size: 14px;
    text-align: center;
}

.buybtn-and-number-of-order .low-off {
    height: 50%;
    width: 25px;
    float: right;
    border: .3px solid #fecd81;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buybtn-and-number-of-order .low-off i {
    font-size: 14px;
    text-align: center;
}

.buybtn-and-number-of-order .Number-of-orders-input {
    float: right;
    width: 75px;
    border: .3px solid #fecd81;
    height: 100%;
    text-align: center;
    font-size: 15px;
}

.order-basket-page .delete-order-btn {
    display: block;
    margin: auto;
    padding: 5px 20px;
    margin-top: 12px;
}

.buybtn-and-number-of-order .buy-product-btn {
    height: 40px;
    border-radius: 0;
    background-color: #FAAD3B;
    transition: 3s;
    position: relative;
    border: none;
    padding: 0px 40px;
    margin-right: 20px;
    margin: auto;
    display: block;
    margin-top: 10px;
    outline: #fcb6554f solid 5px;
}

.buybtn-and-number-of-order .buy-product-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgb(49, 49, 49);
    transition: all .35s;
}

.buybtn-and-number-of-order .buy-product-btn:hover:before {
    height: 100% !important;
}

.buybtn-and-number-of-order .buy-product-btn:hover .buy-product-btn-text span {
    color: #ffa51e;

}

.Product-details .buy-product-btn-text {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: all .35s;
    margin-bottom: 4px;
}

.Product-details .buy-product-btn-text span {
    position: relative;
    z-index: 2;
    color: #000;
    transition: .3s;
}

.order-basket-page .buy-product-btn {
    height: 40px;
    border-radius: 0;
    background-color: #FAAD3B;
    transition: 3s;
    position: relative;
    border: none;
    padding: 0px 40px;
    margin-top: 20px;
    outline: #fcb6554f solid 5px;
    float: left;
}

.order-basket-page .buy-product-btn:hover .buy-product-btn-text span {
    color: #ffa51e;
}

/* ///order-details-page///end/// */
/* ///404-error-page///start/// */
.error-404-num{
    font-size: 170px;
    text-align: center;
    color: #faa82c;
    font-family: sans-serif;
    margin-bottom: 0;
}
.error-404-title{
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.error-404-page .buy-product-btn{
    margin: auto;
    display: block;
    margin-top: 40px !important;
    padding: 0px 25px !important;
    margin-bottom: 20px;
    transition: 0s !important;
}
/* ///404-error-page///end/// */




@media (max-width: 1375px) {
    .header-back-image-options-box {
        width: 80%;
    }

    .main-page-body {
        width: 60%;
    }
    .Products-page .products-box-image .image {
        height: 200px;
    }
}

@media (max-width: 1150px) {
    .header .menu-box {
        width: 0;
        background-color: none;
    }

    .header .menu-ul {
        display: none;
        position: absolute;
        left: 20px;
        top: 90px;
        z-index: 5;
        width: 200px !important;
        margin-top: 0;
        margin-bottom: 0;
        background-color: #000;
    }

    .header .menu-box .menu-list {
        display: block;
        width: 90%;
        margin: auto;
        height: 30px;
        z-index: 5;
        text-align: right;
        border-left: none;
        border-bottom: 1px solid rgb(102, 102, 102);
        padding: 7px 8px;
        height: auto;
    }

    .header .menu-box .menu-ul .hr {
        width: 80%;
        margin: auto;
        margin-top: 15px;
        color: rgb(199, 199, 199) !important;
        opacity: 1;
        margin-bottom: 20px;
    }

    .welcome-text-respansiv {
        color: #fff;
        font-size: 12px;
        text-align: left;
        margin-bottom: 0;
        text-align: center;
        margin-top: 7px;
        display: block;
    }

    .welcome-text {
        display: none;
    }


    .products-box-padding {
        width: 33.33333333333%;
    }

    .header .menu-box .menu-list:last-child {
        border-bottom: 0;
    }

    .header .menu-box .menu-list:hover {
        background-color: rgb(66, 66, 66);
    }

    .header-logo-and-name-box {
        width: 80%;
    }

    .logout-btn-box {
        width: 20%;
    }

    .respansiv-menu-btn {
        display: inline-block;
    }

    .Product-details-body {
        display: block !important;
    }

    .product-image-gallery-box {
        width: 90%;
        margin: auto;
    }

    .products-all-Description-box {
        width: 90%;
        margin: auto;
    }

}

@media (max-width: 1050px) {
    .header-back-image-options-box {
        width: 100%;
    }

    .compani-name {
        text-align: center;
    }

    .compani-name-under-line {
        margin: auto;
    }

    .compani-Description {
        text-align: center;
    }

    .main-page-compani-logo-respansiv {
        display: block;
    }

    .main-page-compani-logo {
        display: none;
    }

    .header-box .menu-ul {
        display: none;
        position: absolute;
        height: 300px;
        width: 150px;
        background-color: rgb(107, 107, 107);
        right: 0;
        top: 6.5%;
        margin: 0;
    }

    .header-box .menu-list {
        display: block;
        border-bottom: 1px solid white;
        height: 30px;
        width: 100%;
    }

    .header-box .menu-list:hover {
        background-color: rgb(82, 82, 82);
    }

    .menu-btn {
        display: block !important;
    }

    .Accont-Remaining-btn {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }

    .main-page-body {
        margin-top: 60px;
    }

}

@media (max-width: 860px) {
    .header-back-image-options-box {
        display: block;
        margin: 0 !important;
    }

    .Copyrite {
        text-align: center;
        margin-right: 0;
        margin-top: 25px;
    }

    .compani-Specifications-box {
        margin: auto;
    }

    .header-back-image {
        display: block;
    }

    .compani-Specifications {
        border: none !important;
        padding: 0;
    }

    .first-page-compani-logo-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .compani-Specifications-box {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .contact-body {
        width: 90%;
        height: auto;
        margin: auto;
        margin-top: 40px;
    }

    .contact-btn {
        width: 100%;
        margin: auto !important;
        margin-top: 10px !important;
    }

    .main-page-body {
        width: 80%;
    }

    .products-box-padding {
        width: 50%;
    }


}

@media (max-width: 580px) {
    .body-options-box {
        display: block;
    }

    .Products-page .products-categori-menu-box .title {
        width: 100% !important;
    }

    .Products-page .products-categori-menu-box .menu-list {
        width: 100% !important;
    }

    .products-box-body {
        margin-top: 20px !important;
    }

    .Products-page .products-categori-menu-box .dropdown-icon {
        display: inline-block;
    }

    .Products-page .products-categori-menu-box .menu-ul {
        display: none;
    }

    .Products-page .body-options-box {
        display: block;
    }
}

@media (max-width: 520px) {
    .compani-logo {
        width: 320px;
    }

    .compani-Specifications {
        margin-top: 10px;
    }

    .Change-price-today::before,
    .Change-price-today::after {
        content: "";
        height: 1px;
        background-color: #c9c9c9;
        width: 15%;
    }

    .Accont-Remaining-btn {
        width: 75px;
        height: 75px;
        font-size: 11px;
    }

    .main-page-body {
        width: 100%;
    }

    .header-box .menu-ul {
        display: none;
        position: absolute;
        height: 300px;
        width: 40%;
        background-color: rgb(107, 107, 107);
        right: 0;
        top: 6.5%;
        margin: 0;
    }


    .products-categori-menu-box {
        display: block;
        width: 100%;
    }

    .product-image-gallery-box {
        width: 100%;
        margin: auto;
    }

    .products-all-Description-box {
        width: 100%;
        margin: auto;
    }

    .lSSlideWrapper {
        height: auto !important;
        width: 100%;
    }

    /* .product-image-gallery-box {
        height: 400px;
    } */

    .Product-details .Number-of-orders-box {
        float: none;
        margin: auto;
    }

    .Product-details .buy-product-btn {
        padding: 0px 10px !important;
        margin-right: 5px;
        margin: auto;
        float: none;
        font-size: 12px;
    }



    /* .compani-Specifications{
        padding-right: 30px;
    } */
}

@media (max-width: 350px) {
    .header {
        height: 120px;
    }

    .header .menu-ul {
        margin-top: 30px;
    }

    .products-box-padding {
        width: 100%;
    }

    .lSSlideWrapper {
        height: 320px !important;
        width: 100%;
    }

    .Product-details .unavailable-product {
        margin-left: 0px;
    }

    .Product-details .available-product {
        margin-left: 0px;
    }
}