/**
@author :hosein bahmani
phone: 09394892100
website:doctorphp.net

**/
body{
    font-family: sans-serif;
}
.top-menu{
    width: 100%;
    padding: 10px;
    transition: height .2s ease, max-height .2s ease;
    background-color: rgba(64,30,65,1);
    position: relative;
    z-index: 100;

}
.menu{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin:0;

}
.menu li{
    list-style: none;

}
.menu li.has-children > a:after{
    margin-left: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: clamp(12px, 66%, 18px);
    content: "\f063";
    font-family:fontawesome;

}

.menu li a{
    color: white;
    text-decoration: none;
    padding: 0 10px;
}
.menu .has-children .products{
    position: absolute;
    background-color: rgba(64,30,65,1);
    width: 900px;
    left: -100px;
    top: 73px;
    height: 423px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;

}
.menu .has-children:hover .products{

    opacity: 1;
    visibility: visible;
}
.menu .has-children .products .category-list{
    width: 200px;
    padding: 0;
}

.menu .has-children .products .category-list li .category:after{
    margin-left: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: clamp(12px, 66%, 18px);
    content: "\f061";
    font-family:fontawesome;
    position: absolute;
    top:14px;
    right:21px;
}
.category-list li:hover .sub-category{
    visibility: visible;
    opacity: 1;
}

.menu .has-children .products .category-list li a{
    position: relative;
    display: block;
    padding: 10px;
    color: white;    
    padding: 10px 28px;
}

.menu .has-children .products .category-list li a:hover{
    background: black;

} 
.sub-category{

    position: absolute;
    left: 195px;
    top: 5px;
    visibility: hidden;
    opacity: 0;
    width: 78%;
    height: 98%;
    background: black;
    transition: all 0.5s ease-in-out;


}
.sub-category ul{
    padding: 0;
    width: 200px;
    overflow: hidden;


}
.sub-category ul li a:hover{
    background-color: #eee;
}
.sub-category .right{
    position: absolute;
    top: 0;
    left: 204px;
    top: 25px;
}
.sub-category .right img{
    width: 80%;
    height: 100%;
}

/**slider**/

.carousel-caption{
    padding: 10px;
    background: rgba(0,0,0,0.2);
    bottom: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
    background: #680081;
    padding: 0px;
    width: 56px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media{
    position: absolute;
    display: flex;
    width: 29px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    float: right;
    margin: 10px 0 0 0;
    right: 0;
    top:-250px;
    z-index: 100;

}

.social-media a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px;
    background: #72767a;
    color: white;
    direction: rtl;
    width: 33px;
    gap:18px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;


}
.social-media a:hover{
    width: 200px;
}
.social-media a i{
    font-family: fontawesome;
    width: 25px;
}

/**slider**/

/**topcategoris**/
.topcategories{
    margin-top: 100px;
    background: #dadada40;
    padding: 30px 0;
}

.header-title{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgba(0,0,0,0.3);

    margin: 0;

}
.header-title h4{
    font-weight: 500;
    font-size: 22px;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    margin: -2px;

}
.topcategories .item{
    padding:20px 0;
}
.topcategories .item a{
    display: flex;
    flex-direction: column;
    gap:10px;
    text-decoration: none;
    align-items: center;
}
.topcategories .item a img{
    border-radius: 7px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.topcategories .item span{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    width: 200px;
}

.img-hover-zoom {
    height: 200px; /* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
    border-radius: 7px;

}
.img-hover-zoom--quick-zoom img {
    transform-origin: 0 0;
    transition: transform .25s, visibility .25s ease-in;
}

/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
    transform: scale(1.5);
}

/**end of topcategoris**/


/**section**/

.section{
    margin:20px 0;
    padding: 20px 0;
}
.section .column{
    display: flex;
    flex-direction: column;
    text-align: justify;
    line-height: 35px;
    height: 400px;


}
.section .column div{
    text-overflow:ellipsis;
    overflow: hidden;
}
.section .column img{
    height: 300px;
}
.section .column h2{
    font-size: 20px;
}
.section .column h3{
    font-size: 30px;
}
/**end of section**/

/**start of products**/
.products-list{
    padding:10px 0;
    margin:20px 0;
}
.products-list .column-2{
    border: 1px solid;
    padding: 10px;
    border-radius: 11px;
}
.products-list .item .hot{
    padding: 10px;
    position: absolute;
    color: white;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    border: 1px solid red;
    background: red;
}
.column  .item-prod{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:10px;
    position: relative;
    padding:10px 0;
}

.column  .item-prod .desc{
overflow: hidden;
    height: 125px;
}
.column .item-prod img{
    width: 100%;
    border-radius: 8px;
    height:150px;

}

.star-rating{
    position: relative;

}
.column .item-prod span a{
    text-decoration: none;
    background-color:#680081;
    color:white; 
    border:1px solid;
    padding:10px;
    transition: all .3s ease-in-out;
}
.column .item-prod span a:hover{
    color:black;
    background:#fff;
}
.column .item-prod a:hover{
    color: grey;
}
.star-rating:before{
    content: "\f005" "\f005" "\f005" "\f005" "\f005";

    text-indent: 0;
    color: #EABE12;
    font-family: fontawesome; 

}
/**end of products**/


/** inspiration **/

.index-inspiration{
    margin:20px 0;
}
.index-inspiration .inspiration-content{
    margin: 10px 0;
}
.index-inspiration .inspiration-content a img{
    width:100%;
    height: 150px;
}
.index-inspiration .readmore{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-inspiration .readmore .primary-color{
    color: white;
    background: rgb(80,35,95);
}


/** inspiration **/


/**footer**/
.footer{
    background: rgba(64,30,65,1);
    padding:20px 0;
    position: relative;
}
.footer  .logo{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.footer  .logo img{
    width: 150px; 


}
.footer  .logo span{
    color: white;
    font-weight: bolder;
    font-size: 18px;
} 
.footer .bottom ul{
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 0;
}
.footer .bottom li{
    list-style: none;
    color: white;

}
.footer  .bottom li a{
    text-decoration: none;
    color:white;
}
.footer .bottom i{
    color: #cccccc;
    margin-right:10px;
    font-family: fontawesome;
}
.footer .top h3{
    color:white;
}
.footer .copyright{
    display: flex;
    flex-direction: row;
    gap:20px;
    color:white;
    padding:10px 0;
    border-top:1px solid white;
    align-items: center;
    justify-content: center;
}

/**footer**/


/**responsive menu**/

.header-menu-left{
    width: 100%;
    height: 100%;
}
.header-menu-left a{
    display: flex;
    justify-content: right;
    height: 100%;
    align-items: center;
}
.header-menu-left a img{
    height: 100%;
    width: 100px;
}
.header-fixed{
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header-menu-responsive{
    display: flex;
    height: 43px;
    background: #680081;
    display: none;

}
.menu-responsive{
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 35px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    padding: 5px 0; 
    left:0;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.menu-responsive-fixed{
    position: fixed;
}
.menu-responsive.active{
    visibility: visible;
    opacity: 1;
    display: block;
    top: 10px;
    left: 0;
}

.menu-responsive .bar{
    display: block;
    width: 25px;
    height: 3px;

    margin:5px auto;
    background: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.menu-responsive.active .bar:nth-child(1){
    transform: translateY(8px) rotate(45deg);
}
.menu-responsive.active .bar:nth-child(2){
    display: none;
    opacity: 0;
}
.menu-responsive.active .bar:nth-child(3){
    transform: translateY(0) rotate(-45deg);
}

.mobile-menu{
    direction: rtl;
    opacity: 0;
    visibility: hidden;
    display:none;

    transition: all .3s ease-in-out;


}
.mobile-menu.active{
    opacity: 1;
    visibility: visible;
    display:block;

}
.menu-bg{
    position: fixed;
    width:100%;
    height: 100%;
    width:100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
    transition: all 0.3s ease-in-out;

}
.mobile-menu.active .menu-body{
    left: 0;
    position: fixed;
    direction: ltr;
    text-align: left;

}
.mobile-menu .menu-body{
    left:-300px;
    position: absolute;
    width:300px;
    height: 100%;
    background: #fff;

    transition: all .3s ease-in-out;

    z-index: 100;
    top: 50px;


}
.mobile-menu .menu-body .menu1{
    margin: 10px 0 10px;

}
.mobile-menu .menu-body .menu1 .menu-title{
    width: 100%;
    height: 40px;
    background: #680081;
    font-size: 18px;
}
.mobile-menu .menu-body .menu1 .menu-title .title{

    height: 100%; 
    display: inline-block;


}
.mobile-menu .menu-body .menu1 .menu-title a{
    display: block;
    padding: 8px;
    color:#680081;
    text-align: left;
    text-decoration: none;
     

}
.mobile-menu .menu-body .menu-title .menu-bar-toggle{
    display: inline-block;
    width: 35px;
    height: 100%;
    float: left;
    cursor: pointer;
    padding: 5px 0;
}


.mobile-menu .menu-body .menu-title .menu-bar-toggle .bar{
    display: block;
    width: 25px;
    height: 3px;

    margin:5px auto;
    background: blueviolet;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}
.mobile-menu .menu-body .menu-list{
    width:100%;
}
.mobile-menu .menu-body .menu-list li{
    width: 100%;
    height:35px;
    border-bottom: 1px solid #d59a9a;
    font-size: 16px;
    font-weight: 500;
    list-style: none;

}
.mobile-menu .menu-body .menu-list li a{
    display: block;
    padding: 5px;
    text-decoration: none;
}
.menu1{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex-direction: column;
    justify-content: right;
    align-items: start;
}
header-menu-responsive{
    display: none;
}
/**responsive menu**/

/**page inspiration**/

.header{
    height: 300px;
    display: flex;

}
.header .content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: white;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header .content ul{
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 20px;

}
.header .content ul li{
    list-style: none;
    position: relative;
}
.header .content ul li:after{
    content: " > "; 
    width:10px;
    height: 10px;
    left:40px;


}
.header .content ul li:last-child::after { display: none; }
.header .content ul li a{
    color:white;
}

.content-header ul{
    padding: 10px 0;
    text-align: center;
}
.content-header ul li{
    list-style: none; 
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; 
}
.content-header ul li:hover{
    border: 1px solid;
    border-radius: 5px;

}
.content-load-inspiration{

    padding: 20px;
    transition: all .3s ease-in-out;
}
.content-load-inspiration a{
    padding: 2px;
    display: inline-block;
}
.content-load-inspiration a img{
    width:200px;
    height:150px;

}
/**end of page inspiration**/

/**start of style contact page**/
.form-group textarea{
    height: 150px;
}

/**end of style contact page**/
/**single page**/
.single-product{
    margin: 30px 0;
    padding: 10px 0;
}
.single-product .column-2{
width: 450px;
}

.owl-carousel{


}
.owl-carousel .owl-next span{
    position: absolute;
    top: 115px;
    right: 14px;
    color: black;
    font-size: 35px;
    color: white;
}
.owl-carousel .owl-prev span{
    position: absolute;
    top: 115px;
    left: 14px;
    color: black;
    font-size: 35px;
    color: white;
} 

.single-product .owl-carousel .owl-dots{
    display: none;

}
.owl-carousel .item img{
    width: 450px;
    height: 300px;

}

.owl-carousel .icon-lightbox{
    position: absolute;
    width: 200px;
    height: 200px;
    background: white;
}
.product-description{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-description .btn.enquery{
    width: 50%;
}
.product-description .tags {
    display: flex;
    flex-direction: column;
    gap:20px;


}
.product-description .tags .tagitem{

    display: flex;
    flex-direction: row;


}
.border-bottom-gray{
    border-bottom: 1px dashed #cccccc;
}
.justify-space-between{
    justify-content: space-between;
}
.product-description .tags span{


}
.product-description .tags .item {
    display: inline-block;
    padding: 10px 20px;
}

.product-description .tags .item a{
    text-decoration: none;
    padding: 0 10px;
}
.product-description .tags .item a i{
    font-family: fontawesome; 
}
.product-description .whatsapp{

    height: 64px;
    display: flex;
    background: #5cb85c;
    color: white;
    font-size: 21px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 color: white;
    text-decoration: none;
        transition: all 0.3s ease-in-out;
    
    
}

.product-description .whatsapp i{
    font-family: fontawesome;
    padding: 0 15px;
    font-size: 30px;
}
.product-description .whatsapp:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.modal-header .close{
    margin-top: -2px;
    top: 15px;
    right: 18px;
    position: absolute;
}
.form-inquery{
        display: flex;
    flex-direction: column;
    gap: 13px;
}
/**end of single page**/

/**generation class**/

.margin-top-0{
    margin-top: 0 !important;
}
.height-auto{
    height: auto !important;
}
.fade{
    opacity: 1;
}
.margin-1{
    margin:10px;
}
/**generation class**/

.tab-content{
    padding: 20px 0;
}





@media (max-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
    .top-menu{
        display: none;
    }
    .carousel-inner>.item>img{
        height:400px;
        width: 100%;
    }
    .menu-responsive{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-responsive{
        display: none;
    }

}
@media (max-width:480px)  { /* smartphones, Android phones, landscape iPhone */
    .top-menu{
        display: block;
    }
    .carousel-inner>.item>img{
        height:400px;
        width: 100%;
    }
    .menu-responsive{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-responsive{
        display: block;
    }

}
@media (max-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .top-menu{
        display: none;
    }
    .carousel-inner>.item>img{
        height:400px;
        width: 100%;
    }
    .menu-responsive{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-responsive{
        display: block;
    }

}
@media (min-width:602px) and (max-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .top-menu{
        display: none;
    }
    .menu-responsive{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header-menu-responsive{
        display: block;
    }


}
@media (min-width:802px)and(max-width:1025px) { /* big landscape tablets, laptops, and desktops */ 

    .menu .has-children .products{
        width: 600px;
    }
    .menu .has-children .right img{
        width: 80%;
        height: 80%;
    }
    .header-menu-responsive{
        display: none;
    }
}
@media (min-width:1026px)and(max-width:1800px) { /* hi-res laptops and desktops */ 
    .header-menu-responsive{
        display: none;
    }
}