@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Lora', serif;
}

.container {
    max-width: 1520px !important;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #171717; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}
::selection {
  background: var(--c5);
}

/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */

/* header styling */

.sidebar-inner > ul > li:nth-child(3) > a:before {
    width: 84px !important;
}

.nav-logo {
    padding: 50px 0px 0px 56px;
}

a.actions {
	transition: all 0.3s;
}

a.actions i {
    transform: rotate(180deg);
}

.ham-burger-main span.ham-burger {
    width: 36px;
    height: 2px;
    display: inline-block;
/*     border-radius: 24px; */
    overflow: hidden;
}

.ham-burger-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

span.ham-burger.top {
    position: relative;
}

span.ham-burger.top:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 2px;
/*     border-radius: 24px; */
    transform: scaleX(0.5);
    transform-origin: left;
    transition: all 0.3s;
}

span.ham-burger.bottom {
    position: relative;
}

span.ham-burger.bottom:before {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    right: 0px;
    width: 100%;
    height: 2px;
/*     border-radius: 24px; */
    transform: scaleX(0.5);
    transform-origin: right;
    transition: all 0.3s;
}

.ham-burger-main:hover span.ham-burger.top:before,.ham-burger-main:hover span.ham-burger.bottom:before{
    transform: scaleX(1);
}

span.ham-burger.middle {
    position: relative;
}

span.ham-burger.middle:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
	
}

.nav-manu {
    text-align: end;
	padding: 0px 54px 0px 0px;
}

.video-main {
    position: relative;
    z-index: -1;
}

/* end header styling */

/* Side Bar Styling */

.sidebar-inner nav ul li ul {
    display: none;
}

.sidebar {
    position: relative;
    
}
html,body{
	overflow-x:hidden;
}

.ham-burger-main{
    transition: all 0.9s;
}
.ham-burger-main.active .ham-burger.top {
       transform: translateY(13px) rotate(45deg);
	   transition: all 0.3s;
}

.ham-burger-main.active .ham-burger.middle {
    display: none;
}
.ham-burger-main.active .ham-burger.bottom {
    transform: translatey(7px) rotate(-46deg);
	transition: all 0.3s;
}
.sidebar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 25%;
    padding: 130px 50px 100px 50px;
    background: rgba(252, 234, 234, 0.78);
    backdrop-filter: blur(10px);
    transform: translateX(100%);
	transition: all 0.5s
}

.page-template-home .sidebar-inner {
	height: 900px;
}

.sidebar-inner nav ul li {
    padding: 10px 0px;
}

.sidebar-inner ul li a {
	position: relative;
    color: #535353;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 138.889% */
    letter-spacing: 0.36px;
	overflow: hidden;
}
.sidebar-inner ul li a:before {
    content: '';
    position: absolute;
    top: 40px;
    left: -100%;
    width: 100%;
    height: 1px;
    background: #606060;
    transform: scaleX(0);
    transition: all 0.9s;
}

.sidebar-inner ul li a:hover:before {
    transform: scaleX(1);
    left: 0;
}
.sidebar-inner nav {
    text-align: center;
}
.active{
	transform:translatex(0);
	
}

/* Side Bar Styling End */

/* banner styling start */

header.header {
    position: absolute;
    width: 100%;
	z-index: 99;
}

section.main-home {
    width: 100%;
    height: 900px;
	overflow: hidden;
}

.video-main video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* end banner styling */

/* serch section styling start */

.social-icons ul {
    display: flex;
    gap: 68px;
    justify-content: flex-end;
}

.form-main input::placeholder {
    color: #000;
}

.social-icons ul li a img {
    width: 28px;
}

section.search {
    padding: 48px 0px;
}

section.search {
    padding: 48px 0px;
}

.form-main input {
    outline: none;
    border: none;
	width: 94%;
}

.form-main {
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.form-main button {
    border: none;
    background: unset;
	margin-right: 10px;
}

.form-main button i {
    font-size: 18px;
}

.social-icons ul li a:hover {
    transform: translate(0px, -8px);
}

.social-icons ul li a {
    transition: all 0.3s;
}

.sec-product-content a {
/*     text-decoration: none !important; */
}

/* serch section styling end */

/* product section styling start */

.product-image img {
    height: 400px;
    object-fit: contain;
    object-position: center;
}

.sec-product-img {
    padding: 100px;
}

.product-item {
    background-color: #fffbf3;
}

.product-item.item-color {
    background-color: #faf6f4;
}

.sec-product-img img {
    object-fit: contain;
    height: 380px;
    object-position: center;
}

.product-item.item-style {
    background: linear-gradient(180deg, #FFF6F3 0%, rgba(233, 233, 233, 0.00) 100%);
}

.sec-product.sec-product-1 {
    background-image: linear-gradient(#FFEFEF, #ffefef75);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-1:hover {
    background-image: linear-gradient(#ffefefd6, #ffefef5c);
}


.sec-product.sec-product-2 {
    background-image: linear-gradient(#F0DCDC, #e7e7e74a);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-2:hover {
    background-image: linear-gradient(#f0dcdcd6, #E7E7E700);
}

.sec-product.sec-product-3 {
    background-image: linear-gradient(#E5D3D3, #dedede2e);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-3:hover {
    background-image: linear-gradient(#e5d3d3d6, #DEDEDE00);
}

.sec-product.sec-product-4 {
    background-image: linear-gradient(#FFEFEF, #ffefef7a);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-4:hover {
    background-image: linear-gradient(#ffefefd6, #FFEFEF00);
}

.sec-product.sec-product-5 {
    background-image: linear-gradient(#F0DCDC, #e7e7e752);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-5:hover {
    background-image: linear-gradient(#f0dcdcd4, #E7E7E700);
}

.sec-product.sec-product-6 {
    background-image: linear-gradient(#E5D3D3, #dedede45);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-6:hover {
    background-image:linear-gradient(#e5d3d3d4, #DEDEDE00);
}

.sec-product.sec-product-7 {
    background-image: linear-gradient(#FFEFEF, #ffefef6e);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-7:hover {
    background-image: linear-gradient(#ffefefdb, #FFEFEF00);
}


.sec-product.sec-product-8 {
    background-image: linear-gradient(#F0DCDC, #e7e7e74d);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-8:hover {
    background-image: linear-gradient(#f0dcdcd6, #E7E7E700);
}

.sec-product.sec-product-9 {
    background-image: linear-gradient(#E5D3D3, #dedede2b);
	transition: all 0.3s ease-in-out;
}

.sec-product.sec-product-9:hover {
    background-image: linear-gradient(#e5d3d3d9, #DEDEDE00);
}

.sec-product {
    position: relative;
}

.sec-product-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 50px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.sec-product:hover .sec-product-content {
    visibility: visible;
	opacity: 1;
}

.product-content h4 {
    padding: 20px 0px 0px 54px;
    color: #67888B;
    font-size: 64px;
    font-weight: 700;
	letter-spacing: 1.92px;
}

.sec-product-content h4 {
    color: #45646B;
    font-size: 24px;
    font-weight: 600;
}

.sec-product-content a {
    color: #45646B;
	font-family: 'Poppins', sans-serif;
	overflow: hidden;
	position: relative;

}
.sec-product-content a~:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    background: #45646B;
    transition: all 0.9s;
}

.sec-product-content a:hover:before {
    left: 0;
    transform: scaleX(1);
}

.story-content h4 {
    color: #151515;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 1.92px;
    line-height: 2;
}

.story-content p {
    color: #151515;
    font-size: 24px;
    font-weight: 380;
    line-height: 38px;
    letter-spacing: 0.24px;
}

.story-content-main {
    padding: 0px 138px;
}

.product-btn {
    text-align: right;
    padding: 15px 35px;
}

.product-btn a {
    color: #236773;
	font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.72px;
/*     text-decoration-line: underline !important; */
	overflow: hidden;
	position: relative;
	
}
.product-btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: #236773;
    transform: scaleX(0);
    transition: all 0.9s;
}

.product-btn a:hover:before {
    transform: scaleX(1);
    left: 0;
}

form.short-list-form {
    width: 147px;
    border: 2px solid #637B7F;
/*     padding: 10px 22px; */
}

/* product section styling end */

/* footer styling start */

footer.footer {
    background-color: #45646B;
    padding: 30px 0px;
}

.footer-logo img {
    width: 240px;
	margin: 0 auto;
}

.logo-main {
    text-align: center;
	border-bottom: 2px solid #bebebe;
    margin-bottom: 20px;
    padding-bottom: 10px; 
}


.footer .logo-main p {
    color: #fff;
}

.other-links a {
    color: #fff;
	letter-spacing: 0.2px
}

.other-link-1 {
    text-align: left;
}

.other-link-2 {
    text-align: center;
}

.other-links-3 {
    text-align: right;
}

.other-links a i {
    padding-right: 10px;
}

.other-links {
    padding-top: 10px;
}
.ham-burger-main.active span.ham-burger.top:before, .ham-burger-main.active span.ham-burger.bottom:before{
    transform: scaleX(1);
}
/* footer styling end */


/* INNER PAGES STYLINGS START FROM HERE */

/* about page styling */

section.about {
    position: relative;
    height: 100%;
    background-color: rgba(255, 237, 237, 1);
}

section.about:before {
    position: absolute;
    content: '';
    background-image: url(http://glas.mavoctechnologies.com/wp-content/uploads/2023/09/hunters-race-MYbhN8KaaEc-unsplash-1.png);
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-content p {
    color: #151515;
    font-family: Lora;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 208.333% */
    letter-spacing: 0.24px;
}

.about-content h4 {
    color: #151515;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.92px;
}

.about-content {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18.5px);
    padding: 40px;
    margin: 160px 0px 240px 0px;
}
body.page-template-About header span.ham-burger:before {
    background-color: #606060;
}
/* body.page-template-About .sidebar.sidebar-inner {
    height: 100vh;
} */

/* end */

/* contact us page styling */

section.contact {
    position: relative;
    background-color: #FFEDED;
    z-index: 1;
}

section.contact:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.contact-map {
    position: relative;
}

/* body.page-template-Contact header {
    position: relative;
    z-index: 99;
} */

.contact-map iframe {
	width: 100%;
    height: 700px;
    margin-top: 120px;
}

.form {
    margin-top: 34%;
	margin-bottom: 20%
}

.form-title h2 {
    color: var(--black, #000);
    font-family: Poppins;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.form-title h2 span {
    color: #FFBCCA;
    font-family: Poppins;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-title p {
    color: #000;
    font-family: Lora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 171.429% */
    letter-spacing: 0.14px;
    margin-bottom: 50px;
}

.main-form form input {
    border: unset;
    border-bottom: 0.5px solid #535252;
    outline: none;
	width: 100%;
	background-color: transparent;
}

.dropdwon select {
    width: 100%;
    border: unset;
    border-bottom: 0.5px solid #535252;
    padding: 10px 15px;
    font-family: 'Poppins';
	background-color: transparent;
	outline: none;
}

.dropdwon {
    margin-bottom: 30px;
}

.input-style {
    margin-bottom: 30px;
}

.input-style input {
    padding: 10px 15px;
    font-family: 'Poppins';
}

input.btn {
    background-color: #000;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    border-radius: unset;
    padding: 10px 0px;
    border: unset;
}
.sidebar {
    z-index: 99 !important;
}
.sidebar-inner {
    z-index: 999 !important;
}
body.page-template-Contact header span.ham-burger:before {
    background-color: #606060;
}

.social-contact-icon img {
    width: 22px;
}

.social-contact {
    display: flex;
    align-items: center;
    /* gap: 42px; */
    margin-top: 28px;
}

.social-contacts {
    /* margin: 0px 37px 0px 10px; */
}

.social-contacts {
    width: 139px;
    padding-left: 12px;
}

.social-contacts h6 {
    color: var(--black, #000);
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.26px;
}

.social-contacts a {
    color: #D27D77;
    font-family: 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.main-form form input[type="submit"] {
    background: #000;
	padding: 10px 0px;
	color: #fff;
}

.main-form form input[type="submit"]:hover {
    color: #fff;
}
body.page-template-Product header {
    position: relative;
    z-index: 99;
}
/* body.page-template-Contact .sidebar.sidebar-inner {
    height: 100vh;
} */

/* end */

/* product page styling */

/* body.page-template-Product header {
    position: unset;
} */

section.shorlist {
    padding: 28px 0px;
    background: #EFEAEA;
/*     margin-top: 8%; */
}

.short-list {
    display: flex;
    justify-content: flex-end;
	display: none;
}

.select-category form.category-form select {
    width: 60%;
    border: unset;
    background: transparent;
    border-bottom: 3px solid #637B7F;
    padding: 7px 0px;
    color: #637B7F;
	font-weight: 500;
	outline: none;
}

.short-list form.short-list-form select {
    background: transparent;
    color: #637B7F;
    padding: 20px 30px 20px 20px;
/*     border: 2px solid #637B7F; */
	list-style: none;
	font-family: 'Poppins';
    font-weight: 500;
	outline: none;
	border: unset;
}

body.page-template-Product header span.ham-burger:before {
    background: #606060;
}

/* end */

/* single page styling start */

section.single-page {
/*     background-image: linear-gradient(#FAF2F2 4.16%, rgba(250, 242, 242, 0.00) 95.82%); */
		height: 100vh;
	    display: flex;
    	flex-direction: column;
    	justify-content: center;
		position: relative;
	}
.alert {
	padding: 0;
	margin: 0;
	background-color: transparent !important;
	border: unset;
}
body.single-product header {
    	display: none;
	}

body.single-product footer {
    	display: none;
	}

.single-main-content h2 {
    color: #151515;
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.92px;
}

.single-main-content h4 {
    color: #151515;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.96px;
}

.single-main-content p {
    color: #151515;
    font-family: Lora;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 208.333% */
    letter-spacing: 0.24px;
	padding-right: 60px;
}

.cart-btn p {
    color: #D27D77;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: unset;
    padding-right: 48px;
}

.cart-btn a {
	position: relative;
    color: #236773;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}

.cart-btn a:before {
    content: '\f07a';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 4px;
    left: -26px;
}
.cart-btn {
    display: flex;
    align-items: center;
	margin-top: 14px;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
/* 	body.page-template-Product.sidebar.sidebar-inner {
    height: 100vh;
	} */
} 
/* end */

/* cart page styling */

p.return-to-shop a.button {
    display: none !important;
}

body.page-id-77 header.header {
/*     position: unset !important; */
/* 	background-color: #606060; */
}

.main {
    margin-top: 12%;
}

body.page-id-77 header span.ham-burger:before {
    background: #606060;
}

body.woocommerce-cart section {
	position: relative;
    height: 100%;
}
body.woocommerce-cart section:before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 237 237);
    z-index: -1;
}

body.woocommerce-checkout section {
	position: relative;
    
}
body.woocommerce-checkout section:before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 237 237);
    z-index: -1;
}

body.woocommerce-checkout header {
/* 	border-bottom: 2px solid #606060; */
}

.cart-check-btn a {
    background: transparent;
    color: #236773;
    font-family: 'Poppins';
	font-size: 20px;
    font-weight: 400;
	padding-left: 28px;
	transition: all 0.3s;
}
.cart-check-btn a:hover {
/*     background-color: #000;
    color: #fff;
    border-color: #000; */
}
.alt-message p {
    padding-top: 24px;
}

.single-main-image img {
    width: 330px;
    height: 330px;
    margin: 0 auto;
}

.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background-color: transparent;
    color: #637B7F;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 500;
	padding: unset;
	position: relative;
/*     border: 2px solid #637B7F; */
	transition: all 0.5s;
}
.woocommerce-message {
    background-color: #45646b !important;
	border-top-color: #45646b !important;
	color: #fff;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    background: #637B7F;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transition: all 0.5s;
}
.wc-proceed-to-checkout {
    overflow: hidden;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover:before {
    left: 0;
    transform: scaleX(1);
}
.cart_totals h2 {
    color: #637B7F;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

table.shop_table thead tr th {font-family: Poppins;/* font-weight: 500; *//* font-size: 16px; */}

table.shop_table tbody tr td a {
    font-family: lora;
}

tr.cart-subtotal th {
    font-family: poppins;
}

tr.order-total th {
    font-family: poppins;
}

td.product-name a {
    color: #67888B;
}
.coupon {
    display: none;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
body.theme-customtheme header span.ham-burger:before {
    background-color: #606060;
}

.cart-check-btn a:before {
    display: none;
}

.woocommerce .quantity .qty {
    background-color: transparent;
    border: unset;
}

span.select2-selection {
    background: transparent !important;
    border: unset !important;
    border-bottom: 1px solid #606060 !important;
    border-radius: unset !important;
}

textarea.input-text {
    background: transparent;
    border: unset;
    border-bottom: 1px solid #606060;
}
button#place_order {
    background: transparent;
    color: #606060;
    overflow: hidden;
    position: relative;
	transition: all 0.9s;
}

button#place_order:hover {
	color: #000;
}

button#place_order:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 72%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transition: all 0.9s;
}

button#place_order:hover:before {
    left: 15%;
    transform: scaleX(1);
}

/* end */

/* checkout page styling */

p.form-row label {
    font-family: 'Poppins';
}

p.form-row label span {
    font-family: 'Poppins';
}

span#select2-billing_country-container {
    font-family: 'Poppins';
}
span.woocommerce-input-wrapper input {
    font-family: 'Poppins';
}

span#select2-billing_state-container {
    font-family: 'Poppins';
}

span#select2-billing_country-container {
    /* border: none !important; */
    font-size: 14px;
    opacity: 1;
}

span.selection {
    border: unset !important;
}

input#billing_address_1::placeholder {
    font-size: 14px;
    opacity: 1;
}

input#billing_address_2::placeholder {
    font-size: 14px;
    opacity: 1;
}

span#select2-billing_state-container {
    font-size: 14px;
    opacity: 1;
}

h3#order_review_heading {
    margin-top: 20px;
}

input#billing_email {
    font-size: 14px;
    opacity: 0.5;
}

textarea#order_comments::placeholder {
    font-size: 14px;
    opacity: 1;
}

input.input-text {
    border: unset !important;
    border-bottom: 1px solid #606060 !important;
	background: transparent;
}

div#payment {
    margin-bottom: 50px;
}

.woocommerce-billing-fields__field-wrapper label {
    margin-top: 12px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: unset;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: unset;
}

.woocommerce-info {
	border-color: #637B7F !important;
/* 	color; #637B7F; */
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border-color: #637B7F !important;
}

/* end */

/* modal styling */

button.btn.btn-primary {
    display: none;
}

.modal-header {
    display: none;
}

.modal-footer {
    display: none;
}

.modal-body {
    padding: 0;
    background-image: linear-gradient(#FAF2F2 4.16%, rgba(250, 242, 242, 0.00) 95.82%);
    height: 100vh !important;
}
.modal-body {
    position: relative;
}

button.btn-close {
    position: absolute;
    top: 40px;
    right: 64px;
    font-size: 33px; 
	z-index: 99;
}
.single-main-image img {
    object-fit: contain;
}
button.btn-close {
    z-index: 99;
}

/* end */

/* slick arrow styling */

.slick-arrow {
	z-index: 99;
	cursor: pointer;
/*     width: 50px; */
    /* font-size: 52px; */
}

.slick-prev {
    position: absolute;
    top: 45%;
    left: 0;
}

.slick-next {
    position: absolute;
    top: 45%;
    right: 0;
}

.slick-arrow i {
    font-size: 55px;
    font-weight: 300;
    color: #3E7883CC;
}


/* end */



/* Woocomerce */
.woocommerce-notices-wrapper {
    margin-top: 10rem;
}