@font-face {
    font-family: 'ubuntu-arabic';
    src: url('../fonts/ubuntu-arabic.ttf')  format('truetype');
}

@font-face {
    font-family: 'ubuntu-arabic';
    src: url('../fonts/ubunt-arabic.ttf')  format('truetype');
}

* {
    font-family: "ubuntu-arabic","tajawal",sans-serif;
}

.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.f-ccc {color: #fff;}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*background: center no-repeat #fff;*/
    display:flex;
    align-items:center;
    justify-content:center;
}

.top-bar{
background:rgba(255,255,255,0.50);
  display: flex;
  justify-content: space-between;
  align-items: center;
    font-size:14px;
     padding:2px 0px;
     direction:rtl;
     border-radius:6px;
     margin:5px 5px;
     box-shadow:0px 0px 8px 0px #e1e1e1;
     
}

.title-store{
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  color:#888888;
}

.ti {
  margin-right: 10px;
  color:#888888;
}
.return-home {
    position: absolute;
    top: 140px;
    right: 40px;
}
.return-home .box {
    background:#eee;
    color: #444;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.return-home p {
    color: #fff;
    font-weight: 600;
}

canvas#theme {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: -1;
    min-height: 100vh;
}

#product-slider {
    color: #fff;
}
#product-slider p {
    margin-bottom: 0;
    font-size: 20px;
}
#product-slider i {
    font-size: 25px;
}

#front #products-container {
    border: 0px solid #aaa;
    border-top:0;
    padding: 5px 5px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 60px;
    background-color: #ffffffc5;
    padding-top: 5px;
}
#front #products-container #search-div {
    border-radius: 20px;
    background-color: #c9c9c9;
    padding: 0px;
    border: 0px solid #aaa;
}
#front #products-container #search-addon {
    background: none;
    border: none;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

#front #products-container #search {
    border-radius: 18px;
    font-size: 12px;
    border:none;

}
#front #products-container .item {
    border: 0px solid #aaa;
    border-radius: 10px;
    margin: 3px 0;
    padding: 10px 10px;
    background: #cc2b5e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #753a88, #cc2b5e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #753a88, #cc2b5e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#front #products-container .box {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
#front #products-container h3 span {
    background-color: #999999;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 5px;
    display: block;
    width: 98%;
    margin: auto;
}
#front #products-container .details-border {
    font-size: 8px;
}
#front #products-container .details-border {
    border: 0px solid #ffffff;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 5px;
    padding: 2px 6px;
    direction: ltr;
}
#front #products-container .info {
    padding: 5px;
    margin: 5px 0;
    font-size: 12px;
    color: #ffeea3;
}
#front #products-container .info .info-desc {
    font-size: 10px;
}
#front #products-container .box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
}
#front #products-container.vertical .item {
    margin: 5px 5px 0px 0;
    padding: 10px 5px;
    width: 100%;
    display: flex;
    align-items: center;
}
#front #products-container.vertical .box {
    width: 140px;
    height: 80px;
}
#front #products-container.vertical .info {
    width: 100%;
    text-align: center;
}
#front #products-container.vertical #order_btn {
    width: 100px;
}


.login-tip {
    position: absolute;
    top: 50px;
    right: 10%;
    font-size: 9px;
    padding: 12px 8px;
    background-color: #fff;
    border: 2px solid #bbb;
    border-radius: 50%;
    z-index: 12;
    cursor: pointer;
}
/* .login-tip.gal-tip {
    right: 60px;
} */
.return-tip {
    position: absolute;
    top: 145px;
    right: 115px;
    font-size: 14px;
    padding: 4px 10px;
    background-color: #fff;
    border: 0px solid #999;
    border-radius: 3px;
    z-index: 12;
    cursor: pointer;
}
.login-tip a,.return-tip a {
    color: #444;
}

#front .banner {
    height: auto;
    width: 100%;
}
#front .banner img {
    height: auto;
    width: 100%;
}

#front .logo {
    position: absolute;
    top: 110px;
    width: 90px;
    height: 90px;
    right: 5%;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0px;
}
#front .logo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

#front #social-container {
    display: flex;
    border: 0px solid #aaa;
    border-top: 0;
    padding: 15px 20px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 60px;
    background-color: #fffffff0;
    padding-top: 5px;
    flex-wrap: wrap;
}

#front #social-container .item {
    border: 0px solid #aaa;
    border-radius: 10px;
    margin: 3px 0;
    text-align: center;
    background: #cc2b5e;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #753a88, #cc2b5e);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #753a88, #cc2b5e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#front #social-container .box {
    padding: 2px;
    border: 0px solid #eee;
    width: 65px;
    height: 65px;
    margin: 8px 10px 5px 10px;
    display: inline-block;
}
#front #social-container .info {
    padding: 5px;
    height: 70px;
    margin: 11px 5px 0px 10px;
    font-size: 18px;
    color: #ffffff;
}
#front #social-container .info p {
    margin-bottom: 2px;
    font-size: 14px;
}
#front #social-container .circle {
    border-radius: 50%;
}
#front #social-container .square {
    border-radius: 5px;
}
#front #social-container .box img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

#front .vertical {
    flex-direction: column;
}


footer {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 7px 0;
}

footer p,footer span {
    margin-bottom: 0;
    font-size: 13px;
}

@media screen and (max-width:480px) {
    #front .banner {
        height: auto;
    }
    #front #social-container .item {
        padding: 10px !important;
    }
    #front #social-container .info {
        margin: auto;
        height: unset !important;
        font-size: 14px;
    }
    #front #product-slider .info p {
        font-size: 16px;
    }
    #front #social-container .info p {
        margin-bottom: 0;
    }
    #front #social-container.vertical .item {
        width: 100% !important;
    }
    #front .logo {
        position: absolute;
        top: 25px;
        width: 60px;
        height: 60px;
        right: 18px;
    }
    #front #products-container h3 span {
        width: 98%;
    }
    #front #products-container {
        padding: 5px 5px;
    }
    #front #products-container .info {
        font-size: 10px;
    }
    #front #products-container .info-desc {
        font-size: 11px;
    }
    #front #products-container .box {
        height: auto;
    }
    .return-home {
        top: 110px;
        right: 30px;
    }
    #front #products-container.vertical .item {
        width: 100% !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #front #products-container.vertical .box {
        width: 228px;
        height: 98px;
        padding: 0 5px;
    }
    #front #products-container.vertical .info {
        width: 100%;
        text-align: center;
    }
    #front #products-container.vertical #order_btn {
        width: 50px;
        font-size: 10px;
    }
    .login-tip {
        top: 100px;
        right: 41px;
        padding: 4px 1px;
    }
}
