
/*footer code started*/
.footer-wrap {
  background: #fee600;
  padding: 10px 0 20px 0;
  margin-top: 0;
  width: 100%;
  border: 0;
  font-size: 14px;
  position: relative;
}

.footer-wrap.front-footer {
  bottom: 0;
  margin-top: 40px;
}

.footer-wrap .footer-container {
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-container {
    width: 90%;
    margin-top: 20px;
    padding: 0;
  }
}

.footer-wrap .footer-container nav[role="navigation"] {
  color: #3e3e3e;
}

.footer-wrap .footer-container nav[role="navigation"] > h2 {
  font-size: 14px;
  font-family: Barlow-Semibold;
  margin-bottom: 20px;
}

.footer-wrap .footer-container nav[role="navigation"] .menu > li a:hover {
  background-color: #fee600;
  font-family: "Barlow-semibold";
}

.footer-wrap .footer-container nav[role="navigation"] .menu > li a:focus {
  background-color: #fee600;
  border: none;
  outline: none;
}

.footer-wrap .footer-menus-block > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .footer-wrap .footer-menus-block > ul {
    -webkit-column-count: 4;
            column-count: 4;
    height: 240px;
    width: 60%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .footer-wrap .footer-menus-block > ul {
    height: 220px;
  }
}

.footer-wrap .footer-menus-block > ul > li {
  display: inline-block;
  min-width: 100px;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-menus-block > ul > li {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.footer-wrap .footer-menus-block > ul > li:nth-child(3) {
  margin-top: 25px;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-menus-block > ul > li:nth-child(3) {
    margin-top: 5px;
  }
}

.footer-wrap .footer-menus-block > ul > li > a {
  font-size: 14px;
  font-family: Barlow-Semibold;
  line-height: 2;
  color: #272727;
  cursor: unset;
}

.footer-wrap .footer-menus-block > ul > li > a .caret {
  display: none;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-menus-block > ul > li > a {
    position: relative;
    display: block;
  }
  .footer-wrap .footer-menus-block > ul > li > a:after {
    background: url(../images/down-arrow-black.svg) no-repeat;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .footer-wrap .footer-menus-block > ul > li > a.expanded:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.footer-menus-block{
	overflow:hidden;
}
.footer-wrap .footer-menus-block > ul > li > ul {
  list-style: none;
  padding-left: 0;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-menus-block > ul > li > ul {
    display: none;
  }
}

.footer-wrap .footer-menus-block > ul > li > ul > li a {
  padding: 3px 5px 3px 0;
  color: #272727;
  font-family: Barlow-regular;
  font-size: 14px;
  background: #fee600;
  line-height: 1.5;
}

.footer-wrap .footer-follow-us-block {
  float: right;
}

.footer-wrap .footer-follow-us-block #block-born-socialize-menu {
  padding-left: 15px;
  margin-top: 0;
}

.footer-wrap .footer-follow-us-block .menu--socialize > li {
  float: left;
  margin-right: 45px;
}

.footer-wrap .footer-follow-us-block .menu--socialize > li a {
  padding: 0;
  width: 27px;
  text-indent: -9999px;
  word-break: break-all;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-follow-us-block .menu--socialize > li a {
    float: right;
  }
}

.footer-wrap .footer-follow-us-block .menu--socialize > li a:hover {
  text-indent: -9999px;
  word-break: break-all;
  opacity: 0.5;
}

.footer-wrap .footer-follow-us-block .menu--socialize li a.facebook {
  background: url(../images/facebook.svg) right 0/15px 15px no-repeat;
}

@supports (-ms-ime-align: auto) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.facebook {
    background: url(../images/facebook.svg) right 0/15px 17px no-repeat;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.facebook {
    background: url(../images/facebook.svg) right 0/15px 17px no-repeat;
  }
}

.footer-wrap .footer-follow-us-block .menu--socialize li a.instagram {
  background: url(../images/instagram.svg) right 0/15px 15px no-repeat;
}

@supports (-ms-ime-align: auto) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.instagram {
    background: url(../images/instagram.svg) center 0/20px 17px no-repeat;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.instagram {
    background: url(../images/instagram.svg) center 0/20px 17px no-repeat;
  }
}

.footer-wrap .footer-follow-us-block .menu--socialize li a.google_plus {
  background: url(../images/youtube.svg) right 0/25px 15px no-repeat;
}

@supports (-ms-ime-align: auto) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.google_plus {
    background: url(../images/youtube.svg) 60% 0/25px 17px no-repeat;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-wrap .footer-follow-us-block .menu--socialize li a.google_plus {
    background: url(../images/youtube.svg) 60% 0/25px 17px no-repeat;
  }
}

.footer-wrap .footer-follow-us-block .menu--socialize li a.twitter {
  background: url(../images/twitter.svg) right 0/20px 15px no-repeat;
}

.footer-wrap .footer-follow-us-block .menu--socialize li:last-child {
  margin-right: 0;
}

.footer-wrap .footer-follow-us-block .menu--socialize li:last-child a {
  z-index: 5;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-follow-us-block .menu--socialize li:last-child a {
    z-index: 0;
  }
}

.footer-wrap .footer-security-block {
  float: right;
  width: 42%;
}

@media screen and (min-width: 769px) {
  .footer-wrap .footer-security-block {
    position: absolute;
    right: 30px;
    bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .footer-wrap .footer-security-block .menu--security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer-wrap .footer-security-block .menu--security > li {
  float: left;
  width: 23%;
  height: 75px;
  margin-right: 7%;
}

@media screen and (width: 768px) {
  .footer-wrap .footer-security-block .menu--security > li {
    height: 100px !important;
  }
}

@media only screen and (width: 768px) {
  .footer-wrap .footer-security-block .menu--security > li {
    height: 100px !important;
  }
}

.footer-wrap .footer-security-block .menu--security > li span {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.footer-wrap .footer-security-block .menu--security > li:last-child {
  margin-right: 0;
}

.footer-wrap .footer-security-block .menu--security li:nth-child(1) {
  width: 18%;
  margin-right: 12%;
}

@media screen and (width: 768px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    width: 23% !important;
    margin-right: 13% !important;
  }
}

.footer-wrap .footer-security-block .menu--security li:nth-child(1) span {
  background: url(../images/norton-security.svg) right bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) span {
    background-position: right center;
  }
}

@media screen and (width: 768px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(2) {
    width: 23% !important;
  }
}

.footer-wrap .footer-security-block .menu--security li:nth-child(2) span {
  background: url(../images/geo-trust.svg) right bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(2) span {
    background-position: right center;
  }
}

.footer-wrap .footer-security-block .menu--security li:nth-child(3) {
  width: 35%;
}

.footer-wrap .footer-security-block .menu--security li:nth-child(3) span {
  z-index: 5;
  background: url(../images/footer-complaints.png) right bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(3) span {
    z-index: 0;
    background-position: right center;
  }
}

.footer-wrap hr {
  opacity: 0.1;
  margin-bottom: 17px;
}

@media screen and (max-width: 769px) {
  .footer-wrap hr {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 360px) {
  .footer-wrap hr {
    margin: 3px 0;
  }
}

.footer-wrap .footer-bottom {
  position: relative;
  max-width: 1440px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-family: Barlow-regular;
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom {
    width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom {
    padding: 0;
  }
}

.footer-wrap .footer-bottom .menu > li a:hover {
  background-color: #fee600;
}

.footer-wrap .footer-bottom .menu > li a:focus {
  background-color: #fee600;
  border: none;
  outline: none;
}

.footer-wrap .footer-bottom .copy-right-menu {
  width: 58%;
  float: left;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom .copy-right-menu {
    width: 100%;
    text-align: center;
    float: none;
  }
}

.footer-wrap .footer-bottom .copy-right-menu > ul > li {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom .copy-right-menu > ul > li {
    margin-bottom: 5px;
    width: 100%;
  }
}

.footer-wrap .footer-bottom .copy-right-menu > ul > li:last-child {
  float: right;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom .copy-right-menu > ul > li:last-child {
    float: none;
    text-align: center;
  }
}

.footer-wrap .footer-bottom .copy-right-menu > ul > li a {
  color: #212121;
  cursor: unset;
  padding: 0;
}

.footer-wrap .footer-bottom .privacy-notice-menu {
  width: 40%;
  float: right;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom .privacy-notice-menu {
    width: 100%;
    float: none;
  }
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul {
  text-align: right;
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-bottom .privacy-notice-menu > ul {
    text-align: center;
  }
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul > li {
  display: inline-block;
  padding: 0 10px 0 10px;
  border-right: 1.5px solid rgba(33, 33, 33, 0.6);
}

@media screen and (max-width: 360px) {
  .footer-wrap .footer-bottom .privacy-notice-menu > ul > li {
    padding: 0 5px 0 5px;
  }
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul > li:last-child {
  padding-right: 0;
  border-right: none;
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul > li:first-child {
  padding-left: 0;
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul > li a {
  color: #212121;
  padding: 0;
  line-height: 1;
}

.footer-wrap .footer-bottom .privacy-notice-menu > ul > li a:hover {
  font-family: "Barlow-semibold";
}

.footer-wrap .top-button {
  border-radius: 70px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  padding: 9px 10px 10px 7px;
  top: -17px;
  color: #ffffff;
  display: none;
  background-color: #272727;
  opacity: 0.9;
  border-color: #272727;
  font-size: 12px;
  font-weight: 600;
  font-family: Barlow-SemiBold;
}

@media screen and (min-width: 769px) {
  .footer-wrap .top-button {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .footer-wrap .footer-follow-us-block {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(39, 39, 39, 0.3);
    padding-bottom: 10px;
  }
  .footer-wrap .footer-follow-us-block #block-born-socialize-menu {
    display: inline-block;
    margin: 0;
    width: 30%;
    padding-left: 0;
  }
  .footer-wrap .footer-follow-us-block .menu--socialize {
    display: inline-block;
    float: right;
    width: 70%;
  }
  .footer-wrap .footer-follow-us-block .menu--socialize > li {
    margin-right: 0 !important;
    width: 25%;
  }
  .footer-wrap .footer-security-block {
    float: none;
    width: 100%;
    clear: both;
  }
  .footer-wrap .footer-security-block .menu--security {
    margin-right: 0;
  }
  .footer-wrap .footer-security-block .menu--security > li {
    margin-right: 10%;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    width: 20%;
    margin-right: 17%;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) a {
    background: url(/themes/born/images/icons/norton-security.svg) left no-repeat;
    background-size: contain;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(2) {
    float: right;
    margin-right: 0;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(2) a {
    background: url(/themes/born/images/icons/geo-trust.svg) right no-repeat;
    background-size: contain;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(3) a {
    background: url(/themes/born/images/icons/footer-complaints.png) 0 no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 320px) and (max-width: 465px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    margin-right: 10%;
  }
}

@media screen and (min-width: 466px) and (max-width: 530px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    margin-right: 15%;
  }
}

@media screen and (min-width: 531px) and (max-width: 630px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    margin-right: 14%;
  }
}

@media screen and (min-width: 631px) and (max-width: 767px) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) {
    margin-right: 17%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-wrap .footer-security-block .menu--security li:nth-child(1) a {
    background: url(/themes/born/images/icons/norton-security.svg) 0 15px no-repeat;
  }
  .footer-wrap .footer-security-block .menu--security li:nth-child(2) a {
    background: url(/themes/born/images/icons/geo-trust.svg) 0 21px no-repeat;
  }
}

/*
* checkout footer styling
*/
.footer-wrap.checkout-footer-wrap {
  padding: 20px 0 10px 0;
}

@media screen and (max-width: 769px) {
  .footer-wrap.checkout-footer-wrap {
    padding: 15px 0 10px 0;
  }
}

.footer-wrap.checkout-footer-wrap .footer-container {
  margin-top: 0px;
}

.footer-wrap.checkout-footer-wrap hr {
  margin: 17px 0;
}

.footer-wrap.checkout-footer-wrap .top-button {
  display: none !important;
}

.footer-wrap.checkout-footer-wrap .copy-right-section {
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  ul.menu--cart-footer {
    text-align: center;
  }
}

ul.menu--cart-footer li {
  display: inline-block;
}

ul.menu--cart-footer li a {
  padding: 0;
  text-align: center;
  font-family: Barlow-Regular;
  font-size: 14px;
  color: #212121;
  font-weight: normal;
  line-height: 1.71;
}

@media screen and (min-width: 769px) {
  ul.menu--cart-footer li a {
    line-height: normal;
  }
}

ul.menu--cart-footer li a:after {
  content: ' |';
  margin: 0 2px;
}

ul.menu--cart-footer li:last-child a:after {
  content: '';
}

/*footer code ended*/