/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');
body {
	font-size: 15px;
	font-family: 'Libre Baskerville', serif;
	line-height: 32px;
	color: #000;
}

h1, h2, h3, h4, h5 {
	font-family: "tenez",sans-serif;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 72px; line-height: 80px; letter-spacing: -1px;
}
h2 {
	font-size: 56px; line-height: 64px;	
}
h3 {
	font-size: 40px; line-height: 48px; letter-spacing: 0;
}
h4 {
	font-size: 32px; line-height: 40px; letter-spacing: 0.033em;	
}
h5 {
	font-size: 24px; line-height: 32px; letter-spacing: 0.025em;
}
@media (max-width: 1024px){
	h1{font-size: 38px; line-height: 40px; letter-spacing: -0.052em}
	h2{font-size: 32px;line-height: 1;}
	h3{font-size: 28px;line-height: 32px;}
	h4{font-size: 24px;line-height: 32px; letter-spacing: 0.025em}
	h5{font-size: 20px;line-height: 24px; letter-spacing: 0.021em}
}

/*Heading style 2 start*/
h1.elementor-heading-title span, h2.elementor-heading-title span, h3.elementor-heading-title span, h4.elementor-heading-title span, h5.elementor-heading-title span {
	font-family: "proxima-nova";
	font-weight: 500;
}
h1.elementor-heading-title span {
	font-size: 72px;
	line-height: 64px;
}
h2.elementor-heading-title span {
	font-size: 56px;
	line-height: 64px;
}
h3.elementor-heading-title span {
	font-size: 40px;
	line-height: 48px;
}
h4.elementor-heading-title span {
	font-size: 32px;
	line-height: 40px;
}
h5.elementor-heading-title span {
	font-size: 24px;
	line-height: 32px;
}
/*Heading style 2 end*/

.bg-orange{ background: #FF7F41 }
.bg-blue{ background: #003087 }
.text-orange {color: #FF7F41; }
.text-blue { color: #003087; }

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.mw-700{ max-width: 700px;}
.mw-500{ max-width: 500px;}
.mw-425{ max-width: 425px;}
.col-max-500  .elementor-widget-wrap { max-width: 500px; }
.col-max-750  .elementor-widget-wrap { max-width: 750px; }

.elementor-widget-text-editor p:first-child {margin-top: 0;}

@keyframes fadeIn{
	from{
		opacity:0;
		transform: translateY(2rem);
		}
	to{
		opacity:1; 
		transform: translateY(0);
	}
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.marketing-banner {
	width: 100%;
	background: #FF7F41;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family:"proxima-nova";
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
  	position: relative;
  	transition: opacity .15s linear;
}

.marketing-banner .close {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	color: #fff;
	margin-top: -12px;
	font-size: 19px;
	cursor: pointer;
}
.marketing-banner .close:hover {
	color:  #D06539;
}
.site-header {
	display: flex;
	align-items: flex-end;
	padding: 20px;
}

.main-navigation,
.site-branding,.menu-right {
	width: 33.33%;
}
.site-branding {
	text-align: center;
	padding: 0 20px;
}
.site-branding img { max-width: 240px; }
.menu-right {text-align: right;}

.menu-right a {
	color: #003087;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.02em;
	font-family:"proxima-nova";
}

.menu-right a:hover {
	text-decoration: none;
	color: #FF7F41;
}

.menu-right .icon-bag {
	display: none;
}

.menu-right a span.count {
	color: #FF7F41;
	font-size: 17px;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
	background: #003087;
	color: #fff;
}

.site-footer a,
.site-footer a:visited {
	color: #fff;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active{
	text-decoration: none;
	color: #FF7F41;
}

.site-footer .footer-menu {
	padding: 70px 0 50px;
}

.site-footer .widget-title {
	margin: 0 0 30px;
	display: none;
}

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

.site-footer ul li {
	font-family:"proxima-nova";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.075em;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}
.site-footer .social ul li a:after {
	content: "\e901";
	font-family: 'immersa-icon';
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.site-footer .site-info {
	border-top: 2px solid rgba(255,255,255,0.3);
	padding: 20px 0;
}

.site-footer .site-info .widget{
	margin: 0;
}

.copyright {
	color: #DEDEDE;
	font-size: 14px;
	font-family:"proxima-nova";
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}

.payment-logos {
	text-align: right;
}


/*--------------------------------------------------------------
## HOME PAGE
--------------------------------------------------------------*/
.hero-banner .elementor-widget-heading {
	color: #003087;
	max-width: 700px;
	margin: 0 auto 30px;
	
}
.hero-banner .elementor-widget-heading  h1 {letter-spacing: 0;}
.content-col h2 {
	font: 500 48px/56px "proxima-nova";
	letter-spacing: 0;
}
@media (max-width: 1024px){
	.content-col h2 { font-size: 32px; line-height: 1.2; }
}

body:not(.elementor-editor-active) .watermark-img-left.elementor-widget {
	position: absolute;
	bottom: -48%;
	z-index: 1;
}

.product-grid-view {
	z-index: 2;
	position: relative;
}

.product-grid-view .product-box {
	padding: 15px;
}

.product-grid-view .product-box .product-image {
	position: relative;
	overflow: hidden;
}

.product-grid-view .product-box .product-image img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: 0.3s all ease;
}

.product-grid-view .product-box .product-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	opacity: 0;
    visibility: hidden;
    pointer-events: none;
	transition: all 0.3s ease;
}
.product-grid-view .product-box .product-image:hover .product-overlay {
	opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding-top: 0;   
}
.product-grid-view .product-box .product-image:hover img {
	transform: scale(1.1);
}

.product-grid-view .product-box .product-overlay-content {
	transform: translateY(10%);
    width: 80%;
    max-height: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: 0.3s all ease;
}
.product-overlay .button.loading:after {
	content: "";
	background: url(../images/loader.gif) no-repeat;	
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background-size: 100%;
}
.product-overlay .immersa-loop-view-cart {
	color: #fff;
	font-size: 18px;
	margin-top: 35px;
	display: inline-block;
}

.product-grid-view .product-box .product-image:hover .product-overlay .product-overlay-content {
	transform: translateY(0);
}

.product-grid-view .product-box .product-overlay .price {
	font: 500 24px/30px 'proxima-nova';
	width: 100%;
	text-align: center;
	margin: 10px 0 50px;
}

.product-grid-view .product-box .product-title {
	text-align: center; font-size: 18px; line-height: 30px;
}
.product-grid-view .product-box .product-title a { color: #000; }
.product-grid-view .product-box .product-title a:hover {color: #FF7F41; text-decoration: none;}


.goodness-list  {padding: 10px 0 40px;}
.goodness-list .elementor-col-33 { width: auto !important; min-width: 200px;}
.goodness-list .elementor-image-box-img {  min-width: 64px; max-width: 64px;}
.elementor-image-box-img img {display:block;}
.goodness-list .elementor-image-box-content { margin-right: 20px; }
.goodness-list .elementor-image-box-title {
	margin: 0;
	font: 500 24px/32px 'proxima-nova';	
	color: #003087;
	letter-spacing: 0.033em;
}
.section-title { max-width: 92%; margin: 0 auto}
.orange-box {
	background:  #FF7F41;
	color: #fff;
	margin: 6% 0 0 -8%;
	padding: 6%;	
}
.subscription-section {
	background: #f2efeb;
	padding: 4% 3%;
	text-align: center;
}
.subscription-section h3 { color: #003087; font-size: 48px; margin: 0; }

.subscription-form label{ 
	font-size: 0;
}
.subscription-form form {
	max-width: 495px;
	margin: -10px auto 0;
	position: relative;
}
.subscription-form .es_txt_email {
	background: transparent;
	border: none;
	border-bottom: 2px solid #003087;
	width: 100%;
	border-radius: 0;
	font: 18px/30px 'proxima-nova';
	color: #5C5857;
}
.subscription-form .es_txt_email:focus {
	box-shadow: none;
}

.subscription-form .es_submit_button {
	background: url(../images/arrow.svg) no-repeat;
	width: 32px;
	height: 32px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	border: none;
	position: absolute;
	right: 0;
	bottom: 5px;
	transform: translateX(0);
	transition: transform 0.5s;
}

.subscription-form .es_submit_button:hover {
	background: url(../images/arrow.svg) no-repeat;
	transform: translateX(10px);
}


/*-------------------------------------------
# ABOUT PAGE
---------------------------------------------*/
.content-slider-section h4 { color: #003087; margin-bottom: 0; }

.elementor-accordion .elementor-accordion-item {
	border: none;
	border-bottom: 1px solid #B9B7B5;
}
.elementor-accordion .elementor-tab-title {padding: 12px 10px;}
.elementor-widget-accordion .elementor-tab-title a {
	color: #000;
	font: 500 18px/30px 'proxima-nova';
}
.elementor-widget-accordion .elementor-tab-title a:focus,
.elementor-widget-accordion .elementor-tab-title a:hover {
	text-decoration: none;
	color: #003087;
}
.elementor-accordion .elementor-tab-content {   
    padding: 12px 10px;
    border-top: none;
}

.error-404 {
	background: url(../images/Immersa25100.jpg) no-repeat 84% 0;
	background-size: cover;
	padding: 5% 8%;
}

.error-404 h1 {
	font-size: 190px;
	letter-spacing: 0;
	color: #FF7F41;
	margin: 0;
	line-height: 1;
}

.error-404 h2 { 
	font: 40px/48px 'proxima-nova';
	color: #003087; 
	margin-bottom: 0;
	max-width: 400px;
}
.error-404 p {
	font-size: 24px;
	margin-bottom: 10px;
}

.error-404 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.error-404 ul a,
.error-404 ul a:visited {
	color: #003087;
}


/*changes (12-09-2019)*/
.goodness-list .elementor-image-box-title {
	line-height: 65px;
}
.eapps-instagram-feed-posts-view.eui-slider-slide {
	padding: 0 !important;
}
.site-footer .site-info .payment-logos .widget {
    height: 24px;
    line-height: 24px;
    margin: 5px 15px;
    display: inline-block;
}
.payment-logos .widget img {
    width: auto;
    height: 100% !important;
}
.elementor-element.exfoliate-section {
	background-position: right 37% !important;
}


/*-------------------------------------------
# BLOG PAGE
---------------------------------------------*/
.blog-container {
	max-width: 940px;
	margin: 0 auto;
}
.blog-container .page-title {
	color: #FF7F41;
	font: 56px/64px "proxima-nova";
}
.blog-container .post-content {
	max-width: 695px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.blog-container .post-content h2 {
	margin: 20px 0 0;
}
.blog-container .post-content h2 a {
	color: #003087;
}
.blog-container .post-content h2 a:hover {
	color: #FF7F41;
}
.blog-container .read-more {
	display: inline-block;
}
.read-more:hover {
	text-decoration: none;
	color: #D06539;
}
.blog-container .read-more:active,
.blog-container .read-more:visited {
	color: #FF7F41;
}
.read-more i{
	font-weight: bold;
	margin-right: 5px;
}

.custom-pagination {
	margin-bottom: 80px;
	text-align: center;
	color: #b7b7b7;
}

.custom-pagination .page-numbers:visited,
.custom-pagination .page-numbers {
	color: #b7b7b7;
	font-size: 18px;
	font-family: "proxima-nova";
	padding: 2px;
	margin: 0 3px;
}
.custom-pagination .page-numbers:hover,
.custom-pagination .page-numbers:focus {
	color: #888893;
	text-decoration: none;
}

.custom-pagination .page-numbers.current {
	color: #FF7F41;
}

.custom-pagination .page-numbers.next,
.custom-pagination .page-numbers.prev {
	font-size: 25px;
	vertical-align: top;
}

.single .banner {
	height: 480px;
	background-position: 0 30%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.single-container {
	max-width: 965px;
	margin: 0 auto;
	padding: 20px 20px 60px;
}

.single-container h2,h3,h4,h5 {
	color: #003087;
	margin: 1em 0 0.5em;
}

.single-container .title {
	color: #003087;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-container blockquote {
	color: #FF7F41;
	font: 32px/40px "tenez",sans-serif;
	text-align: center;
	margin: 0 3.5em;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;
}

.single-container figure {
	margin: 2em 0;
}
.wp-block-image figcaption {
	text-align: left;
	font: 14px/20px "proxima-nova";
	color: #33333A;
}


/*-------------------------------------------
# Media Query
---------------------------------------------*/
@media screen and (min-width: 1921px) {
	.col-img-left .elementor-image { text-align: right; }
	.goodness-img-col .elementor-column-wrap {background-position: top right !important;}
	.product-grid-view {max-width: 1620px;margin: 0 auto;}
}
@media screen and (max-width: 1599px){
	body:not(.elementor-editor-active) .watermark-img-left.elementor-widget {  bottom: -39%;}
}
@media screen and (max-width: 1399px){
	body:not(.elementor-editor-active) .watermark-img-left.elementor-widget {  bottom: -34%;}
}

@media screen and (max-width: 1280px){
	.goodness-section {background-size: auto 100%; background-position: 107% center !important}
	.site-branding img { max-width: 220px; }
	.site-branding {width: 28%;}
	.main-navigation {width: 36%;}
	.menu-right { width: 36%; }
	.main-navigation .menu > li + li { margin-left: 15px;}
	.main-navigation li { font-size: 16px; }
	.menu-right a { font-size: 18px; }
	.site-header { padding: 15px; }
	.orange-box { padding: 5%; }
}

@media screen and (max-width: 1199px){
	.site-footer .footer-menu { width: 28%; }
	.site-footer .footer-menu:first-child,
	.site-footer .footer-menu:nth-child(3) {width: 22%;}
	body:not(.elementor-editor-active) .watermark-img-left.elementor-widget { bottom: -17%; }
}

@media screen and (max-width: 1024px){
	.site-header { align-items: center; }
	.marketing-banner { font-size: 15px; }
	.menu-right { position: relative;}
	.menu-right .icon-bag {	display: block; font-size: 32px;}
	.menu-right .text {display: none;}
	.menu-right a span.count { background: #FF7F41; color: #fff; font-size:10px; border-radius: 50%;  width: 15px;height: 15px; position: absolute; top:31%; right: 0; line-height: 16px; text-align: center; }
    .site-branding img { max-width: 180px; }
	body.nav-active{overflow: hidden;}
	.nav-active:after {content: "";background: rgba(0,0,0,0.5);position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
	.hero-banner .elementor-widget-heading h1 {max-width: 350px;margin: 0 auto;	}
	.product-grid-view .product-box {padding: 10px;}
	.exfoliate-section,
	.goodness-section { background-image: none !important;}
	.goodness-list .elementor-col-33 { width: 33.33% !important; margin: 10px 0;}
	.goodness-list  .elementor-image-box-img { width: 100%; text-align: center; }
	.goodness-list .elementor-image-box-img img {  display: inline-block;}
	.goodness-list .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper { flex-direction: column; }
	.goodness-list .elementor-image-box-title { text-align: center; }
	.section-title { max-width: 500px;}
	.exfoliate-section .elementor-widget-text-editor { max-width: 500px; margin: 0 auto; }
	.orange-box { width: 56% !important; padding: 20px; }
	.eapps-instagram-feed { max-width: 550px;  margin: 0 auto !important;}
	.subscription-section h3 { font-size: 32px; letter-spacing: 0; }
	.site-footer .footer-menu { width: 28%; }
	.site-footer .footer-menu:first-child,
	.site-footer .footer-menu:nth-child(3) {width: 22%;}
	.site-footer .widget-title { font-size: 30px; margin-bottom: 20px; }
	.eapps-instagram-feed {min-width: 100% !important;}
	.blog-container {padding: 0 20px;}
	.blog-container .page-title {font-size: 32px; line-height: 40px;}
	.blog-container .post-content { padding: 0 20px 50px; }
	.single .banner { height: 400px; background-position: center;}
	.single-container {padding: 10px 20px 30px}
	.single-container blockquote { margin: 0 1.5em; }
	.site-footer .site-info .payment-logos .widget { margin: 5px 9px; }

}

@media screen and (max-width: 767px){
	.site-header { padding: 0 15px; align-items: center; }
	#primary-menu { display: none; }
	.marketing-banner { font-size: 12px; }
	.marketing-banner .close{font-size: 16px; margin-top: -9px;}
	.menu-right { position: relative;  width: 40px;}	
    .main-navigation { width: 40px; }
	.site-branding { padding: 10px; width: calc(100% - 80px); }
	.hero-banner {/*background-image: url(../images/Immersa25576-small.jpg) !important;*/padding: 0 10px;	}
	.hero-banner .elementor-widget-heading h1 {max-width: 65%;margin: 0;}
	.product-grid-view .elementor-col-33 { width: 50%; }
	.product-grid-view .product-box {padding: 8px;}
	.product-grid-view .product-box .product-title { font-size: 16px; }
	.goodness-img-col .elementor-column-wrap {background-image: none !important;}
	.goodness-section:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #fcfcfc; /* Old browsers */
		background: -moz-linear-gradient(top, #fcfcfc 0%, #f7f7f7 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fcfcfc 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fcfcfc 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 );
	}
	.goodness-list .elementor-col-33 { width: 100% !important; margin: 10px 0;}
	.orange-box {margin: 0; width: 100% !important;}	
	.section-title { max-width: 100%; }
	.exfoliate-section .elementor-widget-text-editor { max-width: 100%; margin: 0; }
	.site-footer .footer-menu { width: 55%; padding: 30px 0 0; }
	.site-footer .footer-menu:first-child,
	.site-footer .footer-menu:nth-child(3) {width: 45%;}
	.site-footer .widget-title { margin-bottom: 15px; letter-spacing: 0; font-size: 24px; }
	.footer-menu-container { padding-bottom: 20px; }
	.copyright { order: 2; }
	.payment-logos { order: 1; text-align: left; }	
	.subscription-section {padding: 50px 20px 35px;}
	.subscription-form .es_txt_email { font-size: 20px; line-height: 30px; }
	.error-404 { padding: 40px 20px;}
	.error-404 h1 {font-size: 10em;}
	.error-404 h2 {font-size: 32px; line-height: 40px;}
	.error-404 p { font-size: 20px;}
	/*changes (12-09-2019)*/
	.elementor-widget.margin-0, .elementor-widget.margin-0 p {margin-bottom: 0;}
	.btn-bordered-mg {margin-top: 20px;margin-bottom: 30px;}
	.product-grid-view .product-box .product-title {margin-bottom: 50px;}
	.goodness-list {padding-bottom: 0;}
	.goodness-list .elementor-image-box-title {line-height: normal;}
	.mt-20 {margin-top: 20px;}
	.goodness-mobile-cls {background-image: none !important;}
	.full-mw {max-width: 100%;}
	/*changes (13-09-2019)*/
	.img-left-pd {
		padding-left: 35%;
	}

	.blog-container {padding: 0 20px;}
	.blog-container .page-title {font-size: 32px; line-height: 40px;}
	.blog-container .post-content { padding: 0 12px 40px; }
	.blog-container .post-content h2 { margin-top: 10px; }
	.custom-pagination { margin-bottom: 50px; }
	.single .banner { height: 288px; background-position: center; margin-top: 10px;}
	.single-container {padding: 10px 20px 30px}
	.single-container blockquote { margin: 0; }

	/*h2 style*/
	h1.elementor-heading-title span {font-size: 38px;line-height: 40px;}
	h2.elementor-heading-title span {font-size: 32px;line-height: 40px;}
	h3.elementor-heading-title span {font-size: 28px;line-height: 32px;}
	h4.elementor-heading-title span {font-size: 24px;line-height: 32px;}
	h5.elementor-heading-title span {font-size: 20px;line-height: 24px;}
}

@media screen and (max-width: 579px){
	.product-grid-view .elementor-col-33 { width: 100%; }
	.product-grid-view .product-box {padding: 0;}
	.hero-banner .elementor-widget-heading h1 {max-width: 322px;}
	.error-404 h1 {font-size: 6em;}	
}

@media screen and (max-width: 479px){
	.site-footer .site-info .payment-logos .widget {margin:  5px 7px; vertical-align: middle;}
	.payment-logos .widget img { max-height: 19px; }
}


input.minicart.minus, input.minicart.plus {
    padding: 2px;
    line-height: 1;
}
input.input-text.mc-qty.text {
    width: 30%;
}

/*changes (11-10-2019)*/
.logged-in #mobile-menu {
	top: 35px;
}
.product-section .product-overlay-content .attribute {
	display: none;
}
.subscription-section .es_subscription_message.success {
	max-width: 765px;
	color: #000;
	display: inline-block;
}
.subscription-form .es_submit_button:focus {
	background: url(../images/arrow.svg) no-repeat !important;
}
.elementor-widget-accordion .elementor-tab-title a {
	font-weight: 600;
}
.price ins {
	background: rgba(255,127,65,.4);
}
.product-feature-section {
	margin-bottom: 0;
}
.single-product .how-to-use-section {
	display: none;
}
@media (min-width: 768px) {
	.pure-nature-wrap .elementor-col-33 {
		width: 33.33% !important;
	}
}

/*changes (23-10-2019)*/
.woocommerce-checkout .wc_payment_methods li {
	border-bottom: none;
}
.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
	display: none !important;
}
.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper {
	padding: 19px 15px 7px;
	line-height: 20px;
}
.woocommerce-checkout .col-left .form-row .input-text {
	text-transform: inherit;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 19px 15px 7px;
	line-height: 20px;
}

.product-grid-view .product-box .product-overlay-content {
	z-index: 99;
}
.product-link-cls {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.single-product .paypal-button {
	width: 162px !important;
}

/*payment method*/
.woocommerce-checkout #wc-stripe-cc-form label {
	color: #003087;
	transform: translateY(4px) scale(0.8);
	transform-origin: 0 0;
	text-transform: uppercase;
}
.woocommerce-checkout #wc-stripe-cc-form .wc-stripe-elements-field {
	padding: 19px 15px 7px;
	color: #666;
	border: 1px solid #B9B7B5;
	margin: 0;
	margin-bottom: 15px;
}

@media (min-width: 1025px) {
	.line-height-auto .elementor-image-box-title {
		line-height: normal;
	}
}

@media (max-width: 480px) {
	#wc-stripe-cc-form .form-row-first, #wc-stripe-cc-form .form-row-last {
		width: 100%;
		margin-bottom: 0;
	}
}

/*changes (24-10-2019)*/
.woocommerce-checkout .stripe-source-errors ul {
	background: transparent;
	color: red;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.woocommerce-checkout .stripe-source-errors ul li {
	padding: 0;
}
.woocommerce-checkout .stripe-source-errors ul li::after {
	display: none;
}
/*order details*/
.woocommerce-table--order-details .product-name a {
	color: #ff7f41;
}

.woocommerce-order-received .shipped_via {
	display: none;
}

/*changes (30-10-2019)*/
.immersa-cart-sidebar .dropdown-menu-mini-cart .includes_tax,
.woocommerce-order-received .woocommerce-order-details .includes_tax {
	display: none;
}

/*changes (04-11-2019)*/
#subscription-form-1 input {
	background: transparent;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 2px solid #003087;
	width: 100%;
	border-radius: 0;
	font: 18px/30px 'proxima-nova';
	color: #5C5857;
	box-shadow: none;
}
#subscription-form-1 input:focus {
	outline: none !important;
}
#subscription-form-1 button {
	/* background: url(../images/arrow.svg) no-repeat; */
	width: 32px;
	height: 32px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	right: 0;
	bottom: 5px;
	transform: translateX(0);
	transition: transform 0.5s;
	position: absolute;
	margin: 0;
}

/*changes (15-11-2019)*/
.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper {
	padding: 0;
}
.woocommerce-checkout .woocommerce-error {
	margin: 0 auto;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	margin-top: 30px;
	padding: 5px 20px;
}
.woocommerce-checkout .woocommerce-info {
	margin-top: 25px;
}
.woocommerce-checkout .woocommerce-error .wc-backward {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.woocommerce-checkout .quantity .input-wrap {
		min-width: 106px;
	}
	.woocommerce-checkout .product-total {
		min-width: 80px;
	}
	.woocommerce-checkout .product-total span {
		white-space: normal;
		word-break: break-all;
	}
}

/*changes (18-11-2019)*/
.product-grid-view .price del {
	font-size: 18px;
	display: block;
}
.product-grid-view .price ins {
	display: inline-block;
	padding: 5px;
	/*background: transparent;*/
	line-height: 20px;
}
.onsale {
	display: none;
}
