﻿

/*::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/




body
{
font-family: 'neckar';
        color: #333;
  font-family: 'Cairo', sans-serif;
 
   
}
::selection {
    color: #FFF;
    background: #D22A30;
}
/*clear fix*/
.clearfix
{
      clear: both;
    display: block;
}
/* start navbar*/
.navbar
{
    margin-bottom: 0px;
    /*padding: 30px;*/
}
.navbar-default
{
    background: #FFF;
    border:none;
}
/* start Brand*/
.navbar-default .navbar-brand
{
 height:auto;  
}
.navbar-brand
{
    /*padding:15px 0 0 ;*/
    /*margin-top:px;*/
}
@media (min-width: 768px) {
    bootstrap-arabic.min.css:5 .navbar-nav > li > a {
        padding-top: 40px;
        padding-bottom: 15px;
    }
}
.fa
{
    font-size: 25px;
}
/* End Brand*/
/*  start navbar body */

.navbar-default .navbar-nav>.active>a:hover
{
   color:#000;
    background: #BEAF94;
      /*padding-top: 26px;*/
    /*padding-bottom: 29px;*/

}
.navbar-default .navbar-nav>li>a
{   color:#027cc5; 
    font-size: 14px;
    margin-top: 30px;
}
.dropdown-menu>li>a
{
    text-align:center;
}
 

/*
.form-control
{
  padding-top: 28px;
    padding-bottom: 28px;  
}
*/
.shop-search .fa
{
    font-size: 25px;
}


/*  end navbar body */
/* end navbar*/


/*start panlPhoto */    
.panlPhoto 
{
    position: relative;
}
.panlPhoto img
{ width:100%;
  height:auto;
 object-fit: cover;
    z-index: 35;
    overflow: hidden;
}


/*end panlPhoto*/

/*start Info About Us */


.lastNewsH2
{
    margin-top:60px;
    padding-right:15px;
    color:#027cc5;
}


/*End Info About Us */
/*Sections*/
.websiteSections i
{
    color:#FFF;
    font-size:80px;
    margin-top:60px
}
.websiteSections p
{
    color:#FFF;
    margin:10px;
    font-size:20px;
}
/*Sections*/
/* start SomeProudct*/

.SomeProudct
{
    margin-top: 30px;
}
.SomeProudct .item 
{
    margin-top: 30px;
}
.item .itemImage img
{
    width:210px;
    height: 260px;
    box-shadow:  10px 10px 10px #B9B9B9;
    border-radius: 2%;
    
}
 .item .itemInfo
{
    margin-top: 10px;
    margin-bottom: 20px;
}
 .item .itemInfo .name a
{
    font-size: 19px;
     color:#333;
}
 .item .itemInfo a:focus,   .item .itemInfo a:hover
{
    color:#333;
    text-decoration: none;
}
.item .itemInfo .type a
{
    color:#888;
}
.item .itemInfo  .type a:focus,   .item .itemInfo .type a:hover 
{
    color:#888;
}

/* End SomeProudct*/

/*start slider*/
.newestBookSlider
{
	height: 300px;
}
/*End slider*/

/*strat footer */

.footer h3
{
	color:#404040;
}
.footer ul
{
list-style: none;
padding-right: 0px;
}
.footer a
{
	color:#D5D5D5;
	
}
.footerList
{
	margin-bottom: 20px;
	
}
.footer .footerList a:focus ,.footer .footerList a:hover
{
	text-decoration: none;
	color:#404040;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}

.footerCopyRight
{
	margin-top: 30px;
	border-top: 1px solid #EEE;
	padding-top: 30px;
	
}
.footer .footerCopyRight ul li
{
	display: inline-block;
}
.footer .footerCopyRight ul li:not(:last-child):after
{
	 content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 10px;
    background: #ccc;
}
.footer .footerCopyRight ul li  a:focus ,.footer .footerCopyRight ul li  a:hover
{
	text-decoration: none;
	
}

/*End footer */