@import "css-style/slick.css";
@import "css-style/bootstrap.min.css";
@import "../fonts/icon/iconfont.css";
html.hidden-c .wowo {
  opacity: 0;
}
html.hidden-c .wowo.animated {
  animation-duration: 0.6s;
  visibility: visible;
  animation-fill-mode: both;
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpto.animated {
  animation-name: fadeInUpto;
  animation-delay: 0.5s;
}

@keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUptos.animated {
  animation-name: fadeInUptos;
  animation-delay: 0.8s;
}

@keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft.animated {
  animation-name: fadeInLeft;
}

.fadeInRight.animated {
  animation-name: fadeInRight;
}

.fadeIn.animated {
  animation-name: fadeIn;
}

.fadeInUp.animated {
  animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  animation-name: fadeInDown;
}

.delay-in-1 {
  animation-delay: 0.1s;
}

.delay-in-2 {
  animation-delay: 0.2s;
}

.delay-in-3 {
  animation-delay: 0.3s;
}

.delay-in-4 {
  animation-delay: 0.4s;
}

@keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -o-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-o-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-moz-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -o-transform: rotate(180deg) translate(8px, 0);
    -moz-transform: rotate(180deg) translate(8px, 0);
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -o-transform: rotate(180deg) translate(0, 0);
    -moz-transform: rotate(180deg) translate(0, 0);
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-moz-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-o-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
* {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  background: #ffffff;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body.woofc-body-show {
    padding-right: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
  }
}

#wpadminbar {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-family: "AvenirNextBold";
  font-size: 30px;
  color: #000000;
}

h2 {
  font-family: "AvenirNextBold";
  font-size: 28px;
  color: #000000;
}

h3 {
  font-family: "AvenirNextBold";
  font-size: 26px;
  color: #000000;
}

h4 {
  font-family: "AvenirNextBold";
  font-size: 24px;
  color: #000000;
}

h5 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  color: #000000;
}

h6 {
  font-family: "AvenirNextBold";
  font-size: 20px;
  color: #000000;
}

p {
  font-family: "AvenirNextRegular";
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}

sub,
sup {
  font-family: "AvenirNextRegular";
  color: #000000;
}

blockquote {
  font-family: "AvenirNextRegular";
  color: #000000;
}

cite {
  font-family: "AvenirNextRegular";
  color: #000000;
}

a {
  transition: all 0.2s;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-family: "AvenirNextRegular";
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding-left: 21px;
  position: relative;
}
ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #C4C4C4;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

ol li {
  font-family: "AvenirNextRegular";
  color: #000000;
}

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none;
}

.editor h1 {
  margin-bottom: 25px;
}
.editor h2 {
  margin-bottom: 23px;
}
.editor h3 {
  margin-bottom: 21px;
}
.editor h4 {
  margin-bottom: 19px;
}
.editor h5 {
  margin-bottom: 17px;
}
.editor h6 {
  margin-bottom: 16px;
}
.editor a:hover {
  color: #D16619;
}
.editor p a {
  text-decoration: underline !important;
}
.editor ul {
  margin: 23px 0;
}
.editor ul ul {
  margin: 8px 0;
}
.editor ol {
  padding-left: 18px;
  margin: 23px 0;
}
.editor ol ol {
  margin: 8px 0;
}
.editor table caption {
  font-family: "AvenirNextRegular";
  color: #000000;
}
.editor table thead {
  font-family: "AvenirNextRegular";
  color: #000000;
}
.editor table thead tr th {
  padding: 5px 10px 5px 0;
}
.editor table tfoot {
  font-family: "AvenirNextRegular";
  color: #000000;
}
.editor table tfoot tr th {
  padding: 5px 10px 5px 0;
}
.editor table tbody {
  font-family: "AvenirNextRegular";
  color: #000000;
}
.editor table tbody tr td {
  padding: 5px 10px 5px 0;
}
.editor sub,
.editor sup,
.editor cite,
.editor blockquote {
  font-family: "AvenirNextRegular";
  color: #000000;
}
.editor blockquote p {
  font-style: italic;
  font-size: 20px;
}
.editor cite {
  font-family: "AvenirNextRegular";
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}
.editor figcaption {
  font-family: "AvenirNextRegular";
  color: #000000;
  font-size: 16px;
  line-height: 23px;
}
.editor figure.wp-block-gallery ul {
  width: 100%;
  padding: 0;
}
.editor figure.wp-block-gallery ul li {
  padding: 0;
}
.editor figure.wp-block-gallery ul li:before {
  display: none;
}
.editor .wp-block-buttons {
  margin-bottom: 25px;
}
.editor .wp-block-buttons a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #303030;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #303030;
  transition: all 0.2s;
  background: none;
}
@media (max-width: 767px) {
  .editor .wp-block-buttons a {
    width: 100%;
  }
}
.editor .wp-block-buttons a:hover {
  background: #000000;
  color: #ffffff;
}

.wrapper {
  margin-top: 146px;
}
@media (max-width: 767px) {
  .wrapper {
    margin-top: 62px;
  }
}
.wrapper.margin-top {
  margin-top: 145px;
}
@media (max-width: 992px) {
  .wrapper.margin-top {
    margin-top: 72px;
  }
}
.wrapper.home {
  margin-top: 0;
}

.inner {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search-none {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .search-none {
    padding: 0 6px;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.up-sells.upsells {
  display: none !important;
}

.required {
  color: #D16619 !important;
}

.woocommerce-form-register {
  padding: 40px 20px 63px 20px !important;
}

.woocommerce-password-strength.short {
  display: none !important;
}

.woocommerce-password-hint {
  display: none !important;
}

.product-login-box .button.woocommerce-form-login__submit,
.product-login-box .button.woocommerce-form-register__submit {
  height: 38px;
  border: 2px solid #303030;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #303030;
  float: left;
  margin-right: 20px;
  transition: all 0.2s;
  background: none;
  float: left;
  order: 1;
}
.product-login-box .button.woocommerce-form-login__submit:hover,
.product-login-box .button.woocommerce-form-register__submit:hover {
  background: #000000;
  color: #ffffff;
}
.product-login-box .woocommerce-form-login__rememberme {
  display: flex !important;
  margin-right: 15px;
  align-items: center;
  float: right;
  order: 2;
}
.product-login-box .woocommerce-form-login__rememberme input {
  width: 20px;
}

.woocommerce form.login {
  padding: 40px 20px 20px 20px !important;
}

.product-login {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .product-login {
    padding: 40px 0;
  }
}

.product-login-box .title-row {
  text-align: center;
  margin-bottom: 30px;
}
.product-login-box .title-row h1 {
  font-family: "AvenirNextBold";
  font-size: 26px;
  color: #303030;
  text-align: center;
}
.product-login-box .col-1 {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex: inherit;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .product-login-box .col-1 {
    width: 100%;
    max-width: 100%;
  }
}
.product-login-box .col-2 {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  flex: inherit;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .product-login-box .col-2 {
    width: 100%;
    max-width: 100%;
  }
}
.product-login-box h2 {
  font-family: "AvenirNextBold";
  font-size: 24px;
  color: #303030;
  text-align: center;
}
.product-login-box p {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.product-login-box label {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: normal !important;
  margin: 0;
  margin-bottom: 2px;
}
.product-login-box input.input-text {
  display: block;
  width: 100%;
  border: 2px solid #B3B3B3;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px 10px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.product-login-box .password-input {
  width: 100%;
}
.product-login-box a:hover {
  color: #D16619 !important;
}

.account-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .account-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.account-wrap .title-row {
  width: 100%;
}
.account-wrap h1 {
  text-align: center;
  margin-bottom: 40px;
}
.account-wrap .button.view {
  border: 2px solid #303030 !important;
  border-radius: 3px !important;
  font-family: "AvenirNextBold" !important;
  font-size: 14px !important;
  color: #303030 !important;
  transition: all 0.2s;
  background: none !important;
}
.account-wrap .button.view:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.account-wrap .woocommerce-MyAccount-navigation {
  margin-bottom: 50px !important;
  float: none !important;
}
.account-wrap .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.account-wrap .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.account-wrap .woocommerce-MyAccount-navigation ul li:before {
  display: none;
}
.account-wrap .woocommerce-MyAccount-navigation ul li a:hover {
  color: #D16619;
}
.account-wrap .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #D16619;
}

.col-1 {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-2 {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce-Address-title.title {
  display: none;
}

.woocommerce-MyAccount-content {
  margin-bottom: 50px !important;
  float: none !important;
}
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select {
  display: block;
  width: 100%;
  border: 2px solid #B3B3B3;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px 10px;
}
.woocommerce-MyAccount-content label {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 2px;
}
.woocommerce-MyAccount-content form.form-row {
  margin-bottom: 15px !important;
}
.woocommerce-MyAccount-content .password-input {
  width: 100%;
  display: block;
}

.subscribe-register {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .subscribe-register {
    padding: 50px 0;
  }
}
.subscribe-register .subscribe-register-box .woocommerce h2 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  color: #000000;
}
.subscribe-register .subscribe-register-box .woocommerce input,
.subscribe-register .subscribe-register-box .woocommerce select {
  display: block;
  width: 100%;
  border: 2px solid #B3B3B3;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px 10px;
}
.subscribe-register .subscribe-register-box .woocommerce label {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 2px;
}
.subscribe-register .subscribe-register-box .woocommerce .password-input {
  display: block;
  width: 100%;
}
.subscribe-register .subscribe-register-box .woocommerce select {
  background: url(../images/select-black.svg) calc(100% - 10px) center no-repeat;
  padding-right: 30px;
}
.subscribe-register .subscribe-register-box .woocommerce button {
  width: 107px;
  height: 50px;
  border: 2px solid #303030;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #303030;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.2s;
  background: none;
}
.subscribe-register .subscribe-register-box .woocommerce button:hover {
  background: #000000;
  color: #ffffff;
}

.woocommerce ul li {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #000000;
}
.woocommerce ul li strong {
  font-family: "AvenirNextBold";
  font-size: 15px;
  color: #000000;
}

.woocommerce-info {
  background: #FAFAF8 !important;
  font-family: "AvenirNextRegular";
  font-size: 18px;
  color: #303030;
  border-top-color: #000000;
}
.woocommerce-info:before {
  color: #D16619;
}
.woocommerce-info .woocommerce-Button,
.woocommerce-info .button {
  border: 2px solid #303030 !important;
  border-radius: 3px !important;
  font-family: "AvenirNextBold" !important;
  font-size: 14px !important;
  color: #303030 !important;
  transition: all 0.2s !important;
  background: none !important;
}
.woocommerce-info .woocommerce-Button:hover,
.woocommerce-info .button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.woocommerce-Button.button {
  border: 2px solid #303030 !important;
  border-radius: 3px !important;
  font-family: "AvenirNextBold" !important;
  font-size: 14px !important;
  color: #303030 !important;
  transition: all 0.2s !important;
  background: none !important;
}
.woocommerce-Button.button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle {
  padding-top: 30px;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .woocommerce-notices-wrapper,
  .woocommerce-form-coupon-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-notices-wrapper,
  .woocommerce-form-coupon-toggle {
    padding-left: 33px;
    padding-right: 32px;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-family: "AvenirNextRegular";
  font-size: 18px;
  color: #303030;
  border-top-color: #000000;
}
.woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-form-coupon-toggle .woocommerce-message:before,
.woocommerce-form-coupon-toggle .woocommerce-info:before {
  color: #D16619;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-info .button.wc-forward,
.woocommerce-form-coupon-toggle .woocommerce-message .button.wc-forward,
.woocommerce-form-coupon-toggle .woocommerce-info .button.wc-forward {
  border: 2px solid #303030;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #303030;
  transition: all 0.2s;
  background: none;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover,
.woocommerce-notices-wrapper .woocommerce-info .button.wc-forward:hover,
.woocommerce-form-coupon-toggle .woocommerce-message .button.wc-forward:hover,
.woocommerce-form-coupon-toggle .woocommerce-info .button.wc-forward:hover {
  background: #000000;
  color: #ffffff;
}

.product-cart {
  padding: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .product-cart {
    padding: 50px 0;
  }
}
.product-cart .product-cart-box table tr th {
  font-family: "AvenirNextBold";
}
.product-cart .product-cart-box table tr td {
  font-family: "AvenirNextRegular";
}
.product-cart .product-cart-box .product-remove a {
  background: none !important;
  color: #D16619 !important;
}
.product-cart .product-cart-box .product-remove a:hover {
  color: #D16619 !important;
  opacity: 0.7 !important;
}
.product-cart .product-cart-box input {
  border: 2px solid #B3B3B3 !important;
  background: #ffffff !important;
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #676767 !important;
  width: 120px !important;
  padding: 5px 6px !important;
}
@media (max-width: 767px) {
  .product-cart .product-cart-box input {
    width: 48% !important;
  }
}
.product-cart .product-cart-box input::-webkit-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.product-cart .product-cart-box input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.product-cart .product-cart-box input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.product-cart .product-cart-box input:-ms-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.product-cart .product-cart-box input:focus {
  border-color: #000000;
}
.product-cart .product-cart-box input.wpcf7-not-valid {
  border-color: #D16619;
}
.product-cart .product-cart-box form button {
  height: 38px;
  border: 2px solid #303030;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #303030;
  transition: all 0.2s;
  background: none;
}
@media (max-width: 767px) {
  .product-cart .product-cart-box form button {
    width: 100%;
  }
}
.product-cart .product-cart-box form button:hover {
  background: #000000;
  color: #ffffff;
}
.product-cart .cart-collaterals {
  padding-top: 40px;
}
.product-cart .cart-collaterals h2 {
  font-family: "AvenirNextBold";
  margin-bottom: 18px;
}
.product-cart .cart-collaterals .wc-proceed-to-checkout a {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #ffffff;
  background: #00C48C;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px 13px 20px;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .product-cart .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 14px;
  }
}
.product-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
  opacity: 0.7;
  background-color: #00C48C !important;
}

.product-checkout {
  padding: 50px 0 100px 0;
}
@media (max-width: 767px) {
  .product-checkout {
    padding: 50px 0;
  }
}
.product-checkout .product-checkout-box .checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-checkout .product-checkout-box input,
.product-checkout .product-checkout-box select,
.product-checkout .product-checkout-box .select2-selection__rendered {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.product-checkout .product-checkout-box label {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 2px;
}
.product-checkout .product-checkout-box label span {
  width: auto;
}
.product-checkout .product-checkout-box .col-1 {
  width: 100%;
  max-width: 100%;
  float: none;
}
.product-checkout .product-checkout-box .col-1 span {
  width: 100%;
  display: inline-block;
}
.product-checkout .product-checkout-box .col-1 span.dropdown-wrapper {
  display: none;
}
.product-checkout .product-checkout-box .col-1 span {
  max-height: 52px;
  outline: none !important;
}
.product-checkout .product-checkout-box .col-1 .select2-selection--single {
  border: none !important;
  height: auto !important;
}
.product-checkout .product-checkout-box .col-2 {
  width: 100%;
  max-width: 100%;
  float: none;
}
.product-checkout .product-checkout-box .col-2 #ship-to-different-address {
  float: none;
}
.product-checkout .product-checkout-box .col-2 #ship-to-different-address label {
  display: flex;
  align-items: center;
}
.product-checkout .product-checkout-box .col-2 #ship-to-different-address label input {
  width: 20px;
  margin-right: 4px;
}
.product-checkout .product-checkout-box .col-2 .shipping_address .form-row {
  display: block;
}
.product-checkout .product-checkout-box .col-2 .shipping_address .form-row .select2-selection--single {
  height: 52px;
  background-color: none;
  border: none;
  border-radius: 0;
}
.product-checkout .product-checkout-box .col-2 .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
}
.product-checkout .product-checkout-box .col2-set {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .product-checkout .product-checkout-box .col2-set {
    width: 100%;
    padding-right: 0;
  }
}
.product-checkout .product-checkout-box .col2-set .form-row {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
.product-checkout .product-checkout-box .woocommerce-NoticeGroup {
  width: 100%;
}
.product-checkout .product-checkout-box #order_review {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .product-checkout .product-checkout-box #order_review {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.product-checkout .product-checkout-box #order_review table tr th {
  font-family: "AvenirNextBold";
}
.product-checkout .product-checkout-box #order_review table tr td {
  font-family: "AvenirNextRegular";
}
.product-checkout .product-checkout-box #order_review #payment {
  background: #FAFAF8;
}
.product-checkout .product-checkout-box #order_review #payment a:hover {
  color: #D16619;
}
.product-checkout .product-checkout-box #order_review #payment ul li {
  padding: 0;
}
.product-checkout .product-checkout-box #order_review #payment ul li input {
  width: 20px;
  margin: 0 !important;
  margin-right: 10px !important;
  display: inline-block;
  transform: translate(0, 2px);
}
.product-checkout .product-checkout-box #order_review #payment ul li label {
  display: inline-block !important;
  width: auto !important;
  line-height: 1.2;
}
.product-checkout .product-checkout-box #order_review #payment ul li img {
  max-height: initial;
  max-width: 100px;
}
.product-checkout .product-checkout-box #order_review #payment .button.alt {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #ffffff;
  background: #D16619;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px 13px 20px;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .product-checkout .product-checkout-box #order_review #payment .button.alt {
    font-size: 14px;
  }
}
.product-checkout .product-checkout-box #order_review #payment .button.alt:hover {
  opacity: 0.7;
  background-color: #D16619 !important;
}

.select2-results__options li:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #D16619;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: static;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 20px;
  left: inherit;
}

.woocommerce ul li:before {
  display: none !important;
}

.woocommerce-order {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .woocommerce-order {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-order {
    padding-left: 33px;
    padding-right: 32px;
  }
}
.woocommerce-order table tr th {
  font-family: "AvenirNextBold";
}
.woocommerce-order table tr td {
  font-family: "AvenirNextRegular";
}
.woocommerce-order address {
  font-family: "AvenirNextRegular";
}

.checkout_coupon {
  max-width: 1170px !important;
  border-color: #303030 !important;
  margin: 0 auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 1260px) {
  .checkout_coupon {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}
@media (max-width: 992px) {
  .checkout_coupon {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (max-width: 767px) {
  .checkout_coupon {
    margin-left: 33px !important;
    margin-right: 32px !important;
  }
}
.checkout_coupon .form-row {
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
}
.checkout_coupon .form-row.form-row-first input {
  display: block;
  width: 100%;
  max-width: 565px;
  border: 2px solid #B3B3B3;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px 10px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.checkout_coupon .form-row.form-row-last button {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #ffffff;
  background: #00C48C;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 15px 20px 13px 20px;
  transition: all 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .checkout_coupon .form-row.form-row-last button {
    font-size: 14px;
  }
}
.checkout_coupon .form-row.form-row-last button:hover {
  opacity: 0.7;
  background-color: #00C48C !important;
}

.product-checkout .product-checkout-box #order_review #payment #wc-stripe-cc-form label {
  width: 100% !important;
}
.product-checkout .product-checkout-box #order_review #payment #wc-stripe-cc-form .stripe-card-group {
  width: 100%;
}
.product-checkout .product-checkout-box #order_review #payment #wc-stripe-cc-form .stripe-card-group #stripe-card-element {
  width: 100%;
}

.wc-stripe-elements-field {
  width: 100%;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  padding: 10px 5px;
}

.woocommerce-ResetPassword {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .woocommerce-ResetPassword {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-ResetPassword {
    padding-left: 33px;
    padding-right: 32px;
  }
}
.woocommerce-ResetPassword p:first-child {
  font-weight: 600;
}
.woocommerce-ResetPassword .woocommerce-form-row label {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  display: block;
  line-height: normal !important;
  margin: 0;
  margin-bottom: 2px;
}
.woocommerce-ResetPassword .woocommerce-form-row input[type=text] {
  display: block;
  width: 100%;
  border: 2px solid #B3B3B3;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  padding: 10px 10px;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.woocommerce ul#shipping_method li {
  display: flex;
}
.woocommerce ul#shipping_method li input {
  margin: 6px 6px 0 0 !important;
}

.subtitle * {
  font-size: 12px;
  line-height: 16px;
  font-family: "AvenirNext-Medium";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #737373;
  margin: 0;
}

.common-link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-family: "AvenirNextRegular";
  color: #737373;
  text-decoration: none;
  display: inline-block;
}
.common-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #cf6317;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.common-link:hover::after {
  transform: scaleX(0);
  transform-origin: right;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
header a {
  text-decoration: none !important;
}
header .head-top {
  background: #2A4E63;
  padding-top: 7px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  header .head-top {
    display: none;
  }
}
header .head-top .head-top-box {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  header .head-top .head-top-box {
    padding-left: 33px;
    padding-right: 32px;
  }
}
header .head-top .head-top-box a {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
}
header .head-top .head-top-box a:hover {
  color: #D16619;
}
header .head-top .head-top-box p {
  font-family: "AvenirNextRegular";
  font-size: 12px;
  margin-bottom: 0;
  color: #ffffff;
}
header .head-top .head-top-box .left {
  display: flex;
  align-items: center;
}
header .head-top .head-top-box .left img {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
}
header .head-top .head-top-box .midden p {
  font-family: "AvenirNextBold";
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .head-top .head-top-box .right {
  display: flex;
  align-items: center;
}
header .head-top .head-top-box .right a {
  font-size: 12px;
  display: inline-block;
}
header .head-top .head-top-box .right a:last-child {
  margin-right: 0;
  margin-left: 10px;
}
header .head-content {
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  padding: 12px 0;
}
header .head-content .head-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  transition: all 0.2s;
  max-width: 1400px;
  padding-right: 48px;
  padding-left: 82px;
}
@media (max-width: 992px) {
  header .head-content .head-content-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  header .head-content .head-content-box {
    padding-left: 33px;
    padding-right: 32px;
  }
}
header .head-content .head-content-box .head-logo {
  position: relative;
  padding-bottom: 14px;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .head-logo {
    padding-bottom: 5px;
  }
}
header .head-content .head-content-box .head-logo a img {
  max-width: 240px;
  transition: all 0.2s;
}
header .head-content .head-content-box .head-logo a.mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .hamburger-and-logo {
    display: flex;
    align-items: center;
  }
}
header .head-content .head-content-box .cat-and-search {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .cat-and-search {
    padding-bottom: 0;
  }
}
header .head-content .head-content-box .cat-and-search a:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .search-icon {
  position: relative;
}
header .head-content .head-content-box .cat-and-search .search-icon a {
  font-size: 25px;
  color: #000000;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .cat-and-search .search-icon a {
    color: #000000 !important;
  }
}
header .head-content .head-content-box .cat-and-search .search-icon a:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .search-icon .search-input {
  position: absolute;
  top: -3px;
  left: 0;
  width: 0;
  transition: all 0.2s;
  transform: translate(-100%, 0);
  padding-right: 43px;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .cat-and-search .search-icon .search-input {
    display: none;
  }
}
header .head-content .head-content-box .cat-and-search .search-icon .search-input input {
  width: 100%;
  transition: all 0.2s;
  background: #C4C4C4;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #ffffff;
}
header .head-content .head-content-box .cat-and-search .search-icon .search-input.is-active {
  width: 521px;
}
header .head-content .head-content-box .cat-and-search .search-icon .search-input.is-active input {
  padding: 8px 10px;
}
header .head-content .head-content-box .cat-and-search .cat-icon {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .cat-and-search .cat-icon {
    margin-left: 24px;
    padding-top: 2px;
  }
}
header .head-content .head-content-box .cat-and-search .cat-icon a {
  position: relative;
  font-size: 27px;
  color: #000000;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .cat-and-search .cat-icon a {
    color: #000000 !important;
  }
}
header .head-content .head-content-box .cat-and-search .cat-icon a:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .cat-icon a span {
  font-family: "AvenirNextBold";
  font-size: 10px;
  color: #ffffff;
  background: #D16619;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  padding: 1px 5px 0px 5px;
  right: -6px;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count {
  width: auto;
  height: auto;
  line-height: initial;
  background: none;
  z-index: 1;
  box-shadow: none;
  animation: none !important;
  transform: none !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  perspective: inherit !important;
  position: relative;
  border-radius: inherit;
  color: #000000;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count span {
  font-family: "AvenirNextBold";
  font-size: 10px;
  color: #ffffff;
  background: #D16619;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  padding: 1px 5px 0px 5px;
  right: -6px;
  width: auto;
  height: auto;
  line-height: 1.5;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i {
  width: 27px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  position: relative;
  background-position: center;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:after, header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:before {
  display: none !important;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:before {
  display: block !important;
  content: "\e6c7";
  font-family: "iconfont" !important;
  font-size: 27px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  color: #000000;
}
header .head-content .head-content-box .cat-and-search .cat-icon.cat-0 .woofc-count span {
  opacity: 0;
}
header .head-content .head-content-box .hamburger {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  margin-right: 14px;
  z-index: 2;
}
@media (max-width: 767px) {
  header .head-content .head-content-box .hamburger {
    display: block;
  }
}
header .head-content .head-content-box .hamburger span {
  width: 18px;
  height: 2px;
  display: block;
  background: #234262;
  position: absolute;
  left: 3px;
  transition: all 0.4s;
}
header .head-content .head-content-box .hamburger span:nth-child(1) {
  top: 6px;
}
header .head-content .head-content-box .hamburger span:nth-child(2) {
  top: 11px;
}
header .head-content .head-content-box .hamburger span:nth-child(3) {
  top: 16px;
}
header .head-content .head-content-box .hamburger.open {
  z-index: 999999;
}
header .head-content .head-content-box .hamburger.open span {
  width: 20px;
}
header .head-content .head-content-box .hamburger.open span:nth-child(1) {
  top: 11px;
  left: 2px;
  transform: rotate(45deg);
}
header .head-content .head-content-box .hamburger.open span:nth-child(2) {
  top: 11px;
  left: 2px;
  transform: rotate(-45deg);
}
header .head-content .head-content-box .hamburger.open span:nth-child(3) {
  opacity: 0;
}
header .head-menu {
  position: relative;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li {
  margin: 0 17.5px;
  position: static;
  padding: 0;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li {
    margin: 0 12px;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:before {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:first-child {
  margin-left: 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:last-child {
  margin-right: 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a {
  font-family: "AvenirNextDemiBold";
  color: #000000;
  font-size: 16px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a:hover {
  color: #D16619;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children {
  padding-right: 21px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children > a {
  position: relative;
  position: relative;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children > a:after {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 19px solid #ECECE8;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children > a:after {
    display: none;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children .drop-icon {
  content: "";
  width: 11px;
  height: 6px;
  background-image: url("../images/menu-dvmp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 8px;
  right: -20px;
  pointer-events: none;
  transition: transform 0.2s;
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children .drop-icon {
    pointer-events: all;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children:hover .drop-icon {
  transform: rotate(180deg);
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  background: #ECECE8;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: flex-start;
  z-index: 2;
  transition: opacity 0.3s;
  padding: 29px 0 20px 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:after {
  content: "";
  width: 1000vw;
  height: 100%;
  background: #ECECE8;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: 1;
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:after {
    display: none;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li {
  padding: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  max-width: 524px;
  margin: 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li:before {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li:last-child {
  border: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li .icon {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li.is-hide > a {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li img {
  max-width: 31px;
  display: block;
  margin-right: 9px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > a {
  min-height: 21px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > a {
    min-height: auto;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li a {
  display: block;
  font-family: "AvenirNextRegular";
  color: #303030;
  font-size: 14px;
  position: relative;
  transition: opacity 0.2s, color 0.2s;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li a:after {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li a:hover {
  color: #D16619;
  opacity: 1;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li a .drop-icon {
  display: none !important;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu {
  position: static;
  transform: none;
  opacity: 1;
  display: flex;
  padding: 0;
  margin: 0;
  transition: none;
  background: none;
  flex-wrap: wrap;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu:after {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu li {
  margin-bottom: 5px;
  margin-right: 53px;
  min-width: 169px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu li:nth-child(2n) {
  min-width: 100px;
}
@media (min-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu li:nth-child(2n) {
    margin-right: 0;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu li a {
  min-height: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "AvenirNextRegular";
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.active:before {
  width: 100%;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:hover:before {
  width: 100%;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:hover.menu-item-has-children a:after {
  opacity: 1;
  visibility: visible;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:hover > .sub-menu li > .sub-menu {
  visibility: visible;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.active > a {
  color: #D16619;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.active > a .drop-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(85%) saturate(630%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
@media (max-width: 767px) {
  header .head-content {
    background: #ffffff !important;
    padding: 0 32px 0 33px;
    z-index: 3;
  }
  header .head-content .head-content-box {
    padding: 16.5px 0;
  }
  header .head-content .head-content-box .head-logo {
    z-index: 3;
  }
  header .head-content .head-content-box .head-logo a {
    opacity: 1 !important;
  }
  header .head-content .head-content-box .head-logo a img {
    max-width: 120px !important;
  }
  header .head-content .head-content-box .head-logo a.mobile {
    opacity: 0 !important;
    display: none;
  }
  header .head-menu {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 0;
    background: #ffffff;
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
  header .head-menu .head-menu-overflow {
    margin: 70px 0 0 0;
    height: calc(100% - 120px);
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box {
    display: block;
    padding-bottom: 30px;
    padding-top: 35px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
    display: block;
    width: 100vw;
    padding: 0 32px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li {
    margin: 0;
    margin-bottom: 10px;
    width: auto;
    padding: 0px 0;
    transition: margin-bottom 0.3s;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:before {
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu {
    position: static;
    background: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    box-shadow: none;
    width: 100% !important;
    padding: 15px 15px 0 15px;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:before, header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:after {
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li {
    margin-bottom: 16px;
    border: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu {
    display: block;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.menu-item-has-children.is-active .drop-icon {
    transform: rotate(-180deg);
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.is-active {
    margin-bottom: 16px;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu-link {
    padding: 0 29px;
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu-link .view-courses {
    display: none;
    text-align: center;
  }
  header .head-menu.open {
    top: 0;
    opacity: 1;
  }
}
header.home {
  box-shadow: none;
}
header.home .head-top {
  background: #D16619;
}
header.home .head-content .head-content-box .head-logo a {
  opacity: 0;
}
header.home .head-content .head-content-box .head-logo a.mobile {
  opacity: 1;
}
header.home .head-content .head-content-box .cat-and-search .search-icon a,
header.home .head-content .head-content-box .cat-and-search .cat-icon a {
  color: #ffffff;
}
@media (max-width: 767px) {
  header.home .head-content .head-content-box .cat-and-search .search-icon a,
  header.home .head-content .head-content-box .cat-and-search .cat-icon a {
    color: #000000;
  }
}
header.home .head-content .head-content-box .cat-and-search .search-icon .woofc-count i:before,
header.home .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:before {
  color: #ffffff;
}
@media (max-width: 767px) {
  header.home .head-content .head-content-box .cat-and-search .search-icon .woofc-count i:before,
  header.home .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:before {
    color: #000000;
  }
}
header.home .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a {
  color: #ffffff;
}
@media (max-width: 767px) {
  header.home .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a {
    color: #000000;
  }
}
header.home .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a .drop-icon {
  background-image: url("../images/menu-dvmp-white.svg");
}
@media (max-width: 767px) {
  header.home .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a .drop-icon {
    background-image: url("../images/menu-dvmp.svg");
  }
}
header.home .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a:hover {
  color: #D16619;
}
header.head-small {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
header.head-small .head-content {
  background: #ffffff;
}
header.head-small .head-content .head-content-box .head-logo a {
  opacity: 1;
}
header.head-small .head-content .head-content-box .head-logo a.mobile {
  opacity: 0;
}
header.head-small .head-content .head-content-box .cat-and-search .search-icon a,
header.head-small .head-content .head-content-box .cat-and-search .cat-icon a {
  color: #000000;
}
header.head-small .head-content .head-content-box .cat-and-search .search-icon .woofc-count i:before,
header.head-small .head-content .head-content-box .cat-and-search .cat-icon .woofc-count i:before {
  color: #000000;
}
header.head-small .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a {
  color: #000000;
}
header.head-small .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a .drop-icon {
  background-image: url("../images/menu-dvmp.svg");
}
header.head-small .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > a:hover {
  color: #D16619;
}
header.head-small .head-menu .head-menu-overflow .head-menu-overflow-box .menu li.active > a {
  color: #D16619;
}

.search-m {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 98;
  background: #F2F2F2;
  width: 100%;
  padding: 10px 32px;
  display: none;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 767px) {
  .search-m {
    display: block;
  }
}
.search-m.is-active {
  top: 63px;
}
.search-m .search-m-input input {
  border: 1px solid #B3B3B3;
  background: #ffffff;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
  padding: 8px 10px;
}
.search-m .search-m-input input::-webkit-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:-ms-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:focus {
  border-color: #000000;
}

.woofc-count {
  display: none;
}

header .woofc-count {
  display: block;
  position: static;
}

.search-page {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .search-page {
    padding: 50px 0;
  }
}
.search-page .page-title {
  margin-bottom: 25px;
}
.search-page h1 span {
  color: #D16619;
}
.search-page .box h3 {
  font-size: 21px;
}
.search-page .box h3 a:hover {
  color: #D16619;
}
.search-page .search-results-list .content .search-result {
  margin-bottom: 25px;
}
.search-page .search-results-list .content .search-result a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 556px) {
  .search-page .search-results-list .content .search-result a {
    display: block;
  }
}
.search-page .search-results-list .content .search-result a .img-box {
  width: 133px;
  overflow: hidden;
}
@media (max-width: 556px) {
  .search-page .search-results-list .content .search-result a .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
}
.search-page .search-results-list .content .search-result a .img-box img {
  transition: all 0.2s;
}
.search-page .search-results-list .content .search-result a .text-box {
  width: calc(100% - 180px);
}
@media (max-width: 556px) {
  .search-page .search-results-list .content .search-result a .text-box {
    width: 100%;
  }
}
.search-page .search-results-list .content .search-result a .text-box p,
.search-page .search-results-list .content .search-result a .text-box h2 {
  transition: all 0.2s;
}
.search-page .search-results-list .content .search-result a .text-box h2 {
  font-size: 22px;
}
.search-page .search-results-list .content .search-result a .text-box .number {
  display: flex;
}
.search-page .search-results-list .content .search-result a .text-box .number p {
  display: inline-block;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #303030;
  margin-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search-page .search-results-list .content .search-result a .text-box .number p {
    font-size: 14px;
  }
}
.search-page .search-results-list .content .search-result a .text-box .number p.plays {
  opacity: 0.5;
  position: relative;
}
.search-page .search-results-list .content .search-result a .text-box .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.2s;
}
.search-page .search-results-list .content .search-result a:hover .img-box img {
  transform: scale(1.05);
}
.search-page .search-results-list .content .search-result a:hover .text-box p {
  color: #D16619;
}
.search-page .search-results-list .content .search-result a:hover .text-box h2 {
  color: #D16619;
}
.search-page .search-results-list .content .search-result a:hover .text-box .number p {
  color: #D16619;
}
.search-page .search-results-list .content .search-result a:hover .text-box .number p.plays:before {
  background: #D16619;
}

.search-popup {
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(147, 147, 139, 0.46);
}
.search-popup.open {
  visibility: visible;
  opacity: 1;
}
.search-popup.open .bg-box {
  transform: translate(-50%, -50%);
}
.search-popup .bg-box {
  max-width: 1170px;
  width: calc(100% - 65px);
  background: #FAFAF8;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  padding-bottom: 153px;
  padding-top: 43px;
  border-top: 1px solid #cbc7bb;
  border-bottom: 1px solid #cbc7bb;
  transition: transform 0.5s cubic-bezier(0.27, 0.72, 0.64, 0.99);
}
@media (max-width: 768px) {
  .search-popup .bg-box {
    padding-bottom: 90px;
  }
}
@media (max-width: 568px) {
  .search-popup .bg-box {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
.search-popup .close-search-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 57px;
  top: 47px;
  background: none;
}
@media (max-width: 568px) {
  .search-popup .close-search-popup {
    right: 36px;
    top: 32px;
  }
}
.search-popup .close-search-popup:hover:before, .search-popup .close-search-popup:hover:after {
  background: #D16619;
}
.search-popup .close-search-popup:before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.search-popup .close-search-popup:after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 7px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.search-popup .form-box {
  max-width: 710px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}
.search-popup .form-box h2 {
  font-family: "AvenirNextBold";
  font-size: 18px;
  line-height: 1.3;
  color: #272626;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .search-popup .form-box h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .search-popup .form-box h2 {
    margin-bottom: 30px;
  }
}
.search-popup .form-box .search-field input {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  background: none;
  font-family: "AvenirNextRegular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  border-bottom: 2px solid #d1d1c6;
  padding-bottom: 18px;
}
.search-popup .form-box .search-field input:focus {
  border-bottom: 2px solid #D16619;
}
.search-popup .form-box .search-field input:-moz-placeholder {
  font-family: "AvenirNextRegular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  opacity: 1;
}
.search-popup .form-box .search-field input::-moz-placeholder {
  font-family: "AvenirNextRegular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  opacity: 1;
}
.search-popup .form-box .search-field input:-ms-input-placeholder {
  font-family: "AvenirNextRegular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  opacity: 1;
}
.search-popup .form-box .search-field input::-webkit-input-placeholder {
  font-family: "AvenirNextRegular";
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  color: #303030;
  opacity: 1;
}

.home-banner .home-banner-box .content .slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 538px;
  padding-top: 198px;
  padding-bottom: 60px;
}
.home-banner .home-banner-box .content .slider-block .text {
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .content .slider-block .text {
    padding: 0 32px 0 33px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box {
  text-align: center;
}
.home-banner .home-banner-box .content .slider-block .text-box h2 {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
.home-banner .home-banner-box .content .slider-block .text-box h1 {
  font-family: "AvenirNextBold";
  font-size: 50px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .content .slider-block .text-box h1 {
    font-size: 40px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box p {
  font-family: "AvenirNext-Medium";
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 36px;
}
.home-banner .home-banner-box .content .slider-block .text-box a {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #D16619;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  min-width: 285px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 20px;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .content .slider-block .text-box a {
    min-width: 200px;
    font-size: 14px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box a:hover {
  background: none;
  color: #ffffff;
}
.home-banner .home-banner-box .content .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .content .slick-dots {
    bottom: 25px;
  }
}
.home-banner .home-banner-box .content .slick-dots li {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 7.5px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home-banner .home-banner-box .content .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.home-banner .home-banner-box .content .slick-dots li:before {
  display: none;
}
.home-banner .home-banner-box .content .slick-dots li button {
  display: none;
}
.home-banner .home-banner-box .content .slick-dots li.slick-active, .home-banner .home-banner-box .content .slick-dots li:hover {
  background: #ffffff;
}

.shop-by-category {
  background: rgba(233, 233, 232, 0.6);
  padding-top: 64px;
  padding-bottom: 103px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shop-by-category {
    padding: 50px 0;
  }
}
.shop-by-category .shop-by-category-box .title {
  text-align: center;
  margin-bottom: 50px;
}
.shop-by-category .shop-by-category-box .title h2 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.shop-by-category .shop-by-category-box .content {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1200px) {
  .shop-by-category .shop-by-category-box .content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shop-by-category .shop-by-category-box .content.is-show .slick-list {
  overflow: inherit;
}
.shop-by-category .shop-by-category-box .content .slider-block {
  margin: 0 15px;
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block {
    height: calc(50vw - 37px);
    margin: 0 5px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}
.shop-by-category .shop-by-category-box .content .slider-block a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.shop-by-category .shop-by-category-box .content .slider-block a .text {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.shop-by-category .shop-by-category-box .content .slider-block a .text h3 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 215px;
  transition: all 0.2s;
  margin: 0 auto;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block a .text h3 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 0 !important;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block a .text span {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #D16619;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 11px 45px;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .shop-by-category .shop-by-category-box .content .slider-block a .text span {
    min-width: 200px;
    font-size: 14px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block a .text span {
    display: none;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block a:hover .text h3 {
  padding-bottom: 24px;
}
.shop-by-category .shop-by-category-box .content .slider-block a:hover .text span {
  opacity: 1;
}
.shop-by-category .shop-by-category-box .content .slick-arrow {
  width: 61px;
  height: 61px;
  font-size: 0;
  border: none;
  outline: none;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
  left: -25px;
  background-image: url("../images/slick-prev.svg");
}
@media (max-width: 1200px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: 0px;
  }
}
@media (max-width: 992px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: -15px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
  right: -25px;
  background-image: url("../images/slick-next.svg");
}
@media (max-width: 1200px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 992px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: 20px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: -15px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow.is-not {
  opacity: 0;
  visibility: hidden;
}
.shop-by-category .shop-by-category-box .content .slick-arrow button {
  display: none;
}
.shop-by-category .shop-by-category-box .content .slick-arrow:hover {
  opacity: 0.7;
}

.our-top-picks {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .our-top-picks {
    padding: 50px 0;
  }
}
.our-top-picks .our-top-picks-box .content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.our-top-picks .our-top-picks-box .content .block {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .our-top-picks .our-top-picks-box .content .block {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .our-top-picks .our-top-picks-box .content .block {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block {
    padding: 0 5px;
    margin-bottom: 0px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img {
  height: 270px !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img {
    height: calc(50vw - 37px);
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .text-one {
  padding: 10px 41px 10px 43px;
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one {
    padding: 5px 10px;
  }
}
@media (max-width: 400px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one {
    padding: 5px 7px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .text-one h2 {
  font-family: "AvenirNextBold";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
@media (max-width: 400px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .text-one p {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 400px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .text-one p {
    font-size: 12px;
    line-height: 1.2;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .text-one p a {
  text-decoration: underline !important;
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .text-one p a:hover {
  opacity: 0.7;
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
  border-radius: 5px;
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart span {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #D16619;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 11px 43px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart span {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media (max-width: 556px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart span {
    padding: 8px 25px;
  }
}
@media (max-width: 400px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart span {
    padding: 6px 15px;
    font-size: 13px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart:hover span {
  opacity: 1;
}
.our-top-picks .our-top-picks-box .content .block .block-box .img .open-cart:hover:before {
  opacity: 1;
}
.our-top-picks .our-top-picks-box .content .block .block-box .text {
  padding: 30px 24px;
  display: block;
}
@media (max-width: 992px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .text {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .text {
    padding: 18px 15px 31px 15px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .text a:hover h2,
.our-top-picks .our-top-picks-box .content .block .block-box .text a:hover h3 {
  opacity: 0.7;
}
.our-top-picks .our-top-picks-box .content .block .block-box .text h3 {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #D16619;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .text h3 {
    font-size: 14px;
    display: none;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .text h3 a:hover {
  opacity: 0.7;
}
.our-top-picks .our-top-picks-box .content .block .block-box .text h2 {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #303030;
  line-height: 24px;
  margin-bottom: 3px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .text h2 {
    font-size: 14px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .text .number {
  display: flex;
  flex-wrap: wrap;
}
.our-top-picks .our-top-picks-box .content .block .block-box .text .number p {
  display: inline-block;
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  color: #A72B14;
  margin-right: 8px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .our-top-picks .our-top-picks-box .content .block .block-box .text .number p {
    font-size: 14px;
  }
}
.our-top-picks .our-top-picks-box .content .block .block-box .text .number p.plays {
  color: #979797;
  font-size: 14px;
  position: relative;
}
.our-top-picks .our-top-picks-box .content .block .block-box .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 0;
}
.our-top-picks .our-top-picks-box .content .block:first-child .block-box .img {
  background: #c35f17;
}

.open-cart-popup {
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.46);
}
.open-cart-popup.open {
  visibility: visible;
  opacity: 1;
}
.open-cart-popup.open .bg-box {
  transform: translate(-50%, -50%);
}
.open-cart-popup .open-cart-popup-show {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.open-cart-popup .bg-box {
  max-width: 1110px;
  width: calc(100% - 65px);
  background: #FAFAF8;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  padding-bottom: 110px;
  padding-top: 90px;
  padding-left: 77px;
  padding-right: 82px;
  border-top: 1px solid #cbc7bb;
  border-bottom: 1px solid #cbc7bb;
  transition: transform 0.5s cubic-bezier(0.27, 0.72, 0.64, 0.99);
}
@media (max-width: 1200px) {
  .open-cart-popup .bg-box {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .open-cart-popup .bg-box {
    max-width: 500px;
    padding: 40px 20px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.open-cart-popup .close-open-cart-popup {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 18px;
  background: none;
}
@media (max-width: 568px) {
  .open-cart-popup .close-open-cart-popup {
    right: 10px;
    top: 10px;
  }
}
.open-cart-popup .close-open-cart-popup:hover:before, .open-cart-popup .close-open-cart-popup:hover:after {
  background: #D16619;
}
.open-cart-popup .close-open-cart-popup:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: -2px;
  top: 7px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.open-cart-popup .close-open-cart-popup:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: -2px;
  top: 7px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.open-cart-popup .cart-box {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box {
    display: block;
  }
}
.open-cart-popup .cart-box:before {
  content: "";
  visibility: hidden;
  width: 40px;
  height: 40px;
  background: none;
  border: 2px solid #000000;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  right: 47.5%;
  top: 50%;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box:before {
    width: 30px;
    height: 30px;
  }
}
.open-cart-popup .cart-box.is-active:before {
  visibility: visible;
}
.open-cart-popup .cart-box .left {
  width: 49.5%;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .left {
    width: 100%;
  }
}
.open-cart-popup .cart-box .right {
  width: 41%;
}
@media (max-width: 1200px) {
  .open-cart-popup .cart-box .right {
    width: 46%;
  }
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right {
    width: 100%;
    padding-top: 20px;
  }
}
.open-cart-popup .cart-box .right .text {
  padding-top: 7px;
}
.open-cart-popup .cart-box .right .text h3 {
  font-family: "AvenirNextRegular";
  font-size: 17px;
  color: #D16619;
  margin-bottom: 7px;
}
.open-cart-popup .cart-box .right .text h3 a:hover {
  opacity: 0.7;
}
.open-cart-popup .cart-box .right .text a:hover h2,
.open-cart-popup .cart-box .right .text a:hover h3 {
  opacity: 0.7;
}
.open-cart-popup .cart-box .right .text h2 {
  font-family: "AvenirNextBold";
  font-size: 28px;
  color: #303030;
  line-height: 1.1;
  margin-bottom: 20px;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text h2 {
    font-size: 22px;
  }
}
.open-cart-popup .cart-box .right .text .number {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 46px;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text .number {
    padding-bottom: 25px;
  }
}
.open-cart-popup .cart-box .right .text .number p {
  display: inline-block;
  font-family: "AvenirNextBold";
  font-size: 26px;
  color: #A72B14;
  margin-right: 9px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text .number p {
    font-size: 18px;
  }
}
.open-cart-popup .cart-box .right .text .number p.plays {
  color: #303030;
  opacity: 0.5;
  font-family: "AvenirNextDemiBold";
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.open-cart-popup .cart-box .right .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 0;
}
.open-cart-popup .cart-box .right .text .number p.save-c {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 22px;
}
.open-cart-popup .cart-box .right .text .value-select .value-s {
  margin-bottom: 11px;
}
.open-cart-popup .cart-box .right .text .value-select .value-s p {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.open-cart-popup .cart-box .right .text .value-select .select-s {
  display: flex;
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text .value-select .select-s {
    margin-bottom: 20px;
  }
}
.open-cart-popup .cart-box .right .text .value-select .select-s:before {
  content: "\e6c0";
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  opacity: 0.54;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
}
.open-cart-popup .cart-box .right .text .value-select .select-s select {
  width: 100%;
  padding: 11px 16px;
  background: none;
  border: 2px solid #EEEEEE;
}
.open-cart-popup .cart-box .right .text .value-select .select-s select option {
  font-size: 16px;
  color: #000000;
  font-family: "AvenirNextRegular";
}
.open-cart-popup .cart-box .right .text .value-select .select-s select option:first-child {
  display: none;
}
.open-cart-popup .cart-box .right .text .value-select .select-s .reset_variations_c {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  padding-right: 20px;
  width: 65px;
}
.open-cart-popup .cart-box .right .text .value-select .select-s .reset_variations_c:hover {
  color: #D16619;
}
.open-cart-popup .cart-box .right .text .value-select .select-s .reset_variations_c.is-active {
  opacity: 1;
  visibility: visible;
}
.open-cart-popup .cart-box .right .text .value-select .price-s {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text .value-select .price-s {
    margin-bottom: 20px;
  }
}
.open-cart-popup .cart-box .right .text .value-select .price-s p {
  font-family: "AvenirNextBold";
  font-size: 26px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .open-cart-popup .cart-box .right .text .value-select .price-s p {
    font-size: 18px;
  }
}
.open-cart-popup .cart-box .right .text .quantitys-and-button {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys {
  border: 2px solid #EEEEEE;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 5px;
  border-radius: 3px;
  margin: 0;
  margin-right: 17px;
}
@media (max-width: 767px) {
  .open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys {
    margin-right: 11px;
  }
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys .screen-reader-text {
  display: none;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys input {
  width: 46px;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #000000;
  text-align: center;
  background: none;
  outline: none;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys input[type=number]::-webkit-inner-spin-button,
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span {
  display: inline-block;
  width: 30px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  height: auto;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span:before, .open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span:after {
  content: "";
  width: 13px;
  height: 2px;
  background: #BBBBBB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span.input-jian:after {
  display: none;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys span.input-jian-open-cart:after {
  display: none;
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .quantitys.hidden {
  display: none;
}
@media (max-width: 556px) {
  .open-cart-popup .cart-box .right .text .quantitys-and-button .button {
    width: fit-content;
  }
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .button a {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #ffffff;
  background: #c35f17;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 13px 51px 13px 51px;
  transition: all 0.2s;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .open-cart-popup .cart-box .right .text .quantitys-and-button .button a {
    font-size: 14px;
  }
}
@media (max-width: 556px) {
  .open-cart-popup .cart-box .right .text .quantitys-and-button .button a {
    padding: 13px;
    width: 100%;
    text-align: center;
  }
}
.open-cart-popup .cart-box .right .text .quantitys-and-button .button a:hover {
  opacity: 0.7;
}
.open-cart-popup .cart-box .right .text .link-d {
  padding-top: 15px;
}
.open-cart-popup .cart-box .right .text .link-d a {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #D16619;
  position: relative;
}
.open-cart-popup .cart-box .right .text .link-d a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D16619;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.open-cart-popup .cart-box .right .text .link-d a:hover {
  opacity: 0.7;
}

.home-images {
  padding-top: 70px;
  padding-bottom: 126px;
}
@media (max-width: 767px) {
  .home-images {
    padding-top: 29px;
    padding-bottom: 43px;
  }
}
.home-images .home-images-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-images .home-images-box {
    display: block;
  }
}
.home-images .home-images-box .block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-images .home-images-box .block {
    margin-bottom: 20px;
    height: 150px !important;
  }
}
@media (max-width: 414px) {
  .home-images .home-images-box .block {
    height: 100px !important;
  }
}
.home-images .home-images-box .block a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}
.home-images .home-images-box .block a h2 {
  text-align: center;
  background: #ffffff;
  font-family: "GothamHTF-Medium";
  font-size: 16px;
  color: #363636;
  margin-bottom: 0;
  padding: 8px 26px;
}
@media (max-width: 767px) {
  .home-images .home-images-box .block a h2 {
    font-size: 14px;
  }
}
.home-images .home-images-box .block a:hover {
  opacity: 0.7;
}
.home-images .home-images-box .left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(67.1% - 15px);
}
@media (max-width: 767px) {
  .home-images .home-images-box .left {
    width: 100%;
  }
}
@media (max-width: 556px) {
  .home-images .home-images-box .left {
    display: block;
  }
}
.home-images .home-images-box .left .block {
  width: calc(50% - 15px);
  height: 190px;
}
@media (max-width: 992px) {
  .home-images .home-images-box .left .block {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .home-images .home-images-box .left .block {
    width: calc(50% - 10px);
    height: 150px !important;
  }
}
@media (max-width: 556px) {
  .home-images .home-images-box .left .block {
    width: 100%;
  }
}
.home-images .home-images-box .left .block:nth-child(1) {
  width: 100%;
}
.home-images .home-images-box .left .block:nth-child(2), .home-images .home-images-box .left .block:nth-child(3) {
  height: 186px;
}
.home-images .home-images-box .left .block:nth-child(4), .home-images .home-images-box .left .block:nth-child(5) {
  height: 240px;
}
.home-images .home-images-box .right {
  width: calc(32.9% - 15px);
}
@media (max-width: 767px) {
  .home-images .home-images-box .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 556px) {
  .home-images .home-images-box .right {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .home-images .home-images-box .right .block {
    width: calc(50% - 10px);
    height: 150px !important;
  }
}
@media (max-width: 556px) {
  .home-images .home-images-box .right .block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-images .home-images-box .right .block {
  height: 404px;
}
.home-images .home-images-box .right .block:nth-child(2) {
  height: 240px;
}

.home-contact {
  background: #FAFAF8;
}
.home-contact .home-contact-box .content {
  display: flex;
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .home-contact .home-contact-box .content {
    flex-wrap: wrap;
  }
}
.home-contact .home-contact-box .content .block {
  width: 22.6%;
  display: flex;
  align-items: center;
  border-right: 1px solid #B8B8B8;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  .home-contact .home-contact-box .content .block {
    width: 25% !important;
    padding-right: 10px;
    padding-left: 30px !important;
  }
  .home-contact .home-contact-box .content .block:first-child {
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .home-contact .home-contact-box .content .block {
    padding-left: 15px !important;
  }
  .home-contact .home-contact-box .content .block:first-child {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .home-contact .home-contact-box .content .block {
    width: 50% !important;
    border: none;
    border-bottom: 1px solid #B8B8B8 !important;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .home-contact .home-contact-box .content .block:nth-last-child(1), .home-contact .home-contact-box .content .block:nth-last-child(2) {
    border: none !important;
  }
}
@media (max-width: 767px) and (max-width: 556px) {
  .home-contact .home-contact-box .content .block:nth-last-child(1), .home-contact .home-contact-box .content .block:nth-last-child(2) {
    border-bottom: 1px solid #B8B8B8 !important;
  }
}
@media (max-width: 556px) {
  .home-contact .home-contact-box .content .block {
    width: 100% !important;
    border-bottom: 1px solid #B8B8B8 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .home-contact .home-contact-box .content .block:last-child {
    border: none !important;
  }
}
.home-contact .home-contact-box .content .block .img {
  margin-right: 20px;
}
.home-contact .home-contact-box .content .block .img img {
  max-width: 68px;
}
@media (max-width: 556px) {
  .home-contact .home-contact-box .content .block .img img {
    width: 60px !important;
    max-width: 60px !important;
  }
}
.home-contact .home-contact-box .content .block .text {
  max-width: 142px;
}
@media (max-width: 556px) {
  .home-contact .home-contact-box .content .block .text {
    max-width: 100%;
  }
}
.home-contact .home-contact-box .content .block .text h3 {
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  margin-bottom: 0;
}
.home-contact .home-contact-box .content .block .text p {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  margin-bottom: 0;
}
.home-contact .home-contact-box .content .block .text p a {
  text-decoration: none !important;
  color: #000000;
}
.home-contact .home-contact-box .content .block .text p a:hover {
  color: #D16619;
}
.home-contact .home-contact-box .content .block:nth-child(2) {
  padding-left: 36px;
}
.home-contact .home-contact-box .content .block:nth-child(2) .img img {
  max-width: 48px;
}
.home-contact .home-contact-box .content .block:nth-child(3) {
  width: 27.4%;
  padding-left: 54px;
}
.home-contact .home-contact-box .content .block:nth-child(3) .img img {
  max-width: 67px;
}
.home-contact .home-contact-box .content .block:nth-child(4) {
  width: 27.4%;
  padding-left: 35px;
}
.home-contact .home-contact-box .content .block:nth-child(4) .img img {
  max-width: 57px;
}
.home-contact .home-contact-box .content .block:last-child {
  border: none;
}

.home-form {
  background: #FAFAF8;
  padding-top: 42px;
  padding-bottom: 40px;
  position: relative;
}
.home-form .home-form-up {
  width: 40px;
  height: 40px;
  background-image: url("../images/Up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -20px;
  right: 18px;
  display: none;
}
@media (max-width: 767px) {
  .home-form .home-form-up {
    display: block;
  }
}
.home-form .home-form-up:hover {
  opacity: 0.7;
}
.home-form .home-form-box .content {
  display: flex;
  align-items: center;
  max-width: 1015px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content {
    display: block;
  }
}
.home-form .home-form-box .content .left {
  width: 56.1%;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .left {
    width: 100%;
    padding-right: 0;
  }
}
.home-form .home-form-box .content .left h2 {
  font-family: "AvenirNextBold";
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .left h2 {
    font-family: "AvenirNext-Medium";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
  }
}
.home-form .home-form-box .content .right {
  width: 43.9%;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .right {
    width: 100%;
  }
}
.home-form .home-form-box .content .right .right-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .right .right-box {
    display: block;
  }
}
.home-form .home-form-box .content .right .right-box .form-group {
  margin-bottom: 0;
  width: calc(100% - 118px);
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .right .right-box .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
}
.home-form .home-form-box .content .right .right-box .form-group input {
  border: 2px solid #B3B3B3;
  background: #ffffff;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
  padding: 12px 14px 12px 14px;
}
.home-form .home-form-box .content .right .right-box .form-group input::-webkit-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.home-form .home-form-box .content .right .right-box .form-group input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.home-form .home-form-box .content .right .right-box .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.home-form .home-form-box .content .right .right-box .form-group input:-ms-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.home-form .home-form-box .content .right .right-box .form-group input:focus {
  border-color: #000000;
}
.home-form .home-form-box .content .right .right-box .form-group input.wpcf7-not-valid {
  border-color: #D82332;
}
.home-form .home-form-box .content .right .right-box .form-group .wpcf7-not-valid-tip {
  font-family: "Nunito-Regular";
  font-size: 18px;
  color: #000000;
  padding: 5px 0 2px 22px;
  margin: 0;
  display: none;
}
.home-form .home-form-box .content .right .right-box .form-submit {
  position: relative;
}
.home-form .home-form-box .content .right .right-box .form-submit input {
  width: 107px;
  height: 50px;
  border: 2px solid #000000;
  border-radius: 3px;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #000000;
  transition: all 0.2s;
  background: none;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .home-form .home-form-box .content .right .right-box .form-submit input {
    width: 100%;
  }
}
.home-form .home-form-box .content .right .right-box .form-submit input:hover {
  background: #000000;
  color: #ffffff;
}
.home-form .home-form-box .content .right .right-box .form-submit .ajax-loader {
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #000000;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  animation: loading 0.5s infinite linear;
  -moz-animation: loading 0.5s infinite linear;
  -webkit-animation: loading 0.5s infinite linear;
  -o-animation: loading 0.5s infinite linear;
  position: absolute;
  right: -20px;
  top: 17px;
}
.home-form .home-form-box .content .right .right-box .form-submit .ajax-loader.is-active {
  visibility: visible;
}
.home-form .home-form-box .content .right .wpcf7-validation-errors,
.home-form .home-form-box .content .right .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 13px 0 0 0;
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #D82332;
}
.home-form .home-form-box .content .right .wpcf7-mail-sent-ok {
  border: none;
  margin: 0;
  padding: 13px 0 0 0;
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #000000;
}

.shop-sale {
  background: #FAFAF8;
  padding: 75px 0 92px 0;
}
@media (max-width: 767px) {
  .shop-sale {
    padding: 30px 0 25px 0;
  }
}
.shop-sale.shop-clearance {
  background: #ffffff;
}

.shop-title {
  text-align: center;
  position: relative;
}
.shop-title h2 {
  font-family: "AvenirNextBold";
  font-size: 24px;
  color: #303030;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .shop-title h2 {
    font-size: 18px;
    margin-bottom: 17px;
  }
}
.shop-title a {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #D16619;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .shop-title a {
    display: none;
  }
}
.shop-title a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .product-details-shop-box .shop-title {
    text-align: left;
  }
}

.shop-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .shop-content {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.shop-content .block {
  width: 25%;
  padding: 10px;
}
@media (max-width: 1200px) {
  .shop-content .block {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .shop-content .block {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .shop-content .block {
    width: 50%;
  }
}
.shop-content .block .block-box {
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.shop-content .block .block-box .img {
  height: auto !important;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.shop-content .block .block-box .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 12px;
}
.shop-content .block .block-box .img a img {
  object-fit: contain;
  height: 100%;
}
@media (max-width: 1200px) {
  .shop-content .block .block-box .img {
    height: calc(33.33vw - 124px);
  }
}
@media (max-width: 1200px) {
  .shop-content .block .block-box .img {
    height: calc(33.33vw - 94px);
  }
}
@media (max-width: 767px) {
  .shop-content .block .block-box .img {
    height: calc(50vw - 37px);
  }
}
@media (max-width: 556px) {
  .shop-content .block .block-box .img {
    height: calc(50vw - 37px);
  }
}
.shop-content .block .block-box .img img {
  transition: all 0.2s;
}
.shop-content .block .block-box .img .open-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.shop-content .block .block-box .img .open-cart:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.2s;
  border-radius: 5px;
}
.shop-content .block .block-box .img .open-cart span {
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #D16619;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: fit-content;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .shop-content .block .block-box .img .open-cart span {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media (max-width: 556px) {
  .shop-content .block .block-box .img .open-cart span {
    padding: 8px 25px;
  }
}
@media (max-width: 400px) {
  .shop-content .block .block-box .img .open-cart span {
    padding: 6px 15px;
    font-size: 13px;
  }
}
.shop-content .block .block-box .img .open-cart:hover span {
  opacity: 1;
}
.shop-content .block .block-box .img .open-cart:hover:before {
  opacity: 1;
}
.shop-content .block .block-box .text {
  padding: 30px 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .shop-content .block .block-box .text {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .shop-content .block .block-box .text {
    padding: 18px 15px 31px 15px;
  }
}
.shop-content .block .block-box .text h3 {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #D16619;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .shop-content .block .block-box .text h3 {
    font-size: 14px;
    display: none;
  }
}
.shop-content .block .block-box .text h3 a:hover {
  opacity: 0.7;
}
.shop-content .block .block-box .text a:hover h2 {
  opacity: 0.7;
}
.shop-content .block .block-box .text h2 {
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #303030;
  margin-bottom: 12px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .shop-content .block .block-box .text h2 {
    font-size: 14px;
  }
}
.shop-content .block .block-box .text .icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .shop-content .block .block-box .text .icon {
    display: none;
  }
}
.shop-content .block .block-box .text .icon .icon-img {
  max-width: 87px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-content .block .block-box .text .icon .icon-img {
    display: none;
  }
}
.shop-content .block .block-box .text .icon .icon-img img {
  max-width: 87px;
}
.shop-content .block .block-box .text .icon .icon-img .star-rating:before {
  color: #D16619 !important;
}
.shop-content .block .block-box .text .icon .icon-img .star-rating span:before {
  color: #D16619 !important;
}
.shop-content .block .block-box .text .icon .icon-text p {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #303030;
  line-height: 1;
  margin-bottom: 0;
}
.shop-content .block .block-box .text .number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.shop-content .block .block-box .text .number p {
  display: inline-block;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #A72B14;
  margin-right: 9px;
  margin-bottom: 0;
}
.shop-content .block .block-box .text .number p.plays {
  color: #303030;
  opacity: 0.5;
  font-family: "AvenirNextDemiBold";
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.shop-content .block .block-box .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #979797;
  position: absolute;
  top: 50%;
  left: 0;
}
.shop-content .block .block-box .text .number p.save-c {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 22px;
}
.shop-content .block .block-box.is-active .img a img {
  transform: scale(1.05);
}
.shop-content .block .block-box.is-active .text h2 {
  opacity: 0.7;
}
.shop-content .products-list {
  padding: 7px 15px;
  width: 100%;
}
@media (max-width: 992px) {
  .shop-content .products-list {
    padding: 6px;
  }
}
.shop-content .products-list .list-main {
  margin-bottom: 50px;
}
.shop-content .products-list h2 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  color: #000000;
}
.shop-content.product-details-shop-content {
  justify-content: center;
}
@media (max-width: 767px) {
  .shop-content.product-details-shop-content {
    justify-content: inherit;
    overflow-x: auto;
  }
  .shop-content.product-details-shop-content .block {
    min-width: 122px;
  }
}
.shop-content.list-three:has(p) {
  margin: 0;
}

.full-width-content {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .full-width-content {
    padding: 50px 0;
  }
}

.product-list {
  padding-top: 23px;
}
@media (max-width: 767px) {
  .product-list {
    position: relative;
    z-index: 3;
    padding-top: 40px;
  }
}
.product-list .product-list-box .product-list-nav {
  margin-bottom: 23px;
}
.product-list .product-list-box .product-list-nav a {
  font-family: "AvenirNextRegular";
  font-size: 13px;
  color: #000000;
  position: relative;
  padding-right: 11px;
  margin-right: 13px;
  display: inline-block;
}
.product-list .product-list-box .product-list-nav a:before {
  content: "\e6c1";
  font-family: "iconfont" !important;
  font-size: 11px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #D16619;
  position: absolute;
  top: 2px;
  right: -7px;
}
.product-list .product-list-box .product-list-nav a:hover {
  color: #D16619;
}
.product-list .product-list-box .product-list-nav span {
  font-family: "AvenirNextRegular";
  font-size: 13px;
  color: #000000;
}
.product-list .product-list-box .product-list-nav .title {
  display: none;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-nav .title {
    display: block;
  }
}
.product-list .product-list-box .product-list-nav .title h1 {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-list .product-list-box .product-list-content {
  display: flex;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content {
    display: block;
  }
}
.product-list .product-list-box .product-list-content .left {
  width: 250px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .product-list .product-list-box .product-list-content .left {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left {
    width: 100%;
    display: flex;
    padding-right: 0px;
    justify-content: space-between;
  }
}
@media (max-width: 556px) {
  .product-list .product-list-box .product-list-content .left {
    display: block;
  }
}
.product-list .product-list-box .product-list-content .left .p-select {
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select {
    width: calc(50% - 10px);
    border: 1px solid #222121;
    display: flex;
    justify-content: center;
    border-radius: 3px;
    padding: 5px 0;
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 556px) {
  .product-list .product-list-box .product-list-content .left .p-select {
    width: 100%;
  }
}
.product-list .product-list-box .product-list-content .left .p-select h3 {
  font-family: "AvenirNextBold";
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select h3 {
    margin-bottom: 0 !important;
    padding-right: 22px;
    font-size: 14px;
    line-height: 20px;
    font-family: "AvenirNextRegular";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-list .product-list-box .product-list-content .left .p-select h3:before {
  content: "\e6c0";
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  position: absolute;
  top: 1px;
  right: -5px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select h3:before {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #000000;
    right: 16px;
    top: 8px;
  }
}
.product-list .product-list-box .product-list-content .left .p-select h3.is-active:before, .product-list .product-list-box .product-list-content .left .p-select h3.current-item:before {
  transform: rotate(180deg);
}
.product-list .product-list-box .product-list-content .left .p-select ul {
  list-style: none;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select ul {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    width: calc(100% + 2px);
    background: #ffffff;
    border: 1px solid #303030;
    border-top: none;
    padding: 5px 10px;
    z-index: 5;
  }
}
.product-list .product-list-box .product-list-content .left .p-select ul li {
  position: relative;
  margin-bottom: 2px;
  padding: 0;
}
.product-list .product-list-box .product-list-content .left .p-select ul li:before {
  display: none;
}
.product-list .product-list-box .product-list-content .left .p-select ul li a {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select ul li a {
    padding: 3px 25px !important;
    display: block;
    text-align: center;
  }
}
@media (max-width: 556px) {
  .product-list .product-list-box .product-list-content .left .p-select ul li a {
    padding: 3px 25px !important;
  }
}
.product-list .product-list-box .product-list-content .left .p-select ul li a:hover {
  color: #D16619;
}
.product-list .product-list-box .product-list-content .left .p-select ul li.is-active > a, .product-list .product-list-box .product-list-content .left .p-select ul li.current-item > a {
  color: #D16619;
}
.product-list .product-list-box .product-list-content .left .p-select ul li .erji {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: -7px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select ul li .erji {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 556px) {
  .product-list .product-list-box .product-list-content .left .p-select ul li .erji {
    right: 0px;
  }
}
.product-list .product-list-box .product-list-content .left .p-select ul li .erji:before, .product-list .product-list-box .product-list-content .left .p-select ul li .erji:after {
  content: "";
  width: 8px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s;
  transform: translate(-50%, -50%);
}
.product-list .product-list-box .product-list-content .left .p-select ul li .erji:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.product-list .product-list-box .product-list-content .left .p-select ul li .erji.is-active:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.product-list .product-list-box .product-list-content .left .p-select ul li:has(ul li.current-item) .erji::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.product-list .product-list-box .product-list-content .left .p-select ul li ul {
  display: none;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select ul li ul {
    position: static;
    width: 100%;
    border: none;
  }
}
.product-list .product-list-box .product-list-content .left .p-select ul li ul li a {
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select.p-all {
    display: none;
  }
}
.product-list .product-list-box .product-list-content .left .p-select.manufacturers-select h3 {
  margin-bottom: 20px;
}
.product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a {
  padding-left: 28px;
  position: relative;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a {
    padding-left: 0;
  }
}
.product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #636363;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a:before {
    display: none !important;
  }
}
.product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a:after {
  content: "";
  width: 12px;
  height: 9px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 3px;
  display: none;
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li a:after {
    display: none !important;
  }
}
.product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li.is-active a:after, .product-list .product-list-box .product-list-content .left .p-select.manufacturers-select ul li.current-item a:after {
  display: block;
}
.product-list .product-list-box .product-list-content .left .brands-select ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.product-list .product-list-box .product-list-content .left .brands-select ul li input[type=checkbox] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.product-list .product-list-box .product-list-content .left .brands-select ul li input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='640' height='640' viewBox='0 0 640 640' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M530.798 134.1C545.098 144.5 548.298 164.5 537.898 178.8L281.898 530.8C276.398 538.4 267.898 543.1 258.498 543.9C249.098 544.7 239.998 541.2 233.398 534.6L105.398 406.6C92.8984 394.1 92.8984 373.8 105.398 361.3C117.898 348.8 138.198 348.8 150.698 361.3L252.198 462.8L486.198 141.1C496.598 126.8 516.598 123.6 530.898 134L530.798 134.1Z' fill='%23D16619'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.product-list .product-list-box .product-list-content .left .brands-select ul li label {
  margin: 0;
}
.product-list .product-list-box .product-list-content .right {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .product-list .product-list-box .product-list-content .right {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .product-list .product-list-box .product-list-content .right {
    width: 100%;
  }
}
.product-list .product-list-box .product-list-content .right .title {
  margin-bottom: 10px;
}
.product-list .product-list-box .product-list-content .right .title h1 {
  font-family: "AvenirNextBold";
  font-size: 30px;
  color: #363636;
  margin-bottom: 0;
  max-width: calc(100% - 350px);
}
@media (max-width: 1050px) {
  .product-list .product-list-box .product-list-content .right .title h1 {
    font-size: 20px;
    max-width: calc(100% - 300px);
  }
}
.product-list .product-list-box .product-list-content .right .right-title-filter-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .button-c {
  display: flex;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .button-c a {
  display: inline-block;
  border: 1px solid #303030;
  font-family: "AvenirNextRegular";
  font-size: 12px;
  color: #303030;
  padding: 2px 20px 0px 8px;
  margin-right: 14px;
  position: relative;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .button-c a:before {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 6px;
  right: 4px;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .button-c a:hover {
  opacity: 0.7;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c {
  display: flex;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box {
  position: relative;
  margin-right: 42px;
}
@media (max-width: 1050px) {
  .product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box {
    margin-right: 15px;
  }
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box:last-child {
  margin-right: 0;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box strong {
  font-family: "AvenirNextBold";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 3px;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box h3 {
  font-family: "AvenirNextRegular";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  padding-right: 27px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  min-width: 98px;
}
@media (max-width: 1050px) {
  .product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box h3 {
    padding-right: 20px;
  }
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box h3:before {
  content: "\e6c0";
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  position: absolute;
  top: 1px;
  right: -6px;
  transition: all 0.2s;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box h3.is-active:before, .product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box h3.current-item:before {
  transform: rotate(180deg);
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #D16619;
  display: none;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul li {
  padding: 0;
  border-bottom: 1px solid #D16619;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul li:last-child {
  border-bottom: none;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul li:before {
  display: none;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul li a {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  padding: 10px 20px;
  display: block;
  color: #303030;
}
.product-list .product-list-box .product-list-content .right .shaixuan-two .select-c .select-c-box ul li a:hover {
  color: #ffffff;
  background-color: #D16619;
}
@media (max-width: 992px) {
  .product-list .product-list-box .product-list-content .right .shop-content {
    padding-bottom: 0px;
  }
}
.product-list .p-text {
  padding-top: 50px;
  padding-bottom: 57px;
  border-top: 0.5px solid #B8B8B8;
}

.products-pagination {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .products-pagination {
    padding: 0 6px;
  }
}
.products-pagination .content {
  display: flex;
  justify-content: flex-end;
  padding-top: 55px;
  padding-bottom: 45px;
}
@media (max-width: 992px) {
  .products-pagination .content {
    padding-top: 0;
  }
}
.products-pagination .content .flex-wrap {
  display: flex;
  padding-right: 6px;
}
@media (max-width: 992px) {
  .products-pagination .content .flex-wrap {
    padding-right: 0;
  }
}
.products-pagination .content .flex-wrap .pages {
  margin: 0 17px;
}
.products-pagination .content .flex-wrap .pages p {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #303030;
  margin-bottom: 0;
}
.products-pagination .content .flex-wrap .pages p em {
  display: inline-block;
  margin: 0px 3px;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #303030;
  font-style: normal;
}
.products-pagination .content .flex-wrap .prev-link a {
  display: inline-block;
  width: 7px;
  height: 11px;
  position: relative;
}
.products-pagination .content .flex-wrap .prev-link a:before {
  content: "\e6c1";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  position: absolute;
  top: -5px;
  left: -6px;
  transition: all 0.2s;
  transform: rotate(180deg);
}
.products-pagination .content .flex-wrap .prev-link a.nots {
  opacity: 0.6;
  cursor: not-allowed;
}
.products-pagination .content .flex-wrap .prev-link a.nots:before {
  color: #303030;
}
.products-pagination .content .flex-wrap .next-link a {
  display: inline-block;
  width: 7px;
  height: 11px;
  position: relative;
}
.products-pagination .content .flex-wrap .next-link a:before {
  content: "\e6c1";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  position: absolute;
  top: -4px;
  right: -6px;
  transition: all 0.2s;
}
.products-pagination .content .flex-wrap .next-link a.nots {
  opacity: 0.6;
  cursor: inherit;
}

.product-details {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .product-details {
    padding-top: 22px;
    margin-bottom: 20px;
  }
}
.product-details .product-details-box .product-details-nav {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .product-details .product-details-box .product-details-nav {
    margin-bottom: 31px;
  }
}
.product-details .product-details-box .product-details-nav a {
  font-family: "AvenirNextRegular";
  font-size: 13px;
  color: #000000;
  position: relative;
  padding-right: 11px;
  margin-right: 13px;
  display: inline-block;
}
.product-details .product-details-box .product-details-nav a:before {
  content: "\e6c1";
  font-family: "iconfont" !important;
  font-size: 11px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #D16619;
  position: absolute;
  top: 1px;
  right: -7px;
}
.product-details .product-details-box .product-details-nav a:hover {
  color: #D16619;
}
.product-details .product-details-box .product-details-nav span {
  font-family: "AvenirNextRegular";
  font-size: 13px;
  color: #000000;
}
.product-details .product-details-box .content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content {
    display: block;
    position: relative;
  }
}
.product-details .product-details-box .content .onsale {
  display: none;
}
.product-details .product-details-box .content .left {
  width: 48.8%;
}
@media (max-width: 992px) {
  .product-details .product-details-box .content .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .left {
    width: 100%;
  }
}
.product-details .product-details-box .content .left .woocommerce-product-gallery {
  display: flex;
  justify-content: space-between;
  width: 100%;
  opacity: 1 !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .left .woocommerce-product-gallery {
    margin-bottom: 73px;
  }
}
.product-details .product-details-box .content .left .product-details-small-img {
  width: calc(21.3% - 20px);
}
.product-details .product-details-box .content .left .product-details-small-img .slider-block {
  float: none;
  height: auto;
  margin-bottom: 13px;
  width: 100% !important;
}
.product-details .product-details-box .content .left .product-details-big-img {
  order: 1;
  width: 100%;
}
.product-details .product-details-box .content .left .gallery-slider-nav {
  width: 100%;
  order: 2;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .left .gallery-slider-nav {
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .product-details .product-details-box .content .left .gallery-slider-nav img {
    display: none;
  }
}
.product-details .product-details-box .content .left .gallery-slider-nav .slick-track {
  min-width: 100%;
}
.product-details .product-details-box .content .left .gallery-slider-nav.is-not-s .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.product-details .product-details-box .content .left .gallery-slider-nav .slick-slide {
  border: 1px solid transparent;
}
.product-details .product-details-box .content .left .gallery-slider-nav .slick-slide .nums {
  display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .left .gallery-slider-nav .slick-slide .nums {
    display: block;
    font-family: "AvenirNextRegular";
    font-size: 12px;
    color: #303030;
    opacity: 0.8;
    text-align: center;
  }
}
.product-details .product-details-box .content .left .gallery-slider-nav .slick-slide .nums span {
  font-family: "AvenirNextRegular";
  font-size: 12px;
  color: #303030;
  opacity: 0.8;
}
.product-details .product-details-box .content .left .gallery-slider-nav .slick-slide.slick-current {
  border: 1px solid #000000;
}
.product-details .product-details-box .content .left .gallery-slider-nav .woocommerce-product-gallery__image {
  outline: none !important;
  width: 100%;
  display: block;
  margin-right: 17px;
  cursor: pointer;
  background-color: #fff;
}
.product-details .product-details-box .content .left .woocommerce-product-gallery__wrapper {
  width: 100%;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .left .woocommerce-product-gallery__wrapper {
    width: 100%;
  }
}
.product-details .product-details-box .content .left .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  outline: none !important;
  width: 100%;
  display: block;
  background-color: #fff;
}
.product-details .product-details-box .content .right {
  width: 51.2%;
  padding-left: 99px;
}
@media (max-width: 992px) {
  .product-details .product-details-box .content .right {
    width: 50%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right {
    width: 100%;
    padding-left: 0;
  }
}
.product-details .product-details-box .content .right h3 {
  font-family: "AvenirNextRegular";
  font-size: 17px;
  color: #D16619;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right h3 {
    display: none;
  }
}
.product-details .product-details-box .content .right h3 a:hover {
  opacity: 0.7;
}
.product-details .product-details-box .content .right .summary {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.product-details .product-details-box .content .right h1 {
  font-family: "AvenirNextBold";
  font-size: 28px;
  color: #303030;
  margin-bottom: 25px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right h1 {
    font-size: 14px;
    display: none;
  }
}
.product-details .product-details-box .content .right .icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .icon {
    display: none;
  }
}
.product-details .product-details-box .content .right .icon .icon-img {
  max-width: 87px;
  margin-right: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .icon .icon-img {
    display: none;
  }
}
.product-details .product-details-box .content .right .icon .icon-img img {
  max-width: 87px;
}
.product-details .product-details-box .content .right .icon .icon-img .star-rating:before {
  color: #D16619 !important;
}
.product-details .product-details-box .content .right .icon .icon-img .star-rating span:before {
  color: #D16619 !important;
}
.product-details .product-details-box .content .right .icon .icon-text p {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #303030;
  line-height: 1;
  margin-bottom: 0;
}
.product-details .product-details-box .content .right .price {
  display: flex;
  margin-bottom: 53px;
  font-family: "AvenirNextBold";
  font-size: 26px;
  color: #A72B14;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .price {
    display: none;
  }
}
.product-details .product-details-box .content .right .price del {
  order: 2;
  line-height: 1;
}
.product-details .product-details-box .content .right .price del span {
  display: inline-block;
  font-family: "AvenirNextDemiBold";
  font-size: 16px;
  color: #303030;
  margin-bottom: 0;
  position: relative;
}
.product-details .product-details-box .content .right .price del span.woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #303030;
  opacity: 0.5;
  position: absolute;
  top: 40%;
  left: 0;
}
.product-details .product-details-box .content .right .price ins {
  order: 1;
  margin-right: 10px;
  line-height: 1;
}
.product-details .product-details-box .content .right .price ins span {
  display: inline-block;
  font-family: "AvenirNextBold";
  font-size: 27px;
  color: #A72B14;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .price ins span {
    font-size: 14px;
  }
}
.product-details .product-details-box .content .right .price .save-c {
  order: 3;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #A72B14;
  line-height: 1;
  display: inline-block;
  padding-left: 9px;
}
.product-details .product-details-box .content .right .woocommerce-product-details__short-description {
  padding-bottom: 40px;
  margin-bottom: 51px;
  border-bottom: 1px solid #E5E5E5;
  display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .woocommerce-product-details__short-description {
    display: none;
  }
}
.product-details .product-details-box .content .right .product_meta {
  display: none;
}
.product-details .product-details-box .content .right .text-two {
  margin-top: 38px;
  display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .right .text-two {
    display: none;
  }
}
.product-details .product-details-box .content .right .text-two p {
  margin-bottom: 0;
}
.product-details .product-details-box .content .right .text-two p.color-green {
  color: #00C48C;
  text-transform: capitalize;
}
.product-details .product-details-box .content .right .file-c {
  padding-top: 30px;
}
.product-details .product-details-box .content .right .file-c .block {
  margin-bottom: 10px;
}
.product-details .product-details-box .content .right .file-c .block a {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  padding-left: 27px;
  position: relative;
}
.product-details .product-details-box .content .right .file-c .block a:before {
  content: "\e616";
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 18px;
}
.product-details .product-details-box .content .right .file-c .block a:hover {
  color: #D16619;
}
.product-details .product-details-box .content .right .quantity {
  border: 2px solid #EEEEEE;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 5px 12px;
  border-radius: 3px;
  margin: 0;
  margin-right: 17px;
  width: fit-content;
  float: none;
}
.product-details .product-details-box .content .right .quantity .screen-reader-text {
  display: none;
}
.product-details .product-details-box .content .right .quantity input {
  width: 106px;
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #000000;
}
.product-details .product-details-box .content .right .quantity span {
  display: inline-block;
  flex-shrink: 0;
  width: 30px;
  cursor: pointer;
  position: relative;
  height: auto;
  aspect-ratio: 1/1;
}
.product-details .product-details-box .content .right .quantity span:before, .product-details .product-details-box .content .right .quantity span:after {
  content: "";
  width: 13px;
  height: 2px;
  background: #BBBBBB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-details .product-details-box .content .right .quantity span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.product-details .product-details-box .content .right .quantity span.input-jian:after {
  display: none;
}
.product-details .product-details-box .content .right .quantity.hidden {
  display: none;
}
.product-details .product-details-box .content .right .variations .label {
  margin-bottom: 7px !important;
}
.product-details .product-details-box .content .right .variations .label label {
  margin-bottom: 0;
}
.product-details .product-details-box .content .right .variations .value {
  position: relative;
  display: flex;
}
.product-details .product-details-box .content .right .variations .value select {
  margin: 0;
  min-width: auto;
  width: 100%;
  padding: 11px 16px;
  border: 2px solid #EEEEEE;
}
.product-details .product-details-box .content .right .variations .value select option {
  font-family: "AvenirNextRegular";
  color: #000000;
  font-size: 16px;
  transition: all 0.2s;
}
.product-details .product-details-box .content .right .variations .value select option:hover {
  background: #00448C;
}
.product-details .product-details-box .content .right .variations .value select option:first-child {
  display: none;
}
.product-details .product-details-box .content .right .variations .value a {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #000000;
  padding-right: 20px;
  width: 65px;
}
.product-details .product-details-box .content .right .variations .value a:hover {
  color: #D16619;
}
.product-details .product-details-box .content .mobile-t {
  display: none;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .mobile-t {
    display: block;
    width: 100%;
    margin-bottom: 22px;
  }
}
.product-details .product-details-box .content .mobile-t h3 {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #D16619;
  margin-bottom: 10px;
}
.product-details .product-details-box .content .mobile-t h1 {
  font-family: "AvenirNextBold";
  font-size: 27px;
  color: #303030;
  margin-bottom: 12px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .product-details .product-details-box .content .mobile-t h1 {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.product-details .product-details-box .content .mobile-t .icon {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.product-details .product-details-box .content .mobile-t .icon .icon-img {
  max-width: 63px;
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.product-details .product-details-box .content .mobile-t .icon .icon-img img {
  max-width: 63px;
}
.product-details .product-details-box .content .mobile-t .icon .icon-text p {
  font-family: "AvenirNextRegular";
  font-size: 12px;
  color: #222121;
  line-height: 1;
  margin-bottom: 0;
  transform: translate(0, 2px);
}
.product-details .product-details-box .content .mobile-t .price {
  display: flex;
  margin-bottom: 0px;
  display: flex;
  font-family: "AvenirNextBold";
  font-size: 18px;
  color: #303030;
}
.product-details .product-details-box .content .mobile-t .price del {
  order: 2;
}
.product-details .product-details-box .content .mobile-t .price del span {
  display: inline-block;
  font-family: "AvenirNextBold";
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
  position: relative;
}
.product-details .product-details-box .content .mobile-t .price del span.woocommerce-Price-amount:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #303030;
  opacity: 0.5;
  position: absolute;
  top: 40%;
  left: 0;
}
.product-details .product-details-box .content .mobile-t .price ins {
  order: 1;
  margin-right: 12px;
}
.product-details .product-details-box .content .mobile-t .price ins span {
  display: inline-block;
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #303030;
  margin-bottom: 0;
}
.product-details .product-details-box .content .mobile-t .woocommerce-product-details__short-description {
  padding-bottom: 40px;
  margin-bottom: 51px;
  border-bottom: 1px solid #E5E5E5;
}
.product-details .product-details-box .content .mobile-t .product_meta {
  display: none;
}
.product-details .product-details-box .content .mobile-t .text-two {
  margin-top: 0px;
  display: none;
}
.product-details .product-details-box .content .mobile-t .text-two p {
  margin-bottom: 0;
}
.product-details .product-details-box .content .mobile-t .text-two p.color-green {
  font-size: 12px;
  color: #00C48C;
  text-transform: capitalize;
}
.product-details .product-details-box .first-payment-date {
  display: none;
}
.product-details .product-details-box .stock {
  display: none;
}

.woocommerce div.product form.cart .variations tr {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations tr td {
  display: block;
}
.woocommerce div.product form.cart .variations tr .label {
  width: 100%;
  font-family: "AvenirNextBold";
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations tr .value {
  width: 100%;
}

.woocommerce div.product form.cart.variations_form {
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce div.product form.cart.variations_form .single_add_to_cart_button {
  width: 100%;
}
.woocommerce div.product form.cart.variations_form .single_add_to_cart_button:hover {
  background: #D16619;
}
.woocommerce div.product form.cart.variations_form .single_variation_wrap .variations_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 575px) {
  .woocommerce div.product form.cart.variations_form .single_variation_wrap .variations_button {
    flex-direction: column;
    gap: 10px;
  }
}

.text-free {
  text-align: left;
  padding-top: 20px;
}

.open-cart-popup .text-free {
  text-align: left;
  padding-top: 20px;
}

.woocommerce div.product form.cart {
  margin-bottom: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce div.product form.cart::before {
  display: none;
}
.woocommerce div.product form.cart::after {
  display: none;
}
@media (max-width: 575px) {
  .woocommerce div.product form.cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .product-details-two {
    display: none;
  }
}
.product-details-two .product-details-two-box .title {
  display: flex;
}
.product-details-two .product-details-two-box .title h2 {
  font-family: "AvenirNextBold";
  font-size: 20px;
  cursor: pointer;
  caption-side: #303030;
  opacity: 0.5;
  margin-bottom: 0;
  transition: all 0.2s;
  padding: 23px 40px 23px 44px;
}
.product-details-two .product-details-two-box .title h2.is-active {
  background: #FAFAF8;
  opacity: 1;
}
.product-details-two .product-details-two-box .title h2:hover {
  opacity: 1;
}
.product-details-two .product-details-two-box .content {
  background: rgba(242, 242, 241, 0.5);
  padding: 44px 0 50px 0;
}
.product-details-two .product-details-two-box .content .content-box-box {
  position: relative;
}
.product-details-two .product-details-two-box .content .text-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-details-two .product-details-two-box .content .text-one.is-active {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.product-details-two .product-details-two-box .content .text-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-details-two .product-details-two-box .content .text-two.is-active {
  position: static;
  opacity: 1;
  transform: none;
  visibility: visible;
}

.product-details-three {
  display: none;
}
@media (max-width: 767px) {
  .product-details-three {
    display: block;
  }
}
.product-details-three .woocommerce-product-details__short-description p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
.product-details-three .product-details-three-box .content .block {
  border-bottom: 0.5px solid #B8B8B8;
}
.product-details-three .product-details-three-box .content .block:first-child {
  border-top: 0.5px solid #B8B8B8;
}
.product-details-three .product-details-three-box .content .block .title {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
}
.product-details-three .product-details-three-box .content .block .title:before, .product-details-three .product-details-three-box .content .block .title:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #303030;
  position: absolute;
  top: 24px;
  right: 17px;
  transition: all 0.2s;
}
.product-details-three .product-details-three-box .content .block .title:before {
  transform: rotate(90deg);
}
.product-details-three .product-details-three-box .content .block .title.is-active:before {
  transform: rotate(0deg);
}
.product-details-three .product-details-three-box .content .block .title h2 {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
.product-details-three .product-details-three-box .content .block .text {
  display: none;
  padding-bottom: 20px;
}

.product-details-shop {
  padding-top: 67px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .product-details-shop {
    padding-top: 60px;
    padding-bottom: 18px;
  }
}
.product-details-shop .product-details-shop-box .shop-title h2 {
  font-size: 22px;
  font-family: "AvenirNextBold";
  color: #363636;
}
@media (max-width: 767px) {
  .product-details-shop .product-details-shop-box .shop-title h2 {
    font-size: 16px;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-tabs {
  position: relative;
}
.woocommerce-tabs .wc-tabs {
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .woocommerce-tabs .wc-tabs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .wc-tabs {
    padding-left: 33px;
    padding-right: 32px;
    display: none;
  }
}
.woocommerce-tabs .wc-tabs li {
  padding: 0;
}
.woocommerce-tabs .wc-tabs li:before {
  display: none;
}
.woocommerce-tabs .wc-tabs li#tab-title-additional_information {
  display: none;
}
.woocommerce-tabs .wc-tabs li a {
  font-family: "AvenirNext-Medium";
  font-size: 16px;
  cursor: pointer;
  display: block;
  caption-side: #303030;
  margin-bottom: 0;
  transition: all 0.2s;
  padding: 23px 40px 23px 44px;
  position: relative;
}
.woocommerce-tabs .wc-tabs li a:before {
  content: "";
  width: 0%;
  height: 3px;
  background: #000000;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce-tabs .wc-tabs li a.is-active {
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li a.active {
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li a.active:before {
  width: 100%;
}
.woocommerce-tabs .wc-tabs li a:hover {
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li.active a {
  font-family: "AvenirNextBold";
  opacity: 1;
}
.woocommerce-tabs .wc-tabs li.active a:before {
  width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  background: rgba(242, 242, 241, 0.5);
  padding: 74px 0 60px 0;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel {
    background: none;
    display: block !important;
    padding: 0;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .title-c,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .title-c,
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-title {
    display: block;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .title-c:before, .woocommerce-tabs .woocommerce-Tabs-panel .title-c:after,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title:before,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #303030;
  position: absolute;
  top: 24px;
  right: 17px;
  transition: all 0.2s;
}
.woocommerce-tabs .woocommerce-Tabs-panel .title-c:before,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title:before {
  transform: rotate(90deg);
}
.woocommerce-tabs .woocommerce-Tabs-panel .title-c.is-active:before,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title.is-active:before {
  transform: rotate(0deg);
}
.woocommerce-tabs .woocommerce-Tabs-panel .title-c h2,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-title h2 {
  font-family: "AvenirNextRegular";
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .title-c {
    border-top: 0.5px solid #B8B8B8;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
    padding-left: 33px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #comments {
    border-bottom: 0.5px solid #B8B8B8;
    border-top: 0.5px solid #B8B8B8;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .content-c,
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content {
    display: none;
    padding: 15px 0;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li:before {
  display: block !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
  display: none !important;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
    display: none !important;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content {
    padding: 0;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .commentlist li img {
  display: none !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .commentlist li .comment-text {
  margin: 0 !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .commentlist li .comment-text .star-rating span:before {
  color: #D16619;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #303030;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond p.stars a:before {
  color: #D16619;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond textarea {
  max-width: 400px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond textarea {
    border: 1px solid #303030;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-email {
  display: inline-block;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author,
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-email {
    display: block;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author input,
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-email input {
  max-width: 400px;
  height: 40px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author input,
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-email input {
    border: 1px solid #303030;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author {
  margin-right: 20px !important;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-author {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond label {
  width: 100%;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-cookies-consent {
  display: flex;
  padding: 10px 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-cookies-consent input {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 15px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .comment-form-cookies-consent label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .form-submit {
    margin-bottom: 50px !important;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .form-submit input {
  width: 100px !important;
  max-width: 300px !important;
  height: 40px !important;
  border: 2px solid #303030 !important;
  border-radius: 3px !important;
  font-family: "AvenirNextBold" !important;
  font-size: 14px !important;
  color: #303030 !important;
  transition: all 0.2s !important;
  background: none !important;
}
@media (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .form-submit input {
    width: 100%;
  }
}
.woocommerce-tabs .woocommerce-Tabs-panel .reviews-content .comment-respond .form-submit input:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.product-details .woocommerce-product-rating {
  display: none;
}
.product-details .text-three {
  display: none;
}
@media (max-width: 767px) {
  .product-details .text-three {
    padding-top: 30px;
  }
}
.product-details .text-three p {
  margin-bottom: 0;
}

.site-main .woocommerce-notices-wrapper {
  display: none;
}

.woocommerce ul#shipping_method li {
  padding: 0;
}

.woocommerce ul#shipping_method li input {
  width: 14px !important;
}

p.return-to-shop {
  padding-top: 30px;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  p.return-to-shop {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  p.return-to-shop {
    padding-left: 33px;
    padding-right: 32px;
  }
}

p.cart-empty {
  max-width: 1170px;
  margin: 45px auto;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  p.cart-empty {
    margin: 30px auto;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  p.cart-empty {
    margin: 32px auto;
    margin-top: 0;
  }
}

.woocommerce-tabs .wc-tabs #tab-title-reviews {
  display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  display: none !important;
}

.woocommerce .single_add_to_cart_button {
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background: #D16619 !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 31px 16px 30px !important;
  transition: all 0.2s !important;
  position: relative !important;
  width: fit-content;
  opacity: 1;
  outline: none !important;
  border: none !important;
  -webkit-transition: all 0.2s !important;
  -moz-transition: all 0.2s !important;
  -ms-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}
@media (max-width: 767px) {
  .woocommerce .single_add_to_cart_button {
    font-size: 14px !important;
    padding: 16px 20px 14px 20px !important;
  }
}
.woocommerce .single_add_to_cart_button:hover {
  opacity: 0.7 !important;
}

.woofc-area {
  background-color: #ffffff !important;
  max-width: 385px !important;
  padding: 0 25px 30px 28px !important;
}
.woofc-area .woofc-area-top {
  background-color: #ffffff !important;
  padding: 46px 0 0 0 !important;
  height: auto !important;
  line-height: inherit !important;
}
.woofc-area .woofc-area-top span {
  font-family: "AvenirNextBold";
  font-size: 18px;
  color: #363636;
  display: inline-block;
  padding-left: 50px;
  overflow: inherit !important;
  position: relative;
}
.woofc-area .woofc-area-top span:before {
  content: "";
  background-image: url("../images/cat.svg");
  width: 25px;
  height: 27px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -3px;
  left: 6px;
}
.woofc-area .woofc-area-top span .cart-number-c {
  padding: 0 !important;
  padding-left: 5px !important;
  display: inline !important;
  height: auto;
  width: auto;
}
.woofc-area .woofc-area-top span .cart-number-c:before {
  display: none;
}
.woofc-area .woofc-area-top .woofc-close {
  transition: all 0.2s;
  top: 43px !important;
  right: 0 !important;
  transform: none !important;
  color: rgba(0, 0, 0, 0.54) !important;
}
.woofc-area .woofc-area-top .woofc-close:hover {
  color: #D16619;
}
.woofc-area .woofc-area-top .woofc-close i {
  font-weight: bold;
  font-size: 19px;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.54);
}
.woofc-area .woofc-area-top .woofc-close i:hover {
  color: #D16619;
}
.woofc-area .woofc-area-mid {
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 25px !important;
  flex-grow: inherit !important;
}
.woofc-area .woofc-area-mid .woofc-item {
  border-top: 1px solid #E5E5E5 !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 37px !important;
  padding-bottom: 50px !important;
}
.woofc-area .woofc-area-mid .woofc-item:first-child {
  border: none !important;
}
.woofc-area .woofc-area-mid .woofc-item:hover .woofc-item-inner {
  transform: none !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner {
  padding: 0 !important;
  position: relative;
  justify-content: flex-start !important;
  align-items: inherit !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  width: 90px !important;
  margin: 0 !important;
  flex: inherit !important;
  margin-right: 23px !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
  width: 90px !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  margin: 0 !important;
  flex-grow: inherit !important;
  max-width: 137px;
  padding-bottom: 25px !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  color: #303030 !important;
  line-height: 22px !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
  position: absolute;
  bottom: -5px;
  right: 0;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price bdi {
  font-family: "AvenirNextRegular" !important;
  font-size: 16px !important;
  color: #303030 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price bdi span {
  font-size: 16px !important;
  font-weight: normal !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
  margin: 0 !important;
  position: absolute;
  bottom: -16px;
  left: 113px;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner {
  border: 2px solid #eeeeee;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner span {
  background: none !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
  width: 29px !important;
  font-size: 0 !important;
  position: relative;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:before {
  content: "";
  width: 9px;
  height: 2px;
  background: #BBBBBB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity input {
  font-family: "AvenirNextRegular" !important;
  font-size: 14px !important;
  color: #000000 !important;
  background: none !important;
  width: 24px !important;
  pointer-events: none;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
  width: 29px !important;
  font-size: 0 !important;
  position: relative;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:before, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:after {
  content: "";
  width: 9px;
  height: 2px;
  background: #BBBBBB;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
  position: absolute;
  top: 0 !important;
  right: 0;
  width: 24px !important;
  width: 24px !important;
  line-height: 24px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: all 0.2s !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove:hover {
  opacity: 0.7 !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span {
  width: 100% !important;
  height: 100% !important;
  background-image: url("../images/cart-remover.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: block !important;
  background-size: contain;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span:before, .woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span:after {
  display: none !important;
}
.woofc-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove span i {
  display: none !important;
}
.woofc-area .woofc-area-mid .woofc-item.woofc-item-undo {
  padding: 20px 0 !important;
}
.woofc-area .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner {
  padding: 0 !important;
  color: #303030 !important;
  font-family: "AvenirNextRegular" !important;
  font-size: 16px !important;
}
.woofc-area .woofc-area-mid .woofc-item.woofc-item-undo .woofc-item-inner a {
  display: none !important;
}
.woofc-area .woofc-no-item {
  color: #303030 !important;
  font-family: "AvenirNextRegular" !important;
  font-size: 16px !important;
  padding: 0 0 20px 0 !important;
  text-align: left !important;
}
.woofc-area .woofc-area-bot {
  padding: 0 !important;
  padding-bottom: 20px !important;
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #E5E5E5 !important;
}
@media (max-width: 767px) {
  .woofc-area .woofc-area-bot {
    overflow-y: auto;
  }
}
.woofc-area .woofc-area-bot .woofc-coupon {
  width: 100%;
  order: 1;
  padding: 0 !important;
  color: #000000 !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input {
  padding: 0 !important;
  margin-bottom: 41px;
  justify-content: flex-start !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code {
  border: 1px solid #000000 !important;
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  height: auto !important;
  width: 60% !important;
  margin: 0 !important;
  margin-right: 10px !important;
  max-width: calc(100% - 83px) !important;
  line-height: inherit !important;
  padding: 9px 19px !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::-webkit-input-placeholder {
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #9B9B9B !important;
  font-style: italic !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:-moz-placeholder { /* Firefox 18- */
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #9B9B9B !important;
  font-style: italic !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code::-moz-placeholder { /* Firefox 19+ */
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #9B9B9B !important;
  font-style: italic !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:-ms-input-placeholder {
  font-family: "AvenirNextRegular" !important;
  font-size: 15px !important;
  color: #9B9B9B !important;
  font-style: italic !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-code:focus {
  border-color: #D16619 !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check {
  font-family: "AvenirNextBold" !important;
  font-size: 15px !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-color: #000000 !important;
  height: 42px !important;
  width: 73px !important;
  line-height: inherit !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-input .woofc-coupon-check:hover {
  background: #000000 !important;
  color: #ffffff !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added {
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left {
  font-family: "AvenirNextRegular" !important;
  font-size: 16px !important;
  line-height: 26.8px !important;
  color: #363636 !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span {
  font-size: 0;
  width: 10px !important;
  position: relative;
  height: 15px !important;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:before, .woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 7px;
  left: 0;
  transition: all 0.2s;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:before {
  transform: rotate(45deg);
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:after {
  transform: rotate(-45deg);
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:hover:before, .woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-left span:hover:after {
  background: #D16619;
}
.woofc-area .woofc-area-bot .woofc-coupon .woofc-coupon-added .woofc-coupon-added-right {
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  line-height: 26.8px !important;
  color: #363636 !important;
}
.woofc-area .woofc-area-bot .woofc-total {
  width: 100%;
  order: 2;
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.woofc-area .woofc-area-bot .woofc-total:nth-child(3) {
  border-top: 3px solid #E5E5E5;
  padding-top: 11px !important;
  padding-bottom: 0 !important;
}
.woofc-area .woofc-area-bot .woofc-total:nth-child(3) .woofc-total-left {
  text-transform: uppercase;
  font-family: "AvenirNextBold" !important;
}
.woofc-area .woofc-area-bot .woofc-total .woofc-total-left {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  line-height: 26.8px;
  color: #363636 !important;
}
.woofc-area .woofc-area-bot .woofc-total .woofc-total-right span {
  font-family: "AvenirNextBold";
  font-size: 16px;
  line-height: 26.8px;
  color: #363636 !important;
}
.woofc-area .woofc-area-bot .woofc-action {
  width: 100%;
  order: 3;
  padding: 0 !important;
  margin-top: 45px !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner {
  display: block !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left {
  display: none !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left a {
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background: #00C48C !important;
  display: block !important;
  padding: 12px 10px !important;
  border: 1px solid #00C48C !important;
  height: auto !important;
  line-height: inherit !important;
  border-radius: 2px !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left a:hover {
  opacity: 0.7;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right {
  margin: 0 !important;
  margin-bottom: 10px !important;
  width: 100% !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right a {
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  color: #ffffff !important;
  background: #D16619 !important;
  display: block !important;
  padding: 12px 10px !important;
  border: 1px solid #D16619 !important;
  height: auto !important;
  line-height: inherit !important;
  border-radius: 2px !important;
}
.woofc-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right a:hover {
  opacity: 0.7;
}
.woofc-area .woofc-area-bot .woofc-continue {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  order: 4;
}
@media (max-width: 767px) {
  .woofc-area .woofc-area-bot .woofc-continue {
    margin: 0 0 50px 0 !important;
  }
}
.woofc-area .woofc-area-bot .woofc-continue span {
  text-decoration: none !important;
  transition: all 0.2s !important;
  font-family: "AvenirNextBold" !important;
  font-size: 16px !important;
  color: #D16619 !important;
  background: #ffffff !important;
  display: block !important;
  padding: 12px 10px !important;
  border: 1px solid #D16619 !important;
  height: auto !important;
  line-height: inherit !important;
  border-radius: 2px !important;
}
.woofc-area .woofc-area-bot .woofc-continue span:hover {
  opacity: 0.7;
}
.woofc-area .woofc-area-count {
  display: none !important;
}

.contact-page {
  padding-top: 104px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contact-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contact-page .contact-page-box .title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact-page .contact-page-box .title {
    margin-bottom: 30px;
  }
}
.contact-page .contact-page-box .title h1 {
  font-family: "AvenirNextBold";
  font-size: 28px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-page .contact-page-box .title h1 {
    font-size: 22px;
  }
}
.contact-page .contact-page-box .content {
  display: flex;
}
@media (max-width: 992px) {
  .contact-page .contact-page-box .content {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.contact-page .contact-page-box .content .block {
  max-width: 177px;
  margin-right: 144px;
}
@media (max-width: 992px) {
  .contact-page .contact-page-box .content .block {
    width: 33.33%;
    margin-right: 0;
    max-width: 210px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-page-box .content .block {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .contact-page .contact-page-box .content .block {
    width: 100%;
    padding: 0;
  }
}
.contact-page .contact-page-box .content .block:last-child {
  margin-right: 0;
}
.contact-page .contact-page-box .content .block p {
  font-family: "AvenirNextRegular";
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 24px;
}
.contact-page .contact-page-box .content .block p strong {
  font-family: "AvenirNextBold";
  display: block;
}
.contact-page .contact-page-box .content .block p a:hover {
  color: #D16619;
}

.google-map {
  height: 540px;
  position: relative;
}
@media (max-width: 767px) {
  .google-map {
    width: 100vw;
  }
}
.google-map iframe {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .google-map iframe {
    width: 100vw !important;
    min-width: 100vw !important;
    min-height: 400px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}

footer {
  background: #193849;
}
footer .foot {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  footer .foot {
    display: block;
    padding: 0;
    padding-bottom: 35px;
  }
}
footer .foot .left {
  width: calc(100% - 226px);
}
@media (max-width: 767px) {
  footer .foot .left {
    width: 100%;
    margin-bottom: 32px;
  }
}
footer .foot .left .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 767px) {
  footer .foot .left .menu {
    display: block;
  }
}
footer .foot .left .menu a {
  text-decoration: none !important;
}
footer .foot .left .menu li {
  margin-right: 53px;
  padding: 0;
}
@media (max-width: 1200px) {
  footer .foot .left .menu li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  footer .foot .left .menu li {
    width: 100% !important;
    margin: 0 !important;
    padding: 9px 32px 9px 33px !important;
    border-bottom: 1px solid #b8b8b8;
  }
}
footer .foot .left .menu li:before {
  display: none;
}
footer .foot .left .menu li > a {
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #ffffff;
}
footer .foot .left .menu li > a:hover {
  color: #D16619;
}
footer .foot .left .menu li > .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 7px !important;
}
@media (min-width: 767px) {
  footer .foot .left .menu li > .sub-menu {
    display: block !important;
    height: auto !important;
    overflow: initial !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 7px !important;
  }
}
@media (max-width: 767px) {
  footer .foot .left .menu li > .sub-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  footer .foot .left .menu li > .sub-menu li {
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  footer .foot .left .menu li > .sub-menu li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .foot .left .menu li > .sub-menu li {
    padding: 3px 0 !important;
    border: none;
  }
}
footer .foot .left .menu li > .sub-menu li a {
  font-family: "AvenirNextRegular";
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
}
footer .foot .left .menu li > .sub-menu li a:hover {
  color: #D16619;
}
footer .foot .left .menu li > .sub-menu li:first-child {
  width: 100%;
}
footer .foot .left .menu li:nth-child(1) {
  margin-right: 0;
  width: 45%;
}
@media (max-width: 1200px) {
  footer .foot .left .menu li:nth-child(1) {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  footer .foot .left .menu li:nth-child(1) {
    width: 45%;
  }
}
footer .foot .left .menu li:nth-child(1) > .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  footer .foot .left .menu li:nth-child(1) > .sub-menu {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  footer .foot .left .menu li:nth-child(1) > .sub-menu {
    display: none;
  }
}
footer .foot .left .menu li:nth-child(1) > .sub-menu li {
  width: 50%;
  margin: 0;
}
@media (max-width: 1100px) {
  footer .foot .left .menu li:nth-child(1) > .sub-menu li {
    width: 100%;
  }
}
footer .foot .left .menu li.menu-item-has-children {
  position: relative;
}
footer .foot .left .menu li.menu-item-has-children .icon {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 32px;
  top: 17px;
  display: none;
}
@media (max-width: 767px) {
  footer .foot .left .menu li.menu-item-has-children .icon {
    display: block;
  }
}
footer .foot .left .menu li.menu-item-has-children .icon:before, footer .foot .left .menu li.menu-item-has-children .icon:after {
  content: "";
  width: 8px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
footer .foot .left .menu li.menu-item-has-children .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
footer .foot .left .menu li.menu-item-has-children .icon.is-active:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
footer .foot .right {
  width: 198px;
}
@media (max-width: 767px) {
  footer .foot .right {
    width: 100%;
    padding-left: 33px;
    padding-right: 32px;
  }
}
footer .foot .right .follow-us {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  footer .foot .right .follow-us {
    margin-bottom: 30px;
  }
}
footer .foot .right .follow-us h2 {
  width: 100%;
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .foot .right .follow-us h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
footer .foot .right .follow-us a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}
footer .foot .right .follow-us a:hover {
  opacity: 0.7;
}
footer .foot .right .payment h2 {
  font-family: "AvenirNextBold";
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .foot .right .payment h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
footer .foot .right .payment .payment-box {
  display: flex;
}
footer .foot .right .payment .payment-box .block {
  width: 42px;
  margin-right: 5px;
}
footer .foot .right .payment .foot-bottom-box {
  padding-top: 19px;
}
footer .foot .right .payment .foot-bottom-box p {
  font-family: "AvenirNextRegular";
  font-size: 10px;
  margin-bottom: 0;
  color: #ffffff;
}

@font-face {
  font-family: "GothamHTF-Medium";
  src: url("../fonts/GothamHTF-Medium.woff2") format("woff2"), url("../fonts/GothamHTF-Medium.woff") format("woff"), url("../fonts/GothamHTF-Medium.ttf") format("truetype"), url("../fonts/GothamHTF-Medium.eot") format("embedded-opentype"), url("../fonts/GothamHTF-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Bold";
  src: url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/IBMPlexSans-Bold.ttf") format("truetype"), url("../fonts/IBMPlexSans-Bold.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Light";
  src: url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff"), url("../fonts/IBMPlexSans-Light.ttf") format("truetype"), url("../fonts/IBMPlexSans-Light.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Medium";
  src: url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/IBMPlexSans-Medium.ttf") format("truetype"), url("../fonts/IBMPlexSans-Medium.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-Regular";
  src: url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans-Regular.ttf") format("truetype"), url("../fonts/IBMPlexSans-Regular.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBMPlexSans-SemiBold";
  src: url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype"), url("../fonts/IBMPlexSans-SemiBold.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextBold";
  src: url("../fonts/AvenirNextBold.woff2") format("woff2"), url("../fonts/AvenirNextBold.woff") format("woff"), url("../fonts/AvenirNextBold.ttf") format("truetype"), url("../fonts/AvenirNextBold.eot") format("embedded-opentype"), url("../fonts/AvenirNextBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextDemiBold";
  src: url("../fonts/AvenirNextDemiBold.woff2") format("woff2"), url("../fonts/AvenirNextDemiBold.woff") format("woff"), url("../fonts/AvenirNextDemiBold.ttf") format("truetype"), url("../fonts/AvenirNextDemiBold.eot") format("embedded-opentype"), url("../fonts/AvenirNextDemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextRegular";
  src: url("../fonts/AvenirNextRegular.woff2") format("woff2"), url("../fonts/AvenirNextRegular.woff") format("woff"), url("../fonts/AvenirNextRegular.ttf") format("truetype"), url("../fonts/AvenirNextRegular.eot") format("embedded-opentype"), url("../fonts/AvenirNextRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext-Medium";
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.eot") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AcuminProWide-Bold";
  src: url("../fonts/AcuminProWide-Bold.woff2") format("woff2"), url("../fonts/AcuminProWide-Bold.woff") format("woff"), url("../fonts/AcuminProWide-Bold.ttf") format("truetype"), url("../fonts/AcuminProWide-Bold.eot") format("embedded-opentype"), url("../fonts/AcuminProWide-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.woofc-area .woofc-inner {
  width: 100%;
  padding-inline: 20px;
  background-color: rgba(0, 0, 0, 0) !important;
  top: 0;
  left: 0;
}
.woofc-area .woofc-area-heading {
  padding-right: 20px;
}

.woocommerce-notices-wrapper {
  padding: 0;
}

.woocommerce-checkout label {
  display: flex;
  white-space: nowrap;
}

.woofc-area .woofc-area-mid .woofc-notices {
  padding: 0;
}
.woofc-area .woofc-area-mid .woofc-notices .woocommerce-message {
  color: #738e10;
}

.ajax-pagination {
  --pagination-gap: 8px;
  --pagination-padding-bottom: 50px;
  --item-size: 40px;
  --arrow-size: 20px;
  --color-orange: #d16619;
  --color-gray: #333333;
  --color-white: #FFFFFF;
  --color-black: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--pagination-gap);
  width: 100%;
  padding-bottom: var(--pagination-padding-bottom);
  margin-inline: auto 0;
}
.ajax-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--item-size);
  width: var(--item-size);
  border-radius: 6px;
  text-decoration: none;
  color: var(--color-gray);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ajax-pagination a.active, .ajax-pagination a:hover {
  background-color: var(--color-orange);
  color: var(--color-white);
}
.ajax-pagination a.active svg, .ajax-pagination a:hover svg {
  fill: var(--color-white);
}
.ajax-pagination svg {
  fill: var(--color-gray);
  height: var(--arrow-size);
  width: var(--arrow-size);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.banner-section {
  position: relative;
}
.banner-section .banner-content {
  position: relative;
  z-index: 11;
  padding: 350px 0 96px 0;
  background-position: center !important;
  background-size: cover;
}
.banner-section .banner-content span {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-flex;
}
.banner-section .banner-content h1 {
  font-family: "AvenirNextBold";
  font-size: 60px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .banner-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .banner-section .banner-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content h1 {
    font-size: 36px;
  }
}
.banner-section .banner-content p {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  margin-bottom: 36px;
}
@media (max-width: 576px) {
  .banner-section .banner-content p {
    line-height: 25px;
  }
}
.banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
}

.btn-orange {
  font-size: 14px;
  line-height: 20px;
  background: #cf6317;
  color: #ffffff;
  padding: 12px 30px;
  font-family: "AvenirNextRegular";
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.btn-orange:hover {
  background: rgba(207, 99, 23, 0.9019607843);
}

.section-container {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .section-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .section-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.shop-by-brand {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .shop-by-brand {
    padding: 70px 0;
  }
}
.shop-by-brand .shop-by-brand-inner .shop-by-brand-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.shop-by-brand .shop-by-brand-inner .shop-by-brand-flx {
  background: #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8px;
  border: 1px solid #e6e6e6;
}
.shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
  padding: 32px;
  background: #f5f5f5;
  width: 24.88%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "AvenirNext-Medium";
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  opacity: 0.6;
  font-size: 20px;
}
.shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo:hover {
  background: #fff;
  opacity: 1;
}
@media (max-width: 1299px) {
  .shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
    width: 24.86%;
  }
}
@media (max-width: 1199px) {
  .shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
    width: 24.84%;
  }
}
@media (max-width: 992px) {
  .shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
    width: 24.8%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
    width: 33.1%;
  }
}
@media (max-width: 576px) {
  .shop-by-brand .shop-by-brand-inner .shop-by-brand-flx .brand-logo {
    width: 49.6%;
    padding: 17px;
    font-size: 16px;
  }
}

.products-main {
  padding: 96px 0;
  background: #f8f7f7;
}
@media (max-width: 1199px) {
  .products-main {
    padding: 70px 0;
  }
}
.products-main .subtitle {
  margin-bottom: 24px;
  color: #737373;
}
.products-main .row {
  margin: 0 -20px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .products-main .row {
    margin: 0 -10px;
  }
}
@media (max-width: 576px) {
  .products-main .row {
    margin: 0 -5px;
  }
}
.products-main .row > * {
  padding: 0 20px;
}
@media (max-width: 1399px) {
  .products-main .row > * {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .products-main .row > * {
    padding: 0 5px;
  }
}
.products-main .product-block {
  overflow: hidden;
}
.products-main .product-block .product-image {
  width: 100%;
  aspect-ratio: 296/296;
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.products-main .product-block .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.products-main .product-block .product-image img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.products-main .product-block .product-image .product-badge {
  background: #cf6317;
  padding: 2px 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
}
.products-main .product-block .product-image .product-badge * {
  font-size: 12px;
  color: #fff;
  font-family: "AvenirNextRegular";
  margin: 0;
  text-transform: uppercase;
}
.products-main .product-block .product-image .product-badge *:hover {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
.products-main .product-block .product-content {
  padding-top: 16px;
}
.products-main .product-block .product-content * {
  font-family: "AvenirNextRegular";
}
.products-main .product-block .product-content .subtitle {
  font-size: 14px;
  margin-bottom: 3px;
}
.products-main .product-block .product-content .subtitle *:hover {
  color: #cf6317;
}
.products-main .product-block .product-content .product-name {
  margin-bottom: 4px;
  display: inline-flex;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 14px;
  line-height: 20px;
}
.products-main .product-block .product-content .product-name:hover {
  color: #cf6317;
}
.products-main .product-block .product-content .product-price {
  display: flex;
  gap: 9px;
}
.products-main .product-block .product-content .product-price.new-price * {
  color: #cf6317;
  text-decoration: none;
}
.products-main .product-block .product-content .product-price.new-price del bdi {
  color: #737373;
  text-decoration: line-through;
}
.products-main .product-block .product-content .product-price.new-price del bdi * {
  color: #737373 !important;
}
.products-main .product-block .product-content .product-price * {
  color: #737373;
  margin: 0;
}
.products-main .product-block .product-content .product-price .old-price * {
  margin: 0;
  color: #737373;
  text-decoration: line-through;
}

.view-all-products {
  margin-top: 24px;
  text-align: center;
}

.browse-category {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .browse-category {
    padding: 70px 0;
  }
}
.browse-category .subtitle {
  margin-bottom: 24px;
}
.browse-category .browse-category-inner .row {
  margin: 0 -8px;
  row-gap: 16px;
}
.browse-category .browse-category-inner .row > * {
  padding: 0 8px;
}
.browse-category .browse-category-inner .browse-category-block {
  position: relative;
  cursor: pointer;
  aspect-ratio: 440/318;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.browse-category .browse-category-inner .browse-category-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.2);
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  width: 100%;
  height: 100%;
}
.browse-category .browse-category-inner .browse-category-block::before:hover {
  opacity: 1;
}
.browse-category .browse-category-inner .browse-category-block .browse-category-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.browse-category .browse-category-inner .browse-category-block .browse-category-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  object-fit: contain;
}
@media (max-width: 576px) {
  .browse-category .browse-category-inner .browse-category-block .browse-category-image img {
    min-height: 300px;
    max-height: 300px;
  }
}
.browse-category .browse-category-inner .browse-category-block .browse-category-image:hover img {
  transform: scale(1.1);
}
.browse-category .browse-category-inner .browse-category-block .browse-category-image:hover::before {
  opacity: 0.5;
}
.browse-category .browse-category-inner .browse-category-block .browse-category-name {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: inline-table;
  z-index: 22;
}
.browse-category .browse-category-inner .browse-category-block .browse-category-name * {
  font-size: 30px;
  line-height: 36px;
  height: auto;
  width: auto;
  margin: 0;
  color: #fff;
  font-family: "AvenirNext-Medium";
  text-align: center;
}
@media (max-width: 767px) {
  .browse-category .browse-category-inner .browse-category-block .browse-category-name * {
    font-size: 25px;
    line-height: 30px;
  }
}

.delivery-management {
  padding: 48px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.delivery-management .delivery-management-inner .row {
  row-gap: 20px;
}
@media (max-width: 480px) {
  .delivery-management .delivery-management-inner .row > * {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.delivery-management .delivery-management-inner .delivery-management-item {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-icon {
  height: 24px;
  width: 24px;
  opacity: 0.6;
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-detail * {
  margin: 0;
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-detail p {
  font-size: 14px;
  line-height: 20px;
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-detail p strong {
  font-family: "AvenirNextRegular";
}
.delivery-management .delivery-management-inner .delivery-management-item .delivery-management-detail p span {
  font-size: 12px;
}

.audiyo-experience {
  padding: 64px 0;
}
.audiyo-experience .audiyo-experience-inner .row {
  align-items: center;
  margin: 0 -24px;
  row-gap: 20px;
}
.audiyo-experience .audiyo-experience-inner .row > * {
  padding: 0 24px;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-image {
  aspect-ratio: 628/471;
  height: 100%;
  width: 100%;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-image * {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-block .subtitle {
  margin-bottom: 24px;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-block .audiyo-experience-detail .audiyo-experience-title {
  margin: 20px 0;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-block .audiyo-experience-detail .audiyo-experience-title * {
  font-size: 48px;
  line-height: 1;
  font-family: "AvenirNext-Medium";
}
@media (max-width: 991px) {
  .audiyo-experience .audiyo-experience-inner .audiyo-experience-block .audiyo-experience-detail .audiyo-experience-title * {
    font-size: 32px;
    line-height: 125%;
  }
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-block .audiyo-experience-detail p {
  color: #737373;
  max-width: 448px;
}
.audiyo-experience .audiyo-experience-inner .audiyo-experience-block .common-link {
  margin-top: 32px;
  color: #000;
}

.footer {
  padding: 81px 0;
}
@media (max-width: 1199px) {
  .footer {
    padding: 81px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .footer-inner {
  display: flex;
  gap: 32px;
}
@media (max-width: 1199px) {
  .footer .footer-inner {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .footer .footer-inner {
    flex-wrap: wrap;
    row-gap: 21px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    row-gap: 20px;
    column-gap: 10px;
  }
}
.footer .footer-inner .footer-block {
  max-width: 235px;
  width: 100%;
}
@media (max-width: 991px) {
  .footer .footer-inner .footer-block {
    width: 31%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .footer-block {
    width: 28%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner .footer-block {
    width: 45%;
  }
}
@media (max-width: 420px) {
  .footer .footer-inner .footer-block {
    width: 100%;
  }
}
.footer .footer-inner .footer-block * {
  font-size: 14px;
  line-height: 20px;
}
.footer .footer-inner .footer-block img {
  max-width: 100px;
}
.footer .footer-inner .footer-block p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.footer .footer-inner .footer-block span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: -0.06em;
  margin-bottom: 7px;
  display: inline-flex;
}
.footer .footer-inner .footer-block ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 7px;
}
.footer .footer-inner .footer-block ul li:before {
  display: none;
}
.footer .footer-inner .footer-block ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-inner .footer-block ul li a:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding-top: 25px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom * {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom ul {
  display: flex;
  gap: 16px;
}
.footer .footer-bottom ul li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 7px;
}
.footer .footer-bottom ul li:before {
  display: none;
}
.footer .footer-bottom ul li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom ul li a:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .footer .footer-bottom {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-bottom .footer-copyright {
    order: 2;
  }
  .footer .footer-bottom .footer-social {
    order: 1;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
