@font-face {
    font-family: "shabnam";
    src: url("../fonts/Shabnam.ttf");
    src: url("../fonts/Shabnam-Bold.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "homa";
    src: url("../fonts/B Homa.ttf");
    font-weight: normal;
}
.homa{
    font-family: "homa" !important;
}
body {
    font-family: "shabnam" !important;
    font-weight: normal;
    background: #eee8f0 !important;
}

/*  */
/*  */
/*  */
/* Shine */
.img-container {
	position: relative;
    overflow: hidden;
}
.img-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.img-container:hover::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*  */
/*  */
/*  */

section.main {
    margin-bottom: 20px;
}

.border-ten {
    border-radius: 10px;
}

.alert {
    z-index: 2005 !important;
}

.to-cart {
    border: 0;
    padding: 5px 20px;
    background-color: #d6e3ec;
    color: #fff;
    border-radius: 25px;
    transition: all .3s ease-in-out;
    border: 2px #fff solid;
}

.to-cart:hover {
    background: transparent;
    color: #000;
    border: 2px #d6e3ec solid;

}

/* start map bar */

.map-bar {
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    border-radius: 10px !important;
    margin-top: 20px !important;
}

.map-bar .map-bar-link {
    text-decoration: none;
    padding: 0 10px;
    color: #000;
    white-space: nowrap !important;
}

.map-bar .map-bar-link a {
    text-decoration: none;
    padding: 0 10px;
    color: #000;
    white-space: nowrap !important;
}

.map-bar .map-bar-link:hover {
    text-decoration: underline;
    cursor: pointer;
}


/* end map bar */


/* start header */

header {
    position: sticky;
    top: 0;
    z-index: 1001;
}
.header-top{
    background-color: #d6e3ec;
}
#open {
    background-color: #6c757d;
}

.logo-top {
    width: 180px;
}

.fas.fa-shopping-cart,
.fa-user {
    font-size: 25px;
    color: #000;
    cursor: pointer;
    transition: 0.2s;
}

.fas.fa-shopping-cart:hover,
.fa-user:hover {
    color: #94c9ed !important;
}

li a:hover {
    color: #94c9ed !important;
}

.form-inline .form-control {
    background-color: #fff;
}

.form-control::placeholder {
    font-size: 13px !important;
    opacity: .5;
}

.border-left {
    border-left: solid 1px #6c757d;
}

.navbar {
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 10%);
}

@media screen and (min-width:1410px) {
    .box-offer {
        padding-right: 4%;
    }
}

.pointer {
    cursor: pointer;
}

@media only screen and (max-width: 550px) {
    .bg-white {
        position: relative;
    }

    .box-user {
        display: flex;
        justify-content: center;
        width: 40%;
    }
}

/* card wrapper */
.cart-wrapper {
    width: 300px;
    height: min-content;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 5%;
    display: none;
    z-index: 1001;
    box-shadow: 0 0 6.65px 0.35px rgb(0 0 0 / 15%);
}
.cart-wrapper-container.user-prosile ul{
    text-align: right;
}
.cart-wrapper-container.user-prosile ul li:first-child{
    font-size: 20px;
    color: #d6e3ec;
}

.cart-wrapper-container.user-prosile ul li{
    padding: 5px;
}
.cart-wrapper-container.user-prosile ul li a{
    color: #000;
}
.cart-wrapper-hover {
    height: 50px;
    padding-top: 10px;
}

.cart-wrapper-hover:hover .cart-wrapper {
    display: block !important;
}

.cart-wrapper-img {
    flex: 40%;
    height: 20%;
}

.cart-wrapper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-wrapper-text {
    text-align: right;
    flex: 60%;
    padding: 5px;
}

.cart-wrapper-btn {
    text-align: center;
}
.cart-price{
    font-family: "homa" !important;
}

.cart-wrapper-products{
    height: 250px !important;
    overflow-y: auto;
}
/* end header */

@media (min-width: 1399px) {
    .cart-wrapper{
        left: 10%;
    }    
}


/* start banner area */
.banners div {
    height: 200px;
    background: violet;
}

@media (min-width: 992px) {
    .banners div.col-lg-6 {
        width: 49%;
    }
}

.banners div.col-lg-6 {
    margin-top: 20px;
    border-radius: 20px;
}

/* end banner area */

/* start slider area */
.slider-area .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.show-slide {
    height: 400px;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width:1000px) {
    .show-slide {
        height: 200px;
    }
}

.show-slide img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.show-slide img.active {
    opacity: 1;
}

.prev,
.next {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    transition: .3s ease-in-out;
    color: #ccc;
}

.prev:hover,
.next:hover {
    color: #000;
}

.prev {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.next {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}


/* end show slider */


/* end slider area */


/* start banner area */

.banner {
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-1,
.banner-2 {
    margin-top: 20px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

@media (min-width: 992px) {

    .banner-1.col-lg-6,
    .banner-2.col-lg-6 {
        width: 49%;
    }
}

.banner-1 img,
.banner-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

@media screen and (max-width:800px) {

    .banner-1,
    .banner-2 {
        height: 200px;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .banner-2 {
        margin-top: 0px;
    }

    .banner {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:600px) {

    .banner-1,
    .banner-2 {
        height: 100px;
    }
}

/* start banner area */
/* start footer top */

footer {
    background-color: #343a40;
    margin-top: 40px !important;
}


.footer-top img {
    width: 80px;
    height: 80px;
}

.footer-top .box-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
}

.footer-top .box-img p {
    font-size: 17px;
    color: #616161;
}

.img-temp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.zoom {
    transition: all .3s ease-in-out;
}

.zoom:hover {
    transform: scale(1.2);
}


/* end footer top  */

.footer-middle a {
    text-decoration: none;
    color: #ddd;
    padding: 5px 0px 5px 0px
}
.footer-middle h5,.footer-middle p{
    color: #fff;
}
.input-group .form-outline {
    position: relative;
}

.input-group .button-box {
    background-color: rgb(67, 191, 212);
    border: none;
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    width: 75px;
    height: 38px;
    top: 0px;
    right: 155px;
    color: fff;
}

.input-group .button-box:hover {
    background-color: #2f6ea5;
    transition: 1s;
}

.Social img {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.footer-bottom {
    background-color: #d8dee0;
}

.footer-bottom p {
    text-align: justify;
}

.footer-bottom .border-bot {
    border-bottom: solid 1px #cfd8dc;
}
.border-bot{
    direction: rtl;
    padding: 5px 0;
    text-align: justify;
}

/* style checkout */

.logo-checkout {
    width: 10%;
    height: 10%;
}

.box-border {
    border-radius: 10px;
    text-align: justify;
}

/* style news */

.image-news {
    width: 50%;
    height: 80%;
    object-fit: cover;
}

.image-news-datial {
    width: 80%;
    height: 30%;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header{
    font-size: 18px;
}
.menu-header a{ 
    color: #0DADEF !important;
}
.menu-header ul.animated li a{
    color: #000 !important;
    font-size: 13px;
    white-space: nowrap;
}
.menu-header ul.animated li a:hover{
    color: #0a87bd !important;
}
a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}


.exo-menu>li {
    display: inline-block;
}

@media screen and (max-width:990px) {
    .exo-menu>li {
        width: 70%;
        display: flex;
        justify-content: space-between;
    }
}

.exo-menu>li>a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {

    color: #fff;
}

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}



li.drop-down>ul {
    min-width: 230px;

}

.poz {
    position: absolute !important;
    top: -28px !important;
}

.drop-down-ul {
    display: none;
    background: #fff;
    position: absolute;
    display: grid;
    grid-template-columns: 1rem 1rem;
    grid-gap: 10px;
    width: 90vw;
    max-height: 90vh;
    right: 5%;

}
.drop-down-ul-new{
    background: #fff;
    width: 60%;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    
    
}
.drop-down:hover .drop-down-ul-new{
    display: flex;
   
}
.drop-down-ul-new li{
    width: 25%;
}
.flyout-right>ul{
    top: 0;
    min-width: 230px;
    display: none;
    /* border-left: 1px solid #365670; */
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {

    color: #000;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul>li>a,
.flyout-left ul>li>a {
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
}

.flyout-mega ul>li>a:hover,
.flyout-mega ul>li>a:active,
.flyout-mega ul>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;

}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;

}

.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px;
}

.Blog a.view-more {
    margin-top: 0px;
}

/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #ffffff;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover~.drop-down-ul,
.images-drop-down>a:hover+.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}

.drop-down-ul {
    font-size: 14px;
}

/*responsive*/
@media (max-width:680px) {
    .exo-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

}

@media screen and (min-width:992px) {
    .icon-mobile-menu {
        display: none !important;
    }
}

@media screen and (max-width:992px) {
    .icon-desktop-menu {
        display: none !important;
    }

    .drop-down-ul.drop-down-show {
        display: block;
    }

}

@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;

    }

    .mega-menu,
    .flyout-mega-wrap,
    .Blog,
    li.drop-down>ul {
        position: absolute;
    }
}

/* mobile menu */
.mobile-menu,
.mobile-menu-btn {
    display: none;
}

/* Fixed sidenav, full height */
.mobile-menu {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: -100%;
    overflow-x: hidden;
    padding-top: 20px;
    transition: all .5s ease-in-out;
    background-color: #fff;
}

.mobile-menu.active {
    right: 0;
}
.bg-black{
    background-color: rgba(0, 0, 0, 0.2);
    opacity: .5;
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s ease-in-out;
}
.bg-black.active{
    display: block;
}
/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
}
.dropdown-btn{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.dropdown-btn .ch-color{
    color: #616161 !important;
}
.dropdown-btn p{
    color: #009FE1 !important;
}
.btn.btn-log{
    width:100%;
}
.desktop-menu .positioning{
    position: absolute;
}
@media screen and (max-width: 880px) {
    .dropdown-btn{
        width: 100%;
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .dropdown-btn p{
        text-align: right;
        font-size: 19px;
    }
}

/* Main content */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    padding-right: 10px;
}
.dropdown-container.show{
    display: block;
}
.dropdown-container a {
    font-size: 16px !important;
    color: #d6e3ec;
}

.dropdown-container .dropdown-nested {
    padding-right: 15px;
}

.dropdown-container .dropdown-nested a {
    font-size: 15px !important;
    color: #000;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.mobile-menu-btn {
    position: absolute;
    top: 75%;
    right: 5%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ccc;
}
.mobile-menu-btn-close{
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ccc;
    background-color: rgba(255, 255, 255, 0.644);
    position: absolute;
    left: -10px;
    top: 20px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width:992px) {
    .desktop-menu {
        display: none;
    }

    .mobile-menu,
    .mobile-menu-btn {
        display: block;
    }
    .cart-wrapper {
        top: 95%;
    }
}

/* dropdown responsive mobile */


@media (max-width:767px) {

    .myaccount-content-conainer{
        overflow: auto;
    }
    .myaccount-content{
        border: none !important;
    }

}


/* contact */
.contact-form .row .col-lg-6 input {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 5px;
}

.contact-form .row .col-12 textarea {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 5px;
}

.contact-form .row .col-md-12 .contact2-textarea textarea {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 5px;
}
.name_inp{
    margin-right: 16px;
}
.phone_inp{
    margin-right: 55px;
}
@media screen and (max-width:770px){
    .name_inp , .phone_inp{
        margin-right: 0;
    }
}
/* news detail */
.news_comment.news_comment_answer {
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 10px;
}

/* searchbox dropdown */
.search-box {
    width: 100%;
    height: min-content;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1001;
}

.search-box ul li {
    padding: 10px;
}

.search-box ul li a {
    color: #132530;
}

.search-box ul li a:hover {
    color: #0DADEF !important;;
}

.search-box .search-box-pro-img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    margin-left: 5px;
}


/* product compair */

.category.product-title {
    text-decoration: none;
    color: #000 !important;
    font-size: 20px;
}

.category.product-title:hover {
    color: #c5def0 !important;
}

.first-column a.title {
    font-size: 12px;
    opacity: .8;
}


.flex-gap {
    gap: 10px;
}

.col-lg-3.nws {
    position: relative;
}

@media (min-width: 992px) {
    .col-lg-3.nws {
        flex: 0 0 auto;
        width: 24%;
    }
}

.read-more {
    position: absolute;
    bottom: 10px;
}

/* wishlist */
.pro-thumbnail img{
    width: 150px !important;
}
.textHeader{
    text-align: center;
    direction: rtl;
}