/** Shopify CDN: Minification failed

Line 162:1 Unexpected "*"

**/
#shopify-section-footer {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
#shopify-section-footer .footer-section {
	padding: 0;
}
#shopify-section-footer .block_newsletter.footer-column {
	float: right;
}
#shopify-section-footer .text-left.grid.grid-content {
	margin: 0 -15px;
	padding-block: 100px;
	margin-block: 30px;
}
#shopify-section-footer .widget-title {
	margin: 0 0 30px;
	float: left;
	width: 100%;
	font: 500 18px/20px var(--font-stack-header);
	color: var(--colorFooterTitle);
}
#shopify-section-footer .footer-column .newsletter-bottom-cotent {
	display: block;
	float: left;
	margin-block-start: 20px;
  width:100%;
}
#shopify-section-footer .site-footer .social-icons a {
	line-height: 40px;
	font-size: 18px;
	height: 25px;
	width: 25px;
	display: block;
}
#shopify-section-footer .contact-detail .contact-address {
	width: 65%;
	line-height: 25px;
}
#shopify-section-footer .site-footer .footer-wrap .footer-column.contactus .contact-us .contact-detail .contact-address p {
	margin: 0;
	color: var(--colorFooterContent);
}
#shopify-section-footer .follow-us-outer {
	float: left;
	margin-block: 5px 0;
}
#shopify-section-footer  .footer-bottom {
	float: left;
	width: 100%;
	padding-block: 25px;
}
#shopify-section-footer .news-desc {
	float: left;
	line-height: 25px;
}
#shopify-section-footer .site-footer a:hover::before {
	width: 100%;
	left: 0;
	right: initial;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#shopify-section-footer .site-footer a::before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: var(--colorFooterContent);
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#shopify-section-footer .site-footer .follow-us-outer a::before {
	display: none;
}
#shopify-section-footer .copyright {
	color: var(--FooterBottomText);
}
#shopify-section-footer .copyright small {
	font-size: 13px;
}
#shopify-section-footer .newsletter-input .input-group-btn {
	margin-block-start: 13px;
	float: left;
}
#shopify-section-footer .site-footer .footer-bottom-wrap {
	background: var(--colorFooterBottombg);
	border-block-start: 1px solid var(--colorFooterBorder);
}

@media (max-width:991px) {
  #shopify-section-footer .footer-section {
	width: 100%;
  }
  #shopify-section-footer .widget-title {
	margin: 0;
  }
  #shopify-section-footer .block_newsletter .widget-title {
	display: block;
	text-align: center;
  }
  #shopify-section-footer .block_newsletter.footer-column {
	text-align: center;
	float: left;
  }
  #shopify-section-footer .news-desc {
	width: 100%;
  }
  .input-group.newsletter-input {
	display: inline-flex;
	vertical-align: top;
	float: none;
	width: 60%;
  }
  .block_newsletter form .input-group .input-group-btn .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	z-index: 1;
	height: 45px;
  }
  #shopify-section-footer .newsletter-input .input-group-btn {
	margin: 0;
  }
  #shopify-section-footer .text-left.grid.grid-content {
	padding-block: 40px;
  }
}

@media (max-width:767px) {
  #shopify-section-footer .copyright {
  	width: 100%;
  	text-align: center;
  	padding: 0;
      margin: 0 0 10px;
    }
  .site-footer .footer-bottom .payment-icon {
  	float: left;
  	width: 100%;
  	text-align: center !important;
  }
}


********************************** RTL **********************************

.rtl #shopify-section-footer .follow-us-outer {
	float: right;
}
.rtl #shopify-section-footer .block_newsletter.footer-column {
	float: left;
}
.rtl #shopify-section-footer .newsletter-input .input-group-btn {
	float: right;
}