
@font-face {
	font-family: "MyriadPro-Bold";
	font-style: normal;
	font-weight: normal;
	src: local("MyriadPro-Bold"), url("font/MyriadPro-Bold.woff") format("woff");
}
@font-face {
	font-family: "MyriadPro-Regular";
	font-style: normal;
	font-weight: normal;
	src: local("MyriadPro-Regular"), url("font/MyriadPro-Regular.woff") format("woff");
}

body{
	background: #eae9e947;
	color: #000000;
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
}
#form-product{
   
}

.alert-danger
{display:none;}

h1 {
    color: #636e75;
    margin-bottom: 20px;
    margin-top: 0px;
}
.intro1, .intro2,.intro3,.intro4{
    text-align:center;
}

.intro1 h1{
    font-size: 45px;
    margin-bottom: 10px;
}


h2 {
	font-size: 30px;
    text-transform: none;
    color: #000000;
    margin: 0 0 5px;
} 
.intro2 h2{
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: none;
}

h3{
    font-size: 25px;
    text-transform: none;
}
.intro3 h3{
    font-size: 20px;
    text-transform: none;
    margin-bottom: 10px;
}

h4.related{
    font-size: 25px;
    text-transform: none;
    margin-top: 10px;
}

h1, h2, h3, .btn, #top ul li a,
.btn-group .btn-default, #search .form-control-lg,
footer h5, footer a, .content h4 a, #product-info .tax,
#product .form-control, #display-control .btn-primary, 
#display-control .btn-group button, .heading,
.list-group a, .product-list .price-tax,
.product-list .content h4 a, .nav-tabs .nav-link{
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;}
}

a {
	color: #000000;
}

a:hover {
	color: #c2a26f;
} 

.form-control, .form-select{
	padding: 6px 12px;
	border: 1px solid #ccc;
	color: #555;
	min-height: 34px;
	border-radius:0px;
	font-size:15px;
	box-shadow: none !important;
}

label {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.btn {
	font-size: 15px;
    padding: 7px 18px;
	border-radius: 0;
	text-transform: uppercase;
	line-height:initial;
	box-shadow: none !important;
}

.btn-primary, .btn-light {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.btn-primary:hover, .btn-light:hover{
	background: #C2A26F;
	border-color: #C2A26F;
	color: #ffffff;
}

#top ul {
	margin: 0;
}

#top {
    background: none repeat scroll 0 0 #C56E33;
    border-bottom: 1px solid #e2e2e2;
    height: 45px;
	height: 45px;
    padding: 0;
    line-height: 44px;
	text-transform: uppercase;
}

#top ul li a{
	font-size: 14px;
}
    
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #fff;
    text-shadow: none;
}
#top .float-start ul{
	margin:0;
}

#top i {
    margin-right: 6px;
}


#top .nav ul li a{
    border-right: none;
	padding: 15px 9px 15px 0px;
    font-size: 14px;
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	
}

#top .nav ul li a:hover{
	color: #c2a26f!important;
    text-decoration: underline;
}

#top .nav ul li:last-child a{
	border:none!important;
}

#top ul {
    padding: 0;
}

#top .dropdown-menu a {
  padding: 5px 10px!important;
    line-height: 22px;
}

#top{
	margin: 0 0 6px 0;
	
}

#top .dropdown-menu li a {
    border: 0 !important;
}

#header-cart .btn-inverse {
	font-size: 17px;
    color: #FFF;
    background: #DFB395;
    border-color: #DFB395;
	padding: 5px 40px;
}

#header-cart .cart-icon{
    background: #000;
    padding: 5px 20px;  
}

#header-cart .cart-icon i {
    color: #ffff;
    font-size: 15px;
}

#header-cart {
    margin-bottom: 4px;
	position: relative;
}

#header-cart .dropdown-menu {
	right: 0 !important;
	left: auto !important;
	transform: none !important;
	top: 100% !important;
}

#checkout-checkout {
    background: #fff;
}

.welcome {
    color: #444;
    font-size: 14px;
	margin-bottom: 0;
}

.welcome a {
    color:#ffffff;
}

#form-currency ul li a {
	width: auto;
    padding: 2px 4px;
	border: 1px solid #ccc;
	color: #999;
    font-size: 13px;
	background: transparent;
}

#form-currency ul li a:active,
#form-currency ul li a:hover {
	color:#000;
}

#form-currency .btn-default {
	padding: 0px 3px;
    text-transform: capitalize;
	margin-top: -5px;
}

#form-currency .list-inline-item:not(:last-child){
    margin-right: 2px;
	margin-bottom: 8px;
}

#search .btn-lg {
    font-size: 14px;
    line-height: 18px;
    padding: 0.57rem 10px;
	background: #f3f3f3;
	border: 1px solid #e6e9e8;
	color:#C2A26F;
	border-radius: 0;
	cursor: pointer;
}

#search .form-control-lg{
	background: #f3f3f3;
	border: 1px solid #e6e9e8;
	border-radius: 0;
	font-size: 13px;
    text-transform: uppercase;
	font-size: 12px;
}

#logo img {
    max-width: 100%;
}

#logo {
    margin: 0;
    padding: 0;
}

/* == menu css start here ==*/
#menu{
	border-radius:0;
    border:0;
	border-top: 1px solid #EAE9E9;
    border-bottom: 1px solid #EAE9E9;
	background: transparent!important;
}

#menu .nav li a {
    color: #000!important;
	font-size: 16px;
font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	border-right: 1px solid #eae9e9;
	padding: 6px 20px;
	text-transform: none;
	line-height: 22px;
}

#menu .nav li a :hover{
	color:#C2A26F;
}

#menu .nav li:first-child {
    line-height: 28px;
}

#menu #narbar-menu {
   padding: 13px 0px;
}

#menu .navbar-nav li a:hover {
    background: 0;
	color:#C2A26F!important;
}

#menu .dropdown-inner ul li a:hover{
	background:0;
}

#menu .dropdown-inner a {
    border-right: 0!important;
	text-transform:none!important;
}

#menu .dropdown-menu .see-all {
    text-transform: capitalize!important;
}

#menu .dropdown-menu a {
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.menulists i{
   font-size:14px!important;
}

#menu .dropdown-menu{
	background:#fff!important;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}
/* == menu css end here ==*/



/* ==  slider css start here == */
.carousel{
	border: 0;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 20px;
}

.carousel img{
	width: 100%;
}

#carousel-banner-1 .carousel-inner {
	background: #FFFFFF;
	padding: 20px;
}

#carousel-banner-2 .carousel-inner {
    background: #fff;
}

.carousel-indicators {
	bottom: 0;
}
/*== slider css end here == */

/* ==  footer css start here == */
footer{
	background-color:#000;
	padding-bottom: 30px;
}

footer h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

footer a {
    color: #A3A8A9;
    font-size: 12px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.powered p {
    text-align: right;
	margin: 10px 0;
}
/* == footer css end here == */

/* == Featured css start here == */
.box  {
    padding: 30px 20px;
    background: transparent;
}

.product-thumb .description {
   padding: 0 15px 15px;
}

.product-thumb {
    border: 0;
	overflow: auto;
    display: inline-block;
}

.product-thumb img {
    border-bottom: 1px solid #eae9e9;
}

.content h4 a {
    font-size: 22px;
    color: #000;
	font-weight: normal;
}

.product-thumb .product-buttons,
.product-thumb .button-group{
	background:none;
	border:0;
	padding:0;
	margin: 0;
}

.product-thumb .button-group button{
	background: #000;
    color: #fff;
	padding: 0;
	opacity: 0;
	transition: all .5s ease;
}

.product-thumb:hover .button-group button{
	opacity: 1;
}

.product-thumb{
	border:7px solid #fff;
	background: #fff;
	margin-bottom:20px;
}

.product-thumb:hover {
	border:7px solid #eae9e9;
}

.product-thumb .button-group button:hover {
    cursor: pointer;
	background: #000;
    color: #fff;
}

.description p {
    font-size: 17px;
}

.price-new {
    font-size: 20px;
}
/* == Featured css end here ==* /

/* == product css start here  ==*/
.breadcrumb{
	background-color: #fff;
	border: 0;
}

.breadcrumb li.breadcrumb-item:after{
	display: none;
}

.breadcrumb li.breadcrumb-item a{
	font-size: 13px;
}

.breadcrumb .breadcrumb-item .fa-home:before{
    content: "Home";
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.magnific-popup .img-thumbnail{
	border-radius:0;
	margin-bottom: 5px;
	transition: all .5s ease-in-out;
}
.magnific-popup .img-thumbnail:hover{
	border-color: #000000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
	background: #f1f1f3;
    font-weight: bold;
    padding-bottom: 7px;
    border-radius: 0px;
    outline:none;
	text-transform: uppercase;
	border-color:transparent;
}

.nav-item a {
    color: #000;
    text-transform: uppercase;
    border: 0px;
}

.nav-tabs .nav-link:hover{
	border-color:transparent;
	color:#000;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

#product-info .btn-group .btn-light{
	padding: 10px 14px;
    color: #fff;
}

#product-info .btn-group .btn-light:first-child{
	margin-right:8px;
}

#product-info .btn-group .btn-light  i {
    font-size: 14px;
}

#product-info .price-old{
	color:#000;
}

#product-info .price-new{
    font-weight: normal;
    font-size: 30px;
    color: #000;
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.tab-content {
    background: #d39063;
    padding: 10px;
}

.nav-tabs {
	margin: 0;
	border-color: #f1f1f3;
}

#button-cart {
    width: 140px;
	font-size: 16px;
	padding: 10px;

}

#special .carousel-indicators {
    display: none;
}

#special h3 {
    background: #000;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
    text-align: center;
}
/* ==  product css end here  ==*/


.input-group.mb-3,#display-control.row .mb-3{
        margin-bottom: 0rem !important;
} 

.breadcrumb > li.breadcrumb-item + li:before {
    content: "\203A";
    padding: 0 5px 0 0 ;
}

.breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px 0 0;
    position: relative;
    white-space: nowrap;
}

#product-category .col-sm-10 p {
    font-size: 18px;
    line-height:1.3;
}


#product .form-control {
    display: block;
    width: 100px;}

/* == category css start here == */
#product-category, #product-search, #product-info {
    background: #fff;
}

#display-control .btn-primary{
	background:transparent;
	border-color:transparent;
	color:#fff;
	font-size: 16px;
	padding:0;
	margin-left: 10px;
}

#display-control .btn-group button{
	color: #ffffff;
    background:#000;
    border-color: #000;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 12px;
    font-size: 12px;
}

#display-control .btn-group button:last-child{
	border-left:5px;
}

#button-grid {
    margin-left: 4px;
}

#display-control .btn-group button:hover{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#display-control {
    background: #DFB395;
	padding: 5px;
	margin-bottom: 10px;
}

#display-control .input-group-text{
	background-color: transparent;
	border:0;
	color:#fff;
	font-size: 12px;
}

#display-control .form-select{
	border-radius: 0px;
	font-size: 12px;
	border-color: transparent;
}

.heading{
	font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
    background: transparent;
    padding: 10px 13px;
}

.list-group a{
    font-size: 16px;
    text-transform: none;
    border: none;
    padding: 5px 12px;
	background-color: #f5f5f5;
	background: transparent;
}

.list-group a.active, 
.list-group .active:hover{
	color: #c2a26f;
	font-weight:bold;
	background: #fff;
}

.list-group i {
    margin-right: 5px;
}

.product-list .product-thumb .button-group button + button {
    border-left: 1px solid #ddd;
	background:#c2a26f;
	float: right;
	margin-left: 20px;
}

.product-list .product-thumb:hover{
	border:0;
}

.product-list .product-thumb{
	border:0;
}

.product-list .price-tax{
	color: #000;
	margin-bottom: 10px;
}

.product-thumb .price-old{
	color: #928f8f;
}

.product-list .product-thumb h4 {
    font-weight: normal;
    padding: 15px 0px 0px;
}

.product-list .content h4 a {
    font-size: 15px;
    color: #000;
    font-weight: normal;
}

.product-list .product-thumb img {
    border-bottom:0;
	padding: 0px 10px;
}

.product-list .product-thumb .button-group button:first-child {
	margin-bottom: 10px;
	padding: 5px 32px;
}

.product-list .product-thumb .button-group button{
	opacity: 1;
	display: block;
	flex: inherit;
	padding: 5px 8px;
    line-height: inherit;
	margin-left: auto;
}
#product-list .col form {
    position: relative;
}
.product-list .product-thumb .button-group{
	justify-content: right;
	display: block;
	border: 0;
	bottom: 55px;
	right: 0;
}

.product-list .product-thumb{
  border-top:1px solid #E7E7E7!important;
}

.product-list .product-thumb:hover{
    border-top:1px solid #E7E7E7;
}

.product-list .priceset{
	float: right;
	position: absolute;
	top: 15px;
	right: 0;
}

.product-list .product-thumb .price-old{
	margin-left: 10px;
}

.display {
    font-weight: bold;
    margin-right: 6px;
    vertical-align: middle;
}

.card-body{
	background: #f5f5f5;
}

.card-body h2 {
	font-size: 16px;
}
/* == category css start here == */

@media (max-width: 767px){
	#header-cart .dropdown-menu {
		width: 100% !important;
	}
	#header-cart .dropdown-menu li {
		min-width: 100%;
	}
	.boxnav { 
		background-color: rgba(0, 0, 0, 0.4); 
		opacity:1; 
		width:100%; 
		position:fixed; 
		top:0; 
		left:0; 
		display:none; 
		height:100%; 
		z-index:100;
	}
	.noscroll { 
		position:fixed; 
		overflow-y:scroll; 
		width:100%;
	}
	.boxbg .container{ 
		padding:0px;
	}
	.boxbg { 
		margin:0; 
		padding:0; 
		width:80%; 
		height:100%; 
		overflow-y:scroll; 
		background:#fff;
	}
	.boxclose { 
		margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 5px 10px;
	}
	#logo img {
		margin: 40px 0px;
	}
	
	#menu.navbar{
		border-top:0;
		border-bottom:0;
	}
	
	#menu.navbar {
		padding: 0;
		margin-bottom: 0px;
		background: #000!important;
		display:block;
		width:100%;
	}
	
	#menu .nav li a{
		color:#999999!important;
		font-family: none;
		border-top: 1px solid #373737;
		border-bottom: 1px solid #1A1A1A;
		border-right: 0;
		text-indent: 20px;
		min-height: 40px;
		padding: 0;
		line-height:40px;
	}
	
	.navbar-toggler:focus{
		box-shadow: none;
	}
	
	.navbar-light .navbar-toggler{
		background:transparent;
		border-color:0;
		border-color: transparent;
	}
	.menulists{
		display:none;
	}
	
	.menusicon {
		display: inline;
	}
	
	.menusicon i {
		color: #fff;
	} 
	
	.product-list .priceset {
		position: inherit!important;
		float:none!important;
    }
	
	.product-thumb .image{
		text-align: left;
		padding-top:5px;
	}
	
}