@font-face {
  font-family: "AzeriSansBlack";
  src: url("AzeriSans-Black.woff2") format("woff2"),
    url("AzeriSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextBold";
  src: url("AvenirNext-Bold.woff2") format("woff2"),
    url("AvenirNext-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextRegular";
  src: url("AvenirNext-Regular.woff2") format("woff2"),
    url("AvenirNext-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  font-family: "AvenirNextRegular";
}
.notransition {
  transition: none !important;
}
.container {
  position: relative;
  margin: auto;
  padding: 0px 120px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 15px;
  }
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1 !important;
  transition: all 0.35s;
  margin: 0px 5px 5px !important;
  background: #000000;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.swiper-pagination-bullet-active {
  background: #726e6e !important;
  cursor: default !important;
}
.swiper-pagination-lock {
  display: none !important;
}
.mybtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  background: none;
  height: 50px;
  transition: all 0.35s;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  text-align: center;
  padding: 0px 44px 0px 44px;
  border-radius: 8px;
  overflow: hidden;
  background: #2c3a60;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.mybtn.loading {
  pointer-events: none;
}
.mybtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block !important;
  content: "";
  top: 3px;
  color: #fff;
  border: 0px;
}
.mybtn.loading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2c3a60;
  position: absolute !important;
  content: "" !important;
}
@media (max-width: 767px) {
  .mybtn {
    padding-left: 27px;
    padding-right: 27px;
    height: 47px;
  }
}
.custbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  background: none;
  height: 66px;
  transition: all 0.35s;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  text-align: center;
  padding: 0px 75px 0px 38px;
  border-radius: 32px;
  overflow: hidden;
  background: #d0b94d;
  font-size: 31px;
  font-weight: normal;
  color: #fff;
  font-family: "AvenirNextBold";
}
.custbtn:after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  left: 8px;
  width: calc(100% - 17px);
  top: 5px;
  height: calc(100% - 13px);
  border: 2px dashed #2c3a60;
  border-radius: 32px;
}
.custbtn:before {
  position: absolute;
  top: 0px;
  display: block;
  content: "";
  right: 32px;
  pointer-events: none;
  bottom: 0px;
  margin: auto;
  background: url(../images/arrow1.svg) no-repeat right center;
  width: 22px;
  height: 22px;
  background-size: 20px;
}
.custbtn.small {
  font-size: 14px;
  height: 55px;
  padding-right: 60px;
}
.custbtn.small:before {
  background-size: 17px;
  right: 27px;
}
.custbtn.loading {
  pointer-events: none;
}
.custbtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block !important;
  content: "";
  top: 3px;
  color: #fff;
  border: 0px;
}
.custbtn.loading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #726e6e;
  position: absolute !important;
  content: "" !important;
}
@media (max-width: 767px) {
  .custbtn {
    height: 50px;
    font-size: 15px;
    padding: 0 55px 0 28px;
  }
  .custbtn:before {
    background-size: 15px;
    right: 26px;
  }
}
footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
}
footer .wrap {
  position: relative;
}
footer .part1 {
  background: #000000;
}
footer .part1 .wrap {
  height: 400px;
  padding-top: 70px;
}
footer .part2 {
  background: #d0b94d;
}
footer .part2 .wrap {
  height: 85px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .options {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  align-items: center;
  padding: 0px 5px;
}
footer .options > li + li {
  margin-left: 6px;
}
footer .card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  /*border:1px solid #ddd;border-radius:10px;*/
}
footer .card img {
  display: block;
  object-fit: contain;
  max-width: 44px;
  max-height: 33px;
  /*filter: grayscale(100%);*/
}
footer .copyright {
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 13px;
  line-height: 20px;
}
footer .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 70px);
}
footer .cols > li {
  padding-right: 15px;
  width: calc(25% - 70px);
  margin-right: 70px;
}
footer .name {
  color: #fff;
  margin-bottom: 23px;
  font-size: 17px;
  font-weight: normal;
  font-family: "AvenirNextBold";
}
footer .list > li + li {
  margin-top: 10px;
}
footer .list > li {
  display: flex;
}
footer .link {
  color: #d1d3d4;
  transition: all 0.35s;
  display: block;
  font-family: "AvenirNextRegular";
  font-size: 16px;
}
footer .text {
  color: #d1d3d4;
  font-family: "AvenirNextRegular";
  font-size: 16px;
}
footer .text a {
  transition: all 0.35s;
  color: #d1d3d4;
}
footer .field {
  position: relative;
  height: 52px;
  max-width: 300px;
  border: 2px solid #868b92;
  border-radius: 27px;
  padding-right: 55px;
}
footer .field.missing {
  border-color: red;
}
footer .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 16px;
  color: #fff;
  font-size: 16px;
  font-family: "AvenirNextRegular";
}
footer .message {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  width: calc(100% + 4px);
  text-align: center;
  height: calc(100% + 4px);
  background: #000000;
  display: none;
}
footer .in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .sendbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 4px;
  height: 42px;
  overflow: hidden;
  width: 42px;
  transition: all 0.35s;
  background: #726e6e;
  border-radius: 100%;
  margin: auto;
  bottom: 0px;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  border: 0px;
  padding-right: 2px;
}
footer .sendbtn:after {
  font-family: FontAwesome;
  content: "\f1d8";
}
footer .sendbtn.loading {
  pointer-events: none;
}
footer .sendbtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 3px;
  pointer-events: none;
  display: block !important;
  content: "";
  top: 3px;
  color: #fff;
  border: 0px;
}
footer .sendbtn.loading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #726e6e;
  position: absolute !important;
  content: "" !important;
}
footer .media {
  margin-top: 18px;
  display: flex;
}
footer .media > li + li {
  margin-left: 7px;
}
footer .item {
  border: 2px solid #868b92;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  width: 37px;
  transition: all 0.35s;
  color: #fff;
  font-size: 16px;
  border-radius: 100%;
}
@media (max-width: 1255px) {
  footer .cols {
    width: calc(100% + 33px);
  }
  footer .cols > li {
    padding-right: 15px;
    width: calc(50% - 33px);
    margin-right: 33px;
    margin-bottom: 33px;
  }
  footer .part1 .wrap {
    height: 420px;
    padding-top: 50px;
  }
  footer .text {
    max-width: 255px;
  }
  footer .name {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  footer .cols {
    width: 100%;
    text-align: center;
  }
  footer .cols > li {
    width: 100%;
    margin-right: 0px;
  }
  footer .text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  footer .list > li {
    justify-content: center;
  }
  footer .part1 .wrap {
    height: 682px;
    padding-top: 33px;
  }
  footer .media {
    justify-content: center;
  }
  footer .media > li {
    margin: 0px 3px !important;
  }
  footer .field {
    width: 100%;
    max-width: none;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
    order: 2;
    margin-top: 7px;
  }
  footer .options {
    position: relative;
    justify-content: center;
    top: auto;
    right: auto;
    height: 40px;
    margin: 0px;
    order: 1;
  }
  footer .card {
    height: 30px;
    width: 50px;
  }
  footer .card img {
    max-height: 27px;
    max-width: 40px;
  }
  footer .part2 .wrap {
    height: 94px;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 415px;
}
@media (max-width: 1255px) {
  #wrapper {
    padding-bottom: 505px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 776px;
  }
}
@keyframes zoominin {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotatein {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Welcome {
  position: relative;
  overflow: hidden;
}
.Welcome .holder {
  position: relative;
  padding: 240px 0px 103px;
  text-align: center;
  background: #726e6e;
}
.Welcome .pic {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.Welcome .pic:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.Welcome .swiper-slide-active .pic {
  animation: zoominin 5s linear;
}
.Welcome .container {
  z-index: 2;
}
.Welcome .field {
  position: relative;
  text-align: left;
  height: 50px;
  background: rgba(255, 255, 255, 0.57);
  border-radius: 5px;
  padding-right: 60px;
  max-width: 460px;
  margin: 0px auto 20px;
  border: 2px solid transparent;
}
.Welcome .field.missing {
  border-color: red;
}
.Welcome .seachbtn {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.35s;
  background: #2c3a60;
  cursor: pointer;
  height: calc(100% + 4px);
  border: 0px;
  border-radius: 0px;
  color: #fff;
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.Welcome .seachbtn:after {
  font-family: FontAwesome;
  content: "\f002";
}
.Welcome .seachbtn.loading {
  pointer-events: none;
}
.Welcome .seachbtn.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block !important;
  content: "";
  top: 3px;
  color: #fff;
}
.Welcome .seachbtn.loading:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #2c3a60;
  position: absolute !important;
  content: "" !important;
}
.Welcome .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  color: #fff;
}
.Welcome .title {
  font-family: "AvenirNextBold";
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
  color: #fff;
  position: relative;
  margin: auto;
}
@media (max-width: 767px) {
  .Welcome .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Welcome .caption {
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  position: relative;
  margin: 11px auto 0px;
  max-width: 444px;
}
@media (max-width: 767px) {
  .Welcome .caption {
    font-size: 13px;
    line-height: 21px;
  }
}
.Welcome .more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.Welcome .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .Welcome .title {
    max-width: 330px;
  }
  .Welcome .more {
    margin-top: 26px;
  }
  .Welcome .holder {
    padding: 80px 0px 60px;
  }
}
@media (max-width: 767px) {
  #content:before {
    display: block;
    content: "";
    height: 104px;
    width: 100%;
  }
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
}
header .wrap {
  position: relative;
  transition: all 0.35s;
}
header .part1 {
  background: #2c3a60;
}
header .part1 .wrap {
  height: 40px;
  position: relative;
}
header .part2 .wrap {
  height: 145px;
  position: relative;
}
header .options {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .options > li + li {
  margin-left: 19px;
}
header .link {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "AvenirNextRegular";
}
header .link a {
  transition: all 0.35s;
  color: #fff;
}
header .media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .media > li + li {
  margin-left: 19px;
}
header .media .item {
  color: #fff;
  transition: all 0.35s;
  font-size: 14px;
}
header .left {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}
header .left > li + li {
  margin-left: 19px;
}
header .logo {
  width: 105px;
  transition: all 0.35s;
  display: flex;
  align-items: center;
}
header .logo img {
  display: block;
  width: 100%;
  object-fit: contain;
}
header .list {
  display: flex;
  flex-wrap: wrap;
}
header .list > li + li {
  margin-left: 19px;
}
header .list > li {
  display: flex;
}
header .menulink {
  color: #fff;
  transition: all 0.35s;
  display: block;
  font-family: "AvenirNextRegular";
  font-size: 16px;
}
header .menulink.selected {
  color: #d0b94d;
}
header .right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 100%;
  align-items: center;
}
header .right > li + li {
  margin-left: 19px;
}
header .call {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .call img {
  display: block;
  object-fit: contain;
  max-width: 52px;
}
header .call:after {
  display: block;
  content: "";
  border-radius: 100%;
  border: 2px dashed #fff;
  position: absolute;
  top: -6px;
  left: -6.5px;
  width: 60px;
  height: 60px;
  animation: rotatein 8s linear infinite;
}
header .openMenu {
  position: absolute;
  top: 25px;
  right: 0;
  cursor: pointer;
  height: 23px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  display: none;
}
header .openMenu .bar1,
header .openMenu .bar2,
header .openMenu .bar3 {
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  transition: 0.2s;
  border-bottom: 3px solid #ffffff;
}
header .openMenu .bar3 {
  margin-bottom: 0;
}
header .openMenu.change .bar1 {
  transform: rotate(44deg) translate(4px, 3px);
}
header .openMenu.change .bar2 {
  opacity: 0;
}
header .openMenu.change .bar3 {
  transform: rotate(-45deg) translate(6px, -5px);
}
@media (max-width: 900px) {
  header .logo {
    width: 80px;
  }
}
@media (max-width: 767px) {
  header .part2 .wrap {
    height: 64px !important;
  }
  header .part2 {
    background: #232f52 !important;
  }
  header .logo {
    width: 50px !important;
  }
  header .call img {
    max-width: 38px;
  }
  header .call:after {
    display: none;
  }
  header .openMenu {
    display: block;
  }
  header .right {
    right: 37px;
  }
  header .burgermenu {
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 103px;
    right: 0px;
    box-shadow: 0px 0px 10px #ccc;
  }
  header .list > li {
    width: 100%;
    margin: 0px 0px 15px 0px !important;
    justify-content: center;
    text-align: center;
  }
  header .list > li:last-child {
    margin-bottom: 0px !important;
  }
  header .list {
    padding: 20px 15px;
  }
  header .menulink {
    color: #2c3a60;
    font-size: 16px !important;
  }
}
.scrollheader header .part2 {
  background: #232f52;
}
.scrollheader header .part2 .wrap {
  height: 76px;
}
.scrollheader header .logo {
  width: 60px;
}
.scrollheader header .menulink {
  font-size: 15px;
}
.scrollheader header .call:after {
  border-color: #fff;
}
.ourchef {
  position: relative;
}
.ourchef .extra {
  display: flex;
  justify-content: center;
}
.ourchef .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 29px;
  position: relative;
  z-index: 1;
}
.ourchef .grp > li {
  position: relative;
  width: 47%;
  margin-bottom: 77px;
  display: flex;
  align-items: center;
}
.ourchef .grp > li:nth-child(2) {
  display: flex;
  align-items: center;
}
.ourchef .more {
  display: flex;
  margin-top: 39px;
}
.ourchef .bigtitle {
  text-transform: uppercase;
  max-width: 450px;
  font-size: 65px;
  line-height: 76px;
  font-weight: normal;
  font-family: AvenirNextRegular;
}
.ourchef .bigtitle b {
  font-weight: 700;
}
.ourchef .pic {
  position: relative;
  width: 100%;
}
.ourchef .pic img {
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 1;
  object-position: center top;
  width: 100%;
}
.ourchef .movie video {
  display: block;
  width: 100%;
}
.ourchef .title {
  color: #000000;
  max-width: 581px;
  font-family: "AzeriSansBlack";
  font-weight: normal;
  font-size: 55px;
  line-height: 62px;
}
.ourchef .text {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  max-width: 511px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ourchef .text {
    font-size: 14px;
    line-height: 21px;
  }
}
.ourchef .shape2 {
  position: absolute;
  right: 0px;
  top: 20px;
  pointer-events: none;
}
.ourchef .shape2 img {
  height: 186px;
  display: block;
  object-fit: contain;
}
.ourchef .shape1 {
  position: absolute;
  left: 22px;
  bottom: -67px;
  pointer-events: none;
  animation: rotatein 14s linear infinite;
  z-index: 1;
}
.ourchef .shape1 img {
  height: 146px;
  display: block;
  object-fit: contain;
}
@media (max-width: 1300px) {
  .ourchef .shape2 img {
    height: 146px;
  }
  .ourchef .shape1 img {
    height: 106px;
  }
}
@media (max-width: 1200px) {
  .ourchef .shape2 img {
    height: 106px;
  }
  .ourchef .shape2 {
    top: -20px;
  }
}
@media (max-width: 1070px) {
  .ourchef .title {
    font-size: 40px;
    line-height: 46px;
  }
  .ourchef .pic:after {
    height: 280px;
    right: -20px;
  }
  .ourchef .shape2 {
    display: none;
  }
  .ourchef .bigtitle {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 900px) {
  .ourchef .title {
    font-size: 35px;
    line-height: 41px;
  }
  .ourchef .pic:after {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .ourchef .grp > li {
    width: 100% !important;
    margin: 0px 0px 22px !important;
  }
  .ourchef .grp {
    padding: 0px 0px 23px;
  }
  .ourchef .pic img {
    width: 100%;
  }
  .ourchef .info {
    padding: 30px 0px 0px;
  }
  .ourchef .pic:after {
    height: 220px;
    right: auto;
    left: -100px;
    width: 370px;
    border-radius: 40px;
    bottom: 10px;
  }
  .ourchef .title {
    font-size: 41px;
    line-height: 50px;
  }
  .ourchef .text {
    margin-top: 7px;
  }
  .ourchef .info {
    padding-top: 16px;
  }
  .ourchef .shape1 img {
    height: 93px;
  }
  .ourchef .shape1 {
    bottom: auto;
    top: -38px;
    left: -22px;
  }
  .ourchef .bigtitle {
    font-size: 35px;
    line-height: 41px;
  }
}
.ratestar {
  display: flex;
  justify-content: center;
}
.ratestar > li {
  margin: 0px 2px;
}
.ratestar .star {
  display: flex;
  font-size: 14px;
  color: #000;
}
.ratestar .star:after {
  content: "\f006";
  font-family: FontAwesome;
}
.ratestar .star.active:after {
  content: "\f005";
}
@media (min-width: 890.1px) {
  .formobileonly {
    display: none !important;
  }
}
.desktop .Offers .blackbtn:hover {
  background: #434549 !important;
  color: #fff !important;
}
.desktop .Offers .blackbtn:active {
  background: #000000 !important;
  color: #fff !important;
}
.subinput .field {
  border: 1px solid #ddd;
  height: 40px;
}
.mypassword {
  max-width: 400px;
}
.mypassword .list > li {
  margin-bottom: 17px;
}
.mypassword .more {
  padding-top: 5px;
  display: flex;
}
.mypassword .blackbtn {
  width: 100%;
}
.mypassword .note {
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 767px) {
  .mypassword .note {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .mypassword {
    max-width: none;
  }
}
.myBalance.v2 {
  border-top: 1px solid #000000;
  padding-top: 20px;
  margin-top: 45px;
}
.myBalance.v2 .box {
  max-width: none;
}
.myBalance.v2 .list > li {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px !important;
  padding: 0px !important;
  justify-content: space-between;
}
.myBalance.v2 .list > li + li {
  margin-top: 7px;
}
.myBalance.v2 .remark {
  margin-top: 12px;
  text-align: right;
  color: #9d5c9d;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: AvenirNextRegular;
}
@media (max-width: 767px) {
  .myBalance.v2 .remark {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .myBalance.v2 {
    padding-bottom: 0px;
    padding-top: 20px;
    margin-top: 24px;
  }
}
.Receipt .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.Receipt .options > li + li {
  margin-left: 12px;
}
.Receipt .options > li {
  margin-bottom: 22px;
}
.Receipt .options .blackbtn {
  padding-left: 38px;
  padding-right: 38px;
}
.Receipt .tab {
  background: #000000;
  padding: 12px 22px 10px;
  display: flex;
  justify-content: space-between;
}
.Receipt .tab > li {
  width: 47%;
}
.Receipt .tab > li:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.Receipt .name {
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Receipt .name {
    font-size: 15px;
    line-height: 21px;
  }
}
.Receipt .date {
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Receipt .date {
    font-size: 15px;
    line-height: 21px;
  }
}
.Receipt .data {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Receipt .data > li:nth-child(1) {
  margin-right: 9%;
  width: 48%;
}
.Receipt .data > li:nth-child(2) {
  flex: 1;
}
.Receipt .subtitle {
  margin-bottom: 8px;
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .Receipt .subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
.Receipt .text {
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: AvenirNextRegular;
}
@media (max-width: 767px) {
  .Receipt .text {
    font-size: 14px;
    line-height: 21px;
  }
}
.Receipt .text + .subtitle {
  margin-top: 29px;
}
.Receipt .type {
  position: relative;
  display: flex;
}
.Receipt .type img {
  display: block;
  object-fit: contain;
  height: 25px;
  top: -1px;
}
.Receipt .grid {
  margin-top: 66px;
}
.Receipt .grid > li + li {
  margin-top: 37px;
  border-top: 1px solid #000;
  padding-top: 22px;
  margin-top: 22px;
}
.Receipt .grp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Receipt .grp > li {
  width: calc(50% - (100px / 2));
  padding-right: 22px;
}
.Receipt .grp > li:nth-child(3) {
  width: 100px;
}
.Receipt .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  padding: 12px;
  border: 1px solid #000;
  height: 87px;
  width: 87px;
}
.Receipt .pic img {
  display: block;
  object-fit: contain;
  height: 59px;
}
.Receipt .subname {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  width: calc(100% - 100px);
  font-family: AvenirNextBold;
}
@media (max-width: 767px) {
  .Receipt .subname {
    font-size: 15px;
    line-height: 21px;
  }
}
.Receipt .subcaption {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Receipt .subcaption {
    font-size: 15px;
    line-height: 21px;
  }
}
.Receipt .subvalue {
  color: #e54847;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  text-align: right;
}
@media (max-width: 767px) {
  .Receipt .subvalue {
    font-size: 15px;
    line-height: 21px;
  }
}
.Receipt .holder {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .Receipt {
    padding-bottom: 24px;
  }
  .Receipt .data > li:nth-child(1) {
    width: 100% !important;
    margin: 0px !important;
  }
  .Receipt .data > li + li {
    margin-top: 22px !important;
  }
  .Receipt .grid {
    margin-top: 40px;
  }
  .Receipt .grp > li:nth-child(1) {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .Receipt .grp > li:nth-child(2) {
    width: calc(50% - 11px);
  }
  .Receipt .grp > li:nth-child(3) {
    width: calc(50% - 11px);
    padding-right: 0px;
  }
  .Receipt .options {
    justify-content: space-between;
  }
  .Receipt .options > li {
    width: calc(50% - 6px);
  }
}
.myorders .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.myorders .options > li + li {
  margin-left: 12px;
}
.myorders .options > li {
  margin-bottom: 22px;
}
.myorders .options .blackbtn {
  padding-left: 38px;
  padding-right: 38px;
}
.myorders .wrap {
  border: 1px solid #000;
  padding: 22px 22px 22px;
}
.myorders .head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.myorders .head > li {
  width: 47%;
  display: flex;
}
.myorders .head > li:nth-child(2) {
  justify-content: flex-end;
}
.myorders .record + .record {
  border-top: 1px solid #000;
  padding-top: 33px;
  margin-top: 33px;
}
.myorders .date {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .myorders .date {
    font-size: 15px;
    line-height: 21px;
  }
}
.myorders .more {
  display: flex;
}
.myorders .link {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .myorders .link {
    font-size: 15px;
    line-height: 21px;
  }
}
.myorders .other {
  border-top: 1px solid #ddd;
  padding-top: 22px;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.myorders .other > li {
  width: 47%;
}
.myorders .other > li:nth-child(2) {
  text-align: right;
}
.myorders .titre {
  color: #726e6e;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .myorders .titre {
    font-size: 15px;
    line-height: 21px;
  }
}
.myorders .subvalue {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .myorders .subvalue {
    font-size: 15px;
    line-height: 21px;
  }
}
.myorders .extra {
  margin-top: 22px;
  position: relative;
  padding-right: 100px;
}
.myorders .action {
  position: absolute;
  right: 0px;
  bottom: 9px;
}
.myorders .photos {
  display: flex;
  flex-wrap: wrap;
}
.myorders .photos > li {
  margin-right: 9px;
  margin-bottom: 9px;
}
.myorders .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 133px;
  border: 1px solid #000;
  padding: 18px;
}
.myorders .item img {
  height: 90px;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .myorders .item {
    width: 100px;
    height: 100px;
  }
  .myorders .item img {
    height: 70px;
    display: block;
    object-fit: contain;
  }
  .myorders .action {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: flex-end;
    padding-top: 11px;
  }
  .myorders .extra {
    padding-right: 0px;
  }
  .myorders .options .blackbtn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .myorders .options {
    justify-content: space-between;
  }
  .myorders .options > li {
    width: calc(50% - 6px);
  }
}
@media (max-width: 410px) {
  .myorders .item {
    width: 84px;
    height: 84px;
  }
  .myorders .item img {
    height: 65px;
  }
}
.myDetails .tab {
  position: relative;
  background: #000;
  padding: 17px 100px 17px 18px;
}
.myDetails .tab .blackbtn {
  position: absolute;
  top: 10px;
  right: 11px;
}
.myDetails .labelname {
  color: #fff;
  position: relative;
  padding-left: 27px;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .myDetails .labelname {
    font-size: 15px;
    line-height: 21px;
  }
}
.myDetails .labelname:before {
  content: "\f058 ";
  font-family: fontawesome;
  color: #fff;
  font-size: 19px;
  position: absolute;
  top: 1px;
  left: 0px;
  display: block;
}
.myDetails .more {
  display: flex;
}
.myDetails .more .blackbtn {
  width: 100%;
}
.myDetails .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.myDetails .list > li {
  width: calc(50% - 12px);
  margin-bottom: 17px;
}
.myDetails .box {
  background: #fff;
  /* margin-top: 20px;
  padding: 22px 17px 22px; */
}
.myDetails .choose {
  display: flex;
  flex-wrap: wrap;
}
.myDetails .choose > li {
  margin-right: 10px;
  margin-bottom: 17px;
}
@media (max-width: 1110px) {
  .myDetails .list > li {
    width: 100%;
  }
}
.Offers {
  position: relative;
  padding: 37px 0px 40px;
}
.Offers .head {
  text-align: center;
  margin-bottom: 17px;
}
.Offers .title {
  font-family: "AvenirNextBold";
  font-size: 63px;
  line-height: 69px;
  font-weight: normal;
  color: #2c3a60;
}
@media (max-width: 767px) {
  .Offers .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Offers .subtitle {
  font-family: "AvenirNextRegular";
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #726e6e;
}
@media (max-width: 767px) {
  .Offers .subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}
.Offers .Qty {
  max-width: 140px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.Offers .Qty .custinput {
  color: #fff;
}
.Offers .Qty .field {
  border: 0px;
}
.Offers .Qty .plus,
.Offers .Qty .minus {
  color: #fff !important;
  border: 0px !important;
  background: none !important;
}
.Offers .end {
  margin-top: 17px;
  width: 100%;
}
.Offers .hold {
  width: 100%;
}
.Offers .extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Offers .extra > li {
  width: calc(50% - 4px);
}
.Offers .blackbtn {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  background: #fff !important;
  color: #000000 !important;
}
.Offers .swiper-pagination {
  margin-top: 22px;
}
.Offers .mainscreen {
  overflow: hidden;
  position: relative;
}
.Offers .listing {
  width: calc(100% + 22px);
}
.Offers .listing > li {
  width: calc(25% - 22px);
  margin-right: 22px;
  position: relative;
}
.Offers .listing > li:last-child {
  margin-right: 0px;
}
.Offers .prditem {
  position: relative;
  padding-bottom: 2px;
}
.Offers .prditem.outofstock {
  /*&:after{
                .absoluteDivCreate();
            }*/
}
.Offers .prditem.outofstock .box,
.Offers .prditem.outofstock .name,
.Offers .prditem.outofstock .caption,
.Offers .prditem.outofstock .value,
.Offers .prditem.outofstock .ratestar {
  opacity: 0.42;
  pointer-events: none;
}
.Offers .popup {
  z-index: 1;
  border: 1px solid #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
}
.Offers .popup.open {
  opacity: 1;
  pointer-events: visible;
}
.Offers .cloze {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  width: 33px;
  height: 33px;
  top: 10px;
  right: 1px;
  position: absolute;
  font-size: 19px;
  color: #fff;
}
.Offers .other {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  display: none;
}
.Offers .label {
  font-size: 14px;
  color: #fff;
  font-family: "AvenirNextBold";
  margin-bottom: 7px;
}
.Offers .field {
  position: relative;
  margin: 0px auto 0px;
  width: 55px;
  height: 29px;
}
.Offers .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.Offers .btm {
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
  font-size: 13px;
  line-height: 20px;
  font-family: "AvenirNextBold";
}
.Offers .options {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.Offers .options > li + li {
  margin-top: 16px;
}
.Offers .options .action {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #000;
}
.Offers .options .action img {
  display: block;
  object-fit: contain;
  max-height: 17px;
  max-width: 17px;
}
.Offers .box {
  height: 340px;
  position: relative;
  margin-bottom: 3px;
}
.Offers .box .screen {
  height: 100%;
  display: block;
}
.Offers .box .swiper-slide {
  height: auto;
}
.Offers .box ul {
  height: 100%;
}
.Offers .box ul > li {
  height: 100%;
}
.Offers .new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #2c3a60;
  border-radius: 2px;
  z-index: 1;
  padding: 1px 3px 1px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  font-family: "AvenirNextBold";
}
.Offers .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e54847;
  border-radius: 2px;
  z-index: 1;
  padding: 1px 3px 1px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  font-family: "AvenirNextBold";
}
.Offers .nostock {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e54847;
  border-radius: 2px;
  z-index: 2;
  padding: 4px 5px 2px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  font-family: "AvenirNextRegular";
}
.Offers .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 100%;
}
.Offers .pic img {
  display: block;
  object-fit: cover;
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.Offers .screen {
  overflow: hidden;
}
.Offers .info {
  text-align: center;
  margin-top: 14px;
  position: relative;
  transition: all 0.35s;
}
.Offers .name {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-family: "AvenirNextBold";
}
.Offers .ratestar {
  margin-top: 4px;
}
.Offers .caption {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-family: "AvenirNextRegular";
}
.Offers .value {
  color: red;
  font-size: 14px;
  line-height: 19px;
  font-family: "AvenirNextRegular";
  margin-top: 2px;
}
.Offers .sub {
  margin-top: 15px;
  transition: all 0.35s;
}
.Offers .sub .swiper-slide {
  width: auto;
  margin-right: 5px;
}
.Offers .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
  background: #e9eaed;
  border: 2px solid transparent;
}
.Offers .icon img {
  display: block;
  object-fit: contain;
  max-height: 30px;
  max-width: 28px;
}
.Offers .icon.selected {
  border-color: #6a9af7;
}
.Offers .more {
  display: flex;
  justify-content: center;
  margin-top: 11px;
  position: relative;
  width: 100%;
  transition: all 0.35s;
}
.Offers .add {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  cursor: pointer;
  background: #fff;
  height: 33px;
  border: 1px solid #000;
  color: #000;
  border-radius: 0px;
  font-size: 13px;
  padding: 0px 22px 0px;
  font-family: "" AvenirNextBold "";
}
.Offers .add img {
  display: block;
  object-fit: contain;
  max-height: 16px;
  margin-right: 8px;
}
@media (max-width: 1320px) {
  .Offers .extra > li {
    width: 100%;
  }
  .Offers .extra > li + li {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .Offers {
    padding-top: 49px;
  }
  .Offers .box {
    /* height: 250px; */
    height: 100%; 
  }
  .Offers .add {
    font-size: 12px;
  }
}
@media (max-device-width: 1024px) {
  .Offers .options,
  .Offers .more {
    opacity: 1;
    pointer-events: visible;
  }
}
.Offers .box {
  border: 1px solid #000;
}
.Offers .pic {
  align-items: center;
}
@media (min-width: 1700px) {
  .Offers .listing > li {
    width: calc(20% - 22px);
  }
}
@media (max-width: 1055px) {
  .Offers .listing > li {
    width: calc(33.33% - 22px);
  }
}
@media (max-width: 767px) {
  .Offers .listing > li {
    width: calc(50% - 22px);
  }
  .Offers .blackbtn {
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  .Offers .listing > li {
    width: calc(100% - 22px);
  }
}
.Offers.version3 .swiper-wrapper {
  transform: none !important;
  flex-wrap: wrap;
}
.Offers.version3 .swiper-slide {
  margin-bottom: 55px;
}
.Offers.version3 .swiper-pagination {
  display: none !important;
}
@media (max-width: 767px) {
  .Offers.version3 .swiper-slide {
    margin-bottom: 33px;
  }
}
.Qty {
  display: flex;
  width: 100%;
}
.Qty > li {
  border-left: 1px solid #000000;
  height: 37px;
}
.Qty > li:nth-child(2) {
  width: calc(100% - 80px);
}
.Qty > li:nth-child(1) {
  width: 40px;
}
.Qty > li:nth-child(3) {
  width: 40px;
}
.Qty .minus {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  border: 1px solid #000000;
  font-size: 12px;
  color: #000;
}
.Qty .minus:after {
  content: "\f068";
  font-family: FontAwesome;
}
.Qty .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.35s;
  border: 1px solid #000000;
  border-left: 0px;
  font-size: 12px;
  color: #000;
}
.Qty .plus:after {
  content: "\f067";
  font-family: FontAwesome;
}
.Qty .field {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-left: 0px;
}
.Qty .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4px;
  color: #000;
  font-size: 15px;
  font-family: "AvenirNextRegular";
  font-weight: 600;
}
@media (max-width: 767px) {
  .Qty > li {
    height: 33px;
  }
  .Qty .custinput {
    font-size: 14px;
  }
  .Qty .plus,
  .Qty .minus {
    font-size: 11px;
  }
}
.itemInfo {
  padding: 30px 0px 10px;
}
.itemInfo .holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itemInfo .holder > li:nth-child(1) {
  width: 340px;
}
.itemInfo .holder > li:nth-child(2) {
  width: calc(100% - 410px);
}
.itemInfo .screen {
  width: 100%;
  overflow: hidden;
}
.itemInfo .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 59vh;
}
.itemInfo .swiper-wrapper {
  width: calc(100% + 6px);
}
.itemInfo .swiper-slide {
  width: calc(100% - 6px);
  margin-right: 6px;
}
.itemInfo .swiper-pagination {
  margin-top: 11px;
}
.itemInfo .info {
  padding-top: 12px;
  max-width: 90%;
}
.itemInfo .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.itemInfo .options > li:nth-child(1) {
  width: 130px;
}
.itemInfo .options > li:nth-child(2) {
  width: calc(100% - 139px);
}
.itemInfo .categorytitle {
  color: #000000;
  text-align: left;
}
.itemInfo .caption {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  margin-top: 3px;
}
@media (max-width: 767px) {
  .itemInfo .caption {
    font-size: 14px;
    line-height: 21px;
  }
}
.itemInfo .text {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  margin-top: 27px;
}
@media (max-width: 767px) {
  .itemInfo .text {
    font-size: 14px;
    line-height: 21px;
  }
}
.itemInfo .extra {
  margin-top: 33px;
}
.itemInfo .extra > li + li {
  margin-top: 12px;
}
.itemInfo .subunit {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  transition: all 0.35s;
  padding: 11px 33px 11px 11px;
  position: relative;
  font-size: 17px;
  font-family: "AvenirNextRegular";
  font-weight: 400;
  line-height: 22px;
  cursor: default;
  color: #fff;
  text-align: center;
  background: #000000;
  text-transform: uppercase;
}
.itemInfo .subunit:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 11px;
  color: #000000;
  display: none;
  /*background:#ddd; color:@black;*/
}
.itemInfo .pop {
  padding-top: 12px;
}
.itemInfo .subtext {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  max-width: 90%;
}
@media (max-width: 767px) {
  .itemInfo .subtext {
    font-size: 14px;
    line-height: 21px;
  }
}
.itemInfo .rating {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.itemInfo .rating > li {
  margin-right: 7px;
}
.itemInfo .label {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1055px) {
  .itemInfo .holder > li:nth-child(1) {
    width: 340px;
  }
  .itemInfo .holder > li:nth-child(2) {
    width: calc(100% - 378px);
  }
  .itemInfo .info {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .itemInfo {
    padding-bottom: 0px;
  }
  .itemInfo .holder > li:nth-child(1) {
    width: 100%;
  }
  .itemInfo .holder > li:nth-child(2) {
    width: 100%;
    padding-top: 12px;
  }
  .itemInfo .subunit {
    font-size: 14px;
    line-height: 21px;
    padding: 9px 26px 9px 12px;
  }
}
@media (max-width: 767px) {
  .itemInfo + .Offers {
    padding-top: 35px;
  }
}
.Materials {
  padding: 44px 0px 53px;
}
.Materials .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Materials .cols > li {
  width: 46%;
}
.Materials .cols > li:nth-child(2) {
  background: #f9f9f9;
  padding: 10px 0px 15px;
}
.Materials .logo {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.Materials .logo img {
  display: block;
  object-fit: contain;
  max-height: 48px;
}
.Materials .caption {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: normal;
}
.Materials .text {
  font-size: 18px;
  line-height: 26px;
  color: #726e6e;
  margin-top: 10px;
  font-weight: normal;
}
.Materials .list {
  display: flex;
  flex-wrap: wrap;
}
.Materials .list > li {
  width: 50%;
  padding: 12px;
}
.Materials .item {
  display: block;
  text-align: center;
}
.Materials .icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 66px;
}
.Materials .icon img {
  display: block;
  object-fit: contain;
  max-height: 66px;
}
.Materials .subtitle {
  color: #000000;
  position: relative;
  margin: 8px auto 0px;
  max-width: 300px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
@media (max-width: 1111px) {
  .Materials .list > li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Materials .cols > li {
    width: 100%;
  }
  .Materials .cols > li:nth-child(2) {
    margin-top: 28px;
  }
  .Materials .icon {
    height: 55px;
  }
  .Materials .icon img {
    max-height: 55px;
  }
  .Materials .logo img {
    max-height: 37px;
  }
  .Materials .logo {
    margin-bottom: 19px;
  }
  .Materials .subtitle,
  .Materials .caption,
  .Materials .text {
    font-size: 14px;
    line-height: 21px;
  }
}
.Featured {
  padding-bottom: 11px;
}
.Featured .grp {
  display: flex;
  flex-wrap: wrap;
}
.Featured .grp > li:nth-child(1) {
  width: 65%;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px 11px 28px;
}
.Featured .grp > li:nth-child(2) {
  width: 35%;
}
.Featured .pic {
  height: 100%;
}
.Featured .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Featured .more {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.Featured .info {
  text-align: center;
  max-width: 580px;
  position: relative;
  margin: auto;
}
.Featured .title {
  color: #fff;
  font-size: 27px;
  line-height: 35px;
  font-weight: normal;
}
.Featured .text {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .Featured .grp > li:nth-child(1) {
    width: 100%;
    padding: 0px;
    display: block;
    padding: 33px 16px 40px;
    order: 2;
  }
  .Featured .grp > li:nth-child(2) {
    width: 100%;
    order: 1;
  }
  .Featured .title {
    font-size: 22px;
    line-height: 29px;
  }
  .Featured .text {
    font-size: 15px;
    line-height: 21px;
    margin-top: 16px;
  }
  .Featured .pic {
    height: auto;
  }
  .Featured .pic img {
    height: auto;
  }
}
.desktop .Offers .pic:hover img {
  transform: scale(1.03);
}
.desktop .Offers .cloze:hover {
  color: #726e6e;
}
.desktop .filtersection .item:hover {
  color: #fff;
  background: #434549;
}
@keyframes moveinout {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(29px);
  }
  100% {
    transform: translateY(0px);
  }
}
.Recipes {
  position: relative;
}
.Recipes .wrap {
  padding: 77px 0px 92px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Recipes .wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.62);
}
.Recipes .container {
  z-index: 1;
}
.Recipes .title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  margin-bottom: 49px;
  text-transform: uppercase;
  font-family: "AvenirNextBold";
  font-size: 60px;
  line-height: 66px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Recipes .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Recipes .more {
  display: flex;
  margin-top: 22px;
}
.Recipes .inner {
  position: relative;
  margin: auto;
  max-width: 1140px;
}
.Recipes .swiper-slide {
  width: calc(25% - 11px);
  margin-right: 11px;
}
.Recipes .swiper-slide:last-child {
  margin-right: 0px;
}
.Recipes .swiper-slide:nth-child(even) {
  padding-top: 35px;
}
.Recipes .swiper-slide:nth-child(even) .item {
  border-color: #d0b94d;
}
.Recipes .pic {
  overflow: hidden;
}
.Recipes .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 0.35s;
}
.Recipes .item {
  display: block;
  position: relative;
  border: 12px solid #2c3a60;
}
.Recipes .swiper-pagination {
  margin-top: 33px;
}
.Recipes .swiper-pagination-bullet {
  background: #fff;
}
.Recipes .shape {
  position: absolute;
  pointer-events: none;
  top: -70px;
  left: 5%;
  animation: moveinout 5s linear infinite;
}
.Recipes .shape img {
  display: block;
  object-fit: contain;
  max-height: 200px;
}
@media (max-width: 1450px) {
  .Recipes .shape img {
    max-height: 120px;
  }
}
@media (max-width: 1200px) {
  .Recipes .swiper-slide {
    width: 240px;
  }
}
@media (max-width: 1007px) {
  .Recipes .title {
    font-size: 44px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .Recipes .title {
    font-size: 33px;
    line-height: 40px;
    max-width: 370px;
  }
  .Recipes .swiper-slide {
    width: 200px;
  }
  .Recipes .item {
    border-width: 7px;
  }
  .Recipes .wrap {
    padding-bottom: 50px;
  }
}
.Categs {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 120px;
  background: url(../images/shape_milk.jpg) no-repeat left top;
  background-size: 440px;
}
.Categs .container {
  background: url(../images/seeds.jpg) no-repeat right top;
  background-size: 310px;
}
.Categs .head {
  text-align: center;
  margin-bottom: 36px;
}
.Categs .title {
  color: #2c3a60;
  font-family: "AvenirNextBold";
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Categs .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Categs .text {
  color: #000000;
  margin: 16px auto 0px;
  font-family: "AvenirNextRegular";
  font-size: 19px;
  line-height: 25px;
  font-weight: normal;
  max-width: 420px;
}
@media (max-width: 767px) {
  .Categs .text {
    font-size: 15px;
    line-height: 22px;
  }
}
.Categs .line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
.Categs .line img {
  object-fit: contain;
  height: 50px;
}
.Categs .swiper-slide {
  width: 172px;
  height: 474px;
  margin-right: 34px;
}
.Categs .item {
  display: block;
  height: 100%;
  position: relative;
  border-radius: 94px;
  overflow: hidden;
  transition: all 0.35s;
}
.Categs .pic {
  height: 100%;
}
.Categs .pic img {
  height: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
}
.Categs .marker {
  z-index: 1;
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 158px;
  width: 158px;
  background: #2c3a60;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}
.Categs .marker:after {
  display: block;
  content: "";
  border-radius: 100%;
  border: 2px dashed #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 143px;
  height: 143px;
  animation: rotatein 8s linear infinite;
}
.Categs .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-bottom: 6px;
}
.Categs .icon img {
  display: block;
  object-fit: contain;
  max-height: 50px;
  max-width: 60px;
}
.Categs .caption {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  font-family: "AvenirNextBold";
}
.Categs .swiper-pagination {
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .Categs {
    background-size: 300px;
  }
  .Categs .container {
    background-size: 200px;
  }
}
@media (max-width: 1000px) {
  .Categs {
    background-size: 200px;
  }
}
@media (max-width: 767px) {
  .Categs {
    background-size: 110px;
    background-position: -22px -29px;
    padding: 50px 0px 40px;
  }
  .Categs .line img {
    height: 31px;
  }
  .Categs .swiper-slide {
    width: 142px;
    height: 444px;
    margin-right: 20px;
  }
  .Categs .marker {
    width: 133px;
    height: 133px;
  }
  .Categs .marker:after {
    width: 119px;
    height: 119px;
  }
  .Categs .icon {
    height: 44px;
  }
  .Categs .icon img {
    max-height: 40px;
  }
  .Categs .caption {
    font-size: 13px;
  }
  .Categs .container {
    background-size: 110px;
    background-position: 105% bottom;
    padding-bottom: 30px;
  }
  .Categs .title {
    font-size: 30px;
    line-height: 37px;
  }
  .Categs .text {
    margin-top: 9px;
  }
}
.sortmenu {
  position: relative;
}
.sortmenu.loading:after {
  margin: auto;
  bottom: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  pointer-events: none;
  display: block !important;
  content: "";
  color: #fff;
  border: 0px;
  color: #2c3a60;
  bottom: -24px;
}
.sortmenu .screen {
  opacity: 0;
}
.sortmenu .screen.swiper-container-initialized {
  opacity: 1;
}
.sortmenu .swiper-slide {
  width: auto;
  margin-right: 50px;
}
.sortmenu .swiper-slide:last-child {
  margin-right: 10px;
}
.sortmenu .subitem {
  display: block;
  cursor: pointer;
  text-align: center;
  transition: all 0.35s;
}
.sortmenu .subitem.selected .subicon {
  opacity: 1;
}
.sortmenu .subicon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  opacity: 0.24;
  margin-bottom: 4px;
  transition: all 0.35s;
}
.sortmenu .subicon img {
  display: block;
  object-fit: contain;
  max-height: 32px;
  max-width: 47px;
}
.sortmenu .subcaption {
  font-size: 14px;
  line-height: 18px;
  color: #2c3a60;
  font-family: "GillSansBold";
  font-weight: normal;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .sortmenu .subcaption {
    font-size: 13px;
    line-height: 17px;
  }
  .sortmenu .swiper-slide {
    width: auto;
    margin-right: 33px;
  }
  .sortmenu .subicon {
    height: 33px;
  }
  .sortmenu .subicon img {
    max-height: 28px;
  }
}
.Shopping {
  padding: 0px 0px 70px;
  position: relative;
  overflow: hidden;
}
.Shopping .title {
  color: #2c3a60;
  margin-bottom: 44px;
  text-align: center;
  font-family: "AvenirNextBold";
  font-size: 54px;
  line-height: 60px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Shopping .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Shopping .grid {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.Shopping .grid > li {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 40px;
}
.Shopping .shopitem {
  display: block;
  position: relative;
  border: 1px solid #ebebec;
  overflow: hidden;
  height: 448px;
  border-radius: 12px;
}
.Shopping .shopitem .top {
  background: #f6f6f6;
  height: 269px;
  position: relative;
  max-width: 100%;
}
.Shopping .shopitem .sales {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #d0b94d;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 24px;
  font-size: 11px;
  font-family: "GillSansBold";
  padding: 0px 9px 0px;
}
.Shopping .shopitem .screen {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  left: 0px;
  width: 100%;
  height: 190px;
}
.Shopping .shopitem .info {
  text-align: center;
  padding: 17px 8px 6px;
}
.Shopping .shopitem .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 0px 15px;
}
.Shopping .shopitem .pic img {
  display: block;
  object-fit: contain;
  max-height: 172px;
}
.Shopping .shopitem .hold {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  align-items: center;
}
.Shopping .shopitem .ratestar {
  margin-right: 5px;
}
.Shopping .shopitem .count {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #726e6e;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .Shopping .shopitem .count {
    font-size: 13px;
    line-height: 21px;
  }
}
.Shopping .shopitem .name {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #2c3a60;
}
@media (max-width: 767px) {
  .Shopping .shopitem .name {
    font-size: 14px;
    line-height: 21px;
  }
}
.Shopping .shopitem .value {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #2c3a60;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .Shopping .shopitem .value {
    font-size: 14px;
    line-height: 21px;
  }
}
.Shopping .shopitem .more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.Shopping .shopitem .link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  background: #2c3a60;
  border-radius: 18px;
  padding: 0px 18px 0px;
  height: 33px;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  font-family: "GillSansBold";
  font-weight: normal;
}
.Shopping .shopitem .swiper-pagination {
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 12px;
}
@media (max-width: 1210px) {
  .Shopping .grid > li {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 967px) {
  .Shopping .grid > li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .Shopping {
    padding-bottom: 40px;
  }
  .Shopping .shopitem .name {
    font-size: 13px;
    line-height: 18px;
  }
  .Shopping .shopitem .top {
    height: 230px;
  }
  .Shopping .shopitem .pic {
    height: 150px;
  }
  .Shopping .shopitem .pic img {
    max-height: 140px;
  }
  .Shopping .shopitem {
    height: 412px;
  }
  .Shopping .grid > li {
    margin-bottom: 19px;
  }
  .Shopping .shopitem .link {
    font-size: 12px;
  }
  .Shopping .title {
    font-size: 35px;
    line-height: 42px;
  }
  .Shopping .shopitem .screen {
    height: 160px;
  }
}
@media (max-width: 597px) {
  .Shopping .grid > li {
    width: calc(100% - 30px);
  }
}
.blackbtn {
  height: 40px;
  transition: 0.3s all;
  padding: 2px 20px 0px;
  cursor: pointer;
  background: #000;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "AvenirNextBold";
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
}
.blackbtn.white {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .blackbtn {
    font-size: 13px;
    height: 33px;
  }
}
.desktop .blackbtn:hover {
  background: #434549;
}
.desktop .blackbtn.white:hover {
  background: #434549;
  border-color: #434549;
  color: #fff;
}
.desktop .blackbtn.white:active {
  background: #000000;
  border-color: #000000;
}
.Offers + .section_insta {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .Offers + .section_insta {
    padding-top: 0px;
  }
}
.Slideshow .screen {
  position: relative;
  overflow: hidden;
}
.Slideshow .prev,
.Slideshow .next {
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  font-size: 54px;
  color: #fff;
  transition: all 0.35s;
  z-index: 1;
  text-shadow: 0px 0px 10px #000;
}
.Slideshow .prev {
  left: 0px;
}
.Slideshow .next {
  right: 0px;
}
.Slideshow .pic {
  position: relative;
  width: 63%;
  height: 100%;
  /*&:after{.absoluteDivCreate();background:rgba(0,0,0,0.22);}*/
}
.Slideshow .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  /* height: 500px; */
  height: 100%;
}
.Slideshow .holder {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 50px 30px 50px 47px;
  width: 37%;
  background: #000;
}
.Slideshow .container {
  margin: 0px;
  padding: 22px;
  width: 100%;
}
.Slideshow .caption {
  font-family: "AvenirNextBold";
  color: #fff;
  font-size: 55px;
  line-height: 63px;
}
.Slideshow .info {
  max-width: 500px;
  transform: translateY(22px);
  opacity: 0;
  transition: 0.33s ease-in-out;
  transition-delay: 0.57s;
}
.Slideshow .swiper-pagination {
  position: absolute;
  bottom: 13px;
  left: 0px;
}
.Slideshow .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
}
.Slideshow .swiper-slide {
  height: auto;
}
.Slideshow .swiper-slide-active .info {
  opacity: 1;
  transform: translateY(0px);
}
.Slideshow .item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.Slideshow .extra {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .Slideshow .caption {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .Slideshow .caption {
    font-size: 28px;
    line-height: 37px;
  }
  .Slideshow .pic img {
    height: 42vh;
    /* height: 100%; */
  }
  .Slideshow .pic {
    width: 100%;
  }
  .Slideshow .info {
    width: 100%;
    max-width: none;
  }
  .Slideshow .holder {
    width: 100%;
    height: auto;
    padding: 22px;
    text-align: center;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Slideshow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .Slideshow .prev,
  .Slideshow .next {
    top: 66px;
    margin: 0px;
    font-size: 44px;
  }
}
.desktop .Slideshow .prev:hover,
.desktop .Slideshow .next:hover {
  color: #726e6e;
}
.desktop .Slideshow .prevv:active,
.desktop .Slideshow .nextt:active {
  color: #000000;
}
#sectionblog {
  position: relative;
  height: 1px;
  top: -155px;
}
@media (max-width: 767px) {
  #sectionblog {
    top: -70px;
  }
}
.theblog {
  padding: 50px 0px 50px;
  position: relative;
  margin-top: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.theblog .categorytitle {
  font-family: "AzeriSansBlack";
}
.theblog .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  max-width: 1111px;
}
.theblog .list > li {
  width: calc(50% - 12px);
  margin-bottom: 24px;
}
.theblog .subinfo {
  background: #000;
  min-height: 140px;
  display: flex;
  align-items: center;
  padding: 12px 20px 12px;
  flex-wrap: wrap;
}
.theblog .subinfo > li:nth-child(1) {
  flex: 1;
}
.theblog .subinfo > li:nth-child(2) {
  width: 140px;
  display: flex;
  justify-content: flex-end;
}
.theblog .value {
  color: #fff;
  font-size: 14px;
}
.theblog .subname {
  color: #fff;
  font-size: 19px;
  max-width: 200px;
  font-weight: 400;
  margin-top: 6px;
}
.theblog .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 37px;
  padding: 0px 12px;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  transition: all 0.35s;
}
.theblog .subitem {
  display: block;
  transition: all 0.35s;
  height: 100%;
  background: #000;
}
.theblog .photo img {
  display: block;
  object-fit: cover;
  width: 100%;
}
.theblog .shape {
  position: absolute;
  pointer-events: none;
  top: -11px;
  right: 5%;
  animation: moveinout 5s linear infinite;
  z-index: 3;
}
.theblog .shape img {
  display: block;
  object-fit: contain;
  height: 107px;
}
.theblog .shape2 {
  position: absolute;
  pointer-events: none;
  bottom: -20px;
  left: 0px;
  /*animation: moveinout 5s linear infinite;*/
  z-index: 1;
}
.theblog .shape2 img {
  display: block;
  object-fit: contain;
  height: 133px;
  transform: scaleX(-1);
}
.theblog .extra {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.theblog .container {
  z-index: 2;
}
.theblog .top {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.theblog .outer {
  position: relative;
}
.theblog .swiper-button-disabled {
  opacity: 0.33;
  pointer-events: none;
}
.theblog .prev {
  position: absolute;
  top: 0px;
  left: -37px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 33px;
  cursor: pointer;
  bottom: 0px;
  margin: auto;
  font-size: 44px;
  color: #000000;
  transition: all 0.35s;
  z-index: 2;
  justify-content: flex-start;
}
.theblog .next {
  position: absolute;
  top: 0px;
  right: -37px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 33px;
  cursor: pointer;
  bottom: 0px;
  margin: auto;
  font-size: 44px;
  color: #000000;
  transition: all 0.35s;
  z-index: 2;
  justify-content: flex-end;
}
.theblog .name {
  color: #000;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 20px;
}
.theblog .caption {
  color: #000;
  margin-top: 3px;
  max-width: 420px;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  line-height: 20px;
}
.theblog .subdate {
  color: #000;
  margin-top: 3px;
  font-style: italic;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  line-height: 20px;
}
.theblog .screen {
  overflow: hidden;
  position: relative;
}
.theblog .line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 23px;
}
.theblog .line img {
  display: block;
  object-fit: contain;
  height: 34px;
}
.theblog .new {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #d0b94d;
  border-radius: 100%;
  right: -7px;
  top: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.theblog .swiper-slide {
  width: 267px;
  margin-right: 11px;
  height: auto;
  position: relative;
}
.theblog .swiper-slide:last-child {
  margin-right: 0px;
}
.theblog .item {
  padding: 10px;
  display: block;
  height: 100%;
  background: #fff;
}
.theblog .pic {
  height: 246px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}
.theblog .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.35s;
}
.theblog .info {
  padding: 7px 0px 0px;
}
.theblog .date {
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #726e6e;
  position: relative;
  padding-left: 18px;
}
.theblog .date:after {
  display: block;
  content: "";
  background: url(../images/calendar.svg) no-repeat 0px 0px;
  background-size: 13px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.theblog .more {
  display: flex;
  margin-top: 7px;
}
.theblog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c3a60;
  transition: all 0.35s;
  height: 32px;
  padding: 0px 20px 0px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 11px;
  color: #fff;
}
.theblog .swiper-pagination {
  margin-top: 18px;
}
.theblog .swiper-pagination-bullet {
  background: #000;
}
@media (max-width: 1300px) {
  .theblog .outer {
    padding: 0px 30px;
  }
  .theblog .prev {
    left: -6px;
  }
  .theblog .next {
    right: -6px;
  }
}
@media (max-width: 767px) {
  .theblog {
    margin-top: 43px;
  }
  .theblog .line {
    margin-top: 12px;
  }
  .theblog .line img {
    height: 23px;
  }
  .theblog .swiper-slide {
    width: 217px;
    margin-right: 9px;
  }
  .theblog .pic {
    height: 214px;
  }
  .theblog .shape img {
    height: 68px;
  }
  .theblog .shape {
    right: 10px;
  }
  .theblog .shape2 img {
    height: 98px;
  }
  .theblog .screen {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0px 15px;
  }
  .theblog .outer {
    padding: 0px 33px;
  }
  .theblog .prev {
    left: -7px;
    font-size: 37px;
  }
  .theblog .next {
    right: -6px;
    font-size: 37px;
  }
  .theblog .subdate {
    font-size: 14px;
  }
  .theblog .subinfo > li:nth-child(1) {
    flex: unset;
    width: 100%;
  }
  .theblog .subinfo > li:nth-child(2) {
    width: 100%;
    justify-content: center;
    margin-top: 22px;
  }
  .theblog .subinfo {
    padding: 22px 15px 22px;
  }
  .theblog .btn {
    height: 31px;
    font-size: 14px;
  }
  .theblog .subname {
    font-size: 18px;
  }
  .theblog .value {
    font-size: 13px;
  }
  .theblog .list > li {
    width: 100%;
    margin-bottom: 17px;
  }
  .theblog .shape {
    display: none;
  }
  .theblog .list {
    max-width: 500px;
  }
}
@media (max-width: 527px) {
  .theblog .title {
    font-size: 35px;
    line-height: 41px;
  }
}
.desktop .theblog .prev:hover,
.desktop .theblog .next:hover {
  color: #d0b94d;
}
.desktop .theblog .btn:hover {
  background: #434549;
  color: #fff;
}
.desktop .theblog .btn:active {
  background: #000;
}
.horiz_line {
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 30px 0px 30px;
  max-width: calc(100% - 240px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .horiz_line {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  .horiz_line {
    max-width: calc(100% - 30px);
  }
}
.section_insta {
  padding: 40px 0px 0px;
}
.section_insta .top {
  text-align: center;
  margin-bottom: 15px;
}
.section_insta .subtitle {
  color: #726e6e;
  margin-top: 3px;
  font-size: 20px;
}
.section_insta .staticimage {
  display: block;
  width: 100%;
}
@media (max-width: 1007px) {
  .section_insta .title {
    font-size: 44px;
    line-height: 50px;
  }
  .section_insta .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section_insta .title {
    font-size: 34px;
    line-height: 40px;
    max-width: 377px;
  }
  .section_insta .subtitle {
    font-size: 15px;
    line-height: 21px;
  }
}
.ourservices {
  padding: 40px 0px 0px;
}
.ourservices .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 25px;
}
.ourservices .list > li {
  margin: 0px 25px 40px;
  max-width: calc(33.33% - 50px);
}
.ourservices .item {
  display: block;
  max-width: 400px;
  position: relative;
  padding-left: 57px;
}
.ourservices .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  left: 0px;
  height: 44px;
}
.ourservices .icon img {
  display: block;
  object-fit: contain;
  max-height: 37px;
  max-width: 40px;
}
.ourservices .caption {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 767px) {
  .ourservices .caption {
    font-size: 13px;
    line-height: 21px;
  }
}
.ourservices .text {
  color: #726e6e;
  margin-top: 4px;
  font-size: 13px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .ourservices {
    padding: 0px 0px 10px;
  }
  .ourservices .list > li {
    margin: 0px 0px 33px;
    max-width: none;
    width: 100%;
  }
  .ourservices .list > li:last-child {
    margin-bottom: 0px;
  }
  .ourservices .icon {
    height: 35px;
  }
  .ourservices .icon img {
    max-height: 33px;
    max-width: 29px;
  }
  .ourservices .item {
    padding-left: 44px;
  }
}
.Sponsors {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 67px;
}
.Sponsors .swiper-slide {
  width: auto;
  margin-right: 50px;
}
.Sponsors .swiper-slide:last-child {
  margin-right: 0px;
}
.Sponsors .item {
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.Sponsors .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115px;
}
.Sponsors .pic img {
  display: block;
  object-fit: contain;
  max-height: 99px;
  max-width: 188px;
}
.Sponsors .swiper-pagination {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .Sponsors {
    padding: 0px 0px 50px;
  }
  .Sponsors .pic {
    height: 85px;
  }
  .Sponsors .pic img {
    max-height: 75px;
    max-width: 108px;
  }
  .Sponsors .swiper-slide {
    margin-right: 38px;
  }
  .Sponsors .swiper-pagination {
    margin-top: 33px;
  }
}
.topsection {
  text-align: center;
  position: relative;
}
.topsection .wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 230px 0px 100px;
}
.topsection .wrap:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
}
.topsection .container {
  z-index: 1;
}
.topsection .title {
  text-transform: uppercase;
  color: #fff;
  font-family: "AvenirNextBold";
  font-size: 49px;
  line-height: 55px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .topsection .title {
    font-size: 35px;
    line-height: 41px;
  }
}
.topsection .caption {
  color: #d0b94d;
  font-family: "AvenirNextRegular";
  font-size: 29px;
  line-height: 35px;
  font-weight: 500;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .topsection .caption {
    font-size: 18px;
    line-height: 23px;
  }
}
.topsection .url {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 9px;
}
.topsection .url > li {
  margin: 0px 15px 11px;
  position: relative;
}
.topsection .url > li + li:after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 4px;
  left: -15px;
  width: 1.5px;
  border-left: 2px solid #fff;
  height: 18px;
}
.topsection .url .item {
  font-family: "AvenirNextRegular";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .topsection .url .item {
    font-size: 16px;
    line-height: 22px;
  }
}
.topsection .url .item.selected {
  color: #d0b94d;
}
@media (max-width: 767px) {
  .topsection .wrap {
    padding: 72px 0px 80px;
  }
}
.iti {
  display: block;
  height: 100%;
}
.iti .custinput {
  padding-left: 86px !important;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none !important;
}
.iti__country-list {
  white-space: unset;
  width: 480px;
}
@media (max-width: 1020px) {
  .iti__country-list {
    max-width: calc(50vw - 85px);
  }
}
@media (max-width: 767px) {
  .iti__country-list {
    max-width: calc(100vw - 77px);
  }
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 0px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-left: 65px;
}
.iti__selected-dial-code {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.iti-mobile .iti--container {
  display: flex;
  align-items: center;
}
.optionselect .custlabel {
  padding-left: 20px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.optionselect .custlabel:before {
  display: block;
  content: "";
  border-radius: 100%;
  border: 1px solid #000;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0px;
  top: 1px;
  transition: all 0.35s;
}
.optionselect .custlabel a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.35s;
}
.optionselect .custinput {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.optionselect .custinput:checked + .custlabel:before {
  background: #d0b94d;
  border-color: #d0b94d;
}
@media (max-width: 767px) {
  .optionselect .custlabel {
    font-size: 13px;
  }
}
.inpsublabel {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .inpsublabel {
    font-size: 13px;
  }
}
.inputField.double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputField.double .field {
  width: calc(50% - 15px);
}
.inputField .inlabel {
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
  width: 100%;
}
.inputField .field {
  position: relative;
  height: 44px;
  background: #f8f8f8;
  border: 1px solid #000;
}
.inputField .field.missing {
  border-color: red !important;
}
.inputField .field.textfield {
  height: 150px;
}
.inputField .field.arrow:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: 0px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 11px;
  color: #000;
}
.inputField .date_input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.inputField .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 15px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.inputField .custinput.dateinput,
.inputField .custinput.timeinput {
  padding-left: 65px;
}
.inputField .custinput.hascalendar {
  cursor: pointer;
}
.inputField .upldBtn + input {
  padding-left: 50px;
}
.inputField .custtextarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding: 13px 15px 13px;
  font-family: "Montserrat", sans-serif;
}
.inputField .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 25px;
  font-family: "Montserrat", sans-serif;
}
.inputField .custselect option {
  color: #000000;
}
.inputField .field.dateicon {
  display: flex;
  align-items: center;
}
.inputField .field.timeicon {
  display: flex;
  align-items: center;
}
.inputField input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.inputField input[type="time"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media (max-width: 767px) {
  .inputField .custtextarea,
  .inputField .custselect,
  .inputField .custinput {
    font-size: 13px;
  }
  .inputField .field {
    height: 40px;
  }
  .inputField .field.textfield {
    height: 130px;
  }
  .inputField .inlabel {
    font-size: 13px;
  }
  .inputField.double .field {
    width: 100%;
  }
  .inputField.double .field + .field {
    margin-top: 17px;
  }
}
.inputField + .choose {
  margin-top: 19px;
}
@media (max-width: 767px) {
  .inputField + .choose {
    margin-top: 11px;
  }
}
.messageus {
  position: relative;
  overflow: hidden;
  padding: 90px 0px 80px;
}
.messageus .wrap {
  position: relative;
  margin: auto;
  max-width: 1000px;
  /*&:after{display:block;content:'';background:@yellow;pointer-events:none;
                position:absolute;left:20px;width:~"calc(100vw)";top:-100px;
                height:~"calc(100% + 200px)";transform:translateX(-100%);
        }*/
}
.messageus .categorytitle {
  margin-bottom: 11px;
}
.messageus .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.messageus .cols > li:nth-child(1) {
  width: calc(45% - 20px);
}
.messageus .cols > li:nth-child(2) {
  width: calc(55% - 20px);
}
.messageus .inner {
  position: relative;
  z-index: 1;
}
.messageus .boxes > li + li {
  margin-top: 25px;
}
.messageus .item {
  display: block;
  background: #f8f8f8;
  padding: 13px;
  border: 1px solid #ccc;
  display: flex;
}
.messageus .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d0b94d;
  width: 80px;
  height: 70px;
  padding: 7px;
  margin-right: 10px;
}
.messageus .item .icon svg {
  width: auto;
  height: 40px;
}
.messageus .item .info {
  width: calc(100% - 90px);
  padding-top: 5px;
}
.messageus .item .titre {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .messageus .item .titre {
    font-size: 14px;
    line-height: 21px;
  }
}
.messageus .item .text {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #545454;
  font-weight: 500;
}
@media (max-width: 767px) {
  .messageus .item .text {
    font-size: 14px;
    line-height: 21px;
  }
}
.messageus .item .text a {
  color: #545454;
}
.messageus .holder {
  box-shadow: 0px 0px 10px #e2e2e2;
  padding: 30px 30px;
}
.messageus .subtitle {
  margin-bottom: 26px;
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 27px;
  line-height: 33px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .messageus .subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.messageus .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.messageus .list > li {
  width: calc(50% - 11px);
  margin-bottom: 18px;
}
.messageus .list > li.wide {
  width: 100%;
}
.messageus .shape1 {
  position: absolute;
  left: -50px;
  top: 63px;
  z-index: 1;
  animation: rotatein 14s linear infinite;
}
.messageus .shape1 img {
  display: block;
  object-fit: contain;
  max-height: 230px;
}
.messageus .shape2 {
  position: absolute;
  right: -280px;
  bottom: 73px;
  animation: rotatein 14s linear infinite;
}
.messageus .shape2 img {
  display: block;
  object-fit: contain;
  max-height: 250px;
}
.messageus .message {
  padding-top: 12px;
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  display: none;
}
@media (max-width: 767px) {
  .messageus .message {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 1007px) {
  .messageus .cols > li:nth-child(1) {
    width: calc(45% - 10px);
  }
  .messageus .cols > li:nth-child(2) {
    width: calc(55% - 10px);
  }
  .messageus .holder {
    padding-left: 18px;
    padding-right: 18px;
  }
  .messageus .list > li {
    width: 100%;
  }
  .messageus .item .icon {
    width: 50px;
    height: 55px;
  }
  .messageus .item .icon svg {
    height: 29px;
    width: auto;
  }
  .messageus .item .info {
    width: calc(100% - 57px);
  }
}
@media (max-width: 767px) {
  .messageus {
    padding-bottom: 12px;
    padding-top: 34px;
  }
  .messageus .cols > li:nth-child(1) {
    width: calc(100% - 0px);
  }
  .messageus .cols > li:nth-child(2) {
    width: calc(100% - 0px);
  }
  .messageus .wrap:after {
    display: none;
  }
  .messageus .holder {
    margin-top: 33px;
  }
  .messageus .shape1 {
    top: -113px;
  }
  .messageus .shape1 img {
    max-height: 147px;
  }
  .messageus .shape2 {
    bottom: -140px;
    right: -10px;
  }
  .messageus .shape2 img {
    max-height: 127px;
  }
  .messageus .item .text {
    font-size: 14px;
    line-height: 20px;
  }
  .messageus .item {
    padding-right: 8px;
  }
}
.opensearch {
  overflow: hidden;
}
.opensearch .searchpopup {
  transform: translateY(0%);
}
.searchpopup {
  background: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 13 !important;
  -webkit-overflow-scrolling: touch;
  z-index: 4;
  transform: translateY(-100%);
  transition: all 0.35s;
}
.searchpopup .exit {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  font-size: 44px;
  height: 55px;
  width: 55px;
  position: absolute;
  top: 33px;
  right: 33px;
  color: #fff;
}
.searchpopup .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
}
.searchpopup .holder {
  width: 100%;
  max-width: 800px;
}
.searchpopup .field {
  height: 73px;
  border-bottom: 2px solid #fff;
  padding-right: 44px;
  position: relative;
}
.searchpopup .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 27px;
  color: #fff;
  font-family: "AvenirNextRegular";
  font-weight: 600;
}
.searchpopup .srchbtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-radius: 0px;
  background: none;
  position: absolute;
  padding-top: 2px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 35px;
  font-size: 25px;
  color: #fff;
  transition: all 0.35s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .searchpopup .inner {
    padding: 35px 15px;
  }
  .searchpopup .exit {
    font-size: 25px;
    height: 44px;
    width: 40px;
    right: 4px;
    top: 10px;
  }
  .searchpopup .custinput {
    font-size: 18px;
  }
  .searchpopup .field {
    height: 53px;
  }
  .searchpopup .srchbtn {
    font-size: 17px;
  }
}
.Pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0px;
}
.Pagination > li {
  margin: 0px 5px 10px;
}
.Pagination .pageitem {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 34px;
  height: 34px;
  text-align: center;
  transition: all 0.35s;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding-top: 1px;
}
.Pagination .pageitem .fa {
  font-size: 17px;
}
.Pagination .pageitem .fa-ellipsis-h {
  font-size: 12px;
}
.Pagination .pageitem.notactive {
  pointer-events: none;
}
.Pagination .pageitem.selected {
  background: #000000;
  color: #fff;
}
@media (max-width: 767px) {
  .Pagination {
    padding-bottom: 10px;
  }
  .Pagination .pageitem {
    width: 29px;
    height: 29px;
    font-size: 13px;
  }
  .Pagination > li {
    margin: 0px 3px 6px;
  }
}
.ourproducts {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px;
  background: linear-gradient(-180deg, #e1e2e3 0px, #ffffff 77px, #ffffff 100%);
}
.ourproducts .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ourproducts .cols > li:nth-child(1) {
  width: calc(100% - 440px);
}
.ourproducts .cols > li:nth-child(2) {
  width: 400px;
}
.ourproducts .listing {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
}
.ourproducts .listing > li {
  width: calc(33.33% - 30px);
  margin-right: 30px;
  margin-bottom: 39px;
}
.ourproducts .item {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 17px;
  position: relative;
}
.ourproducts .box {
  height: 235px;
  background: #eaeaea;
  margin-bottom: 18px;
  position: relative;
  display: block;
}
.ourproducts .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 33px;
  height: 100%;
  transition: all 0.35s;
}
.ourproducts .pic img {
  display: block;
  object-fit: contain;
  max-height: 190px;
}
.ourproducts .info {
  text-align: center;
  display: block;
}
.ourproducts .ratestar {
  margin-bottom: 7px;
  width: 100%;
}
.ourproducts .name {
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  display: block;
  width: 100%;
}
.ourproducts .value {
  margin-top: 7px;
  color: #d0b94d;
  font-family: "AvenirNextRegular";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 767px) {
  .ourproducts .value {
    font-size: 16px;
    line-height: 22px;
  }
}
.ourproducts .new,
.ourproducts .sale {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  background: #d0b94d;
  text-transform: uppercase;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 7px 0px;
  z-index: 1;
  color: #fff;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
}
.ourproducts .options {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
  justify-content: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
}
.ourproducts .options > li {
  margin: 0px 7px;
  width: 40px;
}
.ourproducts .options .action {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0px 0px 10px #666;
  border-radius: 100%;
  font-size: 17px;
  color: #000000;
  transition: all 0.35s;
}
.ourproducts .options .action img {
  display: block;
  object-fit: contain;
  max-height: 13px;
}
.ourproducts .head {
  position: relative;
  margin-bottom: 55px;
}
.ourproducts .left {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
}
.ourproducts .left > li + li {
  margin-left: 16px;
}
.ourproducts .left .action {
  display: flex;
  cursor: pointer;
  transition: all 0.35s;
  font-size: 24px;
  color: #232f52;
}
.ourproducts .left .action.selected {
  color: #d0b94d;
  cursor: default;
}
.ourproducts .middle {
  text-align: center;
  padding: 0px 97px 0px 90px;
}
.ourproducts .results {
  color: #2c3a60;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  font-family: "AvenirNextBold";
}
@media (max-width: 767px) {
  .ourproducts .results {
    font-size: 15px;
    line-height: 20px;
  }
}
.ourproducts .right {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
}
.ourproducts .right > li + li {
  margin-left: 16px;
}
.ourproducts .sort {
  position: relative;
  height: 47px;
  background: #f8f8f8;
  border: 1px solid #e2e2e2;
  top: -13px;
  width: 180px;
}
.ourproducts .sort:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: 0px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 10px;
  color: #2c3a60;
}
.ourproducts .sort .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0px 20px 0px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2c3a60;
}
.ourproducts .sort .custselect option {
  color: #2c3a60;
  cursor: pointer;
}
@media (min-width: 1900px) {
  .ourproducts .listing > li {
    width: calc(25% - 30px);
  }
}
@media (max-width: 1200px) {
  .ourproducts .listing > li {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
  .ourproducts .listing {
    width: calc(100% + 15px);
  }
  .ourproducts .middle {
    padding: 120px 0px 0px;
  }
}
@media (max-width: 1000px) {
  .ourproducts .cols > li:nth-child(1) {
    width: calc(55% - 20px);
  }
  .ourproducts .cols > li:nth-child(2) {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .ourproducts {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .ourproducts .cols > li:nth-child(1) {
    width: 100%;
  }
  .ourproducts .cols > li:nth-child(2) {
    width: 100%;
    padding-top: 44px;
  }
  .ourproducts .new,
  .ourproducts .sale {
    height: 21px;
    padding: 1px 7px 0px;
    font-size: 11px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 7px;
  }
  .ourproducts .sort {
    height: 40px;
    top: -10px;
  }
  .ourproducts .head {
    margin-bottom: 27px;
  }
}
@media (max-width: 507px) {
  .ourproducts .listing > li {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .ourproducts .listing {
    width: 100%;
  }
}
.ourproducts.view_list .listing {
  width: 100%;
}
.ourproducts.view_list .listing > li {
  width: 100%;
  margin-right: 0px;
}
.ourproducts.view_list .box {
  height: 190px;
  width: 40%;
  margin-bottom: 0px;
}
.ourproducts.view_list .info {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.ourproducts.view_list .pic img {
  max-height: 160px;
}
.ourproducts.view_list .pic {
  padding: 7px 12px;
}
.ourproducts.view_list .options {
  top: 73px;
}
.ourproducts.view_list .item {
  padding-bottom: 0px;
  display: flex;
}
.subBox + .subBox {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .subBox + .subBox {
    margin-top: 20px;
  }
}
.subBox {
  margin-top: -13px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 25px 23px 47px;
}
.subBox .titlebox {
  color: #000000;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  font-family: "AvenirNextBold";
  position: relative;
  padding-left: 40px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .subBox .titlebox {
    font-size: 15px;
    line-height: 20px;
  }
}
.subBox .titlebox:after {
  background: url(../images/icon_dash.svg) no-repeat 0px 0px;
  background-size: 26px;
  display: block;
  content: "";
  width: 26px;
  height: 17px;
  pointer-events: none;
  position: absolute;
  top: 9px;
  left: 0px;
}
.subBox .list > li + li {
  margin-top: 12px;
}
.subBox .list .subitem {
  transition: all 0.35s;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  position: relative;
  display: block;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .subBox .list .subitem {
    font-size: 14px;
    line-height: 21px;
  }
}
.subBox .list .subitem:after {
  display: block;
  content: "\f178";
  font-family: FontAwesome;
  color: #d0b94d;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 14px;
}
.subBox .subgrid > li + li {
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.subBox .subgrid .product {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.subBox .subgrid .photo {
  width: 80px;
  margin-right: 12px;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subBox .subgrid .photo img {
  display: block;
  object-fit: contain;
  max-height: 67px;
}
.subBox .subgrid .subinfo {
  width: calc(100% - 92px);
}
.subBox .subgrid .ratestar {
  justify-content: flex-start;
}
.subBox .subgrid .price {
  color: #d0b94d;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .subBox .subgrid .price {
    font-size: 14px;
    line-height: 21px;
  }
}
.subBox .subgrid .price .old {
  text-decoration: line-through;
  opacity: 0.5;
  padding-left: 8px;
}
.subBox .subgrid .sublabel {
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .subBox {
    margin-top: 0px;
    padding: 20px 17px 26px;
  }
  .subBox .list > li + li {
    margin-top: 9px;
  }
  .subBox .list .subitem {
    font-size: 14px;
  }
  .subBox .titlebox {
    margin-bottom: 30px;
  }
  .subBox .priceRange {
    position: absolute;
    top: 79px;
    left: 0px;
    width: 100%;
    padding: 0px 30px;
  }
  .subBox .priceRange .titre {
    display: none;
  }
  .subBox .priceRange .priceValue {
    font-size: 12px;
  }
  .subBox.rangebox .titlebox {
    display: none;
  }
  .subBox.rangebox {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: none;
  }
  .subBox .subgrid .price {
    font-size: 14px;
    line-height: 18px;
  }
}
.priceRange .titre {
  color: #000000;
  margin-bottom: 42px;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .priceRange .titre {
    font-size: 13px;
    line-height: 21px;
  }
}
.priceRange .ui-slider-horizontal {
  height: 4px;
  border: 0px;
  background: #2c3a60;
  cursor: move;
}
.priceRange .ui-slider-range {
  background: #d0b94d;
}
.priceRange .ui-state-default,
.priceRange .ui-widget-content .ui-state-default,
.priceRange .ui-widget-header .ui-state-default {
  background: #d0b94d;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 0px;
  cursor: move;
}
.priceRange .priceValue {
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  top: -25px;
  left: -4px;
}
.Details {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px;
}
.Details .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Details .cols > li:nth-child(1) {
  width: calc(100% - 420px);
}
.Details .cols > li:nth-child(2) {
  width: 400px;
}
.Details .subBox {
  margin-top: 0px;
}
.insidePrd .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insidePrd .grp > li {
  width: calc(50% - 12px);
}
.insidePrd .mainswiper {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
}
.insidePrd .mainswiper .screen {
  height: 360px;
  background: #f9f9f9;
}
.insidePrd .mainswiper .pic {
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.insidePrd .mainswiper .pic img {
  display: block;
  object-fit: contain;
  max-height: 290px;
}
.insidePrd .subswiper {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.insidePrd .subswiper .screen {
  width: 100%;
  overflow: hidden;
}
.insidePrd .subswiper .swiper-slide {
  width: auto;
  margin-right: 5px;
}
.insidePrd .subswiper .swiper-slide:last-child {
  margin-right: 0px;
}
.insidePrd .subswiper .box {
  width: 75px;
  height: 85px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  cursor: pointer;
  transition: all 0.35s;
  border: 2px solid transparent;
}
.insidePrd .subswiper .box.selected {
  border-color: #d0b94d;
}
.insidePrd .subswiper .box img {
  display: block;
  object-fit: contain;
  max-height: 60px;
}
.insidePrd .controls {
  display: flex;
  margin-top: 22px;
}
.insidePrd .prev {
  margin-right: 10px;
}
.insidePrd .prev,
.insidePrd .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: all 0.35s;
  color: #2c3a60;
  cursor: pointer;
}
.insidePrd .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.insidePrd .ratestar {
  justify-content: flex-start;
  margin-right: 5px;
}
.insidePrd .hold {
  display: flex;
  align-items: center;
}
.insidePrd .nb {
  color: #2c3a60;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  font-weight: 500;
}
.insidePrd .name {
  color: #2c3a60;
  margin-top: 4px;
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  font-family: "AvenirNextBold";
  text-transform: uppercase;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .insidePrd .name {
    font-size: 17px;
    line-height: 21px;
  }
}
.insidePrd .price {
  color: #d0b94d;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  margin-top: 12px;
}
.insidePrd .price .old {
  opacity: 0.5;
  margin-left: 11px;
  text-decoration: line-through;
  font-size: 31px;
}
.insidePrd .infopoint {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: 12px;
}
.insidePrd .infopoint > li:nth-child(1) {
  margin-right: 12px;
}
.insidePrd .subtitle {
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  font-weight: 500;
  color: #000000;
}
.insidePrd .subvalue {
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}
.insidePrd .options {
  display: flex;
  align-items: center;
  margin-top: 22px;
  flex-wrap: wrap;
}
.insidePrd .options > li:nth-child(1) {
  margin-right: 12px;
}
.insidePrd .addtocart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #2c3a60;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.35s;
  height: 60px;
  padding: 0px 30px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  line-height: 15px;
}
.insidePrd .addtocart .fa {
  margin-right: 8px;
  font-size: 15px;
}
.insidePrd .moreactions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.insidePrd .moreactions > li {
  margin-right: 16px;
  margin-bottom: 22px;
}
.insidePrd .moreactions .fa {
  font-size: 14px;
  color: #000000;
  margin-right: 5px;
}
.insidePrd .moreactions svg {
  width: 14px;
  height: auto;
  margin-right: 5px;
}
.insidePrd .moreactions .action {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  line-height: 15px;
}
.insidePrd .medias {
  display: flex;
  align-items: center;
  padding-top: 17px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.insidePrd .medias > li + li {
  margin-left: 21px;
}
.insidePrd .medias > li {
  display: flex;
}
.insidePrd .medias .mediaitem {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  font-size: 18px;
  color: #2c3a60;
}
.insidePrd .operation {
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
  border-top: 1px solid #ddd;
  margin-top: 12px;
  align-items: center;
}
.insidePrd .operation .subcaption {
  width: 100%;
  margin-bottom: 12px;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767px) {
  .insidePrd .operation .subcaption {
    font-size: 13px;
    line-height: 21px;
  }
}
.insidePrd .operation > li {
  margin-right: 5px;
}
.insidePrd .operation .card {
  display: block;
}
.insidePrd .operation img {
  display: block;
  object-fit: contain;
  max-height: 26px;
}
.moreData {
  position: relative;
  overflow: hidden;
  margin-top: 44px;
}
.moreData .menu {
  border-bottom: 2px solid #ddd;
  height: 38px;
  display: flex;
  margin-bottom: 40px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.moreData .menu .link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2c3a60;
  transition: all 0.35s;
  height: 38px;
  position: relative;
  border-bottom: 2px solid #d0b94d;
  cursor: pointer;
  padding-right: 40px;
}
.moreData .menu .link.selected {
  color: #d0b94d;
  cursor: default;
  pointer-events: none;
}
.moreData .subsections > li {
  display: none;
}
.moreData .subsections > li:nth-child(1) {
  display: block;
}
.Description .title {
  color: #000000;
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  font-family: "AvenirNextBold";
}
@media (max-width: 767px) {
  .Description .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.Description .text {
  color: #726e6e;
  margin-top: 20px;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Description .text {
    font-size: 15px;
    line-height: 21px;
  }
}
.Description .text + .title {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .Description .text {
    margin-top: 8px;
  }
  .Description .text + .title {
    margin-top: 23px;
  }
}
@media (max-width: 1220px) {
  .Details .cols > li {
    width: 100% !important;
  }
  .Details .cols > li:nth-child(2) {
    margin-top: 44px;
  }
}
@media (max-width: 820px) {
  .insidePrd .options > li {
    width: 100% !important;
  }
  .insidePrd .options > li:nth-child(2) {
    margin-top: 14px;
  }
  .insidePrd .addtocart {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .Details {
    padding-top: 40px;
  }
  .insidePrd .mainswiper .screen {
    height: 250px;
  }
  .insidePrd .mainswiper .pic img {
    max-height: 215px;
  }
  .insidePrd .subswiper .box {
    width: 65px;
    height: 70px;
  }
  .insidePrd .subswiper .box img {
    max-height: 54px;
  }
  .insidePrd .grp > li {
    width: 100%;
  }
  .insidePrd .grp > li:nth-child(2) {
    margin-top: 33px;
  }
  .insidePrd .price {
    font-size: 27px;
    line-height: 33px;
  }
  .insidePrd .price .old {
    font-size: 19px;
    line-height: 22px;
  }
  .insidePrd .addtocart {
    height: 50px;
  }
}
.Related {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 80px;
  background: linear-gradient(-180deg, #e1e2e3 0px, #ffffff 77px, #ffffff 100%);
}
.Related .head {
  text-align: center;
  margin-bottom: 44px;
}
.Related .title {
  font-family: "AvenirNextBold";
  font-size: 63px;
  line-height: 69px;
  font-weight: normal;
  color: #2c3a60;
}
@media (max-width: 767px) {
  .Related .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.Related .screen {
  overflow: hidden;
  max-width: 1192px;
  position: relative;
  margin: auto;
}
.Related .swiper-slide {
  width: auto;
  margin-right: 35px;
}
.Related .item {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 17px;
  position: relative;
  width: 270px;
}
.Related .box {
  height: 235px;
  background: #f9f9f9;
  margin-bottom: 18px;
  position: relative;
  display: block;
}
.Related .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 33px;
  height: 100%;
  transition: all 0.35s;
}
.Related .pic img {
  display: block;
  object-fit: contain;
  max-height: 180px;
}
.Related .info {
  text-align: center;
  display: block;
}
.Related .ratestar {
  margin-bottom: 7px;
  width: 100%;
}
.Related .name {
  font-family: "AvenirNextBold";
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  display: block;
  width: 100%;
}
.Related .value {
  margin-top: 7px;
  color: #d0b94d;
  font-family: "AvenirNextRegular";
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 767px) {
  .Related .value {
    font-size: 16px;
    line-height: 22px;
  }
}
.Related .value .old {
  padding-left: 12px;
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 14px;
}
.Related .new,
.Related .sale {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  background: #d0b94d;
  text-transform: uppercase;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 7px 0px;
  z-index: 1;
  color: #fff;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
}
.Related .swiper-pagination {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .Related {
    padding: 55px 0px 55px;
  }
  .Related .box {
    height: 175px;
  }
  .Related .pic img {
    max-height: 130px;
  }
  .Related .item {
    width: 250px;
  }
  .Related .swiper-slide {
    margin-right: 16px;
  }
  .Related .screen {
    overflow: unset;
  }
  .Related .head {
    margin-bottom: 30px;
  }
  .Related .title {
    font-size: 35px;
    line-height: 42px;
  }
}
.custAdd {
  background: #9fded6;
  padding: 44px 22px 22px;
  position: relative;
  margin-top: 40px;
  min-height: 200px;
}
.custAdd .addpic {
  position: absolute;
  right: 22px;
  bottom: 0px;
  height: 250px;
  width: 200px;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
  padding-bottom: 22px;
}
.custAdd .addpic img {
  display: block;
  object-fit: contain;
  max-height: 180px;
  max-width: 70px;
}
.custAdd .addinfo {
  padding-right: 95px;
  max-width: 330px;
}
.custAdd .addname {
  color: #000000;
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  font-family: "AvenirNextBold";
}
@media (max-width: 767px) {
  .custAdd .addname {
    font-size: 17px;
    line-height: 21px;
  }
}
.custAdd .addtext {
  color: #fff;
  margin-top: 9px;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-weight: 500;
}
@media (max-width: 767px) {
  .custAdd .addtext {
    font-size: 13px;
    line-height: 21px;
  }
}
.custAdd .addmore {
  display: flex;
  margin-top: 11px;
}
.custAdd .addlink {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  background: #3fbead;
  padding: 0px 21px;
  font-weight: 600;
  color: #fff;
  height: 33px;
  border-radius: 17px;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: capitalize;
}
.custAdd .addlink .fa {
  margin-left: 8px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .custAdd {
    margin-top: 22px;
  }
}
.scrollUp {
  z-index: 3;
  position: fixed;
  right: 33px;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  transition: all 0.35s;
  padding-bottom: 2px;
  background: #000000;
  font-size: 33px;
  color: #fff;
}
.scrollUp.notvisible {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .scrollUp {
    width: 40px;
    right: 11px;
    height: 40px;
    font-size: 30px;
  }
}
.desktop .scrollUp:hover {
  background: #434549;
}
#content:before {
  display: block;
  content: "";
  height: 146px;
}
@media (max-width: 890px) {
  #content:before {
    height: 60px;
  }
}
.sub_filter_open .subheader .filtertab {
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 890px) {
  .sub_filter_open {
    overflow: hidden;
  }
}
.anchor {
  display: block;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#section_about {
  top: -170px;
}
@media (max-width: 767px) {
  #section_about {
    top: -98px;
  }
}
.subheader {
  position: fixed;
  width: 100%;
  z-index: 12;
  top: 0px;
  left: 0px;
}
.subheader .part1 {
  background: #fff;
}
.subheader .part1 .wrap {
  height: 60px;
}
.subheader .part2 {
  background: #000000;
}
.subheader .part2 .wrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subheader .part3 {
  background: #d0b94d;
}
.subheader .part3 .wrap {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subheader .wrap {
  position: relative;
}
.subheader .logo {
  height: 47px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 87px;
}
.subheader .logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  max-width: none;
}
.subheader .countrymenu {
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 0px;
  background: #000;
  width: 170px;
  padding: 14px 20px 14px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
  /*box-shadow:0px 0px 10px #ddd;*/
}
.subheader .countrymenu.open {
  opacity: 1;
  pointer-events: visible;
}
.subheader .countrymenu .sub > li {
  display: flex;
}
.subheader .countrymenu .sub > li + li {
  margin-top: 11px;
}
.subheader .countrymenu .country {
  display: block;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #fff;
  transition: all 0.35s;
}
.subheader .options {
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.subheader .options > li {
  margin-right: 31px;
  position: relative;
}
.subheader .options .fa {
  font-size: 19px;
  margin-bottom: 3px;
}
.subheader .options .last {
  display: none;
}
.subheader .lang,
.subheader .search {
  cursor: pointer;
  transition: all 0.35s;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
}
.subheader .more {
  position: absolute;
  right: 0px;
  top: -54px;
  height: 100%;
  display: flex;
  align-items: center;
}
.subheader .more > li {
  margin-left: 16px;
}
.subheader .sublink {
  display: block;
  transition: all 0.35s;
  color: #000000;
  font-size: 15px;
}
.subheader .sublink.selected {
  color: #d0b94d;
}
.subheader .subitem {
  display: block;
  transition: all 0.35s;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.subheader .subitem.selected {
  color: #d0b94d;
}
.subheader .link {
  display: block;
  transition: all 0.35s;
  color: #fff;
  font-size: 15px;
}
.subheader .link.selected {
  color: #d0b94d;
}
.subheader .caption {
  padding-top: 2px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.subheader .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subheader .left > li + li {
  margin-left: 15px;
}
.subheader .left > li {
  position: relative;
}
.subheader .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subheader .right > li + li {
  margin-left: 15px;
}
.subheader .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.subheader .menu > li {
  margin: 0px 11px;
}
.subheader .openmenu {
  display: block;
  width: 33px;
  cursor: pointer;
}
.subheader .openmenu img {
  object-fit: contain;
  display: block;
  width: 100%;
}
.subheader .burgermenu {
  display: none;
}
.subheader .filtertab {
  position: absolute;
  z-index: 1;
  top: 109px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  width: 650px;
  padding: 29px 44px 14px 50px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
}
.subheader .closefilter {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 20px;
}
.subheader .inhold {
  max-height: 400px;
  overflow: hidden;
}
.subheader .toptitle {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 12px;
}
.subheader .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subheader .cols > li:nth-child(1) {
  width: 53%;
}
.subheader .cols > li:nth-child(2) {
  width: 42%;
}
.subheader .cols > li:nth-child(3) {
  width: 5%;
  display: flex;
  justify-content: flex-end;
}
.subheader .letters > li + li {
  margin-top: 3px;
}
.subheader .letters > li {
  display: flex;
}
.subheader .lunit {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s;
  text-transform: uppercase;
}
.subheader .lunit.selected {
  color: #d0b94d;
}
.subheader .print > li + li {
  margin-top: 22px;
}
.subheader .key {
  display: block;
  transition: all 0.35s;
  cursor: pointer;
  font-size: 14px;
  color: #ccc;
}
.subheader .key + .key {
  margin-top: 7px;
}
.subheader .subletter {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 3px;
}
.subheader .subname {
  color: #ccc;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 9px;
}
.subheader .categs {
  display: flex;
  flex-wrap: wrap;
}
.subheader .categs > li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.subheader .categs .custinput {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.subheader .categs .custinput:checked + .custlabel {
  background: #726e6e;
  color: #fff;
}
.subheader .categs .custlabel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 9px 3px;
  background: #fff;
  transition: all 0.35s;
  font-size: 15px;
  color: #000;
  cursor: pointer;
}
.subheader .choose {
  margin-left: 12px;
  position: relative;
  width: 112px;
  height: 23px;
}
.subheader .choose:after {
  content: "\f107 ";
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 5px;
  color: #000;
  font-size: 16px;
}
.subheader .custselect {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 13px;
  color: #000;
  padding-right: 17px;
  font-family: "AvenirNextBold";
}
.subheader .custselect .option {
  cursor: pointer;
  color: #000;
}
.subheader .sub > li {
  display: flex;
}
.subheader .sub > li + li {
  margin-top: 5px;
}
.subheader .unit {
  color: #000000;
  transition: all 0.35s;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  font-family: "AvenirNextBold";
}
.subheader .closemnu {
  display: none;
}
.subheader .inside {
  position: relative;
}
@media (max-width: 1040px) {
  .subheader .menu > li {
    margin: 0px 7px;
  }
  .subheader .subitem,
  .subheader .sublink,
  .subheader .link {
    font-size: 14px;
  }
  .subheader .left > li + li,
  .subheader .right > li + li {
    margin-left: 10px;
  }
  .subheader .openmenu {
    width: 29px;
  }
}
@media (max-width: 890px) {
  .subheader {
    box-shadow: 0px 0px 10px #ddd;
  }
  .subheader .part3 {
    display: none;
  }
  .subheader .burgermenu {
    display: block;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
  }
  .subheader .burgermenu img {
    object-fit: contain;
    display: block;
    height: 100%;
    filter: invert(1);
  }
  .subheader .logo {
    height: 44px;
    width: 82px;
  }
  .subheader .part2 {
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    display: block;
    transition: all 0.35s;
    transform: translateX(100%);
  }
  .subheader .part2 .wrap {
    height: auto;
    flex-wrap: wrap;
    padding: 22px;
  }
  .subheader .part2 .container {
    min-height: 100%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subheader .left > li:nth-child(1) {
    display: none;
  }
  .subheader .menu {
    width: 100%;
    margin: 32px 0px 32px;
  }
  .subheader .menu > li {
    width: 100%;
    margin: 0px;
  }
  .subheader .menu > li + li {
    margin: 12px 0px 0px 0px;
  }
  .subheader .link {
    font-size: 18px;
  }
  .subheader .sublink,
  .subheader .subitem {
    text-transform: unset;
    font-size: 16px;
    color: #fff;
  }
  .subheader .left {
    width: 100%;
  }
  .subheader .right {
    width: 100%;
  }
  .subheader .left > li {
    width: 100%;
    margin: 0px;
  }
  .subheader .left > li + li {
    margin: 12px 0px 0px 0px;
  }
  .subheader .right > li {
    width: 100%;
    margin: 0px;
  }
  .subheader .right > li + li {
    margin: 12px 0px 0px 0px;
  }
  .subheader .closemnu {
    position: absolute;
    top: 11px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    width: 37px;
    height: 37px;
  }
  .subheader .label {
    display: none;
  }
  .subheader .options > li {
    margin-right: 18px;
  }
  .subheader .options .last {
    display: flex;
  }
  .subheader .filterbtm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.35s;
    color: #000000;
  }
  .subheader .lang,
  .subheader .subader .search {
    font-size: 16px;
  }
  .subheader .more {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    display: flex;  
    justify-content: center;  
    align-items: center;        
    width: 100%;              
    top: auto;                
    right: auto; 
  }
  .subheader .more > li {
    width: 100%;
    margin: 0px;
  }
  .subheader .more > li + li {
    margin: 12px 0px 0px 0px;
  }
  .subheader .filtertab {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 55px 40px 55px 20px;
    background: #000;
  }
  .subheader .mCSB_scrollTools {
    display: none !important;
  }
  .subheader .inhold {
    max-height: none !important;
    overflow: unset;
  }
  .subheader .mCustomScrollBox {
    overflow: unset;
    max-height: none !important;
    height: auto !important;
  }
  .subheader .mCSB_container {
    overflow: unset;
  }
  .subheader .cols > li {
    width: 100% !important;
  }
  .subheader .cols > li:nth-child(2) {
    margin-top: 28px;
  }
  .subheader .cols > li:nth-child(3) {
    display: block;
  }
  .subheader .closefilter {
    font-size: 24px;
    top: 11px;
    right: 10px;
  }
  .subheader .letters {
    position: absolute;
    top: 0px;
    right: -29px;
  }
}
@media (max-width: 767px) {
  .subheader .closemnu {
    right: 4px;
  }
  .subheader .countrymenu {
    top: 33px;
  }
}
.desktop .subheader .countrymenu .country:hover {
  color: #726e6e;
}
.desktop .subheader .lunit:hover {
  color: #726e6e;
}
.desktop .subheader .key:hover {
  color: #726e6e;
}
.desktop .subheader .closefilter:hover {
  color: #726e6e;
}
.desktop .subheader .filterbtm:hover {
  color: #726e6e;
}
.open_burgermenu .subheader .part2 {
  transform: none;
}
@media (max-width: 890px) {
  .open_burgermenu {
    overflow: hidden;
  }
}
.subfooter {
  background: #000000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.subfooter .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  flex-wrap: wrap;
  align-content: center;
}
.subfooter .menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.subfooter .menu > li {
  margin: 0px 15px;
}
.subfooter .link {
  color: #fff;
  font-size: 16px;
  transition: all 0.35s;
}
.subfooter .media {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0px;
}
.subfooter .media > li {
  margin-right: 9px;
}
.subfooter .item {
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 990px) {
  .subfooter .wrap {
    height: 100px;
  }
  .subfooter .media {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .subfooter .media > li {
    margin: 0px 5px 8px;
  }
}
@media (max-width: 767px) {
  .subfooter {
    position: relative;
    bottom: auto;
  }
  .subfooter .wrap {
    height: auto;
    padding: 27px 12px 27px;
  }
  .subfooter .menu > li {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .subfooter .menu > li + li {
    margin-top: 6px;
  }
  .subfooter .link {
    font-size: 14px;
  }
  .subfooter .media {
    padding-bottom: 12px;
  }
}
.startPopup {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  transition: all 0.35s;
  padding: 12px;
}
.startPopup.hide {
  opacity: 0;
  pointer-events: none;
}
.startPopup .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 100%;
}
.startPopup .inside {
  position: relative;
  z-index: 1;
}
.startPopup .wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 790px;
  max-width: 100%;
  position: relative;
  margin: auto;
  background-color: #fff;
}
.startPopup .info {
  text-align: center;
}
.startPopup .more {
  display: flex;
  margin-top: 26px;
  justify-content: center;
}
.startPopup .exit {
  transition: all 0.35s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 11px;
  right: 11px;
  font-size: 27px;
  color: #000;
  z-index: 2;
}
.startPopup .caption1 {
  font-size: 16px;
  line-height: 22px;
  font-family: "AvenirNextRegular";
  color: #000000;
}
.startPopup .caption2 {
  font-size: 27px;
  line-height: 33px;
  font-family: "AvenirNextBold";
  margin-top: 9px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.startPopup .caption3 {
  font-size: 24px;
  line-height: 30px;
  font-family: "AvenirNextBold";
  text-transform: uppercase;
  color: #726e6e;
  font-weight: bold;
}
.startPopup .text {
  margin-top: 29px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  color: #726e6e;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
}
.startPopup .grp {
  display: flex;
  flex-wrap: wrap;
}
.startPopup .grp > li:nth-child(1) {
  width: 42%;
}
.startPopup .grp > li:nth-child(2) {
  width: 58%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 35px 11px 30px 30px;
}
.startPopup .pic {
  height: 100%;
}
.startPopup .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 422px;
}
.startPopup .field {
  height: 40px;
  border: 1px solid #000;
  margin-top: 16px;
}
.startPopup .custinput {
  max-width: 200px;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 12px;
  font-size: 15px;
  font-family: "AvenirNextRegular";
  color: #000000;
}
@media (max-width: 767px) {
  .startPopup .caption {
    font-size: 16px;
  }
  .startPopup .subcaption {
    font-size: 20px;
  }
  .startPopup .exit {
    font-size: 24px;
    top: 7px;
    right: 7px;
    color: #fff;
    text-shadow: none;
  }
  .startPopup .grp > li {
    width: 100% !important;
  }
  .startPopup .grp > li:nth-child(2) {
    padding: 21px 16px 33px;
  }
  .startPopup .pic img {
    min-height: 0px;
    max-height: 252px;
  }
}
.desktop .startPopup .exit:hover {
  opacity: 0.77;
}
.Payments {
  padding: 57px 0px 55px;
  background: #e9e7e8;
}
.Payments .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Payments .grp > li {
  width: 47%;
}
.Payments .grp > li:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.Payments .info {
  width: 580px;
  max-width: 100%;
}
.Payments .categorytitle {
  margin-bottom: 13px;
}
.Payments .options {
  width: 100%;
}
.Payments .options > li + li {
  margin-top: 12px;
}
.Payments .options > li {
  width: 100%;
}
.Payments .item {
  width: 100%;
  min-height: 53px;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 31px 4px;
  border: 2px solid #555555;
  color: #929292;
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .Payments {
    padding: 39px 0px 49px;
  }
  .Payments .info {
    width: 100%;
  }
  .Payments .grp > li {
    width: 100%;
  }
  .Payments .grp > li + li {
    margin-top: 32px;
  }
  .Payments .item {
    min-height: 0px;
  }
}
.categorytitle {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  font-family: "AzeriSansBlack";
  text-align: center;
  text-transform: uppercase;
}
.categorytitle.yellow {
  color: #d0b94d;
}
@media (max-width: 767px) {
  .categorytitle {
    font-size: 27px;
    line-height: 33px;
  }
}
.maintitle {
  font-weight: normal;
  font-size: 44px;
  line-height: 50px;
  font-family: "AzeriSansBlack";
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .maintitle {
    font-size: 37px;
    line-height: 43px;
  }
}
@media (max-width: 767px) {
  .maintitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.selectTab .field {
  position: relative;
  height: 37px;
  border: 1px solid #000000;
  width: 166px;
  background: #000000;
}
.selectTab .field:after {
  display: flex;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  top: 0px;
  height: 100%;
  align-items: center;
  pointer-events: none;
  right: 7px;
  color: #fff;
}
.selectTab .custselect {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0px 22px 0px 9px;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #fff;
}
.selectTab .custselect option {
  background: #000;
  font-family: "AvenirNextRegular";
  color: #fff;
  cursor: pointer;
}
@media (max-width: 807px) {
  .selectTab .field {
    max-width: 170px;
    height: 29px;
  }
  .selectTab .custselect {
    font-size: 13px;
  }
}
.stickymenu .filtersection {
  position: fixed;
  left: 0px;
  top: 146px;
  box-shadow: 0px 0px 10px #786e6e;
}
.stickymenu .Offers:before {
  display: block;
  content: "";
  height: 51px;
}
@media (max-width: 890px) {
  .stickymenu .filtersection {
    top: 60px;
  }
  .stickymenu .Offers:before {
    height: 92px;
  }
}
@media (max-width: 406px) {
  .stickymenu .Offers:before {
    height: 166px;
  }
}
.filtersection {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 2;
  padding: 7px 0px 7px;
}
.filtersection .grp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filtersection .grp > li:nth-child(1) {
  width: 67%;
}
.filtersection .grp > li:nth-child(2) {
  width: 32%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.filtersection .categs {
  display: flex;
  flex-wrap: wrap;
}
.filtersection .categs > li:last-child .item {
  border-right: 1px solid #000000;
}
.filtersection .item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.35s;
  position: relative;
  height: 37px;
  border: 1px solid #000000;
  min-width: 166px;
  background: #000000;
  border-right: 0px;
  padding-top: 2px;
  font-family: "AvenirNextBold";
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  text-transform: uppercase;
}
.filtersection .item.selected {
  background: #fff;
  color: #000000;
}
.filtersection .subhold {
  display: flex;
  align-items: center;
}
.filtersection .subcaption {
  margin-right: 10px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #000;
}
@media (max-width: 1088px) {
  .filtersection .item {
    min-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .filtersection .subcaption {
    margin-right: 8px;
  }
}
@media (max-width: 807px) {
  .filtersection .grp > li:nth-child(1) {
    width: 100%;
  }
  .filtersection .grp > li:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
  }
  .filtersection .item {
    height: 29px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #000;
  }
  .filtersection .subcaption {
    font-size: 13px;
  }
  .filtersection .categs > li {
    margin-right: 7px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .filtersection .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 406px) {
  .filtersection .categs > li {
    width: 100%;
    margin-right: 0px;
  }
  .filtersection .categs {
    justify-content: space-between;
  }
}
.desktop .filtersection .item:active {
  background: #000000;
}
.Intro {
  text-align: center;
  padding: 44px 0px 55px;
}
.Intro .maintitle {
  color: #000000;
  text-transform: uppercase;
}
.Intro .text {
  position: relative;
  margin: 11px auto 0px;
  max-width: 700px;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  color: #000000;
}
@media (max-width: 767px) {
  .Intro .text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .Intro {
    padding: 40px 0px 40px;
  }
  .Intro .text {
    margin-top: 7px;
  }
}
.Newsletter {
  padding: 60px 0px 100px;
}
.Newsletter .title {
  color: #000000;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  font-family: "AvenirNextBold";
  text-align: center;
}
.Newsletter .caption {
  color: #000000;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 13px;
  max-width: 461px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}
.Newsletter .field {
  height: 40px;
  max-width: 520px;
  border: 2px solid #000;
  position: relative;
  margin: 21px auto 0px;
  padding-right: 106px;
  overflow: hidden;
}
.Newsletter .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #000;
  font-family: "AvenirNextRegular";
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 11px;
}
.Newsletter .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: calc(100% + 2px);
  width: 97px;
  color: #fff;
  background: #000;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.35s;
  font-family: "AvenirNextBold";
  font-size: 15px;
}
@media (max-width: 767px) {
  .Newsletter {
    padding: 47px 0px 47px;
  }
  .Newsletter .title {
    font-size: 19px;
    line-height: 24px;
  }
  .Newsletter .caption {
    font-size: 15px;
    line-height: 20px;
  }
  .Newsletter .custinput {
    font-size: 13px;
  }
  .Newsletter .btn {
    font-size: 13px;
  }
}
.tophead {
  padding-bottom: 70px;
}
.tophead .pic {
  padding: 142px 0px 72px;
  min-height: 100px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tophead .pic:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.67);
}
.tophead .container {
  z-index: 1;
}
.tophead .subtitle {
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  font-family: "AvenirNextRegular";
  font-weight: normal;
}
.tophead .title {
  margin-top: 6px;
  color: #fff;
  font-size: 47px;
  line-height: 53px;
  font-family: "AvenirNextBold";
  font-weight: normal;
}
.tophead .more {
  display: flex;
  justify-content: flex-end;
  margin-top: 72px;
}
.tophead .urls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tophead .link {
  font-size: 16px;
  color: #fff;
  transition: all 0.35s;
}
.tophead .link.selected {
  color: #fff;
  font-weight: bold;
}
.tophead .dash {
  top: 2px;
  position: relative;
  border-left: 1px solid #fff;
  height: 15px;
  margin: 0px 13px;
}
@media (max-width: 767px) {
  .tophead {
    padding-bottom: 40px;
  }
  .tophead .pic {
    padding: 82px 0px 42px;
  }
  .tophead .link {
    font-size: 14px;
  }
  .tophead .title {
    font-size: 34px;
    line-height: 42px;
  }
  .tophead .subtitle {
    font-size: 13px;
    line-height: 20px;
  }
  .tophead .dash {
    height: 11px;
  }
}
.insideBlog {
  padding-bottom: 77px;
}
.insideBlog:nth-child(1) {
  padding-top: 55px;
}
.insideBlog .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insideBlog .cols > li:nth-child(1) {
  width: calc(100% - 386px);
}
.insideBlog .cols > li:nth-child(2) {
  width: 340px;
}
.insideBlog .theblog {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1222px) {
  .insideBlog .theblog .list > li {
    width: 100%;
  }
  .insideBlog .cols > li:nth-child(1) {
    width: calc(100% - 336px);
  }
  .insideBlog .cols > li:nth-child(2) {
    width: 300px;
  }
}
@media (max-width: 890px) {
  .insideBlog {
    padding-bottom: 44px;
  }
  .insideBlog .cols > li:nth-child(1) {
    width: 100%;
  }
  .insideBlog .cols > li:nth-child(2) {
    width: 100%;
    margin-top: 44px;
  }
}
.sub_box + .sub_box {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .sub_box + .sub_box {
    margin-top: 17px;
  }
}
.articleInfo {
  border: 2px solid #ddd;
  padding: 33px 54px 63px;
}
.articleInfo .hold {
  display: flex;
  margin-bottom: 27px;
}
.articleInfo .tag {
  background: #000000;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  padding: 6px 12px 6px;
}
.articleInfo .title {
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 36px;
  line-height: 44px;
}
.articleInfo .text {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 25px;
  padding-top: 11px;
}
.articleInfo .pic {
  margin-top: 33px;
}
.articleInfo .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.articleInfo .more {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
  align-items: center;
}
.articleInfo .more > li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.articleInfo .caption {
  color: #000000;
  font-size: 14px;
  font-family: "AvenirNextBold";
  display: flex;
  align-items: center;
}
.articleInfo .caption .fa {
  color: #000000;
  margin-right: 7px;
}
.articleInfo .author_image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center top;
  margin-right: 7px;
}
.articleInfo .fa-comments {
  font-size: 17px;
}
@media (max-width: 1100px) {
  .articleInfo {
    padding-left: 35px;
    padding-right: 35px;
  }
  .articleInfo .more > li {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .articleInfo {
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 33px;
  }
  .articleInfo .pic {
    margin-top: 22px;
  }
  .articleInfo .author_image {
    width: 33px;
    height: 33px;
  }
  .articleInfo .text {
    font-size: 15px;
    line-height: 22px;
  }
  .articleInfo .title {
    font-size: 24px;
    line-height: 32px;
  }
  .articleInfo .tag {
    font-size: 13px;
    padding: 5px 10px 5px;
  }
}
.sub_box {
  border: 2px solid #ddd;
  padding: 33px 22px 33px;
}
.sub_box .titlebox {
  color: #000;
  font-size: 17px;
  padding-left: 41px;
  font-family: "AvenirNextBold";
  position: relative;
  margin-bottom: 30px;
}
.sub_box .titlebox:after {
  background: url(../images/icon_dash.svg) no-repeat 0 0;
  background-size: 26px;
  display: block;
  content: "";
  width: 26px;
  height: 17px;
  pointer-events: none;
  position: absolute;
  top: 9px;
  left: 0;
  filter: grayscale(100%) brightness(0);
  -webkit-filter: grayscale(100%) brightness(0);
}
@media (max-width: 767px) {
  .sub_box {
    padding: 25px 18px 25px;
  }
}
.subArticles .list > li + li {
  margin-top: 35px;
}
.subArticles .item {
  display: flex;
  cursor: pointer;
}
.subArticles .pic {
  overflow: hidden;
  position: relative;
  margin-right: 17px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
}
.subArticles .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.subArticles .info {
  width: calc(100% - 90px);
}
.subArticles .text {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
}
.subArticles .date {
  margin-top: 5px;
  font-size: 14px;
  font-family: "AvenirNextBold";
  color: #000000;
  line-height: 20px;
}
.subArticles .date .fa {
  color: #000000;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .subArticles .date {
    font-size: 13px;
  }
}
.taglist .list {
  display: flex;
  flex-wrap: wrap;
}
.taglist .list > li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.taglist .tagname {
  display: block;
  background: #000000;
  padding: 8px 15px 8px;
  transition: all 0.35s;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .taglist .tagname {
    font-size: 13px;
    padding: 6px 12px 6px;
  }
}
.Social {
  padding-top: 12px;
}
.Social .media {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.Social .media > li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.Social .item {
  transition: all 0.35s;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 767px) {
  .Social {
    padding-top: 7px;
  }
  .Social .item {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}
.upHead {
  padding: 37px 0px 37px;
}
.upHead .subtext {
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.upHead .subtext > li {
  display: inline;
}
.upHead .subtext > li:after {
  content: "/";
}
.upHead .subtext > li:last-child:after {
  display: none;
}
.upHead a {
  color: #000;
}
.upHead .bigtitle {
  text-align: left;
  margin-top: 6px;
  font-size: 55px;
  line-height: 67px;
  font-family: "AzeriSansBlack";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .upHead {
    padding: 22px 0px 22px;
  }
  .upHead .bigtitle {
    font-size: 40px;
    line-height: 50px;
    margin-top: 4px;
  }
  .upHead .subtext {
    font-size: 14px;
  }
}
.mycart .pic {
  height: 120px;
  width: 120px;
  background: #f9f9f9;
  padding: 14px;
}
.mycart .pic img {
  height: 103px;
  display: block;
  object-fit: contain;
}
.mycart .grp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.mycart .grp > li {
  width: calc(100% / 2 - ((70px + 170px + 300px + 160px) / 2));
  position: relative;
  padding-right: 30px;
}
.mycart .grp > li:nth-child(1) {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.mycart .grp > li:nth-child(2) {
  width: 170px;
}
.mycart .grp > li:nth-child(3) {
  width: 300px;
}
.mycart .grp > li:nth-child(5) {
  width: 160px;
}
.mycart .record {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.mycart .delete {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  cursor: pointer;
  justify-content: flex-start;
  font-size: 22px;
  color: #000;
}
.mycart .name {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mycart .name {
    font-size: 14px;
    line-height: 21px;
  }
}
.mycart .value {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mycart .value {
    font-size: 14px;
    line-height: 21px;
  }
}
.mycart .nb {
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mycart .nb {
    font-size: 14px;
    line-height: 21px;
  }
}
.mycart .Qty {
  max-width: 140px;
  margin: auto;
  position: relative;
}
.mycart .end {
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mycart .end > li:nth-child(1) {
  width: 50%;
}
.mycart .end > li:nth-child(2) {
  width: 47%;
  display: flex;
  justify-content: flex-end;
}
.mycart .hold {
  display: flex;
}
.mycart .subfield {
  width: 215px;
  position: relative;
  height: 37px;
  border: 1px solid #ddd;
  max-width: 333px;
}
.mycart .subfield .custinput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-family: "AvenirNextRegular";
  height: 100%;
  padding: 10px 12px;
}
@media (max-width: 990px) {
  .mycart .grp > li {
    width: 100% !important;
    padding: 0px;
  }
  .mycart .grp > li + li {
    margin-top: 22px;
  }
  .mycart .Qty {
    margin: 0px;
  }
  .mycart .value {
    text-align: left;
  }
  .mycart .nb {
    text-align: left;
  }
  .mycart .pic {
    height: 100px;
    width: 100px;
  }
  .mycart .pic img {
    height: 88px;
  }
  .mycart .record:nth-child(odd) {
    background: #f7f8fa;
  }
  .mycart .record {
    margin: 0px;
    border: 0px;
    padding: 22px;
  }
  .mycart .end > li:nth-child(1) {
    width: 100%;
  }
  .mycart .end > li:nth-child(2) {
    width: 100%;
    justify-content: flex-start;
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .mycart .subfield {
    height: 33px;
    width: 140px;
  }
}
.Method .subtitle {
  color: #000;
  font-family: "AvenirNextRegular";
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  font-family: AvenirNextBold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Method .subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}
.Method .note {
  color: #000;
  font-family: "AvenirNextRegular";
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .Method .note {
    font-size: 15px;
    line-height: 21px;
  }
}
.Method .more {
  display: flex;
  margin-top: 32px;
}
.Method .box {
  margin-bottom: 33px;
  border: 1px solid #000;
}
.Method .list > li {
  padding: 22px 33px 22px 13px;
}
.Method .list > li + li {
  border-top: 1px solid #000;
}
.Method .tab {
  margin-top: 22px;
  padding: 13px 10px 13px 11px;
  box-shadow: 0px 0px 10px #ddd;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: AvenirNextRegular;
  color: #000000;
}
@media (max-width: 767px) {
  .Method .tab {
    font-size: 14px;
    line-height: 21px;
  }
}
.Method .optionselect .custlabel {
  font-weight: 600;
  display: flex !important;
  align-items: center;
}
.Method .optionselect .custlabel:before {
  top: auto;
}
.Method .optionselect .custlabel img {
  object-fit: contain;
  height: 30px;
  position: relative;
  top: -1px;
  margin-left: 10px;
  display: inline-block;
}
.Method .sublabel {
  margin-top: 33px;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #000000;
  font-family: AvenirNextRegular;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .Method .sublabel {
    font-size: 14px;
    line-height: 21px;
  }
}
.Method .options {
  display: flex;
  justify-content: flex-start;
}
.Method .options > li {
  margin: 0px 7px;
}
.Method .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  border: 1.5px solid #000000;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}
.desktop .Method .item:hover {
  background: #000000;
  color: #fff;
}
.myBalance {
  padding: 54px 0px 84px;
}
.myBalance .wrap {
  display: flex;
  justify-content: flex-end;
}
.myBalance .box {
  width: 100%;
  max-width: 600px;
}
.myBalance .subtitle {
  color: #000;
  font-family: "AvenirNextRegular";
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  font-family: AvenirNextBold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .myBalance .subtitle {
    font-size: 16px;
    line-height: 23px;
  }
}
.myBalance .list > li {
  background: #f7f8fa;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  display: flex;
}
.myBalance .subname {
  width: 57%;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: "AvenirNextRegular";
}
@media (max-width: 767px) {
  .myBalance .subname {
    font-size: 14px;
    line-height: 21px;
  }
}
.myBalance .subvalue {
  width: 40%;
  text-align: right;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  font-family: "AvenirNextRegular";
}
@media (max-width: 767px) {
  .myBalance .subvalue {
    font-size: 14px;
    line-height: 21px;
  }
}
.myBalance .more {
  display: flex;
}
.myBalance .blackbtn {
  width: 100%;
}
@media (max-width: 990px) {
  .myBalance .box {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .myBalance {
    padding: 33px 0px 54px;
  }
}
.subCols {
  padding-bottom: 100px;
  overflow: hidden;
}
.subCols .coli {
  display: flex;
  flex-wrap: wrap;
}
.subCols .coli > li:nth-child(1) {
  width: 258px;
  margin-right: 43px;
}
.subCols .coli > li:nth-child(2) {
  flex: 1;
}
.subCols .nvgbox {
  border: 1px solid #000;
  padding: 20px 17px 20px 33px;
}
.subCols .swiper-slide {
  width: 100%;
  display: flex;
}
.subCols .nalink {
  transition: all 0.35s;
  color: #000000;
  font-size: 18px;
}
.subCols .nalink.selected {
  color: #d0b94d;
}
@media (min-width: 767.1px) {
  .subCols .swiper-wrapper {
    transform: none !important;
    flex-wrap: wrap;
  }
  .subCols .swiper-slide + .swiper-slide {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .subCols {
    padding-bottom: 44px;
  }
  .subCols .coli > li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
  .subCols .coli > li:nth-child(2) {
    width: 100%;
    flex: unset;
  }
  .subCols .swiper-slide {
    width: auto;
    margin-right: 17px;
  }
  .subCols .nvgbox {
    border: 0px;
    padding: 0px;
    margin-bottom: 33px;
  }
  .subCols .nalink {
    font-size: 16px;
  }
}
.mywishlist .listing {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 17px);
}
.mywishlist .listing > li {
  width: calc(33.33% - 17px);
  margin-right: 17px;
  margin-bottom: 63px;
}
.mywishlist .more {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.mywishlist .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  height: 290px;
  padding: 15px;
  margin-bottom: 12px;
}
.mywishlist .pic img {
  display: block;
  object-fit: contain;
  height: 222px;
  max-width: 200px;
  width: 80%;
}
.mywishlist .prditem {
  display: block;
  text-align: center;
  position: relative;
}
.mywishlist .blackbtn {
  bavkground: none;
}
.mywishlist .titre {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-family: "AvenirNextBold";
}
.mywishlist .subtitre {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  font-family: "AvenirNextRegular";
}
.mywishlist .value {
  color: red;
  font-size: 14px;
  line-height: 19px;
  font-family: "AvenirNextRegular";
  margin-top: 2px;
}
@media (min-width: 1550px) {
  .mywishlist .listing > li {
    width: calc(25% - 17px);
  }
}
@media (max-width: 1170px) {
  .mywishlist .listing > li {
    width: calc(50% - 17px);
  }
}
@media (max-width: 990px) {
  .mywishlist .listing > li {
    width: calc(100% - 17px);
  }
}
@media (max-width: 767px) {
  .mywishlist .pic {
    height: 250px;
  }
  .mywishlist .pic img {
    height: 180px;
  }
  .mywishlist .listing > li {
    margin-bottom: 44px;
  }
}
.greybg #wrapper {
  background: #fafafa;
}
.Checkout {
  padding: 0px 0px 77px;
}
.Checkout .grid > li + li {
  margin-top: 30px;
}
.Checkout .tab {
  background: #000;
  padding: 14px 20px 12px 25px;
}
.Checkout .name {
  color: #fff;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .Checkout .name {
    font-size: 14px;
    line-height: 21px;
  }
}
.Checkout .wrap {
  border: 1px solid #000;
  padding: 55px 38px 40px;
  margin-top: 30px;
}
.Checkout .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Checkout .list > li {
  width: calc(50% - 15px);
  margin-bottom: 26px;
}
.Checkout .list > li.wide {
  width: 100%;
}
.Checkout .list > li.triple {
  width: calc(33.33% - 15px);
}
@media (max-width: 767px) {
  .Checkout {
    padding-bottom: 45px;
  }
  .Checkout .list > li {
    width: 100% !important;
  }
  .Checkout .list > li.empty {
    display: none;
  }
  .Checkout .wrap {
    padding: 33px 22px 20px;
  }
  .Checkout .tab {
    padding: 11px 20px 9px 18px;
  }
}
.doublecols {
  padding: 0px 0px 88px;
}
.doublecols .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doublecols .cols > li {
  width: calc(50% - 30px);
}
.doublecols .myBalance {
  padding: 0px;
}
@media (max-width: 1024px) {
  .doublecols {
    padding-bottom: 64px;
  }
  .doublecols .cols > li {
    width: 100%;
  }
  .doublecols .cols > li + li {
    margin-top: 45px;
  }
}
.savedAdd {
  max-width: 500px;
}
.savedAdd .list {
  border-bottom: 25px solid #fafafa;
}
.savedAdd .list > li + li {
  margin-top: 22px;
}
.savedAdd .item {
  display: block;
  background: #fff;
  padding: 20px 38px 20px 22px;
  position: relative;
}
.savedAdd .item:after {
  display: block;
  content: "\f141 ";
  font-family: fontawesome;
  font-size: 18px;
  color: #726e6e;
  position: absolute;
  top: 11px;
  right: 12px;
}
.savedAdd .name {
  color: #000000;
  font-family: "AvenirNextBold";
  font-size: 15px;
  line-height: 20px;
}
.savedAdd .text {
  margin-top: 12px;
  color: #726e6e;
  font-size: 15px;
  line-height: 20px;
}
.savedAdd .box {
  position: relative;
}
.savedAdd .pinloader {
  position: absolute;
  top: 50%;
  left: 100px;
  z-index: 1;
  opacity: 1;
}
.savedAdd .pinloader:after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 5px;
  pointer-events: none;
  display: block;
  content: "";
  color: #fff;
  border: 0px;
}
@media (max-width: 767px) {
  .savedAdd .pinloader:after {
    font-size: 4px;
  }
}
.mymap {
  height: 350px;
}
@media (max-width: 767px) {
  .mymap {
    height: 310px;
  }
}
.open_login {
  overflow: hidden;
}
.open_login .popup_login {
  opacity: 1;
  pointer-events: visible;
}
/* .open_login #wrapper {
  opacity: 0.23;
} */
.open_login #content,
.open_login .subheader,
.open_login footer {
  pointer-events: none;
}
.open_register {
  overflow: hidden;
}
.open_register .popup_register {
  opacity: 1;
  pointer-events: visible;
}
/* .open_register #wrapper {
  opacity: 0.23;
} */
.open_register #content,
.open_register .subheader,
.open_register footer {
  pointer-events: none;
}
.subheader .btm {
  cursor: pointer;
  color: #000;
}
.popup_login {
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
  position: fixed;
  top: 0px;
  width: 420px;
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 13;
  right: 0px;
  box-shadow: 0px 0px 10px #ccc;
}
.popup_login .title {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .popup_login .title {
    font-size: 14px;
    line-height: 21px;
  }
}
.popup_login .inner {
  padding: 53px 27px 40px;
}
.popup_login .list > li + li {
  margin-top: 16px;
}
.popup_login .more {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup_login .more > li:nth-child(1) {
  width: 60%;
  margin-right: 12px;
}
.popup_login .more > li:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.popup_login .link {
  cursor: pointer;
  transition: all 0.35s;
  font-family: AvenirNextRegular;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
.popup_login .exit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 24px;
  color: #000000;
}
.popup_login .options {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.popup_login .options > li {
  margin: 0px 7px;
}
.popup_login .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  border: 1.5px solid #000000;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}
.popup_login .subtitle {
  margin-top: 42px;
  text-align: center;
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .popup_login .subtitle {
    font-size: 14px;
    line-height: 21px;
  }
}
.popup_login .end {
  margin-top: 42px;
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.popup_login .end .subtitle {
  margin-top: 0px;
}
.popup_login .other {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.popup_login .subtitle + .inputField {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .popup_login {
    width: 100%;
  }
  .popup_login .inner {
    padding: 53px 20px 33px;
  }
}
.likebtm {
  font-size: 18px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.likebtm.active {
  color: red;
}
.likebtm.active .fa:before {
  content: "\f004 ";
}
.popup_register {
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
  position: fixed;
  top: 0px;
  width: 420px;
  height: 100%;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 13;
  right: 0px;
  box-shadow: 0px 0px 10px #ccc;
}
.popup_register .title {
  color: #000000;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .popup_register .title {
    font-size: 14px;
    line-height: 21px;
  }
}
.popup_register .inner {
  padding: 53px 27px 40px;
}
.popup_register .list > li + li {
  margin-top: 16px;
}
.popup_register .options {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.popup_register .options > li {
  margin: 0px 7px;
}
.popup_register .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  border: 1.5px solid #000000;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  cursor: pointer;
  font-size: 18px;
  color: #000000;
}
.popup_register .exit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 24px;
  color: #000000;
}
.popup_register .end {
  margin-top: 42px;
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.popup_register .end .subtitle {
  margin-top: 0px;
}
.popup_register .other {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.popup_register .more {
  margin-top: 20px;
  margin-bottom: 22px;
}
.popup_register .more > li {
  display: flex;
  justify-content: center;
}
.popup_register .subtitle + .inputField {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .popup_register {
    width: 100%;
  }
  .popup_register .inner {
    padding: 53px 20px 33px;
  }
}
.desktop .subheader .sublink[href]:hover,
.desktop .subheader .btm:hover {
  opacity: 0.77;
}
.desktop .popup_login .exit:hover,
.desktop .popup_register .exit:hover {
  opacity: 0.77;
}
.desktop .popup_login .item:hover,
.desktop .popup_register .item:hover {
  background: #000000;
  color: #fff;
}
.desktop .subheader .subitem:hover,
.desktop .subheader .link:hover,
.desktop .subheader .unit:hover {
  color: #726e6e;
}
.desktop .subheader .lang:hover,
.desktop .subheader .search:hover {
  color: #726e6e;
}
.desktop .subfooter .link:hover {
  color: #726e6e;
}
.desktop .subfooter .item:hover {
  color: #000;
  background: #fff;
}
.desktop .Newsletter .btn:hover {
  background: #434549;
}
.desktop .Newsletter .btn:active {
  background: #000000;
  border-color: #000000;
}
.desktop .Offers .add:hover {
  background: #434549;
  color: #fff;
  border-color: #434549;
}
.desktop .Offers .add:active {
  background: #000000;
  border-color: #000000;
}
.desktop .Offers .blackbtn:active {
  background: #000000;
  border-color: #000000;
}
.desktop .blackbtn:active {
  background: #000000;
  border-color: #000000;
}
.desktop .scrollUp:active {
  background: #000000;
}
.desktop .tophead .link[href]:hover {
  color: #726e6e;
}
.desktop .taglist .tagname:hover {
  background: #434549;
}
.desktop .Social .item:hover {
  background: #434549;
  color: #fff;
}
.desktop .Social .item:active,
.desktop .taglist .tagname:active {
  background: #000000;
}
.desktop .nvgbox .nalink:hover {
  color: #d0b94d;
}
@media (max-device-width: 1024px) {
  .ourproducts .options {
    opacity: 1 !important;
    pointer-events: visible !important;
    top: 216px;
  }
  .ourproducts .info {
    padding-top: 34px;
  }
  .ourproducts.view_list .options {
    top: auto;
    bottom: -19px;
    left: 0px;
    width: 40%;
  }
}
@media (max-device-width: 768px) {
  header .openMenu.change .bar1 {
    transform: rotate(44deg) translate(5px, 3px);
  }
  .custbtn:after {
    left: 7px;
  }
}
.desktop .Welcome .seachbtn:hover,
.desktop .swiper-pagination-bullet:hover,
.desktop .Shopping .shopitem .link:hover,
.desktop .theblog .item .link:hover,
.desktop .mybtn:hover {
  background: #726e6e;
}
.desktop .custbtn:hover {
  background: #232f52;
}
.desktop .custbtn:hover:after {
  border-color: #fff;
}
.desktop footer .text a:hover,
.desktop footer .link:hover,
.desktop header .link a:hover,
.desktop header .menulink:hover,
.desktop .otherCategs .subitem:hover,
.desktop header .media .item:hover,
.desktop .topsection .url .item:hover,
.desktop .ourproducts .left .action:hover {
  color: #726e6e;
}
.desktop footer .sendbtn:hover {
  background: #fff;
  color: #726e6e;
}
.desktop footer .item:hover {
  background: #726e6e;
  border-color: #726e6e;
  color: #fff;
}
.desktop .Recipes .item:hover .pic img,
.desktop .theblog .item:hover .pic img {
  transform: scale(1.02);
}
.desktop .Categs .item:hover {
  transform: translateY(-19px);
}
.desktop .sortmenu .subitem:hover .subicon {
  opacity: 1;
}
.desktop .ourproducts .item:hover .options {
  opacity: 1;
  pointer-events: visible;
}
.desktop .Pagination .pageitem:hover {
  background: #000000;
  border-bottom-color: #000000;
  color: #fff;
}
.desktop .insidePrd .prev:hover,
.desktop .insidePrd .next:hover {
  background: #2c3a60;
  color: #fff;
}
.desktop .Qty .minus:hover,
.desktop .Qty .plus:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.desktop .insidePrd .addtocart:hover {
  background: #726e6e;
}
.desktop .insidePrd .medias .mediaitem:hover,
.desktop .moreData .menu .link:hover {
  color: #726e6e;
}
.desktop .scrollUp:hover svg rect {
  fill: #2c3a60;
}
.desktop .scrollUp:hover svg polygon {
  fill: #fff;
}
.desktop .custAdd .addlink:hover {
  background: #2c3a60;
}
.desktop footer .sendbtn:active {
  background: #000000;
}
.desktop footer .item:active {
  background: #000000;
  border-color: #000000;
}
.Welcome .field ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  color: #fff !important;
}
.Welcome .field :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #fff !important;
}
.Welcome .field ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #fff !important;
}
.Welcome .field :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #d1c3c3 !important;
}
.Welcome .field ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #fff !important;
}
footer ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  color: #d1d3d4 !important;
}
footer :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #d1d3d4 !important;
}
footer ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #d1d3d4 !important;
}
footer :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #d1d3d4 !important;
}
footer ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #d1d3d4 !important;
}
.inputField ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  opacity: 1 !important;
  color: #000 !important;
}
.inputField :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: #000 !important;
}
.inputField ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: #000 !important;
}
.inputField :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: #000 !important;
}
.inputField ::-ms-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #000 !important;
}
a.logout{
  color: #000000 !important;
  font-size: 15px;
}
@media (max-width: 890px) {
a.logout {
  color: white !important;
  font-size: 15px;
}
.subheader .btm {
  cursor: pointer;
  color: white !important;
}

.alert {  
  display: flex;                 
  flex-direction: column;       
  align-items: center;          
  justify-content: center;        
  text-align: center;          
  margin: 20px;                
}  

.alert1 {  
  display: flex;                 
  flex-direction: column;       
  align-items: center;          
  justify-content: center;        
  text-align: center;     
 color:red !important;
       
}  

.btm {  
  padding: 10px;                
  cursor: pointer;              
}  

}
.colorsubname{
  color: #d0b94d !important;
}
.alert {
  padding: 5px;
  background-color: #f44336; /* Red */
  color: white;
text-align: center;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}
.alertupdate {
  padding: 20px;
  background-color: #04AA6D; 
  color: white;
  margin-bottom: 15px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}

.savedAdd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}

.savedAdd .list {
  flex: 1 1 calc(50% - 20px); 
  box-sizing: border-box;
  border: 1px solid black;
  padding: 15px; 
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
 
}

.savedAdd .item {
  display: flex;
  flex-direction: column;
  height: 100%; 
}

.savedAdd .name,
.savedAdd .text {
  flex: 1; 
}
.forgetdiv{
  padding: 10px 0px 80px;
  display: flex;
   justify-content: center;
}