@import url('./../bootstrap.rtl.min.css');
@import url('./../font.css');
@import url('./../root.css');
@import url('./../owl.carousel.css');
@import url('./../owl.theme.default.css');

body {
    font-family: 'shabnam';
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    direction: rtl;
   /*background-color: var(--white);*/
	background-color:#f5f5f5;

}
.logo{
    width: 200px;
}
a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style-type: none;
}

input,
textarea {
    color: var(--gray-text);
    border: 1px solid var(--border);
    outline: none;
}


section.header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.text-sm{	font-size: 14px !important;}
.search-box {
    width: 550px;
    position: relative;
}

.search-box input {
    margin-right: 50px;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.search-box a {
    position: absolute;
    color: var(--price-color);
    left: -39px;
    top: 7px;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left a {
    color: var(--price-color);
    margin-right: 30px;
    font-size: 14px;
}

.header-left a i {
    margin-left: 5px;
}

.borders {
    border: 1px solid var(--price-color);
    padding: 5px;
    border-radius: 5px;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    position: relative;
    z-index: 1000;
  
}

.category a {
    color: var(--price-color);
}


.menu li:hover {
        color: #fff !important;
        background-color: rgb(0 0 0 / .09) !important;
    }
	
.menu li>a:after {
        color: #fff !important;
        background-color:rgb(0 0 0 / .09) !important;
    }

.category a i {
    margin-right: 5px;
}

.sub-category-content {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 15px 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(13, 60, 95, 0.1);
    transition: opacity 0.3s ease;
    opacity: 0;
}

.category:hover .sub-category-content {
    display: block;
    opacity: 1;
    z-index: 1000;
}

.sub-category-content>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 15px;
    z-index: 1000;
}

.child-category-content {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: var(--white);
    padding: 5px;
    border-radius: 12px;
    z-index: 1000;

}

.child-category-content ul {
    line-height: 45px;
}

.border-b {
    border-bottom: 1px solid var(--red);
}

.sub-category-content>ul>li:hover .child-category-content {
    display: block;
}

.open-menu,
.close-menu {
    display: none;
    cursor: pointer;
}

.sub-category-content,
.child-category-content {
    display: none;
}

.adspic {

    height: 94%;
    width: 90%;

}

.category-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.category-item {
    cursor: pointer;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.category-item h5 {
    text-align: center;
}

.special-box {
  
    border-radius: 12px;

}

.special-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    border-bottom: 1px solid var(--white);

    padding: 15px;
}

.product-card {
    width: 250px;
    
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white);
    border-radius: 5px;
	height:270px;

}
.lastestnews .post1 a{
	
		color:#666;
}

 .lastestnews .post1>a:hover,
 .lastestnews .post1>a:focus {
     background-color: white;
     color: #5bb300;
 }
  .breadcrumb-container {
     margin: 40px 0;
 }

 .breadcrumb-container .breadcrumb-wrap {
     background: url(../../img/icon/bg_breadcrumb.jpg) no-repeat center center;
     text-align: center;
     padding: 10px 0;
 }

 .breadcrumb-container h1.breadcrumb_title {
     margin: 0;
     font-size: 20px;
     color: #333;
     margin-bottom: 10px;
     font-weight: 700;
     direction: rtl;
 }

 .breadcrumb-container h1.breadcrumb_title a {
     display: none;
 }

 .breadcrumb-container h1.breadcrumb_title li {
     list-style: none;
 }

 .breadcrumb-container h1.breadcrumb_title .navigation-pipe {
     display: none;
 }

 .breadcrumb {
     background: transparent;
     padding: 0;
     margin: 0;
     border: none;
     border-radius: 0;
     color: #5bb300;
     font-size: 14px;
     font-weight: 500;
     direction: rtl;
	 margin: 0 auto;
     
	display:inline;
 }
 .btn:hover, button:hover, .button:hover, input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover
Specificity: (0,2,0)
 {
    background: #5bb300;
    color: #fff;
    outline: none;
}

.active>.page-link, .page-link.active {
	background-color:#333 !important;
	border-color:#333 !important;
}




 .breadcrumb a {
     color: #777;
     font-size: 14px;
     font-weight: 500;
     margin: 0px;
 }

 .breadcrumb a li.depth1 {
     display: none;
 }

 .breadcrumb .navigation_page {
     color: #5bb300;
     font-size: 14px;
     font-weight: 500;
     margin: 0px;
 }

 .breadcrumb .navigation_page li.depth1 {
     display: none;
 }

 .breadcrumb a:hover {
     color: #5bb300;
 }

 .breadcrumb .navigation-pipe {
     font-size: 0;
     display: inline-block;
     width: 30px;
     position: relative;
     background: transparent;
     margin: 0;
 }

 .breadcrumb .navigation-pipe:before {
     content: "\f104";
     font-family: Fontawesome;
     color: #777;
     font-size: 14px;
 }

 .breadcrumb>* {
     display: inline-block;
 }

 .rtl .breadcrumb li {
     margin: 0 0 0 5px;
 }

 .rtl .breadcrumb li:before {
     left: auto;
     right: 1px;
     border-color: transparent #ddd transparent transparent;
 }

 .rtl .breadcrumb li:after {
     left: auto;
     right: 0;
     border-color: transparent #fff transparent transparent;
 }

 .rtl .breadcrumb li a:before {
     left: -27px;
     right: auto;
     border-color: transparent #ddd transparent transparent;
 }

 .rtl .breadcrumb li a:after {
     left: -24px;
     right: auto;
     border-color: transparent #fff transparent transparent;
 }

 .rtl .breadcrumb li.home {
     margin: 0 0 0 2px;
 }

 .rtl .breadcrumb li.home a:before {
     border-color: transparent #5bb300 transparent transparent;
 }

 .rtl .breadcrumb li:hover:before {
     border-color: transparent #5bb300 transparent transparent;
 }

 .rtl .breadcrumb li:hover a:before {
     border-color: transparent #5bb300 transparent transparent;
 }

 .rtl .breadcrumb li:last-child {
     margin: 0 0 0 20px;
 }
.product-body{
    width: 100%;
}
.product-body p{
    direction: rtl;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    overflow: hidden;
    margin-top: 5px;
    color: var(--black);
    overflow: hidden;
    padding: 10px;
}
.lastestnews .post {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px;
    list-style: none;
	min-height:460px;
}
.lastestnews .post1 {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px;
    list-style: none;
	 
}
.lastestnews .post-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.lastestnews .post-inner .post_image {
    width: 50%;
    padding: 0 10px
}

.lastestnews1 .post-inner1 .post_image1 {
    width: 100%;
    padding: 0 10px
}

.lastestnews .post-inner .post_content {
    width: 50%;
    padding: 0 10px
}

.lastestnews1 .post-inner1 .post_content1 {
    width: 100%;
    padding: 0 10px
}

.lastestnews .owl-controls {
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 5;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff
}

.lastestnews .owl-controls .owl-nav .owl-prev,
.lastestnews .owl-controls .owl-nav .owl-next {
    width: 35px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 46px;
    text-align: center;
    z-index: 1;
    cursor: pointer
}

.lastestnews .owl-controls .owl-nav .owl-prev:before,
.lastestnews .owl-controls .owl-nav .owl-next:before {
    content: "";
    font-family: "Fontawesome";
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.lastestnews .owl-controls .owl-nav .owl-prev:before {
    content: "\f060"
}

.lastestnews .owl-controls .owl-nav .owl-next {
    position: relative
}

.lastestnews .owl-controls .owl-nav .owl-next:before {
    content: "\f061"
}

.lastestnews .owl-controls .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #ddd
}

 .contact-infos ul.list-contact {
     padding: 8px 0 0;
 }

 .contact-infos ul.list-contact li {
     min-height: 30px;
     margin-bottom: 10px;
     position: relative;
     padding: 0px;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
 }

 .contact-infos ul.list-contact li.phone span {
     font-size: 22px;
     font-weight: 600;
     color: #5bb300;
 }

 .contact-infos ul.list-contact li.phone span.icon {
     font-size: 14px;
     font-weight: 400;
     color: #555;
 }

 .contact-infos span {
     display: inline-block;
     vertical-align: middle;
     color: #555;
     font-size: 14px;
     font-weight: 400;
     line-height: 30px;
 }

 .contact-infos span.icon {
     width: 22px;
     color: #333;
     font-size: 12px;
 }

 .contact-infos span label {
     font-size: 14px;
     color: #555;
     font-weight: 500;
     margin: 0px;
     min-width: 76px;
     vertical-align: middle;
 }

 .contact-infos span a {
     text-decoration: underline;
 }
  .footer-social .socials>a:hover {
     color: #5bb300;
 }

 .footerTop .footer-social .socials>a:hover {
     background-color: #5bb300;
     color: white;
 }
 .footerTop .footer-social .title {
    display: none
}

.footerTop .footer-social .socials {
    padding: 2px 0;
    text-align: right;
    border: 0;
    font-size: 0
}

.rtl .footerTop .footer-social .socials {
    text-align: left
}

.footerTop .footer-social .socials>a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.3s ease
}
.product-img{
    padding-top: 5px;
    direction: rtl;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-footer {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 5px;
}
.product-img img{
    width: 100%;
    height: 100%;
}


.lg-box {
    background-color: rgb(223, 225, 232);
    padding: 10px;
    border-radius: 8px;
    position: relative;
}

.lg-box-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
}

.lg-box-title svg {
    position: absolute;
    top: -12px;
}
.lg-box-title img {

}

.lg-box-title h5 {
    z-index: 999;
    position: absolute;
    top: -20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--price-color);
}

.lg-box-title a {
    color: var(--price-color);
}

.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 10px;
}

.owl-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div1 {
    grid-area: 1 / 1 / 5 / 2;
}

.div2 {
    grid-area: 1 / 2 / 3 / 4;
}

.div3 {
    grid-area: 1 / 4 / 3 / 5;
}

.div4 {
    grid-area: 3 / 2 / 5 / 3;
}

.div5 {
    grid-area: 3 / 3 / 5 / 5;
}

.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.post-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.post-box h5 {
    font-size: 12px;
}

footer a {
    color: var(--price-color);
    font-size: 14px;
}

footer ul {
    line-height: 30px;
}

footer img {
    width: 73px;
    height: 100px;
}

@media (max-width: 768px) {
    header {
        position: relative;
    }

    .open-menu,
    .close-menu {
        display: block;
        cursor: pointer;
    }

    .open-menu {
        position: absolute;
        top: 71%;
        right: 28px;
    }

    section.header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .search-box {
        width: 100%;
        position: relative;
        margin-top: 10px;
    }

    .search-box a {
        position: absolute;
        color: var(--price-color);
        left: 9px;
        top: 7px;
    }

    .search-box input {
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 40px;
        border-radius: 8px;
        border: 1px solid var(--border);
        font-size: 14px;
        padding: 5px;

    }

    .header-left {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0px;
        margin-top: 10px;
        justify-content: end;
    }

    .navbar {
        display: none;
        position: fixed;
        background-color: var(--white);
        width: 60%;
        top: 0;
        border-left: 1px solid var(--border);
        z-index: 999;
        height: 100%;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: var(--price-color) transparent;
    }


    .navbar::-webkit-scrollbar {
        width: 6px;
    }

    .navbar::-webkit-scrollbar-track {
        background: transparent;
    }

    .navbar::-webkit-scrollbar-thumb {
        background-color: var(--price-color);
        border-radius: 10px;
        transition: background 0.3s ease;
    }

    .navbar::-webkit-scrollbar-thumb:hover {
        background-color: #444;
    }

    .menu {
        display: flex;
        flex-direction: column;
        padding: 0px;
        margin: 0px;
        line-height: 50px;
    }

    .sub-category-content {
        position: unset;
    }

    .sub-category-content>ul {
        display: flex;
        flex-direction: column;
    }

    .child-category-content {
        position: unset;
    }

    .sub-category-content>ul>li:hover .child-category-content {
        display: none;
    }

    .category:hover .sub-category-content {
        display: none;

    }

    .hide {
        display: none;
    }


    .special-box-title {
        display: flex;
        flex-direction: column;
    }

    .lg-box-title svg {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .lg-box-title h5 {
        position: absolute;
        top: -24px;
        right:40%;
        font-size: 17px;
        font-weight: bold;
        z-index: 10;
        color: var(--price-color);
    }

    .lg-box-body {
        padding: 38px;
        margin-top: 20px;
    }

    .lg-box-title img {
        position: absolute;
        right: 41%;
        z-index: 999;
        width: 80px;
        top: -12px;
    }

    .lg-box-title a {
        position: absolute;
        font-size: 12px;
        left: 12px;
        color: var(--price-color);
        font-weight: bold;
    }

    h6 {

        font-size: 14px;
    }

    @media (max-width: 768px) {
        .parent {
            display: grid;
            grid-template-columns: repeat(2, 1fr);

            grid-auto-rows: minmax(120px, auto);
            gap: 8px;
        }

        .div1 {
            grid-area: 1 / 1 / 3 / 2;
        }

        .div2 {
            grid-area: 1 / 2 / 2 / 3;
        }


        .div3 {
            grid-area: 2 / 2 / 3 / 3;
        }


        .div4 {
            grid-area: 3 / 1 / 4 / 2;
        }

        .div5 {
            grid-area: 3 / 2 / 4 / 3;
        }

    }

    .adspic {
        height: 82%;
        width: 90%;
    }
}

@media only screen and (min-width:769px) and (max-width:1030px){

    .search-box {
        width: 330px;
        position: relative;
    }
    .adspic {
        height: 90%;
        width: 90%;
    }
    .lg-box-title h5 {
        position: absolute;
        top: 0px;
        right: 24px;
        font-size: 17px;
        font-weight: bold;
        z-index: 10;
        color: var(--price-color);
    }
}