﻿:root {
  --main-color1: #00bcd4;/*#009688; */
  --main-bottong:#ffeb3b;
  --main-title:#0303b7;  
  --main-footer:#000000;
  --main-disabled: #9e9e9e;
}
@font-face {
    font-family: myFirstFont;
    src: url(DroidKufi-Regular.ttf);
    font-weight:normal;
}
html {
	font-size:14px;
	direction: rtl;
}
@media (max-device-width:768px){
	html {font-size:16px;}
}
@media (max-device-width:480px){
	html {font-size:16px;}
}

body {
	font-family: "myFirstFont", "Segoe UI" , "Arial", "Helvetica";
	padding: 0px;
	font-size: inherit;
	margin: 0px;
}

a{text-decoration: none;color:black;}
a.disabled{pointer-events:none;cursor:default;color: var(--main-disabled);}
input{
    width: 100px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border-style: groove;
	font-family: "myFirstFont", "Segoe UI" , "Arial", "Helvetica";
}
input:focus{
    border-width: 3px;
    border-style: ridge;
    border-color: #0303b7;
}
inputEntry {
    width: 300px;
    border: 1px solid #ccc;
}
input.passwordEntry {
    width: 300px;
    border: 1px solid #ccc;
}
select{
    width: 300px;
    border-radius: 5px;
	border-style: groove;
}
select:focus{
    border-width: 5px;
    border-style: ridge;
    border-color: #3c64f7;
    padding: 5px 10px 5px 10px;
	border-color: #0303b7;
}
textarea{
	width: 300px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}
textarea:focus{
    border-width: 5px;
    border-style: ridge;
    border-color: #0303b7;
}
input[type="radio" i] {width:auto;}
input[type="file" i] {width:auto;}

table{margin: auto; border-spacing: 3px;}
th {
	border-width: 2px;
	border-style: solid;
	border-color: #0000FF;
	background-color: #9e9e9e;
	font-weight: bold;
	text-align: center;
}
tr {margin: 4px; padding: 7px;}

h1{
	font-size: 1.4em;
    font-weight: bold;    
    color: var(--main-title);
    padding: 5px;
    margin: 10px 0px 5px 0px;
    border-radius: 2px;
    overflow: hidden;
}

h2{
	font-size: 1.2em;
    font-weight: bold;
	color: var(--main-title);
    padding: 5px;
    margin: 10px 0px 5px 0px;
    border-radius: 2px;
    line-height:1.3em;
    overflow:hidden;
}
h2 a{
	text-decoration:none;
}

h3{
	font-size: 1em;
    font-weight: bold;
    text-align: right;
	color: var(--main-title);
    padding: 2px;
    margin: 5px 0px 3px 0px;
    border-radius: 3px;
}
h3 a{text-decoration:none;}

.hovertable {border-collapse: collapse;}
.hovertable thead {	
	overflow: auto;
	text-align: center;
	font-weight: bolder;
}
.hovertable td {padding: 7px;border: #c6e5fd  1px solid;}
.hovertable tr{/*background: #a9ff0059;*/}
.hovertable tr:nth-of-type(odd) {background-color:#fdfde9;}
.hovertable tr:hover {background-color:#ffff77a3;}

.remark {
	background-color: #ffffd9;
    padding: 10px;
    text-align: center;
    box-shadow: 1px 1px 2px 1px #e9e9e9;
}

.card {
	padding: 3px;
	border:1px solid #e5e5e5;
	border-radius: 5px; 
	margin:10px 5px;
}
.col-1{
 	vertical-align:top ;
	margin: 0px;
	padding:10px 10px 10px 10px;
}
@media (max-device-width:768px){
	.col-1{
		width:100%;
		margin: 0px;
		padding:0px;
	}
}

.col-4{
	display:inline-block;
	width: calc( 25% - 23px );/* 23%*/
 	vertical-align:top;
	padding: 0px;
}
@media (max-device-width:768px){
	.col-4{
		width: calc( 50% - 15px);
		min-width:45%;
	}
}

.col-45{
	display:inline-block;
	width: calc( 23% - 15px );/* 23%*/
 	vertical-align:top;
	padding: 0px;
}
@media (max-device-width:768px){
	.col-45{
		width: calc( 40% - 15px);
		min-width:35%;
}}

.panel_tab{padding: 2px; text-decoration: none;}
@media (max-device-width:768px){
.panel_tab{	margin:10px; padding: 0px;}
}

.bannerbar{
	height:50px; 
	background-color: var(--main-color1);
	position: sticky; 
	top: 0px;  
	box-shadow: 0px 0px 4px #807d7d; 
	padding:5px;
	z-index:1000;
	direction: rtl;
}
@media (max-device-width:768px){
	.bannerbar{	}
}
.banner_icon{
    background-color: var(--main-color1);
    color: #ffffff;
    text-decoration: none;
    padding: 2px;
    border-radius: 20px;
    font-weight: 900;
    margin:0px 3px;
    white-space:nowrap;
    height:30px;
    text-align:left;
    display:inline-block;
    vertical-align: top;
    }
.banner_icon a{
	color: #ffffff; 
	text-decoration:none ;
}
.banner_icon img{
	height :35px; 
	width :35px; 
	padding:0; 
	border-style: none;
	border-radius: 20px;
}

@media (max-device-width:768px){
	.banner_icon{
		margin:0px;
		width: 50px;
	}
}
.banner_icontext{
	width:auto; vertical-align: top; padding: 0px 3px; border-style: inset; border-width: 0px 0px 3px 0px; border-color: white; border-radius: 0px;
}

.ratiokeep{
	border-radius: 5px;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}
.ratiokeep img{	
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	object-fit: contain;
    height: 100%;
    width: 100%;    
}

.ratiokeep h1{
	margin:0px;
}

/*.ratio10{padding-bottom: 10%;}*/
/*.ratio25{padding-bottom: 25%;}*/
/*.ratio75{padding-bottom: 75%;}*/
.ratio100{padding-bottom: 100%;}
/*.ratio141{padding-bottom: 141%;}*/

.explaintext {}
.explaintext a{text-decoration:underline;}

.imgcover{
	width: calc( 100% - 3px);
    object-fit: cover;    
    object-position: top;
    margin-top: 2px;
    border-radius: 5px 5px 0px 0px;}

.menutog{
	display:none;
	width:180px;
	position:absolute;
	top:55px;
	left:10px;
}

.menu3bar{
	position:absolute;
	top:5px;
	left:10px;
	padding:5px;
	display:inline-block;
	width:auto;
}

.tagdiv{
	box-shadow: 0 0 1px 1px #b2b3b2;
    display: inline-block;
    margin: 5px;
    padding: 2px 10px;
    background-color: #f8f8ff;
    border-radius: 5px;	
}

.buttonfull{
	/*width: calc( 100% - 40px );*/
	margin-top:20px;
    padding: 10px;
    font-size: 24px;
    font-weight: 900;
    background-color: var(--main-bottong);
    color: black;
    border-style: none;
}
input[type="submit"]:disabled{
	background-color: var(--main-disabled);
}

.menu_right_item{		
	font-size: 1.2em;
    /* display: inline-block; */
    /* width: 90%; */
    background-color: var(--main-color1);
    padding: 2px;
    border-radius: 5px;
    /* font-weight: 900; */
    /* vertical-align: top; */
    margin: 1px;
    /* box-shadow: 2px 2px 4px black; */
    text-align: center;
    color: white;
}
.menu_right_item a{	color:white;}
.menu_right_item img{vertical-align: middle;}

.count_red{
	position: relative;
    left: 20px; 
    background-color: red;
    display: inline-block;
    padding: 3px;
    border-radius: 20px;
	/*height: 15px;
    width: 15px;*/
    text-align: center;
    font-weight: 900;
    color: white;
}

.title_category {
    color: white;
    /*direction: rtl;*/
    background-color: var(--main-color1);
    /*text-align: right;
    line-height: normal;*/
    margin: 10px 0px 0px 0px;
    padding: 0 10px;
    font-size: 18px;
    /*display: block;*/
    font-weight: bold;
}

.discountitemdescription{
	box-shadow: 3px 3px 1px 1px #b2b3b2;
    display: inline-block;
    margin: 5px;
    padding: 2px 10px;
    background-color: #e91e63;
	color: white;
    /*border-radius: 5px;	*/
	font-weight: 900;
}

.tipsitemdescription{
	box-shadow: 3px 3px 1px 1px #b2b3b2;
    display: inline-block;
    margin: 5px;
    padding: 2px 10px;
    background-color: #0ef90082;
	color: black;
    /*border-radius: 5px;	*/
	font-weight: 900;
}

.price{
	font-size: 2.5em;
    font-weight: bold;
    text-align: right;
    color: var(--main-color1);
    padding: 2px;
    margin: 5px 0px 3px 0px;
    border-radius: 3px;
}

.priceold{
    color: #9e9e9e;
    font-size: .9em;
    display: inline-block;
    text-decoration: line-through;    
}

.tree {font-size: 0.9em;}
.tree a{font-size: small;}

.pagenumber{	
	padding: 10px;
    display: inline-block;
    color: #0303b7;
    background-color: #ffffffe8;
    border-style: solid;
    border-radius: 5px;
    min-width: 20px;
    text-align: center;
}
.maintag{
	font-size: 16px;
    display: inline-block;
	/*width:200px;*/
    background-color: var(--main-color1);
    padding: 2px 2px 2px 15px;
    border-radius: 50px;
    font-weight: 900;
    margin: 1px;
    /*text-align:center;*/
	overflow: hidden;
}
.maintag a{color:white;white-space: nowrap;}
.maintag img{
	vertical-align: middle;
	height: 2em; 
	border-radius: 50%;
	margin-left: 0px;
}

.rankbtn{
	border-color: white;
    border-style: hidden;
    width: 50px;
    height: 50px;
    font-weight: 900;
    background-color: #ffeb3b;
    box-shadow: 1px 1px 0 1px #b2b2b2;
    margin: 3px;
	border-radius: 50%;
}

.discountover{
	/*position: absolute;
    top: 5px;
    left: 5px;
    z-index: 7;*/
	background-color: #ff0000;
    color: white;
    font-weight: 900;
	padding: 1px 5px;
    border-radius: 50px;
	margin: 1px;
}
.tipsover{
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 7;
	background-color: #0ef90082;/*#01010182;*/
    color: black;
    font-weight: 900;
	padding: 2px 10px;
    border-radius: 50px;
	white-space: nowrap;
}

.titleover{
	/*position: absolute;*/
    /*bottom: 5px;*/
    right: 5px;
    z-index: 7;
	/*background-color: var(--main-color1-light);*//*#01010182*/
    color: black;
    font-weight: 900;
	padding: 2px 10px;
    border-radius: 0 0 10px 10px;
	height: 4em;
    margin: 0;
	overflow: hidden;
	text-align: center;
}

.cartin{
	white-space: nowrap;
    display: inline-block;
    margin-left: 30px;
}

.footer{
	background-color: var(--main-footer); color: #545353;  margin: 0px; font-size:small ; direction: rtl;
	/*position:absolute; bottom:0px; width:100%;*/
}
.divscroll{
	/*width: auto;
    height: auto;*/
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: scroll;
}

.carttitle{
	font-weight: 900;
	font-size: 1.5em;
}
.cartprice{
	font-size: 1.5em;
    font-weight: bold;
    text-align: right;
    color: var(--main-color1);
    padding: 2px;
    margin: 5px 0px 3px 0px;
    border-radius: 3px;
}

.cartimg{
	display:inline-block; vertical-align: top; width:300px; height:300px;
	object-fit: contain;
	
}
.cartinfo{
	display: inline-block;
    width: calc(100% - 330px );
	min-width: 300px;
	padding:10px;
}
.cartqty{
	border-width: 0px;
    margin: 0px;
    width: 70px;
	font-size: 1.2em;
    text-align: center;
}
.cartqtybtn{
	border-width: 0px;
    margin: 0px;
	width: 50px;
    height: 50px;
    border-radius: 5px;
    font-size: 2.5em;
	vertical-align: bottom;
}

.cartrecy{
	width: 50px;
    height: 50px;
	text-align: left;
	vertical-align: bottom;
	display: inline-block;
	left: 20px;
    position: absolute;
}
.tipsdis{
	position: absolute;
    top: 5px;
    left: 5px;
    z-index: 7;
	text-align: center;
}
.options{
	padding: 2px 10px 10px 10px;
    margin: 5px 0px 0px 5px;
    text-decoration: none;
    color: black;
    text-align:left;
    overflow:hidden;
}
.options a{
	text-decoration: none;
	color: black;
	padding: 2px 10px 2px 10px;
    margin: 5px 0px 0px 5px;
    text-decoration: none;
    border-style: outset;
    border-width: 0px 0px 3px 0px;
    border-color: #88f2ff;
    text-align:left;	
    white-space: nowrap;
}

.btn{
	width: 100px;
    background-color: var(--main-bottong);
    color: black;
}

.description{}

