/*@import url('//fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');*/

 @import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Roboto:wght@300&display=swap');

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
  display: unset;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
scrollbar-width: thin;
scrollbar-color: #8c4313 #202020;
}

/* Chrome, Edge, and Safari */
	*::-webkit-scrollbar {
	width: 10px;
}

	*::-webkit-scrollbar-track {
	background: #202020;
}

*::-webkit-scrollbar-thumb {
	background-color: #8c4313;
	border-radius: 10px;
	border: 0px solid #ffffff;
}

body {
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #1e1e1e;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
    font-family: 'Roboto', sans-serif;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
button {
    color: #cfa757;
    text-decoration:none;
    outline:none;
    display:inline-block;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
button:focus { outline: none; }
a {
	color: #272727;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover, a:focus {
	color: #8c4313;
	outline: none;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
}
p {
	margin-bottom:30px;
}
p:last-child {
    margin-bottom:0px;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
::-webkit-input-placeholder { /* Edge */
  	color: #272727;
  	opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #272727;
  	opacity: 1;
}

::placeholder {
  	color: #272727;
  	opacity: 1;
}
.black-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #1e1e1e;
    background-color: #1e1e1e;
    border-radius: 5px; 
    display: inline-block; 
    padding: 15px 30px 15px;
    position: relative;  
    text-align: center; 
    width: auto; 
    cursor:pointer; 
    text-transform: uppercase;
    line-height: 1.42857143;
    transition: all .5s;
}
.black-btn:hover,
.black-btn:focus  { 
    color: #fff ;
    background-color: #8c4313;
    border: 2px solid #8c4313;
}
.white-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #8c4313;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 5px; 
    display: inline-block; 
    padding: 15px 30px 15px;
    position: relative;  
    text-align: center; 
    width: auto; 
    cursor:pointer; 
    text-transform: uppercase;
    line-height: 1.42857143;
    transition: all .5s;
}
.white-btn:hover,
.white-btn:focus  { 
    color: #fff ;
    background-color: #222221;
    border: 2px solid #222221;
}

.logo-area img {
	height: auto;
	max-width: 300px;
}

.light-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    border-radius: 5px; 
    display: inline-block; 
    padding: 15px 30px 15px;
    position: relative;  
    text-align: center; 
    width: auto; 
    cursor:pointer; 
    text-transform: uppercase;
    line-height: 1.42857143;
    transition: all .5s;
}
.light-btn:hover,
.light-btn:focus  { 
    color: #1e1e1e;
    background-color: #FEAF16;
    border: 2px solid #FEAF16;
}
.section-header h2.title {
	font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 900;
    text-transform: capitalize;
    padding: 0 0 20px;
    margin: 0 0 0px;
    color: #1e1e1e;
    letter-spacing: 1px;
    position: relative;
}
.section-header h2.title:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 62px;
	height: 6px;
	background-color: #8c4313;
	margin-left: -31px;
}





/* Calling Button */

.fixed-calling-btn {
    position: fixed;
    left: 0px;
    bottom: 10%;
    z-index: 100;
    cursor: pointer;
}
.calling {
    height: 60px;
    width: 60px;
    transition: 0.7s ease;
    display: block;
    border-radius: 0 30px 30px 0;
    background: #25d366;
    position: relative;
}
.calling-btn-icon i{
	color: #fff;
    width: 50px;
    font-size: 44px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.calling-text{
    opacity: 0;
	visibility: hidden;
    color: #ffffff;
    line-height: 20px;
    margin-left: 15px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 60px;
    transition: 0.7s ease;
}
.calling:hover {
    width: 250px;
    transition: 0.7s ease;
}
.calling:hover .calling-text{
    opacity: 1;
	visibility: visible;
}

/* Calling Button end */


/* Back to top button Styles
================================================================================*/
#button {
    display: inline-block;
    background-color: #e9351f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
    content: "\f062";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/* Back to top button Styles end
================================================================================*/

header.cms-header {
	position: relative;
	min-height: 216px;
}
.header-sticky.is-sticky {
  	position: fixed;
  	width: 100%;
  	z-index: 99;
  	top: 0;
}
header.cms-header .header-top {
	border-bottom: 1px solid #e1e1e1;
}
header.cms-header .topDetail {
	font-size: 13px;
	padding: 10px 0;
	font-weight: bold;
}

.header-top-settings a {
	font-weight: bold;
	font-size: 13px;
}

header.cms-header .header-top-settings .nav {
	/*justify-content: flex-end;*/
}
header.cms-header .header-top-settings ul li {
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	padding: 10px 0;
	position: relative;
	margin-left: 20px;
	display: flex;
	align-items: center;
}
header.cms-header .header-top-settings ul li i {
	margin-left: 5px;
}
header.cms-header .header-top-settings ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}
header.cms-header .header-top-settings ul li .dropdown-list {
	top: 100%;
	right: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 5px 15px 10px;
	width: 100px;
	z-index: 9;
	pointer-events: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
header.cms-header .header-top-settings ul li .dropdown-list li {
	margin-left: 0;
	padding: 0;
}
header.cms-header .header-top-settings ul li .dropdown-list li a {
	color: #252525;
	font-size: 14px;
	display: block;
	padding: 5px 0 3px;
	text-transform: capitalize;
}
header.cms-header .header-top-settings ul li:hover .dropdown-list {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


	/* header middle Styles
======================================================================================================*/

.contact-call-wrap-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.contact-call-wrap-top .footer-call {
  	margin-left: 15px;
}
.contact-call-wrap-top .footer-call p:first-child {
	margin-bottom: 10px;
}
.contact-call-wrap-top .footer-call p {
	color: #272727;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 5px;
}
.search-box-wrapper {
	max-width: 100%;
	padding: 30px 0;
}
.search-box-inner {
	position: relative;
	display: flex;
	align-items: center;
}
.search-field-wrap {
  	position: relative;
  	width: 100%;
  	border-radius: 3px;
	border: solid 2px #ddd;
}
.search-box-inner .search-field {
	width: 100%;
	height: 42px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border: none;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	padding: 0 50px 0 15px;
}
.search-field-wrap .search-btn button {
	width: 50px;
	height: 46px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	border-radius: 0 3px 3px 0;
	color: #ffffff;
	background: #8c4313;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: -2px;
	cursor: pointer;
}
.search-field-wrap .search-btn button i {
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-blok-box {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0;
}
.box-cart-wrap .shopping-cart-wrap {
	position: relative;
	padding: 8px 12px;
	border-radius: 3px;
	border: 2px solid #8c4313;
	background: #8c4313;
}
.box-cart-wrap .shopping-cart-wrap > a {
	display: flex;
	align-items: center;
	color: #fff;
}
.cart-total {
	background: #FEAF16;
	border-radius: 100%;
	color: #1e1e1e;
	float: left;
	font-size: 10px;
	font-weight: 700;
	height: 22px;
	line-height: 22px;
	width: 22px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: -10px;
	left: -15px;
}
.right-blok-box a .cart-total-amunt {
	font-size: 14px;
	font-weight: 500;
	padding-left: 6px;
}
.shopping-cart-wrap ul.mini-cart {
	position: absolute;
	width: 320px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	right: 0;
	top: 180%;
	border-radius: 5px;
	padding: 30px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-ms-filter: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shopping-cart-wrap ul.mini-cart::before {
	content: "";
	position: absolute;
	right: 40px;
	top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 7px 6px;
	border-color: transparent transparent #ffffff transparent;
}
.shopping-cart-wrap ul.mini-cart .cart-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	position: relative;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-image {
	display: block;
	width: 100px;
	border: solid 1px #ddd;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title {
	padding-left: 15px;
	width: 60%;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title h4 {
	font-size: 14px;
	font-weight: 500;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title .quanti-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title .quantity {
	font-size: 14px;
	margin-right: 5px;
	color: #1e1e1e;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title .price-box {
	font-size: 14px;
	color: #1e1e1e;
	font-weight: 700;
}
.shopping-cart-wrap ul.mini-cart .cart-item .cart-title .remove_from_cart {
	background: none;
	color: #1e1e1e !important;
	display: block;
	font-size: 16px;
	height: auto;
	left: auto;
	margin: 0;
	position: absolute;
	right: -10px;
	top: 0;
	width: auto;
	z-index: 1;
}
.shopping-cart-wrap ul.mini-cart .subtotal-box {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.shopping-cart-wrap ul.mini-cart .subtotal-box .subtotal-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.shopping-cart-wrap ul.mini-cart .subtotal-box .subtotal-title h3 {
	font-size: 14px;
	font-weight: 600;
	color: #1e1e1e;
	line-height: 20px;
	margin: 0;
}
.shopping-cart-wrap ul.mini-cart .subtotal-box .subtotal-title span {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1e1e1e;
}
.mini-cart-btns .cart-btns {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 15px;
	width: 100%;
}
.mini-cart-btns .cart-btns a {
	margin-bottom: 10px;
	background: #eef0f1;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	color: #1e1e1e;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 36px;
	padding: 0 25px;
	text-align: center;
	text-transform: uppercase;
}
.mini-cart-btns .cart-btns a:last-child {
	background-color: #8c4313;
	color: #fff;
}
.shopping-cart-wrap:hover ul.mini-cart {
	visibility: visible;
	opacity: 1;
	-ms-filter: 1;
	top: 160%;
}




.curreny-wrap {
	border-radius: 3px;
	background: transparent;
	border: 2px solid #ddd;
	color: #333;
	margin-left: 20px;
}
.curreny-wrap ul li {
        padding:8px 27px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        position: relative;
        display: flex;
        align-items: center;
}
.curreny-wrap ul li i {
	margin-left: 7px;
}
.curreny-wrap ul li .dropdown-list {
	top: 100%;
	right: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 5px 15px 10px;
	width: 100px;
	z-index: 9;
	pointer-events: none;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
.curreny-wrap ul li .dropdown-list li {
	margin-left: 0;
	padding: 0;
}
.curreny-wrap ul li .dropdown-list li a {
	color: #252525;
	font-size: 14px;
	display: block;
	padding: 5px 0 3px;
	text-transform: capitalize;
}
.curreny-wrap ul li:hover .dropdown-list {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}



	/* header bottom Styles
======================================================================================================*/

.header-bottom {
	background-color: #8c4313;
}
.categories_menu {
  	position: relative;
}
.categories-menu-wrap_box .categories_menu_toggle {
  	display: none;
}
.categories-menu-wrap_box .categories_title {
	
	height: 60px;
	line-height: 60px;
	background: #0d0d0c;
	padding: 0 30px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.categories_title .categori_toggle {
	line-height: 60px;
	color: #f0ecec;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
	text-transform: uppercase;
	margin: 0;
}
.categories_title .categori_toggle::before {
	content: "\f038";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #f0ecec;
	display: inline-block;
	position: absolute;
	font-size: 18px;
	line-height: 0px;
	right: 30px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.categories_menu_toggle {
	padding: 0;
	-webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 9;
}
.categories_menu_toggle > ul > li {
  	position: relative;
  	border-bottom: solid 1px #ddd;
}
.categories_menu_toggle > ul > li.menu_item_children:before {
	content:'';
	position:absolute;
    top: 0;
	right: -36px;
	width:0;
	height:0;
	border: 26px solid transparent;
	border-left: 10px solid #fff;
	transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}
.categories_menu_toggle > ul > li > a {
	font-size: 16px;
	line-height: 1.8;
	text-transform: capitalize;
	font-weight: 700;
	display: block;
	cursor: pointer;
	padding: 10px 20px;
}
.categories_menu_toggle > ul > li > a i {
	float: right;
	line-height: 1.8;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu {
	position: absolute;
	left: 110%;
	width: 240px;
	-webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 5px 15px 5px;
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
	display: block;
}
.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
}
.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
	opacity: 1;
	visibility: visible;
	left: 105%;
}
.categories_menu_toggle > ul > li:hover:before {
	opacity: 1;
	visibility: visible;
}
.rx-child, 
.categories_menu_toggle ul li a.rx-show {
  	display: none;
}
.categories_menu_toggle ul li.rx-parent {
  	cursor: pointer;
  	border: 0;
}
.categories_menu_toggle ul li.rx-parent a {
	color: #8c4313;
}
.categories_menu_toggle ul li.rx-change a.rx-default {
  	display: none;
}
.categories_menu_toggle ul li.rx-change a.rx-show {
  	display: block;
}
.main-navigation {
	/*text-align: right;*/
}

.main-menu ul > li {
	display: inline-block;
	position: relative;
	margin-left: 55px;
}
.main-menu ul > li > a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 15px 0px;
	text-transform: uppercase;
	position: relative;
}
.main-menu ul > li > a:before {
	content: "";
	background: #fff;
	width: 0%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.main-menu ul > li:hover > a:before {
	visibility: visible;
	opacity: 1;
	-ms-filter: 1;
	width: 100%;
}

	/* banner Styles
======================================================================================================*/

section.cms-banner {
	position: relative;
	padding: 22px 0 0;
}
section.cms-banner .owl-item.active h1 {
	animation: fadeInLeft; 
  	animation-duration: 2s;
}
section.cms-banner .owl-item.active p {
	animation: fadeInUp ease 1s 1s both; 
}
section.cms-banner .owl-item.active .btn-box {
	animation: fadeInUp ease 1.5s 1.5s both; 
}
section.cms-banner .owl-item.active .banner-img {
	animation: fadeInRight ease 1.5s 1.5s both;
}
section.cms-banner h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 51px;
	font-weight: 700;
	color: #FEAF16;
	margin: 0 0 30px;
}
section.cms-banner h1 span {
	display: block;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
section.cms-banner p {
	font-size: 22px;
	font-weight: 300;
	color: #8c4313;
}

section.cms-banner .banner-txt {
	padding-left: 54px;
}

	/* customer support Styles
======================================================================================================*/
section.cms-support {
	position: relative;
	padding: 60px 0 60px;
}
section.cms-support .col-md-4 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
section.cms-support .support-box {
	background: #f4f5f9;
	border: 2px solid #e5e5e5;
	padding: 0px 10px 20px;
	transition: all 0.3s ease-in;
}
section.cms-support .support-box .icon {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;

}
section.cms-support .support-box p {
	font-size: 16px;
	line-height: 24px;
	transition: all 0.3s ease-in;
}
section.cms-support .support-box svg path,
section.cms-support .support-box svg circle {
	transition: all 0.3s ease-in;
}
section.cms-support .support-box:hover {
	background-color: #8c4313;
}
section.cms-support .support-box:hover svg path,
section.cms-support .support-box:hover svg circle {
	fill: #FEAF16;
}
section.cms-support .support-box:hover p {
	color: #FEAF16;
}


	/* single product Styles
======================================================================================================*/

section.cms-single-product {
	position: relative;
	padding: 80px 0 80px;
	background-color: #f4f5f9;
}
section.cms-single-product .section-header {
	padding: 0 0 30px;
}
.custom-tab .nav-tabs {
  	border-bottom: 3px solid #c7c7c7;
  	justify-content: center;
  	margin: 0 0 40px;
}
.custom-tab .nav-tabs > li {
  	margin-bottom: -4px;
}
.custom-tab .nav > li > a {
	color: #898989;
	cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 0;
	padding: 18px 20px 17px;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0;
	border-bottom: solid 6px transparent;
	margin-right: 10px;
}
.custom-tab .nav > li > a:hover {
	color: #1e1e1e;
	border-bottom: solid 6px #8c4313;
}
.custom-tab .nav-tabs > li > a.active, 
.custom-tab .nav-tabs > li > a.active:focus, 
.custom-tab .nav-tabs > li > a.active:hover {
  	color: #1e1e1e;
  	border-bottom: solid 6px #8c4313;
}
.single_product {
	position: relative;
	background-color: #fff;
	border: 1px solid #353535;
	border-radius: 10px;
	padding: 15px;
	height: 100%;
	overflow: hidden;
}
.single_product .product-img-box {
	position: relative;
}
.single_product .product_thumb {
  	position: relative;
  	max-width: 250px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
  	overflow: hidden;
  	transition: all 0.3s ease-in;
}
.single_product:hover .product_thumb {
	opacity: 0.3;
}
.single_product .product_discount {
  	position: absolute;
  	top: 0;
  	left: 20px;
  	width: 80px;
  	height: 30px;
  	background: #8c4313;
  	border-radius: 0px 0px 9px 9px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.single_product .product_discount span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.single_product .product-name {
	height: 50px;
	overflow: hidden;
	margin: 0 0 20px;
	text-align: center;
}
.single_product .product-name a {
	color: #1a1a1a;
	line-height: 1.4;
	font-weight: 700;
}
.single_product .product-price {
	text-align: center;
}
.single_product .product-price a {
	color: #8c4313;
	font-size: 20px;
	font-weight: 900;
}
.single_product .product-detail-list {
	border: 0;
	padding: 0;
	margin: 15px -15px -15px;
}
.single_product .product-detail-list ul li:last-child {
	border-radius: 0 0px 10px 10px;
}
.single_product .sp-button {
	border: 0 none;
	left: 50%;
	margin-left: -65px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease-out 0s;
}
.single_product .sp-button .s-button {
	border-right: 0 none;
	float: left;
	height: 40px;
	margin-right: 10px;
	transform: scale(0);
	transition: all 0.4s ease 0s;
	width: 40px;
}
.single_product .sp-button .s-button a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #8c4313;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.single_product .sp-button .s-button a:hover {
	background-color: #1a1a1a;
}
.single_product:hover .sp-button {
  background: none;
}
.single_product:hover .s-button {
  	transform: scale(1);
}



.custom-carousel .owl-nav{	
	opacity: 0;
	transition: all 0.3s linear;
}
.custom-carousel .owl-nav button.owl-prev,
.custom-carousel .owl-nav button.owl-next {
	background: #1e1e1e;
	border-radius: 0px;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	padding: 3px 10px;
	height: 80px;
	line-height: 70px;
	text-align: center;
	transition: all 0.3s linear;
	width: 32px;
	opacity:1;
	margin:0;
}
.custom-carousel:hover .owl-nav{
	opacity:1;
}
.custom-carousel .owl-nav button:hover {
  background: #8c4313;
}
.custom-carousel .owl-prev{
	position: absolute;
	top: 50%;
	margin-top: -40px !important;
	left:0;
}
.custom-carousel .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -40px !important;
	right:0;
}
section.cms-single-product .btn-box {
	padding: 60px 0 0;
}


	/* static area Styles
======================================================================================================*/

section.cms-static-area {
	position: relative;
	padding: 80px 0 80px;
}
.single-static {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #0F0F0F;
	border-radius: 10px;
	padding: 30px;
	padding-right: 60px;
	transition: all .5s;
}
.single-static .icon {
	width: 290px;
  	margin-right: 40px;
}
.single-static .icon img {
	border-radius: 10px;
}
.single-static .content {
	width: calc(100% - 290px);
}
.single-static h4 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 900;
	color: #fff;
	margin: 0 0 40px;
}
.single-static:hover {
	background-color: #353535;
}
.single-static:hover .btn-box a {
	color: #1e1e1e;
    background-color: #FEAF16;
    border: 2px solid #FEAF16;
}

	/* about Styles
======================================================================================================*/

section.cms-about {
	position: relative;
	padding: 80px 0 80px;
	background-color: #8c4313;
}
section.cms-about .about-img {
	border-radius: 10px;
	border: 3px solid #EEEDE7;
}
section.cms-about .about-img img {
	border-radius: 7px;
}
section.cms-about .about-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	margin: 0 0 20px;
	max-width: 460px;
	line-height: 1.4;
}
section.cms-about .about-content h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
}
section.cms-about .about-content p {
	color: #fff;
}	

	/* stone list Styles
======================================================================================================*/

section.stone-list {
	position: relative;
	background-color: #f4f5f9;
	padding: 90px 0 90px;
}
section.stone-list .section-header {
	padding: 0 0 60px;
}
section.stone-list .btn-box {
  	padding: 60px 0 0;
}


	/* SHOP BY CATEGORY Styles
======================================================================================================*/

section.cms-category {
	position: relative;
	padding: 90px 0 90px;

}
section.cms-category .section-header {
	padding: 0 0 60px;
}
.category-box {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	height: 100%;
	border: 1px solid #353535;
}
.category-box:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 121px;
	height: 117px;
}
.category-box .category-img {
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-box .category-img img {
	width: auto;
	display: inline-block;
}
.category-box h4 {
	font-size: 18px;
	font-weight: 900;
	color: #FEAF16;
	margin: 0 0 30px;
}
.category-box h4 a {
	color: #0d0d0c;
}
.category-box .category-list {
	max-height: 240px;
	overflow: hidden;
	overflow-y: auto;
}
.category-box ul li {
	position: relative;
	padding-left: 15px;
	margin: 0 0 5px;
}
.category-box ul li:before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #8c4313;
	font-size: 16px;
	transition: all 0.3s ease-in;
}
.category-box ul li a {
	color: #8c4313;
	font-size: 16px;
}
.category-box ul li:hover a,
.category-box ul li:hover:before {
	color: #1e1e1e;
}



	/* special Styles
======================================================================================================*/

section.cms-special {
	position: relative;
	background-color: #f4f5f9;
	padding: 30px 0 30px;
}
section.cms-special .section-header h2 {
	color: #8c4313;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 3px;
	color: #8c4313;
	text-transform: uppercase;
}
section.cms-special .section-header h2 span {
	letter-spacing: 0;
	font-size: 32px;
	font-weight: 900;
	color: #272727;
	text-transform: uppercase;
	display: block;
	padding: 0 0 10px;
}
section.cms-special .section-header p {
	font-size: 24px;
}



	/* Recommended Styles
======================================================================================================*/

section.cms-recommended {
	position: relative;
	padding: 100px 0 100px;
}
section.cms-recommended .section-header {
	padding: 0 0 60px;
}
section.cms-recommended .single_product {
  	display: flex;
}
section.cms-recommended .single_product .product-detail-list {
	margin: 0;
}
section.cms-recommended .single_product .product-detail-list ul li:last-child {
  	border-radius: 0;
}
section.cms-recommended .single_product .product-info {
	margin-left: 20px;
}


	/* footer Styles
======================================================================================================*/

footer.cms-footer {
	position: relative;
	background-color: #2d1302;
}
.footer-top {
	padding: 50px 0 50px;
}
.footer-top-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
footer.cms-footer .footer-nav h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px;
}
footer.cms-footer .footer-nav ul li a {
    color: #C7C7C7;
    -webkit-transform: perspective(1px) translateZ(0);  
    transform: perspective(1px) translateZ(0);
    position: relative;  
    overflow: hidden;
}
footer.cms-footer .footer-nav ul li a:before { 
    content: ""; 
    position: absolute; 
    z-index: -1; 
    left: 0; 
    right: 100%; 
    bottom: 0; 
    background: #FEAF16;  
    height: 2px;  
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
footer.cms-footer .footer-nav ul li a:hover:before, 
footer.cms-footer .footer-nav ul li a:focus:before {
    right: 0;
}
footer.cms-footer .footer-nav ul li a:hover{
	color: #FEAF16;
}

footer.cms-footer .footer-contact ul li {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}
footer.cms-footer .footer-contact ul li span {
	margin-right: 10px;
	color: #C7C7C7;
	line-height: 1;
}
footer.cms-footer .footer-address {
	color: #C7C7C7;
	display: flex;
}
footer.cms-footer .footer-address span {
	margin-top: 5px;
	margin-right: 10px;
	color: #C7C7C7;
	line-height: 1;
}


footer.cms-footer .footer-mid {
	
}
footer.cms-footer .footer-social {
	display: flex;
	align-items: center;
}
footer.cms-footer .footer-social h4 {
	font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0;
    margin-right: 10px;
}
footer.cms-footer .footer-social ul li {
    display: inline-block;
}
footer.cms-footer .footer-social ul li + li {
    padding-left: 10px;
}
footer.cms-footer .footer-social ul li a {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272727;
    background-color: #fff;
    font-size: 22px;
    border-radius: 50%;
}
footer.cms-footer .footer-social ul li a:hover {
    color: #fff;
}
footer.cms-footer .footer-social ul li a.whatsapp:hover {
	background-color: #25d366;
}
footer.cms-footer .footer-social ul li a.facebook:hover {
	background-color: #3b5998;
}
footer.cms-footer .footer-social ul li a.twitter:hover {
	background-color: #1da1f2;
}
footer.cms-footer .footer-social ul li a.instagram:hover {
	background-color: #c4008c;
}
footer.cms-footer .footer-social ul li a.linkedin:hover {
	background-color: #0073b0;
}

footer.cms-footer .footer-social ul li a.Skype:hover {
	background-color: #0073b0;
}

footer.cms-footer .footer-mid-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
footer.cms-footer .footer-payment {
	display: flex;
	align-items: center;
}
footer.cms-footer .footer-payment h4 {
	font-size: 18px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 0;
    margin-right: 10px;
}
footer.cms-footer .footer-payment ul li {
    display: inline-block;
}
footer.cms-footer .footer-payment ul li + li {
    padding-left: 10px;
}


footer.cms-footer .footer-bottom {
	padding: 20px 0 20px;
}
footer.cms-footer .footer-bottom h4 {
	font-size: 22px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px;
}
footer.cms-footer .footer-bottom h5 {
	font-size: 16px;
    color: #9F9F9F;
    font-weight: 700;
    text-transform: uppercase;
}
footer.cms-footer .footer-category ul {
	margin: 20px -5px 0;
}
footer.cms-footer .footer-category ul li {
	display: inline-block;
	padding: 0 5px;
}
footer.cms-footer .footer-category ul li a {
	color: #C7C7C7;
	font-size: 16px;
} 


footer.cms-footer .copyright {
	/*padding: 40px 0 0;*/
}
footer.cms-footer .copyright b{
	color: #fff;
}
footer.cms-footer .copyright ul {
	margin: 0 0 0px;
}
footer.cms-footer .copyright ul li {
	display: inline-block;
}
footer.cms-footer .copyright ul li a {
	color: #C7C7C7;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
footer.cms-footer .copyright p {
	font-size: 14px;
	color: #C7C7C7;
	margin: 0;
}

	/*  Begin JB's Offcanvas Area  Styles
======================================================================================================*/

.mobile-navigation {
  	overflow: hidden;
}
.mobile-navigation +.mobile-navigation {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 2px #ddd;
}

.off-canvas-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 9999;
}

.mobile-menu {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
	margin-right: -10px;
}

.mobile-navigation nav {
  	height: 100%;
}
.off-canvas-wrapper.open {
	opacity: 1;
	visibility: visible;
}
.off-canvas-wrapper.open .off-canvas-inner-content {
	-webkit-transform: none;
	transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	cursor: url("../images/icon/cancel.png"), auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.off-canvas-wrapper .off-canvas-inner-content {
	background-color: #fff;
	width: 300px;
	padding: 20px;
	height: 100%;
	position: relative;
	-webkit-transform: translateX(calc(-100% - 50px));
	transform: translateX(calc(-100% - 50px));
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.off-canvas-wrapper .btn-close-off-canvas {
	top: 0;
	left: 100%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: #8c4313;
	color: #fff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.off-canvas-wrapper .btn-close-off-canvas i {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.off-canvas-wrapper .btn-close-off-canvas:hover i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.off-canvas-wrapper .off-canvas-inner {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	margin-left: auto;
  	height: 100%;
}
.offcanvas-curreny-lang-support {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 0;
	-webkit-box-pack: center;
	  -ms-flex-pack: center;
	      justify-content: center;
	padding-top: 15px;
}
.offcanvas-curreny-lang-support.header-top-settings ul li {
	color: #333;
	font-size: 14px;
}
.offcanvas-account-container li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 2px;
}
.offcanvas-account-container li::before {
	content: "•";
	color: #777;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/*---------------------------
    - Mobile Menu Css
-----------------------------*/
.mobile-header .category-toggle {
  	padding: 8px 15px;
}
.mobile-menu-btn .off-canvas-btn {
  	font-size: 17px;
  	cursor: pointer;
  	padding: 8px 12px;
  	line-height: 1;
  	color: #fff;
  	border: 2px solid #FEAF16;
  	margin-left: 10px;background-color: #8c4313;
}
.mobile-menu-btn .off-canvas-btn a {
	color: #fff;
}
.mobile-menu li > a {
	font-size: 15px;
	color: #252525;
	text-transform: capitalize;
	line-height: 18px;
	position: relative;
	display: inline-block;
	padding: 10px 0;
}
.mobile-menu li > a:hover {
  	color: #80BB01;
}
.mobile-menu li ul li {
  	border: none;
}
.mobile-menu li ul li a {
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 15px 8px;
}
.mobile-menu .menu-item-has-children {
  	position: relative;
}
.mobile-menu .menu-item-has-children .menu-expand {
	line-height: 50;
	top: -5px;
	left: 95%;
	width: 30px;
	position: absolute;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.mobile-menu .menu-item-has-children .menu-expand i {
	display: block;
	position: relative;
	width: 10px;
	margin-top: 25px;
	border-bottom: 1px solid #252525;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.mobile-menu .menu-item-has-children .menu-expand i:before {
	top: 0;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-bottom: 1px solid #252525;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.mobile-menu .menu-item-has-children.active > .menu-expand i:before {
  	-webkit-transform: rotate(0);
  	transform: rotate(0);
}
.mobile-menu .menu-item-has-children .dropdown {
	width: 100%;
	height: 280px;
	overflow-y: auto;
}

.search-box-offcanvas {
  	margin-bottom: 10px;
}
.search-box-offcanvas form {
  	position: relative;
}
.search-box-offcanvas form input {
	color: #666;
	font-size: 13px;
	width: 100%;
	height: 40px;
	border: none;
	padding: 0 40px 0 10px;
	background-color: #f2f2f2;
}
.search-box-offcanvas form .search-btn {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	background: #8c4313;
	border: none;
}


	/*  product detail Styles
======================================================================================================*/

.breadcrumb-area {
	background: #f4f5f9;
	padding: 17px 0;
	border: 1px solid #ebebeb;
}
.breadcrumb-list .breadcrumb-item {
	font-size: 14px;
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
}
.breadcrumb-list .breadcrumb-item.active {
  	color: #8c4313;
}
.section-ptb {
  	padding: 60px 0 60px;
}
.product-info h4 {
	position: relative;
	font-weight: 700;
	padding-bottom: 15px;
  	border-bottom: solid 2px #ddd;
  	margin: 0 0 20px;
}
.product-info h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 6px;
	width: 90px;
	background-color: #8c4313;
}
.product-rating li {
  	margin-right: 3px;
  	font-size: 15px;
  	color: #ffcc00;
}
.product-details-view-content .product-rating li a {
  	color: #FECC0A;
}
.product-details-view-content .product-rating > a {
  margin-left: 10px;
}
.product-details-view-content .price-box {
	color: #8c4313;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 10px;
	width: 100%;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.product-details-view-content .price-box .new-price {
	background: none;
	text-decoration: none;
	color: #8c4313;
	font-weight: 900;
}
.product-details-view-content .price-box .old-price {
	color: #777;
	display: inline-block;
	font-weight: 600;
	margin-left: 4px;
	text-decoration: line-through;
}
.product-detail-list {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 25px 0;
	margin-top: 30px;
}
.product-detail-list ul {
	max-width: 400px;
}
.product-detail-list ul li:nth-child(2n+1) {
  	background-color: #f4f5f9;
}
.product-detail-list ul li {
	display: flex;
	padding: 8px 5px;
}
.product-detail-list .list-label {
	width: 40%;
	color: #8c4313;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}
.product-detail-list .list-label:after {
	content: ":";
	display: block;
	position: absolute;
	font-size: 14px;
	color: #333;
	right: 0;
	top: 1px;
}
.product-detail-list .list-value {
	width: 60%;
	padding-left: 30px;
	color: #212121;
	font-size: 16px;
	font-weight: 700;
}

.product_quantity {
	display: flex;
	align-items: flex-end;
	margin: 20px 0 0;
}
.cart-quantity {
  width: 120px;
  text-align: center;
}
.cart-quantity-button {
	position: relative;
	width: 100%;
	display: flex;
	border: solid 1px #ddd;
	border-radius: 0px;
	overflow: hidden;
}
.cart-quantity-button .btn {
	background-color: #f4f5f9;
	border: 0;
	border-radius: 0;
	width: 80px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-quantity-button .btn svg {
  	width: 20px;
  	height: 20px;
}
.cart-quantity-button .item-count {
  	border: 0;
  	padding: 5px;
}
.qty-title {
	color: #212121;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.product_quantity button {
	background: #8c4313;
	font-size: 14px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	border: none;
	height: 42px;
	padding-right: 15px;
	padding-left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.product_quantity button i {
	width: 50px;
	background: #FEAF16;
	color: #1e1e1e;
	height: 42px;
	line-height: 42px;
	margin-right: 8px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.product_quantity button:hover i {
  	background: #8c4313;
  	color: #fff;
}
.product_quantity .btn-box {
	padding-left: 30px;
}
.single-add-actions {
	margin-top: 20px;
}
.single-add-actions a {
	font-weight: 700;
}


.product-description-area {
	border: 1px solid #ddd;
	margin-top: 60px;
	border-radius: 3px;
	padding: 0px 20px 20px 20px;
}
.product-details-tab {
  	border-bottom: 1px solid #ddd;
}
.product-details-tab li {
  	margin-right: 50px;
}
.product-details-tab li a {
	padding: 20px 0;
	font-size: 20px;
	font-weight: 700;
}
.product-details-tab li a.active {
  	color: #8c4313;
}
.pro_review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.review_thumb {
  	min-width: 62px;
}
.review_details {
	border: 1px solid #ddd;
	margin-left: 26px;
	padding: 10px 20px;
	position: relative;
	border-radius: 3px;
}
.review_details::before {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	content: "";
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}
.review_details .review_info h5 {
	font-size: 16px;
	font-weight: 700;
}
.review_details .review_info h5 span {
  	font-weight: 400;
  	color: #999;
}
.rating_wrap h5,
.rating_wrap h6 {
	font-size: 16px;
	font-weight: 700;
}
.comments-reply-area .comment-input input, 
.comments-reply-area .comment-form-comment textarea {
  	width: 100%;
  	border: 1px solid #ddd;
  	padding: 10px;
}
.comments-reply-area .comment-form-comment textarea {
	height: 140px;
}
.comments-reply-area label {
	display: block;
	margin-bottom: 3px;
}
.comment-form-submit input {
	border: none;
	padding: 10px 30px;
	border-radius: 3px;
	background: #8c4313;
	color: #fff;
	cursor: pointer;
}


	/*  product page Area  Styles
======================================================================================================*/

.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
.select {
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #1a1a1a;
	width: 220px;
	height: 46px;
}
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 3px;
	padding: 8px 15px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #1a1a1a transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  	top: 9px;
  	border-color: transparent transparent #1a1a1a transparent;
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	border-radius: 5px;
	margin-top: 4px;
}
.select-options li {
	margin: 0;
	padding: 5px 0;
	text-indent: 15px;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
	color: #c0392b;
	background: #f4f5f9;
}
.select-options li[rel="hide"] {
  	display: none;
}
.product-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px;
}
.product-header .number-sorting {
	display: flex;
	align-items: center;
}
.product-header .number-sorting .select {
	width: 90px;
}
.product-mode ul li {
	width: 44px;
	height: 44px;
	margin-left: 15px;
}
.product-mode ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #777;
	border: 2px solid #ddd;
	border-radius: 3px;
}
.product-mode ul li a:hover,
.product-mode ul li a.active {
	color: #8c4313;
	border: 2px solid #8c4313;
}

.product-col {
	margin: 0 0 30px;
}
.shop-product-list-wrap .category-box {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.shop-product-list-wrap .category-box .category-img {
	width: 250px;
	min-width: 250px;
	margin-right: 25px;
	height: auto;
	margin-bottom: 0;
	overflow: hidden;
}
.shop-product-list-wrap .category-box .category-content {
	width: 100%;
}


	/*  product page sub category  Styles
======================================================================================================*/

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}
.sub-category-box {
	position: relative;
	padding: 15px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 10px;
	height: 100%;
	text-align: center;
	transition: all .5s;
}
.sub-category-box .sub-category-img {
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.sub-category-box .sub-category-img img {
	transition: all .5s;
}
.sub-category-box h4 {
	font-size: 18px;
	font-weight: 900;
	color: #8c4313;
	margin: 0 0 10px;
}
.sub-category-box h4 a {
	color: #8c4313;
}
.sub-category-box .product-btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border: 2px solid #8c4313;
	background-color: #8c4313;
	border-radius: 5px;
	display: inline-block;
	padding: 12px 22px 12px;
	position: relative;
	text-align: center;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1.42857143;
	transition: all .5s;
	transform: scale(0);
}
.sub-category-box .btn-box {
	left: 0;
	position: absolute;
	top: 30%;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease-out 0s;
}
.sub-category-box:hover {
	border: solid 2px #8c4313;
}
.sub-category-box:hover .product-btn {
  	transform: scale(1);
}
.sub-category-box:hover .sub-category-img img {
	opacity: 0.2;
}

	/*  product page category list  Styles
======================================================================================================*/

.shop-product-list-wrap .single_product {
	display: flex;
}
.shop-product-list-wrap .single_product .product-img-box {
	min-width: 250px;
	margin-right: 30px;
}
.shop-product-list-wrap .single_product .product-detail-list {
	margin: 15px 0 0;
}
.shop-product-list-wrap .single_product .product-detail-list ul li:last-child {
  	border-radius: 0;
}
.prodDetailMar {
	max-width: 290px;
	margin-left: 30px;
	border-left: solid 1px #353535;
	padding-left: 30px;
}
.prodDescriTitle {
	font-size: 18px;
	color: #8c4313;
	font-weight: 900;
	margin: 0 0 10px;
}

	/*  cart page  Styles
======================================================================================================*/

.cms-cart .cart-header {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    border-bottom: solid 1px #eaeaea;
    letter-spacing: .05em;
    font-weight: 600;
    color: #1f1f22;
    opacity: .75;
    padding: 0 0 15px;
}
.cms-cart .header-quantity {
    margin-left: auto;
    width: 100px;
    text-align: center;
}
.cms-cart .header-total {
    width: 140px;
    text-align: right;
}
.cms-cart .cart-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 30px 0 30px;
}
.cms-cart .cart-image {
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}
.cms-cart .cart-item-main {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 30px;
}
.cms-cart .cart-item-detail {
    line-height: 24px;
}
.cms-cart .cart-item-title {
    color: #000;
    font-weight: 700;
}
.cms-cart .cart-item-subtitle {
    color: #777;
    margin: 0;
}
.cms-cart .cart-quantity {
    width: 120px;
    flex-direction: column;
    text-align: center;
}
.cms-cart .cart-quantity-button {
    position: relative;
    width: 100%;
    display: flex;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.cms-cart .cart-quantity-button .btn {
    background-color: #f1f4f5;
    border: 0;
    border-radius: 0;
    width: 80px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cms-cart .cart-quantity-button .btn svg {
    width: 20px;
    height: 20px;
}
.cms-cart .item-count {
    border: 0;
    padding: 5px;
}
.cms-cart .cart-item-remove {
    font-size: 14px;
    text-align: center;
}
.cms-cart .cart-item-total {
    width: 140px;
    text-align: right;
}


.cms-cart .cart-footer {
    width: 100%;
    border-top: solid 1px #eaeaea;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.cms-cart .cart-footer-left {
    width: 35%;
}
.cms-cart .cart-footer textarea {
    height: 140px;
}
.cms-cart .cart-footer-right {
    width: 65%;
    text-align: right;
}
.cms-cart .cart-footer-tax-note {
    font-size: 16px;
    color: #555;
}
.cms-cart .coupons-stacker {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    text-align: left;
}
.cms-cart .coupons-stacker label {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.cms-cart .stack-discounts-input-block {
    display: flex;
}
.cms-cart .stack-discounts-input-block input {
    width: calc(100% - 96px);
    background-color: #f1f4f5;
    margin-right: 10px;
    height: 45px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
}
.cms-cart .stack-discounts-input-block .black-btn {
    width: 96px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0;
    text-transform: uppercase;
}
.stack-discounts-tag {
    position: relative;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #f1f4f5;
    display: inline-block;
    margin: 10px 0 15px;
    font-size: 14px;
    font-weight: 600;
}
.stack-discounts-tag:before {
    background-image: url('../images/coupon.svg');
    width: 17px;
    height: 17px;
    content: ' ';
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 7px;
    opacity: 0.8;
    transition: all 0.2s;
}
.stack-discounts-applied-discount {
    padding: 7px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1488ff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.stack-discounts-applied-discount .discount-label {
    display: flex;
    align-items: center;
}
.stack-discounts-applied-discount i {
    margin-right: 7px;
}
.cart-footer .stack-discounts-discount-value {
    margin-left: 30px;
}


.stack-discounts-total-price {
    padding: 7px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-footer #stack-discounts-subtotal {
    margin-left: 30px;
}
#stack-discounts-subtotal-value strike {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: line-through;
}
.cms-cart .btn-box .black-btn {
    padding: 10px 26px;
    font-size: 16px;
}

	/*  login register page  Styles
======================================================================================================*/
.cms-login .section-header h2 {
	margin: 0 0 30px;
}
.cms-login .section-header p {
	font-size: 20px;
	color: #999;
}
.cms-login .section-header a.login-txt {
	font-weight: 700;
	color: #8c4313;
}
.cms-login .section-header a.register-txt {
	font-weight: 700;
	color: #FEAF16;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
}
.form-group label {
	margin: 0;
	font-weight: 900;
	letter-spacing: 1px;
	color: #1a1a1a;
	background-color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: -15px;
	position: relative;
	padding: 0 10px;
	z-index: 1;
}
.form-group input {
	border: 2px solid #0f0e0e;
	border-radius: 15px;
	padding: 8px 25px 0;
	box-shadow: none;
	height: 56px;
}
.form-group select {
	border: 2px solid #0f0e0e;
	width: 100%;
	height: 56px;
	color: #777;
	font-size: 1rem;
	border-radius: 15px;
}
.form-group textarea {
	border: 2px solid #0f0e0e;
	border-radius: 15px;
	padding: 15px 25px 0;
	box-shadow: none;
	/*height: 126px;*/
}
.form-group .select-styled {
	padding: 15px 25px 0;
}
.form-group .select-styled::after {
	top: 22px;
}
.form-group .select-styled:active::after, 
.form-group .select-styled.active::after {
	top: 15px;
}
.form-control:focus {
  	color: #495057;
  	background-color: #fff;
  	border-color: #8c4313;
  	outline: 0;
  	box-shadow: none;
}
.check-box input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.check-box label {
    font-size: 14px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
}
.check-box label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}
.check-box input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.check-box input:checked + label:before {
    background-color: #000;
}
.checkbox-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}
.checkbox-wrap .forgot-password a {
	color: #8c4313;
	font-weight: 700;
	font-size: 14px;
}


	/*  checkout page  Styles
======================================================================================================*/

section.cms-checkout {
    overflow: hidden;
}

.checkout-lft {
    padding: 30px 30px 0;
    padding-left: 0;
}
.checkout-header {
    padding: 0 0 30px;
}
.dynamic-checkout {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #000;
    margin: 30px 0 0;
}
.dynamic-checkout h2 {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}
.dynamic-checkout h2 span {
    background-color: #fff;
    padding: 0 10px;
}
.dynamic-checkout ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.dynamic-checkout ul li {
    padding: 0 5px;
}
.alternative-payment-separator {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.alternative-payment-separator span {
    display: inline-block;
    padding: 0 1em;
}
.alternative-payment-separator:after, 
.alternative-payment-separator:before {
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
} 
.checkout-lft .contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.checkout-lft .contact-info h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}
.checkout-lft .contact-info p {
    font-size: 14px;
}
section.cms-checkout .step {
    padding: 0 0 40px;
}
.shipping-address {
    padding: 30px 0 0;
}
.shipping-address h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 20px;
}
.checkout-lft .step-footer {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}
.step-footer-previous-link {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}
.step-footer-previous-link svg {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.step-footer .black-btn {
    font-size: 16px;
}
section.cms-checkout .sidebar {
    position: relative;
    padding: 30px 60px 0;
    padding-right: 0;
    height: 100%;
}
section.cms-checkout .sidebar:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f4f5f9;
    z-index: -1;
    box-shadow: 1px 0 0 #e0e1e0 inset;
    background-position: left top;
}
.order-summary-product-list {
    border-bottom: solid 1px #000;
}
section.cms-checkout .product-table td {
    border: 0;
    vertical-align: middle;
}
section.cms-checkout .product-table .product-image {
    padding-left: 0;
}
section.cms-checkout .product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0,0,0,0.1) solid;
    z-index: 2;
}
section.cms-checkout .product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
section.cms-checkout .product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
section.cms-checkout .product-thumbnail-quantity {
    font-size: 0.8571428571em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
section.cms-checkout .product-description {
    width: 100%;
    text-align: left;
    padding-left: 1em !important;
}
section.cms-checkout .product-description span {
    font-size: 14px;
    font-weight: 900;
    display: block;
    line-height: 22px;
}
section.cms-checkout .product-description .product-description-variant {
    font-weight: 400;
}
section.cms-checkout .product-price {
    font-size: 15px;
    font-weight: 500;
}
.order-summary-discount {
    padding: 1.5em 0;
}
.order-summary-discount .stack-discounts-input-block {
    display: flex;
}
.order-summary-discount .stack-discounts-input-block input {
    width: calc(100% - 96px);
    background-color: #fff;
    margin-right: 10px;
    height: 45px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
}
.order-summary-discount .stack-discounts-input-block .black-btn {
    width: 96px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0;
    text-transform: uppercase;
}
.order-summary-total {
    padding: 1.5em 0;
    border-top: solid 1px #000;
    font-weight: 400;
    font-size: 14px;
}
.order-summary-total .total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total-line-price {
    padding-left: 1.5em;
    text-align: right;
    white-space: nowrap;
}
.total {
	/* display: flex; */
	justify-content: space-between;
	/* align-items: center; */
	/* border-top: solid 1px #000; */
	/* padding: 1.5em 0 0; */
	font-weight: bold;
	font-size: x-large;
}
.total .total-name {
    font-size: 20px;
    font-weight: 900;
}
.total .payment-due-currency {
    font-size: 13px;
    font-weight: 400;
}
.total .payment-due-price {
    font-size: 20px;
    font-weight: 900;
}


/* user profile page Styles
======================================================================================================*/

.profile-nav {
    margin-bottom: 20px;
    background-color: #fff;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.profile-nav .user-heading {
    background: #f4f5f9;
    color: #000;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}
.profile-nav .user-heading.round a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(28,44,92,0.1);
    display: inline-block;
}
.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0;
}
.profile-nav .user-heading p {
    font-size: 14px;
}
.profile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
    width: 100%;
}
.profile-nav ul > li > a {
    position: relative;
    font-size: 16px;
    color: #000;
    display: block;
    padding: 10px 15px;
    border-left: 5px solid transparent;
}
.profile-nav ul > li > a > i {
    padding-right: 10px;
}
.profile-nav ul > li > a:hover, 
.profile-nav ul > li > a:focus, 
.profile-nav ul li a.active {
    background: #8c4313;
    border-left: 5px solid #FEAF16;
    color: #fff !important;
}




.profile-info {
    margin-bottom: 20px;
    background-color: #fff;
    border: solid 2px #eaeaea;
    border-radius: 4px;
}
.profile-info .bio-graph-info {
    padding: 20px;
}
.profile-info .bio-graph-info h1 {
    font-size: 20px;
    font-weight: 600;
    background: #f4f5f9;
    padding: 15px 15px;
    margin: 0 0 40px;
}
.profile-info .bio-row {
    margin: 0 0 15px;
}
.profile-info .bio-row p {
    font-size: 16px;
}
.profile-info .bio-row p span {
    width: 120px;
    display: inline-block;
}
.profile-info .address-info {
    padding: 30px;
}
.address-info .address {
    background-color: #fff;
    border: solid 2px #eaeaea;
    border-radius: 5px;
    padding: 20px;
}
.address-info .address h2 {
    font-size: 20px;
    font-weight: 600;
}
.address-info .address p {
    margin: 0;
}



.order-info {
	border: solid 2px #eaeaea;
	padding: 30px;
}
.order-info .order-number {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 30px;
}
.order-box {
	background-color: #f4f5f9;
	padding: 30px;
	border-radius: 5px;
}
.order-box .order-detail {
	display: flex;
	justify-content: space-between;
}
.order-box .order-value p {
	margin: 0;
	font-weight: 700;
}


/* our blog page Styles
======================================================================================================*/
section.blog-pg-section {
    padding: 80px 0 80px;
}
.blog-sidebar {
    padding-left: 45px;
}


.blog-pg-section .entry-meta {
    border: 2px solid #ddd;
    padding: 15px 35px;
}
.blog-pg-section .post-box + .post-box {
    margin-top: 60px;
}
.entry-media img {
	/*width: 100%;
	height: 400px;*/
	object-fit: cover;
	object-position: center;
}
.blog-pg-section .entry-meta span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.blog-pg-section .entry-meta span i {
    padding-right: 4px;
    color: #8c4313;
}
.blog-pg-section .entry-meta span a {
    color: #000;
    text-transform: capitalize;
}
.blog-pg-section .entry-meta > span + span {
    margin-left: 20px;
}
.blog-pg-section .entry-details {
    border: 2px solid #ddd;
    border-top: 0;
    padding: 35px 35px 35px;
    position: relative;
    z-index: 1;
}
.blog-pg-section .post-box h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 15px;
}
.blog-pg-section .post-box h3 a {
    color: #8c4313;
}
.blog-pg-section .post-box p {
    margin: 0 0 30px;
    color: #777;
}
.blog-pg-section .post-box .blue-btn {
    max-width: 160px;
}


.blog-sidebar .widget h3 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin: 0 0 30px;
    border-bottom: 2px solid #ddd;
}
.blog-sidebar .widget h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 4px;
    background: #8c4313;
}
.blog-sidebar .search-widget form div {
    position: relative;
}
.blog-sidebar .search-widget input {
    background-color: #fff;
    border: 2px solid #ddd;
    height: 50px;
    font-size: 16px;
    width: 100%;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-sidebar .search-widget form button {
    background: #8c4313;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.blog-sidebar > .widget + .widget {
    margin-top: 60px;
}



.widget_categories ul li {
    position: relative;
    display: block;
}
.blog-sidebar .widget_categories ul li a {
    display: block;
    padding-left: 25px;
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;
}
.blog-sidebar .widget_categories ul a:before {
    content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
}
.widget_categories > ul > li a + span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
    color: #828282;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}



.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 50%;
    border: 2px solid #efefef;
}
.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}
.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #262b3e;
}
.blog-sidebar .recent-post-widget .post .details .date {
    color: #9e9c9c;
    font-size: 13px;
}
.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f2f2;
}



.widget_tag_cloud .tagcloud a {
    font-size: 13px;
    color: #32373c;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 0;
    margin: 0 3px 6px 0;
    border: 2px solid #efefef;
    border-radius: 60px;
}
.widget_tag_cloud .tagcloud a:hover {
    background-color: #8c4313;
    border-color: #8c4313;
    color: #fff;
}


/* our blog detail page Styles
======================================================================================================*/

section.blog-single-section {
    padding: 80px 0 80px;
}
.blog-single-section .date-entry-meta {
    position: relative;
    margin-bottom: 35px;
}
.blog-single-section .date-entry-meta .entry-meta {
    border-bottom: 2px solid #f4f4f4;
    padding: 15px 35px;
    padding-left: 0px;
}
.blog-single-section .date-entry-meta .entry-meta span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.blog-single-section .date-entry-meta .entry-meta span i {
    color: #8c4313;
    padding-right: 5px;
}
.blog-single-section .date-entry-meta .entry-meta span a {
    color: #000;
    text-decoration: none;
}
.blog-single-section .date-entry-meta .entry-meta > span + span {
    margin-left: 20px;
}
.blog-single-section .date-entry-meta .entry-meta span {
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.blog-single-section .post h2 {
    font-size: 30px;
    line-height: 1.3em;
    margin: 20px 0 20px;
}
.blog-single-section .entry-details p {
    margin-bottom: 1.5em;
}



.blog-single-section .tag-share {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 30px 0 0;
    padding: 30px 0;
    color: #262b3e;
}
.blog-single-section .tag-share .tag {
    float: left;
    padding-top: 5px;
}
.blog-single-section .tag-share .tag > span {
    position: relative;
    top: -8px;
    color: #262b3e;
    font-weight: bold;
    display: inline-block;
    padding-right: 8px;
}
.blog-single-section .tag-share .tag ul {
    list-style: none;
    display: inline-block;
    position: relative;
    top: 5px;
    padding-left: 5px;
}
.blog-single-section .tag-share .tag ul li {
    position: relative;
    list-style: none;
    line-height: 20px;
    margin-bottom: 0px;
    float: left;
}
.blog-single-section .tag-share .tag ul > li + li {
    margin-left: 10px;
}
.blog-single-section .tag-share .tag a {
    background-color: #f5f5f5;
    font-size: 13px;
    color: #687693;
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
}
.blog-single-section .tag-share .tag a:hover {
    background-color: #8c4313;
    color: #fff;
}
.blog-single-section .tag-share .tag ul > li + li {
    margin-left: 10px;
}



.blog-single-section .tag-share .share {
    float: right;
    position: relative;
    top: -12px;
    margin-top: 15px;
}
.blog-single-section .tag-share .share span {
    position: relative;
    top: -7px;
    padding-right: 8px;
    color: #262b3e;
    font-weight: 600;
    display: inline-block;
}
.blog-single-section .tag-share ul {
    top: 7px;
    position: relative;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.blog-single-section .tag-share ul li {
    float: left;
}
.blog-single-section .tag-share .share ul > li + li {
    margin-left: 10px;
}
.blog-single-section .tag-share .share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    color: #627381;
}
.blog-single-section .tag-share .share a:hover {
    background: #8c4313;
    border-color: #8c4313;
    color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
    color: #3c5ba4;
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    color: #47a0d9;
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    color: #0073b1;
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    color: #933f94;
}




.blog-single-section .comment-form {
    padding: 50px 50px;
    -webkit-box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 9px 57px 0px rgba(0, 0, 0, 0.11);
    margin: 60px 0 30px;
}
.blog-single-section .comment-form .comment-reply-title {
    font-size: 22px;
    margin: 0 0 20px;
}
.blog-single-section .comment-form input.form-control {
    height: 52px;
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}



/* contact page Styles
======================================================================================================*/

.contact-detail {
	padding: 20px;
	border: solid 2px #ddd;
	border-radius: 10px;
}
.contact-detail .contact-map img {
	border-radius: 10px;
}
.contact-detail .contact-info {
	padding: 20px 0;
}
.contact-detail .contact-info h4 {
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 30px;
}
.contact-detail .contact-info li {
	position: relative;
	line-height: 24px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
}
.contact-detail .contact-info li img {
	width: 30px;
	margin-right: 20px;
}
.contact-detail .footer-social ul li {
    display: inline-block;
}
.contact-detail .footer-social ul li + li {
    padding-left: 10px;
}
.contact-detail .footer-social ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #FEAF16;
    font-size: 22px;
    border-radius: 50%;
}
.contact-detail .footer-social ul li a:hover {
    color: #fff;
}
.contact-detail .footer-social ul li a.whatsapp:hover {
	background-color: #25d366;
}
.contact-detail .footer-social ul li a.facebook:hover {
	background-color: #3b5998;
}
.contact-detail .footer-social ul li a.twitter:hover {
	background-color: #1da1f2;
}
.contact-detail .footer-social ul li a.instagram:hover {
	background-color: #c4008c;
}
.contact-detail .footer-social ul li a.linkedin:hover {
	background-color: #0073b0;
}


/* faq page Styles
======================================================================================================*/

.accordion {
	padding: 0 40px 0;
}
.accordion__item {
	position: relative;
	margin-bottom: 25px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.accordion__body {
	position: relative;
  	display: none;
  	padding: 25px 25px 30px;
  	padding-left: 100px;
  	background-color: #fff;
  	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.accordion__body p {
  	margin-bottom: 0;
  	font-size: 16px;
  	color: #3B435E;
  	letter-spacing: 0.01em;
}
.accordion__title {
  	font-size: 21px;
  	font-weight: 700;
  	color: #fff;
  	cursor: pointer;
  	margin-bottom: 0;
  	position: relative;
  	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	background-color: #8c4313;
	border-radius: 0px;
	display: flex;
	align-items: center;
	padding: 20px 27px 20px;
	padding-right: 72px;
	padding-left: 92px;
	min-height: 72px;
}
.accordion__title:after {
	content: "+";
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	width: 72px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0px;
	top: 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.accordion__title.active:after {
  	content: "-";
}
.accordion__title:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 100%;
	background-color: #FEAF16;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
    transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	z-index: 1;
}
.accordion__body:before {
	content: "A";
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 100%;
	background-color: #E7E5F3;
	font-size: 38px;
	font-weight: 700;
	color: #555C6F;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-info {
	margin-bottom: 25px;
	border-bottom: solid 2px #ddd;
	padding-bottom: 20px;
}
.faq-info:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
.faq-info h4 {
	font-weight: 800;
	font-size: 20px;
	margin: 0 0 5px;
}
.faq-info a {
	font-weight: 900;
	color: #FEAF16;
}
.faq-info span {
	font-weight: 900;
	color: #8c4313;
}

	/*  registration complete page  Styles
======================================================================================================*/

.register-pg-section .support {
	color: #353535;
	font-size: 20px;
}
.register-pg-section .support a {
	font-weight: 900;
	color: #8c4313;
}


.paginatoin-area ul li.active {
	color: #fff;
	background-color: #8c4313;
	height: 36px;
	width: 36px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
}

.paginatoin-area {
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #efefef;
}

.paginatoin-area ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.paginatoin-area ul li {
	margin-right: 5px;
	display: inline-block;
}

.paginatoin-area ul li a {
	color: #222222;
	height: 36px;
	width: 36px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
}


.curreny-wrap ul li .dropdown-list {
	max-height: 400px;
	overflow: auto;
}

.categories_menu_toggle > ul {
	max-height: 500px;
	overflow-y: initial;
}
.category-box .category-img {
	width: 300px;
	height: 300px;
	max-width: 100%;
}


.footer-nav .fas {
	color: #fff;
}
#xzoom-fancy {
	width: 100%;
}
.xzoom-thumbs img {
	width: 100px;
}

.max-450 {
	max-height: 300px;
	overflow-x: hidden;
	padding-right: 18px;
}
.shopping-cart-wrap ul.mini-cart {
	width: 350px;
	padding: 17px;
}

.pro-nav-thumb {
	width: 100px;
}


.contact-detail .footer-social ul li a {
	background-color: #8c4313;
}

.entry-media img {
	max-width: 100%;
	max-height: 400px;
}


.close {
	text-align: right;
	margin-right: 15px;
}

.text1 {
	max-width: 250px;
	display: block;
	text-align: justify;
	max-height: 200px;
	overflow: auto;
}

.select-options {
	max-height: 200px;
	overflow: auto;
}

.price-regular {
	color: #8c4313;
	font-weight: bold;
	font-size: x-large;
}

select.form-control {
	height: 60px !important;
}

.pro-nav-thumb {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}

.product-price-txt {
	display: block ruby;
}