/*
 * Created by Vira Pardazesh
 */
#vp-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header {
    margin-bottom: 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
}
#vp-header .vp-top-nav {
  background: #f2f2f2;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-top-nav {
    display: none;
  }
}
#vp-header .vp-top-nav .vp-menu {
  padding: 13px 0;
  font-size: 13px;
}
#vp-header .vp-top-nav .vp-menu ul li {
  float: right;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
#vp-header .vp-top-nav .vp-menu ul li a {
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-top-nav .vp-menu ul li:hover a {
  color: #FF6900;
}
#vp-header .vp-top-nav .vp-menu ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(114, 114, 114, 0.2);
}
#vp-header .vp-top-nav .vp-menu ul li:last-of-type:after {
  display: none;
}
#vp-header .vp-top-nav .vp-support-phone {
  position: relative;
  overflow: hidden;
  padding-left: 60px;
  height: 45px;
  padding-top: 10px;
  line-height: 1;
}
#vp-header .vp-top-nav .vp-support-phone .vp-value {
  font-size: 18px;
  direction: ltr;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #FF6900;
}
#vp-header .vp-top-nav .vp-support-phone .vp-value span {
  font-weight: normal;
  color: #727272;
  font-size: 11px;
  letter-spacing: 0.5px;
}
#vp-header .vp-top-nav .vp-support-phone .vp-description {
  font-size: 11px;
}
#vp-header .vp-top-nav .vp-support-phone i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 46px;
  height: 46px;
}
#vp-header .vp-middle-header {
  background: #fff;
  padding: 15px 0 10px;
  z-index: 9;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header {
    padding: 7px 0;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
}
#vp-header .vp-middle-header .vp-header-right {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right .vp-logo {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-right .vp-logo img {
  max-height: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-right .vp-search-box {
    width: 100%;
  }
}
#vp-header .vp-middle-header .vp-header-left {
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-login {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-login {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: unset;
  padding: 0 12px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  color: #4a5f73;
  font-size: 23px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner #vp-title-inner-login {
  font-size: 14px;
  cursor: pointer;
  margin-right: 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner i {
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-inner:hover {
  border-color: #FF6900;
  color: #FF6900;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer {
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  width: 185px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header {
  position: relative;
  height: 60px;
  padding: 10px 60px 0 10px;
  background: #FF6900;
  color: #fff;
  border-radius: 16px 16px 0 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-img {
  position: absolute;
  right: 10px;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-img img {
  width: 100%;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-name {
  font-size: 13px;
  font-weight: 300;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-header .vp-mobile {
  font-size: 13px;
  display: inline-block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
  white-space: nowrap;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li {
  color: #000;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li:hover {
  color: #FF6900;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li:hover i {
  color: #fb3449;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li i {
  margin-left: 17px;
  font-size: 17px;
  vertical-align: middle;
  color: #cbcbcb;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout {
  color: #fb3449;
  border-top: 1px solid #f2f2f2;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout i {
  color: #fb3449;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout a:hover {
  color: #727272;
}
#vp-header .vp-middle-header .vp-header-left .vp-login .vp-outer .vp-menu ul li.vp-logout a:hover i {
  color: #000;
}
#vp-header .vp-middle-header .vp-header-left .vp-login:hover .vp-outer {
  opacity: 1;
  visibility: visible;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart {
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner {
  position: relative;
  display: inline-block;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  padding: 0 16px 0 50px;
  border-radius: 16px;
  border: 1px solid #e4e4e4;
  color: #4a5f73;
  overflow: hidden;
  margin-right: calc(20px / 2);
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner i {
  vertical-align: middle;
  font-size: 23px;
  margin-left: 10px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-title {
  font-weight: bold;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #FF6900;
  text-align: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -8px;
  top: -5px;
  z-index: 1;
  background: #ffe1cc;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span {
  position: relative;
  z-index: 2;
  display: block;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span.vp-value {
  font-size: 22px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner > .vp-number > span.vp-title {
  font-size: 9px;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-inner {
    display: none;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer {
  position: absolute;
  top: 100%;
  display: none;
  margin-top: 10px;
  left: 0;
  background: #fff;
  width: 310px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  max-height: 630px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer {
    height: calc(100% - 50px) !important;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 17px;
  top: -11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FF6900;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content {
  padding: 0 15px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content {
    overflow-y: auto;
    height: calc(100% - 60px);
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header,
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping,
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all {
    padding: 7px 0;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-price,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-price,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all .vp-price {
  color: #FF6900;
  font-size: 14px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-price .vp-unit,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-price .vp-unit,
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-price-all .vp-price .vp-unit {
  font-size: 11px;
  margin-right: 1px;
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 15px;
  margin: 0 -15px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-min-order-progress {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #c2edcd;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-title {
  position: relative;
  z-index: 2;
  font-size: 15px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-min-order .vp-title span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-title {
  font-size: 14px;
  padding-top: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-title {
    padding-right: 30px;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-header .vp-btn {
  font-size: 14px;
  padding: 5px 10px 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-shipping .vp-progress {
  margin-top: 5px;
  margin-bottom: 3px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
  margin-top: 10px;
  scrollbar-color: #a9a9a9 #d1d1d1;
  scrollbar-width: thin !important;
}
@media only screen and (min-width: 960px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 66px;
  }
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-product-img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products {
    max-height: unset !important;
  }
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar {
  width: 5px;
  bottom: 70px;
  background: #f2f2f2;
  border-radius: 50px;
  box-shadow: unset !important;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-price-list {
  margin-top: 4px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme {
  float: left;
  height: 32px;
  line-height: 32px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme .vp-quantity-supermarket {
  line-height: 32px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .vp-product-item-theme .vp-quantity-supermarket-theme .vp-btn {
  width: 32px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures {
  margin-top: 8px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item:last-of-type {
  margin-left: 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-content > .vp-products .productFeatures .item span {
  font-weight: 700;
  margin-right: 3px;
  display: inline-block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 146px;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-footer {
  line-height: 37px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: #FF6900;
  border-top: 1px solid #f2f2f2;
  padding: 10px 0;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-footer .vp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-footer .vp-btn .vp-title {
  display: flex;
  background: #FF6900;
  color: #fff;
  border-radius: 32px 0 0 32px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-footer .vp-btn .vp-icon {
  display: flex;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart .vp-outer > .vp-footer .vp-btn .vp-icon i {
  vertical-align: middle;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner {
  border-color: #FF6900;
  color: #FF6900;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner .vp-number {
  color: #727272;
}
#vp-header .vp-middle-header .vp-header-left .vp-mini-cart:hover .vp-inner .vp-number:before {
  background: #f2f2f2;
}
.cart-vp-logo img {
  max-width: 150px;
}
#vpFooter {
  width: 100%;
  background: #fff;
  padding: 24px 0 0;
  margin-top: 25px;
  box-shadow: 0px -2px 4px 0 #f8f8f8f8;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter {
    padding: 40px 0;
  }
}
.footerPdp {
  padding: 24px 0 40px !important;
}
#vpFooter .possibilitiesStep {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 32px;
  margin-bottom: 56px;
}
#vpFooter .possibilitiesStep .item {
  display: flex;
  align-items: center;
}
#vpFooter .possibilitiesStep .item span {
  font-size: 16px;
  font-weight: 500;
  color: #4e4e4e;
  margin-right: 8px;
}
#vpFooter .mainSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 auto;
  margin-right: -8px;
  margin-left: -8px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection {
    border-bottom: unset;
    padding: unset;
  }
}
#vpFooter .mainSection > div {
  padding-right: 8px;
  padding-left: 8px;
  display: block;
}
#vpFooter .downSection .first .copyRight .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
}
#vpFooter .downSection .first .copyRight .logo img {
  max-width: 200px;
}
#vpFooter .mainSection .links {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .mainSection .links {
    width: 64%;
  }
}
#vpFooter .linkStepItem div {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
#vpFooter .linkStepItem ul li {
  display: flex;
  color: #5E5E5E;
  font-size: 14px;
  margin-bottom: 8px;
  max-width: 200px;
}
#vpFooter .linkStepItem ul li i {
  margin-left: 8px;
  color: #FF6900;
  font-size: 17px;
}
#vpFooter .linkStepItem ul li:last-of-type {
  margin-bottom: 0;
}
#vpFooter .linkStepItem ul li img {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection {
  width: 25%;
  margin-right: auto;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .mainSection .lastSection {
    width: 35%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection {
    width: 100%;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .title {
  font-weight: 500;
  font-size: 14px;
  color: #141414;
  margin-bottom: 15px;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox {
  position: relative;
  height: 48px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 16px;
}
#vpFooter .mainSection .lastSection .newsLetter .inputBox button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FF6900;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  padding: 0 16px;
  cursor: pointer;
}
#vpFooter .mainSection .lastSection .socialMedia {
  display: flex;
  margin-top: 16px;
}
#vpFooter .mainSection .lastSection .socialMedia .item {
  width: 49%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5e5e5e;
  border-radius: 16px;
  padding: 0 8px;
  white-space: nowrap;
}
#vpFooter .mainSection .lastSection .socialMedia .item:nth-child(1) {
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection .socialMedia .item img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#vpFooter .mainSection .lastSection .socialMedia .item span {
  font-weight: 500;
  font-size: 16px;
  color: #5e5e5e;
}
#vpFooter .container-background {
  padding: 50px 0;
  background: #F2F2F2;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .container-background {
    margin-top: 0;
  }
}
#vpFooter .downSection .first {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 719px) {
  #vpFooter .downSection .first {
    flex-direction: column;
  }
}
#vpFooter .downSection .first .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#vpFooter .downSection .first .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .logo img {
    max-width: 70%;
  }
}
#vpFooter .downSection .first .copyRight {
  width: 45%;
  text-align: right;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #vpFooter .downSection .first .copyRight {
    width: 37%;
  }
}
#vpFooter .downSection .first .copyRight .title {
  font-size: 18px;
  font-weight: 700;
  color: #4e4e4e;
  margin-bottom: 8px;
}
#vpFooter .downSection .first .copyRight .content {
  color: #979797;
  font-size: 14px;
  text-align: right;
}
#vpFooter .downSection .first .namad {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad {
    width: unset;
  }
}
#vpFooter .downSection .first .namad .item {
  margin: 0 7px;
  display: flex;
  align-items: center;
  width: 110px;
  height: 110px;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
}
#vpFooter .downSection .first .namad .item img {
  max-height: 95px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad .item img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .first .namad .item {
    max-width: 75px;
    margin: 0 15px;
  }
}
#vpFooter .downSection .second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .second {
    justify-content: center;
  }
}
#vpFooter .downSection .second .cp {
  font-size: 14px;
  color: #141414;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .second .cp {
    text-align: center;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial {
  display: flex;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial {
    justify-content: center;
  }
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item {
  padding: 7px 10px;
  border-radius: 16px;
  color: #FF6900;
  background: #ffe1cc;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  margin: 3px;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item--title {
  padding: 0 7px;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item a {
  display: flex;
  align-items: center;
}
#vpFooter .mainSection .lastSection .newsLetter .lastSocial .item i {
  font-weight: 400;
  font-size: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .mainSection .lastSection .newsLetter .lastSocial .item .text {
    margin-right: 8px;
  }
}
#vpFooter .box-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#vpFooter #scrolling-top {
  border: 1px solid #CBCBCB;
  color: #5E5E5E;
  padding: 4px 16px;
  max-width: 140px;
  border-radius: 16px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
}
#vpFooter #scrolling-top .scrolling-top-title {
  font-size: 14px;
  font-weight: 600;
}
#vpFooter #scrolling-top i {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .addressParent {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding: 0 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  #vpFooter .downSection .addressParent .item {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
  }
  #vpFooter .downSection .addressParent .item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  #vpFooter .downSection .addressParent .item i {
    margin-left: 8px;
    font-size: 16px;
    margin-top: 2px;
  }
  #vpFooter .downSection .addressParent .item .text {
    font-size: 16px;
    font-weight: bold;
  }
  #vpFooter .downSection .addressParent .item .text span {
    font-weight: normal;
    color: #2f2f2f;
    margin-right: 8px;
  }
}
/*# sourceMappingURL=layout.css.map */