﻿@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');
html,
body {
    height: 100%;
    font-family: 'Avenir LT 55 Roman';
    color:#5a5a5a;
    font-size:16px;
    font-weight: normal;    
}




.language
{
	  font-family: 'Tajawal', sans-serif !important;
}



.top
{
	padding:3px 0;
	background-color:#9c6c2d;
	color:#fff;
	font-size:16px;
	line-height:35px;
}

.top i
{
	font-size:15px;
	/*margin-right:5px;*/
margin-right:0px;
}


.top a
{
	    color: #fff;
    font-size: 13px;
}

.top-right
{
	text-align:right;
}


.menu-logo 
{
	    background-color: white;
	 padding:10px 0 10px 0;
	 position:  absolute;
	 left:0;
	 width:100%;
	 right:0;
	 height: auto;
	 z-index:999;
}


.logo img
{
	margin:auto;
}

.menu-top
{
	margin-top:42px;
}

.menu-logo-right
{
	text-align: left;
}


.text-top2 ul {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: -18px;
}


.menu-logo a {
  margin:12px 20px 12px 20px;
  padding:15px 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight:bold;
  position: relative;
}

.menu-logo-contacts {
  text-transform: uppercase;
  color: #000;
  font-weight:bold;
  background:url('../images/menu-active.png') repeat-x center bottom;
}


.menu-logo-inner
{
	 position:relative !important;
}

.cart-no
{
	background-color:#5e3c32;
	width:28px;
	height:28px;
	border-radius:50px;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;    
	position: absolute;
    top: 0;
    right: -12px;
    line-height: 28px;
}

.slide-image {
    width: 100%; 
}

.carousel-holder {
    margin-bottom: 30px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:630px;
    width:100%;
}


.art-header
{
display:none;
	position:absolute;
	width:400px;
	height:400px;
	margin:auto;
	z-index: 9;
	left: 0;
    right: 0;
    top:70px;
    opacity:0.6;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


.slide
{     
  filter: drop-shadow(5px 5px 5px #cacaca); 
  margin-top:0px;
}

.slider-image 
{
     height:408px;
     padding-top: 120px;
     padding-right:50px;
}

.slider-image img 
{
  margin:auto 0 auto auto;
  filter: drop-shadow(5px 5px 5px #cacaca);
}

.carousel-caption
{
	right: 0%;
     left: 8%;
    margin: 0;
    top: 230px;
    width:505px;    
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}


.carousel-caption .title1
{
	/*font-size:45px;   */
font-size:30px;     
	color:#5e3c32; 
	font-weight:bold;
	text-transform:uppercase;   
    margin-bottom: 20px;
}

.carousel-caption p
{
	font-size:16px;        
	color:#5e3c32;    
    margin-bottom: 20px;
    font-weight:normal;
}

.carousel-indicators {
    bottom: 20px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;}


.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 4px;
    text-indent: -999px;
    cursor: pointer;
    background:url('../images/click-off.png') no-repeat center center ;
    border: 0px solid #fff;
    border-radius: 0px;
}


.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 0px 4px;    
    background:url('../images/click-on.png') no-repeat center center ;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
    top:40%;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 2px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.fa-chevron-left:before {
    font-size: 20px;
}
.fa-chevron-right:before {
    font-size:20px;
}



.carousel-control span{
    padding:15px 0px 15px 0px;
}


.carousel-control span:focus, .carousel-control span:hover {
    color: #fff;
    background-color:#c4161c;
    padding:15px 20px 15px 18px;
}


.btn-header {
    display: inline-block;
      padding: 5px 15px;
  margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform:lowercase;
    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;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 50px;
    text-transform:capitalize;    
}

.btn-more{
    color:#fff;
    background-color:#dea955;
    border-color: #dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #dea955;
    background-color:rgba(255, 255, 255, 0);
    border-color: #dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.art-body
{
    animation: pulse 5s infinite;

	position:absolute;
	width:600px;
	height:600px;
	/*z-index: 9;*/
	left: -230px;
    top:70px;
    opacity:0.2;    
}

.art-body2
{
    animation: pulse 5s infinite;

	position:absolute;
	width:600px;
	height:600px;
	z-index: 9;
	right: -250px;
    top:70px;
    opacity:0.2;
}         


.welcome
{
	padding: 50px 0;
    margin-bottom: 0px;    
    position:relative;

}


.welcome-text
{
	 height:90px;
	 overflow:hidden;
	 margin-bottom:20px;
}



.title
{
   color:#5e3c32;
   font-size:45px;
   font-weight: bold;       
   text-transform: uppercase;
   margin-bottom:30px;
}

.title-slider
{
   color:#5e3c32;
   font-size:18px;
   font-weight:normal;       
   text-transform: capitalize;
   margin-top:15px;
   margin-bottom:20px;
}


.title-small
{
   font-size:14px;
   color:#dea955;
   text-transform:uppercase;
   display:block;   
   font-weight: bold;       
   margin-bottom:10px;
   width: 25%;    
   margin: auto auto 20px auto;
   border-bottom:1px #dea955 solid;
}

.title-small span {
    bottom: -12px;
    background-color: #FFFFFF;
    position: relative;
    padding: 10px 15px;
}

.title-small2
{
   font-size:14px;
   color:#dea955;
   text-transform:uppercase;
   display:block;   
   font-weight: bold;       
   margin-bottom:10px;
   margin: auto auto 20px auto;
}


.offer-banner
{
	background:url('../images/banner.png') no-repeat left center;
	padding:90px 0;
}



.video-banner
{
	overflow:hidden;
    height:550px;        
    position: relative;
}

.h-video
{
	width: 100%; 
	height: 800px; 
	left: 0px; 
	top: -60px; 
	position: absolute;
}



.news
{
	padding:50px 0; 
	position:relative;
	overflow:hidden;
}


.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 0px;
     width: 377px;
     height: auto;
     padding: 0px 15px;
}



.news ul li img
{
    margin: auto;
    height: 360px;
    width: 100%;
    border-radius:4px;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:16px;
      color:#dea955;
      font-weight:bold;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0;
}

.news ul li .text
{
      font-size:25px;
      color:#5e3c32;
      font-weight:normal;
      height: 70px;
      overflow: hidden;
      margin-bottom:15px;
}

.logos
{
	background-color:#f5f3f0;
	padding:30px 0;
}


.footer
{
	background:#5e3c32;
	font-size:14px;
	padding:40px 0;
	color:#fff;
	margin-top:131px;
}

.footer ul
{
   padding-left:0px;
}

.footer ul li
{
   margin:10px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	color:#fff;
}



.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:800;
	 margin:20px 0;
}
.footer-title-newsletter
{
	 color:#fff;
	 font-size:30px;
	 text-transform: capitalize;
	 font-weight:800;
	 margin:20px 0;
}

.newletter
{
	margin:0;
}

.newletter .form-control {
   text-align:left;
    display: block;
    width: 100%;
    height: 45px;
    padding:6px 0px 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff0;
    background-image: none;
    border: 0px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.footer .btn {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: 400;
    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-color:#fff0;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.footer .socials {
	position: relative;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	margin-left:0px;
	display: inline-block;

}


.footer .socials ul 
{
	padding-left:0px;
	margin-bottom:0;
	margin-top:20px;
}

.footer .socials ul li 
{
    display: inline-block;	
    width: 40px;
    height: 40px;
    margin:0 2px;
}


.footer .socials ul li a 
{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height:40px;
	text-align: center;
	color: #fff;	
	border-radius:50px;
	border:1px rgb(255 255 255 / 30%) solid;
	background-color:#FFF0;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.footer .socials ul li a:hover 
{
	color: #fff;	 
	background-color:#dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright {
    color: #5e3c32;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
    background-color: #f4f4f4;
    line-height: 35px;
}

.copyright a
{
    color:#5e3c32;
}

.copyright img
{
    margin: auto 0 auto auto;
}


.menu-logo-inner {
    position: relative !important;
	    z-index:999999;

}




.text-top2
{ 
text-align:right;

} 


.text-top2 i
{ 
   margin-top: -3px;
} 



.text-top2 ul
{
	 padding-right:0;
	 margin-bottom:0;
}


.text-top2 ul li
{
	display: inline-block;
	padding: 0 5px; 
	font-weight:500;   
	text-transform: capitalize;
}




.caption-inner {
	z-index: 0;
 	background-size: cover !important;
	background-size: cover !important;
    background-repeat: no-repeat;
    height:  auto;
    width: 100%;
    color: #fff;
    position:relative;
    overflow:hidden;
}


.brown-bg {
    background-color:rgb(94 60 50 / 85%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 40px;      
    padding:40px 0 10px 0;  
    font-weight:800;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.caption-inner h4 {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 25px;
    text-align:left;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}



.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
    font-weight: 400;
}

.text-right2
{
	text-align:right;
}

.breadcrumb {
    padding: 10px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
    font-weight: 400;
}





.title-o {
    color: #2b4342;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-2 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #4eaaa9 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.margin-top {
    margin-top: 15px;
}

.title-w
{
   color: #fff;
   font-size: 33px;
   font-weight: 700;
   margin-bottom:25px;
}

.title-w span
{
   color: #fff;
   display:block;
   text-transform:uppercase;
   font-weight: 400;
   font-size:16px;
   letter-spacing: 4px;
}   

.content-inner {
    padding: 40px 0;
    position: relative;
}
.logo {
    width: fit-content;
    margin: auto;
}

.art-content
{
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 0;
    left: 0px;
    right:0;
    top: 20px;
    bottom:20px;
    margin:auto;
    opacity: 0.1;
}


.pic-inner {
    max-width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}




.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
margin-bottom: 10px;
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #dea955;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #dea955;
    margin-right: 10px;
    font-size:18px;
}




.title-inner {
    text-transform: uppercase;
    color: #222222;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 75px;
}





.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #9a9a9a;
    font-size:16px;
}


a.list-group-item i, button.list-group-item i {
    color: #dea955;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#dea955;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #dea955!important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}


a {
    color: #dea955;
    text-decoration: none;
}

.form-control {
      display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
    -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;
}


.title2 {
    text-transform: capitalize;
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 50px;
}


.title-cart
{
    line-height: 1.5;
    text-align:  center;
    font-size: 40px;
    font-weight: 300;
    color:#5a5a5a;
    margin-bottom:50px;
}
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

.div-border
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.div-border2
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:20px;
}

.div-border3
{
    border: 1px #ebebeb solid;
    padding:20px 30px ;
    border-radius: 0px;
    font-size:18px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    padding-bottom: 10px;
    padding-top: 10px;
}
    
    
.cart-h
{
    height:80px;
    display:table-cell;
    vertical-align:middle;
    font-size:16px;
}
    
.cart-h img
{
    height: 80px;
    width: 100%;
    object-fit: contain;
    border: 1px #d1d1d1 solid;
    border-radius:4px;
}
    
.cart-h2
{
    height: auto;
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
    
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}


.box-gray
{
	padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
    
.box-gray .product-item > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
} 
    

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-left: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color: #dea955;
}


.date-news i
{
   padding-right:10px;
}


.title-news {
    font-size: 20px;
    color:#dea955;
    margin-bottom:10px;
    margin-top:10px;
}



.products-inner
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products-inner ul
{
	 text-align:center;
	 padding-left: 0;
}


.products-inner ul a:hover
{
	 text-decoration:none;
}

.products-inner ul li
{
    width: 250px;
    display: inline-block;
    margin: 0 15px 20px 15px;
    border-radius:5px;
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;
    position:relative;
}



.products-inner ul li img
{
    /*height:275px; */   
    height:246px;    
    width: 100%;    
   /* border: 1px solid #e7e7e7;*/
    object-fit:contain;   
    border-radius:5px;
}
 

.products-bg
{
	margin:40px 0; 
}

.products
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products ul
{
	 text-align:center;
	 padding-left: 0;
}


.products ul a:hover
{
	 text-decoration:none;
}

.products ul li
{
    width: 228px;
    display: inline-block;
    margin: 0 10px 20px 10px;
    border-radius:0px;    
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;
    position:relative;
}



.products ul li img
{
    height:275px;    
    width: 100%;    
    border: 1px solid #e7e7e7;
    object-fit:contain;    
    background-color: #f8f8f8;
}
 

.product-action {
    background: rgb(200 146 17 / 65%) none repeat scroll 0 0;
    bottom: 63px;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
    border-radius: 0 0 5px 5px;
}

.product-action a {
	background: rgba(245, 245, 245, 1) none repeat scroll 0 0;
	border: 1px solid #5e3c32;
	color: #5e3c32;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.single-product:hover .product-action {
    opacity: 1;
}
.product-action a:hover {
	background: #5e3c32;
	color: #fff;
}
.product-content a {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-content h5{
	height: 40px;
	
}


.rating-icon i {
	color: #cfcfcf;
	cursor: pointer;
}
.rating-icon i:hover {
	color: #C38748;
}
.product-price {
	float: right;
}

.rating-icon {
    float: left;
}



.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;
}

.pro-details2
{
    display: table-cell;
    line-height: 14px;
    vertical-align: middle;    margin:10px 0;

}

.pro-details3
{font-family: 'Tajawal';
    font-size: 25px;
    line-height: 25px;
    color: #dea955;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   
.calls-data a {
    text-decoration: none;
}


.amazingslider-text-1 {
    display: block;
    padding: 1px 4px!important;
    text-align: center;
    margin-top: 5px!important;
}





.amazingcarousel-list-container.main {
    background-color: #ffffff00 !important;
}

#amazingcarousel-2 .amazingcarousel-image img{
   /* border-top: 12px solid #d3a654 !important;*/
/*background-color: #9c6c2d!important;*/
/*background-color:#dea955ad!important;*/
background-color:transparent!important;
}



.slider-image img {
    margin: auto 0 auto auto;
    filter: drop-shadow(5px 5px 5px #cacaca);
    animation: bounce;
    animation-duration: 2s;
}


.news ul li img {
    margin: auto;
    height: 360px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    border-radius: 15px;
}


.frame .details{

       background: rgb(156 108 45 / 82%) !important;
    border-radius: 35px;
}


.category-title {
    display: none;
}

.details-border {
    border: 1px #FFFFFF solid;
    height: 100%;
    padding: 5px;
    border-radius: 30px;
}


#amazingcarousel-2 .amazingcarousel-image a:hover img {
    animation: pulse;
    animation-duration: 2s;
    transition: 0.6s;
}


.amazingslider-img-1 img {
   /* padding: 102px !important;*/
   padding:86px 70px 0px 70px !important;
}


img.amazingslider-thumbnail-elem.amazingslider-bullet-img-1{
    padding: 17px;
}


.amazingslider-bottom-shadow-1 {
    display: none !important;
}

.amazingslider-slider-1{
	visibility: visible;
    box-shadow: 0 0 12px #d9e0e7;
  
    line-height: 22px;
  
    border-radius: 9px;
    background-color: #fff;
    font-size: 14px;
    display: block;
    position: relative;
    left: 0px;
    top: 35px;
    width: 100%;
    height: auto;
  
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff;
	
}








img.amazingsliderimg.amazingslider-img-elem.amazingslider-img-elem-1 {
    /*margin-top: -15.627318%!important;*/
	    padding: 53px;
}

.amazingslider-title-1 {
    display: none!important;
}


img.amazingslider-thumbnail-elem.amazingslider-bullet-img-1 {
    padding: 33px;
}


.Pager span {
       border: 1px solid #c9302c00!important;
    width: auto !important;
	background-color: #c9302c00!important;
}

div.pager span span {
   /* border: 1px solid #6472b6!important;*/
    padding: 3px 10px!important;
    display: inline-block;
    margin: auto!important;
    color: #c19d56!important;
    background-color: #ddd !important;
}

div.pager a {
	width:auto!important;
    border: 1px solid #c19d56!important;
    padding: 4px 10px!important;
    display: inline-block;
    text-decoration: none;
    margin: auto!important;
    color: #ffffff!important;
    background-color: #c19d56!important;
}


.bg-amman {
    background: url(../images/Jordan-Amman-Citadel-ruins-3.jpg) no-repeat fixed center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    border-radius: 10px;
}




.sections2 ul {
    padding-left: 0;
   
    text-align: center;
}


.products2 .about-img2 {
    position: relative;
    margin-top: 0px;
    z-index: 1;
    height: 355px;
}



.products2 .about-img2 .shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 345px;
    height: 345px;
    -webkit-animation: round-01 7s linear infinite;
    animation: round-01 7s linear infinite;
    z-index: 0;
    object-fit: contain;
}

.products2 .about-img2 .image2 {
padding-top: 60px;
    width: 220px;
    height: 220px;
    margin: auto;
}


.products2 .about-img2 .image2 img {
	
    border-radius: 50%;
    width: 220px;
    height: 220px;
}



.products2 .title-1 {
    font-size: 25px;
 /*   color: #f6a846;*/
    color: #d3a654;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
    margin: 20px 0;
}


.products2 .text {
    font-size: 14px;
    color: #303030;
   /* height: 85px;*/
    height: 107px;
    overflow: hidden ;
}

.sections2 ul li {
    display: inline-block;
    margin: 10px 10px;
    width: 345px;
    /*height: 400px;*/
    height:523px;
}
.modal-content {
    height: 173px;
    text-align: center;
    padding-top: 20px;
}

div#box {
    margin-top: 160px;
}

.title {
    display: none;
}

h3.about1 {
    font-weight: 600;
    right: 0px !important;
    font-size: 28px;
    color: #c19d56;
    text-transform: capitalize;
}

.cert {
	display:none;
    color: #c19d56;
    margin: 27px;
    font-size: 52px;
    font-weight: 600;
    text-align: center;
}



.cert1 img{
	
	  /*  margin: auto;*/
	    margin: 3px 59px 6px -5%;
			
	width:46px;
	
	
}

.cert1{
	display:flex;
	transform: translate(55%, 0%);
    justify-content: center;
    margin: auto;
	    width: 50%;
	
}


.certificates {
    margin-top: 45px;
}
#map-info {

    z-index: 0999999999999999;
}



.partner a{
  margin: 20px auto;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    background: #3c2511;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #333;
    transition: all .35s;
}

.partner .p1{
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s; 
}



.partner a:hover{
 width: 200px;
    border: 3px solid #c19d56;
    background: #3c2511;
    color: #ffffff;
}
.partner a:hover + .p1 {
  border: 3px solid #ffffff;
     right: -20%;
}  


.become-partner 
{
	position:relative;

	padding:50px 0;
	color:#000000;
	margin:0px 0 1px 0;
}


.become-partner-bg   
{
	/*background:#c19d56 url('../images/banner2.jpg') no-repeat center -120px;   */ 
	background: url('../images/banner.png') no-repeat center -50px  ;  
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0.6;
}

.drop {
    position: absolute;
    top: 0;   
    right: 0;
}


.title-gold2
{
	color:#3c2511;
	font-size:45px;	
	font-weight: bold;
	margin-bottom:10px;
	text-transform:capitalize;
}

.title-gold2 span
{
    background-color:#c19d56;
    color:#FFFFFF;
    padding:5px 15px 10px 15px;
    border-radius: 3px;
    margin-right:10px;
}


.title2-gold2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.p1 i.fa-solid.fa-arrow-right {
	 font-size: 25px;
    /* height: 56px; */
    width: 42px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    /* fill: #2ecc71; */
    transition: all .35s;
}


.wrapper{
   /*  position: relative;
    top: 67%;
    left: 50%;*/
    transform: translate(-50%, -21%);
}

.link_wrapper{
  position: relative;
}
.partner {

}
.wrapper:hover{

   /* transform: translate(-43%, -21%);*/
}

.contacts{
	margin-top: 30px;
	/*display: flex;*/
    justify-content: center;
	
}

.contacts a {
	
    color: black;
    text-decoration: none;
}

.contacts a:hover {
    color: #3c2511;
    text-decoration: none;
}

.menu-logo i {
    font-size: 23px;
	    color: #9c6c2d;
}

#amazingcarousel-2 .amazingcarousel-title{
	
	
	display:none;
}

.instagram {
    background-color: #9c6c2d;
}

.logos img {
    /* margin-right: 133px !important; */
    /* margin: 60px !important; */
    padding: 10px;
    margin: 20px;
    width: 140px;
}

.logos {
	    margin-bottom: -125px;
    margin-top: -22px;
	    background-color: #f5f3f0;

    padding: 5px 35px !important;
}
.new-price {
  
    font-family: 'Tajawal';
}

2pd5y^9T8@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');
html,
body {
    height: 100%;
    font-family: 'Avenir LT 55 Roman';
    color:#5a5a5a;
    font-size:16px;
    font-weight: normal;    
}




.language
{
	  font-family: 'Tajawal', sans-serif !important;
}



.top
{
	padding:3px 0;
	background-color:#9c6c2d;
	color:#fff;
	font-size:16px;
	line-height:35px;
}

.top i
{
	font-size:15px;
	/*margin-right:5px;*/
margin-right:0px;
}


.top a
{
	color:#fff;
}

.top-right
{
	text-align:right;
}


.menu-logo 
{
	 padding:10px 0 10px 0;
	 position:  absolute;
	 left:0;
	 width:100%;
	 right:0;
	 height: auto;
	 z-index:999;
}


.logo img
{
	margin:auto;
}

.menu-top
{
	margin-top:42px;
}

.menu-logo-right
{
	text-align: left;
}

.text-top2 ul {
    padding-right: 0;
    margin-bottom: 0;
    margin-top: -18px;
}

.menu-logo a {
  margin:12px 20px 12px 20px;
  padding:15px 0;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight:bold;
  position: relative;
}

.menu-logo-contacts {
  text-transform: uppercase;
  color: #000;
  font-weight:bold;
  background:url('../images/menu-active.png') repeat-x center bottom;
}


.menu-logo-inner
{
	 position:relative !important;
}

.cart-no
{
	background-color:#5e3c32;
	width:28px;
	height:28px;
	border-radius:50px;
	font-size:15px;
	color:#FFFFFF;
	text-align:center;    
	position: absolute;
    top: 0;
    right: -12px;
    line-height: 28px;
}

.slide-image {
    width: 100%; 
}

.carousel-holder {
    margin-bottom: 30px;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    border-radius: 0px;
    height:630px;
    width:100%;
}


.art-header
{
display:none;
	position:absolute;
	width:400px;
	height:400px;
	margin:auto;
	z-index: 9;
	left: 0;
    right: 0;
    top:70px;
    opacity:0.6;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}


.slide
{     
  filter: drop-shadow(5px 5px 5px #cacaca); 
  margin-top:0px;
}

.slider-image 
{
     height:408px;
     padding-top: 120px;
     padding-right:50px;
}

.slider-image img 
{
  margin:auto 0 auto auto;
  filter: drop-shadow(5px 5px 5px #cacaca);
}

.carousel-caption
{
	right: 0%;
     left: 8%;
    margin: 0;
    top: 230px;
    width:505px;    
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}


.carousel-caption .title1
{
	/*font-size:45px;   */
font-size:30px;     
	color:#5e3c32; 
	font-weight:bold;
	text-transform:uppercase;   
    margin-bottom: 20px;
}

.carousel-caption p
{
	font-size:16px;        
	color:#5e3c32;    
    margin-bottom: 20px;
    font-weight:normal;
}

.carousel-indicators {
    bottom: 20px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;}


.carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 4px;
    text-indent: -999px;
    cursor: pointer;
    background:url('../images/click-off.png') no-repeat center center ;
    border: 0px solid #fff;
    border-radius: 0px;
}


.carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 0px 4px;    
    background:url('../images/click-on.png') no-repeat center center ;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
    top:40%;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right {
    right: 2px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.fa-chevron-left:before {
    font-size: 20px;
}
.fa-chevron-right:before {
    font-size:20px;
}



.carousel-control span{
    padding:15px 0px 15px 0px;
}


.carousel-control span:focus, .carousel-control span:hover {
    color: #fff;
    background-color:#c4161c;
    padding:15px 20px 15px 18px;
}


.btn-header {
    display: inline-block;
      padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform:lowercase;
    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;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 50px;
    text-transform:capitalize;    
}

.btn-more{
    color:#fff;
    background-color:#dea955;
    border-color: #dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #dea955;
    background-color:rgba(255, 255, 255, 0);
    border-color: #dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.art-body
{
    animation: pulse 5s infinite;

	position:absolute;
	width:600px;
	height:600px;
	/*z-index: 9;*/
	left: -230px;
    top:70px;
    opacity:0.2;    
}

.art-body2
{
    animation: pulse 5s infinite;

	position:absolute;
	width:600px;
	height:600px;
	z-index: 9;
	right: -250px;
    top:70px;
    opacity:0.2;
}         


.welcome
{
	padding: 50px 0;
    margin-bottom: 0px;    
    position:relative;

}


.welcome-text
{
	 height:90px;
	 overflow:hidden;
	 margin-bottom:20px;
}



.title
{
   color:#5e3c32;
   font-size:45px;
   font-weight: bold;       
   text-transform: uppercase;
   margin-bottom:30px;
}

.title-slider
{
   color:#5e3c32;
   font-size:18px;
   font-weight:normal;       
   text-transform: capitalize;
   margin-top:15px;
   margin-bottom:20px;
}


.title-small
{
   font-size:14px;
   color:#dea955;
   text-transform:uppercase;
   display:block;   
   font-weight: bold;       
   margin-bottom:10px;
   width: 25%;    
   margin: auto auto 20px auto;
   border-bottom:1px #dea955 solid;
}

.title-small span {
    bottom: -12px;
    background-color: #FFFFFF;
    position: relative;
    padding: 10px 15px;
}

.title-small2
{
   font-size:14px;
   color:#dea955;
   text-transform:uppercase;
   display:block;   
   font-weight: bold;       
   margin-bottom:10px;
   margin: auto auto 20px auto;
}


.offer-banner
{
	background-size: cover !important;
	background:url('../images/banner.png') no-repeat left center;
	padding:90px 0;
}

.contacts a:hover {
    color: #3c2511;
    text-decoration: none;
}

.video-banner
{
	overflow:hidden;
    height:500px;    
    position: relative;
}

.h-video
{
	width: 100%; 
	height: 800px; 
	left: 0px; 
	top: -60px; 
	position: absolute;
}



.news
{
	padding:50px 0; 
	position:relative;
	overflow:hidden;
}


.news ul
{
    padding-left:0;
    margin-top:20px;
}

.news ul li
{
     display:inline-block;
     margin:20px 0px;
     width: 377px;
     height: auto;
     padding: 0px 15px;
}



.news ul li img
{
    margin: auto;
    height: 360px;
    width: 100%;
    border-radius:4px;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:16px;
      color:#dea955;
      font-weight:bold;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0;
}

.news ul li .text

{
      font-size:25px;
      color:#5e3c32;
      font-weight:normal;
      height: 70px;
      overflow: hidden;
      margin-bottom:15px;
}

.logos
{
	background-color:#f5f3f0;
/*	padding:30px 0;*/
    padding: 5px 191px;
}


.logos img {
  /* margin-right: 133px !important;*/
    /* margin: 60px !important; */
    padding: 10px;
    margin: 20px;
    width: 140px;
}

.col-md-12.logo3 {
    display: flex;
}

.brand img {
    margin: auto;
}
.brand1 img{
	
    border-radius: 7px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}
.brand2 {
margin-top: 13%;
}

.footer
{
	background:#5e3c32;
	font-size:14px;
	padding:40px 0;
	color:#fff;
/*	margin-top:131px;*/
	margin-top:10px;
}

.footer ul
{
   padding-left:0px;
}

.footer ul li
{
   margin:10px 0;    
   color: #fff;
   display:block;
}
.footer ul li a
{
	color:#fff;
}



.footer-title
{
	 color:#fff;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:800;
	 margin:20px 0;
}
.footer-title-newsletter
{
	 color:#fff;
	 font-size:30px;
	 text-transform: capitalize;
	 font-weight:800;
	 margin:20px 0;
}

.newletter
{
	margin:0;
}

.newletter .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding:6px 50px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff0;
    background-image: none;
    border: 0px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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;
}

.footer .btn {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    font-weight: 400;
    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-color:#fff0;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.footer .socials {
	position: relative;
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;
	margin-left:0px;
	display: inline-block;

}


.footer .socials ul 
{
	padding-left:0px;
	margin-bottom:0;
	margin-top:20px;
}

.footer .socials ul li 
{
    display: inline-block;	
    width: 40px;
    height: 40px;
    margin:0 2px;
}


.footer .socials ul li a 
{
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height:40px;
	text-align: center;
	color: #fff;	
	border-radius:50px;
	border:1px rgb(255 255 255 / 30%) solid;
	background-color:#FFF0;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.footer .socials ul li a:hover 
{
	color: #fff;	 
	background-color:#dea955;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.copyright {
    color: #5e3c32;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 500;
    background-color: #f4f4f4;
    line-height: 35px;
}

.copyright a
{
    color:#5e3c32;
}

.copyright img
{
    margin: auto 0 auto auto;
}


.menu-logo-inner {
    position: relative !important;
	    z-index: 99999999999;

}



.caption-inner {
		z-index: 0;

	background-size: cover !important;
    background-repeat: no-repeat;
    height:  auto;
    width: 100%;
    color: #fff;
    position:relative;
    overflow:hidden;
}


.brown-bg {
    background-color:rgb(94 60 50 / 85%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 40px;      
    padding:40px 0 10px 0;  
    font-weight:800;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}

.caption-inner h4 {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 25px;
    text-align:left;
    text-transform: capitalize;
    margin-top: 0;
    color: #fff;
}



.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
    font-weight: 400;
}

.text-right2
{
	text-align:right;
}

.breadcrumb {
    padding: 10px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:  left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}


.breadcrumb>.active { 
    color: rgb(255 255 255 / 48%);
    font-weight: 400;
}





.title-o {
    color: #2b4342;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-2 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #4eaaa9 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.margin-top {
    margin-top: 15px;
}

.title-w
{
   color: #fff;
   font-size: 33px;
   font-weight: 700;
   margin-bottom:25px;
}

.title-w span
{
   color: #fff;
   display:block;
   text-transform:uppercase;
   font-weight: 400;
   font-size:16px;
   letter-spacing: 4px;
}   

.content-inner {
    padding: 40px 0;
    position: relative;
}
.logo {
    width: fit-content;
    margin: auto;
}

.art-content
{
    position: absolute;
    width: 600px;
    height: 600px;
    z-index: 0;
    left: 0px;
    right:0;
    top: 20px;
    bottom:20px;
    margin:auto;
    opacity: 0.1;
}


.pic-inner {
    max-width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
}




.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
margin-bottom: 10px;
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #dea955;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data i
{
    color: #dea955;
    margin-right: 10px;
    font-size:18px;
}




.title-inner {
    text-transform: uppercase;
    color: #222222;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 75px;
}





.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px; 
    background-color: #fff;
    border: 0px solid #ddd;
}
a.list-group-item, button.list-group-item {
    color: #9a9a9a;
    font-size:16px;
}


a.list-group-item i, button.list-group-item i {
    color: #dea955;
    font-size:16px;
    margin-right:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#dea955;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #dea955!important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}


a {
    color: #dea955;
    text-decoration: none;
}

.form-control {
       display: block;
    text-align: center;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.045);
    -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;
}


.title2 {
    text-transform: capitalize;
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 50px;
}


.title-cart
{
    line-height: 1.5;
    text-align:  center;
    font-size: 40px;
    font-weight: 300;
    color:#5a5a5a;
    margin-bottom:50px;
}
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}

.div-border
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.div-border2
{
    border-bottom: 1px #ebebeb solid;
    padding:15px 0 25px 0;
    border-radius: 0px;
    font-size:14px;
    margin-bottom:20px;
}

.div-border3
{
    border: 1px #ebebeb solid;
    padding:20px 30px ;
    border-radius: 0px;
    font-size:18px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    padding-bottom: 10px;
    padding-top: 10px;
}
    
    
.cart-h
{
    height:80px;
    display:table-cell;
    vertical-align:middle;
    font-size:16px;
}
    
.cart-h img
{
    height: 80px;
    width: 100%;
    object-fit: contain;
    border: 1px #d1d1d1 solid;
    border-radius:4px;
}
    
.cart-h2
{
    height: auto;
    display:table-cell;
    vertical-align:middle;
    padding:10px;
}
    
.sub-headline
{
	margin:30px 0;
	border-bottom:1px #CCCCCC solid;
	padding-bottom:15px;
}


.box-gray
{
	padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



.box-gray .healine
{
	font-size: 25px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
}


.box-gray .healine2
{
	font-size: 18px;
    display: block;
    font-weight:300;
    width: 100%;
    padding: 7px 0;
    margin-bottom:10px;
}



.box-gray .product-item {
    font-weight: 300;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-gray .product-item .product-name {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}


.box-gray .product-item span.product-quantity {
    color: #838889;
}
    
    
.box-gray .product-item > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
} 
    

.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight:normal;
}

.container-check img {
    display: inline-block;
    height: 23px;
    margin-left: 20px;
}

.visa-icon
{
	margin-left: 5px !important;
}
.container-p{
    font-size:13px;    
    color: #a0a0a0;
    padding:10px 0;
    line-height: 1.25;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #f8f9fa;
  border:1px #CCCCCC solid;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #656565;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color: #dea955;
}


.date-news i
{
   padding-right:10px;
}


.title-news {
    font-size: 20px;
    color:#dea955;
    margin-bottom:10px;
    margin-top:10px;
}



.products-inner
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products-inner ul
{
	 text-align:center;
	 padding-left: 0;
}


.products-inner ul a:hover
{
	 text-decoration:none;
}

.products-inner ul li
{
    width: 250px;
    display: inline-block;
    margin: 0 15px 20px 15px;
    border-radius:5px;
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;
    position:relative;
}



.products-inner ul li img
{
    /*height:275px; */   
    height:246px;    
    width: 100%;    
   /* border: 1px solid #e7e7e7;*/
    object-fit:contain;   
    border-radius:5px;
}
 

.products-bg
{
	margin:40px 0; 
}

.products
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products ul
{
	 text-align:center;
	 padding-left: 0;
}


.products ul a:hover
{
	 text-decoration:none;
}

.products ul li
{
    width: 228px;
    display: inline-block;
    margin: 0 10px 20px 10px;
    border-radius:0px;    
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;
    position:relative;
}



.products ul li img
{
    height:275px;    
    width: 100%;    
    border: 1px solid #e7e7e7;
    object-fit:contain;    
    background-color: #f8f8f8;
}
 

.product-action {
    background: rgb(200 146 17 / 65%) none repeat scroll 0 0;
    /*bottom: 63px;*/
	bottom: 90px;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
    border-radius: 0 0 5px 5px;
}

.product-action a {
	background: rgba(245, 245, 245, 1) none repeat scroll 0 0;
	border: 1px solid #5e3c32;
	color: #5e3c32;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.single-product:hover .product-action {
    opacity: 1;
}
.product-action a:hover {
	background: #5e3c32;
	color: #fff;
}
.product-content a {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-content h5{
	height: 40px;
	
}


.rating-icon i {
	color: #cfcfcf;
	cursor: pointer;
}
.rating-icon i:hover {
	color: #C38748;
}
.product-price {
	float: right;
}

.rating-icon {
    float: left;
}



.pro-details1
{
	margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin:10px 0;
}

.pro-details2
{
    display: table-cell;
    line-height: 14px;
    vertical-align: middle;    margin:10px 0;

}

.pro-details3
{font-family: 'Tajawal';
    font-size: 25px;
    line-height: 25px;
    color: #dea955;    
    margin:10px 0;

}
.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-right:10px;
}
   
.calls-data a {
    text-decoration: none;
}


.amazingslider-text-1 {
    display: block;
    padding: 1px 4px!important;
    text-align: center;
    margin-top: 5px!important;
}





.amazingcarousel-list-container.main {
    background-color: #ffffff00 !important;
}

#amazingcarousel-2 .amazingcarousel-image img{
   /* border-top: 12px solid #d3a654 !important;*/
/*background-color: #9c6c2d!important;*/
/*background-color:#dea955ad!important;*/
background-color:transparent!important;
}



.slider-image img {
    margin: auto 0 auto auto;
    filter: drop-shadow(5px 5px 5px #cacaca);
    animation: bounce;
    animation-duration: 2s;
}


.news ul li img {
    margin: auto;
    height: 360px;
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    border-radius: 15px;
}


.frame .details{

       background: rgb(156 108 45 / 82%) !important;
    border-radius: 35px;
}


.category-title {
    display: none;
}

.details-border {
    border: 1px #FFFFFF solid;
    height: 100%;
    padding: 5px;
    border-radius: 30px;
}


#amazingcarousel-2 .amazingcarousel-image a:hover img {
    animation: pulse;
    animation-duration: 2s;
    transition: 0.6s;
}


.amazingslider-img-1 img {
   /* padding: 102px !important;*/
   padding:86px 70px 0px 70px !important;
}


img.amazingslider-thumbnail-elem.amazingslider-bullet-img-1{
    padding: 17px;
}


.amazingslider-bottom-shadow-1 {
    display: none !important;
}

.amazingslider-slider-1{
	visibility: visible;
    box-shadow: 0 0 12px #d9e0e7;
  
    line-height: 22px;
  
    border-radius: 9px;
    background-color: #fff;
    font-size: 14px;
    display: block;
    position: relative;
    left: 0px;
    top: 35px;
    width: 100%;
    height: auto;
  
    border-width: 6px;
    border-style: solid;
    border-color: #ffffff;
	
}








img.amazingsliderimg.amazingslider-img-elem.amazingslider-img-elem-1 {
    /*margin-top: -15.627318%!important;*/
	    padding: 53px;
}

.amazingslider-title-1 {
    display: none!important;
}


img.amazingslider-thumbnail-elem.amazingslider-bullet-img-1 {
    padding: 33px;
}


.Pager span {
       border: 1px solid #c9302c00!important;
    width: auto !important;
	background-color: #c9302c00!important;
}

div.pager span span {
   /* border: 1px solid #6472b6!important;*/
    padding: 3px 10px!important;
    display: inline-block;
    margin: auto!important;
    color: #c19d56!important;
    background-color: #ddd !important;
}

div.pager a {
	width:auto!important;
    border: 1px solid #c19d56!important;
    padding: 4px 10px!important;
    display: inline-block;
    text-decoration: none;
    margin: auto!important;
    color: #ffffff!important;
    background-color: #c19d56!important;
}


.bg-amman {
    background: url(../images/Jordan-Amman-Citadel-ruins-3.jpg) no-repeat fixed center center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    border-radius: 10px;
}




.sections2 ul {
    padding-left: 0;
   
    text-align: center;
}


.products2 .about-img2 {
    position: relative;
    margin-top: 0px;
    z-index: 1;
    height: 260px;
}



.products2 .about-img2 .shape-2 {
    position: absolute;
    left: 0;
    top: 0;
  /*  width: 204px;
    height: 303px;*/
	  width: 260px;
    height: 299px;
    -webkit-animation: round-01 7s linear infinite;
    animation: round-01 7s linear infinite;
    z-index: 0;
    object-fit: contain;
}

.products2 .about-img2 .image2 {
 padding-top: 76px;
    width: 149px;
    height: 118px;
    margin: auto;
}

.amazingcarousel-price {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 30px;
    color: #c89211;
    font-size: 22px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 0px;
}
.products2 .about-img2 .image2 img {
	
      border-radius: 50%;
      width: 221px;
    height: 146px;

}



.products2 .title-1 {
    font-size: 25px;
 /*   color: #f6a846;*/
    color: #d3a654;
    font-weight: 500;
    height: 35px;
    overflow: hidden;
    margin: 20px 0;
}


.products2 .text {
    font-size: 14px;
    color: #303030;
   /* height: 85px;*/
    height: 158px;
    overflow: hidden ;
}

.color-sec.mb-20 {
    display: block;
}


.sections2 ul li {
  /*  display: inline-block;
    margin: 10px 10px;
    width: 345px;
    height: 400px;
    height:523px;
	
	*/
    display: inline-block;
width: 242px;
    height: 495px;
    overflow: hidden;
    margin: 0px 16px 5px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	
	
}

.sections2 ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.modal-content {
	    background: url(../images/popart.png);
    height: 270px;
    text-align: center;
    padding-top: 70px;
}

div#box {
    margin-top: 160px;
}

.title {
    display: none;
}

h3.about1 {
    font-weight: 600;
    right: 0px !important;
    font-size: 28px;
    color: #c19d56;
    text-transform: capitalize;
}

.cert {
	display:none;
    color: #c19d56;
    margin: 27px;
    font-size: 52px;
    font-weight: 600;
    text-align: center;
}

div#myModal {
    top: 420px!important;
}

div#myModal3 {
    top: 406px!important;
}
div#myModal2 {
    top: 353px!important;
}
.cert1 img{
	
	  /*  margin: auto;*/
	    margin: 3px 59px 6px -5%;
			
	width:46px;
	
	
}

.cert1{
	display:flex;
	transform: translate(55%, 0%);
    justify-content: center;
    margin: auto;
	    width: 50%;
	
}

.certificates {
    margin-top: 45px;
}
#map-info {

    z-index: 0999999999999999;
}



.partner a{
  margin: 20px auto;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-decoration: none;
    background: #3c2511;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 3px solid #333;
    transition: all .35s;
}

.partner .p1{
  width: 40px;
  height: 40px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s; 
}



.partner a:hover{
  width: 200px;
    border: 3px solid #c19d56;
    background: #3c2511;
    color: #ffffff;
}

.partner a:hover + .p1 {
  border: 3px solid #ffffff;
     right: -20%;
}


.become-partner 
{
	position:relative;
	background-color:#503900;
	padding:50px 0;
	color:#3c2511;
	margin:0px 0 1px 0;
}


.become-partner-bg 
{
	/*background:#c19d56 url('../images/banner2.jpg') no-repeat center -120px;   */ 
	background:#c19d56 url('../images/banner.png') no-repeat center -60px  ;  
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0.6;
}


.title-gold2
{
	color:#3c2511;
	font-size:45px;	
	font-weight: bold;
	margin-bottom:10px;
	text-transform:capitalize;
}

.title-gold2 span
{
    background-color:#c19d56;
    color:#FFFFFF;
    padding:5px 15px 10px 15px;
    border-radius: 3px;
    margin-right:10px;
}


.title2-gold2 {
    color: #3c2511;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}


.p1 i.fa-solid.fa-arrow-right {
	 font-size: 25px;
    /* height: 56px; */
    width: 42px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    /* fill: #2ecc71; */
    transition: all .35s;
}


.wrapper{
   /*  position: relative;
    top: 67%;
    left: 50%;*/
    transform: translate(-50%, -21%);
}

.link_wrapper{
  position: relative;
}

.wrapper:hover{

   /* transform: translate(-43%, -21%);*/
}

.contacts{
	/*display: flex;*/
    justify-content: center;
	margin-top: 30px;
}
.drop {
    position: absolute;
    top: 0;   
    right: 0;
}


.menu-logo i {
    font-size: 23px;
	    color: #9c6c2d;
}



.text-top2
{ 
text-align:right;

} 


.text-top2 i
{ 
   margin-top: -3px;
} 



.text-top2 ul
{
	 padding-right:0;
	 margin-bottom:0;
}


.text-top2 ul li
{
	display: inline-block;
	padding: 0 5px; 
	font-weight:500;   
	text-transform: capitalize;
}
img.amazingsliderimg.amazingslider-img-elem.amazingslider-img-elem-1:hover {
    transform: scale(1.3);
}

.b-brand a {
    float: right;
    padding: 10px;
    background-color: #be9645;
    border: 1px #c19d56 solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0;
    transition: 0.3s;
}


.about-box {
    height: auto;
    width: 100%;
    color: #fff;
    padding: 80px 55px;
    position: relative;
}

.about-margin {
    margin: 40px 0 0 0;
}

.about-bg {
   /* background-color: rgb(159 67 57 / 85%);*/
    background-color: #9e8576bd;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.title-w {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}

.offer-banner {
    color: black;
}

.instagram {
    background-color: #9c6c2d;
}



 
  
  .main-container {
    overflow: hidden;
  }
  
  .main-container,
  .main-container * {
    box-sizing: border-box;
  }
  
  input,
  select,
  textarea,
  button {
    outline: 0;
  }
  
  .main-container {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
  .frame2 {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    background: #ffffff;
    overflow: hidden;
  }
  .art {
    position: absolute;
    width: 395px;
    height: 483px;
    top: -100px;
    left: 1000px;
    background: url(../images/6.png)
      no-repeat center;
    background-size: cover;
    z-index: 7;
  }
 .removebg-preview {
    position: absolute;
    width: 367px;
    height: 534px;
    top: -68px;
    left: -65px;
    background: url(../images/4012-removebg-preview.png) no-repeat center;
    background-size: cover;
    opacity: 0.02;
    z-index: 5;
}
  .group-1 {
    position: absolute;
    width: 397px;
    height: 21px;
    top: 48px;
    left: 507px;
    z-index: 1;
  }
  .the-products {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 21px;
    top: 0;
    left: 140px;
    color: #dea955;
    font-family: Poppins, var(--default-font-family);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 4;
  }
  .rectangle {
    position: absolute;
    width: 130px;
    height: 1px;
    top: 10px;
    left: 267px;
    background: #dea955;
    z-index: 2;
  }
  .rectangle-2 {
    position: absolute;
    width: 130px;
    height: 1px;
    top: 10px;
    left: 0;
    background: #dea955;
    z-index: 3;
  }
  .frame-3 {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 100px;
    position: absolute;
    width: 1076px;
    height: 301px;
    top: 65px;
    
    z-index: 9;
  }
  .default {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 301px;
    background: #ffffff;
    z-index: 10;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .image {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 217px;
   
    background-size: cover;
    z-index: 11;
    overflow: hidden;
  }
  .content {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 84px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 12;
	color:black;
  }
  .art-4 {
    position: absolute;
    width: 208px;
    height: 84px;
    top: 0;
    left: 34px;
    background: url(../images/7.png)
      no-repeat center;
    background-size: cover;
    z-index: 13;
  }
  .classic {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 256px;
    height: 29px;
    top: 31px;
    left: 24px;
   
    font-family: Montserrat, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    white-space: nowrap;
    z-index: 14;
  }
  .box-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 301px;
    background: #ffffff;
    z-index: 15;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .image-5 {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 217px;
    background: #dedede;
    z-index: 16;
    overflow: hidden;
  }
  .a-c-aef {
    position: absolute;
    width: 304px;
    height: 217px;
    top: 0;
    left: 0;
    background: url(../images/Image3.png)
      no-repeat center;
    background-size: cover;
    z-index: 17;
  }
  .content-6 {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 84px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 18;
  }
  .art-7 {
    position: absolute;
    width: 194px;
    height: 84px;
    top: 0;
    left: 51px;
    background: url(../images/7.png)
      no-repeat center;
    background-size: cover;
    z-index: 19;
  }
  .special {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 256px;
    height: 29px;
    top: 31px;
    left: 24px;
   
    font-family: Montserrat, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    white-space: nowrap;
    z-index: 20;
  }
  .group-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 301px;
    background: #ffffff;
    z-index: 21;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .image-8 {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 217px;
    background: #dedede;
    z-index: 22;
    overflow: hidden;
  }
  .a-c-aef-9 {
    position: absolute;
    width: 304px;
    height: 217px;
    top: 0;
    left: 0;
    background: url(../images/Image2.png)
      no-repeat center;
    background-size: cover;
    z-index: 23;
  }
  .content-a {
    flex-shrink: 0;
    position: relative;
    width: 304px;
    height: 84px;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 24;
  }
  .art-7 {
    position: absolute;
    width: 194px;
    height: 84px;
    top: 0;
    left: 51px;
    background: url(../images/7.png)
      no-repeat center;
    background-size: cover;
    z-index: 20;
  }


.content:hover {
    background-color: #d3a654;
	    color: white;
}


.new-price {
  
    font-family: 'Tajawal';
}


.new1 {
  width: 94px;
    height: 94px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
}


.shop h2 {
    background: linear-gradient(to right, #d3a654, #c19d56, #bab1b1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 84px;
    text-align: center;
    font-weight: 700;
    font-size: 37px;
}

.shop .col-md-6:before {
	    margin-right: 15px;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 5px;
    background: linear-gradient(45deg, #c19d56, #9c6c2d);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    /* -webkit-mask-composite: xor; */
    mask-composite: exclude;
}


.shop .col-md-6 {
    padding: 23px;
}

div#ContentPlaceHolder1_Psizes {
    display: none !important;
}

.text-top2 {
    display: block;
}
.product-action {
    display: block;
}div#ContentPlaceHolder1_Panel3 {
    display: block;	
}.product-addto-links {
    display: block;
}