/** Shopify CDN: Minification failed

Line 131:0 Unexpected "@media"

**/
/* eq-footer-v2 css start here */
.eq-footer-v2 {
  background-color: #212121;
}
.eq-footer-v2__top {
  padding: 98px 0 10px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top {
    padding: 50px 0 37px;
  }
}
.eq-footer-v2__top .eq-collection-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top .eq-collection-container {
    flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.eq-footer-v2__top-left {
  width: 100%;
  max-width: 180px;
  margin: 0 74px 0 0;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-left {
    max-width: 100%;
    margin: 0 0 39px;
  }
}
.eq-footer-v2__top-left .logo {
  width: 100%;
  max-width: 91px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-left .logo {
    margin: 0 auto 40px;
  }
}
.eq-footer-v2__top-left .social-icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 10px 0 10px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-left .social-icon {
    margin: 0 0 10px;
  }
}
.eq-footer-v2__top-left .social-icon li {
  width: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 10px;
}
.eq-footer-v2__top-left .social-icon li:last-child {
  margin-right: 0;
}
.eq-footer-v2__top-left .social-icon li a {
  width: 100%;
  max-width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: 0.4s all ease-in-out;
}
.eq-footer-v2__top-left .social-icon li a:hover {
  border: 2px solid #E3C280;
  background-color: #E3C280;
}
.eq-footer-v2__top-left .social-icon li a:hover svg path {
  fill: #212121;
}
.eq-footer-v2__top-left .social-icon li a svg {
  width: 30px;
  height: 20px;
}
.eq-footer-v2__top-left .social-icon li a svg path {
  transition: 0.4s all ease-in-out;
}
.eq-footer-v2__top-left-img {
  width: 100%;
  max-width: 150px;
  margin: 10px 0px;
}
.eq-footer-v2__top-right {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-around;
  -ms-flex-pack: space-between;
  width: calc(100% - 254px);
}

.eq-footer-v2__top-left p {
  line-height: 1.5 !important;
}

.footer-menu{
  margin-right:10px;
}

.eq-footer-v2__top-left 

@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top-right {
    flex-wrap: wrap;
    margin: 0 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top-right .footer-menu {
    margin: 0 5px 31px;
  }
}
@media only screen and (max-width: 550px) {
  .eq-footer-v2__top-right .footer-menu:last-child {
    width: 100%;
    max-width: 100%;
  }
}
.eq-footer-v2__top-right .footer-menu h3, .eq-footer-v2__top-right .footer-menu span, .footer-contact span, .eq-footer-v2__top-left {
  font-family: "Mulish", sans-serif;
  color: #E2C281;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 9px !important;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-right .footer-menu h3, .eq-footer-v2__top-right .footer-menu span {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
.eq-footer-v2__top-right .footer-menu ul li a, .eq-footer-v2__top-left p, .eq-footer-v2__top-left a{
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-right .footer-menu ul li a {
    font-size: 15px;
    line-height: 2;
  }
}
.eq-footer-v2__top-right .footer-menu ul li a:hover {
  color: #A82758;
}
.eq-footer-v2__top-right-wrap {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 39%;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top-right-wrap {
    flex-direction: column;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top-right-wrap {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.eq-footer-v2__top .copyright {
  width: 100%;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
  max-width: 515px;
  margin: -100px 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top .copyright {
    margin: 0;
    max-width: 100%;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.eq-footer-v2__top .copyright .payment-icon {
  display: flex;
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top .copyright .payment-icon {
    margin: 0 0 22px;
  }
}
.eq-footer-v2__top .copyright .payment-icon li {
  width: 100%;
  max-width: 66px;
  margin-right: 8px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__top .copyright .payment-icon li {
    max-width: 64px;
    margin-right: 10px;
  }
}
.eq-footer-v2__top .copyright .payment-icon li:last-child {
  margin-right: 0;
}
.eq-footer-v2__top .copyright .payment-icon li a {
  display: block;
}
.eq-footer-v2__top .copyright .description p {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top .copyright .description p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .eq-footer-v2__top .copyright .description p span {
    display: block;
  }
}
.eq-footer-v2__top .copyright .description p a {
  display: inline-block;
  color: #fff;
}
.eq-footer-v2__top .copyright .description p a:hover {
  color: #A82758;
}
.eq-footer-v2__bottom {
  border-top: 1px solid #333333;
  background-color: #1A1A1A;
  padding: 39px 0;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__bottom {
    padding: 31px 0;
  }
}
.eq-footer-v2__bottom p {
  font-family: "Open Sans", sans-serif;
  color: #BFBFBF;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 300;
  text-align: center;
  padding: 0 3px;
}
@media only screen and (max-width: 991px) {
  .eq-footer-v2__bottom p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.policies, .policies a{
  color:#fff;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  padding-top:5px;
}
.policies strong{
  color: #E2C281;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}

/* eq-footer-v2 css END here */