@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: normal;
	overflow-x: hidden;
}

a {
	color: #b43336;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.padding-t-0 {
	padding-top: 0 !important;
}

.padding-b-0 {
	padding-bottom: 0 !important;
}

#wrap {
	float: left;
	width: 100%;
}

:root {
	--container-width: 1250px;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}

.container {
	max-width: 1250px;
	padding: 0;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	width: 1250px;
	min-height: 54px;
	margin: 60px auto 0 auto;
	padding: 13px 15px;
	background-color: #f1c773;
	border-radius: 8px;
	z-index: 2;
	transition: all .3s ease-in-out;
}

.logo {
	position: absolute;
	top: -40px;
	left: 0px;
	width: 180px;
	transition: all .3s ease-in-out;
}

.logo img {
	width: 100%;
	height: auto;
}

#mainNav {
	float: left;
	width: 72%;
	padding: 0px 0px 0px 200px;
}

#mainNav ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none
}

#mainNav ul.menu li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}

#mainNav ul.menu li a {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;

}

#mainNav ul.menu>li>a:hover,
#mainNav ul.menu>li:hover>a,
#mainNav ul.menu>li.current-menu-item>a,
#mainNav ul.menu>li.current-menu-ancestor>a,
#mainNav ul.menu>li.current-menu-parent>a {
	color: #b43336
}

#mainNav ul.menu li.menu-item-has-children a {
	position: relative;
	padding-right: 20px
}

#mainNav ul.menu li.menu-item-has-children>a:after {
	content: "\F140";
	font-family: "Material Design Icons";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

#mainNav ul li a svg {
	display: none
}

#mainNav ul.menu>li:hover>ul.sub-menu {
	display: block
}

#mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #000000;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	display: none
}

#mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	margin: 0 0
}

#mainNav ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	border-bottom: none;
	font-size: 16px;
	color: #ffffff;
	text-transform: none
}

#mainNav ul.menu li ul.sub-menu li a:hover,
#mainNav ul.menu li ul.sub-menu li:hover>a,
#mainNav ul.menu li ul.sub-menu li.current-menu-item>a,
#mainNav ul.menu li ul.sub-menu li.current-menu-ancestor>a,
#mainNav ul.menu li ul.sub-menu li.current-menu-parent>a {
	background-color: #b43336;
	text-decoration: none
}

#mainNav ul.menu li ul.sub-menu li.menu-item-has-children a {
	padding-right: 26px
}

#mainNav ul.menu li ul.sub-menu li.menu-item-has-children>a:after {
	content: "\F142";
	right: 10px
}

#mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none
}

#mainNav ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block
}

#mainNav ul.menu>li>ul>li:hover>ul.sub-menu>li:hover ul.sub-menu {
	display: block
}

#header .rightBox {
	float: right;
	width: 400px;
	display: flex;
	align-items: center;
	padding-right: 0px;
}

#header .rightBox .searchBar {
	position: relative;
	float: left;
	width: auto;
	padding: 0 10px 0 0;
}
#header .rightBox .searchBar .aws-container .aws-search-form {
    height: auto;
	border-bottom: 1px solid #080a19;
}
#header .rightBox .searchBar .aws-container .aws-search-field {
	display: block;
	width: 100%;
	height: 24px;
	padding: 0;
    border: 0;
	background: transparent;
	border-radius: 0px;
	font-size: 16px;
	color: #080a19;
	font-weight: 400;
	line-height: 26px;
}
#header .rightBox .searchBar .aws-container .aws-search-field::placeholder {
	color: #000000
}
#header .rightBox .searchBar .aws-container .aws-search-form .aws-form-btn {
    background: transparent;
    border: 0px solid #d8d8d8;
    margin: 0 0 0 0px;
}
#header .rightBox .searchBar .aws-container .aws-search-form .aws-search-btn {
    width: auto;
}
#header .rightBox .searchBar .aws-container .aws-search-form .aws-search-btn_icon {
    height: 24px;
    line-height: 24px;
    width: 20px;
    color: #b43336;
}
#header .rightBox .searchBar .aws-container .aws-search-form .aws-form-btn:hover {
    background: transparent;
}
#header .rightBox .searchBar .aws-container .aws-search-form .aws-form-btn:active {
    background: transparent;
}

#header .rightBox .icons {
	float: left;
	width: auto;
}

#header .rightBox .icons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
    align-items: center;
}
#header .rightBox .icons ul li {
	float: left;
	width: auto;
	margin-right: 15px;
}
#header .rightBox .icons ul li a {
	display: inline-block;
	font-size: 18px;
	color: #b43336;
	line-height: 32px;
	text-decoration: none;
	transition: all .3s ease-in-out;
	float: left;
}
#header .rightBox .icons ul li a:hover {
	color: #000000;
}
#header .rightBox .icons ul li a.accountBtn{
	margin-right:15px;
}
#header .rightBox .icons ul li.cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	min-height: 37px;
	background-color: #b43336;
	border-radius: 50%;
}
#header .rightBox .icons ul li.cart a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
#header .rightBox .icons ul li.cart a .num {
	position: absolute;
	right: -6px;
	top: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 50%;
	background-color: #000000;
	color: #fff;
	font-size: 10px;
}

/*---------------- Home Slider CSS Start Here ---------------*/
#slider {
	position: relative;
	float: left;
	width: 100%;
}
#slider::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -52px;
	width: 100%;
	min-height: 235px;
	background-image: url(../images/shape.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}
#rev_slider_3_1_wrapper .hesperiden.tp-bullets { 
	display:none!important; 
}
.home-slider .item {
	float: left;
	width: 100%;
}
.home-slider .item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0px;
	top: 0px;
	z-index: 1;
}
#slider .container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
#slider .caption {
	position: absolute;
	width: 55%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#slider .caption .sloganLogo {
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
}
#slider .caption h1 {
	margin: 0 0 15px 0;
	font-size: 100px;
	color: #eca820;
	line-height: 110px;
	font-weight: 700;
	text-transform: uppercase;
}
#slider .caption p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 400;
}
#slider .learn-btn {
	position: relative;
	display: inline-block;
	padding: 16px 42px;
	background-color: #f1c773;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
#slider .learn-btn:hover {
	background-color: #a1080e;
}
#slider .learn-btn::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #a1080e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#slider .learn-btn:hover::after {
	width: 100%;
}
#rev_slider_3_1_wrapper .custom.tparrows {
    background: transparent!important;
    background: transparent!important;
    width: 72px!important;
    height: 19px!important;
    top: 44%!important;
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow {
	background: url(../images/owl-prev-arrow.png) center center no-repeat!important;
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow {
	background: url(../images/owl-next-arrow.png) center center no-repeat!important;
}
#rev_slider_3_1_wrapper .custom.tparrows.tp-rightarrow:before,
#rev_slider_3_1_wrapper .custom.tparrows.tp-leftarrow:before {
    content: ''!important;
	line-height: initial!important;
}

/*---------------- Home Slider CSS Start End ---------------*/
#middle {
	float: left;
	width: 100%;
}
#bestseller {
	position: relative;
	padding-top: 135px;
	padding-bottom: 35px;
	overflow: hidden;
}
#bestseller h2 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 48px;
	color: #b43336;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
}
#bestseller h2::after {
	position: absolute;
	content: '';
	left: 0px;
	right: 0;
	top: -10px;
	width: 105px;
	height: 79px;
	margin: 0 auto;
	background-image: url(../images/logo-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
#bestseller .content {
	padding-top: 30px;
}
.bestseller-slider .item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #dedede;
}
.bestseller-slider .item .thumbPic {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	border-radius: 8px;
	background-color: #ffffff;
	overflow: hidden;
}
.bestseller-slider .item .thumbPic img {
	width: 100%;
	height: auto;
}
/*.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist {
    margin-top: 8px;
    position: absolute;
    right: 22px;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .add_to_wishlist {
	color: #fdff9c;
    font-size: 20px;
    background-color: #b43336;
    padding: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .add_to_wishlist i {
	margin-right: 0px;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .add_to_wishlist span {
	display:none;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
	font-size: 0;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .feedback {
    color: #fdff9c;
    font-size: 20px;
    background-color: #b43336;
    padding: 5px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
	font-size: 0;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 20px;
	margin-right: 0;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .feedback > a {
	font-size:0;
}
.bestseller-slider .item .thumbPic .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	font-size:0;
}*/
.bestseller-slider .item .productInfo {
	float: left;
	width: 100%;
	padding: 8px;
}
.bestseller-slider .item .productInfo h4 {
	margin: 0 0 0px 0;
	font-size: 22px;
	color: #000000;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.bestseller-slider .item .productInfo p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
}
.bestseller-slider .item .productInfo .add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.bestseller-slider .item .productInfo .add_to_cart_button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.bestseller-slider .item .productInfo .add_to_cart_button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bestseller-slider .item .productInfo .add_to_cart_button:hover::after {
	width: 100%;
}
.bestseller-slider .item .productInfo .added_to_cart {
	margin:13px 0 0 9px;
    float: right;
}
#bestseller .owl-theme .owl-nav {
	display: inline-block;
}
#bestseller .owl-theme .owl-nav button.owl-prev {
	width: 32px;
	height: 20px;
	left: -80px;
	background-image: url(../images/owl-prev-arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#bestseller .owl-theme .owl-nav button.owl-next {
	width: 32px;
	height: 20px;
	right: -80px;
	background-image: url(../images/owl-next-arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#smallbannerSec {
	padding-bottom: 45px;
    overflow: hidden;
}
#smallbannerSec .bannerBox {
	position: relative;
	float: left;
	width: 100%;
}
#smallbannerSec .bannerBox img {
	width: 100%;
	height: auto;
}

#productSec {
	position: relative;
	padding-top: 45px;
	padding-bottom: 45px;
	overflow: hidden;
}
#productSec h2 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 48px;
	color: #b43336;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
}
#productSec h2::after {
	position: absolute;
	content: '';
	left: 0px;
	right: 0;
	top: -10px;
	width: 105px;
	height: 79px;
	margin: 0 auto;
	background-image: url(../images/logo-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
#productSec .content {
	padding-top: 30px;
}
.product-slider .item {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 9px;
	border: 1px solid #dedede;
}
.product-slider .item .thumbPic {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	border-radius: 8px;
	background-color: #ffffff;
	overflow: hidden;
}
.product-slider .item .thumbPic .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    position: absolute;
    right: 23px;
    top: 23px;
}
.product-slider .item .thumbPic img {
	width: 100%;
	height: auto;
}
.product-slider .item .productInfo {
	float: left;
	width: 100%;
	padding: 15px 0px 15px 0px;
}
.product-slider .item .productInfo h4 {
	margin: 0 0 0px 0;
	font-size: 20px;
	color: #000000;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.product-slider .item .productInfo p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	font-weight: 400;
}
.product-slider .item .productInfo .add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	background-color: #e7b34f;
	border-radius: 8px;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.product-slider .item .productInfo .add_to_cart_button:hover {
	background-color: #b43336;
	color: #ffffff;
}
.product-slider .item .productInfo .add_to_cart_button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #b43336;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product-slider .item .productInfo .add_to_cart_button:hover::after {
	width: 100%;
}
.product-slider .item .productInfo .added_to_cart {
	float: right;
    margin: 13px 0 0 0;
}
#productSec .owl-theme .owl-nav {
	display: inline-block;
}
#productSec .owl-theme .owl-nav button.owl-prev {
	width: 32px;
	height: 20px;
	left: -80px;
	background-image: url(../images/owl-prev-arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#productSec .owl-theme .owl-nav button.owl-next {
	width: 32px;
	height: 20px;
	right: -80px;
	background-image: url(../images/owl-next-arrow2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

#specialSec {
	position: relative;
	padding-top: 70px;
	padding-bottom: 120px;
	overflow: hidden;
}
#specialSec::after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	width: 409px;
	height: 415px;
	background-image: url(../images/speical-right-image.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
    z-index: -1;
}
#specialSec .leftPic {
	float: left;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
#specialSec .leftPic img {
	width: 100%;
	height: auto;
}
#specialSec .rightContent {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#specialSec .rightContent h2 {
	margin: 0px 0px 10px 0px;
	font-size: 60px;
	color: #b43336;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
}
#specialSec .rightContent p {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
#specialSec .rightContent .shopnowLink {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #b43336;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	transition: all .3s ease-in-out;
}
#specialSec .rightContent .shopnowLink::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background-color: #a1080e;
}
#specialSec .rightContent .shopnowLink:hover {
	color: #000000;
}
#specialSec .rightContent .shopnowLink:hover::after {
	background-color: #000000;
}

#aboutSec {
	padding-top: 120px;
	min-height: 720px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;	
}
#aboutSec .leftClm {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 465px;
	padding: 0px 50px;
	background-image: url(../images/left-clm-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#aboutSec .leftClm h2 {
	margin: 0px 0px 10px 0px;
	font-size: 60px;
	color: #b43336;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
}
#aboutSec .leftClm p {
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
#aboutSec .leftClm .readmoreBtn {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 13px 40px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
#aboutSec .leftClm .readmoreBtn:hover {
	background-color: #e7b34f;
	color: #000000;
}
#aboutSec .leftClm .readmoreBtn::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#aboutSec .leftClm .readmoreBtn:hover::after {
	width: 100%;
}

#instagramSec {
	padding-top: 95px;
	padding-bottom: 70px;
    overflow: hidden;
}
#instagramSec h2 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 48px;
	color: #b43336;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
}
#instagramSec h2::after {
	position: absolute;
	content: '';
	left: 0px;
	right: 0;
	top: -10px;
	width: 105px;
	height: 79px;
	margin: 0 auto;
	background-image: url(../images/logo-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
#instagramSec h2 i {
	margin-right: 15px;
	font-family: "Material Design Icons";
	font-size: 48px;
	color: #b43336;
	font-weight: 700;
	line-height: 58px;
}
#instagramSec .content {
	padding-top: 30px;

}
#instagramSec .content .instagrampost {
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
#instagramSec .content .instagrampost img {
	width: 100%;
	height: auto;
}
#instagramSec .content .instagrampost::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	transition: all .3s ease-in-out;
}
#instagramSec .content .instagrampost i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: none;
	font-family: "Material Design Icons";
	font-size: 48px;
	color: #f1f1f3;
	font-weight: 700;
	line-height: 58px;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
}
#instagramSec .content .instagrampost:hover::before {
	display: inline-block;
}
#instagramSec .content .instagrampost:hover i {
	display: inline-block;

}

#footer {
	float: left;
	width: 100%;
	background-color: #b43336;
    overflow: hidden;
}
.footerSection {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footerSection h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.footerSection p {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 26px;
}
.footerSection .ftrLogo {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footerSection .ftr_menu {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footerSection .ftr_menu ul li {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #5f0202;
}
.footerSection .ftr_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.footerSection .ftr_menu ul li a:hover {
	color: #ecbb56;
	text-decoration: none;
}
.footerSection .ftr_menu ul li i{
	color: #ecbb56;
	padding-right:10px;
}
.footerSection .ftr_menu .view-all{
	font-size: 20px;
    color: #ecbb56;
    margin-top: 10px;
    display: block;
}
.footerSection .myaccount {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.footerSection .myaccount ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footerSection .myaccount ul li {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
}
.footerSection .myaccount ul li:last-child {
	padding-bottom: 0px;
}
.footerSection .myaccount ul li a {
	color: #ffffff;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.footerSection .myaccount ul li a:hover {
	color: #ecbb56;
	text-decoration: none;
}

.newsLetter {
	margin-bottom: 30px;
}
.newsLetter .mailpoet_form .mailpoet_form_paragraph {
	margin: 0 0 20px 0;
    font-size: 16px!important;
    color: #ffffff!important;
    font-weight: 400;
    line-height: 26px;
}
.newsLetter .mailpoet_form .form-control {
	position:relative;
	line-height: 0;
    margin-bottom: 0;
	border-bottom:0px;
}
.newsLetter .mailpoet_form .mailpoet_text {
	display: inline-block!important;
    width: 100%!important;
    height: 50px!important;
    padding: 10px 50px 10px 15px!important;
    font-size: 16px!important;
    line-height: 26px!important;
    color: #fff!important;
    background-color: #e9b552!important;
    border: 0px;
}
.newsLetter .mailpoet_form .mailpoet_text::placeholder {
	color: #ffffff;
}
.newsLetter .mailpoet_form .mailpoet_text:focus-visible, .newsLetter .mailpoet_form .mailpoet_text:focus {
	border:0;
	outline: 0px;
	outline-offset: 0px;
}
.newsLetter .submitBtn {
	width: 50px;
    height: 50px;
    position: relative;
    margin-top: -74px;
    float: right;
    background-color: #bd050a;
    border: solid 0px transparent;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.newsLetter .submitBtn .mailpoet_submit {
	width: 50px;
	height: 50px;
	padding: 13px!important;
	background-color: transparent;
	background: url(../images/newsletter-arrow.png) center center no-repeat;
	border: 0px;
	border-radius: 0px;
	text-indent: -999px;
}

.bottom-footer {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #9b8080;
}

.bottom-footer .copy_text {
	float: left;
	width: auto;
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
}

.bottom-footer .copy_text a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 26px;
	transition: all .3s ease-in-out;
}

.bottom-footer .copy_text a:hover {
	color: #e9b552;
}


.bottom-footer .ftrtSocial {
	float: right;
	width: auto;
	text-align: center;
}

.bottom-footer .ftrtSocial ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bottom-footer .ftrtSocial ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}

.bottom-footer .ftrtSocial ul li:last-child {
	padding: 0;
}

.bottom-footer .ftrtSocial ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background-color: #370101;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.bottom-footer .ftrtSocial ul li a:hover {
	background-color: #e9b552;
	border: 1px solid #e9b552;
	color: #370101;
}


/* contact form 7 */
body div.wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; }
body .wpcf7-form-control-wrap { display: inline-block; width: 100%; margin: 0em 0em 0em; color: #fff; font-size: 16px; }
body span.wpcf7-not-valid-tip { position: absolute; top: 16px; right: 15px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }


/*----------------- inner pages -----------------*/
button:focus { outline: 0px dotted; outline: 0px auto -webkit-focus-ring-color; }
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; border-radius: 10px; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; border-radius: 10px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; border-radius: 10px;}

#inner_banner {
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top: 0px solid #370101;
    background-color: #370101;
}
#inner_banner.product_banner {
	background-color: #370101;
}
#inner_banner .caption {
	width: 100%;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
}
#inner_banner .caption h1 {
	margin: 5px 0 0px 0;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
#inner_banner .caption p {
	margin: 0 0 0px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
}
.inner_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.inner_section h1 {
	margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.inner_section h2 {
	margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.inner_section h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
}
.inner_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
}
.inner_section ul.listgroup {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.inner_section ul.listgroup li {
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.inner_section ul.listgroup li:before {
    content: "\F5E1";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
	font-size: 20px;
    line-height: 26px;
    color: #b43336;
}
.bottomContent {
	padding-top:20px;
}

/*----------------- Best Seller page -----------------*/
#bestsellerSec {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}
.bestsellerBox {
	width: 100%;
    display: flex;
	grid-gap: 20px;
    row-gap: 20px;
}
.bestsellerBox .item {
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #dedede;
}
.bestsellerBox .item .thumbPic {
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #ffffff;
    overflow: hidden;
}
.bestsellerBox .item .thumbPic img {
    width: 100%;
    height: auto;
}
.bestsellerBox .item .productInfo {
    float: left;
    width: 100%;
    padding: 15px 15px 15px 15px;
}
.bestsellerBox .item .productInfo h4 {
    margin: 0 0 0px 0;
    font-size: 22px;
    color: #000000;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.bestsellerBox .item .productInfo p {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-weight: 400;
}
.bestsellerBox .item .productInfo .add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 13px 22px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}

.bestsellerBox .item .productInfo .add_to_cart_button:hover {
	background-color: #e7b34f;
	color: #000000;
}

.bestsellerBox .item .productInfo .add_to_cart_button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bestsellerBox .item .productInfo .add_to_cart_button:hover::after {
	width: 100%;
}

/*----------------------- Contact Page -------------------------*/
#contactBox.innerSection {
    padding-top: 50px;
    padding-bottom: 0px;
}

#contactDetl {
    padding-top: 10px;
    padding-bottom: 30px
}
#contactDetl .content {
	width: 80%;
    margin: auto;
}
#contactDetl .contact-item {
	width: 100%;
	min-height: 160px;
    display: inline-block;
    margin: 0 0 20px 0;
    background: #009FF5;
    border-radius: 20px;
    padding: 20px;
}
#contactDetl .contact-item.address {
	background: #f1c773 url(../images/map-icon.svg) left bottom no-repeat;
	background-size: 70px;
}
#contactDetl .contact-item.phone {
	background: #f1c773 url(../images/phone-icon.svg) left bottom no-repeat;
	background-size: 70px;
}
#contactDetl .contact-item.email {
	background:#f1c773 url(../images/email-icon.svg) left bottom no-repeat;
	background-size: 70px;
}
#contactDetl .contact-item .info {
	width: 100%;
    display: inline-block;
}
#contactDetl .contact-item .info h4 {
	width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #b43336;
    text-transform: uppercase;
}
#contactDetl .contact-item .info p {
	width: 100%;
    display: inline-block;
	margin:0 0 8px 0;
	padding-left:70px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color: #FFFFFF;
}
#contactDetl .contact-item .info a {
	margin-left:70px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration:none;
}
#contactDetl .contact-item .info a:hover {
	color: #b43336;
}
#contactDetl .contact_form {
	padding-left: 50px;
}
#contactDetl .contact_form h2 {
    position: relative;
	width:auto;
	display:inline-block;
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}
#contactDetl .contact_form p {
	margin: 0 0 25px 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
}
#contactDetl .contact_form p:last-child {
	text-align:center;
}
#contactDetl .contact_form .form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#contactDetl .contact_form .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 13px 20px 13px 20px;
    outline: 0;
	border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #bbbbbb;
    font-size: 18px;
	line-height:28px;
    font-weight: 400;
    color: #000;
}
#contactDetl .contact_form .form-group .form-control::placeholder {
	font-size: 18px;
	font-weight: 400;
	color: #b6b6b6;
}
#contactDetl .contact_form .form-group textarea.form-control {
	resize: none;
	height: auto;
	padding: 10px 15px;
}
#contactDetl .contact_form .form-group .submitBtn {
	display: inline-block;
    width: 100%;
    padding: 10px 40px;
    background: #b43336;
	border: 1px solid transparent;
	box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    font-size: 16px;
	line-height:28px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	cursor:pointer;
}
#contactDetl .contact_form .form-group .submitBtn:hover {
	background-color: #f1c773;
    color: #fff;
    border: 1px solid transparent;
}
#contactDetl .contact_form .form-group .wpcf7-spinner {
    background-color: #f1c773;
    opacity: 1;
    margin: 13px 24px;
    position: absolute;
    right: 0;
}
#mapSec {}
#mapSec .map {
	width: 100%;
    float: left;
	position: relative;
	padding-top: 20px;
    padding-bottom: 0px;
	z-index: 0;
}
#mapSec .map h2 {
	position: relative;
    width: 100%;
    margin: 0 auto 35px auto;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
	text-transform:uppercase;
    color: #b43336;
}
#mapSec .map h2::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: -10px;
    width: 105px;
    height: 79px;
    margin: 0 auto;
    background-image: url(../images/logo-icon.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
#mapSec .map p {
	margin-bottom:0;
}
#mapSec .map p iframe {
    float: left;
	position: relative;
    z-index: 1;
}

/*----------------- products page -----------------*/
.product_section {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
	z-index: 0;
}
.product_section h1 {
	margin: 0 0 15px 0;
	font-size: 28px;
	line-height: 38px;
	color: #000000;
	font-weight: 400;
}
.product_section .content {
	padding-top: 20px;
}
.product_sidebar {}
.product_sidebar .sidebar_items {
	margin-bottom: 45px;
}
.product_sidebar .sidebar_items:last-child {
	margin-bottom: 0;
}
.product_sidebar .title {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #000000;
	font-size: 20px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}
.product_sidebar .woocommerce-product-search label {
    display: none
}
.product_sidebar .woocommerce-product-search .search-field {
    display: inline-block;
    width: calc(100% - 83px);
    height: 38px;
    padding: 6px 4px;
    margin-bottom: 0;
    border: 1px solid #ccc;
	outline: 0;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.product_sidebar .woocommerce-product-search button {
    display: inline-block;
    min-width: auto;
	height: auto;
    padding: 10px;
    margin-bottom: 0;
    background-color: #000000;
    border: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal
}
.product_sidebar .woocommerce-product-search button:hover {
    background-color: #000;
    text-decoration: none
}
.product_sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product_sidebar ul li {
	padding: 0 !important;
	margin-bottom: 10px !important;
	font-size: 16px;
}
.product_sidebar ul li:last-child {
	margin-bottom: 0 !important;
}
.product_sidebar ul li a {
	color: #000000;
	text-decoration: none;
}
.product_sidebar ul li.chosen a{
	color: #000000;
}
.product_sidebar ul li a:hover {
	
	color: #000000;
	text-decoration: none;
}
.product_sidebar ul li span {
	float: right;
    line-height: normal;
}
.product_sidebar ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
    margin-right: 4px;
	width: 60px;
}
.product_sidebar ul.product_list_widget li .star-rating {
	color: #ff7e00;
}
.product_sidebar ul.product_list_widget li .star-rating::before {
	color: #ff7e00;
}
.product_sidebar ul.product_list_widget li span {
	float: none;
    line-height: normal;
}
.product_sidebar .widget_price_filter .price_slider_wrapper {
	margin-top: 20px;
}
.product_sidebar .widget_price_filter .price_slider_wrapper .ui-slider {
	background-color: #b43336;
}
.product_sidebar .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #000000;
}
.product_sidebar .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #000000;
}
.product_sidebar .widget_price_filter .price_slider_amount .button {
	padding: 0.528em 1em;
	height: auto;
	background-color: #000000;
	color: #ffffff;
}
.product_sidebar .widget_price_filter .price_slider_amount .button:hover {
	background-color: #000000;
}
.product_sidebar .widget_product_categories .product-categories {
	border-radius: 0px;
}
.product_sidebar .widget_product_categories .product-categories li {
	position: relative;
	margin-bottom: 0px !important;
	border-bottom: 1px solid #bd8a60;
}
.product_sidebar .widget_product_categories .product-categories li:last-child {
   border-bottom: none;
}
.product_sidebar .widget_product_categories .product-categories li > a {
	display: inline-block;
	padding: 12px 5px 12px 17px;
	color: #000000;
    text-transform: uppercase;
    background-color: #ffd7b5;
    width: 100%;
}
.product_sidebar .widget_product_categories .product-categories li > a:hover {
	color: #fff;
	background-color: #e7bd9a;
}
.product_sidebar .widget_product_categories .product-categories li.current-cat > a {
	color: #fff;
	background-color: #b43336;
}
.product_sidebar .widget_product_categories .product-categories .children {
	display: none;
	padding: 5px 0;
	background-color: #333333;
}
.product_sidebar .widget_product_categories .product-categories .children li {
	border: none;
}
.product_sidebar .widget_product_categories .product-categories .children li > a {
	display: inline-block;
	padding: 7px 5px 7px 25px;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator {
	width: 26px;
	height: 26px;
	background: #ffffff;
	border-radius: 50%;
	color: #000000;
	position: absolute;
	top: 10px;
	right: 12px;
	overflow: hidden;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator:hover {
	background: #000000;
	color: #ffffff;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator:before {
	content: "\f067";
	font-family: fontawesome;
	font-size: 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.product_sidebar .widget_product_categories .product-categories li.cat-item > a .child-indicator.open:before {
	content: "\f068";
}
.product_content {}

.woocommerce .woocommerce-breadcrumb {
    color: #000000;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000000;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #b43336;
}
.woocommerce .woocommerce-ordering select {
	padding: 10px 10px;
    outline: 0;
}
.woocommerce ul.products li.product {
	padding: 15px 10px;
}
.woocommerce ul.products.columns-3 li.product {
	position: relative;
	padding: 10px;
	margin-bottom: 3.8%;
	text-align: center;
}
.woocommerce ul.products.columns-3 li.product:hover {
	background-color: #f7f6f6;
}
.woocommerce ul.products.columns-3 li.product span.onsale {
	min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
	margin: -.5em -.5em 0 0;
	border-radius: 100%;
    background-color: #cab3cf;
    font-size: .857em;
	color: #000000;
	font-weight: 700;
    line-height: 2.836em;
    text-align: center;
	position: absolute;
	top: 0;
    right: 0;
	z-index: 9;
}
.woocommerce ul.products li.product .thumb_image {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
    margin: 0 0 0px 0;
    overflow: hidden;
}
.woocommerce ul.products li.product .thumb_image img {
	width: 100%;
    transition: .4s ease-in;
	margin: 0;
	border-radius: 10px;
}
.woocommerce ul.products li.product .thumb_image .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    position: absolute;
    right: 23px;
    top: 23px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    width: 100%;
    position: relative;
    display: inline-block;
    min-height: inherit;
    padding: 0 15px 10px 15px;
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
.woocommerce ul.products li.product .price {
	padding: 0 15px;
    margin-bottom: 10px;
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 18px;
	line-height: 26px;
}
.woocommerce ul.products li.product .shop-link {
	width: 100%;
    display: flex;
    padding: 0 15px 15px 15px;
    justify-content: space-between;
    align-items: center;
}
.woocommerce ul.products li.product .shop-link .button {
   	position: relative;
	display: inline-block;
	padding: 14px 20px;
    margin-top: 0;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce ul.products li.product .shop-link .button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.woocommerce ul.products li.product .shop-link .button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce ul.products li.product .shop-link .button:hover::after {
	width: 100%;
}
.woocommerce ul.products li.product .shop-link .add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 14px 20px;
    margin-top: 0;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce ul.products li.product .shop-link .add_to_cart_button:hover {
   	background-color: #e7b34f;
	color: #000000;
}
.woocommerce ul.products li.product .shop-link .add_to_cart_button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce ul.products li.product .shop-link .add_to_cart_button:hover::after {
	width: 100%;
}
.woocommerce ul.products li.product .shop-link a.added_to_cart {
    padding-top: 0;
}
.woocommerce ul.products li.product .shop-link .woocommerce-loop-product__link {
	display:none;
}
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}
.woocommerce-product-gallery figure {
	margin: 0
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .5
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}
.woocommerce-product-gallery img {
	display: block
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333%
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}
.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}
a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}
.woocommerce .quantity {
	width: auto;
    display: inline-block;
    border: 1px solid #000;
}
.woocommerce .quantity .minus {
	border: 0;
	background: transparent;
	font-size: 24px;
    float: left;
    height: 40px;
}
.woocommerce .quantity .plus {
	border: 0;
	background: transparent;
	font-size: 24px;
    line-height: 24px;
    float: right;
    height: 40px;
}
.woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover {
	background: #b43336;
    color: #000;
}
.woocommerce .quantity .qty {
    background: transparent;
    border: 0;
    padding: 0;
    height: 40px;
}
.woocommerce-message {
    border-top-color: #b43336;
}
.woocommerce-message::before {
    content: "\e015";
    color: #b43336;
}
.woocommerce-message .button {
    position: relative!important;
    display: inline-block!important;
    font-size: 16px!important;
    line-height: 26px!important;
    text-transform: uppercase;
    color: #ffffff!important;
    font-weight: 700!important;
    background-color: #b43336!important;
    padding: 8px 29px!important;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border-radius: 0!important;
    outline: 0;
}
.woocommerce-message .button:hover {
    color: #ffffff;
    background-color: #000!important;
}
/*----------------- woocommerce pages -----------------*/
.woocommerce div.product .product_title {
	text-align: left;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	margin-bottom: 15px;
	font-size: 24px;
    color: #b43336;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel {
	padding-bottom: 20px;
}
.woocommerce table.cart td.actions .coupon .input-text {
	width: 120px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #d3ced2;
    padding: 10px 10px 9px;
    margin: 0 4px 0 0;
    outline: 0;
    width: 150px!important;
    line-height: 22px;
}
.woocommerce .woocommerce-form-coupon .form-row input.input-text {
    height: 35px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row input.input-text {
    height: 40px;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
}
.woocommerce form .form-row textarea {
	height: 7em;
	padding: 4px 10px;
	border-radius: 4px;
    border: 1px solid #a9a9a9;
	resize: vertical;
}
.select2-container--default .select2-selection--single {
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
.woocommerce .checkout .col2-set .col-1 {
	padding:0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 48%;
	padding-left:0;
	padding-right:0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
	padding-left:0;
	padding-right:0;
}
.woocommerce form .form-row label {
    width: 100%;
}
.woocommerce-input-wrapper {
	width: 100%;
}
#order_review_heading {
	padding: 20px 0px 5px;
}
.woocommerce-checkout-review-order .button {
	background-color: #805e82!important;
}
.product_section .related h2 {
	margin-bottom: 30px;
	color:#000000;
}
.product_section .related ul.products li.product {
    margin-bottom: 0px;
}
.woocommerce #reviews #comments h2 {
    color: #000000;
}
.product_section .related .woocommerce-product-details__short-description {
	display:none;
}
#review_form .form-submit .submit {
	position: relative!important;
	display: inline-block!important;
	padding: 17px 48px 17px 48px!important;
    border: 0px solid #000000!important;
	background-color:#b43336!important;
    font-size: 18px!important;
    color: #fff!important;
    font-weight: 600!important;
	text-transform: uppercase!important;
	text-decoration: none!important;
	border-radius: 0!important;
}
#review_form .form-submit .submit:hover {
	color:#fff!important;
	background-color:#000000!important;
}
.woocommerce div.product form.cart .variations select {
    padding: 8px 10px;
    height: auto;
    line-height: inherit;
    font-size: 16px;
    min-height: auto;
}
.woocommerce div.product form.cart .variations select:focus-visible {
	border-radius: 0;
    outline-offset: 0px;
	outline: 0;
}
.woocommerce div.product form.cart .variations select option {
	font-size: 16px;
}
.woocommerce-variation-price {
	padding-left: 140px;
    margin-bottom: 20px;
}
.woocommerce button.button.disabled {
    padding: 15px 48px 15px 48px;
}
.product_meta {
	width: 100%;
    display: inline-block;
}
.product_meta > span {
	width: 100%;
    display: inline-block;
	padding-bottom: 5px;
}
.product_meta .posted_in {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}
.woocommerce-product-details__short-description {
	font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.woocommerce-tabs h2 {
	font-size: 24px;
    line-height: 24px;
	margin-bottom:15px;
}
.woocommerce-tabs h3 {
	font-size: 20px;
    line-height: 20px;
	margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #000;
	border-bottom-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
	padding: 8px 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #000;
    background-color: #b43336;
	padding: 0 0em;
	border-radius: 0;
	margin: 0 0px;
	float: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 1px solid #000;
	border-width: 0 0 1px 1px;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #000;
	border-width: 0 1px 1px 0;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fff;
	background-color: #000;
}
.woocommerce-Tabs-panel--description ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.woocommerce-Tabs-panel--description ul li {
    position: relative;
    padding: 0 0 10px 25px;
    font-size: 16px;
    color: #272727;
    font-weight: 400;
    line-height: 26px;
}
.woocommerce-Tabs-panel--description ul li:before {
    content: "\F5E1";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
    color: #b43336;
	font-size: 20px;
	line-height: 26px;
}
.comment-form-rating, .comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-cookies-consent {
	width:53%;
}
.comment-form-rating .stars, .comment-form-comment input, .comment-form-author input, .comment-form-email input {
	width:100%;
}
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input {
	border: 1px solid #d4d4d4;
    padding: 5px;
}
.comment-form-comment textarea:focus-visible, .comment-form-author input:focus-visible, .comment-form-email input:focus-visible {
	outline: 0;
}
.comment-form-rating label, .comment-form-comment label, .comment-form-author label, .comment-form-email label {
    display: inline-block;
    margin-bottom: 0.2rem;
    width: 100%;
}
.wpgs-nav .slick-active img, .wpgs-nav .slick-current img {
    height: 110px!important;
}
.woocommerce-pagination ul {
	margin:0px!important;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    padding: 11px 18px!important;
}
.woocommerce-pagination ul li a:focus, .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span.current {
    background: #000000!important;
    color: #ffffff!important;
}
.woocommerce #ship-to-different-address .woocommerce-form__label-for-checkbox {
	margin-bottom:0;
}

/*----------------- Woocommerce Product pages -----------------*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{ 
    margin: 0 2% 2em 0;
    padding: 0px;
    width: 23.5%;
    margin-left: 0;	
	background-color: #ffffff;
    border: 1px solid #e2e1e1;
	border-radius: 10px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 13.8%;
    margin: 0 3px 0 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child { margin:0!important; }
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(7n+1) {
    clear: left;
}
.woocommerce span.onsale {
	width: 45px;
    height: 45px;
    top: -2px!important;
    right: -2px!important;
    line-height: 42px;
    font-size: 12px;
    background-color: #000;
    color: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
   display:none;
}

.woocommerce .cart_totals a.checkout-button {
    position: relative;
    display: inline-block;
	width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    background-color: #000000;
    padding: 15px 30px 12px 30px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	border-radius: 0;
}
.woocommerce .cart_totals a.checkout-button:hover {
	color: #fff;
	background-color: #b43336;
}


/*----------------- Woocommerce Cart pages -----------------*/
.woocommerce .coupon label {
	display:none;
}

.woocommerce .cart .button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff!important;
    font-weight: 700;
    background-color: #000;
    padding: 11px 29px 6px 29px!important;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	border-radius: 0;
	outline: 0;
}
.woocommerce .cart .button:hover {
	color: #fff!important;
	background-color:#b43336!important;
}

/*----------------- Woocommerce checkout pages -----------------*/
.woocommerce table.shop_table {
    border-radius: 0px;
	background-color: #fff;
}
.woocommerce form .form-row input.input-text {
    height: 48px;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #c4c4c4;
}
.woocommerce form .form-row textarea {
    border-radius: 0px;
    border: 1px solid #c4c4c4;
}
.woocommerce .woocommerce-checkout .button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff!important;
    font-weight: 700;
    background-color: #000!important;
    padding: 8px 29px!important;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	border-radius: 0;
	outline:0;
}
.woocommerce .woocommerce-checkout .button:hover {
	color: #ffffff!important;
	background-color: #b43336!important;
}
.wc-block-checkout .wc-block-checkout__main .components-button {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.wc-block-checkout .wc-block-checkout__main .components-button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.wc-block-checkout .wc-block-checkout__main .components-button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wc-block-checkout .wc-block-checkout__main .components-button:hover::after {
	width: 100%;
}


/*----------------- Woocommerce Product Detail pages -----------------*/
.woocommerce-variation-price {
    padding-left: 0;
}
.cfvsw-selected-swatch {
    border: 1px solid #b43336 !important;
}
.cfvsw-swatches-option:hover {
    border: 1px solid #b43336!important;
}
.woocommerce div.product form.cart .reset_variations {
    margin-left: 15px;
}
.woocommerce .product_meta {
    padding-top: 10px;
}
.woocommerce .product_meta .sku_wrapper {
	display:none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    background-color: #fff2e4;
}
.woocommerce-Tabs-panel h4 {
	margin: 0 0 15px 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery ol {margin: 10px 0 0 0;}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #b43336!important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #000000 !important;
	color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
	border-color: #ffffff !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	background: #ffffff !important;
}
.product_meta .posted_in{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.summary h1.product_title {
    margin: 0 0 15px 0;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    font-weight: 700;
}
.summary .single_add_to_cart_button {
	padding: 14px 30px 14px 30px!important;
    font-size: 14px!important;
    font-weight: 600!important;
	color: #fff!important;
	background-color: #000000!important;
    opacity: 1!important;
}
.summary form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
    border: 1px solid #000;
}
.summary form.cart div.quantity .qty {
    float: left;
    border: 0px solid #a9a9a9;
    border-radius: 0;
    padding: 0;
    width: 50px;
    font-weight: 400;
    font-size: 16px;
	outline: 0;
	height: 40px;
}
.summary form.cart .minus,
.summary form.cart .plus {
	float: left;
	padding: 0px 10px;
    outline: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 24px;
	line-height: 14px;
    color: #000000;
    font-weight: 400;
	height: 40px;
}
.summary form.cart .minus:hover,
.summary form.cart .plus:hover {
	background-color: #87cdab;
	color: #000;
}
.relatedSec {
	width: 100%;
    display: inline-block;
    padding: 20px 0px 30px 0px;
}
.relatedSec h2 {
	margin: 0 0 30px 0;
    font-size: 40px;
    line-height: 40px;
    color: #252525;
    font-weight: 400;
}
.relatedSec .woocommerce-Tabs-panel h2 {
	margin: 0 0 15px 0;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.relatedSec .woocommerce-Tabs-panel p {
	margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}
.relatedSec #tab-description table {
	width: 30%;
}
.relatedSec .woocommerce-Tabs-panel table td, .relatedSec .woocommerce-Tabs-panel table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.relatedSec .woocommerce-Tabs-panel table tr:nth-child(even){ background-color: #f2f2f2; }
.relatedSec .woocommerce-Tabs-panel table tr:nth-child(odd) { background-color: #fff;}

.relatedSec .related.products {
	display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.relatedSec .related.products ul.products {
    margin: 0;
}

.descriptionBox {
	width: 100%;
    display: inline-flex;
    border-top: 1px solid #000;
    padding: 40px 0 40px 0;
}
.descriptionBox h2 {
	margin: 0 0 15px 0;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    font-weight: 600;
}
.descriptionBox h3 {
	margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
	text-transform: uppercase;
}
.descriptionBox p {
	margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.descriptionBox ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
.descriptionBox ul li {
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
}
.descriptionBox ul li:before {
    content: "\F5E1";
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Material Design Icons";
	font-size: 20px;
    line-height: 26px;
    color: #000;
}

/*----------------- Woocommerce Cart pages -----------------*/
.wc-block-components-totals-wrapper:after {
    opacity: 0.6;
    border-color: #000;
}
.wc-block-cart-items td:after, .wc-block-cart-items:after {
    opacity: 0.6!important;
    border-color: #000;
}
.wc-block-cart__totals-title {
    font-size: 20px!important;
    color: #b43336!important;
    font-weight: 700!important;
    padding: 8px 0!important;
}
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 8px 0;
	color: #b43336;
}
.wc-block-cart__submit-container .components-button {
	position: relative!important;
	display: inline-block!important;
	padding: 12px 20px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out!important;
	z-index: 1;
	overflow: hidden;
}
.wc-block-cart__submit-container .components-button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.wc-block-cart__submit-container .components-button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.wc-block-cart__submit-container .components-button:hover::after {
	width: 100%;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    border-radius: 8px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none!important;
    box-shadow: none!important;
    outline: 0px solid transparent!important;
}
.wc-block-components-button:not(.is-link) .wc-block-components-spinner+.wc-block-components-button__text {
    visibility: inherit!important;
}
.wc-block-components-spinner {
    width: auto;
    right: 20px;
    top: 0;
}
/*----------------- Woocommerce Track Order pages -----------------*/
.woocommerce .track_order .button {
	position: relative;
	display: inline-block;
	padding: 14px 50px;
	background-color: #e7b34f;
	border-radius: 8px;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce .track_order .button:hover {
	background-color: #b43336;
	color: #ffffff;
}
.woocommerce .track_order .button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #b43336;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce .track_order .button:hover::after {
	width: 100%;
}

/*----------------- Woocommerce My account page -----------------*/
.woocommerce-account .woocommerce h2 {
	text-align:center!important;
}
.woocommerce-MyAccount-content p a {
	color: #b43336;
}
.woocommerce-MyAccount-content p a:hover {
	color: #000;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:#f6f0e0;
}
.woocommerce-MyAccount-navigation ul li {
	padding: 0px;
	margin: 0;
	border-bottom:1px solid #fff;
}
.woocommerce-MyAccount-navigation ul li:before {
	display: none;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #000000;
	text-decoration: none;
	padding: 12px 20px 10px 20px;
    display: inline-block;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#b43336;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
	text-decoration: none;
	background-color:#b43336;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 65%;
    margin: auto;
}
.woocommerce #customer_login h2 {
	color: #ffffff;
	color: #000;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #b43336;
    padding: 20px;
    margin: 2em auto;
    text-align: left;
    border-radius: 0;
    background: #fff;
    min-height: 445px;
	/*width: 35%;*/
}
.woocommerce form.login .password-input {
    width: 100%;
}
.woocommerce .woocommerce-form-login .button, .woocommerce .woocommerce-form-register .button {
    position: relative;
	display: inline-block;
	padding: 15px 45px;
	background-color: #e7b34f;
	border-radius: 8px;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce .woocommerce-form-login .button:hover, .woocommerce .woocommerce-form-register .button:hover {
	background-color: #b43336;
	color: #ffffff;
}
.woocommerce .woocommerce-form-login .button::after, .woocommerce .woocommerce-form-register .button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #b43336;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce .woocommerce-form-login .button:hover::after, .woocommerce .woocommerce-form-register .button:hover::after {
	width: 100%;
}
.woocommerce .woocommerce-Address {
	padding: 20px 0;
}
.woocommerce-Address header.stiky {
    position: inherit;
    box-shadow: none;
	padding: 5px 10px;
}
.woocommerce-MyAccount-content .woocommerce-Address header {
    width: 100%;
    display: inline-block;
    padding: 0px 0px;
}
.woocommerce-MyAccount-content .woocommerce-Address header .edit {
    color: #b43336;
}
.woocommerce-MyAccount-content .woocommerce-Address header .edit:hover {
    color: #000;
}
.woocommerce .woocommerce-MyAccount-content .button {
    position: relative;
	display: inline-block;
	padding: 15px 30px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-content .button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.woocommerce .woocommerce-MyAccount-content .button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce .woocommerce-MyAccount-content .button:hover::after {
	width: 100%;
}

.woocommerce-MyAccount-content .edit-account fieldset {
	margin: 30px 0 0 0;
	width: 100%;
    display: inline-block;
}
.woocommerce-MyAccount-content .edit-account fieldset legend {
	margin: 0 0 0px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}
.woocommerce-MyAccount-content .edit-account fieldset p.form-row-wide:nth-child(2) {
    width: 100%;
	float:left;
}
.woocommerce-MyAccount-content .edit-account fieldset p.form-row-wide {
    width: 47%;
	float:left;
	clear: inherit;
}
.woocommerce-MyAccount-content .edit-account fieldset .form-row-wide:last-child {
	float:right;
}
.woocommerce-MyAccount-content .edit-account .password-input, 
.woocommerce-MyAccount-content .edit-account .password-input {
    width: 100%;
}
.woocommerce-info {
    border-top-color: #b43336;
}
.woocommerce-info::before {
	color: #b43336;
}

/*----------------- My wishlist page -----------------*/
.woocommerce .wishlist-items-wrapper tr td {
    text-align: left;
}
.woocommerce .wishlist-items-wrapper .product-name a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #b43336;
}
.woocommerce .wishlist-items-wrapper .product-name a:hover {
    color: #000;
}
.woocommerce .wishlist-items-wrapper .product-add-to-cart .add_to_cart_button {
	position: relative;
	display: inline-block;
	padding: 12px 20px;
	background-color: #b43336;
	border-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}
.woocommerce .wishlist-items-wrapper .product-add-to-cart .add_to_cart_button:hover {
	background-color: #e7b34f;
	color: #000000;
}
.woocommerce .wishlist-items-wrapper .product-add-to-cart .add_to_cart_button::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #e7b34f;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.woocommerce .wishlist-items-wrapper .product-add-to-cart .add_to_cart_button:hover::after {
	width: 100%;
}

.woocommerce .wishlist_table th {
    border: 0px solid #000;
	font-size: 16px;
}
.woocommerce a.remove {
	font-size: 1.5em;
    line-height: 29px;
    font-weight: 400;
    color: #000!important;
	font-family:Arial, Helvetica, sans-serif;
}
.woocommerce a.remove:hover {
    background-color: #b43336;
	color: #fff;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    color: #b43336;
}
.wishlist-items-wrapper .product-remove a.remove {
    line-height: 20px;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.yith-wcwl-add-to-wishlist .feedback {
    color: #fdff9c;
    font-size: 16px;
    background-color: #b43336;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    font-size: 16px;
    margin-right: 0;
	color: #fdff9c;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    color: #fdff9c;
    font-size: 16px;
    background-color: #b43336;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
    font-size: 16px;
    margin-right: 0;
	color: #fdff9c;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    font-size: 0;
}
/*---------------- Video Page -----------------*/
.video-listing{
	padding:30px 0px 30px 0px;
}
.video-listing iframe{
	width:100%;
}
.video-listing p{
	padding:0;
	margin:0;
}
.video-listing h3{
	font-weight: 600;
    color: #b43336;
	font-size:20px;
	margin-top:10px;
	margin-bottom:50px;
}
/*-----------------AWS Search -----------------*/
.aws-search-result {
    font-size: 14px;
    line-height: 16px;
}
.aws-search-result .aws_result_title {
    font-weight: 600;
    color: #b43336;
}
.aws-search-result .aws_search_more a {
    color: #fff;
    background-color: #b43336;
    font-size: 16px;
    font-weight: 600;
}
.aws-search-result .aws_search_more a:hover {
    background: #f1c773;
}
.aws-container .aws-search-form .aws-search-clear {
    color: #000000;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-multiselect {
	height: 165px;
	overflow-x: overlay;
}
.forminator-multiselect .forminator-option {
    font-size: 14px!important;
    width: fit-content;
    float: left;
    margin: 8px 5px 0 0!important;
    padding: 6px 14px!important;
    border-radius: 20px!important;
    border: 1px solid #000!important;
}
.forminator-multiselect .forminator-option:hover, .forminator-option.forminator-is_checked {
    border-color: #30f1ce!important;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-multiselect::-webkit-scrollbar {
	width: 5px;
	border-radius: 20px;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-multiselect::-webkit-scrollbar-track {
	background: #DDDDDD; 
	border-radius: 20px;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-multiselect::-webkit-scrollbar-thumb {
	background: #595959; 
	border-radius: 20px;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-multiselect::-webkit-scrollbar-thumb:hover {
	background: #30f1ce; 
	border-radius: 20px;
}