/** Shopify CDN: Minification failed

Line 1214:7 Expected identifier but found whitespace
Line 1215:2 Unexpected "{"
Line 1216:10 Expected ":"
Line 1233:15 Expected identifier but found whitespace
Line 1233:16 Unexpected "2px"
Line 1234:2 Unexpected "{"
Line 1235:10 Expected ":"
Line 1248:0 Unexpected "}"
Line 1250:12 Expected identifier but found whitespace
Line 1250:13 Unexpected "1px"
... and 2 more hidden warnings

**/
/*============================================================================
Emol | Built with Shopify Slate
Design by ::     

Some things to know about this file:
- Sass is compiled on Shopify's server so you don't need to convert it to CSS yourself
- The output CSS is compressed and comments are removed
- You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================== Variable csss =====================*/
/*========= color variable  ===========*/

:root {
  --theme-color:#79cce2;
    --theme-color-2:#718a57;

    /* Body Color */
    --body-color: #555555;
    /* Border Color */
    --border-color: #e8e8e8;

    /*  Text colors*/
    --color-heading: #3a3a3a;
    --color-links: #a6a6a6;
    --color-text-shadow: rgba(0,0,0,0.4);
    --color-body-text: #2a2a2a;
    --color-sale-text: #79cce2;


    --color-text-field: #ffffff;
    --color-text-field-text: #000000;
    --color-navigation-text: #3a3a3a;

    /*  button colors*/
    --color-btn-primary: #79cce2;
    --color-btn-primary-text: #f6f6f6;
    --color-btn-primary-h: #f0b0bc;
    --color-btn-primary-text-h: #ffffff;
    --color-btn-Secondary: #79cce2;
    --color-btn-Secondary-text: #ffffff;
    --color-btn-Secondary-h: #f0b0bc;
    --color-btn-Secondary-text-h: #ffffff;
  }

    /*================ Color Variables ================*/
    /*================== Variable csss end =====================*/
    /*================== Globel  =====================*/
    .page-title {
      margin-bottom: 15px;
      padding-bottom: 20px;
      font-family: var(--font-heading);
        color: var(--color-heading);
          }

    .page-width {
      max-width: 1200px;
      margin: 0 auto;
    }
    html.supports-no-cookies {
      padding-bottom: 0 !important;
    }   

    .in-page-link.visually-hidden.skip-link {
      display: none;
    }

    #emol-ecommerce {
      overflow-x: hidden;
      width: 100%;
      margin: 0 auto;
      position: relative;
    }

    .index-section {
      padding: 45px 0;
    }
    body#emol-ecommerces {
      overflow-x: hidden;
      max-width: 100%;
    } 

    @media (max-width: 750px) {
      .index-section {
        padding: 25px 0;
      }
      .pad-sm-lr-0{
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    @media (max-width: 991px) {
      .sm-md-hide{
        display: none !important;
      }
    }        

    .bgsvh_cover {
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }

    .bgsvh_contain {
      background-repeat: no-repeat;
      background-size: contain;
    }

    .bgsvh-overly::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: -1;
    }

    a:hover {
      text-decoration: none !important;
      color: var(--theme-color) !important;
        }

    ul, ol {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
    }

    .pb-20 {
      padding-bottom: 20px;
    }
    .pb-30 {
      padding-bottom: 30px;
    }    

    .pb-80 {
      padding-bottom: 80px;
    }

    .pt-20 {
      padding-top: 20px;
    }
    .pt-30 {
      padding-top: 30px;
    }

    .pt-45 {
      padding-top: 45px;
    }

    .pb-45 {
      padding-bottom: 45px;
    }

    .pt-15 {
      padding-top: 15px;
    }

    .pl-15 {
      padding-left: 15px;
    }
    .pl-0 {
      padding-left: 0px;
    }

    .pt-50 {
      padding-top: 50px;
    }

    .mt-50 {
      margin-top: 50px;
    }

    .mt-45 {
      margin-top: 45px;
    }

    .d-flex {
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .media-body {
      -ms-flex: 1;
      flex: 1;
    }

    .flex-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
    }

    .mt-30 {
      margin-top: 30px;
    }

    .main-index {
      padding: 30px 0 40px !important;
    }

    #MainContent {
      padding: 55px 0;
    }

    .label-hidden {
      display: none;
    }

  


    /* ====================== custom column dividations ========================   */


    /*  5 columns dividation for footer column   */

    .col-2dot4,
    .col-sm-2dot4,
    .col-md-2dot4,
    .col-lg-2dot4,
    .col-xl-2dot4 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-2dot4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    @media (min-width: 540px) {
      .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
    @media (min-width: 720px) {
      .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
    @media (min-width: 961px) {
      .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
    }
    @media (min-width: 1140px) {
      .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }
    }   
    /*  5 columns dividation for footer column   */



    /*  40% columns dividation  */

    .col-40percent,
    .col-sm-40percent,
    .col-md-40percent,
    .col-lg-40percent,
    .col-xl-40percent {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col-40percent {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    @media (min-width: 540px) {
      .col-sm-40percent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
    @media (min-width: 720px) {
      .col-md-40percent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
    @media (min-width: 960px) {
      .col-lg-40percent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
      }
    }
    @media (min-width: 1140px) {
      .col-xl-40percent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
      }
    } 




    /* ====================== custom column dividations ========================   */ 
 /* ======== footer-default css ========   */

.footer-widget {
	overflow: hidden;
}

@media (max-width: 750px) {
	.footer-widget {
		padding-bottom: 0;
	}
}

#footer--default .footer-widget .footer-title {
	font-weight: 700;
	text-transform: uppercase;
}

#footer--default .footer-about .logo-image img {
	width: 100%;
    margin-bottom: 20px;
    max-width: 250px;
}

#footer--default .footer-about p {
	font-size: 14px;
	color: var(--color-links);
	margin-bottom: 0;
}

#footer--default .footer-about .footer-info {
	margin-top: 30px;
}

#footer--default .footer-about .footer-info .info-icon {
	margin: auto;
}

#footer--default .footer-about .footer-info .info-icon i {
	color: var(--color-links);
	font-size: 20px;
	line-height: 28px;
}

#footer--default .footer-about .footer-info li .single-info {
	margin-top: 15px;
}

#footer--default .footer-about .footer-info li .single-info .info-content {
	padding-left: 15px;
}

#footer--default .footer-link .footer-link-wrapper {
	width: 50%;
}

#footer--default .footer-area a,
.footer-area p {
	margin: 0 !important;
	line-height: 30px;
}

#footer--default .footer-link .footer-link-wrapper .link-list li a {
	font-size: 14px;
	color: var(--color-links);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#footer--default .footer-link .footer-link-wrapper .link-list li a:hover {
	color: #fff;
	text-decoration: none;
}

#footer--default .footer-follow {
	padding: 0 30px 50px;
	position: relative;
	z-index: 5;
}

#footer--default .footer-follow :before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	z-index: -1;
}

@media (max-width: 1023px) {
	#footer--default .footer-follow :before {
		bottom: 35px;
		border-radius: 8px;
	}
}


/*     @media (max-width: 750px) {
    #footer--default .footer-follow :before {
    height: 100%; 
  } 
  } */

#footer--default .footer-follow .footer-title {
	font-weight: 700;
	text-transform: uppercase;
}

#footer--default .footer-follow .footer-social {
	margin-top: 5px;
	display: inline-block !important;
}

#footer--default .footer-follow .footer-social li {
	display: inline-block !important;
	margin: 5px 5px 0 0;
}

#footer--default .footer-follow .footer-social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: var(--border-color);
	color: #222;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 50%;
	font-size: 16px;
	display: block;
}

#footer--default .footer-payments img {
	max-width: 100%;
}

#footer--default .footer-payments {
	padding: 0;
}

@media (min-width: 992px) {
	#footer--default .footer-payments {
		padding: 25px 0;
	}
}

#footer--default .footer-copyright {
	padding: 0;
}

#footer--default .footer-copyright p {
	color: var(--color-links);
}

#footer--default .footer-copyright p a {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.for-medium-only {
	display: none;
}

@media (max-width: 575px) {
	#footer--default .footer-payments {
		padding: 0 0 20px;
	}
	#footer--default .footer-copyright {
		padding: 20px 0;
	}
	#footer--default .footer-follow :before {
		height: 100%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
	.for-medium-only {
		display: block !important;
	}
	.for-small {
		display: none !important;
	}
	#footer--default .footer-widget {
		padding-bottom: 20px !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	#footer--default .footer-payments {
		text-align: right;
		padding: 20px 0;
	}
	#footer--default .footer-copyright {
		padding: 20px 0;
		text-align: left;
	}
}

@media only screen and (min-width: 751px) and (max-width: 767px) {
	#footer--default .footer-payments {
		padding: 0 !important;
	}
	#footer--default .footer-copyright {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#footer--default .footer-follow {
		margin: 30px 0 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
	#footer--default .footer-follow .footer-social li {
		margin-top: 5px;
	}
	#footer--default .footer-follow {
		padding: 0 10px 50px;
	}
}


/* ======== footer-default css ========   */


/* ======== New footers common css ========   */

.footer-area {
	position: relative;
	z-index: 9;
}

a.logo-image-foot img {
	max-width: 100%;
	width: auto;
}

input#ContactFooter-email {
	background: transparent;
	border: none;
	outline: none;
}

button.btn.newsletter__submit-new {
	padding-bottom: 0;
	text-transform: uppercase;
}

.h4.headings {
	margin-bottom: 20px !important;
}

.footer-follow .footer-social {
	    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.footer-follow .footer-social li {
	margin: 0 10px;
}

ul.footer-social li:first-child {
	margin-left: 0 !important;
}

p.logo_info {
	margin-top: 8px;
}

.footer-payments img {
	width: auto;
	max-width: 100%;
	max-height: 25px;
}

.footer-payments {
	padding: 25px 0;
	text-align: right;
}

.footer-copyright {
	padding: 25px 0;
}

.footer-copyright p {
	color: var(--color-links);
	font-size: 14px;
	margin-bottom: 0;
}

.site-footer__newsletter.site-footer__single-block--centered {
	display: flex;
	justify-content: center;
}

ul.footer-social li a:hover svg {
	opacity: .7;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.footer-follow .footer-social li a .icon-fallback-text {
	display: none;
}

span#ContactFooter-email-error {
	position: absolute;
	top: 0;
	color: #fff;
}


/* content-line-height     */

.footer-area p,
.footer-area a {
	margin: 0 !important;
	line-height: 28px;
}

@media screen and (max-width: 575px) {
	.site-footer__block-item {
		text-align: center;
	}
    .footer-payments {
      text-align: center;
      padding: 15px 0 5px;
    }
    .footer-copyright {
      text-align: center;
      padding: 15px 0 5px;
    }
	.footer-follow .footer-social {
		justify-content: center;
	}
	.site-footer__newsletter .input-group {
		justify-content: center;
	}
	.footer-area input#ContactFooter-email {
		max-width: 65% !important;
	}
	#footer--1 p.logo_info {
		margin-top: 10px !important;
	}
	#footer--1 .input-group {
		flex-wrap: nowrap;
	}
}


/* ------- footer-one  -------- */

.footer-area input#ContactFooter-email {
	background: transparent;
	outline: none;
	width: 100%;
	max-width: 68%;
}

.footer-area button.btn.newsletter__submit-new {
	padding-bottom: 5px;
}

.footer-area span.newsletter__submit-text--large {
	padding-bottom: 5px;
}

#footer--1 p.logo_info {
	margin-top: 10px !important;
}

#footer--1 .footer-copyright {
	padding: 25px 0 0;
}

#footer--1 .footer-payments {
	padding: 25px 0 0;
}

@media screen and (max-width: 540px) {
	#footer--1 .site-footer__newsletter .input-group {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	#footer--1 .site-footer__block-item {
		margin-bottom: 20px !important;
	}
	#footer--1 .site-footer__block-item:last-child {
		margin-bottom: 0 !important;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.footer-area input#ContactFooter-email {
		max-width: 60%;
	}
	.footer-copyright p {
		letter-spacing: -0.4px;
		font-size: 14px;
	}
	#footer--1 a.logo-image-foot img {
		width: 80%;
		max-width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area input#ContactFooter-email {
		max-width: 66%;
	}
	#footer--1 .footer-copyright p {
		letter-spacing: -0.4px;
	}
	#footer--1 .input-group {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-area input#ContactFooter-email {
		max-width: 62%;
	}
}


/* ------- footer-one  -------- */


/* ------- footer-two  -------- */

#footer--2 a.logo-image-foot img {
	width: 100%;
	max-width: 100%;
}

  @media screen and (max-width: 575px) {
    #footer--2 a.logo-image-foot img {
      width: 100%;
      max-width: 50%;
      margin-bottom: 25px;
    }
    #footer--2 .site-footer__newsletter .input-group {
      justify-content: center;
      flex-wrap: nowrap;
    }
  }

@media screen and (min-width: 576px) and (max-width: 767px) {
	#footer--2 a.logo-image-foot img {
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	#footer--2 a.logo-image-foot img {
		width: 100%;
		max-width: 70%;
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

@media screen and (min-width: 960px) and (max-width: 991px) {
	#footer--2 .col-lg-40percent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	#footer--2 .col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}


/* ------- footer-two  -------- */


/* ------- footer-three  -------- */

.footer-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*       padding: 45px 0 0; */
}

@media only screen and (max-width: 767px) {
	.footer-container {
		padding: 0 20px !important;
	}
	#footer--5 .footer-container {
		padding: 35px 20px!important;
	}
}

@media only screen and (min-width: 768px) {
	.footer-container {
		max-width: 720px;
	}
}

@media only screen and (min-width: 961px) {
	.footer-container {
		max-width: 920px;
	}
}

@media screen and (min-width: 1200px) {
	.footer-container {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1360px) {
	.footer-container {
		max-width: 1360px;
		padding: 20px 30px 0;
	}
	#footer--5 .footer-container {
		padding: 30px 30px 30px;
	}
}

#footer--3 .footer-head {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	padding: 0 0 30px;
	justify-content: space-between;
}

#footer--3 .footer-logo-side {
	display: flex;
	flex-basis: 33.333%;
}

#footer--3 .footer-nav-side {
	display: flex;
	align-items: center;
	flex-basis: 66.666%;
	justify-content: flex-end;
}

#footer--3 ul.h-footer-nav {
	display: flex;
	margin: 0;
	flex-wrap: wrap;
}

#footer--3 li.h-footer__linklist-item {
	padding: 0 9px;
	align-items: center;
}

  #footer--3 .footer-follow .footer-social {
    display: flex;
    margin: 0 !important;
    flex-wrap: wrap;
  }

#footer--3 .footer-payments {
	padding: 25px 0 0;
}

#footer--3 .footer-copyright {
	padding: 25px 0 0;
}

@media only screen and (max-width: 575px) {
	#footer--3 li.h-footer__linklist-item {
		padding: 0 8px 10px;
	}
	#footer--3 .footer-logo-side {
		flex-basis: 100%;
		justify-content: flex-start !important;
		display: block;
	}
	#footer--3 .footer-nav-side {
		flex-basis: 100%;
		justify-content: flex-start;
		padding-top: 30px;
	}
	#footer--3 .footer-head {
		flex-wrap: wrap;
	}
	#footer--3 a.logo-image img {
		max-width: 100%;
		width: 90%;
	}
	#footer--3 p:last-child {
		margin-bottom: 0;
	}
	#footer--3 .footer-payments {
		text-align: center;
		padding: 20px 0 0;
	}
	#footer--3 .site-footer__block-item {
		text-align: left;
	}
	#footer--3 .footer-copyright {
		text-align: center;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.site-footer__block-item {
		margin-bottom: 0px !important;
		text-align: left;
	}
	#footer--3 .footer-follow .footer-social {
		justify-content: flex-start;
	}
	#footer--3 .footer-copyright {
		text-align: left;
		padding: 25px 0 0;
	}
	#footer--3 .footer-payments {
		text-align: right;
		padding: 25px 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#footer--3 .footer-nav-side {
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 1401px) {
	#footer--3 li.h-footer__linklist-item {
		padding: 0 15px;
	}
}


/* ------- footer-three  -------- */


/* ------- footer-four  -------- */

#footer--4 .text-wrap p {
	margin-bottom: 10px;
}

#footer--4 .site-footer__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

#footer--4 ul.site-footer__contact.footer-info b {
	text-transform: none;
}

@media only screen and (max-width: 539px) {
	#footer--4 .footer-follow .footer-social {
		justify-content: center !important;
	}
	#footer--4 .site-footer__block-item {
		text-align: left;
	}
	#footer--4 .footer-copyright {
		text-align: center;
		padding: 0;
	}
}

@media only screen and (max-width: 575px) {
	#footer--4 .footer-follow .footer-social {
		justify-content: flex-start;
	}
	#footer--4 .site-footer__block-item {
		text-align: left;
	}
	#footer--4 .footer-copyright {
		text-align: center;
		padding: 0;
	}
}

@media only screen and (max-width: 959px) {
	.ghost-m-hide {
		display: none !important;
	}
}

@media only screen and (min-width: 960px) and (max-width: 991px) {
	#footer--4 .footer-follow .footer-social li {
		margin: 0 8px;
	}
}


/* ------- footer-four  -------- */


/* ------- footer-five  -------- */

#footer--5 .footer-copyright {
	border: none;
	text-align: left;
	padding: 10px 0 0;
}

#footer--5 ul.h-footer-nav {
	display: flex;
	justify-content: center;
	margin: 0;
	flex-wrap: wrap;
}

#footer--5 li.h-footer__linklist-item {
	padding: 0 12px;
}

#footer--5 .footer-follow .footer-social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 !important;
	padding: 10px 0 0;
}

#footer--5 .footer-payments {
	padding: 10px 0 0;
	text-align: right;
}

.footer-bottom {
	padding-top: 20px;
}

@media screen and (max-width: 575px) {
	#footer--5 .footer-payments {
		text-align: center;
		padding: 25px 0 0;
	}
	#footer--5 .footer-copyright {
		text-align: center;
		padding: 25px 0 0;
	}
	#footer--5 .footer-follow .footer-social {
		padding: 25px 0 0;
		justify-content: center !important;
	}
	#footer--5 .footer-bottom {
		padding-top: 0px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	#footer--5 .footer-follow .footer-social {
		justify-content: flex-start;
		padding: 25px 0 0;
	}
	#footer--5 .footer-copyright {
		text-align: center;
		padding: 25px 0 0;
	}
	#footer--5 .footer-payments {
		padding: 25px 0 0;
	}
}


/* ------- footer-five  -------- */


/* ------- footer-six  -------- */

#footer--6 button.btn.newsletter__submit {
	padding-bottom: 4px;
	text-transform: uppercase;
	padding-top: 0 !important;
}

#footer--6 p.h4.headings {
	margin-bottom: 20px;
}

#footer--6 .site-footer__item-inner p {
	margin-bottom: 10px;
}

#footer--6 input#ContactFooter-email {
	padding-bottom: 6px;
}

span.newsletter__submit-text--large {
	padding-bottom: 5px;
}

#footer--6 .site-footer__newsletter {
	margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
	#footer--6 .site-footer__block-item {
		padding-bottom: 20px !important;
	}
	#footer--6 p.h4.headings {
		margin-bottom: 15px;
	}
	span.newsletter__submit-text--large {
		padding-bottom: 7px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	span.newsletter__submit-text--large {
		padding-bottom: 7px;
	}
}


/* ------- footer-six  -------- */


/* ------- footer-seven  -------- */


/*     #footer--7 .footer-container{
    padding: 45px 0;
  } */

#footer--7 .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	justify-content: center;
}

#footer--7 input#ContactFooter-email {
	width: 50%;
	color: {
		{
			section.settings.tx_color
		}
	}
	;
}

#footer--7 .footer-follow .footer-social li {
	display: flex;
	margin: 0 15px;
}

#footer--7 .footer-area input#ContactFooter-email {
	background: 0 0;
	outline: 0;
	width: 100%;
	max-width: 68%;
	padding-bottom: 5px;
	border-bottom: 2px solid {
		{
			section.settings.tx_color
		}
	}
	;
}

#footer--7 button.btn.newsletter__submit span {
	padding: 8px 15px;
	border: none!important;
	text-transform: capatalize;
}


}
#footer--7 .footer-bottom {
	border-top: 1px solid {
		{
			section.settings.tx_color
		}
	}
	
	;
}
#footer--7 .footer-logo-bottom {
	padding: 20px 0;
}
#footer--7 .footer-follow .footer-social {
	padding: 30px 0 0;
	display: flex;
	justify-content: center;
	margin: 0;
}
#footer--7 .footer-bottom {
	padding-top: 0px;
}
@media (max-width: 750px) {
	#footer--7 .footer-follow .footer-social li {}
	
	#footer--7 .footer-copyright {
		padding: 10px 0;
	}
	
	#footer--7 .footer-payments {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#footer--7 .footer-logo-bottom {
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	#footer--7 .footer-follow .footer-social {
		margin-bottom: 35px;
	}
}

/* ------- footer-seven  -------- */

/* ------- footer-eight  -------- */
#footer--8 .footer-logo-block {
	display: flex;
	justify-content: center;
}
#footer--8 .footer-follow {
	padding-top: 25px;
}
#footer--8 .footer-follow .footer-social {
	margin: 0px !important;
	display: flex;
	justify-content: center;
}
#footer--8 .footer-payments {
	padding: 25px 0 25px;
	text-align: center;
}
@media screen and (max-width: 575px) {
  #footer--8 .footer-payments {
    padding: 25px 0 25px;
  }
}
#footer--8 ul.footer-social li {
	padding: 2px 8px 6px;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border-radius: 4px;
}
#footer--8 .footer-copyright {
	padding: 25px 0 0;
}

/* ------- footer-eight  -------- */

/* ------- footer-nine  -------- */
#footer--9 .contact-form-wrapper input {
	width: 85%;
	display: flex;
	height: 40px;
	padding: 0 15px;
	margin: 0 0 0 auto;
	outline: none;
	border: none;
}
#footer--9 .contact-form-wrapper textarea {
	width: 85%;
	display: flex;
	padding: 0 15px;
	margin: 0 0 0 auto;
	border: none;
}
@media screen and (min-width: 1360px) {
	#footer--9 .contact-form-wrapper input {
		width: 90%;
	}
	
	#footer--9 .contact-form-wrapper textarea {
		width: 90%;
	}
}
.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder {
	font-size: 12px;
}
#footer--9 input.btne.button-second {
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}
#footer--9 .contact--wrap {
	display: flex;
}
#footer--9 .cont-form-part {
	flex-basis: 50%;
}
#footer--9 .cont-details-part {
	flex-basis: 50%;
}
#footer--9 .footer-follow .footer-social {
	    margin-top: 30px;
    display: flex;
    padding: 0 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 11px;
}
#footer--9 ul.footer-social li {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}
#footer--9 ul.footer-social li a {
	display: flex;
	align-items: center;
}
#footer--9 textarea#ContactFormMessage::placeholder {
	padding: 10px 0;
}
#footer--9 .site-footer__item-inner.site-footer__item-inner--contact-form p.h4 {
	margin-top: 28px;
}

/*   #footer--9  ul.site-footer__linklist.list--inline {
  display: list-item !important;

} */
#footer--9 li.site-footer__linklist-item {
	padding: 5px 0;
}
#footer--9 .menus-wrap {
	display: flex;
	justify-content: space-between;
}
#footer--9 .info-icon {
	margin: 0 10px 0 2px;
}
#footer--9 .info-content.media-body {
	padding: 10px 0;
}
#footer--9 .info-content.media-body p {
	margin: 0;
}

/*   #footer--9 ul.site-footer__linklist {
  margin: 0 20px;
} */
#footer--9 li.site-footer__linklist-item:before {
	content: '●';
	margin-right: 5px;
}
@media screen and (max-width: 575px) {
	#footer--9 .contact--wrap {
		flex-direction: column;
		justify-content: center;
	}
	
	#footer--9 .contact-form-wrapper input {
		width: 100%;
		margin: 0 auto;
	}
	
	#footer--9 .contact-form-wrapper textarea {
		margin: 0 auto;
		width: 100%;
	}
	
	#footer--9 .footer-follow .footer-social li {
		margin: 0px 6px;
	}
	
	#footer--9 ul.footer-social li {
		width: 35px;
		height: 35px;
	}
	
	#footer--9 ul.site-footer__linklist {
		margin: 0 0 0 10px;
	}
	
	#footer--9 .site-footer__block-item {
		padding-top: 20px;
	}
	
	#footer--9 .footer-copyright {
		padding: 15px 0;
	}
	
	#footer--9 .footer-payments {
		padding: 15px 0;
	}
	
	#footer--9 li.site-footer__linklist-item {
		padding: 5px 0;
		text-align: left;
	}
	
	#footer--9 .info-content.media-body p {
		text-align: left;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	#footer--9 ul.footer-social li {
		width: 34px;
		height: 34px;
	}
	
	#footer--9 .footer-follow .footer-social li {
		margin: 0px 6px;
	}
	
	#footer--9 .info-content.media-body {
		padding: 10px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#footer--9 .footer-container {
		max-width: 720px;
		padding: 20px 0 0;
	}
	
	#footer--9 ul.footer-social li {
		width: 32px;
		height: 32px;
		margin: 0 5px;
	}
	
	.footer-copyright p,
	.footer-about p,
	.footer-link .footer-link-wrapper .link-list li a,
	.footer-area a,
	.footer-about .footer-info .info-icon i,
	span.newsletter__submit-text--large,
	.text-wrap p,
	.info-content.media-body p,
	.info-icon i,
	p.logo_info,
	.contact-description p,
	p.form-success,
	#footer--9 .contact-form-wrapper input,
	.contact-form-wrapper input::placeholder,
	.contact-form-wrapper textarea::placeholder {
		font-size: 12px !important;
	}
}

/* ------- footer-nine  -------- */
.dypayment-icons {
	display: inline-flex;
}

/* ======== New footers common css end ========   */