@font-face {
font-family:'Glyphicons Halflings';
src:url(fonts/glyphicons-halflings-regular.eot);
src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@font-face {
font-family:'Archer-Semibold';
src:url('fonts/Archer-Semibold.woff2') format('woff2'), url('fonts/Archer-Semibold.woff') format('woff');
font-weight:600;
font-style:normal
}
@font-face {
font-family:'Archer-Medium';
src:url('fonts/Archer-Medium.woff2') format('woff2'), url('fonts/Archer-Medium.woff') format('woff');
font-weight:500;
font-style:normal
}
@font-face {
font-family: 'Sunshiney Regular';
font-style: normal;
font-weight: normal;
src: local('fonts/Sunshiney Regular'), url('fonts/Sunshiney-Regular.woff') format('woff');
}

body {
	font-family: 'Archer-Medium';
	font-weight: 400;
	color: #292825;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archer-Medium';
	color: #292825;
	line-height: 1;
	text-transform: capitalize;
}
/* default font size */
.fa {
	font-size: 14px;
}
.container {
    padding: 0% 4%;
    width: 100%;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #7d6948;
	cursor: pointer;
	font-family: 'Archer-Semibold';
}
a:focus, a:active, a:hover {
	text-decoration: none;
	color: #95a83f;
}
legend {
	font-size: 18px;
	padding: 7px 0px
	margin-bottom: 5px;
}
label {
	font-size: 12px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	line-height: 2;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	font-family: 'Montserrat',sans-serif;
}
.forgot-psw {
    padding: 10px 0;
    display: inline-block;
    color: #5d0c35;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* top */
#top {
	background-color: #f07b53;
	padding: 7px 0px 7px 0;
	margin: 0 0 0 0;
	vertical-align:middle;
}
.welcome-txt {
    overflow: hidden;
    position: relative;
    width:100%;
}
.welcome-txt p {
 width: 100%;
 height: 100%;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: welcome-txt 30s linear infinite;
 -webkit-animation: welcome-txt 30s linear infinite;
 animation: welcome-txt 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes welcome-txt {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes welcome-txt {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes welcome-txt {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
/* 
.welcome-txt {
	margin-left: 15%;
} */
.logo-main {
	margin-top: -36px;
}

.main-header {
	padding: 5px 0px;
}
/* logo */
#logo {
	margin: 0 0 0 0;
}
#logo .img-responsive {
	display:inherit !important;
}
/* search */
#search {
	margin-bottom: 0px;
	padding:9px 0px;
	width:100%;
}
.search-sec .form-control {
    padding-left: 2rem;
    position: initial !important;
}
.search-sec .form-control-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right:10px;
}
#search .input-lg {
	font-size: 15px;
	color: #000000;
	border-radius: 4px 0px 0px 4px !important;
	border-right: none;
}
.btn-search, .search-prd {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.btn-search:hover, .btn-search:focus, .btn-search.active {
    border:1px solid #ccc;
    background:none;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    padding:10px 20px !important;
    color:#000000 !important;
}
.search-prd:hover, .search-prd:focus, .search-prd.active {
    background:none;
    box-shadow:none;
    border: 1px solid #ccc;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.login-head {
	margin-bottom: 0px;
	padding: 21px 0px;
	font-size:19px;
	line-height:19px;
	display:flex;
	justify-content: flex-end;
}
.my-account-sec {
	margin: 0 auto;
	padding: 21px 0px 5px 0;
	font-size:19px;
	line-height:19px;
	cursor:pointer;
	text-align:center;
}
.loggedin-head {
    z-index: 1000;
    position: absolute;
}
.loggedin-submenu {
    display:none;
    left: 5%;
    top: -20%;
    position: relative;
    padding:0;
}
.loggedin-submenu>li>a:hover {
	background: #402124 !important;
}
.cart-head {
	margin-bottom: 0px;
	padding: 12px 0px;
	text-align:center;
}
button.smk-cart {
	padding: 0px;
	border: none;
	background-color:transparent;
	display:flex;
}
.smk-cart .fa {
	font-size: 40px;
	color: #371f21;
}
.fa-heart.head-wish-cnt {
	font-size:33px;
	padding:10px 4px 5px 4px;
	color:#371f21;
}
/*#cart-bg {
  background: red;
  bottom: 50px;
  content: '';
  display: block;
  height: 23%;
  position: absolute;
  right: 89px;
  transform-origin: 100% 100%;
  transform: rotate(-98deg);
  width: 5%;
}
#cart-bg::before {
  background: white;
  bottom: 18px;
  content: '';
  display: block;
  height: 30%;
  position: absolute;
  right: -1px;
  transform-origin: 100% 100%;
  transform: rotate(-70deg);
  width: 200%;
}
 #cart-bg {
	background: yellow;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
#cart-bg::before {
  background: red;
  bottom: 30px;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 15px;
  transform-origin: 100% 100%;
  transform: rotate(-100deg);
  width: 150%;
} */
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #95a83f;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding: 0;
}
.welcome-txt p {
    margin:0 !important;
    line-height:15px;
    padding:4px 0;
    white-space: nowrap;
}
#top-links a + a {
	margin-left: 15px;
}


#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	color: #000000;
	height: 46px;
    border-left: 0;
    -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0px 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;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart-total {
	background-color: #f07b53;
    color: #ffffff;
    padding: 1px 5px;
    line-height: normal;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    top: -2px;
    left: -15px;
    height: max-content;
    width: 22px;
    height: 22px;
	}
.cart-head .dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .cart-items-list {
		width: auto !important;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
#menu {
	background-color: #371f21;
	background-image: url(../image/nav-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60px;
	border-radius: 0;
	margin-bottom:0;
}
#menu .nav > li > a {
	color: #f59a79;
	padding: 19px 25px;
	min-height: 15px;
	background-color: transparent;
	text-transform:uppercase;
	font-size:17px;
	font-weight:600;
	font-family:'Montserrat',sans-serif;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.googleReviews div:nth-child(n+5) {
    display: none;
	}
	.sub-menu.triple .bgcontent {
		min-height: 340px !important;
	}
	.sub-menu.single .bgcontent {
		min-height: 250px !important;
	}
	.a-more-link a.view-link {
		font-size: 20px !important;
	}
	.welcome-txt p {
	 /* Apply animation to this element */	
	 -moz-animation: welcome-txt 15s linear infinite !important;
	 -webkit-animation: welcome-txt 15s linear infinite !important;
	 animation: welcome-txt 15s linear infinite !important;
	}
}
@media (min-width: 1920px) {
.more-link {
    min-height: 336px !important;
}
.break {
  flex-basis: 100%;
  height: 0;
  top: 210px !important;
  position: absolute;
}
.google-review-sec {
    min-height:200px !important;
}
}
@media (min-width: 1600px) and (max-width: 1919px) {
.more-link {
    min-height: 277px !important;
}
}
@media (min-width: 1440px) and (max-width: 1599px) {
.more-link {
    min-height: 245px !important;
}
}
@media (min-width: 1366px) and (max-width: 1439px) {
.more-link {
    min-height: 230px !important;
}
}
@media (min-width: 1280px) and (max-width: 1365px) {
.more-link {
    min-height: 214px !important;
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
.more-link {
    min-height: 165px !important;
}
.login-head {
    justify-content: flex-end;
}
.cart-head {
    display: flex;
    justify-content: center;
}
/*.featured-prod-view h4, .related-prod-main h4 {
    min-height: 54px;
}*/
}
@media (min-width: 992px) and (max-width: 1023px) {
.more-link {
    min-height: 159px !important;
}
.m5sec2 h2 {
	font-size: 25px !important;
	margin-top: 5px !important;
}
.m5sec2 p {
	font-size: 16px !important;
}
.login-head {
    font-size: 18px;
    justify-content: flex-end;
}
.cart-head {
    display: flex;
	justify-content: flex-end;
}
/*.featured-prod-view h4, .related-prod-main h4 {
    min-height: 54px;
}*/
}
@media (max-width: 1023px) {
.sticky-header-fixed {
	position: relative !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.buttons {
	margin: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.more-link {
    min-height: 323px !important;
}
#search {
    padding: 7px 0px;
}
.login-head {
    text-align: center;
}
.logo-main {
    margin-top: -36px;
}
.login-head {
    display: block;
    justify-content: normal;
}
#top-links {
	width:100%;
}
.contact-list {
	font-size: 15px;
	text-align:center;
}
.welcome-txt {
    margin-left: 0;
	text-align:center;
}
.cart-head {
    display: flex;
	justify-content: flex-end;
}
.main_li ul.extra_products {
	display: none !important;
}
/*.featured-prod-view h4, .related-prod-main h4 {
    min-height: 54px;
}*/
}
@media (min-width: 478px) and (max-width: 767px) {
.more-link {
    min-height: 350px !important;
}
.welcome-txt {
	margin: 0 auto !important;
	width:100%;
	text-align:center;
}
#logo {
	text-align:center;
}
.logo-main {
    margin-top: -34px !important;
}
.login-head {
    display: block;
    justify-content: normal;
}
#top-links {
	width:100%;
}
footer .contact-list {
	text-align:left;
}
.bottom-footer p {
    text-align: center;
}
.contact-list {
	font-size: 15px;
	text-align:center;
}
#menu .btn-navbar {
	font-size: 16px;
	font-stretch: expanded;
	color: #FFF;
	padding: 9px 18px;
	float: right;
	background-color: #f07b53;
	background-image: none;
	border-color: #f07b53;
}
.cart-head {
	margin-bottom: 0px;
	padding: 5px 0px;
	text-align:right;
	margin-top:6px;
	display: flex;
    justify-content: space-evenly;
}
#cart-total {
    top: -3px;
    left: -15px;
}
.login-head {
    margin-bottom: 0px;
    padding: 13px 0px 0px 0px;
    text-align: center;
}
.wishlist-sec {
    padding: 3px 0px;
}
.login-head.list-inline>li {
    padding: 5px !important;
}
#marketing-sec1 {
	background-image: none !important;
}
.marketing-sec1 .m1sec1, .marketing-sec1 .m1sec2, .marketing-sec1 .m1sec3, .marketing-sec1 .m1sec4 {
	margin: 20px 0px !important;
}
a.shop-now-mktg1 {
	bottom: 3px !important;
}
.m5sec1, .m5sec2 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.help-txt {
	line-height: 25px;
}
.m5sec2 h2 {
	color:#f17b53;
	font-size: 20px !important;
	text-align: center;
}
.m5sec2 p {
	color:#ffffff;
	font-size: 16px !important;
	text-align: center;
}
.m5sec1 img {
	margin: 0 auto;
}
.featured-prod-view {
    padding-left:0;
    padding-right:0;
}
/*.featured-prod-view h4, .related-prod-main h4 {
    min-height: 54px;
}*/
.main_li ul.extra_products {
	display: none !important;
}
/* .sticky-header-fixed {
  top: 0 !important;
  z-index: 100 !important;
  position: fixed !important;
  width: 100% !important;
  background: #ffffff;
  opacity: 1;
} */
.form-control, .input-lg, .search-prd {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;	
}
.a-more-link a {
    margin:30% auto !important;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	font-size: 15px !important;
}
.social-login {
	margin-bottom: 10px;
}
.m5sec1, .m5sec2 {
	padding: 0 !important;
}
.m5sec2 h2.help-time {
	margin-top: 10px !important;
}
}

@media (max-width: 477px) {
.more-link {
    min-height: 225px !important;
}
#cart-total {
    top: 0px;
    left: -9px;
}
footer {
    padding-top: 0;        
    }

address {
    margin-top:20px;
}
.container {
    padding: 0% 4%;
    width: 95%;
}
.welcome-txt {
	margin: 0 auto !important;
	width:100%;
	text-align:center;
}
.welcome-txt p {
	font-size: 14px;
	margin-bottom: 5px;
}
#top-links {
	width:100%;
}
#logo {
	text-align:left;
}
.logo-main {
    margin-top: 0px;
}
footer .contact-list {
	text-align:left;
}
.prod-title {
    width:90% !important;
}
.contact-list {
	font-size: 15px;
	text-align:center;
	margin-bottom: 5px !important;
}
.contact-list li {
	margin-bottom: 5px !important;
}
#marketing-sec1 {
	background-image: none !important;
}
#marketing-sec2 {
    padding: 30px 0px !important;
}
#marketing-sec3 {
    padding: 30px 0px !important;
}
#menu #category {
	padding: 9px 0px 9px 15px;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 9px 18px;
	float: right;
	background-color: #f07b53;
	background-image: none;
	border-color: #f07b53;
	margin-right: 0;
}
.cart-head {
	margin-bottom: 0px;
	padding: 5px 0px;
	text-align:right;
	margin-top:7px;
	display: flex;
    justify-content: flex-end;
}
.login-head {
    margin-bottom: 0px;
    padding: 25px 0px 0px 0px;
    display:block;
    font-size:14px;
}
.fa-heart.head-wish-cnt {
    font-size:22px;
    padding: 20px 4px 5px 4px;
}
.smk-cart .fa {
    font-size:38px;
}
span.wishlist-cnt {
    top: 0 !important;
    font-size:15px !important;
}
.login-head.list-inline>li {
    padding: 5px !important;
}
.marketing-sec1 .m1sec1, .marketing-sec1 .m1sec2, .marketing-sec1 .m1sec3, .marketing-sec1 .m1sec4 {
	margin: 20px 0px !important;
}
a.shop-now-mktg1 {
	bottom: 3px !important;
}
.mrkt-row {
	flex-direction: column;
}
#col-first {
    order: 2;
}
#col-second {
    order: 1;
    margin-bottom: 10px;
}
#col-general {
    margin-bottom: 10px;    
}
.m5sec1, .m5sec2 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.help-txt {
	line-height: 25px;
}
.m5sec2 h2 {
	color:#f17b53;
	font-size: 20px !important;
	margin-top: 5px !important;
}
.m5sec2 p {
	color:#ffffff;
	font-size: 16px !important;
}
p.footer-txt {
	text-align: center;
}
.featured-prod-view {
    padding-left:0;
    padding-right:0;
}
/*.featured-prod-view h4, .related-prod-main h4 {
    min-height: 54px;
}*/
.main_li ul.extra_products {
	display: none !important;
}
#product_xpostcode button {
	margin-top: -60px !important;
    margin-left: 230px !important;
}
/* .sticky-header-fixed {
  top: 0 !important;
  z-index: 100 !important;
  position: fixed !important;
  width: 100% !important;
  background: #ffffff;
  opacity: 1;
} */
.form-control, .input-lg, .search-prd {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;	
}
.a-more-link a {
    margin:30% auto !important;
}
.home-main-title h2.title-text, .title-text-review {
	font-size:29px !important;
	padding-bottom: 10px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	font-size: 15px !important;
}
.social-login {
	margin-bottom: 10px;
}
.m5sec1, .m5sec2 {
	padding: 0 !important;
}
.m5sec2 h2.help-time {
	margin-top: 10px !important;
}
}

@media (max-width: 375px) {
#product_xpostcode button {
	margin-top: -60px !important;
    margin-left: 200px !important;
}
.buttons-hover a {
	font-size:17px !important;
}
}


.home-main-title {
    margin: 20px auto 0px;
    width:100%;
}
.home-main-title h2.title-text {
    font-size: 35px;
    font-weight: 700;
    color:#884528;
    font-style:normal;
    text-align:center;
    line-height: 45px;
}
.home-main-title p {
    font-style:italic;
    text-align:center;
}
.prod-title {
    width:50%;
    text-align:center; 
    position: relative;
    margin: 5px auto;
}
h3.product-heading {
   position:relative; 
   padding:10px 20px; 
   background: #ffffff;
   display: inline-block;
   z-index: 1;
   font-family: 'Sunshiney Regular';
   font-size:45px;
   line-height:50px;
   color: #ff2903;
   margin-bottom: 20px;
   margin-top: 0;
}
.prod-title::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 45%;
   border-bottom: 5px dotted #292825;
   z-index:0;
}
.footer-top-sec {
    margin: 20px auto;
}
.footer-top-sec .list-unstyled {
    font-size: 15px;
}
.header-col-sec {
	padding-left:5px !important;
	padding-right:5px !important;
}
.footer-col-sec {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#footer-logo {
    margin: 10px auto;
}
img.footer-logo-img {
    display:inline;
    width:50%;
}
address {
    font-size:15px;
    font-weight:normal;
    font-family:'Montserrat',sans-serif;
    margin-bottom: 10px;
    color:#292825;
}
.contact-list {
    list-style: none;
    padding: 0;
    font-size:15px;
}
.footer-top-sec h5 {
    color:#292825 !important;
    font-family: 'Archer-Medium';
    font-weight:600;
    font-size: 18px;
}
.footer-top-sec h3 {
    color:#292825 !important;
    font-family: 'Archer-Medium';
    font-weight:600;
    font-size: 17px;
}
.social-media-icon .fa {
  padding: 10px;
  font-size: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.social-media-icon>li {
    padding-right: 0px !important;
}
.social-media-icon .fa:hover {
    opacity: 0.7;
}

.social-media-icon .fa-facebook {
  background: #3B5998;
  color: white;
}
.social-media-icon .fa-instagram {
  background: #125688;
  color: white;
}
.social-media-icon .fa-youtube-play {
  background: #ef0000;
  color: white;
}
.social-media-icon .fa-twitter {
  background: #03a9f4;
  color: white;
}
.fa-whatsapp {
    font-size: 18px;
}
/* Marketing Section 1 */
#marketing-sec1 {
	background-color: #ffffff;
	background-image: url(../image/marketing1-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 370px;
	border-radius: 0;
	margin-bottom:10px;
	padding:43px 0px;
}
.marketing-sec1 .m1sec1 {
	background-image: url(../image/m1sec1-bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:280px;
	margin: 0px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 10px;
	transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	/* filter: brightness(80%); */
}
.marketing-sec1 .m1sec1:hover, .marketing-sec1 .m1sec2:hover, .marketing-sec1 .m1sec3:hover {
	filter: brightness(100%);
  	transform: scale(1.3);
}
.marketing-sec1 .m1sec4:hover {
	filter: brightness(100%);
  	transform: scale(1.2);
}
.marketing-sec1 .m1sec4 .mktg1-img {
    transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	/* filter: brightness(80%); */
}
.marketing-sec1 .m1sec2 {
	background-image: url(../image/m1sec2-bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:280px;
	margin: 0px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 10px;
	transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	/* filter: brightness(80%); */
}
.marketing-sec1 .m1sec3 {
	background-image: url(../image/m1sec3bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:280px;
	margin: 0px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 10px;
	transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	/* filter: brightness(80%); */
}
.marketing-sec1 .m1sec4 {
	background-image: url(../image/m1sec4-bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	height:280px;
	margin: 0px 0px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	/* filter: brightness(80%); */
}
a.shop-now-mktg1 {
    background-color: #371f21;
    padding: 10px 25px;
    color: #ffffff;
    text-transform: uppercase;
	margin:10px auto;
	display:inline-block;
}
.marketing-sec1 h3 {
	color:#ffffff;
	font-size: 33px;
	width:100%;
	margin:auto;
	font-weight:700;
	font-style:italic;
	font-family: 'Archer-Medium';
}
.marketing-sec1 p {
	color:#ffffff;
	font-size: 17px;
	width:90%;
	text-align:center;
	margin: 10px auto;
}
/* Marketing Section 2 */
#marketing-sec2 {
	background-color: #371f21;
	padding:75px 0px;
	border-radius: 0;
}
.mrkt-row {
	display:flex;
}
.m2sec1 {
	height:100%;
	display:flex;
	padding:0px 50px;
}
.m2sec1 p {
	color:#ffffff;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
	font-size: 17px;
    line-height: 20px;
    text-align: justify;
}
/* Marketing Section 3 */
#marketing-sec3 {
	/* background-color: #f8c600; */
	padding:0px 0px;
	border-radius: 0;
	margin: 20px 0;
}
.m3sec1, .m3sec2 {
    margin:0px 0px;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Marketing Section 4 */
#marketing-sec4 {
	background-image: url(../image/marketing1-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 315px;
	border-radius: 0;
	margin-bottom:30px;
	padding:40px 0px;
}
.marketing-sec4 .m4sec1 {
	background-image: url(../image/mrkt4-bg1.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:207px;
	margin: 15px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 30px;
	border-radius:5px;
}
.marketing-sec4 .m4sec2 {
	background-image: url(../image/mrkt4-bg2.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:207px;
	margin: 15px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 30px;
	border-radius:5px;
}
.marketing-sec4 .m4sec3 {
	background-image: url(../image/mrkt4-bg3.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:207px;
	margin: 15px 0px;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
	padding: 30px;
	border-radius:5px;
}
.marketing-sec4 h6 {
	color:#4c4c4c;
	font-size:14px;
	line-height:20px;
	padding:5px 0px;
	margin:0;
	text-transform:uppercase;
}
.marketing-sec4 h4 {
	color:#c12818;
	font-size:25px;
	line-height:30px;
	padding:5px 0px;
	margin:0;
	text-transform:uppercase;
	font-weight:600;
}

/* .m4sec-main {
    width: 100%;
    min-height: 207px;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
	cursor: pointer;
}
.m4sec-child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.m4sec-main:hover .m4sec-child, .m4sec-main:focus .m4sec-child {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
} */

/* Marketing Section 5 */
#marketing-sec5 {
	background-color: #402124;
	padding:0px 0px;
	border-radius: 0;
	margin: 10px auto;
}
.mrkt5-sec5 {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px !important;
}
.m5sec2 {
	padding: 10px 0;
}
.m5sec2 h2 {
	color:#f17b53;
	font-size: 27px;
	width:100%;
}
.m5sec2 p {
	color:#ffffff;
	font-size: 17px;
	width:100%;
}
.m5sec2 a {
    color: #ffffff !important;
}
.m5sec2 a:hover {
    color: #95a83f !important;
}
/* Reviews Section 1 */
#reviews-sec {
	background-color: #ffffff;
	padding:20px 0px 0px 0px;
	border-radius: 0;
}
.reviews-sec h2.reviews-title {
	text-align:center;
	font-size: 40px;
	color:#7d6948;
	font-weight:400;
	margin-bottom:20px;
}
.free-delivery-sec {
	background-color: #402124;
	padding:0px 0px;
	border-radius: 0;
	margin: 0 auto;
}
.free-delivery-sec span.free-ship-txt {
	background: url(../image/free-delivery.png) top center no-repeat !important;
}
/* Home SEO Content */
.home-seo-cnt {
   margin: 30px auto 20px;
   width: 100%;
}
.home-btn {
    margin:0 auto;
    text-align:center;
}
.producthome-btn {
    background: #ae2f11 !important;
    padding: 0;
    border-radius: 3px;
    margin: 3px auto 20px;
    border: 1px solid #ae2f11 !important;
    transition: .5s all ease;
}
.cart-icon {
    padding: 10px 10px;
    border-right:1px solid #ffffff;
    color: #ffffff;
}
.producthome-btn span {
font: 400 12px/12px 'Montserrat',sans-serif;
    text-transform: uppercase;
    color: #fff!important;
    padding: 10px 15px;
}
.more-link {
    display: flex;
    margin-bottom: 25px;
    height:100%;
}
.viewmore-sec {
    width: 100%;
    height: auto;
}
.a-more-link {
    margin:auto;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: flex;
}
.sav-view-more-link {
    background-image: url(../image/sav-viewmore-bg.jpg);
}
.sweet-view-more-link {
    background-image: url(../image/sweet-viewmore-bg.jpg);
}
.a-more-link a {
    color: #ffffff;
    font-size:25px;
    font-weight:500;
    line-height: 30px;
    font-style: italic;
    margin:auto;
}
.a-more-link a:hover {
    color:#ffc200 !important;
}
h4.secure-shop {
    color: #884528;
    padding:5px 0 0 0;
    margin-bottom:0px;
    text-transform:uppercase;
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
}
span.ssl-payment {
    color: #292825;
    padding:0;
    margin-bottom:5px;
    font-size: 12px;
    font-family: 'Montserrat',sans-serif;
}
.payment-icon , .payment-gateway, .shipping-sec {
    margin:10px 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}


/* content */
#content {
	min-height: 300px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f4f4f4;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	font-family: 'Montserrat',sans-serif;
	font-size: 15px;
	line-height:1.7;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
footer a {
	color: #884528;
	font-family: 'Montserrat',sans-serif;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.bottom-footer {
	padding: 10px 10px 15px 10px;
    float: left;
    width: 100%;
}
p.footer-txt {
	color: rgb(137, 137, 137);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    margin: 0px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    padding: 10px 0;
    margin: 0;
    background: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    clear: both;
    border-radius: 0;
    margin-bottom: 20px;
}
.pro-bread {
	border-bottom:none !important;
	margin-bottom: 0 !important;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li + li::before, .breadcrumb a {
    text-transform: capitalize;
    font: 500 12px/12px 'Montserrat',sans-serif;
    color: #999;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.special-block {
    background: #f7f7f7;
    padding: 30px 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
/* .btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
} */
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
	color: #fff;
    background-color: #f07b53;
    border-color: #f07b53;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #f68860;
	background-position: 0 -15px;
	border-color: #f68860 !important;
} 
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #371f21;
	padding: 15px;
}
.list-group a.list-group-item:hover {
	background: #f07b53;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff;
	background: #371f21;
	border: 1px solid #DDDDDD;
}
a.list-group-item {
    background: #fff3f0;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	background: rgb(250, 250, 250);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fill-available;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb h4 {
    line-height: 1;
    font-size: 20px;
    font: 19px/22px 'Archer-Medium';
    color: #7d6948;
    padding: 0;
    position: relative;
    margin: 7px auto;
    text-align:center;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 5px;
	/* min-height: 180px; */
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 5px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 5px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #292825;
    text-align: center;
    margin: 4px auto;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
/* .product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
} */
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
/* @media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
} */
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:none;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* 14-08-2020 */
.thumbnail {
	padding: 0 !important;
	background:none;
	border:none;
}
h1.prod-det-head-txt {
	margin-top: 0 !important;
}
.prod-instock {
	font-size: 15px;
	line-height:20px;
	color:#84c225 !important;
}
.stock-status {
   font-size: 15px;
	line-height:20px;
	color:#ae2f11;
	margin:0;
	text-align:right;
}
.sidebar-more-info {
    background: #fff;
    padding: 5px 20px 15px;
}
p.cont-mobile {
    font: 400 14px/18px 'Montserrat',sans-serif;
    line-height: 2 !important;
}
p.sidebar-deli-info {
    color: red;
    font: 400 13px/18px 'Montserrat',sans-serif;
    line-height: 1.5 !important;
	text-align:justify;
}
.write-review {
    margin: 10px 0;
    display:block;
}
.prod-price {
    color: #ae2f11;
    font-weight: 600;
    font: 300 23px/23px 'Montserrat',sans-serif;
    margin:10px 0;
}
.prod-options {
    overflow: auto;
    border: 0px solid #e1e1e1;
    padding: 15px 20px;
    font-family: 'Montserrat',sans-serif;
    background: #fff;
    margin-bottom: 15px;
}
.prod-description-main {
    overflow: auto;
    padding: 20px 0;
    font-family: 'Montserrat',sans-serif;
    background: #fff;
    margin-left:15px;
    margin-right:15px;
}
.prod-description-main p {
    font-size: 14px;
    line-height: 20px;
}
.prod-description-main h3, .prod-review-sec h3 {
    text-align: left;
    color: #ae2f11;
    font-weight: 500;
    font: 21px;
    margin-top:0 !important;
    font-family: 'Archer-Medium';
}
h2.related-title {
    text-align: center;
    color: #ae2f11;
    font-weight: 500;
    font: 27px;
    margin:15px 0 !important;
}
.review-block {
    overflow: auto;
    padding: 20px 0px;
    font-family: 'Montserrat',sans-serif;
    background: #f7f7f7;
    margin-left:15px;
    margin-right:15px;
}
.specifi-cnt {
    margin-bottom:0 !important;
    font-size: 14px !important;
}
.prod-cart-btn {
    margin: 10px 10px 5px 0;
    height: 50px;
    padding: 0 35px !important;
    border-radius: 4px;
    background: #ae2f11 !important;
    color: #fff !important;
    border: 0 solid #e8e3dd;
        border-bottom-color: rgb(232, 227, 221);
        border-bottom-style: solid;
        border-bottom-width: 0px;
    font: 500 16px/50px 'Montserrat',sans-serif;
    transition: 0s all ease;
    border-bottom: 3px solid #90260d !important;
    text-transform: uppercase;
}
.prod-buy-btn {
	margin: 10px 10px 5px 0;
    height: 50px;
    padding: 0 35px!important;
    border-radius: 4px;
    background: #84230c !important;
    color: #ffffff!important;
    border: 0 solid #e8e3dd;
    font: 500 16px/50px 'Montserrat',sans-serif;
    transition: 0s all ease;
    border-bottom: 3px solid #90260d!important;
    text-transform: uppercase;
}
.prod-cart-btn:hover {
    background: #84230c  !important;
	border-color: #84230c ;
	color: #fff !important;
}
.prod-buy-btn:hover {
    background: #ae2f11  !important;
	border-color: #84230c ;
	color: #fff !important;
}
h1.product-heading-title, h2.product-heading-title {
    margin:0 0 10px 0;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.subcat-hr {
    margin: 10px 15px;
    clear:both;
    border-top: 1px solid #e5e5e5;
}
.title-text {
    font-size: 35px;
    font-weight: 700;
    color: #884528;
    font-style: italic;
    text-align: center;
    line-height: 45px;
    margin:0px 0;
}
.title-text-review {
    font-size: 35px;
    font-weight: 700;
    color: #884528;
    font-style: normal;
    text-align: center;
    line-height: 45px;
    margin:10px auto 15px;
}
.googleReviews {
    box-sizing: border-box !important;
    outline: none !important;
}
.google_individual_review {
    margin-bottom:20px;
}
.google-review-sec {
    padding: 15px;
    border-radius: 10px;
    background-color: rgb(250, 250, 250);
    transition: background-color 0.1s ease 0s;
    min-height:200px;
}
.user-sec-main {
    flex-wrap: wrap;
    display: flex;
}
.user-sec-lft, .google-sec-lft {
    -moz-box-align: center;
    color: rgb(17, 17, 17);
    align-items: center;
    width:20%;
    float:left;
}
.user-sec-rgt {
    -moz-box-align: center;
    align-items: center;
    padding-left: 15px;
    width:80%;
    float:left;
}
.fa.fa-user-circle {
    font-size: 45px;
    color: #3B5998;
}
.review {
    line-height:19px;
}
.google-logo-sec {
    width:100%;
}
.google-sec-rgt {
    -moz-box-align: center;
    align-items: center;
    padding-left: 5px;
    width:80%;
    float:left;
}
span.google-post {
    margin:5px 0;
    font-size:12px;
    line-height:20px;
}
p.google-name {
    font-size:17px;
    color:rgb(28, 145, 255);
    font-family: 'Archer-Semibold';
}
.fa.fa-google {
    font-size: 45px;
    color: #4285f4;
}
.cart-buy-button {
    clear:both;
}
.fa-heart {
	font-size: 20px;
	padding: 7px 5px;
}
/* .hover-btn-group {
	background: rgba(174,47,17, 0.8);
	padding:9px 0px;
	text-align:center;
	margin: 0;
	display:none;
	position: absolute;
	width:88%;
	bottom:142px;
} */
.hover-btn-group {
	background: rgba(174,47,17, 0.8);
	padding:9px 0px;
	text-align:center;
	margin: 0;
	display:none;
	position: absolute;
	width: calc( 100% - 30px );
	bottom:142px;
	left:15px;
	right:15px;
}
.producthome-btn-hvr {
    background: #ffffff;
	color:#ae2f11;
    padding: 3px 7px;
    border-radius: 5px;
    margin: 0px 3px;
	border:0;
}
.wishlist-sec {
	width: 100%;
    text-align: center;
    padding: 7px 0px;
}
span.wishlist-cnt {
    vertical-align: text-top;
	color:#371f21;
	top: -9px;
    position: relative;
    font-size: 20px;
}
.wishlist-btn-hvr {
    background: #fff;
    color: #ae2f11;
    border: 0;
	border-radius:5px;
	margin:0 3px;
}
.device-wishlist-btn {
	background: #ae2f11;
    color: #ffffff;
    border-radius: 3px;
    margin: 3px auto 20px;
    width: auto !important;
    border: 0px solid #ae2f11 !important;
    padding: 2px 5px 3px 5px;
}
.device-wishlist-btn .fa-heart {
    font-size: 18px !important;
}
#wishlist-total:hover {
    color: #371f21 !important;
}
.producthome-btn-hvr .cart-icon {
	font-size: 20px;
	padding: 5px;
	border:0;
	color:#ae2f11;
}
.buttons-hover:hover .hover-btn-group {
	display:block;
}
.buttons-hover:hover .wishlist-icon {
	display:none;
}
.prod-review-sec {
    height: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.prod-review-sec h2 {
	margin-top: 0 !important;
}
.google-sec-lft img {
	width:40px;
	height:40px;
}
.google1 {
	color:#4285F4;
}
.google2 {
	color:#EA4335;
}
.google3 {
	color:#FBBC05;
}
.google4 {
	color:#34A853;
}
.sec-clear {
    width:100%;
    clear:both;
}
.catname {
    clear: left;
    font-size: 25px;
    color: maroon;
    padding: 0 20px 10px 20px;
}
.cat-desc {
    margin: 20px 0;
}
.m1sec-cnt {
    margin: 40px auto;
    text-align: center;
}
.m1sec-hover:hover .m1sec-cnt-group {
	display:block;
}
.m1sec-cnt-group {
    background: rgba(233, 53, 4, 0.6);
    padding: 15px 0px;
    text-align: center;
    margin: 0;
    display: none;
    position: absolute;
    bottom: 0px;
    width: calc( 100% - 30px );
	left:15px;
	right:15px;
}
.m1sec-wrap {
    margin: auto;
    padding: 0;
    overflow: hidden;
}
.fa-stack-2x {
    color: orange;
}
.info-page-wrap p {
    font-size: 19px;
    line-height: 25px;
    text-align: justify;
    font-weight: normal;
    font-family: 'Archer-Semibold';
}
.home-seo-cnt p, .cat-desc p {
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
    font-weight: normal;
    font-family: 'Archer-Semibold';
}
.info-page-wrap img.abtus-img-rgt {
 margin-left: 20px;
 margin-bottom: 15px;
}
.info-page-wrap img.abtus-img-lft {
 margin-right: 20px;
 margin-bottom: 15px;
}
h3.abtus-sub-txt {
    line-height: 30px;
    font-weight: bold !important;
    font-family: 'Archer-Semibold';
    font-size: 24px;
    text-align:justify;
    color: #000000;
}
ul.smk-list {
    margin-top:15px;
    margin-bottom:15px;
    padding-left:60px;
    display: table-cell;
}
ul.smk-list li {
    font-size: 19px;
    line-height:35px;
    list-style: initial;
}
.addthis-btn-sec {
    padding-left:0;
    padding-right:0;
}
.info-page-wrap {
    clear: both;
    padding-top: 30px;
}
.info-page-sec {
    padding: 40px;
    background: #fff3f0;
    box-shadow: 6px 9px 10px 0px #5d0c351f;
    margin-bottom: 40px;
}
.info-page-sec-inner {
    padding:0;
    margin:0;
    clear:both;
}
h2.info-page-title {
    text-transform: uppercase;
    font-size: 25px;
    color: #ae2f11;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.info-page-hr {
    border-color: #fb3e52;
    padding: 0;
    width: 50px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
}
.sitemap-cat-title {
    color:#ae2f11 !important;
    font-size:23px;
    font-family: 'Archer-Semibold';
}
.contact-title-sec {
    text-align: center;
    margin-bottom: 30px;
}
.contact-title-sec h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Archer-Medium';
}
.panel {
    margin-bottom:0;
}
.panel-default {
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.cnt-lft-parent {
    display: -webkit-box;
    width: 100%;
}
.cnt-lft-child {
    margin-bottom: 25px;
    word-spacing: 2px;
    background: #fff3f0;
    padding: 20px;
    box-shadow: 2px 2px 4px 2px #e2e2e2ad;
    border-radius: 5px;
    width:50%;
    margin-left:15px;
}
.icon-box i {
    font-size: 35px;
    margin-bottom: 10px;
}
.cnt-lft-child h4 {
    font-weight: bolder;
    font-size: 25px;
    margin-bottom: 23px;
    color: #ae2f11;
    margin-top: 0px;
}
.cnt-lft-child address {
    font-size: 16px;
    line-height: 24px !important;
    color: #000;
    font-family: 'Archer-Medium';
}
.register-wrap {
    background: rgba(174, 47, 17, 0.1);
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
}
.read-agree {
    width:100%;
}
.form-label-lft {
    text-align:left !important;
}
.captcha-sec {
    margin:5px 0;
}
.captcha-input {
    max-width:150px;
    padding:17px 5px;
}
.reg-button {
    padding:0;
    margin: 10px auto;
    text-align:center;
}
/* .btn-primary {
    color: #fff;
    background-color: #ae2f11;
    border-color: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
    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: none;
    border-radius: 0;
    margin:0 auto;
    text-transform:uppercase;
} */
.account-user-dashboard {
    margin-bottom:20px;
    clear: both;
    padding-top: 10px;
}
.account-user-dashboard li {
    margin-bottom: 15px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.account-user-dashboard li a {
    display: block;
    background:#fff3f0;
    box-shadow: 6px 9px 10px 0px #5d0c351f;
    margin: 0;
    padding: 20px 0;
}
.icon-wrap {
    background:none;
}
.user-acc-int-sec .account-user-dashboard li .acc-icon {
    border: 1px solid #674245;
    width: 60px;
    min-height: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}
.user-acc-int-sec .account-user-dashboard li i {
    font-size: 26px;
    width: 52px;
    height: 52px;
    padding-top: 15px;
    display: inline-block;
    color: #674245;
}
.user-acc-int-sec .account-user-dashboard li span {
    width: 100%;
    display: block;
    margin: 30px 0 10px 0;
    min-height: 75px;
    font-size: 20px;
    color: #884528;
    vertical-align: middle;
    padding: 0 5px;
    text-shadow: none;
    text-align: center;
    line-height: 25px;
}
.account-user-dashboard li a:hover {
    border: 1px solid #ccc;
    box-shadow: none;
}
#review {
    max-height: 530px;
    overflow: hidden;
    overflow-y: scroll;
}
.register-wrap p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat',sans-serif;
}
.common-btn, .common-confirm-button {
    margin: 10px 10px 5px 0;
    height: 50px;
    padding: 0 35px !important;
    border-radius: 4px;
    background: #ae2f11 !important;
    color: #fff !important;
    border: 0 solid #e8e3dd;
        border-bottom-color: rgb(232, 227, 221);
        border-bottom-style: solid;
        border-bottom-width: 0px;
    font: 500 16px/50px 'Montserrat',sans-serif;
    transition: 0s all ease;
    border-bottom: 3px solid #90260d !important;
    text-transform: uppercase;
}

.search-sec {
    margin-bottom:10px;
}
.search-chk {
    padding-top:12px;
}
.search-txt-box {
    height:46px;
    background: #fff !important;
}
.prod-search-btn {
    margin-top:20px;
}
.common-btn:hover, .common-confirm-button:hover {
    background: #84230c  !important;
	border-color: #84230c ;
	color: #fff !important;
}
/* #button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm, #button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register, .form-horizontal input.btn, a.btn, input[type='submit'], .button {
    border: none;
    background: #ae2f11 !important;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
} */
#button-voucher, #button-coupon {
    line-height: 34px;
    height: 34px;
    margin-left: 10px;
    border-radius: 3px;
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff !important;
    margin-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
}
.extinput-group {
    border-collapse: separate;
    display: table;
    width: 100%;
    position: relative;
}
.extinput-group input, .extinput-group .extbtn-block {
    display: table-cell;
    vertical-align: top;
}
.extinput-group .extbtn-block {
    width: 20%;
}
.extbtn-block {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.extinput-group .extbtn-block .btn {
    width: 100%;
    position: inherit;
}
.extbtn-block .btn {
    margin-right: -3px;
    border-radius: 0;
    width: 33%;
}
.extbtn-block .btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.qnty-cnt {
    border-radius:0 !important;
    text-align:center;
}
.extpanel-body fieldset {
    clear:both;
}
.view-more-sec {
	--def: #ffffff; 	
	--inv: #ae2f11;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: none;
	margin:10px auto;
	padding-bottom: 10px;
}

.google-view-link {		
	position: relative;	
	padding: 15px 30px;
	font-size: 17px;
    font-family: 'Montserrat',sans-serif;
	color: var(--def);
	text-transform: uppercase;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);	
	cursor: pointer;
	user-select: none;
	border: 1px solid #ae2f11;
	background: #ae2f11;
}

.google-view-link:before, .google-view-link:after {
	content: '';
	position: relative;	
	transition: inherit !important;
	z-index: -1 !important;
}

.google-view-link:hover {
	color: var(--inv) !important;
	transition-delay: .5s !important;
	background: var(--def) !important;
}

.google-view-link:hover:before {
	transition-delay: 0s !important;
}

.google-view-link:hover:after {
	background: var(--inv) !important;
	transition-delay: .35s !important;
}

.google-view-more-link:before, 
.google-view-more-link:after {
	top: 0 !important;
	width: 0 !important;
	height: 100% !important;
}

.google-view-more-link:before {
	left: 0;
	border: 1px solid var(--inv) !important;
	border-left: 0 !important;
	border-right: 0 !important;	
}

.google-view-more-link:after {
	right: 0 !important;
}

.google-view-more-link:hover:before,
.google-view-more-link:hover:after {
	width: 100% !important;
	background: var(--inv) !important;
}
.prod-txt {
    font-style:italic;
    color:#292825;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Montserrat',sans-serif;
    padding: 10px 0px;
    line-height: 23px;
    float: right;
}
div.addthis-btn-sec .prod-txt:before, div.addthis-btn-sec .prod-txt:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.resale-txt {
    font-style:italic;
    color:#292825;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Montserrat',sans-serif;
    padding: 10px 0px;
    line-height: 23px;
    float: left;
}
div.extsm-12 .resale-txt:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.pagination-sec {
    display:none;
}
a.btn-to-top {
    background: #371f21;
    padding: 15px 22px;
    border-radius: 50%;
    color: #f07b53 !important;
    font-size:16px;
    z-index: 1;
}
a.btn-to-top:hover {
    background: #f07b53;
    color: #ffffff !important;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
.social-title {
	margin: 15px auto;
}
.sticky-header-fixed {
  top: 0 !important;
  z-index: 100 !important;
  position: fixed;
  width: 100% !important;
  background: #ffffff;
  opacity: 1;
}
.hideRobot {
	opacity: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
	right:0 !important;
}
/*.new-addr-hide {
	display: none;
} */
.fa-facebook:before, .fa-instagram:before, .fa-youtube-play:before {
	margin-top:3px;
	display: block;
}
span.free-ship-txt {
background: url(../image/free-delivery.png) top right;
width: 100%;
height: 50px;
display: block;
background-repeat: no-repeat;
}
.cart-head .cart-items-list table.table-striped {
max-height: 297px;
overflow: auto;
display: block;
width: 100%;
white-space: nowrap;
}
.cart-head .cart-items-list table.table-striped tbody {
width: 100%;
display: inline-table;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
@media (max-width: 767px) {
.cart-head .cart-items-list table.table-striped {
max-height: 204px !important;
}
}
.home_addln_seo, .savcat_addln_seo, .swtscat_addln_seo, .chikkicat_addln_seo {
    background-color: #f4f4f4;
    padding: 0px 0px 15px 0px;
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    color: #292825;
    font-family: 'Archer-Semibold';
}
.home_addln_seo hr, .savcat_addln_seo hr, .swtscat_addln_seo hr, .chikkicat_addln_seo hr {
	border-top: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#form-review span.rating-txt {
    font-size: 14px !important;
}
div#payment-custom-field2 {
	display: none !important;
}
h3.tit-sub-head {
    color: #ae2f11;
    font-weight: 600;
    font: 300 18px/23px 'Montserrat',sans-serif;
    margin: 10px 0;
}