/*
Theme Name: Vikeshi Naturals
Theme URI: https://vikeshinaturals.com
Author: The Vikeshi Naturals Team
Author URI: https://vikeshinaturals.com
Description: Mutipurpoose Responsive Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vikeshinaturals
*/
html {
	min-height: 100%;
}
body {	
	color: #262626;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.container-custom {
	max-width: 1540px;
	margin: 0 auto;
	padding: 0 45px;
}
.container-full {
	width: 100%;
	padding: 0 45px;
}
ul {
	margin: 0;	
	padding-left: 15px;
}
p {
	margin-bottom: 10px;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {	
	/* font-family: 'Poppins', sans-serif; */
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #5f2d2c;
	text-decoration: none;
}
a:hover, a:focus {
	color: #808080;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.half {
	padding-left:7.5px;
	padding-right:7.5px;
}
.btn {
	border-radius: 5px;
	font-size: 14px;
	padding: 9px 15px;
	line-height: 20px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 5px;
	font-size: 17px;
	padding: 10px 20px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 5px;
	font-size: 14px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
	padding: 10px 25px;
}
.btn-theme::before, .button::before {	
	border-radius: 5px;	
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: scale(1, 1);
	transform-origin: left center;
	transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}
.btn-theme, .button {
	border-radius: 5px;
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 9px 25px;
	position: relative;
	text-align: center;
	transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	-webkit-tap-highlight-color: initial;
}
.btn-theme:hover::before, .btn-theme:focus::before, .button:hover::before, .button:focus::before  {
	transform-origin: right center;
	transform: scale(0, 1);
}
.btn-theme-primary::before, .button::before {	
	background-color: #5f2d2c;		
}
.btn-theme-primary, .button {
	background-color: transparent;	
	border: 1px solid #5f2d2c;
	color: #fff;
}
.btn-theme-primary:hover, .btn-theme-primary:focus, .button:hover, .button:focus {
	background-color: transparent;
	color: #5f2d2c;	
}
.btn-theme-primary::before:hover, .btn-theme-primary::before:focus, .button::before:hover, .button::before:focus {
	background-color: transparent;	
}
.btn-theme-white::before {	
	background-color: #fff;		
}
.btn-theme-white::before:hover, .btn-theme-white::before:focus{
	background-color: transparent;	
}
.btn-theme-white {
	background-color: transparent;	
	border: 1px solid #fff;
	color: #5c5c5c;		
}
.btn-theme-white:hover, .btn-theme-white:focus {
	background-color: transparent;
	color: #fff;	
}
.btn-theme-secondary {
	background-color: transparent;	
	border: 1px solid #262626;
	color: #fff;
}
.btn-theme-secondary:hover, .btn-theme-secondary:focus {
	background-color: transparent;
	color: #262626;	
}
.btn-theme-secondary::before {	
	background-color: #262626;		
}
.btn-theme-secondary::before:hover, .btn-theme-secondary::before:focus{
	background-color: transparent;	
}
.btn-white {	
	background-color: #fff;
	border-color: #fff;
	color: #262626;
}
.btn-white:hover,  .btn-white:focus {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}
.btn-primary {
	background-color: #5f2d2c ;
	border-color: #5f2d2c ;
	color: #fff;
}
.btn-primary:hover,  .btn-primary:focus {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #5f2d2c ;
	color: #5f2d2c ;
}
.btn-outline-primary:hover, 
.btn-outline-primary:focus {
	background-color: #5f2d2c;
	border-color: #5f2d2c;
	color: #fff;
}
.btn-secondary {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
}
.btn-secondary:hover, 
.btn-secondary:focus {
	background-color: #5f2d2c ;
	border-color: #5f2d2c ;
	color: #fff;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #262626;
	color: #262626;
}
.btn-outline-secondary:hover, 
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #262626 ;
	border-color: #262626 ;
}
.btn i {
	margin-left: 7px;
}
img.size-auto, 
img.size-full, 
img.size-large, 
img.size-medium, 
.attachment img {
	height: auto;
	max-width: 100%;
}
.alignleft, img.alignleft {	
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {	
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	margin-bottom: 12px;
}
.wp-caption-text {
	text-align: center;
	margin: 5px 0;
}
.table, table {
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}
.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th, 
table > tbody > tr > td, 
table > tbody > tr > th, 
table > tfoot > tr > td, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > thead > tr > th {
	border: 1px solid #e0e0e0;
	padding: 7px;
	vertical-align: middle;
}
table thead tr, 
table thead tr:nth-child(2n+1) {
 	background-color: #f0f0f0;
}
table tr {
	background-color: #fbfbfb;
}
table tr:nth-child(2n+1) {
 	background-color: #fdfdfd;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption, 
.gallery-columns-8 .gallery-caption, 
.gallery-columns-9 .gallery-caption {
	display: none;
}
.dropdown-menu li {
	display: block;
}
.modal-content {
	padding: 15px;
}
.modal-header {
	display: block;
	border-bottom: none;
}
button.close {
	background-color: #5f2d2c ;
	width: 30px;
	height: 30px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -7px;
	position: absolute;
	right: -7px;
	padding: 0;
	z-index: 1;
}
.modal-header button.close {
	padding: 0;
	margin: 0;
}
.modal-header .close {
	padding: 0;
	margin: 0;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
}
.row-eq-height > [class*="col"] > * {
 	width: 100%;
 	max-width: 100%;
}
.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
	background-color: rgba(255, 255, 255, 0.9);	
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}
/*=========================================================================
						Header css
==========================================================================*/
.header {
	position: relative;
	z-index: 101;
}
.header-top {
	background-color: #5f2d2c;	
	position: relative;
}
.header-top ul {
	display: inline-block;
	padding-left: 0;
}
.header-top ul li {
	display: inline-block;
}
.header-top ul li a {
	color: #fff;
	padding: 10px 10px;
	display: block;
	line-height: 20px;
}
.header-top ul li i {
	color: #fff;
}
.header-top-center {
	text-align: center;
}
.header-top-right {
	text-align: right;
}
.header-contact-info i {
	margin-right:5px;
}
.header-social-icon li a {	
	background-color: rgba(0,0,0,0.06);
}
.header-my-account > li > a{
	background-color: rgba(0,0,0,0.06);
}
.header-my-account .account-icon svg {
	width: 18px;
	height: 15px;
	fill: #fff;
}
.header-outer {
	background-color: #fff;	
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
	position: relative;
}
.logged-in.admin-bar .header-sticky.sticked, 
.logged-in.admin-bar .header-fixed, 
.logged-in.admin-bar .header-transparent.transparency {
	top: 32px;
}
.header.sticky {
	padding-bottom: 100px;
}
.header-sticky {
	background-color: #fff;
	position:absolute;
}
.header-sticky.sticked {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header.fixed {
	padding-top: 70px;
}
.header-fixed {
	background-color: #fff;
	display: table;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}
.header-fixed.fix {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header-transparent {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;	
}
.header-transparent.transparency {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;	
}
.header-logo .logo-link {
	display: block;
	padding: 10px 0;
}
.site-title {
	margin: 10px 0;
	font-size: 24px;
	padding: 10px 0;
	line-height: 28px;
}
.site-title a {
	color: #222;
	font-family: 'Rockwell', sans-serif;
}
.header-shop-menu {
	width: auto;
	display: flex;
	align-items: center;
}
.header-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;	
}
.nav-menu {
	display: block;	
}
.navbar-nav {	
	margin: 0;
	padding: 0;
}
.navbar-nav > li {	
	position: relative;
}
.navbar-nav > li > a {
	color: #262626;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 15px;
	/* text-transform: uppercase; */
}
.navbar-nav > li.menu-item-has-children > a::after {
 	content: "\f107";
 	display: inline-block;
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	margin-left: 5px;
 	font-size: 12px;
 	vertical-align: middle;
}
.navbar-nav .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
	float: left;
	font-size: 13px;
	left: 0;
	margin: 0;
	min-width: 200px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden;
	z-index: 9999;
	padding-left: 0;
}
.navbar-nav li:hover > .sub-menu {
	-moz-animation: fadeInUp 0.3s ease-in;
	-webkit-animation: fadeInUp 0.3s ease-in;
	animation: fadeInUp 0.3s ease-in;
	opacity: 1;
	visibility: visible;
}
.navbar-nav li .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.navbar-nav .sub-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.navbar-nav li .sub-menu a {
	border-color: rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 0 0 1px;
	color: #262626;
	display: block;
	font-size: 14px;	
	line-height: normal;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
}
.navbar-nav li > a:hover, 
.navbar-nav li.current-menu-item > a, 
.navbar-nav li.current_page_item > a, 
.navbar-nav li:hover > a, 
.navbar-nav li.current_page_ancestor > a, 
.navbar-nav li.current-page-parent > a {
	color: #5f2d2c ;
}
.navbar-nav .sub-menu a:hover {
	background-color: #5f2d2c ;
	color: #fff;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
 -webkit-transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}
}
.fadeInUp {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
/*====================================================================
						Common Css
=====================================================================*/
.section {
	margin-bottom: 50px;
}
.section-header {
	background-image: url('assets/images/chakki-icon.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 0 30px;
	position: relative;
	padding-top: 55px;
}
.section-header.text-center {
	background-position: top center;
}
.section-title {	
	font-weight: 600;
	margin: 0;
	position: relative;	
	font-size: 42px;
}
.section-subtitle {
	color: #5f2d2c;
	line-height: 20px;
	text-transform: uppercase;
}
.section-description {
	color: #676767;
	font-size: 14px;
	line-height: 20px;	
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 650px;
}
.text-center .section-description {
	margin: 15px auto 0;
}
.color-white {
	color:#fff;
}
.color-white .section-title {
	color: #fff;
}
.color-white .section-subtitle {
	color: #fff;
}
.color-white .section-description {
	color: #fff;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow {
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 10px rgba(54,54,54,0.15);
	color: #5c5c5c;
	cursor: pointer;
	display: block;
	font-size: 24px;
	position: absolute;
	top: 45%;
	z-index: 99;
	width: 45px;
	height: 45px;
	transform: scale(1.001);
	transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-prev:hover, .slick-next:hover {
	transform: scale(1.1);
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li.slick-active button {
	background-color: #5c5c5c;
}
.slick-dots li button {
	background-color: #808080;
	border: 0 none;
	border-radius: 100%;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	padding: 0;
	position: relative;
	width: 10px;
}
.view-all {
	margin-top: 50px;
}
.more-link {
	color: #5c5c5c;
	position: relative;
	display: inline-block;
}
.more-link::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: currentColor;
	transform: scale(1, 1);
	transform-origin: left center;
	transition: transform 0.2s ease-in-out;
}
.more-link:hover::before {
	transform: scale(0, 1);
}
@-webkit-keyframes rotation {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(359deg);
			  transform: rotate(359deg);
	}
  }
  
  @keyframes rotation {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(359deg);
			  transform: rotate(359deg);
	}
  }
/*====================================================================
						Homepage Css
=====================================================================*/
.slider-section {
	position: relative;	
}
.slider-carousel .slick-prev {
	left: 5px;
}
.slider-carousel .slick-next {
	right: 5px;
}
.slider-item {
	position: relative;
}
.slider-wrap {	
	width: 100%;
}
.slider-summery {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 1400px;
	padding: 0 15px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
.slider-content {
	max-width: 800px;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 100%;
}
.slider-subheading {	
	font-size: 20px;
}
.slider-heading {
	color: #5f2d2c;	
	font-size: 48px;
	margin: 10px 0 20px;
	line-height: 48px;
}
.slider-description {	
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.slider-images {
	position: relative;	
}
.slider-images img {
	width: 100%;
	height: 100%;
	max-height: 900px;
}
/*===================== About Css =======================*/
.about-section {	
	margin-bottom: 70px;
	position: relative;	
}
.about-image {
	position: relative;
	z-index: 1;
}
.about-image img {
	/* border-radius: 10px; */
	width: 100%;
	/* box-shadow: 0 0 3px 0 rgba(0,0,0,.15); */
}
.about-content-block {
	position: relative;
	padding: 30px 30px 30px 0;
}
.about-content-block::before {
	content: "";
	background-color: #e4d4c8;
	position: absolute;
	top: 0;
	left: -50%;
	width: 150%;
	height: 100%;
}
.about-content {
	background-color: #fff;
	position: relative;
	padding: 20px;
	z-index: 1;
}
.about-content h1, .about-content h2 {
	font-size: 42px;
	margin-bottom: 15px;
	font-weight: 600;
}
.about-content h4 {
	margin-bottom: 15px;
}
.about-content p {
	line-height: 28px;
}
.about-content-block .btn {
	min-width: 120px;
}
/*===================== Home Page Store Css =======================*/
.store-section {
	margin-bottom: 70px;
}
.store-item {
	display: flex;
}
.store-wrap {
	box-shadow: 0 0 3px rgba(0,0,0,.35);
	position: relative;
	width: 100%;	
}
.store-image img {
	width: 100%;	
}
.store-summery {
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 20px;
	right: 0;	
	padding: 15px 15px 5px;
	width: 75%;
}
.store-summery h3 {
	margin-bottom: 15px;
}
/*===================== Home Page Video Css =======================*/
.video-section{
	 margin-bottom: 70px;
}
.video-section iframe{
	height: 600px;
}
/*===================== Home Page empowerment Css =======================*/
.empowerment-section {
	margin-bottom: 70px;
}
.empowerment-wrapper {
	background-color: #e4d4c8;
	padding: 30px 30px 15px;	
}
.empowerment-section .section-header {
	background-color: rgb(246, 243, 236);
	padding: 20px;
	border-left: 3px solid #ebab1d;	
	overflow: hidden;
	background-image: none;
}
.empowerment-item {
	margin-bottom: 15px;
}
.empowerment-wrap {	
	position: relative;
}
.empowerment-image img {
	filter: brightness(1) grayscale(1);
}
.empowerment-item:hover .empowerment-image img {
	filter: brightness(1) grayscale(0);
}
/*====================== Homepage Product Banner Css =========================*/
.product-banner-section {
	margin-bottom: 70px;
	position: relative;
}
.product-banner-summery {
	background-color: rgba(208,180,159,0.7);
	margin-right: -20%;
	margin-left: 20%;
	position: relative;
	padding: 30px;
}
.product-banner-title {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}
.product-banner-subtitle {
	background-color: #5f2d2c;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-banner-summery p {
	font-size: 16px;
	margin-bottom: 20px;
}
/*===================== Home Page Team Css =======================*/
.team-section {
	margin-bottom: 40px;
}
.team-item {
	margin-bottom: 30px;
	display: flex;
}
.team-wrap {
	background-color: rgba(228,212,206, 0.7);
	padding: 15px;
	position: relative;
	width: 100%;
	text-align: center;
}
.team-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.team-image a {
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
.team-image img {
	width: 100%;
}
.team-item:hover .team-image img {
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
.team-summery {
	padding: 0;
}
.team-title {
	margin-bottom: 0;
}
/*====================== Homepage Whyus Css =========================*/
.whyus-section {
	background-image: url('assets/images/why-us-bg.jpg');
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	margin-bottom: 70px;
	position: relative;
	padding: 60px 0;
}
.whyus-section::before {
	content: "";
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.whyus-section .section-header {
	background-image: none;
	padding-top: 0;
}
.whyus-wrapper .row {
	align-items: center;
	margin: 0;
}
.whyus-box-left, .whyus-box-right {
	padding: 0;
}
.whyus-box-left .whyus-box-item {
	margin-right: -100px;
}
.whyus-box-left .whyus-box-wrap {	
	padding-right: 110px;
	margin-left: 40px;
}
.whyus-box-left .whyus-icon {	
	margin-left: -60px;
	margin-right: 15px;
}
.whyus-box-right .whyus-box-item {
	margin-left: -100px;
}
.whyus-box-right .whyus-box-wrap {
	padding-left: 110px;
	margin-right: 40px;
	flex-direction: row-reverse;
	text-align: right;
}
.whyus-box-right .whyus-icon {	
	margin-right: -60px;
	margin-left: 15px;
}
.whyus-box-item {
	margin: 15px 0;
}
.whyus-box-wrap {
	background-color: #ebab1d;
	border-radius: 10px;
	padding: 15px 15px;
	display: flex;
	align-items: center;
}
.whyus-icon {
	background-color: #fff;
	border-radius: 30px;
	padding: 10px;
	width: 90px;
	height: 90px;
	min-width: 90px;
}
.whyus-content h4 {
	color: #fff;
	text-transform: uppercase;
}
.whyus-content p {
	color: #fff;
	margin: 0;
}
.whyus-box-first .whyus-box-wrap{
	background-color: #d0b49f;
}
.whyus-box-second .whyus-box-wrap {
	background-color: #5f2d2c;
}
.whyus-box-third .whyus-box-wrap{
	background-color: #5f2d2c;
}
.whyus-box-fourth .whyus-box-wrap{
	background-color: #d0b49f;
}
.whyus-box-middle {
	padding: 7px;
}
.whyus-image {
	background-color: #fff;
	border-radius: 100%;
	/* overflow: hidden; */
	position: relative;
	z-index: 1;
	padding: 7px;
}
.whyus-image::before {
	content: "";
	border: 2px dashed #fff;
	border-radius: 100%;
	position: absolute;
	left: -7px;
	right: -7px;
	top: -7px;
	bottom: -7px;
	-webkit-animation: rotation 20s infinite linear;
	animation: rotation 20s infinite linear;
}
.whyus-image img {
	border-radius: 100%;
}
/*===================== Home Page Blog Css =======================*/
.blog-section {
	margin-bottom: 40px;
}
.blog-item {
	margin-bottom: 30px;
	display: flex;
}
.blog-wrap {
	background-color: rgba(228,212,206, 0.5);
	/* border-radius: 10px; */
	/* box-shadow: 0 0 3px rgba(31,66,135,.2); */
	padding: 15px;
	position: relative;
	width: 100%;
}
.blog-image {
	position: relative;
	margin-bottom: 15px;
}
.blog-image a {
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
.blog-image img {
	width: 100%;
}
.blog-item:hover .blog-image img {
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
.blog-summery {
	padding: 0;
}
.blog-meta {
	color: #808080;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}
.blog-meta a {
	color: #808080;
}
.blog-meta .fa,  .blog-meta .fas {
	margin-right: 3px;
	color: #808080;
}
.blog-labels {
	position: relative;
}
.blog-labels a {
	color: #5f2d2c;
	padding: 2px 0 2px 0;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
}
.blog-labels a + a {
	margin-left: 5px;
}
.blog-title {
	margin-bottom: 15px;
}
.blog-title a {
	color: #262626;	
}
.blog-content {
	margin-bottom: 20px;
}
.blog-content > p {
	color: #676767;
	line-height: 24px;	
}
/*================== Homepage Testimonial Css =====================*/
.testimonial-section {
	background-color: #d0b49f;
	padding: 60px 0;
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}
.testimonial-carousel {
	margin: 0;
}
.testimonial-carousel .slick-list {
	overflow: inherit;
}
.testimonial-item {
	position: relative;
	padding: 20px 0;
}
.testimonial-item.slick-current.slick-center .testimonial-wrap{
	box-shadow: 0 10px 25px rgba(0,0,0,.35);
	-webkit-transform: scale(1.1);;
	transform: scale(1.1);
	position: relative;
	z-index: 10;
}
.testimonial-wrap {
	background-color: #fff;
	border-radius: 0;
	position: relative;	
	padding: 40px;	
	-webkit-transform: scale(.95);
	transform: scale(.95);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.testimonial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.testimonial-image {
	height: 80px;
	margin: 0 auto 10px;
	width: 80px;
}
.testimonial-image img {
	border-radius: 100%;
}
.testimonial-quote {
	font-size: 36px;	
	color: #5f2d2c;
}
.testimonial-star {	
	color: #5f2d2c;
}
.testimonial-content {
	padding: 20px 0 10px;
}
.testimonial-content p {
	font-size: 14px;
	line-height: 24px;
}
.testimonial-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}
.testimonial-meta {
	color: #808080;
	font-style: italic;
	display: inline-block;
	margin: 0;
}
.testimonial-short-desc::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
/*===================== Home Page USP Css =======================*/
.usp-section {
	background-color: #e4d4c8;
	padding: 60px 0 45px;
	margin-bottom: 70px;
}
.usp-wrapper {	
	position: relative;	
}
.usp-item {
	display: flex;
	margin-bottom: 15px;
}
.usp-wrap {
	background-color: #fff;
	border-bottom: 3px solid #5f2d2c;
	border-radius: 0;
	padding: 30px 20px 20px;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.usp-item:hover .usp-wrap {		
	transform: translate(0, -15px);
}
.usp-icon {		
	color: #ebab1d;
	height: 80px;
	width: 80px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px;
}
.usp-icon::before {
	content: "";
	border: 2px dashed #5f2d2c;
	position: absolute;
	left: -7px;
	right: -7px;
	top: -7px;
	bottom: -7px;
	border-radius: 100%;
	-webkit-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}
.usp-icon i {
	font-size: 32px;
}
.usp-title {	
	margin-bottom: 10px;
}
.usp-desc {
	margin: 0;
	line-height: 24px;
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer {
	background-color: #5f2d2c;	
	background-image: url('assets/images/footer-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;	
}
.footer::before {
	background-color: #262626;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.65;
}
.footer-top {
	padding: 70px 0 0;
	position: relative;
	z-index: 10;
}
.footer-widget-outer {
	padding: 0;;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer a:hover, .footer a:focus {
	color: #ebab1d;
	outline: medium none;
	text-decoration: none;
}
.footer-widget-title {
	color: #ebab1d;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.footer-column {
	margin-bottom: 30px;
}
.footer-column ul.footer-social-icon {
	margin: 20px 0 0;
	text-align: left;
}
.footer-column ul {
	padding: 0;
	margin: 0;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0;
}
.footer-site-title {
	font-size: 16px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact i {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-bottom {
	position: relative;
	z-index: 10;
}
.footer-bottom-outer {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 15px 0;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 5px;
}
.footer-menu li a {
	padding: 0 10px;
}
.footer-bottom-right {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.payment-options {
	margin-right: 10px;
}
.footer-social-icon {
	margin: 12px -5px;
	text-align: right;
	padding: 0;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	background-color: #676767;	
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 35px;	
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.footer-social-icon li a span {
	display: none;
}
.footer-social-icon li a:hover {
	color: #808080;
}
.footer-social-icon li.facebook a {
	background-color: #3b5998;
}
.footer-social-icon li.twitter a {
	background-color: #00bdec;
}
.footer-social-icon li.gplus a {
	background-color: #d34836;
}
.footer-social-icon li.youtube a {
	background-color: #c4302b;
}
.footer-social-icon li.instagram a {
	background-color: #8a3ab9;
}
.footer-social-icon li.lindkedin a {
	background-color: #0e76a8;
}
.footer-social-icon li.pinterest a {
	background-color: #c92228;
}
.footer-social-icon li.tumblr a {
	background-color: #34526f;
}
.footer-social-icon li.flickr a {
	background-color: #0063dc;
}
.footer-social-icon li.tripadvisor a {
	background-color: #00af87;
}
.copyright p {
	margin: 18px 0;
}
.scroll-top {
	bottom: 30px;
	display: none;
	right: 10px;
	position: fixed;
	z-index: 10;
}
.scroll-top a {
	background-color: #3498db;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.whatsapp-call {
	bottom: 30px;
	left: 10px;
	position: fixed;
	z-index: 99;
}
.whatsapp-call a {
	background-color: #53ec67;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 24px;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-animation: scaleout 1.0s infinite ease-in-out;
	animation: scaleout 1.0s infinite ease-in-out;	
}
@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
}
@keyframes scaleout {
  0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
 }
.grecaptcha-badge {
	box-shadow: none !important;
}
.grecaptcha-logo {
	display: none;
}
/*====================================================================
						Default Css
=====================================================================*/
.page-banner-section {
	position: relative;
}
.page-banner {
	background-color: transparent;
	border-color: #ededed;
	border-style: solid;
	border-width: 1px 0 0 0;
	position: relative;
}
.page-banner-wrap {
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}
.page-banner-image {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-banner-image::before {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.page-banner-image .page-banner-wrap {
	color: #fff;
	padding: 15% 0;
	text-align: center;
}
.page-banner-image .page-banner-title {
	color: #fff;
	margin: 0 0 15px;
	font-size: 36px;
}
.page-banner-image .breadcrumbs {
	margin: 5px 0;	
	font-size: 14px;
	line-height: 20px;
}
.trail-browse {
	display: none;
}
.breadcrumb-items {
	padding: 0;
}
.breadcrumb-item {
	display: inline-block;
	list-style-type: none;
}
.breadcrumb-item a {
	color: #676767;
}
.breadcrumb-item + .breadcrumb-item::before {
 	content: "/";
 	font-size: 14px;
 	/* line-height: 14px; */
 	opacity: 0.8;
 	padding-right: 7px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 7px;
}
.breadcrumb-item a:hover {
	color: #5f2d2c;
}
.page-banner-image .breadcrumb-item {
	color: #ccc;
}
.page-banner-image .breadcrumb-item + .breadcrumb-item::before, 
.page-banner-image .breadcrumb-item a {
 	color: #fff;
}
.page-banner-image .breadcrumb-item a:hover {
	color: #5f2d2c;
}
.body-transparent .page-banner-section {
	padding-top: 0;
}
.body-transparent .page-banner {
	background-attachment: scroll;
	background-image: url('assets/images/page-banner.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}
.body-transparent .page-banner:before  {
 	background-color: rgba(0, 0, 0, 0.60);
 	content: "";
 	height: 100%;
 	left: 0;
 	position: absolute;
 	top: 0;
 	width: 100%;
}
.body-transparent .page-banner .page-banner-wrap {
	color: #fff;
	padding: 22% 0 13%;
	text-align: center;
}
.body-transparent .page-banner .page-banner-title  {
	color: #fff;
	margin: 0 0 15px;
	font-size: 42px;
	font-style: italic;
}
.body-transparent .page-banner .breadcrumbs {
	margin: 5px 0;	
	font-size: 14px;
	line-height: 20px;
}
.site-content {
	background-color: transparent;
}
.content-wrapper {
	padding: 30px 0;
}
.content-area {
	min-height: 300px;
}
.page-title {
	position: relative;
	color: #262626;
	margin-bottom: 30px;
}
.page-title::after {
 	content: "";
 	border-bottom: 2px solid #b7b7b7;
 	display: block;
 	width: 65px;
 	margin: 10px 0;
}
.text-center .page-title::after {
 	margin: 10px auto;
}
.content-section {
	/* background-color: #fff; */
	text-align: justify;
	display: table;
	width: 100%;
}
.page-content {
	position: relative;	
}
.page-content ul, .page-content ol {
	margin-bottom: 15px;
	padding-left: 15px;
}
.page-content ul li, .page-content ol li {
	margin-bottom: 8px;
	position: relative;
}
/* .page-content b, .page-content strong {
	color: #5f2d2c;
} */
.page-section-title {
	color: #262626;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}
.page-section-title::before {
 	content: '';
 	background-color: #5f2d2c;
 	bottom: -1px;
 	height: 2px;
 	left: 0px;
 	position: absolute;
 	width: 45px;
}
.subpage-title {
	margin: 0 0 15px;
}
.subpage-title a {
	color:#5c5c5c;
}
.subpage-content {
	margin-bottom: 20px;
}
.subpage-item.with-image .subpage-wrap {
	border: 3px solid #f2f3f8;
	padding: 15px;
	margin-bottom: 30px;
}
.subpage-item.with-image .subpage-summery {
	padding: 15px 0;
}
.subpage-item.without-image .subpage-wrap {
	border-bottom: 2px solid #f2f3f8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ms-container {
	width: 100% !important;
}
.masonry-wrapper {
	margin: 0 -10px;
}
.ms-item {
	padding: 0 10px;
}
/*====================================================================
						Post Page Css
=====================================================================*/
.post-wrap {
	background-color: #f0f0f0;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.post-image {
	position: relative;
}
.post-image img {
	border: none;
	padding:0;
}
.post-summery {
	position: relative;
	padding: 15px;
	overflow: hidden;
}
.post-title {
	color: #1e1e1e;
	margin-bottom: 0;
	font-weight: 600;
}
.post-title a {
	color: #1e1e1e;	
	display: block;	
}
.post-content {
	margin-top: 15px;
	color: #555;
	text-align: justify;
}
.post-content ul, .post-content ol {	
	padding-left: 15px;
}
a.post-more-link {	
	font-style: italic;
}
.post-list-view .post-image {
    margin-bottom: 0;
    height: 100%;
}
.post-list-view .post-image img {
    height: 100%;
    object-fit: cover;
}
.post-list-view .post-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
/*====================================================================
						Index Page Css
=====================================================================*/
.blog-list-view .blog-image {
    margin-bottom: 0;
    height: 100%;
}
.blog-list-view .blog-image img {
    height: 100%;
    object-fit: cover;
}
.blog-list-view .blog-summery {
	padding: 15px 15px 15px 15px;
	width: 100%;
}
.blog-list-view .blog-labels {
	position: static;
	margin-bottom: 10px;
	display: block;
}
.blog-list-view .blog-labels a:first-child {
	margin-left: 0;
}
.pagination {
	display: block;
	margin: 20px 0 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
}
.pagination li {
	display: inline-block;
}
.pagination li span.current {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #555;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
.pagination li a {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	margin: 0 3px;
	text-align: center;
	width: 35px;
}
.addtoany_shortcode .a2a_svg.a2a_s__default {
	display: none;
}
.addtoany_shortcode .a2a_label {
	display: none;
}
.addtoany_shortcode .addtoany_list a::before {
 	background-color: #777;
	border-radius: 50%;
 	color: #fff;
 	display: block;
 	font-family: "Font Awesome 5 Brands";
	font-weight: 600;
	font-size: 14px;
 	height: 30px;
 	margin: 0;
 	padding: 8px 0;
 	text-align: center;
 	width: 30px;
}
.addtoany_list a {
	border: 0 none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	margin: 0;
	padding: 0 4px;
	text-decoration: none;
	vertical-align: middle;
}
.addtoany_shortcode a.a2a_button_facebook::before {
	content: "\f39e";
	background-color: #4c78bf;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_twitter::before {
	content: "\f099";
	background-color: #5fcdf2;
}
.addtoany_shortcode a.a2a_button_email::before {
	content: "\f0e0";
	background-color: #d84b3f;
   font-family: "Font Awesome 5 Free";	
}
.addtoany_shortcode a.a2a_dd::before {
	content: "\f067";
	background-color: #0166ff;
   font-family: "Font Awesome 5 Free";	
}
.addtoany_shortcode a.a2a_button_google_plus::before {
	content: "\f0d5";
	background-color: #dc4e41;
}
.addtoany_shortcode a.a2a_button_linkedin::before {
	content: "\f0e1";
	background-color: #0077b5;
}
.addtoany_shortcode a.a2a_button_whatsapp::before {
	content: "\f232";
	background-color: #25d366;
}
.addtoany_shortcode a.a2a_button_telegram::before {
	content: "\f3fe";
	background-color: #4c6ef5;
}
.addtoany_shortcode a.a2a_button_pinterest::before {
	content: "\f0d2";
   	background-color: #c8232c ;
}
.addtoany_shortcode .addtoany_list a:hover::before {
 	background-color: #000;
}
.post-share-icon {
	border-top: 1px dashed #e0e0e0;
	display: table;
	padding: 10px 0 0;
	width: 100%;
	margin-top: 20px;
}
.share-title {
	display: table-cell;
	vertical-align: middle;
}
.share-icon {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
/*====================================================================
						Taxonomy Page Css
=====================================================================*/
.taxonomy-description {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #fff;
	color: #555;
	line-height: 28px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
}
.taxonomy-description::after {
 	border-bottom: 1px solid #eeeeee;
 	content: "";
 	display: block;
	height: 10px;
}
/*====================================================================
						Sidebar Css
=====================================================================*/
.widget {
	background-color: transparent;
	/* border: 1px solid #eaeaea; */
	margin-bottom: 25px;
	overflow: hidden;
}
.widget:last-cild {
 	margin-bottom: 0;
}
.widget .search-form {
	padding: 0;
}
.search-form .screen-reader-text {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip-path: none;
}
.widget-title {
	border-bottom: 1px solid #e0e0e0;
	color: #262626;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	position: relative;
	font-weight: 600;	
}
.widget-title::before {
	content: '';
	background-color: #5f2d2c;
	bottom: -2px;
	height: 3px;
	left: 0px;
	position: absolute;
	width: 45px;
}
.widget-title a {
	color: #262626;
}
.widget ul {
	list-style: outside none none;
	padding: 0;
}
.widget ul li {	
	padding: 7px 0 7px 0;
	position: relative;
}
.widget ul li a {
	color: #262626;
	display: block;	
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a:hover, 
.widget ul > li.current-menu-item > a, 
.widget ul > li.current-page-ancestor > a {
	color: #5f2d2c;
}
.widget .sub-menu {
	padding:0 15px;
}
.widget .tagcloud {
	padding: 10px;
}
.widget .tagcloud .tag-cloud-link {
	font-size: 13px !important;
}
.widget .calendar_wrap {
	padding: 10px;
}
.widget .calendar_wrap table {
	margin: 0;
}
.widget .footer-contact {
	padding: 10px;
}
.widget .textwidget.custom-html-widget {
	padding: 10px;
}
.widget.widget_categories form {
	padding: 10px;
}
.widget.widget_categories ul li.cat-item a {
	display: inline-block;
}
.widget.widget_archive {
	padding: 10px;
}
.widget.widget_archive .widget-title {
	margin: -10px -10px 10px;
}
.widget.widget_media_gallery .gallery {
	padding: 10px;
	margin-bottom: 0;
}
.widget.widget_text .textwidget {
	padding: 10px;
}
.widget .cpw-posts {
	padding: 10px;
}
.cpw-post-wrap {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
	padding: 0 0 10px;
}
.cpw-posts article:last-child .cpw-post-wrap {
	border-bottom: none;
}
.cpw-posts > div:last-child .cpw-post-wrap {
	border-bottom: none;
	margin-bottom: 10px;
	padding: 0 10px;
}
.cpw-post-image {
	display: table-cell;
	max-width: 80px;
	min-width: 80px;
	padding-right: 10px;
}
.cpw-post-summary {
	display: table-cell;
	vertical-align: middle;
}
.cpw-post-title {
	display: table-cell;
	font-size: 14px;
	vertical-align: middle;
}
.cpw-post-title a {
	color: #1e1e1e;
}
.cpw-post-title .post-title {
	font-size: 16px;
}
.cpw-post-summary p {
	font-size: 12px;
	margin-bottom: 0;
}
/*====================================================================
						Single Blog Post Css
=====================================================================*/
.single-blog-wrap {
	position: relative;
	margin-bottom: 25px;
}
.single-blog-image {
	margin-bottom: 25px;
}
.single-blog-image {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	position: relative;
	background-color: #fff;	
}
.single-blog-image::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #5f2d2c transparent transparent transparent;
}
.single-blog-image::after  {
	position: absolute;
	content: "";	
	z-index: 1;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #5f2d2c transparent;
}
.single-blog-image img {
	position: relative;
	z-index: 1;
	width: 100%;
}
.single-blog-summery {
	position: relative;
}
.single-blog-title {
	margin-bottom:15px;
}
.single-blog-summery .blog-labels {
	position: static;
	margin-bottom: 0;
	display: block;
}
.single-blog-meta {
	color: #5e5e5e;
	font-size: 14px;
	margin-bottom: 10px;
}
.single-blog-meta a {
	color: #5e5e5e;
}
.single-blog-meta .fa, 
.single-blog-meta .fas {
	margin-right: 3px;
	color: #1e1e1e;
}
.single-blog-content {
	margin-bottom: 20px;
}
.single-blog-content > ul, 
.single-blog-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
.comments-area {
	margin-bottom: 20px;
}
.comment-section textarea, 
.comment-section input[type="text"], 
.comment-section input[type="email"], 
.comment-section input[type="tel"], 
.comment-section input[type="url"] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.comment-section textarea {
	height: 120px;
}
.comment-section .submit {
	background-color: #1e1e1e;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-align: center;
	text-transform: uppercase;
}
.post-navigation {
	position: static;
}
.post-navigation.navigation {	
	background-color: #f5f5f5;
}
.nav-links {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-previous {
	margin-right: 5px;
}
.nav-next {
	margin-left: 5px;
}
.nav-previous a, .nav-next a {
	display: inline-block;
	color: #5c5c5c;
	font-size: 15px;
}
.nav-links a .nav-icon {
	background-color: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 4px 0;
	vertical-align: middle;
}
.nav-links .nav-previous .nav-icon {
	margin-right: 5px;
}
.nav-links .nav-next .nav-icon {
	margin-left: 5px;
}
.nav-links .nav-title {
	display: none;
}
/*====================================================================
						Related Post Css
=====================================================================*/
.related-posts {
	margin-top: 25px;
}
.related-title {
	border-bottom: 2px solid #1e1e1e;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.related-post-wrapper {
	padding: 0 7.5px;
}
.related-post-item {
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.related-post-wrap {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.related-post-content {
	background-color: #5f2d2c;
	bottom: 7px;
	left: 2.5%;
	position: absolute;
	right: 2.5%;
	width: 95%;
}
.related-post-title {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.related-post-title a {
	color:#fff;
}
/*====================================================================
						Single Post Css
=====================================================================*/
.single-post-wrap {
	position: relative;
}
.single-post-image {
	margin-bottom: 25px;
}
.single-post-title {
	margin-bottom:15px;
}
.single-post-content {
	margin-bottom: 20px;
}
.single-post-content > ul, 
.single-post-content > ol {
	padding-left: 15px;
	margin-bottom:15px
}
/*====================================================================
						Error And Search Page Css
=====================================================================*/
.error-404.not-found {
	padding: 20px 0 30px;
	text-align: center;
}
.search-field.form-control {
	display: inline-block;
	height: 40px;
	margin-bottom: 15px;
	max-width: 360px;
	vertical-align: top;
}
.search-found {
	padding: 20px 0 30px;
}
.search-results .content-section {
	margin-top: 0;
}
/*====================================================================
						Contact Page Css
=====================================================================*/
.contact-page-map {
	border: 1px solid #e0e0e0;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.contact-page-map iframe {
	margin-bottom: -6px;
}
.contact-info-section {
	margin: 0;
}
.contact-info {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.contact-form-title, .contact-info-title {	
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 18px;
}
.contact-form-title::after, .contact-info-title::after {
	content: "";
	border-bottom: 2px solid #262626;
	display: block;
	width: 50px;
	margin: 10px 0;
}
.contact-info > ul {
	display: table;
	width: 100%;
	padding-left: 0;
}
.contact-info li {
	display: block;
}
.contact-info li + li {
	margin-top: 20px;
}
.contact-wrap {
	position: relative;
	display: flex;
	width: 100%;
}
.contact-icon {
	background-color: #ebab1d;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	min-width: 30px;
	margin-right: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-title {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 3px;
}
.contact-text {
	position: relative;
	display: table-cell;
}
.contact-text p {
	margin: 0;
}
.contact-text p a {
	color: #262626;
}
.contact-text p a:hover, .contact-text p a:focus {
	color: #5f2d2c;
}
.contact-page-content {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.contact-page-form {	
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.form-group {
	position: relative;
}
.form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #646563;
}
.input-group i {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #17A398;
	font-size: 12px;
}
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="url"], 
input[type="password"], 
select, textarea, .form-control {
	border-color: #ced4da;
	border-radius: 5px;
	box-shadow: none;
	color: #8b8b99;
	font-size: 14px;
	height: 44px;
	padding: 7px 15px;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}
textarea,  textarea.form-control {
	height: auto;
	max-height: 70px;
}
.captcha-group {
	position: relative;
	overflow: hidden;
}
.captcha-group label {
	display: block;
}
.captcha-group .form-control {
	width: 135px;
	float: left;
}
.captcha-group img {
	height: 40px;
	width: 55px;
	float: left;
}
.form-submit {
	min-width: 100px;
	margin: 0 auto;
}
.form-control::-webkit-input-placeholder {
 	color: #8b8b99;
 	opacity:1;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 	color: #8b8b99;
 	opacity:1;
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
 	color: #8b8b99;
 	opacity:1;
}
.form-control:-ms-input-placeholder {
 	color: #8b8b99;
 	opacity:1;
}
.form-control:focus::-webkit-input-placeholder {
 	color:transparent;
}
.form-control:focus:-moz-placeholder {
 	color:transparent;
} /* FF 4-18 */
.form-control:focus::-moz-placeholder {
 	color:transparent;
} /* FF 19+ */
.form-control:focus:-ms-input-placeholder {
 	color:transparent;
} /* IE 10+ */
.form-focus .form-group label.label-focus {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	pointer-events: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 25px;
	z-index: 1;
	-webkit-transform: translate3d(0,28px,0) scale(1);
	transform: translate3d(0,15px,0) scale(1);
	transition: transform cubic-bezier(.25,.8,.25,1) .25s;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	position: absolute;
	left: 0;
	top: 0;
	color: #444;
}
.form-focus .form-group.focus label.label-focus,
.form-focus .form-group.has-value label.label-focus {
	color: #5f2d2c;
	-webkit-transform: translate3d(0,2px,0) scale(1);
	transform: translate3d(0,2px,0) scale(0.75);
}
.form-focus .form-group .form-control {
	background-color: transparent;
	border-width: 0 0 1px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	padding: 24px 15px 5px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.form-focus .form-group.focus .form-control:focus{
	box-shadow: none;
}
.error {
	color: red;
	font-size: 13px;
	margin-top: 5px;
}
.wpcf7-not-valid-tip {
	color: red;
}
/*====================================================================
						About Css
=====================================================================*/
.page-item {
	margin-bottom: 30px;
}
.page-wrap .row {
	align-items: center;
}
.page-image {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding: 20px 0 0 20px;
}
.page-image img {
	width: 100%;
	border-radius: 10px;
}
.page-image::before {
	background-color: #5f2d2c;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	z-index: -1;
	border-radius: 10px;
}
.flex-row-reverse .page-image {
	padding: 20px 20px 0 0;
}
.flex-row-reverse .page-image::before {
	left: auto;
	right: 0;
}
.page-summery {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.page-summery {
	margin-left: -60px;
}
.flex-row-reverse .page-summery {
	margin-left: 0;
	margin-right: -60px;
}
/*====================================================================
						Certificate Css
=====================================================================*/
.certificate-item {
	margin-bottom: 30px;
	display: flex;
}
.certificate-wrap {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	padding: 15px;
}
.certificate-image {
	height: 200px;
	display: flex;
	align-items: center;
}
.certificate-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.certificate-summery {
	padding: 15px 0 0;
	text-align: center;
}
.certificate-title {
	margin: 0;
	color: #262626;
	border-top: 1px solid #e0e0e0;
	padding-top: 10px;
}
/*====================================================================
					Gallery page Css
=====================================================================*/
.gallery-items {
	margin-bottom: 20px;
}
.gallery-wrap {	
	border-radius: 10px;
	overflow: hidden;
}
.gallery-image {
	position: relative;
}
.gallery-image a {
	display: block;
	overflow: hidden;
}
.gallery-items:hover .gallery-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*====================================================================
					Video Gallery page Css
=====================================================================*/
.video-play-item {
	margin-bottom: 30px;
}
.video-play-wrap {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
}
.video-play-summery {
	text-align: center;
}
.video-play-summery iframe {
	height: 250px;
	width: 100%;
}
.video-play-title {
	margin: 10px 0 0;
}
.page-career .page-content {	
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
/*====================================================================
						Woocommerce Css
=====================================================================*/
/*===================== Login/Register Css =============================*/
.header-shop-link {
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content:  flex-end;
}
.header-shop-link > li {
	display: block;
}
.header-shop-link > li > a {
	color: #262626;
	display: block;
	line-height: 20px;
	padding: 20px 5px;
	font-size: 14px;
}
span.shop-icon, .cart-menu .cart-icon {
	border-radius: 3px;
	color: #5c5c5c;
	display: inline-block;
	font-size: 20px;
	padding: 3px 5px;
	position: relative;
	text-align: center;
}
span.shop-icon svg, .cart-menu .cart-icon svg {
	width: 22px;
	height: 22px;
	fill: #262626;
}
.shop-icon .shop-number, .cart-menu .cart-count{
	background-color: #b2957f;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	position: absolute;
	right: -5px;
	width: 20px;
	top: -5px;
	vertical-align: middle;
}
/* ===================== My Account ======================= */
.account-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-left: 5px;
	line-height: 14px;
}
.show .account-toggle::after {
 	content: "\f106";
}
.account-menu {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border: none;
	padding: 5px 0 0;
	min-width: 220px;
	margin: 1px 0 0;
}
.account-menu .account-menu-list {
	display: block;
	padding: 0;
	margin: 0;
}
.account-menu ul {
	margin: 3px 0;
	display: block;
	width: 100%;
}
.account-menu ul li {
	display: block;
}
.account-menu ul li a {
	color: #676767;
	padding: 7px 20px;
	display: block;
	font-size: 14px;
}
.account-menu ul li:hover a {
	background-color: #F5F5F5;
}
.account-menu ul li.myaccount-logout {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	margin: 0;
}
.account-menu ul .myaccount-wishlist-number {
	background-color: #5f2d2c;	
	border-radius: 100%;
	float: right;
	width: 20px;
	height: 20px;
	font-size: 13px;
	color: #fff;	
	text-align: center;
}
.account-menu ul li.myaccount-logout a {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:600;
}
.account-menu ul li a i {
	margin-right: 10px;
	color: #262626;
}
/* ===================== Search Wrapper ======================= */
.search-wrapper {
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	border-radius: 5px;
	display: block;
	max-width: 768px;
	margin: 0 auto;
	width: auto;
	position: fixed;
	top: -100%;
	z-index: 101;
	left: 15px;
	right: 15px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.search-wrapper.open {
	top: 40%;
}
.search-cancel {
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.search-cancel::before {
	background-color: #c86a91;
	border-radius: 100%;
	content: "\f00d";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
	position: absolute;
	padding: 4px;
	top: -7px;
	right: -7px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.search-wrapper .searchForm {
	margin: 10% 7%;
}
.searchForm form {
	position: relative;
}
.searchForm .serach-input {
	border-color: #e0e0e0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-radius: 5px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 20px;
	width: 100%;
}
.searchicon.btn {
	border-radius: 0 5px 5px 0;
	height: 40px;
	border-color: transparent;	
	color: #fff;
	border-width: 1px 1px 1px 0;
	padding: 7px 15px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.searchicon.btn i {
	margin: 0;
}
.search-wrapper-open {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.search-wrapper-open::before {
	content: "";
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
/*===================== Shoping Cart Css =============================*/
.cart-menu {	
	position: relative;
}
.cart-menu > a.cart-contents {	
	display: block;
}
.cart-dropdown {
	display: block;
	left: auto;
	min-width: 275px;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 0.2s ease-out 0s;
	visibility: hidden;
	width: auto;
	z-index: 101;
}
.cart-menu:hover .cart-dropdown {
	opacity: 1;
	visibility: visible;
}
.widget.widget_shopping_cart {
	overflow: inherit;
}
.widget_shopping_cart_content {	
	background-color: #fff;
	border-top: 2px solid #5f2d2c;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	text-align: left;	
}
.woocommerce-mini-cart.product_list_widget {
	display: block;
	margin: 0;
	padding: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	display: block;
	width: 100%;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item a {
	color: #262626;
	border: none;
	padding: 0;
	display: block;
	margin-left: 25px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item::before {
 	display: none;
}
.woocommerce-mini-cart-item .remove.remove_from_cart_button {
	color: #fff;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	display: block;
	margin-left: 0;
}
.woocommerce-mini-cart-item .remove_from_cart_button {
	background-color: #e2401c;
	width: 16px;
	height: 16px;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	text-align: center;
	line-height: 15px;
}
.woocommerce-mini-cart-item img {
	width: 30px;
	margin-left: 5px;
	float: right;
}
.woocommerce-mini-cart-item .quantity {
	display: block;
	text-align: left;
	margin-top: 3px;
	font-size: 13px;
	margin-left: 25px;
}
.woocommerce-mini-cart__total {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	text-align: center;
	padding: 10px;	
}
.woocommerce-mini-cart__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}
.woocommerce-mini-cart__buttons a {
	margin: 3px 3px;
	padding: 8px 10px;
	width: 100%;
}
.woocommerce-mini-cart__buttons a.checkout {
	background-color: #676767;
	border-color: #676767;
	color: #fff;
}
.woocommerce-mini-cart__buttons a.checkout::before {
	background-color: #676767;
}
.woocommerce-mini-cart__buttons a.checkout:hover {
	background-color: transparent;
	color: #676767;
}
.woocommerce-mini-cart__empty-message {
	margin: 10px;
	text-align: center;
}
/*=================== woocommerce-currency-switcher =================*/
.header-currency {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	text-align: left;
}
.woocommerce-currency-switcher {
	background: transparent;
	color: #808080;
	border: none;
	-moz-appearance: none;
}
.woocommerce-currency-switcher-form .dd-select {
	background: transparent !important;
	border: none;
}
.woocommerce-currency-switcher-form .dd-select .dd-selected {
	color: #7f7f7f;
	display: block;
	font-weight: normal;
	overflow: hidden;
	padding: 9px 15px;
}
.woocommerce-currency-switcher-form .dd-pointer-down {
	border: solid 4px transparent;
	border-top: solid 4px #808080;
	margin-top: -2px;
}
.woocommerce-currency-switcher-form .dd-pointer-up {
	border: solid 4px transparent !important;
	border-bottom: solid 4px #808080 !important;
	margin-top: -8px;
}
.woocommerce-currency-switcher-form .dd-selected-text {
	margin: 0;
}
.woocommerce-currency-switcher-form .dd-pointer {
	right: 0;
}
.dd-options li {
	display: block;
}
.dd-option-text {
	margin: 0;
}
.woocommerce-currency-switcher-form .dd-options a.dd-option {
	font-weight: 500;
	padding: 5px 10px;
}
/*===================== Shop Category Css =========================*/
.product-category-section {
	background-color: rgba(208,180,159,0.2);
	padding: 60px 0 50px;
	margin-bottom: 70px;
}
.product-category-carousel {
	margin: 0 -10px;
}
.product-category-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.product-category-cloumn {
	padding: 0 5px;
}
.product-category-item {
	margin-bottom: 10px;
}
.product-category-item {	
	margin-bottom: 10px;
}
.product-category-item a{
	display: block;
	height: 100%;
}
.product-category-wrap {
	position: relative;
	height: 100%;
}
.product-category-image {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
	height: 100%;
}
.product-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-category-item:hover .product-category-image img {
	transform: scale(1.1);
}
.product-category-content {
	background: linear-gradient( 360deg , #212121 0%, rgba(0, 0, 0, 0.69) 35%, rgba(255, 87, 34, 0) 91%, rgba(255, 87, 34, 0) 100%);
	padding: 15px 10px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.product-category-title {
	color: #fff;
	margin: 0;
}
.product-cat-wrap {	
	position: relative;		
}
.product-cat-image {
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);	
	position: relative;
	overflow: hidden;
}
.product-cat-image img {
	width: 100%;
}
.product-cat-item:hover .product-cat-image img {
	transform: scale(1.1);
	opacity: 0.9;
}
.product-cat-content {		
	position: relative;
	text-align: center;
	padding: 10px 0 0;
}
.product-cat-title {
	color: #262626;
	margin: 0;
}
.product-cat-content a {
	color: #262626;	
}
/*====================================================================
						Shop Page Css
=====================================================================*/
.woocommerce-products-header .term-description {
	margin-bottom: 30px;
	font-size: 16px;
	border-bottom: 1px solid rgba(208,180,159,0.5);
	padding-bottom: 20px;
	text-align: left;
}
.product-count-sortby {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.woocommerce-result-count {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.woocommerce-ordering {
	float: right;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.product-filter-title {
	font-size: 13px;
	line-height: 15px;
	min-width: 60px;
}
.woocommerce-ordering .orderby {
	height: 36px;
	border: 1px solid #e7e9f3;
	-moz-appearance: none;
	padding: 5px 10px;
	line-height: 20px;
}
/*========================== Product Css ============================*/
.featured-product-section {
	margin-bottom: 50px;
	padding: 0;
	position: relative;
}
.product-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.product-carousel {
	margin: 0 -10px;
	padding: 0;
}
.product-carousel .slick-list {
	overflow: inherit;
}
.product-carousel .product-item {
	padding: 10px 10px;
	margin: 0;
}
.products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
	padding: 0;
	margin: 0 -10px;
}
.products li.product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;	
	position: relative;
	width: 25%;
	padding: 0 10px 20px;
}
.products li.product.last {
	margin-right: 0;
}
.columns-6.products li.product {
	width: 16.66%;
}
.columns-5.products li.product {
	width: 20%;
}
.columns-3.products li.product {
	width: 33.33%;
}
.columns-2.products li.product {
	width: 50%;
}
.columns-1.products li.product {
	width: 100%;	
}
.product-wrap {
	/* background-color: #fff; */
	position: relative;
	width: 100%;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
}
.product-image {
	/* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1); */
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
}
.product-image > a {
	display: block;
	overflow: hidden;
}
.product-image img {
	width: 100%;
}
.product-item:hover .product-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);	
}
.product-summery {
	position: relative;
	padding: 15px 10px 0;
	text-align: center;
}
.product-summery .star-rating {
	margin: 0 auto;
	margin-bottom: 5px;
}
.product-title {
	color: #262626;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-title a {
	color: #262626;	
}
.product-price {
	font-size: 14px;
	font-weight: 700;
}
.price del {
	color: #999;
	margin-right: 3px;
	font-weight: 400;
}
.price del .woocommerce-Price-amount {
	font-size: 13px;
	color: #999;
}
.price ins {
	text-decoration: none;
}
.onsale {
	background-color: #5f2d2c;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 12px;
	left: 7px;
	padding: 3px 10px;
	position: absolute;
	top: 7px;
	z-index: 10;
	opacity: 0;
}
.sale-perc {
	position: absolute;
	top: 28px;
	left: 7px;
	background-color: #cf010d;
	color: #fff;
	border-radius: 25px;
	/* width: 35px; */
	/* height: 35px; */
	font-size: 12px;
	padding: 3px 5px;
	text-align: center;
	line-height: 12px;
	opacity: 0;
}
.sale-perc span {
	font-size: 9px;
}
.product-cart-button {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
}
.product-item:hover .product-cart-button {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}
.product-cart-button .add_to_cart_button {
	background-color: #262626;
	border-color: #262626;
	color: #fff;
	text-align: center;
	display: block;
}
.product-cart-button .add_to_cart_button.added {
	display: none;
}
.product-cart-button a.added_to_cart {
	background-color: #5f2d2c;
	border: 1px solid #5f2d2c;
	color: #fff;
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 9px 25px;
	text-align: center;
}
.product-wishlist {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 7px;
}
.product-wishlist div {
	margin: 0;
}
.product-wishlist .yith-wcwl-add-button a{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	color: #808080;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	padding: 7px 0;
	width: 35px;
	text-align: center;
}
.product-wishlist .yith-wcwl-add-button a i {
	font-family: "FontAwesome";
	margin: 0;
}
.product-wishlist .yith-wcwl-add-button a span {
	display: none;
}
.product-wishlist a.wishlist-button {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	color: #808080;
	display: inline-block;
	font-size: 16px;
	height: 35px;
	padding: 7px 0;
	width: 35px;
	text-align: center;
}
.wishlist-wrap span.wishlist-icon {
	display: inline-block;
}
.product-wishlist span.wishlist-label {
	display: none;
}
.wishlist-wrap span.feedback {
	display: none;
}
.wishlist-wrap a i {
	margin: 0;
}
.ajax-wishlist-loading {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.product-wishlist a.wishlist-button:hover, 
.product-wishlist a.wishlist-button:focus, 
.product-wishlist a.wishlist-button.remove_from_wishlist_custom {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
.product-wishlist a.remove_from_wishlist_custom:hover, 
.product-wishlist a.remove_from_wishlist_custom:focus {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
/*========================== Product List Css ============================*/
.products li.product.product-list {
	width: 100%;
	display: table;
}
.product-list .product-wrap {
	margin: 1px solid #ddd;
}
.product-list .product-image {
	margin-bottom: 0;
}
.product-list .product-title {
	margin: 0 0 15px;
}
.product-list .product-price {
	font-size: 18px;
}
.product-list .product-summery {
	margin-bottom: 20px;
}
.product-list .product-content {
	padding: 15px 170px 15px 0;
	position: relative;
	height: 100%;
}
.product-list .product-button {
	border-left: 1px dashed #e6e6e6;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	text-align: center;
	height: 100%;
}
.product-list .product-button a {
	margin: 10px 0;
}
.product-list .product-button a i {
	margin-right: 7px;
}
/*======================  Product Sidebar Css ============================*/
.product-categories li {
	position:relative;
}
.product-categories li.cat-parent::after {
 	color: #808080;
 	content: "\f067";
 	display: block;
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	height: 36px;
 	line-height: 36px;
 	position: absolute;
 	right: 0;
 	text-align: center;
 	top: 0;
 	width: 36px;
 	z-index: 99;
}
.product-categories li.cat-parent.open::after {
 	content: "\f068";
}
.product-categories li.cat-item .children {
	display: none;
	padding-left: 10px;
}
.product-categories li.cat-item.open .children {
	display:block;
}
.widget .product_list_widget li {
	list-style-type: none;
	padding: 10px 0;
}
.widget .product_list_widget li:before {
	display: none;
}
.product-widget-item {
	overflow: hidden;
}
.product-widget-item a {
	display: block;
	width: 100%;
}
.product-widget-image {
	width: 85px;
	display: inline-block;
	vertical-align: middle;
}
.product-widget-image img {
	width: 70px;	
}
.product-widget-summery {
	width: calc(100% - 90px);
	display: inline-block;
	vertical-align: middle;
}
.product-widget-summery span.product-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 3px;
}
.product-widget-summery .amount {
	font-weight: 600;
}
.woocommerce-product-search {
	padding: 10px;
}
.woocommerce-product-search input {
	border: 1px solid #e0e0e0;
	width: 100%;
	height: 40px;
	padding: 9px 15px;
	margin-bottom: 10px;
}
.woocommerce-product-search button {
	background-color: #5f2d2c;
	border: 1px solid #5f2d2c;
	border-radius: 5px;
	color: #fff;
	padding: 7px 15px;
}
.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.widget.woocommerce.widget_price_filter form {
	padding: 20px 0 20px;
}
.woocommerce-widget-layered-nav ul li a {
	display: inline-block;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider  {
    border-radius: 1em;
    background-color: #262626;
    border: 0;
    height: .5em;
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #5f2d2c;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #5f2d2c;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	background-color: #5f2d2c;
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
	margin-left: -.5em;
}
.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 13px;
	float: left;
	line-height: 14px;
}
/*======================== Product Detail Css ===========================*/
@font-face {
 	font-family:star;
 	src:url(woocommerce/assets/fonts/star.eot);
 	src:url(woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), 
		url(woocommerce/assets/fonts/star.woff) format("woff"), 
		url(woocommerce/assets/fonts/star.ttf) 	format("truetype"), 
		url(woocommerce/assets/fonts/star.svg#star) format("svg");
 	font-weight:400;
 	font-style:normal
}
.woocommerce-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.product-gallery {
	margin-bottom: 25px;
	position: relative;
	display: block;
	width: 100%;
}
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 25px;
	display: table;
	width: 100%;
}
.woocommerce-product-gallery .zoomImg {
	display: none !important;
}
/*========== Product Gallery Without Slider ===============*/
figure.woocommerce-product-gallery__wrapper {
	max-width: inherit;
	margin-bottom: 20px;
	overflow: hidden;
}
.woocommerce-product-gallery__image a {
	display: block;
}
.woocommerce-product-gallery__image img {
	margin: 0 auto;
	border-radius: 3px;
	width: 100%;
	border: 1px solid #ddd;
}
/*========== Active Product Gallery Slider ================*/
.single-product .flex-viewport {
	margin-bottom: 20px;	
	width: 100%;
	margin-left: auto;
	float: right;
}
.woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;	
	top: 0;
	float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li {
	display: inline-block;
	max-width: 75px;
	margin: 0 5px 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li:last-child {
	margin: 0 0 5px 0;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 3px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	display: block;
	position: absolute;
	top: 19px;
	left: 22px;
	box-sizing: content-box;
	width: 2px;
	height: 8px;
	border-radius: 3px;
	background: #000;
	content: "";
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	content: "";
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {	
	background-color: #e0e0e0;
	border-radius: 100%;
	box-sizing: content-box;
	font-size: 2em;
	height: 36px;	
	position: absolute;	
	right: 15px;	
	width: 36px;
	top: 15px;
	text-indent: -9999px;
	z-index: 9;
}
/*==========  Yith Product Gallery Slider ===============*/
.woocommerce-product-gallery-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}
 .woocommerce-product-gallery-image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
}
.product-gallery .images > .yith_magnifier_zoom_wrap {
	border: 1px solid #ddd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: 500px;
	padding: 15px;
	height: 100%;
}
.product-gallery .woocommerce-main-image {
	border: none;
}
.product-gallery .woocommerce-main-image img {
	width: 100%;
}
.single-product.woocommerce .thumbnails {
	position: relative;
	margin-top: 10px;
}
.yith_magnifier_gallery li {
	position: relative;
	float: left;
	display: block;
	margin: 3px;
}
.product-gallery .yith_magnifier_gallery li.last {
	margin-right: 3px;
}
.product-gallery .yith_magnifier_gallery li a {
	width: 100%;
	display: block;
	margin-top: 0;
	height: auto;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
}
.product-gallery .yith_magnifier_gallery li a img {
	width: 95px;
}
.woocommerce .product-summary {
	margin-bottom: 25px;
}
.product-single-title {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 700;
}
.woocommerce-product-rating {
	display: block;
	margin-bottom: 10px;
}
.woocommerce-product-rating .star-rating {
	margin: 3px 5px 0 0;
	float: left;
}
.star-rating {
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 1;
	font-size: 14px;
	width: 5.4em;
	font-family: star;
}
.star-rating::before {
 	content: '\73\73\73\73\73';
 	color: #5f2d2c;
 	float: left;
 	top: 0;
 	left: 0;
 	position: absolute;
}
.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 20px;
}
.star-rating span::before {
 	content: '\53\53\53\53\53';
 	top: 0;
 	position: absolute;
 	left: 0;
 	color: #5f2d2c;
}
.product-summary .price {
	color: #333333;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.product_meta {
	margin-bottom: 15px;	
	color: #262626;
}
.product_meta > span {
	display: block;
	margin-bottom: 5px;
}
/* .product_meta > span.posted_in {
	display: none;
} */
.product_meta a {
	color: #262626;
}
.woocommerce-product-details__short-description {
	border-top: 1px solid #e6e6e6;
	color: #222222;
	margin-bottom: 20px;
	padding-top: 10px;	
	text-align: justify;
	line-height: 1.5;
	font-weight: 400;
}
.woocommerce-product-details__short-description ul, 
.woocommerce-product-details__short-description ol {
	margin-bottom: 10px;
	padding-left: 15px;
}
.woocommerce-product-details__short-description ul li, 
.woocommerce-product-details__short-description ol li{
	margin-bottom: 5px;
}
.variations {
	border-width: 0;
	border-color: #ddd;
	border-style: solid;
	margin-bottom: 10px;
}
.variations tr:nth-child(2n+1), .variations tr {
	background-color: transparent;
	display: block;
}
.variations td, .variations th {
	border-width: 0;	
}
.variations td.label, .variations th.label {
	width: 100%;
	padding: 0 0 5px 0;
}
.variations .label label {
	font-weight: 600;
	margin: 0;
}
.variations td.value {
	padding: 5px 0 0 0;
}
.variations .value select {
	/* border-radius: 3px; */
	/* -moz-appearance: none; */
	/* -webkit-appearance: none; */
	border-color: #ddd;
	padding: 5px 30px 5px 15px;
	font-size: 14px;
	background-color: #fff;
	max-width: 300px;
}
.variations td.clear-variations {
	padding: 0;
	display: table-cell;
}
.variations .reset_variations {
	display: none;	
}
.woocommerce-variation-description {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
}
.woo-variation-swatches .variations_form .variable-items-wrapper li.variable-item {
	border: 1px solid #bfc0c6;
	box-shadow: none;
}
.woo-variation-swatches .variations_form .variable-items-wrapper li.variable-item.selected, 
.woo-variation-swatches .variations_form .variable-items-wrapper li.variable-item:hover {
	box-shadow: none;
	border-color: #5f2d2c;
	color: #5f2d2c;
}
.woo-variation-swatches .variations_form .variable-items-wrapper li.variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches .variations_form .variable-items-wrapper li.variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: none;
}
.variations .tawcvs-swatches {	
	padding: 0;
}
.variations .tawcvs-swatches .swatch {
	border-radius: 3px;
	opacity: 1;
	line-height: 35px;
	width: 35px;
	height: 35px;
	margin: 5px;
	vertical-align: middle;
}
.variations .tawcvs-swatches .swatch-color {
	border: none;
}
.variations .tawcvs-swatches .swatch-color.selected::before {	
	width: 7px;
	height: 15px;	
	top: 9px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.variations .tawcvs-swatches .swatch-label {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}
.variations .tawcvs-swatches .swatch-label.selected {
	border-color: #5f2d2c;
}
.variations .tawcvs-swatches .swatch-image {
	border: 1px solid #ddd;
	line-height: inherit;
}
.wcpa_form_outer {
	margin: 0;
}
.product-summary form.cart {
	margin-bottom: 15px;
}
form.cart div.quantity {
	/* border: 1px solid #e0e0e0; */
	/* border-radius: 10px 0; */
	float: none;
	margin: 0 0 15px 0;
	max-height: 40px;
}
.quantity {
	display: flex;
	align-items: center;
}
.quantity label {
	/* display: none; */
	margin: 0 10px 0 0;
	font-weight: 600;
}
.quantity .qty {
	width: 40px;
	text-align: center;
	padding: 0;
	border-radius: 5px;
	border: none;
	background-color: #f9f9f9;
	height: 40px;
}
.quantity .qty_button {
	background-color: #e0e0e0;
	border: none;
	width: 40px;
	height: 40px;
	/* color: #fff; */
	font-size: 28px;
	padding: 0;
	line-height: 40px;
	/* vertical-align: middle; */
	text-align: center;
}
.quantity .screen-reader-text {
	display: none;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}
.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.single-wishlist-cart {
	position: relative;
	/* border-bottom: 1px solid #ddd; */
	margin-bottom: 10px;
}
.single-wishlist-cart .button {
	width: 49%;
}
.woocommerce-share-icon.post-share-icon {
	border-top: 1px solid #e6e6e6;
}
/* .single-wishlist-cart .single_add_to_cart_button.button::before {
	content: "\f07a";
	font-family: "Font Awesome 5 free";
	font-weight: 700;
	margin-right: 7px;
} */
.single-wishlist-btn {
	display: inline-block;
	/* position: absolute; */
	/* bottom: 4px; */
	/* margin-bottom: 10px; */
	right: 0;
	vertical-align: middle;
	margin-left: 5px;
}
.single-wishlist-btn .yith-wcwl-add-to-wishlist {
	margin: 0;
}
.single-wishlist-btn .yith-wcwl-add-button a{
	border: 1px solid #808080;
	border-radius: 4px;
	color: #808080;
	padding: 8px 15px;
	/* width: 35px; */
	/* height: 35px; */
	display: block;
	text-align: center;
}
.single-wishlist-btn .yith-wcwl-add-button a i {
	font-family: "FontAwesome";
	margin: 0 7px 0 0;
}
.single-wishlist-btn .yith-wcwl-add-button a span {
	display: inline;
}
.single-wishlist-btn .yith-wcwl-add-button .separator {
	display: none;
}
.single-wishlist-btn .yith-wcwl-add-button a.view-wishlist {
	display: none;
}
.single-wishlist-btn a.wishlist-button {
	border: 1px solid #808080;
	border-radius: 4px;
	color: #808080;
	padding: 8px 15px;
	/* width: 35px; */
	/* height: 35px; */
	display: block;
	text-align: center;
}
.single-wishlist-btn span.wishlist-label {
	display: inline;
}
.single-wishlist-btn a.wishlist-button:hover, 
.single-wishlist-btn a.wishlist-button:focus, 
.single-wishlist-btn a.wishlist-button.remove_from_wishlist_custom {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
.single-wishlist-btn a.remove_from_wishlist_custom:hover, 
.single-wishlist-btn a.remove_from_wishlist_custom:focus {
	background-color: #808080;
	border-color: #808080;
	color: #fff;
}
/*============== Product Extra tab ================*/
.size-guide-container {
	max-width: 840px;
	margin: 0 auto 20px;
}
.single-product-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 0 30px;
	padding: 0;
}
.single-product-tabs li {
	display: block;
	width: 100%;
	max-width: 150px;
}
.single-product-tabs li a {
	display: block;
	padding: 7px 5px;
	border: 1px solid #5f2d2c;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	width: 100%;
}
.single-product-tabs li a.active {
	color: #fff;
	background: #5f2d2c;
}
/*=============== Woocommerce Default tabs =====================*/
.woocommerce-tabs {
	margin-bottom: 25px;
}
.woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
	padding: 0;
}
.woocommerce-tabs ul.tabs li {
	display: block;
	float:left;
	margin: 0 0 -1px 0;
}
.woocommerce-tabs ul.tabs li a {
	border-color: #ddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	display: block;
	padding: 10px 15px;
	font-weight: 700;
	color: #515151;
	text-decoration: none;
	background-color: #f5f5f5;
	border-radius: 0;
	margin-right: 5px;
	text-align: center;
}
.woocommerce-tabs ul.tabs li:last-child a {
	border-width:1px;
}
.woocommerce-tabs ul.tabs li.active a, 
.woocommerce-tabs ul.tabs li a:hover {
	background-color: #5c5c5c;
	color: #fff;
	border-color: #5c5c5c;
}
.woocommerce-Tabs-panel {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px;
	border-radius: 0;
}
.woocommerce-Tabs-panel ul {
	padding-left: 25px;
}
.woocommerce-Tabs-panel .shop_attributes td p {
	margin: 5px 0;
}
.woocommerce-Reviews-title {
	margin-bottom: 20px;
}
#comments ol.commentlist {
	width: 100%;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}
#comments ol.commentlist li {
	margin: 0 0 20px;
	position: relative;
}
#comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	width: 32px;
	height: auto;
	background: #ebe9eb;
	border: 1px solid #e4e1e3;
}
#comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	border: 1px solid #e4e1e3;
	border-radius: 3px;
	padding: 10px 10px 0;
}
.woocommerce p.stars a {
	color: #5f2d2c;
	position:relative;
	height:1em;
	width:1em;
	text-indent:-999em;
	display:inline-block;
	text-decoration:none
}
.woocommerce p.stars a::before {
 	display:block;
 	position:absolute;
 	top:0;
 	left:0;
 	width:1em;
 	height:1em;
 	line-height:1;
 	font-family: star;
 	content: '\73';
 	text-indent:0
}
.woocommerce p.stars a:hover~a::before {
 	content:'\73';
 	color: #5f2d2c;
}
.woocommerce p.stars:hover a::before {
 	content:'\53';
 	color: #5f2d2c;
}
.woocommerce p.stars.selected a.active::before {
 	content:'\53';
 	color: #5f2d2c;
}
.woocommerce p.stars.selected a.active~a::before {
 	content:'\73';
 	color: #5f2d2c;
}
.woocommerce p.stars.selected a:not(.active)::before {
 	content:'\53';
	color: #5f2d2c;
}
.form-submit .submit {
	background-color: #e0e0e0;
	border: none;
	padding: 7px 15px;
	color: #555;
	border-radius: 3px;
	cursor: pointer;
}
/*====================== My Account ==========================*/
.popup-open {
	overflow: hidden;
}
.popup-open .modal {
	overflow-y: auto;
}
.popup-link {	
	margin-left: 10px;
}
.login-signup-popup .modal-footer {	
	justify-content: center;	
}
.login-signup-popup .modal-footer p{	
	margin: 0;
}
.modal-body .woocommerce-form {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.woocommerce-form {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 25px 15px;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.08);
	border-top: 3px solid #808080;
}
.woocommerce-form-login a {
	color: #808080;
}
.woocommerce-form .or {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-width: 100px;
}
.woocommerce-form .or::before, 
.woocommerce-form .or::after {
 	background-color: #b7b7b7;
 	content: "";
 	height: 50%;
 	display: inline-block;
 	width: 1px;
 	position: absolute;
 	top: 0;
}
.woocommerce-form .or::after {
 	bottom: 0;
 	top: auto;
}
.woocommerce-form .or span {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 10px;
}
.form-row {
	position: relative;
	margin: 0 0 10px;
	display: block;
}
.form-row label {
	display: block;
	width: 100%;
}
.form-row input[type="text"], 
.form-row input[type="email"], 
.form-row input[type="tel"], 
.form-row input[type="url"], 
.form-row input[type="password"], 
.form-row select, .form-row .form-control {
	border-radius: 5px;
	padding: 5px 15px;	
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: .7em;
	cursor: pointer;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	font-family: WooCommerce;	
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
	color: #585858;
}
/*================== My Account After Login ======================*/
.woocommerce-myaccount-navigation {
	margin-bottom: 35px;
}
.woocommerce-myaccount-navigation ul {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.woocommerce-myaccount-navigation ul li {
	display: block;
	width: 33.33%;
	margin: 0;
	float: left;
}
.woocommerce-myaccount-navigation ul li a {
	display: block;
	border: 1px solid #b7b7b7;
	color: #424C52;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}
.woocommerce-myaccount-navigation ul li.myaccount-wishlist a {
	margin: 0 5px;
}
.woocommerce-myaccount-navigation ul li a i {
	margin-right: 10px;
	color: #808080;
}
.woocommerce-MyAccount-section {
	overflow:hidden;
}
.woocommerce-MyAccount-navigation {
	border: 1px solid #e0e0e0;
	width: 100%;
	float: left;
	margin-bottom: 30px;	
	padding: 10px 10px;	
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	display: table;
	width: 100%;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
	display: block;
	margin: 0;
	float: left;
	width: 100%;
}
.woocommerce-MyAccount-navigation li a {
	border-bottom: 2px dotted #e0e0e0;
	padding: 10px 7px;
	display: block;
	color: #808080;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation li:hover a {
	color: #676767;
}
.woocommerce-Address {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	padding: 15px;
	max-width: 100%;
}
.woocommerce .u-column1, .woocommerce .u-column2 {
	width: 100%;
	max-width: 100%;
}
.woocommerce-orders-table .woocommerce-button.button {
	padding: 5px 20px;
	margin-right: 3px;
}
/*=================== Product Yith Wishlist Css ===========================*/
#yith-wcwl-popup-message {	
	line-height: inherit;	
}
.product-wishlist-item {
	margin-bottom: 30px;
}
.product-wishlist-wrap {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	position: relative;
	transition: all 0.75s ease;
	-webkit-transition: all 0.75s ease;
}
.product-wishlist-remove {
	position: absolute;
	right: -10px;
	top: -10px;
}
.product-wishlist-remove a {
	background-color: #808080;
	border-radius: 100%;
	color: #fff;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.product-wishlist-thumbnail {
	margin: 0 auto;
	text-align: center;
}
.product-wishlist-content {
	padding: 10px 15px;
}
.product-wishlist-name a {
	color: #808080;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.product-wishlist-addcart {
	margin-top: 7px;
}
.wishlist_table .product-wishlist-addcart .button {
	padding: 10px 10px;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
}
/* .product-wishlist-addcart .button::before {
 	content: "\f07a";
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	margin-right: 7px;
} */
/*===================== Product cart Css ==============================*/
.cart_item .product-remove a.remove {
	background-color: #e2401c;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.cart_item .product-thumbnail img {
	max-width: 100px;
}
.coupon {
	margin: 0 10px 10px 0;
	float: left;
}
.coupon label {
	display: none;
}
.coupon input {
	width: auto;
	height: 40px;	
	border-radius: 5px;
}
/*===================== Woocommerce Notice Css ==============================*/
.woocommerce-notices-wrapper .woocommerce-error, 
.woocommerce-notices-wrapper .woocommerce-info, 
.woocommerce-notices-wrapper .woocommerce-message, 
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 15px 15px 15px 40px !important;
	margin: 0 0 30px;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid #a46497;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;	
	line-height: 24px;
}
.woocommerce-notices-wrapper .woocommerce-info, .woocommerce-info {
	border-top-color: #1e85be;
}
.woocommerce-notices-wrapper .woocommerce-error, .woocommerce-error {
	border-top-color: #b81c23;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-message {
	border-top-color: #8fae1b;
}
.woocommerce-notices-wrapper ul li {
	margin: 0;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	content: '\f05a';
 	display: inline-block;
 	position: absolute;
 	top: 14px;
 	left: 15px;
}
.woocommerce-error::before {
 	content: '\f06a';
 	color: #b81c23;
}
.woocommerce-message::before {
 	content: '\f058';
 	color: #8fae1b;
}
.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button {
	float: right;	
	font-size: 13px;
	line-height: 18px;
	padding: 5px 10px;
}
.woocommerce-shipping-totals .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
}
.woocommerce-shipping-methods li {
	display: block;
}
.woocommerce-shipping-methods li label{
	margin: 0;
}
/*===================== Product Checkout Css ========================*/
.woocommerce-checkout .col-1, 
.woocommerce-checkout .col-2 {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.checkout_coupon.woocommerce-form-coupon {
	background-color: #f5f5f5;
	border-radius: 3px;
	padding: 25px 15px;
	margin-bottom: 25px;	
}
.woocommerce-billing-fields, 
.woocommerce-shipping-fields, 
.woocommerce-additional-fields, 
.woocommerce-account-fields .create-account {	
	margin-bottom: 25px
}
.woocommerce-billing-fields__field-wrapper, 
.woocommerce-shipping-fields__field-wrapper{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.woocommerce-billing-fields .form-row, 
.woocommerce-shipping-fields .form-row{
	width: 50%;
	display: inline-block;
	padding: 0 15px;
	max-width: 50%;
}
.woocommerce-billing-fields .form-row label.screen-reader-text, 
.woocommerce-shipping-fields .form-row label.screen-reader-text{
	height: auto;
	position: static !important;
	clip-path: inherit;
	margin: 0 0 .5rem 0;
}
.select2-container .select2-selection--single {
	height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 10px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.ship-different-address .checkbox input[type="checkbox"], 
.create-account .checkbox input[type="checkbox"] {
	position: static;	
	margin-left: 0;
}
.woocommerce-checkout-payment {
	background: #ebe9eb;
	border-radius: 3px;
}
.woocommerce-checkout-payment .payment_methods {
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #d3ced2;
	margin: 0;
	list-style: none outside;
}
.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}
.payment_methods .payment_box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	margin: 15px 0;
	border-radius: 3px;
	background-color: #dfdcde;
	color: #515151;
}
.payment_methods .payment_box::before {
 	content: '';
 	display: block;
 	border: 15px solid #dfdcde;
 	border-right-color: transparent;
 	border-left-color: transparent;
 	border-top-color: transparent;
 	position: absolute;
 	top: -15px;
 	left: 0;
 	margin: -15px 0 0 30px;
}
.payment_methods .payment_box p {
	margin-bottom: 0;
}
.payment_method_paypal img {
	max-height: 50px;
	vertical-align: middle;
	margin-left: 5px;
}
.payment_method_paypal .about_paypal {
	float: right;
	line-height: 50px;
	font-size: 13px;
	margin-left: 5px;
}
.place-order {
	padding: 15px;
	text-align: right;
}
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}
.woocommerce-terms-and-conditions {
	text-align: left;
	background-color: #fff;
	padding: 15px;
}
.woocommerce-terms-and-conditions-checkbox-text .woocommerce-terms-and-conditions-link {
	color: #555;
}
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
	color: #555;
}
/*====================== Product Orders Css =========================*/
.woocommerce-order ul.order_details {
	background-color: #f8f8f8;
	border-radius: 3px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}
.woocommerce-order ul.order_details li {
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 2;
	border-bottom: 1px dotted #e3e3e3;
	padding: 10px 15px;
	width: 100%;
	display: block;
}
.woocommerce-order ul.order_details li:last-of-type {
	border: none;
}
.woocommerce-order ul.order_details li strong {
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 1.5;
}
.woocommerce-order-details {
	margin-top: 20px;
}
.woocommerce-column {
	border: 1px solid #e0e0e0;
	padding: 15px;
	margin-bottom: 25px;
}
.woocommerce-column.woocommerce-column--1, 
.woocommerce-column.woocommerce-column--2 {
	width:100%;
}
.woocommerce-column address {
	margin:0;
}
.woocommerce-customer-details--phone {
	margin: 0;
}
.woocommerce-customer-details--phone::before, 
.woocommerce-customer-details--email::before {
 	font-family: "Font Awesome 5 Free";
 	font-weight: 600;
 	margin-right: 5px;
 	content: "\f095";
}
.woocommerce-customer-details--email::before {
 	content:"\f0e0";
}