﻿@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/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');


html,
body {
    height: 100%;
    font-family: 'Tajawal', sans-serif;
    color:#5a5a5a;
    font-size:15px;
    font-weight:400;     
}


.video
{
	margin-top:30px;
}


.search1 .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.search1 .form-group a {
padding-left: 0px;
padding-right: 0px;}



.search1 .form-control2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #6381be;
    background-image: none;
    border: 1px solid #d8d8d8;
    border-radius: 0px;
}


.search1 .form-control-feedback {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    pointer-events: auto;
}




.header1
{
	height:540px;
}

.header-inner
{
	height:300px;
}


.cart-home
{
	font-size:16px;
}


.language
{
	font-family: 'Tajawal', sans-serif !important;
    font-size: 16px !important;
    background-color: #6381be;
    color: white !important;
    padding: 10px 10px !important;
    margin: 0 !important;
    border-radius: 4px;
}



.menu-logo
{
	 padding:10px 0 10px 0;
	 font-size:15px;
	 color:#333;
}
.menu-logo .logo img {
    float:  none;
    margin-top: 0px;    
    margin-right: 0px;
}

.margin-top
{
	margin-top:20px;
}

.logo-search
{
	position:relative;
	z-index:999;
	padding-top:15px;
	padding-bottom:10px;
}

.textright {
    text-align: right;
}



.text-top2
{ 
text-align:left;
margin-top: 25px;
} 


.text-top2 i
{ 
margin-right:5px;
} 



.text-top2 ul
{
	 padding-right:0;
	 margin-bottom:0;
}


.text-top2 ul li
{
	display: inline-block;
	font-size:14px;
	padding: 0 12px 0 12px;    
	text-transform: capitalize;
    border-left: 1px #CCCCCC solid;
}

.no-border
{
    border-left: 0px #CCCCCC solid !important;
}

.text-top2 ul li a
{
	 color:#6381be;
}



.setting {
    position: relative;
    font-size: 13px;
    cursor: pointer;
    text-align: center;   
    display: inline-block;
    vertical-align: middle;
}
.setting img {
    margin-right:5px;
}

#setting_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;
    left: 0px;
    top:0px; 
    min-width: 130px;
    padding: 10px;
    opacity: 0;
    font-size:13px;
    visibility: hidden;
    transition: all .2s linear;
}

#setting_mini_form ul{
padding-left:0;
margin-top: 0;
margin-bottom:0;
}



#setting_mini_form ul li{
    display:block;	
    font-size: 13px;
	line-height: 35px;
	text-align:  center;
    margin: 0px;
	color: #6381be;		
	width: auto;
    height: auto;
    padding:0;
    border-right:0px aqua solid;
}

#setting_mini_form ul li a{
    display:block;	
    font-size: 13px;
	line-height: 35px;
    margin-left: 0px;
	color: #6381be;	    
	width: auto;
    height: auto;
}




.setting:hover #setting_mini_form {
    opacity: 1;
    visibility: visible;
    top: 32px;
    z-index:9999;
}

.email
{
	margin-top:30px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-group a {
padding-left: 0px;
padding-right: 0px;
}



.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #f4f4f4;
    border-radius:2px;
}


.logo-search .form-control-feedback {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #6381be;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 2px;
}


.cart{
    position: relative;
    font-size: 13px;
    cursor: pointer;
    text-align: left;   
    display: inline-block;
    vertical-align: middle;
}


.cart img{
    margin-right:5px;
}


#cart_mini_form {
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
    position: absolute;
    background: #fff;    
    font-family: 'El Messiri', sans-serif;
    z-index:999;
    left: 0px;
    top:0px; 
    color: #808080;
    min-width: 325px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    text-align:left;
    visibility: hidden;
    transition: all .2s linear;
}

#cart_mini_form-title {
font-size:16px;
text-transform:capitalize;
 margin-bottom:10px;
}


.cart:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 33px;
    z-index:9999;
}




.cart2{
    position: relative;
    font-size: 15px;
    cursor: pointer;
    text-align: right;   
    display: inline-block;
    vertical-align: middle;
}


.cart2 img{
    margin-right:5px;
    margin-top:0;
}


.cart2 .circle
{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    background-color: #000;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    right: 0;
    left: 25px;
    margin: auto;
    top: -10px; 
}



#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; 
    color: #808080;
    min-width: 400px;
    padding: 20px;
    opacity: 0;
    font-size:13px;
    text-align:left;
    visibility: hidden;
    transition: all .2s linear;
}

#cart2_mini_form-title {
font-size:16px;
text-transform:capitalize;
 margin-bottom:10px;
}


.cart2:hover #cart_mini_form {
    opacity: 1;
    visibility: visible;
    top: 33px;
    z-index:9999;
}



.menu-all
{
	border-top: 1px #e0e0e0 solid;
	z-index:99;
}




.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:540px;
    width:100%;
}

.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{ 
  margin-top:0px;
  z-index:0;
}


.slider-image 
{
     height:540px;
     padding-top: 320px;
     padding-right:50px;
}

.slider-image img 
{
  margin:auto 0 auto auto;
}

.carousel-caption
{
    left: 0%;
    right: 8%;
    margin: 0;
    top: 100px;
    width: 565px;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}


.carousel-caption .title1
{
	font-size:43px;        
	color:#6381be;        
	font-family: 'Cairo', sans-serif;
    margin-bottom: 10px;
}



.carousel-caption .title2
{
	font-size:48px;        
	text-transform:uppercase;
	color:#303030;        
	font-family: 'El Messiri', sans-serif;
    margin-bottom: 20px;
    font-weight:400;    
    line-height: 40px;
}


.carousel-caption .title3
{
	font-size:16px;        
	color:#242424;    
    margin-bottom: 20px;    
    font-weight:400;    

}

.img-slide
{
	position:absolute;
	left:0;
	top:0px;    
	height: 320px;
}

.img-slide img
{
    width: 325px !important;
    height: auto !important;
}


.carousel-caption1
{
	right: 0%;
    margin: 0;
    top:25px;
    width:405px;    
    text-align:  center;    
    position: absolute;
}


.carousel-caption1 .title1-1
{
	font-size:18px;        
	color:#656565;    
    margin-bottom: 10px;
    font-weight:600;
}



.carousel-caption1 .title2-1
{
	font-size:28px;        
	color:#2e2d25;    
    margin-bottom: 20px;
    font-weight:800;    
    line-height: 40px;
}


.carousel-caption1 .title3-1
{
	font-size:16px;        
	color:#2e2d25;    
    margin-bottom: 20px;    
    font-weight:400;    
    height:85px;
    overflow:hidden;
}


.carousel-indicators {
    bottom: 10px;
    left: 0%;
    right: 0;
    margin: auto;
    z-index: 15;
    width: 100%;
    padding-right: 0;
    margin-right: 0%;
    text-align: center;
    list-style: none;
}


.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
}


.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;
    margin-left: 0px;
}

.carousel-control.right {
    right: 0px;
    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;
}


.btn-header {
    display: inline-block;
    margin-bottom:10px;
    padding:10px 45px;    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-transform:   capitalize;
    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: 1px solid transparent;
    border-radius: 0px;
    font-family: 'El Messiri', sans-serif;  
}

.btn-default {
    color:#303030;
    background-color:rgba(255, 255, 255, 0);
    border-color:#303030;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-default:hover {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-red{
    color:#fff;
    background-color:#6381be;
    border-color: #6381be;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-red:hover {
    color: #6381be;
    background-color:#fff;
    border-color: #6381be;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more{
    color:#fff !important;
    background-color:#6381be;
    border-color: #6381be;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    padding: 6px 15px;
}


.btn-more:hover {
    color: #6381be!important;
    background-color:#fff;
    border-color: #6381be;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.boxes
{
	margin:45px 0 15px 0;
}


.pic1
{
	height:560px;
	width:100%;    
	position: relative;
	margin-bottom:30px;	
	background-color: #cdcdcd;
    background-blend-mode: multiply;
    background-size: cover;
}

.pic1 img
{
	height:560px;
	width:100%;
	object-fit: cover;
}

.text1-bg
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding:20px;
    text-align:right;
}

.text1
{
    color: #ffffff;
    font-size: 20px;    
    overflow:hidden;    
    text-transform:uppercase;
    font-family: 'El Messiri', sans-serif;
}



.pic3
{
	height:265px;
	width:100%;    
	position: relative;
	margin-bottom:30px;	
	background-color: #9a9a9a;
    background-blend-mode: multiply;
    background-size: cover;

}

.pic3 img
{
	height:265px;
	width:100%;
	object-fit: cover;    
}


.text3-bg
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding:20px;
    text-align:right;
}

.text3
{
    color: #ffffff;
    font-size: 20px;    
    overflow:hidden;    
    text-transform:uppercase;
    font-family: 'El Messiri', sans-serif;
}

.more
{
    color: #ffffff;    
    font-family: 'El Messiri', sans-serif;
    font-style: italic;
    text-decoration:underline;
    font-size: 18px;    
    text-transform: capitalize;
}




.bg-gray
{
	background-color:#f5f5f5;
	padding:50px 0 30px 0;
}

.bg-red
{
	background-color:#6381be;
	padding:50px 0 30px 0;
}
.bg-white
{
	background-color:#fff;
	padding:50px 0 30px 0;
}

.title
{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'El Messiri', sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
    text-align:right;    
}


.title span
{
   color:#737373;
   font-size:18px;
   font-weight:500;       
   text-transform:  capitalize;
   display:block;    
   font-family: 'Cairo', sans-serif;
   margin-bottom:15px;

}


.title2
{
    color:#fff;
    font-size: 28px;
    font-weight: 500;
    font-family: 'El Messiri', sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
    text-align:right;    
}



.title2 span
{
   color: #f3f3f3;
   font-size:18px;
   font-weight:500;       
   text-transform:  capitalize;
   display:block;    
   font-family: 'Cairo', sans-serif;
   margin-bottom:15px;

}
.title-inner
{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'El Messiri', sans-serif;
    text-transform:  capitalize;
    margin-bottom:10px;
    text-align:right;    
}


.products-inner
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products-inner ul
{
	 text-align:center;
	 padding-right: 0;
}


.products-inner ul a:hover
{
	 text-decoration:none;
}

.products-inner ul li
{
    width: 260px;
    display: inline-block;
    margin: 0 10px 20px 9px ;
    border-radius:0px;    
	padding: 0px 0px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow:hidden;    
    border: 1px solid #e7e7e7;

    position:relative;
}



.products-inner ul li img
{
   height: 231px;
    width: 100%;
    object-fit: cover;
    padding: 30px;
}
 
.product-content
{
	background-color:#FFFFFF;
	text-align:right;
	padding: 0 15px;
}

.product-content h5
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:15px;
    color:#2e2e2e;
    text-transform:uppercase;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.product-content h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:14px;
    text-transform:capitalize;
    color:#a6a6a6;
}




.products-bg
{
	margin:40px 0; 
}

.products
{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.products ul
{
	 text-align:center;
	 padding-left: 0;
	 margin-bottom: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:rgba(0, 0, 0, 0.61) none repeat scroll 0 0;
	bottom: 60px;
	left: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 300ms ease 0s;
}
.product-action a {
	background: rgba(245, 245, 245, 1) none repeat scroll 0 0;
	border: 1px solid #6381be;
	color: #6381be;
	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: #6381be;
	color: #fff;
}
.product-content a {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-price 
{
	 text-align:right;
	 margin-top: 5px;
	display:none;
}
span#ContentPlaceHolder1_DivRealprice {
    display: none;
}

.new-price
{
	color:#6381be;
	font-size:16px;
    font-family: 'El Messiri', sans-serif;
}

.old-price
{
	color:#949494;
	text-decoration:line-through;
	font-size:16px;
    font-family: 'El Messiri', sans-serif;
}


.mobile-app
{
	background:url('../images/mobile-app-ar.jpg') no-repeat center center ;
	padding:50px 0;
	background-size: cover;
	text-align:center;
}


.mobile-app h2
{
	color:#e51b24;	
	font-size:42px;
	font-weight:bold;
}

.mobile-app h3
{
	color:#6381be;	
	font-size:24px;	
	font-weight:bold;
    margin-bottom:30px;
}
.mobile-app img
{
	margin:15px auto;
}


.footer

{
	background-color:#f5f5f5;
	padding:30px 0;
	color:#404040;;    
    text-align:right;
  

}


.footer-title
{
  font-size:18px;
  margin-bottom:15px;
  color:#6381be;
  font-weight:600;
  margin-top:15px;
  text-transform:uppercase;
}

.footer-manu ul
{ 
padding-right:0
}
.footer-manu ul li
{ 
 display:block;
 padding:5px 0;
}

.footer-manu ul li a
{ 
	color:#404040;    
}



.footer-email a
{
	color:#404040;    
}


.footer-newsletter  {
 margin-top:25px;
}


.footer-newsletter .newsletter .subscribe {
  max-width: 600px;
  margin: auto;
}
.footer-newsletter .newsletter .subscribe .control {
    background: #ffffff;
    border-radius: 30px;
    height: 43px;
    position: relative;
    padding-right: 90px;
    padding-left: 20px;
}
.footer-newsletter .newsletter .subscribe .control input[type="email"] {
  width: 100%;
  height: 100%;
  background: 0 0;
  border: none !important;
  font-size:13px;
  color: #7b7b7b;
  box-shadow: none;
}
.footer-newsletter .newsletter .subscribe .control button {
  position: absolute;
  right: 0;
  top: 0;
  background: #6381be;
  color: #fff;
  height: 100%;
  border: 0;
  padding: 0 15px;
  text-transform:  capitalize;
  font-size: 13px;
  font-weight: 500;
  
  border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}
.footer-newsletter .newsletter .subscribe .control button:hover {
  background-color: #2e3192;
}

.footer .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}







.copyright
{
    text-align:  center;
    padding: 5px 0;
    font-size: 13px;
    color: #6381be;
    line-height: 40px;
}



.copyright a
{
    color:#e81c25;
}



.social ul
{
	position: relative;
	overflow: hidden;	
	text-align: right;
	padding-right:0;
	margin-bottom:0;
	margin-top:10px;
}


.social ul li 
{
    display: inline-block;	
    width: 40px;
    height: 40px;    
    margin:0px 5px;
}


.social ul li a {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height:35px;
    text-align: center;
    color: #6381be;
    border:2px  #6381be solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    
    border-radius: 100px;
}


.social ul li a:hover 
{
	color: #fff;	
    background-color: #6381be;
    border: 2px #6381be solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


 

.contacts {
    padding: 10px 0 10px 0;
}

.contacts i {
    margin-left: 10px;
    font-size: 13px;
    color: #404040;
    border: 2px #e3e3e3 solid;
    padding: 10px;
    border-radius: 50px;
    float: right;
    width: 38px;
    height: 38px;
}

.contacts a{
	color:#404040;
}




.caption-inner {
    height: auto;
    width: 90%;
    color: #fff;
    padding: 35px 0 10px 0;
    text-align: center;    
    font-family: 'El Messiri', sans-serif;
    position: absolute;
    bottom: 60px;
    right: 5%;
    left: 5%;
    margin: auto;
}


.caption-inner h3 {
    margin-bottom:10px;
    line-height: 65px;
    overflow: hidden;
    font-size: 55px;
    /*text-transform: capitalize;*/
    margin-top: 0;
    color: #353434;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align:   center;
}


.breadcrumb>li {
    display: inline-block;
    font-size:16px;
    color:#fff;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ffffff;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #6381be;
    font-weight: 400;
}



.filter
{
	color:#4a4a4a;
	font-size:18px;
	margin-bottom:20px;
	margin-top:20px;
	border-bottom:1px #d2d2d2 solid;
}
.filter span
{
   background-color:#4a4a4a;
   width:50px;
   height:2px;	
}



.bg-filter
{
	border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding:10px 20px;    
}


.inner-list
{
margin-top:10px;
}

.inner-list ul
{ text-align:left;    
  padding-left: 20px;
}

.inner-list ul li
{   
    display: list-item;
    list-style-type: square;
    padding: 5px 0px;
}






hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(205, 164, 113, 0.35);
}


.content-inner
{
    margin:40px 0 40px 0;
}



.pic-inner
{
	width:430px;
	height:auto;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
}



.text-news
{
	margin-bottom:20px;
}


.title-news {
    font-size: 22px;
    color:#e81c25;
    margin-bottom: 10px;
    margin-top: 10px;
}





.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-left:10px;
color: #6381be;
}


.map
{
	margin-top:20px;
}


.calls
{
	margin-bottom:45px;
}


.calls .h4
{
   font-size:18px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    width: 40px;
    background:#6381be;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data a:hover
{
	color:#999999;
}

.calls-data i
{
    color: #6381be;
    margin-left: 10px;
    font-size:16px;
}


.btn2 {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 16px;
    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:0px;
    text-transform: capitalize;
}



.btn3 {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 16px;
    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: 4px;
    text-transform: capitalize;
}


.gray-box
{
	background: #f1f1f1;
    padding: 10px 20px 10px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom:20px;
    border: 1px #dadada solid;
}

.code_apply {
    display: block;
    padding: 10px 12px 10px 20px;
    background-color: #6381be;
    margin:5px 0px 5px 0px;
    min-height: 45px;
    color: #fff;
    width: 300px;
    float: right;
    height: 20px;
    border-radius: 40px;
}


a.code_apply {
    border: 1px solid #fff;
    color: #fff;
    padding: 0px 8px;
    margin: 0 0 0 10px;
    float: right;
    width: auto;
    min-height: auto;
    height: 20px;
    font-size: 15px;
    min-height: 25px;
}


a.code_apply:hover {
    border: 1px solid #fff;
    color: #6381be;
    background-color:#fff;
    text-decoration: none;
}



.btn-career{
    color: #fff;
    background-color: #6381be;
    border-color: #6381be;
    margin-bottom: 10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #6381be;
    border-color: #6381be;
}

.big-text
{
	margin-top:0;
}





.big-text
{
margin-top: 0px;
margin-bottom: 20px;
}






.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: #6381be;
    font-size:16px;
    margin-left:7px;
}


a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color:#e81c25;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #6381be !important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: right;
    border-bottom:1px #cccccc solid;
}





.title-gallery {
    font-size: 20px;
    color:#e81c25;
    margin-bottom: 30px;
}
.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-size: 25px;
    line-height: 25px;
    color: #6381be;    
    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-left: 8px;
    padding: 0;
    text-align: right;
    text-transform: none;
    vertical-align: middle;
}


.product-addto-links a {
    display: block;
    color:#5a5a5a;
}


.product-addto-links a i {
     padding-left:10px;
}
   
.box-title h4
{
	
	 margin:0;
}


.lines
{
	 margin-top:30px;
	 margin-bottom:50px;
}
.lines .row .col-md-3
{
	 padding:0;
}

.line-gray
{
	border-top:5px #c9cacc solid;
	text-align:center;
}



.circle-gray
{
	width: 35px;
    height: 35px;    
	background-color: white;
	border:5px #c9cacc solid;
	border-radius:50px;
	position: absolute;
    top: -15px;
    left: 0;
    right: 0;    
    font-size: 18px;
    margin: auto;
}






.line-green
{
	border-top:5px #6381be solid;
	text-align:center;
}



.circle-green
{
	width: 35px;
    height: 35px;    
	background-color: white;
	border:5px #6381be solid;
	border-radius:50px;
	position: absolute;
    top: -15px;    
    font-size: 18px;
    left: 0;
    right: 0;
    margin: auto;
}


.headline-gray
{
	color:#c9cacb;
	font-size:14px;
	text-align:center;
	margin-top:20px;	
	font-weight:500;

}


.headline-green
{
	color:#6381be;
	font-size:14px;
	text-align:center;
	margin-top:20px;
	font-weight:500;
}

a {
    color: #6381be;
    text-decoration: none;
}
.total
{
	background-color: #2e2d25;
    color: white;
    padding: 15px;
    text-align: center;    
    margin-top: 5px;
}



.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}




.feedback
{
	 padding-bottom:15px;
	 padding-top:15px;
}

.feedback span
{
	 color:#e81c25;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}
.w3-black,.w3-hover-black:hover{color:#e81c25!important;background-color:#fff!important}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    color: #6381be;
    width: 33%;    
    border:none;
    display: block;
    outline: 0;    
    background-color: rgba(255, 228, 196, 0);
}

.w3-bar .w3-bar-item i {

	 margin-right:5px;
}

.w3-button:hover {
    color:#e81c25!important;
    background-color: rgba(204, 204, 204, 0)!important;

}
.w3-black, .w3-hover-black:hover {
    color:#e81c25!important;
    background-color: rgba(204, 204, 204, 0)!important;    
}


.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #6381be!important;
}



.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.wishlist-area{}
.wishlist-content{}
.wishlist-title {
    text-transform: capitalize;
}
.wishlist-title h2{}
.wishlist-table{}
.wishlist-table table {
	background: #fff none repeat scroll 0 0;
	border-color: #e8e8e9;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin: 20px 0 50px;
	width: 100%;
}
.wishlist-table table{}
.wishlist-table table th {
    font-weight: 600;
}



.wishlist-table table th, .wishlist-table table td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	font-size: 14px;
	padding: 15px 10px;
	text-align: center;
}
.wishlist-table table .product-remove {
	padding: 0 15px;
	width: 20px;
}
.wishlist-table table .product-remove > a {
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #6381be;
}
.wishlist-table table .product-add-to-cart > a {
	background: #2e2d25 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 56px;
	text-transform: uppercase;
	width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
    background: #6381be;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-table table
.wishlist-table table
.wishlist-share{}
h3.wishlist-share-title{}
.wishlist-share {
	margin-bottom: 35px;
	margin-top: 20px;
}
h4.wishlist-share-title {
    margin-bottom: 10px;
}
.wishlist-share ul{}
.wishlist-share ul li {
	display: inline-block;
	height: 21px;
	margin-left: 0;
	margin-right: 0;
}
.wishlist-share ul li a{
	background-position: left top;
	border: medium none;
	display: inline-block;
	height: 21px;
	width: 21px;
}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a{}
.wishlist-share ul li a{}
.wishlist-share ul li a:hover{background-position: left bottom;}







.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:15px 15px ;
    border-radius: 0px;
    font-size:12px;
    margin-bottom:0px;
}

.cart a
{
    color:#5a5a5a;
}


.btn-cart 
{
    padding: 0px 0px;
}
    
.cart-border
{
    border: 1px #ebebeb solid;    
    padding-bottom: 10px;
    padding-top: 10px;
}
    
    
.cart-h
{
    height:160px;
    display:table-cell;
    vertical-align:middle;
}
    
.cart-h img
{
    height: 160px;
    width: 100%;
    object-fit: cover;
}
    
.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-right: 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-right: 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;
  right: 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);
}




.login-2
{   
    background-color: white;
    position: relative;
    z-index: 99;    
}

.grid2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 27rem;
    width: 100%;
    padding-bottom: 30px;
    font-size: 15px;    
    border: 1px #e8e8e8 solid;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.or-seperator i {
    padding: 0 10px;
    background: #fff;
    position: relative;
    top: -18px;
    z-index: 1;
}
/* helpers/hidden.css */

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* helpers/icon.css */

.icons {
  display: none;
}

.icon {
  display: inline-block;
  fill: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}


input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

input[type='submit'] {
  cursor: pointer;
}

.form {
  margin: 0px;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'] {
  width: 100%;
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px;
  margin: 0.875rem;
}

.form__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* modules/login.css */

.login {
  color: #eee;
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'] {
  padding: 16px 0 16px 16px;
  height:60px;
}

.login label {
  background-color: #fff;
  border-bottom:1px #CCCCCC solid;

}

.login input[type='password'],
.login input[type='text'] {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom:1px #CCCCCC solid;
  font-size:16px;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
  background-color: #fff;
}

.login input[type='submit'] {
    background-color: #6381be;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 30px;
    width: auto;
    height: 40px;
    margin: auto;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #4e9fbc;
}
.btn-login {
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    font-size: 14px;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.bhoechie-tab .form-group {
    margin-bottom: 15px;    
    width: 30%;
    display: inline-block;
    margin-right:25px;
    overflow:hidden;
}




.sort 
{
    display:inline-block;    
}



.sort a
{
    border: 1px #c8c8c8 solid;
    color: #6381be;
    padding: 5px 8px;    
    margin-left: 15px;
    display:inline-block;    
    font-size: 18px;
}

.sort a:hover
{
    border: 1px #6381be solid;
    color: #fff;
    background-color:#6381be;    
}

.active-sort
{
    border: 1px #6381be solid !important;
    color: #ffffff!important;
    background-color: #6381be!important;
}

.product-action2 {
	opacity: 1;
	padding: 10px 0;
	position: relative;
	right: 0;
	text-align: center;
}
.product-action2 a {
	border: 1px solid #6381be;
	color: #6381be;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.product-action2 a:hover {
	background: #6381be;
	color: #fff;
}




