﻿@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');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color:#3f3f41;
    font-size:15px;
    font-weight:400;    
}


.video-inner
{
	margin-top:30px;
}


.top
{
	padding:0px 0;
	background-color:#f45928;
	color:#fff;
	font-size:13px;
	line-height:35px;
}

.top i
{
	font-size:15px;
	margin-right:5px;
}


.top a
{
	color:#fff;
}



.top .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:right;
	margin-bottom:0px;

}


.top ul 
{
	padding-left:0px;
	text-align:right;
}



.top .socials li {
    display: inline-block;	
    width: 33px;
    height: 33px;
}

.pad
{
	padding: 0 5px;
}
.top .socials li a {
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top .socials li a i{
 margin-right:0;
 font-size:15px;	
 margin-left: 0px;			
}

.top .socials li a:hover {
	color: #3f3f41;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.cart-home
{
	font-size:16px;
}


.language
{
    font-family: 'Tajawal', sans-serif !important;
    font-size: 16px !important;
    background-color: #f45928;
    color: white !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    border-radius: 4px;
}



.menu-logo
{
	 padding:10px 0 10px 0;
	 font-size:15px;
	 color:#333;
	 background-color:#3f3f41;
}
.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:right;
margin-top: 25px;
} 


.text-top2 i
{ 
margin-right:5px;
} 



.text-top2 ul
{
	 padding-left:0;
	 margin-bottom:0;
}


.text-top2 ul li
{
	display: inline-block;
	font-size:14px;
	padding: 0 12px 0 12px;    
	text-transform: capitalize;
    border-right: 1px #fff solid;
}

.no-border
{
    border-right: 0px #fff solid !important;
}

.text-top2 ul li a
{
	 color:#fff;
}


.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;
    right: 0px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 43px;
    color: #ffffff;
    background-color: #f45928;
    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;    
    z-index:999;
    right: 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 a{
    color: #f45928;    
}


#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;
}

.cart .circle
{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    color: #f45928;
    right: 0;
    left: 25px;
    margin: auto;
    top: -10px; 
}





.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:520px;
    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;
}

.header1
{
	height:500px;
}

.header-inner
{
	height:300px;
}

.slider-image 
{
     height:500px;
     padding-top: 320px;
     padding-right:50px;
}

.slider-image img 
{
  margin:auto 0 auto auto;
}

.carousel-caption
{
	right: 00;
    left: 0;
    margin: 0;
    top:0px;
    width: 805px;    
    height:500px;
    padding-bottom:0;    
    padding-right: 255px;
    padding-left:50px;
    padding-top:50px;
    text-align: left;
    background: url('../images/caption-bg.png') no-repeat left top;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}




.carousel-caption .title2
{
	font-size:50px;        
	text-transform:uppercase;
	color:#fff;        
    margin-bottom: 20px;
    font-weight:600;    
    text-align:left;
    line-height: 75px;
}


.carousel-caption .title3
{
	font-size:16px;        
	color:#fff;    
    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-indicators {
    bottom: 10px;
    left: 0%;
    right:0;
    margin:auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 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: 2px;
}

.btn-default {
    color: #f45928;
    background-color: #fff;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-default:hover {
    color: #fff;
    background-color: #f45928;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-orange{
    color:#fff;
    background-color:#f45928;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-orange:hover {
    color: #f45928;
    background-color:#fff;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more{
    color:#fff !important;
    background-color:#f45928;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    padding: 6px 15px;
}


.btn-more:hover {
    color: #f45928!important;
    background-color:#fff;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.boxes
{
	margin:45px 0 15px 0;
}


.pic3
{
	height:230px;
	width:100%;    
	position: relative;
	margin-bottom:30px;	
	background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;

}

.pic3 img
{
	height:230px;
	width:100%;
	object-fit: cover;    
}


.text3-bg
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: left;
}

.text3
{
    color: #ffffff;
    font-size: 20px;    
    overflow:hidden;   
    font-weight:600; 
    text-transform: capitalize;
}

.more
{
    color: #ffffff;    
    font-style: italic;
    text-decoration:underline;
    font-size: 14px;    
    text-transform: capitalize;
}




.bg-gray
{
	background-color:#eeeeee;
	padding:50px 0 30px 0;
}


.category{
	padding-top:20px;
	margin-bottom:0px;
	overflow:hidden;
}



.category ul
{
	 text-align:center;
	 padding-left: 0;
}


.category ul a:hover
{
	 text-decoration:none;
}

.category 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;
}

.category ul a:hover li
{
    box-shadow:1px 1px 10px 4px rgba(0, 0, 0, 0.1);
}


.category ul li img
{
    height:275px;    
    width: 100%;      
    object-fit:cover;
}



.category-content
{
	background-color:#FFFFFF;
	text-align:left;
	padding:15px;
	color:#f45928;
	font-weight:600;
	font-size:18px;
}


.bg-orange
{
	background-color:#f45928;
	padding:80px 0 80px 0;
}

.title
{
    color:#3f3f41;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom:10px;
}



.title2
{
    color:#fff;
    font-size: 35px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom:10px;
    text-align: center;    
}



.title2 span
{
   color: #f3f3f3;
   font-size:13px;
   font-weight:400;       
   display:block;    

}
.title-inner
{
    color:#000000;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Josefin Sans';
    text-transform:  capitalize;
    margin-bottom:10px;
    text-align:left;    
}


.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: 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;    
    position:relative;
}



.products-inner ul li img
{
    height:275px;    
    width: 100%;    
    object-fit:cover;
}
 
.product-content
{
	background-color:#FFFFFF;
	text-align:left;
	padding: 0 15px;
}

.product-content h5
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size:15px;
    color:#2e2e2e;
    text-transform:uppercase;
}


.product-content h3
{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:14px;
    text-transform:capitalize;
    color:#a6a6a6;
}





.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 #f45928;
	color: #f45928;
	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: #f45928;
	color: #fff;
}
.product-content a {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-price 
{
	 text-align:right;
	 margin-top: 5px;
}


.new-price
{
	color:#f45928;
	font-size:16px;
}

.old-price
{
	color:#949494;
	text-decoration:line-through;
	font-size:16px;
}


.footer

{
	background-color:#212121;
	padding:30px 0;
	color:#fff;;    
	font-size:14px;
    text-align:left;
  

}


.footer-title
{
  font-size:18px;
  margin-bottom:15px;
  color:#fff;
  font-weight:600;
  margin-top:15px;
  text-transform:capitalize;
}

.footer-manu ul
{ 
padding-left:0
}
.footer-manu ul li
{ 
 display:block;
 padding:5px 0;
}

.footer-manu ul li a
{ 
	color:#727272;    
}



.footer-email a
{
	color:#404040;    
}



.newletter
{
	margin:0;
}


.footer .newletter .col-md-4, .newletter .footer .col-sm-4 ,.newletter .footer .col-xs-5
{
    padding:0 15px 0 0;
}


.footer .newletter .col-md-8 ,.newletter .footer .col-sm-8,.newletter .footer .col-xs-7
{
    padding:0 0 0 15px;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #464646;
    background-image: none;
    border: 1px solid #464646;
    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;
}


.footer .btn {
    display: inline-block;
    padding:6px 2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;    
    height: 45px;
    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:#3c3c3c;
    border: 1px solid transparent;
    border-radius: 0px;
    background-size: 100% 100%;
    /* height: 30px; */
    width: 100%;
    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-margin {
    margin-top: 10px;
}


.border-footer
{
    border-bottom:1px rgba(255, 255, 255, 0.10) solid;
    padding-bottom:35px;
}


.copyright
{
    text-align:  center;
    padding: 5px 0;
    font-size: 13px;
    color: #9e9e9e;
    line-height: 40px;
    background-color:#212121;
    border-top:1px rgba(255, 255, 255, 0.10) solid;
}



.copyright a
{
    color:#f45928;
}



.social ul
{
	position: relative;
	overflow: hidden;	
	text-align:  center;
	padding-left: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: 18px;
    line-height:35px;
    text-align: center;
    color: #797979;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


 

.contacts {
    padding: 10px 0 10px 0;
}

.contacts i {
    margin-right: 10px;
    font-size: 13px;
    color: #404040;
    border: 2px #e3e3e3 solid;
    padding: 10px;
    border-radius: 50px;
    float: left;
    width: 38px;
    height: 38px;
}

.contacts a{
	color:#404040;
}







.caption-inner {
    height: auto;
    width: 100%;
    background-color: #f9f9f9;
    padding: 35px 0 10px 0;
    border-bottom: 1px #e7e7e7 dotted;
    border-top: 1px #e7e7e7 dotted;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    color:#f45928;
}

.breadcrumb {
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#58585a;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#58585a;
}


.breadcrumb>.active {
    color: #f45928;
    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:right;
	margin-bottom:20px;
	margin-left:20px;
}



.text-news
{
	margin-bottom:20px;
}


.title-news {
    font-size: 22px;
    color:#f45928;
    margin-bottom: 10px;
    margin-top: 10px;
}





.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
color: #f45928;
}


.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;
    left: 0;
    height: 1px;
    width: 40px;
    background:#f45928;
}

.calls-data
{
	margin-top:15px;
	color:#999999;
}


.calls-data a
{
	color:#999999;
}

.calls-data a:hover
{
	color:#999999;
}

.calls-data i
{
    color: #f45928;
    margin-right: 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: #f45928;
    margin:5px 0px 5px 0px;
    min-height: 45px;
    color: #fff;
    width: 300px;
    float: right;
    height: 20px;
    border-radius: 2px;
}


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: #f45928;
    background-color:#fff;
    text-decoration: none;
}



.btn-career{
    color: #fff;
    background-color: #f45928;
    border-color: #f45928;
    margin-bottom: 10px;
}

.btn-career:hover {
    color: #fff;
    background-color: #f45928;
    border-color: #f45928;
}

.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: #f45928;
    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:#f45928;
    text-decoration: none;
    background-color: #fff;
}

.active-menu
{
	color: #f45928 !important;
    text-decoration: none;
    background-color: #fff;

}

button.list-group-item {
    width: 100%;
    text-align: left;
    border-bottom:1px #cccccc solid;
}





.title-gallery {
    font-size: 20px;
    color:#f45928;
    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: #f45928;    
    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;
}
   
.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 #f45928 solid;
	text-align:center;
}



.circle-green
{
	width: 35px;
    height: 35px;    
	background-color: white;
	border:5px #f45928 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:#f45928;
	font-size:14px;
	text-align:center;
	margin-top:20px;
	font-weight:500;
}

a {
    color: #f45a29;
    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:#f45928;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}
.w3-black,.w3-hover-black:hover{color:#f45928!important;background-color:#fff!important}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    color: #f45928;
    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:#f45928!important;
    background-color: rgba(204, 204, 204, 0)!important;

}
.w3-black, .w3-hover-black:hover {
    color:#f45928!important;
    background-color: rgba(204, 204, 204, 0)!important;    
}


.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #f45928!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: #f45928;
}
.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: #f45928;
}
.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:14px;
    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:14px;
    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-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);
}




.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: #f45928;
    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: #f45928;
    padding: 5px 8px;    
    margin-right: 15px;
    display:inline-block;    
    font-size: 18px;
}

.sort a:hover
{
    border: 1px #f45928 solid;
    color: #fff;
    background-color:#f45928;    
}

.active-sort
{
    border: 1px #f45928 solid !important;
    color: #ffffff!important;
    background-color: #f45928!important;
}

.product-action2 {
	opacity: 1;
	padding: 10px 0;
	position: relative;
	right: 0;
	text-align: center;
}
.product-action2 a {
	border: 1px solid #f45928;
	color: #f45928;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-shadow: 0 0 0;
	width: 40px;
}

.product-action2 a:hover {
	background: #f45928;
	color: #fff;
}







.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: #ffffff;
    background-color: #f45b2a;
    background-image: none;
    border: 1px solid #f45b2a;
    border-radius: 0px;
}


.search1 .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    pointer-events: auto;
}





.btn-red {
    color: #f45928;
    background-color: #fff;
    border-color: #f45928;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-red:hover {
        color: #fff;
        background-color: #f45928;
        border-color: #f45928;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }







