html,body{
	height: 100%;
	width: 100%;
}
/********************************************************************************
 * Custom Scrollbar
********************************************************************************/
::-webkit-scrollbar {
	width: 6px;
  }
  ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
	background: rgba(210, 210, 210, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(210, 210, 210, 0.4);
  }

.container {
	width: 90%;
}
.product-description-page .backdrop {
	background-color: rgb(234, 18, 18) !important;
  }
@media (max-width: 420px){
	.container {
		width: 96%;
	}
}
/**************************************************************************
 CSS for nav-bar
**************************************************************************/
a {
	cursor: pointer;
}
.viewport-header {
    position: relative;
    display: flex;
    top: 0;
    width: 100%;
    z-index: 99;
  }
nav {
    color: #fff;
    width: 100%;
    line-height: 80px;
}
nav, .nav-wrapper {
	height: 80px;
	box-shadow: none;
	background: #000;
}
body.homepage nav, 
body.homepage .nav-wrapper,
body.collection-template nav,
body.collection-template .nav-wrapper{
    background: rgb(0 0 0 / 35%);
}
body.transparent-nav nav, body.transparent-nav .nav-wrapper {
    background: transparent;
}
.nav-container {
	width: 92%;
}
nav ul li a {
	text-transform: uppercase;
    display: inherit;
}
nav ul li a:hover {
	color: var(--color-secondary);
	background-color: transparent;
	transition: 00.3s ease-in;
}
.nav-container .left-divider {
	border-left: 1px solid #fff;
    height: 15px;
	display: inline-block;
}
nav a.sidenav-trigger {
    display: block;
	transition: 0.5s;
}
nav a.sidenav-trigger,
nav a.sidenav-trigger i,
nav .brand-logo.center{
	color: white;
	height: 80px;
    line-height: 80px;
}

nav a.sidenav-trigger:hover {
	transform: rotate(90deg);
	transition: 0.5s;
}
nav .brand-logo {
    margin-top: 10px;
}
nav .brand-logo img {
    width: 100%;
}

.sidenav {
	background-color: #fff;
	z-index: 9999;
}
nav .sidenav-trigger {
    margin-left: 9%;
}
.sidenav .user-view {
	background-color: #080707;
	margin-bottom: 0;
    position: relative;
    padding: 23px 32px;
}
.sidenav .subheader {
	color: var(--color-primary);
    height: 42px;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.sidenav li>a {
    color: #000;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 32px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
.sidenav li>a:hover {
	color: #c38f29;
	transition: 00.3s ease-in;
	background-color: transparent;
}
.sidenav-drop-menu {
	margin-left: 12px;
	color: #f5f5f5;
}
.sidenav img {
	vertical-align: middle;
    width: 220px;
}
.sidenav-social-icons {
    margin-top: 10px;
    display: flex;
}
.sidenav-social-icons img {
	width: 20px;
	margin-left: 10%;
	margin-top: 5%;
}
.sidenav .divider {
    background: #e5e2e2;
    margin: 0;
}
/* media queries */
@media (max-width: 999px){
	nav .brand-logo {
		left: 50%;
	}
	nav .sidenav-trigger {
		position: absolute;
		top: 0;
		left: 0;
	}
	nav i, nav i.material-icons {
		color: white;
		font-size: 30px;
	}
}
@media (max-width: 820px){
	nav .brand-logo {
		left: 50%;
	}
	nav .sidenav-trigger {
		position: absolute;
		top: 0;
		left: 0;
	}
	nav i, nav i.material-icons {
		font-size: 30px;
	}
}
@media (max-width: 420px){
	nav, .nav-wrapper {
		background: #000;
	}
	nav .brand-logo {
		left: 50%;
	}
	nav .sidenav-trigger {
		position: absolute;
		left: -20px;
	}
	nav i, nav i.material-icons {
		font-size: 30px;
	}
}
/**************************************************************************
 * CSS for Carousel
**************************************************************************/
.owl-wrapper {
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.owl-slider {
	width: 100%;
	overflow-x: hidden;
	position: absolute;
	top: 0;
}
.owl-slider .owl-stage {
	display: flex;
}
.owl-slider .slide img {
	width: 100%;
}
.owl-slider .disabled {
	display: none;
}
.owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 30%;
	height: 730px;
}
.owl-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.owl-text span {
	color: #fff;
	font-size: 44px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 200px;
}
.owl-text button {
	background-color: transparent;
	border: 3px solid #afb1b4;
	border-radius: 6px;
	font-size: 30px;
	padding: 6px 48px;
	cursor: pointer;
	margin-top: 88px;
	color: #e4e4e4;
}
.owl-text button:hover {
	color: #fff;
	border: 3px solid #fff;
}
.owl-dots {
	text-align: center;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 2px;
}
.owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	border-color: transparent;
	background-color: #fff;
}
.owl-dots .owl-dot.active {
	background-color: #69728c;
	outline: 0;
}
.owl-theme .custom-nav {
	position: relative;
}
.owl-prev, .owl-next {
	position: absolute;
	height: 80px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}
.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}
.owl-prev i, .owl-next i {
	position: absolute;
    left: -12px;
    top: -280px;
    font-size: 4rem;
    color: #c9c9c9;
}
@media (max-width: 1024px){
	.owl-text span {
		font-size: 26px;
		margin-top: 120px;
	}
	.owl-slide {
		height: 350px;
	}
}
@media (max-width: 999px){
	.owl-wrapper {
		height: 215px;
	}
	.owl-text span {
		font-size: 26px;
		margin-top: 80px;
	}
	.owl-slide {
		height: 280px;
	}
}
@media (max-width: 820px){
	.owl-prev i, .owl-next i {
		top: -240px;
	}
}
@media (max-width: 420px){
	.owl-wrapper {
		height: 150px;
	}
	.owl-text span {
		font-size: 26px;
		margin-left: 5%;
		}
		.owl-slide {
		height: 210px;
	}
	.owl-stage {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.owl-prev i, .owl-next i {
		left: -14px;
		top: -230px;
		font-size: 2.4rem;
	}
	.owl-prev {
		left: 10px;
	}
	
	.owl-next {
		right: 10px;
	}
}
@media (max-width: 399px){
  .owl-text span {
    font-size: 26px;
    margin-left: 5%;
	margin-top: 30px;
	}
	.owl-slide {
		height: 210px;
	}
}
/**************************************************************************
 * CSS for homepage
**************************************************************************/
.video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
video {
    object-fit: cover;
    width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
#MuteButton {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(255,255,255,.5);
  border: none;
  color: #fff;
  z-index: 99;
  font-size: 1rem;
  border-radius: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
#MuteButton.muted::before {
    content:  '🔇';
}
#MuteButton::before {
    content:  '🔉';
}
.homepage section.categories .image-wrapper{
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.homepage section.categories .image-wrapper img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
	transition: transform .5s ease;
}
.homepage section.categories .overlay{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.overlay h4 {
	color: #fff;
  	font-size: 1.5rem;
  	font-weight: 300;
  	margin: 0;
  	padding: 11px 15px;
}
.homepage section.categories .image-wrapper:hover img{
	transform: scale(1.5);
}

@media (min-width: 992px)
{
	.homepage section.categories .last_pic{
		margin-top: 20px;
	}	
}

/**************************************************************************
 * CSS for New Homepage
**************************************************************************/
.homepage section.tagline{
	padding-bottom: 50px;
}
.homepage section.tagline h3{
	color: #666;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
}
.homepage section.categories .category_wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.homepage section.categories .category_wrapper .image{
	flex-basis: 70%;
  	flex-grow: 0;
}
.homepage section.categories .category_wrapper .content{
	color: black;
	padding-left: 30px;
}
.homepage section.categories .category_wrapper .content:hover .title{
	color: var(--color-secondary);
}
.homepage section.categories .category_wrapper .title{
	font-size: 2.5rem;
  	font-weight: 300;
  	-webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}
.homepage section.categories .category_wrapper .sub_title{
	color: #444444;
	padding-left: 2px;
}
.homepage section.about-me,
.homepage section.personalised{
	padding: 50px 0;
}
.homepage section.personalised{
	padding-bottom: 0;
}
.homepage section.about-me .default-header,
.homepage section.contact .default-header{
	text-align: center;
}
.homepage section.about-me .default-header h3,
.homepage section.contact .default-header h3{
	font-weight: 300;
}
.homepage section.about-me .profile_image {
	float: right;
	margin-left: 30px;
}
.homepage section.about-me .content h4{
	font-weight: 500;
}
.homepage section.about-me .content p{
	color: #444;
	line-height: 1.6rem;
	text-align: justify;
}
.homepage section.about-me .content .designation{
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}
.homepage section.personalised{
	text-align: center;
}
.homepage section.personalised h3{
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 10px;
}
.homepage section.personalised h3.roman{
	color: #555;
	font-family: Times;
	font-size: 2rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 30px;
}

.homepage section.contact .contact_icons{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	width: 200px;
}
.homepage section.contact .contact_icons li {
	
}

@media (max-width: 1000px){
	.homepage section.categories .category_wrapper .title{
		font-size: 2rem;
	}
	.homepage section.about-me .profile_image {
		float: none;
		margin-left: 0px;
	}
}
@media (max-width: 600px){
	.homepage section.categories .category_wrapper{
		display: block;
		margin-bottom: 70px;
	}
	.homepage section.categories .category_wrapper:last-child{
		margin-bottom: 0px;
	}
	.homepage section.categories .category_wrapper .content{
		padding-left: 0px;
		text-align: center;
	}
}
/**************************************************************************
 * CSS for Banners
**************************************************************************/
.bottom-banner {
    margin-top: 2%;
    position: relative;
}
.bottom-banner img {
    width: 100%;
    margin: auto;
}
.bottom-banner a {
    position: absolute;
    top: 50%;
    left: 46%;
    border: none;
    padding: 4px 12px;
    color: rgb(0, 0, 0, 45%);
    background-color: rgb(177, 177, 177, 45%);
}
.bottom-banner a:hover {
    color: #000;
    background-color: #efefef;
    transition: 0.4s ease;
}
@media (max-width: 820px){
	.bottom-banner a {
		top: 45%;
		left: 40%;
		color: #000;
		background-color: #fff;
	}
}
@media (max-width: 399px){
	.bottom-banner {
		margin-top: 10%;
	}
	.bottom-banner a {
		top: 42%;
		left: 28%;
		padding: 4px 12px;
		color: #000;
		background-color: #fff;
	}
}
/**************************************************************************
 * all product card CSS
**************************************************************************/
del{
	color: #666666;
}
.product_widget del{
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.85rem;
}
.product_widget .discount_percent {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.featured-products .card {
	/* border: 1px solid rgb(146, 0, 45, 0.2); */
	padding: 10px;
	width: 80%;
	margin: auto;
	/* box-shadow:
	0px 0px 1.4px -2px rgba(0, 0, 0, 0.034),
	0px 0px 3.3px -2px rgba(0, 0, 0, 0.048),
	0px 0px 6.3px -2px rgba(0, 0, 0, 0.06),
	0px 0px 11.2px -2px rgba(0, 0, 0, 0.072),
	0px 0px 20.9px -2px rgba(0, 0, 0, 0.086),
	0px 0px 50px -2px rgba(0, 0, 0, 0.12); */
	box-shadow: none;
	margin-top: 40px;
	transition: 0.5s;
}
.featured-products .card .card-action {
	padding: 12px 2px 1px 2px;
}
.featured-products .card > .card-image{
	position: relative;
	transition: 0.5s;
}
.featured-products .card > .card-image > img {
	transition: 0.5s;
}

.featured-products .card > .card-image > img.hover{
	-webkit-animation: fadeIn .8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeIn .8s; /* Firefox < 16 */
        -ms-animation: fadeIn .8s; /* Internet Explorer */
         -o-animation: fadeIn .8s; /* Opera < 12.1 */
            animation: fadeIn .8s;
}
.product-thumbnail-icons {
	text-align: center;
}
.product-thumbnail-icons span {
	font-size: 1rem;
}
.featured-products .card .card-action .product-link {
	text-align: center;
}
.featured-products .card .card-action .product-link a {
	color: #000 !important;
	display: block;
	font-size: 0.9rem;
    font-weight: 700;
	line-height: 1.2;
	height: 36px;
	margin-right: 0 !important;
}
.featured-products .card .card-action .product-link .small {
	color: #3c3c3c;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 1px;
}
.featured-products .card .card-action .product-action_btns {
	background-color: #333;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: 0.5s;
    width: 100%;
}
.featured-products .card:hover .product-action_btns{
	bottom: 0px;
}
.featured-products .card .card-action .product-action_btns a {
	margin-right: 0 !important;
	padding: 5px 0 0px 0;
}
.featured-products .card .card-action .product-action_btns a i{
	color: white;
}
.collection-heading {
    text-align: center;
    width: 90%;
    margin: auto;
}
.collection-heading h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.collection-heading p {
    font-size: 0.9rem;
    color: #757575;
}
.header-underline {
    border-bottom: 1px solid var(--color-secondary);
    width: 30px;
    height: 1px;
    margin: auto;
}
@media (max-width: 420px){
	.featured-products .card {
		width: 80%;
	}
	.featured-products .card .card-action .product-thumbnail-icons{
		/* display: flex; */
    	/* justify-content: space-between; */
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.featured-products .card .card-action {
		padding: 8px 1px;
	}
	.product-thumbnail-icons .material-icons {
		font-size: 20px;
	}
	.featured-products .card .card-action .product-link a {
		font-size: 1.2rem;
	}
	.product-thumbnail-icons span {
		font-size: 14px;
	}
}
/**************************************************************************
 * Featured product CSS
**************************************************************************/
.featured-products {
	margin-top: 4%;
	margin-bottom: 4%;
}
.default-header {
	margin-bottom: 30px;
}
.featured-products h3,
.cart-section h3, 
.login-page h3, 
.contact-us h3, 
.about-us h3,
.checkout-page h3,
.account-content h3 {
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}
/**************************************************************************
 * CSS for Product page description
**************************************************************************/
.product-description-page,
.cart-section,
.checkout-page {
	margin-top: 40px;
	margin-bottom: 40px;
}
.maroon-text {
	color: #92002d;
}
.product-img-wrapper {
	height: 600px;
	width: 100%;
	margin: 5px auto;
	margin-bottom: 100px;
	/*overflow: hidden;*/
	position: relative;
}
.product-img-wrapper .slides {
	height: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	bottom: -20%;
	left: 0;
}
.product-img-wrapper .slides > img {
	height: 70%;
	object-fit: cover;
	cursor: pointer;
	margin-right: 8px;
}
.product-img-wrapper .slides > img:hover {
	opacity: 70%;
}
.main-product-img {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 10px);
	width: 100%;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
}
.main-product-img > img {
	width: 100%;
	object-fit: cover;
}
.product-description-page hr, hr.total {
	border: none;
	border-top: 1px solid #dbaf59;
}
nav.page-crumb, nav.page-crumb .nav-wrapper {
	background-color: transparent;
	height: 18px;
    line-height: 18px;
}
nav.page-crumb .nav-wrapper .row .col {
	padding: 0 !important;
}
nav.page-crumb .breadcrumb{
	color: #7F7F7F;
	font-size: 0.8rem;
}
nav.page-crumb .breadcrumb:before {
	font-size: 12px;
	color: #7F7F7F;
}
nav.page-crumb .breadcrumb:before{
	line-height: 23px;
}
.product-description-page h3 {
	font-size: 1.8rem;
    margin: 0.67em 0;
	font-weight: 500;
	text-transform: uppercase;
}
.product-description-page p,
.product-description-page a {
	font-size: 1rem;
}
.product-details {
	display: flex;
}
p.sm-bold {
	font-weight: 500;
}
.product-details p.sm-bold, .product-details p, .product-details a {
	width: 110px;
}
.product-details del {
	color: #7F7F7F;
}
.product-page-cta {
	display: flex;
	margin-top: 4%;
	margin-bottom: 20px;
}
.add-to-bag:before {
	font-family: 'Material Icons';
    content: "shopping_cart";
    font-size: 1.2rem;
    text-transform: lowercase;
}
.add-to-bag:after {
	content: 'Add to Bag';
	text-align: center;
	vertical-align: top;
	margin-left: 0.3rem;
}
.add-to-bag.added:after {
	content: 'Go to Bag';
}
.chat-with-stylist:before {
	font-family: 'Material Icons';
    content: "chat_bubble";
    font-size: 1.2rem;
    text-transform: lowercase;
}
.chat-with-stylist:after {
	content: 'Chat with Stylist';
	text-align: center;
	vertical-align: top;
	margin-left: 0.3rem;
}
.favorite_icon.marked,
.favorite_icon.marked i{
	color: var(--color-secondary);
}
.favorite_icon:after {
    content: 'ADD TO Wishlist';
    display: inline-block;
}
.favorite_icon.marked:after {
    content: 'Remove from Wishlist';
    display: inline-block;
}
@media (max-width: 1024px){
	.product-img-wrapper {
		height: 520px;
	}
	.product-description-page, .cart-section, .checkout-page{
		margin-top: 0;
	}
	nav.page-crumb{
		display: none;
	}
	.product-img-wrapper .slides {
		overflow: auto;
		bottom: -22%;
	}
}
@media (max-width: 992px){
	.product-img-wrapper {
		height: 500px;
	}
	.product-description-page, .cart-section, .checkout-page{
		margin-top: 0;
	}
	nav.page-crumb{
		display: none;
	}
}
@media (max-width: 500px){
	.product-description-page, .cart-section, .checkout-page{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.product-img-wrapper{
		height: 540px;
	}
	.main-product-img{
		height: auto;
	}
	.product-img-wrapper .slides {
		overflow: auto;
		bottom: -18%;
	}
}
/**************************************************************************
 * CSS for cart and Wishlist
**************************************************************************/
.cart-section h3 {
	border-top: #e4e4e4;
}
.cart-details-wrapper, .empty-cart {
	width: 80%;
	margin: auto;
	position: relative;
}
.empty-cart {
	margin-bottom: 4%;
    text-align: center;
}
.empty-cart h5 {
	padding: 10px 0;
}
.cart-details-wrapper .cart_widget,
.cart-details-wrapper .wishlist_product{
	display: flex;
	margin-bottom: 20px;
}
.cart-details-wrapper .cart_widget{
	display: flex;
}
.cart-details-wrapper p, 
.checkout-page-wrapper p {
	line-height: 24px;
}
.cart-details-wrapper .cart_widget .product-pic,
.wishlist_product .product-pic{
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
}
.cart-details-wrapper .cart_widget .product-pic a{
	display: block;
	padding: 0 3px;
}
.cart-details-wrapper img {
	width: 200px;
    transition: 0.5s;
}
.wishlist_product img{
	width: 120px;
}
.cart-details-wrapper img:hover {
	transition: 0.3s;
}
.cart-details-wrapper .row {
	position: relative;
}
.cart-details-wrapper a>i {
	color: #161616;
}
.cart-details-wrapper h4,
.checkout-page-wrapper h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.cart-details-wrapper table,
.checkout-page-wrapper table {
	border: none;
}
.cart-details-wrapper table td,
.checkout-page-wrapper table td {
	padding: 10px 5px;
}
.cart-details-wrapper .wishlist_product table td{
	padding: 7px;
}
.cart-details-wrapper table tr,
.checkout-page-wrapper table td {
    border-bottom: none;
}
.cart-details-wrapper .wishlist_product .btn{
	border: 1px solid #eee;
    color: #666;
    height: 35px;
    line-height: 35px;
    font-size: 0.8rem;
}
.cart-details-wrapper .wishlist_product .btn:hover{
	background-color: white;
	border: 1px solid #000;
    color: #000;
}
.border-bottom {
	border-bottom: 1px solid rgba(0,0,0, 30%) !important;
}
.price_details {
	display: flex;
	justify-content: space-between;
}
.price_details p {
	line-height: 12px;
}
.price_details a {
	color: #92002d;
}
/* quantity selector css */
.quantity {
	display: inline-block;
}
.quantity .input-text.qty {
	width: 32px;
	height: 24px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #efefef;
}
.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}
.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}
.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 4px 8px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
}
.quantity.buttons_added .minus {
	border-right: 0;
}
.quantity.buttons_added .plus {
	border-left: 0;
}
.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #eeeeee;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}
/* quantity selector ends */
/* media query */
@media (max-width: 999px){ 
	.cart-details-wrapper img {
		  width: 50%;
	  }
  }
@media (max-width: 769px){ 
	.cart-details-wrapper .cart_widget{
		display: block;
		margin-bottom: 30px;
	}
	.cart-details-wrapper .cart_widget .product-pic{
		margin-right: 0;
		text-align: center;
	}
  }
@media (max-width: 399px){ 
  
}
/**************************************************************************
 * CSS for login page, Contact form and About us page
**************************************************************************/
.login-page{
	padding: 10% 0;
}
.login-page form{
	min-height: 320px;
	max-width: 350px;
	margin: auto;
}
.login-page .edit_number{
	position: relative;
}
.login-page .edit_number a.link{
	font-size: 0.9rem;
	position: absolute;
	right: 0;
}
.login-page .forgot-password-btn{
	display: block;
	float: right;
	font-size: 0.9rem;
    margin-top: 5px;
}
/* contact form */
.contact-us {
	width: 60%;
	margin: auto;
	margin-bottom: 4%;
	margin-top: 4%;
}
form.contact-form, form.checkout-form {
	background-color: #fff;
	padding: 8px;
}
.contact-us h4{
	font-weight: 300;
	margin-bottom: 5px;
}
.contact-us address{
	font-style: normal;
}
.contact-us .whatsapp{
	height: 100px;
	text-align: center;
}
.contact-us .whatsapp a{
	color: black;
}
.contact-us .whatsapp a img{
	width: 45px;
}
@media (max-width: 600px){
	.contact-us {
		width: 100%;
	}
}
.spacer20{
	height: 20px;
}
input.form-control {
	border: 1px solid #92002d !important;
	margin-bottom: 20px !important;
	height: 2.6rem !important;
	font-size: 14px;
	color: #3c3c3c;
	padding-left: 5px;
}

input:not([type]), 
input[type=text]:not(.browser-default), 
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default), 
input[type=url]:not(.browser-default), 
input[type=time]:not(.browser-default), 
input[type=date]:not(.browser-default), 
input[type=datetime]:not(.browser-default), 
input[type=datetime-local]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=number]:not(.browser-default), 
input[type=search]:not(.browser-default), 
textarea.materialize-textarea {
	padding-left: 6px;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid;
    box-shadow: none;
}
.contact-form label,
.checkout-form label, 
.account-content label {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 12px;
	opacity: 0.6; /* Firefox */
	color: #666;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 12px;
	color: #666;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 12px;
	color: #666;
  }
.submit-btn {
	font-size: 12px;
    color: #92002d;
    border: 1px solid #92002d;
	background-color: #fff;
    padding: 10px 12px;
    font-weight: 500;
    text-transform: uppercase;
	cursor: pointer;
}
a.go-back-btn {
	font-size: 12px;
    color: #92002d;
    border: 1px solid #92002d;
	background-color: #fff;
    padding: 9px 12px;
    font-weight: 500;
    text-transform: uppercase;
	cursor: pointer;
}
/* checkout page */
.checkout-page {
	width: 80%;
	margin: auto;
	padding: 30px 0;
}
.checkout-page-wrapper{
    width: 100%;
    margin: auto;
    position: relative;
}
.checkout-page .collapsible{
	box-shadow: none;
}
.checkout-page ul.delivery_addresses li{
	margin-bottom: 20px;
}
.checkout-page ul.delivery_addresses li .edit_btn{
	display: flex;
	justify-content: space-between;
}
.apply-coupon-row {
	display: flex;
	justify-items: center;
}
/* payment-mode modal css */
.modal.payment-method-modal h5 {
	font-size: 1.2rem;
	font-weight: 700;
}
.modal.payment-method-modal label{
	color: #000;
}
.modal.payment-method-modal a i.material-icons {
	color: #000;
}
.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 100,
	'GRAD' 0,
	'opsz' 48;
	color: #92002d;
}
.modal.payment-method-modal [type="radio"]:checked+span,
.modal.payment-method-modal [type="radio"]:not(:checked) {
	color: #92002d;
}
.modal.payment-method-modal [type="radio"]:checked+span:after, 
.modal.payment-method-modal [type="radio"].with-gap:checked+span:after {
    background-color: #92002d;
}
.modal.payment-method-modal [type="radio"].with-gap:checked+span:before {
	border: 2px solid #92002d;
}
.modal.payment-method-modal [type="radio"]:checked+span:after,
.modal.payment-method-modal [type="radio"].with-gap:checked+span:before,
.modal.payment-method-modal [type="radio"].with-gap:checked+span:after {
    border: 2px solid #92002d;
}
/* my account section */
.account-content {
	width: 90%;
	margin: auto;
}
.account-content a {
	font-size: 13px;
	color: #92002d;
	font-weight: 500;
}
.account-content p{
	font-size: 13px;
}
.account-content td, th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #eee;
}
.account-content tr {
	position: relative;
}
.account-content i.material-icons {
	float: right;
}
.myaccount-section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.myaccount-section .tabs {
	display: flex;
	flex-direction: column;
	height: auto;
}
.myaccount-section .tabs .tab{
	text-align: left;
	border: 1px solid #ddd;
}
.myaccount-section .tabs .tab a {
    color: #000;
}
.myaccount-section .tabs .tab a:hover,
.myaccount-section .tabs .tab a.active {
    background-color: transparent;
    color: #92002d;
}
.myaccount-section .tabs .indicator {
    background-color: transparent;
}
/* about us page */
.about-us{
	margin: 4% 0;
}
.about-us img.portfolio-img {
	width: 80%;
	filter: grayscale(100%);
	transition: 0.5s;
}
.about-us img.portfolio-img:hover {
	filter: grayscale(0);
	transition: 0.3s;
}
.about-us p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}
.about-us blockquote {
	border-left: 5px solid #92002d;
	color: #7F7F7F;
}
.about-us .caption p{
	font-style: italic;
	color: #7F7F7F;
}
/* media query */
@media (max-width: 420px){ 
	.about-us img.portfolio-img {
		width: 100%;
	}
	a.go-back-btn {
		display: block;
		margin-top: 10px;
	}
	.myaccount-section{
		margin-top: 20px;
	}
	.account-content {
		width: 100%;
		margin: auto;
		margin-top: 50px;
	}
	.checkout-page {
		width: 100%;
		margin: auto;
	}
	.cart-details-wrapper, .empty-cart {
		width: 90%;
	}
	.modal {
		width: 65%;
	}
}
/* processing modal css */
.modal.processingModal{
	background: transparent;
	text-align: center;
	color: #fff;
	box-shadow: none;
}
/* toast css */
#toast-container {
	bottom: 10% !important;
	top: auto;
}
.toast a {
	color: #cd8500 !important;
}
/**************************************************************************
 * CSS for footer
**************************************************************************/
footer {
	padding-top: 20px;
    color: #fff;
}
.page-footer {
	background-color: #000;
}
.footer-logo {
	margin-bottom: 20px;
	padding: 18px 0 0 0;
}
footer img {
	max-width: 300px;
	width: 100%;
}
footer ul>li>a {
    color: #afb1b4;
	font-size: 12px;
}
.page-footer a:hover {
	color: var(--color-secondary);
	transition: 00.3s ease-in;
}
footer h5 {
	font-size: 12px;
	font-weight: 600;
}
footer p{
	color: #afb1b4;
	min-height: 60px;
	font-size: 12px;
}
.footer-social-icons {
    display: flex;
    justify-content: space-between;
}
.footer-social-icons img {
    width: 24px;
}
.footer-copyright {
	background-color: #161616;
	display: flex;
	justify-content: space-between;
	height: 50px;
}
.footer-copyright {
	font-size: 0.8rem;
}
/* media queries */
@media (max-width: 600px){
	footer p {
		color: #afb1b4;
		min-height: 120px;
	}
	footer a.footer-link {
		font-size: 0.9rem;
	}
	.footer-social-icons {
	    margin: auto;
	    width: 200px;
	}
	.page-footer .footer-copyright{
		display: block;
		padding: 0;
		text-align: center;
	}
}