@font-face {
    font-family: 'Bahij';
    src: url('../fonts/ArbFONTS-Bahij_TheSansArabic-Bold.eot'),
        url('../fonts/ArbFONTS-Bahij_TheSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Bold.svg#BahijTheSansArabic-Bold') format('svg'),
        url('../fonts/BahijTheSansArabic-Bold.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.ttf')
}

body {
    direction: rtl;
    text-align: right;
    font-family: 'Bahij';
    position: relative;
}

button:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

button,
button:hover {
    transition: all 0.5s ease-in-out;
}

ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}

.dark-bg,
.black-bg {
    background: #333333 !important;
}

.dark-bg,
.black-bg,
.brown-bg {
    color: #fff;
}

.dark-txt {
    color: #000;
}

.red-txt {
    color: #ac2228
}


.gray-txt {
    color: #AAAAAA;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

#preloader img {
    height: 200px;
}

/* preloader */

/* mob-over */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.cust-show{
    display: none!important;
}
.mob-collaps {
    position: relative;
    width: 25px;
    height: 60px;
    z-index: 999;
    color: #fff;
    /*left: 15px;*/
    /*top: 50%;*/
    cursor: pointer;
    /*transform: translateY(-50%);*/
    display: none;
}

.mob-collaps span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 30px;
    margin: 4px 0;
}

.mob-collaps span:first-child {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(2) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(3) {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:first-child.rotate {
    width: 24px;
    -webkit-transform: rotate(-45deg) rotateY(360deg);
    -ms-transform: rotate(-45deg) rotateY(360deg);
    -moz-transform: rotate(-45deg) rotateY(360deg);
    transform: rotate(-45deg) rotateY(360deg);
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(2).none {
    left: -100px;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.mob-collaps span:nth-child(3).rotate2 {
    width: 24px;
    -webkit-transform: rotate(45deg) rotateY(360deg);
    -ms-transform: rotate(45deg) rotateY(360deg);
    -moz-transform: rotate(45deg) rotateY(360deg);
    transform: rotate(45deg) rotateY(360deg);
    top: 20px;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nav-open {
    transform: translateX(0) !important;
}

/* end mob-over */

/* header */
header .dropdown-menu {
    border-top: 5px solid #f6f6f6;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .16);
    box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, .16);
    position: relative;
}

header .dropdown button {
    background: transparent;
    padding: 0 10px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    border: none;
    box-shadow: none;
}

header .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu {
    background: #f6f6f6;
}

header .dropdown-menu a {
    color: #000;
    text-align: right;
}

header .dropdown-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #f6f6f6 transparent;
    border-style: solid;
    top: -19px;
    left: 7px;
}

header nav {
    background: url(../images/2413551.png) no-repeat;
    background-size: cover;
}

nav .row {
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

nav .logo img {
    width: 200px;
    height: 80px;
    object-fit: contain
}

nav ul li a {
    padding: 10px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
}

nav ul li a:hover {
    color: #ac2228;
    transition: all 0.5s ease-in-out;
}

.active a {
    position: relative;
    color: #ac2228;
}

.cart-num {
    background: #ac2228;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    height: 20px;
}

/* end header */
/* .wrapper {
    padding: 34px 0 0;
} */
.wrapper{
    min-height: 400px;
}

/* banner */
.banner {
    position: relative;

}

.banner img {
    width: 100%;
    height: 100vh;
}

.banner .banner-over {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}

.banner .banner-over .caption {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 70%;
    transform: translateY(-50%);
}

.banner .banner-over .caption p {
    font-size: 40px;
    color: #fff;
}

.banner .banner-over .caption a {
    font-size: 20px;
    width: 200px;
    height: 70px;
    display: block;
    margin: 15px auto;
    display: block;
}

.banner .banner-over .caption ul {
    justify-content: center;
}

.banner .banner-over .caption ul li {
    margin: 10px;
}

.banner .banner-over .caption a img {
    width: 100%;
    height: 100%;
}


/* edn banner */
/* about */
.about,
.products,
.clients,
.contact {
    padding: 40px 0;
}

.section-title {
    position: relative;
    font-size: 20px;
    padding: 10px 15px;
    background: #ac2228;
    color: #FFf;
    width: fit-content;
    width: -moz-fit-content;
}

.about p {
    line-height: 30px;
    font-size: 14px;
}

.about p.m-b {
    margin-bottom: 30px;
}

.about .mission {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 200px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-self: center;
    align-items: center;
}

.about .mission img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about .mission>h5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
}

.about .mission:hover>h5 {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.about .mission p {
    text-align: right;
    height: 120px;
    overflow: hidden;
    line-height: 25px;
    font-size: 13px;
}

.about .mission .txt {
    background: rgba(172, 34, 40, 0.5);
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

.about .mission:hover .txt {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/* end about */
/* products  */
.products {
    background: #f3f3f3;
}

.products .section-title {
    background: #333333;
}

.products img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.products .pro-item {
    margin-bottom: 30px;
}

.products .pro-item p {
    text-align: center;
    margin: 10px 0;
}

.products .pro-item a {
    color: #000
}

.site-btn {
    background: #ac2228!important;
    color: #fff !important;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    border-radius: 0;
}

.site-btn:hover {
    border-color: #ac0f0f!important;
    color: #ac0f0f !important;
    background: #fff!important;
}

/* end products  */
/* clients  */
.clients {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.clients .owl-carousel .owl-nav.disabled,
.clients .owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-carousel {
    direction: ltr;
}



.clients .item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0px 10px 0px #00000042;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.clients .item .user{
    direction: rtl;
    position: relative;
    padding-top: 15px;
}
.clients .item img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-inline-end: 15px;
}
.clients .item .fa-quote-right{
    position: absolute;
    right: 20px;
    font-size: 50px;
    color: #dadada;
    top: 20px;
}
.clients .item h3 {
    color: #ac2228;
    font-size: 18px;
}

.clients .item p {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    padding-inline-end: 35px;
}

.clients .owl-carousel .owl-nav {
    width: 150px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 10px 2px #ddd;
    border-radius: 30px;
    z-index: 4;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    position: relative;
}

.clients .owl-carousel .owl-nav:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 30px;
    background-color: #D4D4D4;
    top: 50%;
    transform: translateY(-50%);
}

.clients .owl-carousel .owl-nav .owl-prev,
.clients .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.clients .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.clients .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.clients .owl-carousel .owl-nav .owl-prev i,
.clients .owl-carousel .owl-nav .owl-next i {
    color: #9D9D9D;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.clients .owl-carousel .owl-nav .owl-prev:hover i,
.clients .owl-carousel .owl-nav .owl-next:hover i {
    color: #ac2228;
}

.clients .owl-dots {
    display: block !important;
    position: relative;
    top: 0;
    text-align: center;
}

.clients .owl-dots .owl-dot {
    width: 20px;
    height: 4px;
    border-radius: 30px;
    background-color: #46454D;
    display: inline-block;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
}

.clients .owl-dots .owl-dot.active {
    width: 25px;
    background-color: #ac2228;
}
.clients .owl-item.active.center .item{
    border-color: #ac2228;
    box-shadow:0 0px 10px 0px #ac2228
}
/* End Clients */
/* footer */
footer {
    padding: 60px 0 40px;
    background: url(../images/2413551.png) no-repeat;
    background-size: cover;
    background-position: center;
}

footer .footer-widget li {
    margin-bottom: 10px;
    position: relative;
}

footer .footer-widget ul li {
    color: #fff;
}

footer .footer-widget ul li i {
    color: #ac2228;
    margin-inline-end: 10px;
}

.footer-title {
    position: relative;
}

.footer-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

footer .footer-widget a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    font-size: 14px;
    padding-inline-start: 15px;
    position: relative;
}

footer .footer-widget a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #ac2228;
    width: 10px;
    height: 10px;
}
footer .footer-widget .contacts a{
    padding-inline-start: 0;
}

footer .footer-widget .contacts a::after{
    display: none;
}

footer .footer-widget a:hover {
    padding-inline-start: 20px;
    color: #ac2228;
}

footer .footer-widget .contacts a:hover{
    padding-inline-start: 0;
    color: #fff;
}

footer img{
    height: 145px;
}

.footer-bottom {
    padding: 10px 0;
    text-align: center;
    background: #333;
    color: #fff;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom p a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.footer-bottom p:hover a {
    color: #ac2228;
}

.footer-bottom .social li:not(:last-of-type) {
    margin-left: 15px;
}

.footer-bottom .social li a {
    color: #fff;
    transition: all 0.5s ease-in-out;
    font-size: 23px;
}

.fixed-footer ul li a.active {
    color: #ac2228;
}

.fixed-footer ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 14px;
    position: relative;
}

.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9;
}

.fixed-footer ul li a span {
    display: block;
}

.fixed-footer ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}

/* end footer */
/*contact*/
.contact h2 {
    color: #ac2228;
}

.contact .contact-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.contact .contact-item .icon {
    width: 50px;
    height: 50px;
    color: #ac2228;
    background: #f3f3f3;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    margin-inline-end: 15px;
}

.contact .contact-item p {
    margin-bottom: 0;
}

.contact .contact-item p:last-of-type {
    color: #9D9D9D;
    font-size: 15px;
}

.contact .contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.contact .contacts a {
    margin: 5px;
    font-size: 25px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.contact .contacts a i {
    line-height: 40px;
}

.contact .contacts a.linkedin {
    background: #007ab9
}

.contact .contacts a.facebook {
    background: #3b5998
}

.contact .contacts a.twitter {
    background: #55acee
}
.contact .contacts a.snapchat {
    background: #FFFC00
}
.contact .contacts a.instagram {
    background: #6a453b
}

/* end contact */
/* product */
.nav-title ul {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.nav-title ul li {
    padding: 0 3px;
}

.nav-title ul li a {
    color: #000;
}

.nav-title ul li:last-of-type {
    color: #ac2228;
}

.product .pro-img {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

.product .pro-img img {
    width: 100%;
    height: 100%;
}

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

.number span {
    color: #364165;
    display: block;
    background: #fff;
    width: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.5s;
}

.number span.plus {
    color: #ac2228;
}

.number input {
    height: 30px;
    text-align: center;
    width: 50px;
    appearance: none;
    border: none;
    background: #dadada;
}

.product .pro-form .radio-group {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.product .pro-form .radio-group .radio-div {
    position: relative;
    margin-inline-end: 15px;
}

.product .pro-form .form-item h3 {
    font-size: 18px;
}

.product .pro-form {
    padding-bottom: 30px;
}

.product .pro-form button:hover {
    background: #fff;
    color: #ac2228;
    border-color: #ac2228;
}

.product .pro-form .radio-group .radio-div input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.product .pro-form .radio-group .radio-div input:checked+label {
    background: #303030;
    color: #fff;
}

.product .pro-form .radio-group .radio-div input:checked+label span {
    color: #fff;
}

.product .pro-form .radio-group label {
    padding: 10px;
    border: 1px solid #333333;
    border-radius: 5px;
    background: #f3f3f3;
    width:max-content;
    width: -moz-max-content;
    font-size: 13px;

}
.product .pro-form .radio-group label> span:first-of-type{
   margin-inline-end: 5px;
}
.product .pro-form .radio-group label span {
    display: flex;
    text-align: center;
}

.product .pro-form .form-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product .pro-form .form-item:not(:last-of-type) {
    border-bottom: 1px solid #dadada;
}

/* end product */
/* login */
.login .form-control {
    background: #f3f3f3;
    border-color: #f3f3f3;
    border-radius: 30px;
}

.login .form-group {
    position: relative;
}

.login .form-group i.fa-map-pin {
    color: #ac0f0f;
    position: absolute;
    left: 20px;
    bottom: 12px;
    font-size: 14px;
    cursor: pointer;
}

.login .map {
    display: none;
    height: 250px;
}
.login .map #map{
    height: 200px;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: 5px;
    z-index: 999;
}

.custom-check input:checked~.checkmark {
    background-color: #000;
}

.custom-check:hover input~.checkmark {
    background-color: #000;
}

.custom-check .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    margin-top: 5px;
    width: 25px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 5px;
}

.custom-check input:checked~.checkmark:after {
    display: block;
}

.custom-check .checkmark:after {
    right: 6px;
    top: 0;
    margin: auto;
    text-align: center;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-check span:first-of-type {
    padding-right: 30px;
    line-height: 30px;
}

.custom-check a,
.custom-check span,
.custom-check a:hover {
    text-decoration: underline;
    font-size: 15px;
}

.custom-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* end login */
/* orders */

.hgozat-item {
    border: 1px solid #dadada;
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 1px 1px 10px #d4d3d3;
    padding: 10px;
}

.hgozat-item a {
    display: flex;
    align-items: center;
}

.hgozat-item img {
    height: 100px;
    margin-left: 15px;
    width: 100px;
    object-fit: contain;
    border-left: 1px solid #dadada;
    padding-left: 10px;
}

.hgozat-item .details {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.hgozat-item .details p {
    text-align: right;
    margin-bottom: 0;
    flex: 50%;
    color: #000;
    font-weight: 200;
}

.hgozat-item .details p span:first-of-type {
    min-width: 90px;
    display: inline-block;
}

.hgozat-item .details p span:nth-last-of-type(2) {
    padding: 0 5px;
}

.hgozat-tabs ul.nav {
    border: 1px solid #dadada;
    flex-wrap: wrap;
    width: 500px;
    border-radius: 30px;
    justify-content: space-between;
    padding: 5px;
    margin: auto;
}

.hgozat-tabs ul.nav li {
    width: 240px;
    text-align: center;
}

.hgozat-tabs ul.nav li:not(:last-of-type) {
    margin-left: 5px;
}

.hgozat-tabs .nav-tabs .nav-link {
    border-radius: 30px;
}

.hgozat-tabs .nav-tabs .nav-item.show .nav-link,
.hgozat-tabs .nav-tabs .nav-link.active,
.hgozat-tabs .nav-tabs .nav-link:focus,
.hgozat-tabs .nav-tabs .nav-link:hover {
    background: #ac0f0f;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #ac0f0f;
}

.bank-info {
    margin-bottom: 15px;
}

.bank-info img {
    border-radius: 15px;
    margin-inline-end: 15px;
    height: 80px;
    width: 80px;
}

.bank-info p {
    margin-bottom: 0;
}

/* end orders */
/* custom */
.custom-link {
    display: none;
}

.main-input {
    height: 100%;
    line-height: 40px;
    padding: 0 15px 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    height: 40px;
    background: #f3f3f3;
    border-radius: 30px;
    position: relative;
}

.main-input .file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    right: 0;
    height: 100%;
}
.suceess-img {
    padding-bottom: 50px;
}
.suceess-img a{
    text-decoration: underline;
}
.suceess-img a:hover{
    color: #ac0f0f;
}
.suceess-img img{
    display: block;
    margin: 40px auto;
}
.acc-editpass{
    font-size: 22px;
}
.account a.red-txt:hover{
    color: #ac0f0f;
}
.account-div {
    position: relative;
}
.account-div .edit-btn{
    color:#ac0f0f;
    font-size: 20px;
    position: absolute;
    left: 0;
    top:0
}
.account .user-img{
    width: 150px;
    height: 150px;
    margin:20px auto;
}
.account .user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.contact.account .contact-item p:last-of-type{
    color:#000;
}
.main-input i {
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    left: 5px;
    right: auto;
    color:#ac0f0f;
    font-size: 20px;
}

.file-name {
    font-size: 14px;
    color: #928d8d;
}

.main-input .uploaded-image {
    position: absolute;
    top: 50%;
    height: auto;
    left: 0;
    z-index: 9;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: all .3s;
}

.main-input .uploaded-image img {
    max-height: 40px;
    min-width: 40px;
    display: block;
    border-radius: 8px;
    transition: all .3s;
    height: 100%;
}

.main-input .uploaded-image.active img {
    max-height: 400px;
    min-width: auto;
    max-width: calc(100vw - 20px);
    height: auto;
}

.main-input .uploaded-image.active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: auto;
    height: auto;
    box-shadow: none;
}

/* end custom */

#preloader_6 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 99999999;
    animation: preloader_6 5s infinite linear;
    margin: auto;
    top: 0
}

.preloader-contant {
    width: 205px;
    margin: auto;
    height: 125px;
    position: relative;
    top: 50%;
    margin-top: -42px;
    animation: rotat 4s infinite linear
}

#preloader_6 img {
    position: absolute;
    left: 0;
    right: 0;
    object-fit: contain;
    margin: auto;
    width: 100%;
    height: 100%;
    animation: preloader_4 1s infinite ease-in-out
}

@keyframes preloader_4 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.img-block {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
}

.borde-none {
    border: none
}
.search-product{
    width: 70%;
    margin: 20px auto 0;
}
.search-product button{
    width: auto;
    height: 38px;
}
.search-product .form-control{
    border-radius:0 ;
    background: #f3f3f3;
    border-color:#f3f3f3 ;
}
.img-block .images,
.img-block .images img {
    width: 100%;
    height: 100%;
}

.upload-img {
    width: 100%;
    height: 150px;
    position: relative;
    margin: auto;
    border: 1px dashed#dadada;
    border-radius: 10px;
}

.upload-img .upload-icon {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload-img .upload-icon i {
    font-size: 40px;
}

.upload-img .upload-icon span {
    font-size: 18px;
}

.upload-img input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    right: 0;
}

.img-block .images button.close {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 1;
    left: 0;
    margin: 0;
    z-index: 99999;
}

.form-group .gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

/* order-box */
.order-box {
    background: #f3f3f3;
    padding: 10px;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #d3d3d3;
}

.order-box h5 {
    font-size: 16px;
    font-weight: bold;
}

.order-box h6 {
    font-weight: bold;
    font-size: 14px;
}

.order-box .price {
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.order-box .amount {
    position: absolute;
    display: block;
    padding: 15px 25px;
    font-size: 20px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #ac0f0f;
    color: #fff;
    top: 0;
    left: 20px;
}

.del-cart {
    position: absolute;
    left: 7px;
    top: 56%;
    transform: translateY(-50%);
    color: #191919;
    font-size: 20px;
}

.del-cart:hover {
    color: #ac0f0f;
}

.order-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-inline-end: 15px;
}

.pay-way {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.input-group>.form-control:not(:last-child) {
    border-radius: 30px !important;
}

.input-group-text {
    background: transparent;
    border: navajowhite;
    position: absolute;
    left: 20px;
    padding: 0;
    margin: 0;
    bottom: 12px;
    color: #ac2228;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-inline-end: 15px;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkcontainer .radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #ac0f0f;
    border-radius: 50%;
}

.checkcontainer .radiobtn:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    height: 70%;
    margin: auto;
    border-radius: 50%;
    background: transparent;
}

.checkcontainer .radiobtn:after {
    content: "";
    position: absolute;
}

.checkcontainer input:checked~.radiobtn:after {
    background-color: #ac0f0f;
}

.checkcontainer .radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #ac0f0f;
    border-radius: 50%;
}

.tab-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    flex-flow: nowrap;
}

.tab-line p {
    text-align: center;
    flex: 1;
    position: relative;
}

.tab-line .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: auto;
    background: #fff;
    color: #ac0f0f;
    border: 1px solid #ac0f0f;
}

.tab-line span {
    color: #4d4c4c;
    font-size: 15px;
}

.tab-line .active span {
    color: #ac0f0f;
}

.tab-line .active span {
    color: #ac0f0f;
}

.tab-line .active .icon {
    background: #ac0f0f;
    color: #fff;
}

.tab-line p:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    background: #ffffff;
    right: 50%;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #ac0f0f;
}

.rate-btn {
    display: none;
}

.confirm-btn,
.rate-btn {
    width: 80%;
    margin: 0 auto 20px;
}

.rate-modal .modal-header {
    color: #fff;
    background: #333;
}

.rate-modal .modal-header .close {
    margin: 0;
    padding: 0;
    opacity: 1;
    color: #fff;
}

.br-30 {
    border-radius: 30px;
}

.rate-modal .modal-body .inner-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.rate-modal .modal-body .form-control {
    background: #f3f3f3;
    border-radius: 30px;
}

.inner-content {
    margin: 25px 0;
}

.inner-content input[type="radio"] {
    display: none;
}

.inner-content i {
    color: #dddddd;
    font-size: 36px;
    cursor: pointer;
}

.inner-content input[type="radio"]:checked~label i {
    color: #FFD700;
}

.inner-content {
    direction: rtl;
    width: 100%;
}
.noti{
    padding: 50px 0;
}
.noti-item{
    padding: 15px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    position: relative;
}
.noti-item .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 25px;
    background: rgba(172, 15, 15, 0.19);
    color: #ac0f0f;
    border-radius: 50%;
    margin-inline-end: 10px;
    text-align: center;
}
.del-noti.red-txt:hover{
    color: #ac0f0f;
}
.empty-cart{
    height: 300px;
    font-size: 25px;
    margin: auto;
    color:#ac0f0f;
    display: none;
    line-height: 300px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.del-noti{
    position: absolute;
    left: 10px;
    top:10px
}
.more-pro{
    width: 100px;
    margin: auto;
}
.policy{
    padding: 40px 0;
}
.policy p{
    position: relative;
    padding-inline-start: 25px;
    color:#929292;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}
.policy h2{
    margin-bottom: 25px;
}
.policy p::after{
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    background: #ac0f0f;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.noti-item h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
.noti-item:not(:last-of-type) {
    margin-bottom: 20px;
}
.noti-item p {
    margin-bottom: 0;
    font-size: 14px;
    color: #929292;
}
.icon-date{
    position: relative;
}
.icon-date i{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #ac2228;
}
/* end order-box */
/* end single-page */
/*media*/
@media(min-width:992px) and (max-width:1199px) {

    nav ul li a {
        padding-left: 5px;
    }

    .hgozat-item .details p {
        flex: 100%;
    }
}

@media(max-width:991px) {
    .banner .banner-over .caption{
        width: 95%;
    }

    .hgozat-item .details p {
        flex: 100%;
        font-size: 14px;
    }

    .hgozat-item .details p span:first-of-type {
        min-width: 70px;
    }

    .wrapper {
        padding-bottom: 62px;
        padding-top: 100px;
    }
    .cust-display{
        display: none;
    }
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .contact {
        padding: 0;
    }
    footer{
        padding: 20px 0 70px;
    }
    footer img.logo{
        margin: 0 auto 20px;
        display: block;
    }
    .footer-bottom,
    .iconhead {
        display: none !important;
    }

    .cart-num {
        right: -5px;
        top: -5px;
    }

    .fixed-footer,
    .mob-collaps,
    .custom-link{
        display: block;
    }
    .cust-show{
        display: flex!important;
    }

    header nav ul.site-nav {
        position: fixed;
        top: 0px;
        background-color: #333333;
        width: 260px;
        right: 0px;
        height: 100%;
        padding-top: 40px;
        transform-origin: right;
        transform: translateX(100%);
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        transition: all 0.3s ease-in-out;
    }

    header nav ul li {
        display: block;
        line-height: 45px !important;
        margin: 0;
        text-align: right;
        padding-right: 20px;
        font-size: 14px;
    }
    .banner .banner-over .caption ul{
        justify-content:space-around;
    }

    .banner .banner-over .caption ul li{
        margin: 10px 0;
    }
    .banner img{
        height: 300px;
    }
    .banner .banner-over .caption a{
        width: 125px;
        height: 42px;
        margin: 0 auto;
    }
    header nav ul li a {
        color: #fff;
    }

    header nav ul li a:hover {
        color: #ac2228
    }
}

@media(max-width:767px) {

    /*.product .pro-form .radio-group .radio-div{*/
    /*    font-size: 14px;*/
    /*}*/

    /*.product .pro-form .radio-group label> span:first-of-type{*/
    /*    min-width: 135px;*/
    /*}*/

    .clients .owl-item.active.center .item {
        transform: scale(1);
    }

    .banner .banner-over .caption p {
        font-size: 20px;
    }

    .tab-line span {
        font-size: 13px;
    }
}

@media(max-width:575px) {
    nav .logo img {
        padding-right: 15px;
    }
    .about .mission{
        margin-bottom: 30px;
    }
    .mob-collaps{
        margin-inline-end: 15px;
    }
    .tab-line .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .order-box .price {
        left: 10px;
        font-size: 12px;
    }

    .order-box .amount {
        padding: 5px 15px;
    }

    .hgozat-tabs ul.nav,
    .hgozat-tabs ul.nav li {
        width: 100%;
    }

    .hgozat-tabs ul.nav li:not(:last-of-type) {
        margin-left: 0;
    }
    .search-product{
        width: 90%;
    }
    .banner .banner-over .caption ul{
        flex-wrap: wrap;
    }
}
.bill-number{
    color: #000;
    border-left: 1px solid #dadada;
    min-width: 100px;
    margin-inline-end: 15px;
    text-align: center;
}
.bill-number span{
    display: block;
    text-align: center;
}
@media(max-width:380px) {
    .bill-number{
        margin-inline-end: 0;
        border-left: 0;
    }

    .product .pro-form .radio-group label{
        /*min-width: 100%;*/
        /*width: 100%;*/
        margin-inline-end: 0;
        display: block;
    }

    .hgozat-item a {
        flex-direction: column;
    }

    .hgozat-item img {
        border: none;
    }
}
@media(max-width:380px) {
    /*footer .footer-widget .bank_logo i{*/
    /*    margin-inline-start: 0!important;*/
    /*}*/
}
.alert{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
.datepicker-days{
    direction: ltr!important;
}
.banner .owl-carousel .owl-item img{
    filter: brightness(0.5);
}
.fixed-whatsapp{
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    font-size: 45px;
    border:1px solid #25D366;
    transition: all 0.5s ease-in-out;
}
.fixed-whatsapp:hover{
    background: #25D366;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
