@charset "utf-8";
/* CSS Document */

/*the container must be positioned relative:*/
.customm-select {
  position: relative;
  
	color: #bbb;
}

.customm-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #bbb transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #bbb;
  padding: 9px 16px;
 
  min-height: 45px;
  cursor: pointer;
  user-select: none;
	border-radius: 1px;
	
	    box-shadow: none;
    border: 1px solid #fcfcfc;
    background: #fcfcfc !important;
    font-size: 16px;
	font-weight: 500;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}





#x {
background-color: #408cad;
    color: white;
    width: 85px;
    height: 86px;
    top: 45%;
    right: 79px;
    font-size: 40px;
    text-align: center;
    position: relative;
   border-radius: 100px;
	   
    transition: all 0.5s linear;
}
#x.active {
	    right: 292px;
	position: fixed;
	
}
.z {
	    position: absolute;
    top: 4px;
    right: -4px;
    font-weight: 900;
    background-color: #d60808;
    border-radius: 119px;
    width: 28px;
    font-size: 17px;
}

	.ssa:hover {
   color: blue;
		font-size: 120%;
}

	#x:hover {
  
		font-size: 300%;
}

#cardd {
	width: 17%;
	height: 100%;
	background-color: #408cad;
	position: fixed;
    top: 0px;
    right: -324px;
    z-index: 2000000;

	transition: all 0.5s linear;
	
}

#cardd.active {
	
	 right: -16px;
	    overflow: scroll;
overflow-x: hidden;
}


.aprice {
	    display: inline-block;
    padding: 7px;
    font-size: 19px;
    font-weight: 700;
    background: rgba(23, 23, 23, 0.5);
    color: white;
    position: absolute;
    top: 25px;
    left: 29px;
}

.img {

	position: relative;

}

.img img {
	padding: 17px;
    width: 100%;
}

.img span {
    position: absolute;
    background: rgba(23, 23, 23, 0.5);
    color: white;
    padding: 9px;
    bottom: 17px;
    margin-left: 16px;
    width: 90%;
    left: 0px;
}

.img button {
	    color: black;
    font-size: 36px;
    position: absolute;
    left: 243px;
    top: 13px;
    border: none;
    background-color: #f0f8ff00;
	cursor: pointer;
}

.table-ref{
  width: 100%;
  background: #cbcbcb;
  border: solid;
  border-style: ridge;
  position: relative;
}
.img-ref{
  width: 100%;
}
.content-ref{
  padding: 5px 45px;
  position: absolute;
  background-color: #0000006e;
bottom: 16px;
    width: 95%;
}
#mobilk {
    
    visibility :hidden;
    
    
}

.arama {
    position: absolute;
    right: 14px;
    color: white;
    z-index: -1;
    font-size: 18px;
    top: 13px;
    
    
}


.size {visibility: hidden;left: 10px;
    position: absolute;}
    .zkalp { top: 30px;}
    .kalp {padding:25px;}
@media only screen and (max-width: 600px) { 
    
  .arama {

    right: 45px;
    top:12px;

    
}  
    
    
#mobilk {visibility :visible; right: 137px;
   position: absolute;
	top: -14px;color: white;
    width: 85px;
    height: 86px;
   
    font-size: 46px;}
    .kalp {    padding: 11px;}
#cardd.active {
	
	   
    overflow: scroll;
    overflow-x: hidden;
   width: 99%;
    left: 5px;
}
	.img button {

    left: 270px;
   
}
	.img {margin-top: 36px;}
	#x {visibility:visible;position:fixed;right: 8px;transition:none;    width: 50px;
    height: 50px;font-size: 29px;
    top: 45%;}
#x.active {
    right: 148px;
   position: absolute;
	top: -14px;
	visibility:hidden;
}
	.img span {
   
    margin-left: 17px;
    width: 91%;
   
}
.mobilbtn {right:250px;top:2px;}

.xkalp {left:14px;top:10px;}
.zkalp { position: absolute;left:10px;top: 15px;}
.proper { top:10px;}
.allahim {position: absolute;
    top:-5px;    z-index: 1;}
}






















