body {
	font-family: 'Montserrat', sans-serif;
	margin-right: 80px;
}
#navbarContent {
	justify-content: end;
}
.header{
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 99;
}
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #49353B;
    position: absolute;
    top: 110px;
	right: 58px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert{
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #49353B;
}
.swal2-actions button {
    background-color: #BE393E;
    border: 1px solid #BE393E;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #BE393E;
}
.custom-timer-bar{
    background-color: #BE393E;
}

.header {
	letter-spacing: 1px;
}
p, span, a{
	font-family:  'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family:  'Montserrat', sans-serif;
}
.form-control{
	border-radius: 0;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
button:focus{
	outline: none;
	box-shadow: none;
}
a, a:hover, a:focus{
	text-decoration: none;
}
/*Header*/
.header  .nav-link{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.header .navbar.navbar-expand-lg.navbar-light {
	padding-left:70px;
	padding-right: 70px;
}
.maxWidth {
    max-width: 1205px;
    margin: 0 auto;
}
.breadcrumb-area.overlay-bg {
	background-color: #EFEFEF;
}
.navbar-brand img {
	width: auto;
	height: 100px;
	object-fit: contain;
}
.breadcrumb-area.overlay-bg .breadcrumb {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.breadcrumb-area.overlay-bg  .breadcrumb-item a {
	color: #000000;
	font-weight: 600;
	font-family:  'Montserrat', sans-serif;
}
.breadcrumb-area.overlay-bg .breadcrumb-item.active {
	color: #E4A268;
}
.breadcrumb-item + .breadcrumb-item::before{
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: inline-block;
	height: 10px;
	left: 5px;
	position: relative;
	top: 7px;
	transform: rotate(45deg);
	vertical-align: top;
	width: 10px;
	color: #000000;
	margin-right: 15px;
}

.navbar.navbar-expand-lg.navbar-light.fixed-top {
	background-color: #fff;
	padding-left: 100px;
	padding-right: 100px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
	border-bottom: 1px solid#E4A268;
    padding-bottom: 3px;
    transition: 0.2s;
}
.navbar-light .navbar-nav .nav-link.active{
	border-bottom: 1px solid#E4A268;
    padding-bottom: 3px;
    transition: 0.2s;
}
.navbar-light .navbar-nav .nav-link{
    color: #0B0F0E;
    font-size: 600;
    text-transform: uppercase;
    font-size: 14px;
}
/*FOOTER*/
.footerWidget h3 {
	min-height: 35px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #E4A268;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:  'Montserrat', sans-serif;
}
.social_links ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.social_links ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footerWidget .social_links li a {
	font-size: 22px;
	margin-right: 20px;
}
.footerWidget p{
	color: #fff;
}
.flex_space_between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerWidget li {
	margin: 0 0 15px;
}
.footerWidget.reachUs  li {
	position: relative;
	padding-left: 35px;
}
.footerWidget.reachUs li img {
	position: absolute;
	left: 0;
	top: 3px;
}
.footerWidget li, .footerWidget li a {
	color:#FFFFFF;
	transition: .3s;
	font-size: 12px;
	font-family:  'Montserrat', sans-serif;
}
.footerWidget li a:hover{
	color: #E4A268;
}
.orangeClr{
	color: #E4A268;
}
.copyRightText p {
	color: #fff;
	font-family:  'Montserrat', sans-serif;
	font-size: 12px;
}
.flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.footer {
	background-color: #663306;
	padding: 50px 0 10px;
}
.footerWidget.ourAddress p {
	max-width: 180px;
	font-size: 12px;
}
.footerWidget.footerLogo {
	width: 300px;
}
.devider {
	border: 1px solid #7D7D7D;
}
.devider {
	border: 1px solid #7D7D7D;
	margin: 30px auto 10px;
	opacity: 0.3;
}
/*Index*/
.slider_banner{
	width: 80%;
}
.OnsaleProducts .product-item a img {
    border: 2px solid #c9c9c9;
}
.addcart button {
    border: none !important;
    background-color: transparent !important;
}
.carousel-indicators li {
	width: 18px;
	height: 18px;
	border-radius: 100%;
  }
  .carousel-indicators .active, .carousel-indicators li:hover{
	background-color: #E4A268;
  }
  .carousel-caption{
	position: absolute;
	bottom: 0;
	top: 21%;
	text-align: center;
	opacity: 1;
	padding-top: 60px;
}
.sliders .carousel-inner::after {
	display: block;
	clear: both;
	content: "";
	background: rgba(0,0,0,0.2);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.PrimaryText {
	font-size: 90px;
	font-family:  'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}
.middleText{
	font-size: 120px;
	font-family:  'Montserrat', sans-serif;
	font-weight: 900;
	margin: 0;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.bottomText{
	font-size: 80px;
	font-family:  'Montserrat', sans-serif;
	font-weight: 300;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
}
.shopNow {
	border: 1px solid #E4A268;
	color: #fff;
	font-size: 22px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration:2.2s;
	animation-duration: 2.2s;
	position: relative;
	z-index: 0;
	background-color: #E4A268;
}
.shopNow:hover {
	color: #fff;
}
a.shopNow::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(205, 163, 121, 0.4);
	transform: scale(0);
	transition: .3s ease;
}
a.shopNow:hover::before {
	transform: scale(1);
}
 .featured ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.featured ul li{
	-webkit-flex-basis: 50%;
	-moz-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	position: relative;
}
.featured img {
	width: 100%;
	height: 506px;
	object-fit: cover;
}
.innerCaptionText {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}
.shopNow.shopBtn{
	animation: none;
}
.innerCaptionText .text-1 {
	font-family:  'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 0.9;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.OnsaleProducts .owl-nav{
	position: absolute;
	top: -100px;
	right: 0px;
	display:flex !important;
}
.OnsaleProducts {
	padding: 50px 20px;
	position: relative;
}
.owl-next.disabled,.owl-prev.disabled {
	opacity: 0.5;
}
.owl-next.disabled:hover,.owl-prev.disabled:hover{
	pointer-events: none;
}


.tittle {
	text-transform: uppercase;
	color: #0B0F0E;
	font-weight: 700;
	font-size: 40px;
}
.tittle::after {
	content: "";
	border: 1px solid #C49164;
	display: block;
	width: 150px;
	margin: auto;
	margin-top: 15px;
}
.onsale{
	padding: 0 0 50px;
}
.btn.shopNow.shopBtn::before {
	display: none;
}
.btn.shopNow.shopBtn:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
  }
.hoverIcon{
	display: none;
}
.owl-carousel .owl-item img.hoverIcon{
	display: none;
}
.carouselBtn{
	padding: 0 20px;
}
#thumbs .owl-carousel .owl-nav.disabled {
	display: block;
}
.owl-prev:hover .hoverIcon, .owl-next:hover .hoverIcon{
	display:block;
}
.owl-prev:hover .defaultIcon, .owl-next:hover .defaultIcon{
	display: none;
}
.product-info {
	display: flex;
	margin-top: 10px;
	align-items: center;
	opacity: 0;
}
.product-item:hover .product-info{
	transition: .2s ease;
	opacity: 1;
}
.product-details {
	margin-top: 30px;
}
.item-name a {
	text-transform: uppercase;
	font-family:  'Montserrat', sans-serif;
	letter-spacing: 1px;
	color: #565656;
	font-weight: 300;
	font-size: 18px;
}
.price-box{
	color: #C49164;
	font-weight: 900;
	font-size: 18px;
}
.price-box s{font-weight: bold;}
.item-name a:hover{
	color: #E4A268;
}
.addcart a {
	text-transform: uppercase;
	color: #2B2B2B;
	font-size: 16px;
	font-weight: 700;
}
.product-details .addcart a{
	font-size: 16px;
}
.addcart:hover a {
	color: #E4A268;
}
.viewProduct{
	font-size: 15px;
}
.product-info i{
	cursor: pointer;
    font-size: 22px;
    color: #000 !important;
}
.OnsaleProducts .product-info i:hover,.featured .product-info i:hover{
	color: #E4A268;
}
.OnsaleProducts .product-info a i,.OnsaleProducts .addWishList,.OnsaleProducts .addedToWishList,
.featured .product-info a i,.featured .addWishList,.featured .addedToWishList{
	padding: 0 10px;
	position: relative;
}
.OnsaleProducts .product-info a i::after,.OnsaleProducts .addWishList::after,.OnsaleProducts .addedToWishList::after,
.featured .product-info a i::after,.featured .addWishList::after,.featured .addedToWishList::after{
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color:#E4E4E4;
	left: 0;
}
.product-info .add_cart {
	padding: 0 10px;
	display: flex;
	align-items: center;
	gap: 3px;
}
.search i, .wish i, .wish img {

	color: #E4E4E4;
}
.wish img:hover .hoverIcon{
	display: block;
}
.wish img:hover .defaultIcon{
	display: none;
}
.topSelling {
	display: flex;
}
.topSelling .col-md-4 {
	padding: 0;
}
.contentSctn {
	position: relative;
	flex-basis: 100%;
	display: flex;
	flex-direction: column;
}
.content {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
}
.content1, .content2 {
	position: absolute;
	top: 32%;
	left: 0;
	right: 0;
}
.blackBg{
	background-color:#0B0F0E;
	position: relative;
}
.orangeBg{
	background-color: #E4A268;
	position: relative;
}
.content span{
	display: block;
}
.divFlex{
	display: flex;
}
.content span:first-child {
	font-size: 50px;
	font-weight: 700;
	font-family:  'Montserrat', sans-serif;
}
.content span:last-child {
	font-size: 37px;
	font-family:  'Montserrat', sans-serif;
	font-weight: 300;
}
.blackBg.content::before {
	left: -35px;
	top: 40%;
	content: "\A";
	border-style: solid;
	border-width: 35px 35px 35px 0;
	border-color: transparent #0B0F0E transparent transparent;
	position: absolute;
}
.orangeBg.content::before{
	top: 40%;
	content: "\A";
	border-style: solid;
	border-width: 35px 35px 35px 0;
	border-color: transparent #E4A268 transparent transparent;
	position: absolute;
	transform: rotate(180deg);
	z-index: 1;
	right: -35px;
}
/*Sidebar*/
.sidebar {
	position: fixed;
	width: 80px;
	transition: all 0.3s linear;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
	right: 0;
	z-index: 9999;
	top: 0;
	background-color: #250D00;
	height: 600px;
	padding: 70px 0 0;
	height: 100vh;
}

.sidebar ul {
    margin-top: 0;
	margin-bottom: 0rem;
	padding: 45px 0;
}

.sidebar li {
    height: 60px;
    position: relative
}
.sidebar li a.sidebarItem {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    padding-left: 25%;
    transition: all .3s linear;
	text-decoration: none !important;
}
.removeAll{
	text-decoration: underline;
	color: #B7B7B7;
	padding: 0 15px;
	font-size: 14px;
}
.AccountDropdown a.dropdown-item {
    color: #FFF !important;
}
.user_login {
    padding: 12px;
}
.AccountDropdown a.dropdown-item:hover {
    color: #000 !important;
	background-color: #fff !important;
}
.innerSidebar.cart_popup.wishPopup {
	padding-bottom: 15px;
}
.removeAll:hover{
	color: #E4A268;
}
span.wishListBadge{
	background: #E4A268 none repeat scroll 0 0;
    position: relative;
    top: -13px;
    right: -16px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 9px;

}
.user_login img {
    width: 23px;
    margin-left: 10px;
}
.sidebar li a.sidebarItem .badge{
    background: #E4A268 none repeat scroll 0 0;
    position: absolute;
    top: 4px;
    right: 20px;
    width: 25px;
    text-align: center;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 0px;
}
.sidebar li:first-child{
	border-top: 1px solid #F6F6F6;
}
.sidebar li{
	border-bottom: 1px solid #F6F6F6;
}
.sidebar li a i {
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px
}
.sidebar li a img {
	width: 25px;
	height: auto;
	position: absolute;
	top: 35%;
}
.sidebar .innerSidebar, .sidebar .afterLogin {
	position: absolute;
	top: 0;
	right: 80px;
	color: #fff;
	background-color:#663306;
	width: 250px;
	padding: 0;
	display: none;
	transition: all .3s linear;
}
.innerSidebar.search{
	background-color:#663306;
	padding: 10px;
	width: 350px;
}
.innerSidebar.userLogin{
	width: 350px;
	padding: 15px 10px;
}
.sidebar .innerSidebar a.sidebarItem{
	padding-left: 20px;
	color: #fff;
}
.sidebar li:hover .innerSidebar{
	display: block;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
.sidebar li:hover .userLogin.afterLogin.active{
	display: block !important;
}
.sidebar li:hover{
	background-color:#663306;
	cursor: pointer;
	border: none;
}
.sidebar li:hover .defaultIcon{
	display: none;
}
.sidebar li:hover .hoverIcon{
	display: block;
}
.flexItems {
	display: flex;
	justify-content: space-between;
}
.btnsrow {
	display: flex;
}
.sidebar .btnStyle {
	background-color: #fff;
	width: 70px;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 0;
	color: #E4A268;
	font-weight: 600;
	margin-top: 10px;
	border: 1px solid #000000;
}
.btnStyle {
	background-color: #fff;
	width:150px;
	text-transform: uppercase;
	border-radius: 0;
	color: #E4A268;
	font-weight: 600;
	margin-top: 10px;
	border: 1px solid #000000;
	font-size: 20px;
}
.btnStyle:hover{
	background-color: #E4A268;
	color: #fff;
	border: 1px solid  #E4A268;
}
.sidebar .btnStyle:hover{
	background-color:#E4A268;
	color: #fff;
	border: none;
}
.single_item.flex_space_between.noBg{
	background-color: transparent;
	margin: 0;
}
.password a {
	text-decoration: underline;
	font-size: 12px;
	color: #E4A268;
}
.sidebar .form-control{
	height: calc(1.3em + .75rem + 2px);
}
.sidebar .form-group{
	margin-bottom: 10px;
}
.sidebar label{
	font-size: 14px;
}
.welcomeText{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.sidebar .password {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup_top {
	margin: 0 0 15px;
}
.popup_wrapper h3 {
	color: #fff;
	font-size: 18px;
	margin: 10px;
	font-weight: 600;
	font-family:  'Montserrat', sans-serif;
}
.items_list {
	margin: 0 0 15px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #cebeb0 #9e7d60;
}
.single_item {
	margin: 0 0 20px;
	padding: 10px;
	background-color: #76481f;
}
.item_photo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px;
	padding: 5px;
	width: 70px;
}
.item_details {
	padding: 10px 0 0;
}
.item_details h4 {
	color: #fff;
	font-size: 11px;
	margin: 0 0 5px;
	font-weight: 400;
}
.item_details p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
	font-weight: 600;
}
.item_details a.more_info {
	color:#B7B7B7;
	font-size: 12px;
	text-decoration: underline;
}
.innerSidebar.cart_popup {
	width: 350px;
}
.slimScrollDiv,.items_list{
	max-height: 250px;
	height: 100%!important;
}
.selector{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url("../images/polygon.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-color: transparent;
	padding-right: 20px;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #c3af9d;
	text-transform: uppercase;
	background-color: #c3af9d;
}
.cart_item_remove {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.cart_item_remove img{
	width: 10px;
	height: 14px;
	display: block;
	margin: 0 0 15px auto;
}
.cart_item_remove .btnStyle{
	margin-right: 0;
}
.innerSidebar.cart_popup .btnStyle{
	width: auto;
	font-size: 10px;
	border: 1px solid #000000;
}
.afterLogin{
	display: none;
}
.userLogin.afterLogin{
	width: 350px;
	font-size: 12px;
	padding: 15px 10px;
}
.userLogin.afterLogin .btnStyle{
	width: auto;
}
/*Products*/
.productShort {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.productShort label {
	margin-bottom: 0;
	font-weight: 600;
	margin-right: 15px;
}
.productShort select {
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 600;
	min-width: 200px;
	border: 1px solid #E4A268;
	max-width: 100%;
	appearance: none;
	border-radius: 3px;
	background-image: url("../images/polygonBlk.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: transparent;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	color: #7D7D7D;
	letter-spacing: 1px;
}
.sidebarWidget ul li {
	display: block;
	margin-bottom: 10px;
}
.checkboxLabel {
	color:#042825;
	position: relative;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}
.checkboxLabel sub {
	color: #5A5A5A;
}
/* Hide the default checkbox */ 
input[type=checkbox], input[type=radio] { 
	visibility: hidden; 
} 
.loginForm input[type=checkbox],#loginForm input[type=checkbox],.checkoutForm input[type=checkbox],.checkoutForm input[type=radio],.productDetailsSctn input[type=checkbox] { 
	visibility: visible; 
}
.cust-check { 
	position: absolute; 
	top: 3px; 
	left: 0; 
	width: 14px;
	height: 14px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid#000000;
	background-color: #fff;
	box-shadow: 1px 1px #000000;
} 
/*shown when checkbox is checked */ 
.checkboxLabel input:checked ~ .cust-check { 
	background-color: #E4A268; 
} 
.cust-check:after { 
	content: ""; 
	position: absolute; 
	display: none; 
} 
/* Display checkmark when checked */ 
.checkboxLabel input:checked ~ .cust-check:after { 
	display: block; 
} 
.sidebarWidget h4 {
	color: #042825;
	font-size: 18px;
	font-weight: 600;
	font-family:  'Montserrat', sans-serif;
	margin-bottom: 20px;
} 
.item_photo img {
	width: auto;
	max-width: 100%;
	height: 80px;
}
.wishWidth .item_photo img {
	width: auto;
	max-width: 100%;
	height: 100px;
}
.st-col-item{
	margin-top: 20px;
}
/**/
.pdTopBtm{
	padding: 50px 0;
}
.aboutUs h6 {
	color: #E4A268;
	font-weight: 600;
}
.flex_space_between.contactAddress {
	justify-content: center;
}
.contact-info-list {
	margin-left: 25px;
}
.contactAddress ul li label{
	margin-right: 5px;
}
.reg-container {
	display: block;
	margin: 0 auto;
	width: 50%;
}
/* .form-control{
	border: 1px solid #000000;
} */
.cartSctn .selector-wrapper {
	display: flex;
	justify-content: center;
}
.cartSctn .item_photo{
	width: 100px;
}
.cartSctn .item_details p{
	color: #000000;
	font-weight: 300;
	font-size: 16px;
}
.cartSctn .item_details h4{
	font-size: 14px;
	font-weight: 300;
	color: #000000;
	font-family:  'Montserrat', sans-serif;
}
.cartSctn .single_item{
	background-color: #EFEFEF;
}
.cartSctn .selector {
	background-image: url("../images/PolygonOrng.png");
	border: 1px solid #E4A268;
	background-color: #fff;
	margin-right: 15px;	
}
.cartSctn .item_photo_name.flex_row{
	align-items: center;
}
.cartSctn .single_item.flex_space_between {
	align-items: center;
}
.cartSctn a.more_info {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}
.cartSctn a.more_info:hover{
	color: #9e7d60;
}
.cart-sub-total {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
.cartTotalWrap {
	background-color:  #EFEFEF;	
	padding: 15px 25px;
	margin-bottom:40px;
}
.productDetailsInfo .proceed-to-checkout {
	display: flex;
	justify-content: space-between;
}
.productDetailsInfo .proceed-to-checkout ul li{
	width: auto;
	margin-right: 35px;
}
/* .cartTotal{
	margin-left: 40px;
} */
.cartSctn.preCheckout a.more_info {
	font-size: 16px;
}
.couponPart{
	padding-top: 60px;
}
.btn.styleBtn {
	text-transform: uppercase;
	border: 1px solid #000;
	color: #E4A268;
	border-radius: 0;
}
.btn.styleBtn:hover{
	background-color: #E4A268;
	color: #fff;
	border: 1px solid #E4A268;
}
.cartSctn {
	padding: 50px 0;
}
.contactUs .page-tittle::after{
	width: 10%;
}
.page-tittle::after {
	border: 1px solid #C49164;
	content: "";
	display: block;
	width: 15%;
	margin: auto;
	display: block;
	padding: 15p;
	margin: 5px auto;
}
.page-tittle {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}
.greyBg {
	background-color: #EFEFEF;
	padding: 10px 15px;
}
.cartSctn.sctn .single_item {
	background-color: transparent;
	margin: 0;
}
.greyBg p{
	margin: 0;
	font-size: 18px;
}
.product_detail_img .product_img_top {
	position: relative;
}
.zoomWrapper {
	overflow: hidden;
}
.zoomWrapper img {
	width: auto;
	max-width: 100%;
	height: 300px;
}
#thumbs img, #largeImage {
	padding: 4px;
	background-color: white;
	cursor: pointer;
}
.product_detail_img .owl-carousel .owl-item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 92px;
}
.normal-zoom {
	transform: scale(1);
	cursor: zoom-in;
	transition: transform 250ms;
}
.zoom-in{
	transform: scale(1.2);
}
#thumbs {
	padding-top: 10px;
	/* overflow: hidden; */
	display: flex;
}
#thumbs .owl-nav img {
	width: 25px;
	height: auto;
}
#thumbs .owl-prev {
	position: absolute;
	left: -30px;
	overflow: initial;
	z-index: 99999;
	top: 50px;
}
#thumbs .owl-next {
	position: absolute;
	right: -30px;
	overflow: initial;
	z-index: 99999;
	top: 50px;
  }
#thumbs img {
	float: left;
	margin-right: 6px;
	/* width: 95px;
	height: 105px; */
}
.forMore, .forMore:hover {
	position: absolute;
	right: 0;
	top: 100px;
	text-decoration: underline;
	color:#E4A268;
}
.activeImage {
	border: 1px solid #E4A268;
}
#largeImage:hover {
	cursor: all-scroll;
}
.product_detail_img {
	margin-right: 50px;
}
.productDetails .greyBg{
	margin-bottom: 25px;
}
.infoText {
	padding: 15px 30px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #cebeb0 #9e7d60;
}
.sidebarWidget {
	margin-bottom: 30px;
}
.Products .product-item {
	padding: 0 5px;
}
.myAccountSctn .nav-pills .nav-link.active, .myAccountSctn .nav-pills .show > .nav-link{
	background-color: #E4A268;
	border-radius: 0;
	border: 1px solid #E4A268;
	color: #fff;
}
.myAccountSctn .nav-pills .nav-link{
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #E4A268;
	font-weight: 700;
}
.myAccountSctn{
	padding: 30px 0;
}
.mainLabel li {
	width: 20%;
	display:inline-block;
	margin-bottom: 10px;
}
.mainLabel.billingAddress li:nth-child(1) {
	width: 40%;
}
.mainLabel li:nth-child(2) {
	width: 40%;
}
.mainLabel li:nth-child(1){
	width: 10%;
}
.mainLabel li a{
	color:  #000000;
	text-decoration: underline;
	margin-right: 20px;
}
.mainLabel li a:hover{
	color: #E4A268;
}
.itemWrap.cartSctn{
	padding: 0;
}
.itemWrap.cartSctn .clrBrown{
	font-weight: 600;
}
.clrBrown {
	color:#663306
}
.FormDiv {
	display: block;
	max-width: 500px;
	margin: 20px 0;
}
.contactUs{
	padding: 30px 0;
}
.letsTalkBG {
	padding-top: 20px;
}
.sctn {
	padding: 30px 0;
}
.flex_space_between.mgn {
	margin: 20px 0 35px;
	justify-content: flex-start;
	justify-content: space-between;
}
.swoingResult {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 200px;
}
.productsPagination .page-item.active .page-link, .productsPagination .page-item .page-link:hover, .productsPagination .page-item .page-link:focus {
	background-color: #E4A268;
	border: 1px solid #E4A268;
	color: #fff;
}
.productsPagination .page-item .page-link {
	margin-right: 5px;
	background-color: #ECECEC;
	color: #000;
	padding: 2px 5px;
	background: transparent;
	border: none !important;
	border-radius: 0;
}
.account-max-width .page-tittle, .ratingSpecification .page-tittle{
	font-size: 22px;
}
.ratingSpecification .page-tittle::after{
	border: 1px solid #663306;
	content: "";
	display: block;
	width: 15%;
	display: block; 
	margin: 5px 25px;
}
.differenrAddress{
	display: none;
}
.product-actions ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.product-actions ul li{
	width: 15%;
}
.proceed-to-checkout ul li{
	width: 30%;
	display: inline-block;
	margin-top: 25px;
}
.textInfo{
	margin-bottom: 35px;
}
.mgTOp {
	margin-top: 25px;
}
.fontWeight{
	font-weight: 900;
	color: #C49164;
}
.mgTOp h3{
	font-family:  'Montserrat', sans-serif;
}
.infoText.rating h2 {
	margin: 0;
}
.infoText.rating span {
	font-size: 24px;
}
.infoText.rating span img{
	width: 28px;
}
.formRating img{
	width: 20px;
}
.ratingList ul li{
	display: inline-block;
}
.ratingList img{
	width: 18px;
}
.infoText.rating {
	max-height: 450px;
}
.acnt-sctn {
	padding: 20px 0 50px;
}
.form-control:focus {
	box-shadow: none;
	color: #E4A268;
	border-color: #E4A268;
}
.forgotPwd {
	text-decoration: underline;
	color: #000;
}
.forgotPwd:hover {
	text-decoration: underline;
	color: #E4A268;
}
.product_popup .modal-body {
	padding: 30px;
}
.product_popup .modal-body button.close {
	background: #cdcdcd none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	font-size: 35px;
	height: 50px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	right: -20px;
	text-align: center;
	top: -20px;
	width: 50px;
}
.form-group label {
	color: #250D00;
	font-weight: 600;
	font-size: 14px;
}
.privacyPolicy {
	padding: 20px 0 0;
	color: #565656;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}
.fill-form .form-check {
	padding-left: 0;
}
.fill-form .form-check label {
	color: #042825;
}
.imagesInline {
	background-color: #fff;
	padding: 3px;
	margin-left: 10px;
}
.borderImage {
	border: 1px solid #dddddd;
	padding: 5px;
}
.paypal {
	position: absolute;
	margin-top: -7px;
	background-color: #fff;
	margin-left: 12px;
}
.cartSctn.checkout .cartTotal{
	margin-left: 0;
}
.d-flex small {
	margin-right: 15px;
}
.summary {
	margin-top: 30px;
}
.summary .greyBg {
	margin-bottom: 20px;
}
.summary .d-flex p{
	font-weight: 600;
}
.filterListWrapper {
	display: none;
}
.filterOpen::before {
	border-right: 2px solid #919191;
	border-top: 2px solid #919191;
	content: "";
	height: 10px;
	position: absolute;
	right: 3px;
	top: 4px;
	transform: rotate(45deg);
	transition: all 0.2s ease 0s;
	width: 10px;
}
.filterOpen.active::before {
	transform: rotate(135deg);
	color: #E4A268;
	border-right: 2px solid #E4A268;
	border-top: 2px solid #E4A268;
}
ul .filterOpen {
	position: relative;
}
.filterList .checkboxLabel {
	padding-left: 0;
}
.filterOpen.active .checkboxLabel, .filterOpen.active sub{
	color: #E4A268;
}
.filterList .filterListWrapper .checkboxLabel {
	padding-left: 25px;
}
.filterList .filterListWrapper{
	margin-left: 10px;
}
.blkClr{
	color: #000;
	font-weight: 600;
}
.wish:hover {
	cursor: pointer !important;
}
.wish:hover .hoverIcon {
	display: block !important;
	width: 22px;
}
.wish .defaultIcon{
	width: 22px !important;
}
.wish:hover .defaultIcon {
	display: none;
}
.wishWidth{
	max-width: 800px;
	margin: auto;
}
.modal-body .product_detail_img {
	margin-right: 0;
}
.modal-body #thumbs .owl-nav img {
	width: 15px;
}
.modal-body #thumbs .owl-next {
	right: -22px;
	top: 40px;
  }
.modal-body #thumbs .owl-prev {
	left: -16px;
	top: 40px;
}
.product-actions .mgTOp li {
	margin-right: 25px;
}
.OnsaleProducts .owl-carousel .owl-item img.d-block.w-100 {
	display: block;
	width:100%!important;
	height: 300px;
	object-fit: contain;
	padding: 10px;
}
.imgSctn img {
	height: 675px;
}
.tabList .nav-pills .nav-link:hover {
	background-color: #250D00;
	color: #fff;
}

