﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Short+Stack');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');


html,
body {
    height: 100%;
    font-family: 'Tajawal', sans-serif;
    color:#6f6f6f;
    font-size:16px;
    font-weight:400;        
    background:#fff url('../images/bg.png') no-repeat fixed center center ;
    background-size: cover;
}


.menu-mobile
{
	display:none;
}
.menu
{
  position: fixed;
  right:0;
  min-height: 100%;
  padding-right:0;
  background-color:rgb(43 78 137);
}


.menu ul
{
	padding-right:0;
	text-align:right;
	margin-top:80px;
	font-size:13px;
	
}
.menu ul li
{
	 display:block;
	 padding:15px 15px 15px 5px;
	 border-bottom:1px #fbfbfb solid;
}

.menu-active
{
	 display:block;
	 padding:15px 5px;
	 background-color:rgb(165 211 150 / 23%);
	 border-top-left-radius: 50px;
     border-bottom-left-radius: 50px;
	 border-right:3px #0872b9 solid;
}
.menu-active a
{
	  font-weight:bold;
	  color:#0872b9 !important;
}

.menu ul li a
{
 color:#ffffff;
 font-weight:500;
}


.menu ul li a i
{
  margin-left:8px;
}

.text-margin
{
	margin-top:80px;
}
.text-margin2
{
	margin-top:80px;
	margin-bottom:30px;
}



.btn-header {
    display: inline-block;
    padding:8px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight:500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border:2px solid transparent;
    border-radius:3px;
}


.btn-more{
    color: #fff;
    background-color:#0872b9;
    border-color:#0872b9;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #bfbfbf;
    background-color: #eaf5e7;
    border-color:#0872b9;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white{
    color: #0872b9;
    background-color:#fff;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background-color: #afafaf;
    border-color:#fff;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.login
{	
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    box-shadow: 0px -2px 6px 2px rgb(0 0 0 / 20%);
    min-height:380px;
    margin-top:100px;

}

.login .logo
{
	text-align:center;

}

.login .logo img
{
    margin:auto;
}


#login
{
margin-top:30px;
}



/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    padding: 15px 35px 15px 15px;
    margin: 0 0 10px 0;
    width: 100%; /* 353 + 2 + 45 = 400 */
    border-bottom: 2px solid #0c7b95;
    border-left: 0px solid #ccc;    
    border-top: 0px solid #ccc;    
    border-right: 0px solid #ccc;
}

#username
{
    background:url('../images/username.png') no-repeat right center;
    
}

#password
{
    background:url('../images/password.png') no-repeat right center;
}

#inputs input:focus
{
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}


.new-account
{
	text-align:center;
	margin-top:15px;
}

.new-account a
{
	font-size:18px;
	color:#62a04d;
}


/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
    text-align:center;
}

#submit
{		
    background-color: #0872b9;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    
    border: 1px #0872b9 solid;

    padding:8px 35px;
    cursor: pointer;
    font-size:18px; 
    text-align:center;   
    color: #fff;
}

#submit:hover,#submit:focus
{		
    background-color: #62a04d;    
    border: 1px #62a04d solid;

}	

#submit:active
{		
     outline: none;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#submit::-moz-focus-inner
{
     border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}



.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #6d6e71;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #f2f2f2;
    border-radius:5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.top
{
		padding:10px 0;		
		background-color:rgb(43 78 137);
		position: fixed;
        width: 100%;    
        z-index: 999;
        border-bottom:1px #e9e9e9 solid;
}
h3 {
    color: white;
}

.top .logo img
{
    width: auto;
    margin: 0;
    height: 45px;
}



.top img
{
        width:300px;   
        margin:auto; 
}



.bg-inner
{
	background:#f5f5f5;
    position:fixed;
    top:0;
    bottom:0;    
    width: 100%;
}


.account
{
    background-color: #FFFFFF;
    border: 1px #CCCCCC solid;
    border-radius: 3px;
    padding: 10px 7px;
    height: 45px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.account img
{
	width:29px;
	height:29px;
	float:right;
	margin-left:15px;    
	margin-top: -3px;
}


.cart{
    position: relative;
    width: 29px;
    height: 28px;
    font-size: 18px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #252525;
    margin-left:15px;
}
.cart-no{
    position:  absolute;
    width: 20px;
    height: 20px;
    border-radius:20px;
    color:#FFFFFF;
    text-align:center;
    background-color:#0872b9;
    font-size: 12px;
    font-weight:bold;
    padding-top:2px;    
    top: -10px;
    left: -8px;
}

#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
    right: 0px;
    top:0px; 
    min-width: 400px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}

#cart_mini_form-title {
font-size:16px;
text-align: center;
text-transform:capitalize;

}



.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index:9999;
}





.cart2{
    position: relative;
    width: 29px;
    height: 28px;
    font-size: 18px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #252525;
}
.cart2-no{
    position:  absolute;
    width: 20px;
    height: 20px;
    border-radius:20px;
    color:#FFFFFF;
    text-align:center;
    background-color:#009fe3;
    font-size: 12px;
    font-weight:bold;
    padding-top:2px;    
    top: -10px;
    left: -8px;
}

#cart2_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;
    z-index:999;
    right: 0px;
    top:0px; 
    min-width: 400px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}

#cart2_mini_form-title {
font-size:16px;
text-align: center;
text-transform:capitalize;

}



.cart2:hover #cart2_mini_form {
    opacity: 1;
    visibility: visible;
    top: 40px;
    z-index:9999;
}


.bg-white
{
	background-color:#FFFFFF;
	padding:20px;
}



.title
{
	font-size:30px;
	margin:15px 0 30px 0;
	font-weight:600;
	text-transform:uppercase;
	color:#003764;    
	padding-bottom: 10px;
	border-bottom:1px #CCCCCC solid;
}


.product-banner
{
    background-color:#0d2f43;
  	 margin-top:0px;
  	 height:320px;
  	 margin-bottom:0px; 
  	 display: table;
  	 width:100%;
  	 position:relative;
  	 padding:0 15px;
  	 margin-bottom:10px;    
  	 border-radius:5px;
}


.product-banner .img
{
    position: absolute;
    left: 0;
    right: 0;    
    opacity: 0.5;
    width: 100%;
    margin: auto;
    height: 320px;
    line-height:320px;    
    border-radius:5px;
}


.product-banner .text
{
    text-align: center;
    color: #FFFFFF;
    position: relative;
    height: 100%;
    width:100%;
    display: table-cell;
    vertical-align: middle;
}


.product-banner .text .contact-title
{
 font-size:30px;
 font-weight:bold;
 text-transform:uppercase;	
 margin-bottom:30px;
 line-height:30px;
}



.product-banner .text .contact-text
{
 text-transform:none;	
 font-size:20px;
}

.product-banner .text .contact-text a
{
 text-transform:none;	
 font-size:20px;
 color:#FFFFFF;
}



#search-home 
{
    padding-top:10px;
    padding-bottom:10px;
}

#search-home .search-home {
    width: 100%;
    height:45px;
    background: #fff;
    position: relative;    
    border-radius:5px;
    padding-left: 45px;
    padding-right: 10px;
    border: 1px solid #fff;  
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    margin-bottom:15px;
}


#search-home .search-home input {
    width: 100%;
    background-color:#fff;
    border: 0;
    color: #898989;
    font-weight: 300;
    font-size: 15px;    
    margin-top: 0;
    height: 43px;   
    border-radius:5px;
}



#search-home .search-home button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    background: none;
    border: 0;
    color: #62a04d;
    cursor: pointer;
}


.gray-color
{
	background:#f5f5f5;
	padding:8px;
	font-size:16px;
	font-weight:600;
	border:1px #e0e0e0 solid;    
	color: #383838;
}


.red-color
{
    background: #d50606;
    padding: 8px;
    border: 1px #e0e0e0 solid;
    color: #ffffff;
}


.orange-color
{
    background: #e7ab0a;
    padding: 8px;
    border: 1px #e0e0e0 solid;
    color: #ffffff;
}

.green-color
{
    background: #62a04d;
    padding: 8px;
    border: 1px #e0e0e0 solid;
    color: #ffffff;
}

.container{
  display: block;
  position: relative;
  padding-right: 30px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#6d6e71;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius:2px;
  background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #0872b9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.overflow
{
	overflow:hidden;
}




strong {
    font-weight: normal;
}