body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px
}
body ::-moz-selection {
  background: #c7a17a;
  color: #fff
}
body ::selection {
  background: #c7a17a;
  color: #fff
}
body ::-moz-selection {
  background: #c7a17a;
  color: #fff
}
body ::-webkit-selection {
  background: #c7a17a;
  color: #fff
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #15110d;
  line-height: 1.2em
}
body h1.separator, body .h1.separator, body h2.separator, body .h2.separator, body h3.separator, body .h3.separator, body h4.separator, body .h4.separator, body h5.separator, body .h5.separator, body h6.separator, body .h6.separator {
  position: relative;
  padding-bottom: 25px
}
body h1.separator:before, body .h1.separator:before, body h2.separator:before, body .h2.separator:before, body h3.separator:before, body .h3.separator:before, body h4.separator:before, body .h4.separator:before, body h5.separator:before, body .h5.separator:before, body h6.separator:before, body .h6.separator:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  border-bottom: 6px dotted #c7a17a
}
body h1.separator.center, body .h1.separator.center, body h2.separator.center, body .h2.separator.center, body h3.separator.center, body .h3.separator.center, body h4.separator.center, body .h4.separator.center, body h5.separator.center, body .h5.separator.center, body h6.separator.center, body .h6.separator.center {
  text-align: center
}
body h1.separator.center:before, body .h1.separator.center:before, body h2.separator.center:before, body .h2.separator.center:before, body h3.separator.center:before, body .h3.separator.center:before, body h4.separator.center:before, body .h4.separator.center:before, body h5.separator.center:before, body .h5.separator.center:before, body h6.separator.center:before, body .h6.separator.center:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
body h1.separator.right, body .h1.separator.right, body h2.separator.right, body .h2.separator.right, body h3.separator.right, body .h3.separator.right, body h4.separator.right, body .h4.separator.right, body h5.separator.right, body .h5.separator.right, body h6.separator.right, body .h6.separator.right {
  text-align: right
}
body h1.separator.right:before, body .h1.separator.right:before, body h2.separator.right:before, body .h2.separator.right:before, body h3.separator.right:before, body .h3.separator.right:before, body h4.separator.right:before, body .h4.separator.right:before, body h5.separator.right:before, body .h5.separator.right:before, body h6.separator.right:before, body .h6.separator.right:before {
  left: auto;
  right: 0
}
body h1, body .h1 {
  font-weight: 700;
  font-size: 54px;
  letter-spacing: 4px
}
@media (max-width: 767px) {
  body h1, body .h1 {
    font-size: 44px
  }
}
@media (max-width: 480px) {
  body h1, body .h1 {
    font-size: 34px;
    letter-spacing: 1px
  }
}
body h2, body .h2 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 3px
}
@media (max-width: 767px) {
  body h2, body .h2 {
    font-size: 26px;
    letter-spacing: 2px
  }
}
@media (max-width: 480px) {
  body h2, body .h2 {
    font-size: 22px;
    letter-spacing: 1px
  }
}
body h3, body .h3 {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px
}
@media (max-width: 480px) {
  body h3, body .h3 {
    letter-spacing: 0px
  }
}
body h4, body .h4 {
  font-weight: 700;
  letter-spacing: 2px;
  word-spacing: 2px;
  font-size: 18px
}
@media (max-width: 480px) {
  body h4, body .h4 {
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px
  }
}
body h5, body .h5 {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px
}
@media (max-width: 480px) {
  body h5, body .h5 {
    letter-spacing: 0
  }
}
body h6, body .h6 {
  font-weight: 400;
  font-size: 14px
}
body p.bold {
  font-weight: 700
}
body .horisontal-separator {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 1920px) {
  body .horisontal-separator {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  body .horisontal-separator {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  body .horisontal-separator {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  body .horisontal-separator {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  body .horisontal-separator {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  body .horisontal-separator {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  body .horisontal-separator {
    margin-bottom: 20px
  }
}
body .horisontal-separator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d4d4d4
}
body .horisontal-separator p {
  margin-bottom: 0;
  color: #15110d
}
body .horisontal-separator p:first-child {
  padding-right: 90px
}
body .horisontal-separator p:last-child {
  padding-left: 90px
}
@media (max-width: 991px) {
  body .horisontal-separator p:first-child {
    padding-right: 20px
  }
  body .horisontal-separator p:last-child {
    padding-left: 20px
  }
}
@media (max-width: 480px) {
  body .horisontal-separator p {
    font-size: 14px;
    text-align: justify
  }
  body .horisontal-separator p:first-child {
    padding-right: 10px
  }
  body .horisontal-separator p:last-child {
    padding-left: 10px
  }
}
body img {
  max-width: 100%;
  display: inline-block
}
body a {
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  color: #15110d
}
body a::-moz-focus-inner {
  border: 0 !important
}
body a:hover, body a:focus {
  text-decoration: none;
  color: #c7a17a
}
body p {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #505050
}
body .highlight {
  background: #c7a17a;
  color: #fff
}
body blockquote, body .blockquote {
  padding: 20px 0;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  color: #c7a17a
}
body ul {
  padding: 0;
  /*list-style-type: none;*/
  list-style-position: inside
}
body ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #505050
}
body ul li:last-child {
  margin-bottom: 0
}
body ul li:before {
  /*content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c7a17a*/
}
body ul li p {
  margin-bottom: 0
}
body ul li ul {
  margin-top: 10px;
  padding-left: 20px
}
body ul li ul li {
  margin-bottom: 10px
}
body ul li ul li:last-child {
  margin-bottom: 10px
}
body ol {
  counter-reset: myCounter;
  padding: 0
}
body ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none
}
body ol li:last-child {
  margin-bottom: 0
}
body ol li:before {
  content: counter(myCounter) ".";
  counter-increment: myCounter;
  position: absolute;
  left: 0;
  top: 0px;
  display: inline-block;
  text-align: center;
  color: #c7a17a
}
body ol li p {
  margin-bottom: 0
}
body ol li ol {
  margin-top: 10px;
  padding-left: 20px
}
body ol li ol li {
  margin-bottom: 10px
}
body ol li ol li:last-child {
  margin-bottom: 10px
}
body textarea, body input {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #bcbcbc;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #15110d;
  outline: none !important
}
body input {
  line-height: 16px
}
body textarea {
  width: 100%;
  height: 180px;
  resize: none
}
body .price {
  font-weight: 400;
  font-size: 20px;
  color: #c7a17a
}
body .price span {
  position: relative;
  margin-right: 5px;
  font-weight: 300;
  font-size: 16px;
  color: #89847e
}
body .price span:before {
  content: '';
  position: absolute;
  top: 51%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #89847e
}
body .time-bg {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #30271c
}
body .time-bg span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-weight: 700;
  font-size: 76px;
  color: #f3eae2
}
body .discount {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #fff;
  line-height: initial
}
body .discount span {
  left: 100%;
  margin-left: 10px;
  padding: 5px 10px;
  background: #000;
  font-weight: 700;
  font-size: 42px;
  color: #fff
}
body .page-name {
  margin: 0;
  padding: 30px 0;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #15110d
}
body .product-rating i {
  font-size: 14px;
  color: #c7a17a
}
body input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden
}
body input[type="radio"]:checked + label:before, body input[type="radio"]:checked + label:after {
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}
body input[type="radio"] + label {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  text-align: left;
  width: 120px;
  cursor: pointer
}
body input[type="radio"] + label:before, body input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0)
}
body input[type="radio"] + label:before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d5d5d5;
  transition: all .3s;
  transition-delay: .1s
}
body input[type="radio"] + label:after {
  left: 3px;
  width: 8px;
  height: 8px;
  background: #c7a17a;
  transition: all .3s
}
body input[type='checkbox'] {
  position: absolute;
  opacity: 0
}
body input[type='checkbox']:checked + label:before {
  border: 1px solid #c7a17a
}
body input[type='checkbox']:checked + label:after {
  -ms-transform: scale(1);
  transform: scale(1)
}
body input[type='checkbox'] + label {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-weight: 300;
  cursor: pointer
}
body input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 1px solid #505050;
  transition: all .3s
}
body input[type='checkbox'] + label:after {
  content: '\f00c';
  position: absolute;
  left: 1px;
  top: 0px;
  font-family: FontAwesome;
  color: #c7a17a;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s
}
@media (max-width: 767px) {
  body .flex-moblile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}
@media (max-width: 480px) {
  body .discount span {
    font-size: 30px
  }
}
a.btn, a.button, button, .button {
  margin-top: 20px;
  padding: 13px 45px;
  border: 2px solid #c7a17a;
  background: #c7a17a;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  outline: none !important;
  transition: all .2s
}
a.btn:hover, a.button:hover, button:hover, .button:hover {
  background: #a27546;
  border: 2px solid #a27546;
  color: #fff
}
a.btn:active, a.button:active, button:active, .button:active {
  background: #c49d74;
  border: 2px solid #c49d74;
  color: #fff
}
a.btn:focus, a.button:focus, button:focus, .button:focus {
  color: #fff
}
a.btn.dark, a.button.dark, button.dark, .button.dark {
  border: 2px solid #15110d;
  background: #15110d
}
a.btn.dark:hover, a.button.dark:hover, button.dark:hover, .button.dark:hover {
  background: #c7a17a;
  border: 2px solid #c7a17a
}
a.btn.dark:active, a.button.dark:active, button.dark:active, .button.dark:active {
  background: #0a0806;
  border: 2px solid #0a0806
}
a.btn.white, a.button.white, button.white, .button.white {
  background: #fff;
  color: #c7a17a
}
a.btn.white:hover, a.button.white:hover, button.white:hover, .button.white:hover {
  background: #a27546;
  border: 2px solid #a27546;
  color: #fff
}
a.btn.white:active, a.button.white:active, button.white:active, .button.white:active {
  background: #c49d74;
  border: 2px solid #c49d74;
  color: #fff
}
a.btn.gray, a.button.gray, button.gray, .button.gray {
  border: none;
  background-color: transparent;
  text-transform: capitalize;
  color: #777
}
a.learn {
  position: relative;
  padding-right: 70px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #c7a17a;
  transition: all .3s
}
a.learn:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 35px;
  border-bottom: 1px solid #c7a17a;
  transition: all .3s
}
a.learn:hover {
  color: #a27546
}
a.learn:hover:before {
  right: 0;
  width: 55px;
  border-bottom: 1px solid #a27546
}
a.learn:active {
  color: #c49d74
}
a.learn:active:before {
  right: 0;
  width: 55px;
  border-bottom: 1px solid #a27546
}
a.learn.dark {
  color: #15110d
}
a.learn.dark:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 35px;
  border-bottom: 1px solid #15110d;
  transition: all .3s
}
a.learn.dark:hover {
  color: #c7a17a
}
a.learn.dark:hover:before {
  right: 0;
  width: 55px;
  border-bottom: 1px solid #c7a17a
}
a.learn.dark:active {
  color: #0a0806
}
a.learn.dark:active:before {
  right: 0;
  width: 55px;
  border-bottom: 1px solid #0a0806
}
table {
  text-align: center;
  width: 100%;
  max-width: 800px;
  min-width: 470px
}
@media (max-width: 1920px) {
  table {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  table {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  table {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  table {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  table {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  table {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  table {
    margin-bottom: 30px
  }
}
table td {
  padding: 20px;
  border: 1px solid #d4d4d4
}
table thead td {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 3px
}
table thead td:nth-child(1) {
  width: 25%
}
table thead td:nth-child(2) {
  width: 30%
}
table thead td:nth-child(3) {
  width: 55%
}
table thead td span {
  text-transform: lowercase
}
table tbody td {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px
}
table tbody td:nth-child(1), table tbody td:nth-child(2) {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c7a17a
}
table tbody td:nth-child(2) {
  font-weight: 700;
  font-size: 18px
}
@media (max-width: 767px) {
  table td {
    padding: 15px
  }
  table thead td {
    letter-spacing: 1px;
    word-spacing: 2px
  }
  table thead td:nth-child(1) {
    width: 20%
  }
  table thead td:nth-child(2) {
    width: 20%
  }
  table thead td:nth-child(3) {
    width: 60%
  }
  table tbody td {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 16px
  }
  table tbody td:nth-child(1), table tbody td:nth-child(2) {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c7a17a
  }
  table tbody td:nth-child(2) {
    font-weight: 700;
    font-size: 18px
  }
}
.wrap-table {
  overflow: auto
}
.logo a, .footer-logo a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #30271c
}
.logo a span, .footer-logo a span {
  margin-left: 3px;
  font-size: 45px;
  color: #c7a17a
}
.logo.white a, .footer-logo.white a {
  color: #fff
}
.indicators .indicator {
  position: relative;
  margin-right: 45px
}
.indicators .indicator.cart {
  margin-right: 0
}
.indicators .indicator.cart .indicator-count {
  left: 13px
}
.indicators .indicator.cart .basket-desc {
  font-weight: 400;
  font-size: 16px;
  color: #757575
}
.indicators .indicator.cart .basket-desc strong {
  font-weight: 700;
  font-size: 17px;
  color: #30271c
}
.indicators .indicator.cart i {
  margin-right: 20px
}
.indicators .indicator .indicator-count {
  position: absolute;
  top: 40%;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c7a17a;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff
}
.indicators .indicator i {
  font-size: 22px;
  color: #15110d
}
.humburger {
  display: none
}
@media (max-width: 991px) {
  .humburger {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 35px;
    height: 20px;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .humburger:before, .humburger:after, .humburger span {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 35px;
    border-radius: 1px;
    background: #c7a17a;
    transition: all .4s
  }
  .humburger:before {
    top: 0
  }
  .humburger:after {
    bottom: 0
  }
  .humburger span {
    position: absolute;
    top: 50%;
    margin-top: -1px
  }
  .humburger.active_humburger span {
    opacity: 0
  }
  .humburger.active_humburger:before {
    top: 50%;
    margin-top: -1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .humburger.active_humburger:after {
    bottom: 50%;
    margin-bottom: -1px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}
.page-preview {
  position: relative;
  height: 445px;
  background-attachment: fixed !important;
  background-size: cover !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important
}
.page-preview::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25)
}
.page-preview .separator.center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  color: #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.page-preview .separator.center:before {
  border-bottom: 6px dotted #fff
}
@media (max-width: 480px) {
  .page-preview {
    height: 300px
  }
}
.paymants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: 200px
}
.paymants a {
  margin-right: 10px;
  margin-bottom: 10px
}
.paymants a:nth-child(1) {
  -ms-transform: translateY(3px);
  transform: translateY(3px)
}
.paymants a:nth-child(6) {
  -ms-transform: translateY(3px);
  transform: translateY(3px)
}
.subscribe-form {
  display: -ms-flexbox;
  display: flex
}
.subscribe-form input {
  width: 55%;
  margin: 0;
  padding: 15px
}
.subscribe-form button {
  margin: 0;
  padding: 10px 30px
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0 0
}
.slick-dots li {
  position: relative;
  margin: 0 17px 0 0;
  padding: 0;
  height: 20px
}
.slick-dots li:before {
  display: none
}
.slick-dots li.slick-active button {
  width: 11px;
  height: 11px;
  left: -2px;
  background: #c7a17a
}
.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ababa8;
  text-indent: -9999px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.slick-dots li button:hover {
  width: 11px;
  height: 11px;
  left: -2px;
  background: #c7a17a
}
.prev-slider, .next-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c7a17a;
  cursor: pointer;
  transition: all .3s
}
.prev-slider:hover, .next-slider:hover {
  background: #c7a17a
}
.prev-slider:hover i, .next-slider:hover i {
  color: #fff
}
.prev-slider.transparent:hover, .next-slider.transparent:hover {
  border: 1px solid #fff;
  background-color: transparent
}
.prev-slider.transparent:hover i, .next-slider.transparent:hover i {
  color: #fff
}
.prev-slider i, .next-slider i {
  font-weight: 300;
  font-size: 24px;
  color: #c7a17a;
  transition: all .3s
}
.post-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
.post-tag li {
  margin: 0;
  padding-left: 10px;
  padding-right: 0px
}
.post-tag li:before {
  content: '/';
  top: 50%;
  left: 2px;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #505050;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.post-tag li:first-child {
  padding-left: 0
}
.post-tag li:first-child:before {
  display: none
}
.post-tag li a {
  font-size: 14px;
  font-style: italic;
  color: #505050
}
.post-tag li a:hover {
  color: #c7a17a
}
.product-page-form {
  margin-top: 30px
}
.product-page-form .color {
  margin-bottom: 15px
}
.product-page-form .color input {
  visibility: hidden;
  position: absolute;
  opacity: 0
}
.product-page-form .color input[type='radio']:checked + label {
  border: 1px solid #15110d
}
.product-page-form .color label {
  width: 55px;
  height: 55px;
  margin-right: 12px;
  border: 1px solid #bcbcbc;
  cursor: pointer
}
.product-page-form .color label:before, .product-page-form .color label:after {
  display: none
}
.product-page-form .color label:last-child {
  margin-right: 0
}
.product-page-form .color label.color1 {
  background: #f5f5f5
}
.product-page-form .color label.color2 {
  background: #f8dfff
}
.product-page-form .color label.color3 {
  background: #dffeff
}
.quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.quantity .inner-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #bcbcbc
}
.quantity .inner-quantity p {
  margin-right: 50px;
  margin-bottom: 0
}
.quantity .inner-quantity .counter i {
  font-size: 18px;
  color: #808080;
  cursor: pointer
}
.quantity .inner-quantity .counter .increment {
  margin-left: 5px
}
.quantity .inner-quantity .counter .decrement {
  margin-right: 5px
}
.quantity .inner-quantity .counter .count {
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  border: none;
  width: 30px;
  font-size: 18px;
  text-align: center
}
.quantity button {
  margin: 0;
  margin-bottom: 20px
}
@media (max-width: 767px) {
  .quantity {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .quantity .inner-quantity {
    margin-right: 0;
    padding: 10px 22px
  }
  .quantity button {
    padding: 13px 35px
  }
}
.availability {
  font-weight: 700;
  letter-spacing: 2px;
  color: #505050
}
.availability i {
  color: #c7a17a;
  margin-right: 3px
}
.shipping-step {
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0
}
.shipping-step .step {
  position: relative;
  opacity: .5;
  width: 100%;
  max-width: 150px;
  padding-top: 60px;
  text-align: center
}
.shipping-step .step:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #15110d;
  z-index: 0
}
.shipping-step .step p {
  margin-bottom: 0
}
.shipping-step .step.active_step {
  opacity: 1
}
.shipping-step .step span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 43px;
  min-width: 43px;
  height: 43px;
  min-height: 43px;
  border: 6px solid #15110d;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media (max-width: 767px) {
  .shipping-step {
    -ms-flex-pack: center;
    justify-content: center
  }
}
.select {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #bcbcbc;
  outline: none !important
}
.select:focus {
  outline: none !important
}
.select__gap {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  padding: 10px 20px;
  border-bottom: 1px solid #bcbcbc;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s
}
.select__gap:before {
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s
}
.select__gap.open {
  margin-bottom: 15px
}
.select__gap.open:before {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.select__list {
  max-height: 200px;
  overflow-y: auto;
  padding: 0
}
.select__list li {
  margin: 0;
  padding: 5px 20px;
  cursor: pointer;
  transition: all .3s
}
.select__list li:before {
  display: none
}
.select__list li:hover {
  background: #f6f6f6;
  color: #5e5e5e
}
.add-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.add-buttons a {
  color: #505050;
  transition: all .3s
}
.add-buttons a:first-child {
  margin-right: 20px
}
.add-buttons a i {
  margin-right: 5px;
  transition: all .3s
}
.add-buttons a i:nth-child(2) {
  opacity: 0;
  font-size: 0;
  color: #c7a17a;
  -ms-transform: scale(0);
  transform: scale(0)
}
.add-buttons .to-wish:hover {
  color: #c7a17a
}
.add-buttons .to-wish:hover i {
  margin-right: 10px;
  margin-left: -5px
}
.add-buttons .to-wish:hover i:nth-child(1) {
  opacity: 0;
  font-size: 0;
  -ms-transform: scale(0);
  transform: scale(0)
}
.add-buttons .to-wish:hover i:nth-child(2) {
  opacity: 1;
  font-size: 16px;
  -ms-transform: scale(1);
  transform: scale(1)
}
.add-buttons .to-compare i {
  transition: all 0s
}
.add-buttons .to-compare:hover {
  color: #c7a17a
}
@media (max-width: 767px) {
  .add-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .add-buttons a {
    margin-bottom: 15px
  }
  .add-buttons a:first-child {
    margin-right: 0px
  }
}
.video-popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%
}
.video-popup .inner-popup {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 480px;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.video-popup .inner-popup i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 20px;
  color: #fff;
  cursor: pointer
}
.video-popup .inner-popup iframe {
  width: 100%;
  height: 100%;
  border: none
}
.video-popup .bg-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5)
}
@media (max-width: 991px) {
  .video-popup .inner-popup {
    max-width: 650px;
    max-height: 380px
  }
}
@media (max-width: 767px) {
  .video-popup .inner-popup {
    max-width: 450px;
    max-height: 300px
  }
}
@media (max-width: 480px) {
  .video-popup .inner-popup {
    max-width: 320px;
    max-height: 200px
  }
}
.main-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%
}
.main-popup .close-main-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #bdbec2;
  font-size: 22px;
  cursor: pointer
}
.main-popup .footer-logo {
  position: absolute;
  right: 30px;
  top: 50px
}
.main-popup .do-not-show {
  position: absolute;
  left: 40px;
  bottom: 40px
}
.main-popup .do-not-show label {
  margin: 0;
  color: #fff
}
.main-popup .do-not-show label:before {
  border: 1px solid #fff
}
.main-popup .popup-content {
  position: absolute;
  height: 100%;
  max-height: 750px;
  top: 50%;
  left: 50%;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/popup-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.main-popup .popup-content h1, .main-popup .popup-content .h1 {
  margin-bottom: 20px;
  max-width: none;
  color: #fff
}
.main-popup .popup-content p {
  margin-bottom: 20px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #fff
}
.main-popup .popup-content .popup-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.main-popup .popup-content .popup-form .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 630px
}
.main-popup .popup-content .popup-form .inner-wrap input {
  width: calc(50% - 10px);
  margin: 0;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff
}
.main-popup .popup-content .popup-form .inner-wrap input::-webkit-input-placeholder {
  color: #fff
}
.main-popup .popup-content .popup-form .inner-wrap input::-moz-placeholder {
  color: #fff
}
.main-popup .bg-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6)
}
@media (max-width: 767px) {
  .main-popup .popup-content {
    width: 100%
  }
  .main-popup .popup-content .popup-form .inner-wrap {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .main-popup .popup-content .popup-form .inner-wrap input {
    width: 100%
  }
  .main-popup .popup-content .popup-form .inner-wrap input:first-child {
    margin-bottom: 20px
  }
}
@media (max-height: 450px) {
  .main-popup .popup-content {
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.popup-register-form {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6)
}
.popup-register-form .wrap-register-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%
}
.popup-register-form .wrap-register-form .popup-form-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 500px;
  padding: 0 98px;
  background: #c49d74;
  background: #ad8c6a;
  background: linear-gradient(135deg, #ad8c6a 0%, #c7a17a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad8c6a', endColorstr='#c7a17a', GradientType=1)
}
.popup-register-form .wrap-register-form .popup-form-block .sign-up-text, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text {
  max-width: 360px
}
.popup-register-form .wrap-register-form .popup-form-block .sign-up-text h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up-text .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text .h4 {
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  color: #fff
}
.popup-register-form .wrap-register-form .popup-form-block .sign-up-text p, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text p {
  color: #fff
}
.popup-register-form .wrap-register-form .popup-form-block .sign-up-text .to-form, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text .to-form {
  width: 165px;
  height: 50px;
  margin: 60px 0 0 0;
  padding: 0;
  border: 1px solid #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all .3s
}
.popup-register-form .wrap-register-form .popup-form-block .sign-up-text .to-form:hover, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text .to-form:hover {
  background: rgba(255, 255, 255, 0.2)
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form {
  position: absolute;
  left: 80px;
  width: 460px;
  height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 95px;
  background: #fff;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.14);
  transition: all .6s
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signup {
  left: 80px
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signup .sign-in {
  z-index: 0
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signup .sign-up {
  z-index: 100
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin {
  left: 620px
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin .sign-in {
  z-index: 100
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin .sign-up {
  z-index: 0
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form .close-popup-form {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 200;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s
}
.popup-register-form .wrap-register-form .popup-form-block .wrap-form .close-popup-form:hover {
  color: #c7a17a
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in, .popup-register-form .wrap-register-form .popup-form-block .sign-up {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 95px;
  background: #fff;
  transition: all .6s
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up .h4 {
  margin-bottom: 35px;
  font-weight: 700;
  color: #c7a17a
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap {
  position: relative;
  margin-bottom: 35px
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap :-ms-input-placeholder, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap :-ms-input-placeholder {
  color: #c4c5c6;
  opacity: 1
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap ::placeholder, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap ::placeholder {
  color: #c4c5c6;
  opacity: 1
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap :-ms-input-placeholder, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap :-ms-input-placeholder {
  color: #c4c5c6
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap ::-ms-input-placeholder, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap ::-ms-input-placeholder {
  color: #c4c5c6
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap input, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap input {
  width: 100%;
  margin: 0;
  padding: 5px 30px 5px 0;
  border: none;
  border-bottom: 1px solid #c4c5c6;
  background: transparent;
  transition: all .2s
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap input:focus, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap input:focus {
  border-bottom: 1px solid #c7a17a
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap input:focus + label, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap input:focus + label {
  color: #c7a17a
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap label, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap label {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #c4c5c6;
  cursor: pointer;
  transition: all .2s
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .forgot, .popup-register-form .wrap-register-form .popup-form-block .sign-up .forgot {
  margin-top: 45px;
  color: #c4c5c6
}
.popup-register-form .wrap-register-form .popup-form-block .sign-in .to-form, .popup-register-form .wrap-register-form .popup-form-block .sign-up .to-form {
  display: none
}
.popup-register-form .popup-register-form-succeed {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 390px;
  background: #c49d74;
  background: #ad8c6a;
  background: linear-gradient(135deg, #ad8c6a 0%, #c7a17a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad8c6a', endColorstr='#c7a17a', GradientType=1);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.popup-register-form .popup-register-form-succeed .register-succeed-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  text-align: center
}
.popup-register-form .popup-register-form-succeed .register-succeed-content h3, .popup-register-form .popup-register-form-succeed .register-succeed-content .h3, .popup-register-form .popup-register-form-succeed .register-succeed-content a {
  color: #fff
}
@media (max-width: 1199px) {
  .popup-register-form .wrap-register-form .popup-form-block {
    padding: 0 35px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signup {
    left: 30px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin {
    left: 450px
  }
}
@media (max-width: 991px) {
  .popup-register-form .wrap-register-form .popup-form-block {
    padding: 0 15px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form {
    width: 50%;
    padding: 0 40px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signup {
    left: 0
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin {
    left: 50%
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up, .popup-register-form .wrap-register-form .popup-form-block .sign-in {
    padding: 0 40px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up-text, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text {
    width: 50%
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up-text {
    padding-right: 15px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in-text {
    padding-left: 15px
  }
}
@media (max-width: 767px) {
  .popup-register-form .wrap-register-form .popup-form-block {
    width: 290px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up-text, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text {
    display: none
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form {
    width: 290px;
    max-height: 100vh;
    overflow-y: auto
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form.to-signin {
    left: 0
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in, .popup-register-form .wrap-register-form .popup-form-block .sign-up {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 350px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up .h4 {
    text-align: center
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .to-form, .popup-register-form .wrap-register-form .popup-form-block .sign-up .to-form {
    display: block;
    width: 100px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: 1px solid #c4c5c6;
    text-align: center;
    color: #c4c5c6
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap {
    margin-bottom: 20px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in button, .popup-register-form .wrap-register-form .popup-form-block .sign-up button {
    margin-top: 0
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .forgot, .popup-register-form .wrap-register-form .popup-form-block .sign-up .forgot {
    margin-top: 20px;
    text-align: center
  }
}
@media (max-height: 600px) {
  .popup-register-form .wrap-register-form .popup-form-block {
    height: 400px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form {
    height: 440px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up .h4 {
    margin-bottom: 20px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap {
    margin-bottom: 25px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in button, .popup-register-form .wrap-register-form .popup-form-block .sign-up button {
    margin-top: 5px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .forgot, .popup-register-form .wrap-register-form .popup-form-block .sign-up .forgot {
    margin-top: 25px
  }
}
@media (max-height: 500px) {
  .popup-register-form .wrap-register-form .popup-form-block {
    height: 300px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form {
    height: 300px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up .h4 {
    margin-bottom: 10px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .form-info-wrap, .popup-register-form .wrap-register-form .popup-form-block .sign-up .form-info-wrap {
    margin-bottom: 10px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in button, .popup-register-form .wrap-register-form .popup-form-block .sign-up button {
    margin-top: 5px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in .forgot, .popup-register-form .wrap-register-form .popup-form-block .sign-up .forgot {
    margin-top: 10px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up-text h4, .popup-register-form .wrap-register-form .popup-form-block .sign-up-text .h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text h4, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text .h4 {
    margin-bottom: 20px
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-up-text .to-form, .popup-register-form .wrap-register-form .popup-form-block .sign-in-text .to-form {
    margin-top: 30px
  }
  .popup-register-form .wrap-register-form .popup-form-block .wrap-form {
    max-height: 100vh;
    overflow-y: auto
  }
  .popup-register-form .wrap-register-form .popup-form-block .sign-in, .popup-register-form .wrap-register-form .popup-form-block .sign-up {
    min-height: 400px
  }
}
.forgot-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6)
}
.forgot-popup-wrap .forgot-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.forgot-popup-wrap .forgot-popup .close-forgot {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  color: #c7a17a;
  cursor: pointer
}
.forgot-popup-wrap .forgot-popup h4, .forgot-popup-wrap .forgot-popup .h4 {
  margin-bottom: 30px;
  color: #c7a17a
}
.forgot-popup-wrap .forgot-popup p {
  margin-bottom: 30px
}
.forgot-popup-wrap .forgot-popup .to-login {
  margin-bottom: 0;
  margin-top: 20px;
  color: #c4c5c6;
  cursor: pointer
}
.forgot-popup-wrap .forgot-popup .to-login:hover {
  text-decoration: underline
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form :-ms-input-placeholder {
  color: #c4c5c6;
  opacity: 1
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form ::placeholder {
  color: #c4c5c6;
  opacity: 1
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form :-ms-input-placeholder {
  color: #c4c5c6
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form ::-ms-input-placeholder {
  color: #c4c5c6
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form input {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 5px 30px 5px 0;
  border: none;
  border-bottom: 1px solid #c4c5c6;
  background: transparent;
  transition: all .2s
}
.forgot-popup-wrap .forgot-popup .forgot-popup-form button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 40px
}
p.back-top {
  position: fixed;
  z-index: 99;
  opacity: .6;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #c7a17a;
  cursor: pointer;
  transition: all .3s;
  -ms-transform: scale(1) translateY(300px);
  transform: scale(1) translateY(300px)
}
p.back-top.show_btn {
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px)
}
p.back-top:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}
p.back-top i {
  font-size: 28px;
  color: #fff
}
@media (max-width: 767px) {
  p.back-top {
    margin-right: 40px;
    margin-bottom: 40px
  }
}
@media (max-width: 480px) {
  p.back-top {
    margin-right: 20px;
    margin-bottom: 20px
  }
}
.select2 {
  margin-bottom: 20px
}
.select2-container .select2-selection--single {
  height: auto;
  outline: none !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #a27546;
  color: #fff
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7e7f83
}
.select2-container--default .select2-selection--single {
  padding: 11px 20px;
  border: 1px solid #bcbcbc;
  border-radius: 0;
  background-color: #fff
}
.select2-selection__arrow {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.select2-selection__arrow i {
  font-size: 18px;
  transition: all .3s
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 50px
}
.select2-container--open .select2-selection__arrow i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.select2-results__options li {
  margin-bottom: 0;
  padding: 5px 10px
}
.select2-results__options li:before {
  display: none
}
.select2-results__options li[aria-disabled="true"] {
  display: none
}
.select2-search__field {
  margin: 5px 0
}
header .user-header {
  margin-bottom: 40px;
  background: #15110d;
  color: #afaeac
}
header .user-header a, header .user-header p {
  display: block;
  height: 48px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 15px;
  line-height: 48px;
  color: #afaeac;
  transition: all .3s;
  cursor: pointer
}
header .user-header a:hover, header .user-header p:hover {
  background: #c7a17a;
  color: #fff
}
header .user-header a:active, header .user-header p:active {
  background: #c49d74
}
header .user-header .iner-user-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
header .user-header .second-nav ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0
}
header .user-header .second-nav ul li {
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 0
}
header .user-header .second-nav ul li:before {
  top: 50%;
  left: -17px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
header .user-header .second-nav ul li:first-child:before {
  display: none
}
header .main-header .main-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}
header .main-header .header-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
header .main-header .header-info .number {
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #15110d
}
header .main-header .header-info .number strong {
  font-weight: 700
}
header .main-header .header-info .number i {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  border-radius: 50%;
  background: #c7a17a;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff
}
header .main-header .main-header-menu {
  margin-top: 20px
}
@media (max-width: 1199px) {
  header .main-header .main-header-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  header .main-header .main-header-top .indicators {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px
  }
}
@media (max-width: 991px) {
  header .logo.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 0px 15px;
    background: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.51)
  }
  header .logo.fixed .humburger {
    right: 15px
  }
  header .user-header {
    margin-bottom: 30px
  }
  header .user-header .iner-user-header {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  header .main-header .main-header-top {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  header .main-header .main-header-top .logo {
    position: relative;
    width: 100%;
    text-align: center
  }
  header .main-header .main-header-top .search-form {
    margin: 20px 0
  }
  header .main-header .main-header-menu {
    margin: 0
  }
  header .main-header .main-header-menu:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 85;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background: transparent;
    transition: all .5s
  }
  header .main-header .main-header-menu.overlay:before {
    visibility: visible;
    background: rgba(0, 0, 0, 0.6)
  }
}
@media (max-width: 480px) {
  header .user-header a, header .user-header p {
    padding: 0 5px
  }
  header .user-header .second-nav ul li {
    margin-right: 9px
  }
  header .user-header .second-nav ul li:before {
    left: -6px
  }
}
.user-settings ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.user-settings ul li {
  position: relative;
  margin-bottom: 0;
  margin-left: 0px;
  padding-left: 0px
}
.user-settings ul li:before {
  top: 50%;
  left: 0;
  width: 1px;
  height: 17px;
  border-radius: 0;
  background: #565350;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.user-settings ul li:first-child::before {
  display: none
}
.user-settings ul li.language a, .user-settings ul li.language p {
  padding-left: 45px
}
.user-settings ul li.language a i:last-child, .user-settings ul li.language p i:last-child {
  font-size: 14px;
  margin-left: 5px;
  transition: transform .5s
}
.user-settings ul li.language:hover ul {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg)
}
.user-settings ul li.language:hover p i:last-child {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.user-settings ul li.currency a i:last-child, .user-settings ul li.currency p i:last-child {
  font-size: 14px;
  margin-left: 5px;
  transition: transform .5s
}
.user-settings ul li.currency:hover ul {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg)
}
.user-settings ul li.currency:hover p i:last-child {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.user-settings ul li a, .user-settings ul li p {
  position: relative;
  margin: 0;
  padding: 0 18px
}
.user-settings ul li a img, .user-settings ul li p img {
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.user-settings ul li a i, .user-settings ul li p i {
  margin-right: 4px;
  font-size: 15px;
  line-height: 15px
}
.user-settings ul li ul {
  position: absolute;
  z-index: 101;
  left: 0;
  top: calc(100% - 4px);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
  opacity: 0;
  transform: rotateX(90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition: all .5s
}
.user-settings ul li ul li {
  margin: 0 !important;
  padding: 0;
  width: 100%
}
.user-settings ul li ul li:before {
  display: none
}
.user-settings ul li ul li a {
  color: #5e5e5e
}
.user-settings ul li ul li a:hover {
  background: #f6f6f6;
  color: #5e5e5e
}
@media (max-width: 991px) {
  .user-settings ul li.language:hover ul, .user-settings ul li.currency:hover ul {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg)
  }
  .user-settings ul li ul.drop_down {
    visibility: visible !important;
    opacity: 1 !important;
    transform: rotateX(0deg) !important
  }
  .user-settings ul li.language .active i:last-child, .user-settings ul li.currency .active i:last-child {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}
@media (max-width: 480px) {
  .user-settings ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .user-settings ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 0
  }
  .user-settings ul li.language a, .user-settings ul li.language p {
    padding: 0 20px;
    padding-left: 20px
  }
  .user-settings ul li.language a img, .user-settings ul li.language p img {
    position: static;
    margin-right: 10px;
    -ms-transform: translate(0);
    transform: translate(0)
  }
  .user-settings ul li:nth-child(1) {
    -ms-flex-order: 3;
    order: 3
  }
  .user-settings ul li:nth-child(2) {
    -ms-flex-order: 4;
    order: 4
  }
  .user-settings ul li:nth-child(3) {
    -ms-flex-order: 0;
    order: 0
  }
  .user-settings ul li:nth-child(3):before {
    display: none
  }
  .user-settings ul li:nth-child(4) {
    -ms-flex-order: 1;
    order: 1
  }
  .user-settings ul li ul li:nth-child(1) {
    -ms-flex-order: 0;
    order: 0
  }
  .user-settings ul li ul li:nth-child(2) {
    -ms-flex-order: 1;
    order: 1
  }
  .user-settings ul li ul li:nth-child(3) {
    -ms-flex-order: 2;
    order: 2
  }
}
.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px;
  height: 38px;
  border: 1px solid #aaaaaa;
  border-radius: 5px
}
.search-form .search-drop-down {
  position: relative;
  padding-right: 25px;
  border-right: 1px solid #dbdbdb
}
.search-form .search-drop-down p, .search-form .search-drop-down span {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #15110d
}
.search-form .search-drop-down p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  cursor: pointer
}
.search-form .search-drop-down p.selected {
  width: 115px
}
.search-form .search-drop-down p.selected span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.search-form .search-drop-down p.selected.active-secected i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.search-form .search-drop-down p i {
  margin-left: 15px;
  color: #8f8f8f;
  transition: all .3s
}
.search-form .search-drop-down .search-list {
  position: absolute;
  top: calc(100% + 7px);
  left: -10px;
  z-index: 111;
  overflow-y: auto;
  display: none;
  width: calc(100% + 10px);
  max-height: 200px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13)
}
.search-form .search-drop-down .search-list li {
  margin: 0;
  padding: 0;
  transition: all .3s
}
.search-form .search-drop-down .search-list li:before {
  display: none;
  padding: 0
}
.search-form .search-drop-down .search-list li:hover {
  background: #f6f6f6;
  color: #5e5e5e
}
.search-form .search-drop-down .search-list li p {
  margin: 0;
  padding: 10px
}
.search-form input {
  margin: 0;
  padding: 0px 0 0px 25px;
  border: none
}
.search-form button {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  border: none;
  background: #fff;
  color: #aba9a8
}
.search-form button:hover {
  color: #c7a17a
}
@media (max-width: 480px) {
  .search-form {
    padding: 5px 9px
  }
  .search-form .search-drop-down {
    padding-right: 9px
  }
  .search-form input {
    padding-left: 9px;
    max-width: 125px
  }
}
.menu {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed
}
.menu .close_menu {
  display: none
}
.menu li {
  position: relative;
  margin: 0;
  padding: 0;
  transition: all .3s
}
.menu li.drop-right ul {
  left: auto;
  right: 0
}
.menu li.drop-right ul ul {
  left: auto;
  right: 100%
}
.menu li:before {
  display: none
}
.menu li:hover > a, .menu li:hover > i {
  color: #c7a17a
}
.menu li:hover > i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.menu li a {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s
}
.menu li i {
  margin-left: 5px;
  transition: all .3s
}
.menu li .back {
  display: none
}
.menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  width: 270px;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13);
  transform: rotateX(90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition: all .5s
}
.menu li ul li {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: all .3s
}
.menu li ul li:last-child {
  margin-bottom: 0
}
.menu li ul li:hover {
  background: #f6f6f6
}
.menu li ul li:hover > a, .menu li ul li:hover > i {
  color: #c7a17a
}
.menu li ul li i {
  margin-right: 15px
}
.menu li ul li a {
  display: block;
  width: 100%;
  padding: 10px
}
.menu li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 230px
}
@media (max-width: 1199px) {
  .menu li ul {
    width: 255px
  }
  .menu li ul li ul {
    width: 200px
  }
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    left: -110%;
    overflow-y: auto;
    z-index: 100;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    max-width: 480px;
    background: #fff;
    border-bottom: none;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.51);
    transition: all .5s
  }
  .menu.show_menu {
    left: 0
  }
  .menu .close_menu {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #aaa
  }
  .menu .close_menu:before, .menu .close_menu:after {
    content: '';
    position: absolute;
    right: 15px;
    height: 2px;
    width: 25px;
    border-radius: 1px;
    background: #15110d;
    transition: all .4s
  }
  .menu .close_menu:before {
    top: 50%;
    left: auto;
    display: block;
    margin-top: -1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .menu .close_menu:after {
    bottom: 50%;
    margin-bottom: -1px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu li {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px
  }
  .menu li:hover > ul {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg)
  }
  .menu li > ul {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg)
  }
  .menu li.drop-right ul {
    right: 0
  }
  .menu li.drop-right ul ul {
    right: 0;
    z-index: 15
  }
  .menu li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 15px
  }
  .menu li i {
    margin: 0;
    padding: 15px
  }
  .menu li .back {
    display: block;
    border-bottom: 1px solid #aaa;
    font-weight: 700;
    text-transform: uppercase
  }
  .menu li .back:hover {
    color: #c7a17a
  }
  .menu li .back:hover i {
    -ms-transform: translate(0);
    transform: translate(0)
  }
  .menu li .back i {
    padding: 15px 10px
  }
  .menu li ul {
    top: 47px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    background: #fff;
    min-height: calc(100% - 47px)
  }
  .menu li ul li ul {
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%
  }
  .menu li .show_iner_menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: rotateX(0deg) !important;
    z-index: 20
  }
}
.bread-crumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}
@media (max-width: 1920px) {
  .bread-crumbs {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .bread-crumbs {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .bread-crumbs {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .bread-crumbs {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .bread-crumbs {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .bread-crumbs {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .bread-crumbs {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .bread-crumbs {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .bread-crumbs {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .bread-crumbs {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .bread-crumbs {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .bread-crumbs {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .bread-crumbs {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .bread-crumbs {
    padding-bottom: 20px
  }
}
.bread-crumbs li {
  padding: 0;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 300;
  font-size: 16px;
  color: #505050
}
.bread-crumbs li:before {
  content: '/';
  left: auto;
  top: 0;
  right: -9px;
  height: auto;
  background-color: transparent;
  color: #505050
}
.bread-crumbs li:last-child:before {
  display: none
}
.bread-crumbs li a {
  color: #505050;
  transition: all .3s
}
.bread-crumbs li a:hover {
  color: #c7a17a
}
@media (max-width: 1920px) {
  .typograpy-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1600px) {
  .typograpy-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1440px) {
  .typograpy-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1199px) {
  .typograpy-content {
    padding-bottom: 70px
  }
}
@media (max-width: 991px) {
  .typograpy-content {
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .typograpy-content {
    padding-bottom: 50px
  }
}
@media (max-width: 480px) {
  .typograpy-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1920px) {
  .typograpy-content {
    padding-top: 70px
  }
}
@media (max-width: 1600px) {
  .typograpy-content {
    padding-top: 70px
  }
}
@media (max-width: 1440px) {
  .typograpy-content {
    padding-top: 70px
  }
}
@media (max-width: 1199px) {
  .typograpy-content {
    padding-top: 70px
  }
}
@media (max-width: 991px) {
  .typograpy-content {
    padding-top: 60px
  }
}
@media (max-width: 767px) {
  .typograpy-content {
    padding-top: 50px
  }
}
@media (max-width: 480px) {
  .typograpy-content {
    padding-top: 40px
  }
}
.typograpy-content .narrow-description {
  max-width: 590px
}
@media (max-width: 1920px) {
  .typograpy-content .header-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .typograpy-content .header-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .typograpy-content .header-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .typograpy-content .header-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .typograpy-content .header-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .typograpy-content .header-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .typograpy-content .header-preview {
    margin-bottom: 30px
  }
}
.typograpy-content .header-preview h1, .typograpy-content .header-preview .h1, .typograpy-content .header-preview h2, .typograpy-content .header-preview .h2, .typograpy-content .header-preview h3, .typograpy-content .header-preview .h3, .typograpy-content .header-preview h4, .typograpy-content .header-preview .h4, .typograpy-content .header-preview h5, .typograpy-content .header-preview .h5, .typograpy-content .header-preview h6, .typograpy-content .header-preview .h6 {
  margin-bottom: 30px
}
@media (max-width: 1920px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .typograpy-content .unordered-list-preview, .typograpy-content .ordered-list-preview, .typograpy-content .highlights-preview, .typograpy-content .separators-preview {
    margin-bottom: 30px
  }
}
.typograpy-content .blockquote-preview {
  margin-bottom: 40px
}
.typograpy-content .table-preview {
  margin-bottom: 10px
}
.typograpy-content .form-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width: 1920px) {
  .typograpy-content .form-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .typograpy-content .form-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .typograpy-content .form-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .typograpy-content .form-preview {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .typograpy-content .form-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .typograpy-content .form-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .typograpy-content .form-preview {
    margin-bottom: 30px
  }
}
.typograpy-content .form-preview input:last-child {
  margin-bottom: 0
}
.typograpy-content .wrap-separator p {
  margin-bottom: 0
}
@media (max-width: 1920px) {
  .typograpy-content .button-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .typograpy-content .button-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .typograpy-content .button-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .typograpy-content .button-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .typograpy-content .button-preview {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .typograpy-content .button-preview {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .typograpy-content .button-preview {
    margin-bottom: 20px
  }
}
.typograpy-content .button-preview button {
  margin-top: 0;
  margin-right: 20px
}
.typograpy-content .button-preview button:last-child {
  margin-right: 0
}
.typograpy-content .separators-preview .dotes-separator {
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 1199px) {
  .typograpy-content .separators-preview .dotes-separator {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .typograpy-content .separators-preview .dotes-separator .wrap-separator {
    max-width: 350px
  }
}
@media (max-width: 767px) {
  .typograpy-content .button-preview {
    text-align: center
  }
  .typograpy-content .button-preview .button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
  .typograpy-content .learn-more-preview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (max-width: 480px) {
  .typograpy-content .button-preview .button-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }
  .typograpy-content .button-preview .button-wrap button {
    max-width: 290px;
    margin-top: 20px;
    margin-right: 0
  }
  .typograpy-content .learn-more-preview {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}
footer {
  background: #15110d
}
@media (max-width: 1920px) {
  footer {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  footer {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  footer {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  footer {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  footer {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  footer {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  footer {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  footer {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  footer {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  footer {
    padding-bottom: 20px
  }
}
@media (max-width: 1920px) {
  footer .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  footer .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  footer .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  footer .base-block {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  footer .base-block {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  footer .base-block {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  footer .base-block {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  footer .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  footer .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  footer .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  footer .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  footer .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  footer .base-block {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  footer .base-block {
    padding-bottom: 20px
  }
}
footer .h4, footer h4 {
  color: #fff
}
footer .footer-nav {
  margin-bottom: 0
}
@media (max-width: 1920px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  footer .footer-nav .wrap-footer-nav, footer .footer-nav .wrap-footer-contact {
    margin-bottom: 20px
  }
}
footer .footer-nav nav ul li {
  margin-bottom: 5px
}
footer .footer-nav nav ul li:last-child {
  margin-bottom: 0
}
footer .footer-nav nav ul li a {
  color: #a4a3a1;
  transition: all .2s
}
footer .footer-nav nav ul li a:hover {
  color: #c7a17a
}
footer .footer-contact li {
  margin-bottom: 5px;
  padding: 0;
  color: #a4a3a1
}
footer .footer-contact li:before {
  display: none
}
footer .footer-contact li:last-child {
  margin-bottom: 0
}
footer .footer-contact li a {
  color: #a4a3a1
}
footer .footer-contact li a span {
  transition: all .2s
}
footer .footer-contact li a:hover span {
  color: #c7a17a
}
@media (max-width: 1920px) {
  footer .footer-logo-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  footer .footer-logo-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  footer .footer-logo-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  footer .footer-logo-wrap {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  footer .footer-logo-wrap {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  footer .footer-logo-wrap {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  footer .footer-logo-wrap {
    margin-top: 20px
  }
}
footer .footer-logo-wrap .footer-logo {
  margin-bottom: 10px
}
footer .footer-logo-wrap p {
  font-size: 14px;
  color: #a1a09e
}
footer .paymants-wrap h4, footer .paymants-wrap .h4 {
  margin-bottom: 15px
}
@media (max-width: 1920px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  footer .wrap-footer-subscribe, footer .paymants-wrap {
    margin-top: 20px
  }
}
footer .wrap-footer-subscribe h4, footer .wrap-footer-subscribe .h4 {
  margin-bottom: 20px
}
@media (max-width: 991px) {
  footer .footer-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }
  footer .wrap-footer-subscribe {
    text-align: center
  }
  footer .wrap-footer-subscribe .subscribe-form {
    -ms-flex-pack: center;
    justify-content: center
  }
  footer .paymants-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
}
.accordeon-head, .accordeon-head-2, .accordeon-head-3 {
  cursor: pointer;
  transition: all .3s
}
.accordeon-head.active_accordeon i, .accordeon-head.active_accordeon-2 i, .accordeon-head-2.active_accordeon i, .accordeon-head-2.active_accordeon-2 i, .accordeon-head-3.active_accordeon i, .accordeon-head-3.active_accordeon-2 i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.accordeon-head.active_accordeon .plus:before, .accordeon-head.active_accordeon-2 .plus:before, .accordeon-head-2.active_accordeon .plus:before, .accordeon-head-2.active_accordeon-2 .plus:before, .accordeon-head-3.active_accordeon .plus:before, .accordeon-head-3.active_accordeon-2 .plus:before {
  -ms-transform: rotate(90deg) translate(-4px, 0);
  transform: rotate(90deg) translate(-4px, 0)
}
.accordeon-head.active_accordeon .plus:after, .accordeon-head.active_accordeon-2 .plus:after, .accordeon-head-2.active_accordeon .plus:after, .accordeon-head-2.active_accordeon-2 .plus:after, .accordeon-head-3.active_accordeon .plus:after, .accordeon-head-3.active_accordeon-2 .plus:after {
  -ms-transform: rotate(-180deg) translate(4px, 0);
  transform: rotate(-180deg) translate(4px, 0)
}
.accordeon-head:hover, .accordeon-head-2:hover, .accordeon-head-3:hover {
  color: #c7a17a
}
.accordeon-head:hover .plus, .accordeon-head-2:hover .plus, .accordeon-head-3:hover .plus {
  border: 1px solid #c7a17a
}
.accordeon-head:hover .plus:before, .accordeon-head:hover .plus:after, .accordeon-head-2:hover .plus:before, .accordeon-head-2:hover .plus:after, .accordeon-head-3:hover .plus:before, .accordeon-head-3:hover .plus:after {
  background: #c7a17a
}
.accordeon-head i, .accordeon-head-2 i, .accordeon-head-3 i {
  transition: all .3s
}
.accordeon-body, .accordeon-body-2 {
  display: none
}
.accordeon li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0
}
.accordeon li:before {
  display: none
}
.accordeon li p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0
}
.accordeon li p i {
  font-weight: 300;
  font-size: 16px
}
.accordeon li ul {
  padding-top: 10px;
  padding-bottom: 10px
}
.accordeon li ul li:last-child {
  margin-bottom: 0
}
.accordeon li ul li a {
  display: block;
  transition: all .3s
}
.accordeon li ul li a:hover {
  color: #c7a17a
}
.sidebar {
  max-width: 315px;
  position: relative
}
.sidebar h4, .sidebar .h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed
}
.sidebar .bold {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  font-weight: 400;
  text-transform: none
}
.sidebar .bold i {
  font-weight: 300
}
.sidebar a {
  display: block;
  transition: all .3s
}
.sidebar a:hover {
  color: #c7a17a
}
.sidebar .show-all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0
}
.sidebar .show-all span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  border: 1px solid #4d4a47;
  border-radius: 50%;
  transition: all .3s
}
.sidebar .show-all span:before, .sidebar .show-all span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 49%;
  background: #4d4a47;
  transition: all .3s
}
.sidebar .show-all span:before {
  height: 9px;
  width: 1px;
  -ms-transform: translateY(-4px);
  transform: translateY(-4px)
}
.sidebar .show-all span:after {
  width: 9px;
  height: 1px;
  -ms-transform: translateX(-4px);
  transform: translateX(-4px)
}
.sidebar .sidebar-categories {
  margin-bottom: 30px
}
.sidebar .sidebar-shop .accordeon {
  padding: 0 30px;
  margin-bottom: 30px
}
.sidebar .sidebar-shop .shop-category a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.sidebar .sidebar-shop .shop-category a span {
  font-size: 18px;
  color: #524f4c
}
.sidebar .wrap-all-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}
.sidebar .accordeon-body-3 {
  display: none;
  padding-top: 5px
}
.sidebar .color-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.sidebar .color-form input {
  display: none
}
.sidebar .color-form input[type='checkbox']:checked + label {
  border: 1px solid #15110d
}
.sidebar .color-form input[type='checkbox']:checked + label:after {
  display: none
}
.sidebar .color-form label {
  width: 43px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  cursor: pointer
}
.sidebar .color-form label:before {
  display: none
}
.sidebar .color-form label.color1 {
  background: #f5f5f5
}
.sidebar .color-form label.color2 {
  background: #f8dfff
}
.sidebar .color-form label.color3 {
  background: #dffeff
}
.sidebar .color-form label.color4 {
  background: #fffddf
}
.sidebar .color-form label.color5 {
  background: #dfe9ff
}
.sidebar .color-form label.color6 {
  background: #c7a17a
}
.sidebar .color-form label.color7 {
  background: #ffdfdf
}
.sidebar .manufacturer-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.sidebar .manufacturer-form input {
  display: none
}
.sidebar .manufacturer-form input[type='checkbox']:checked + label {
  border: 1px solid #15110d;
  padding: 7px
}
.sidebar .manufacturer-form input[type='checkbox']:checked + label:after {
  display: none
}
.sidebar .manufacturer-form label {
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 8px;
  background: #e9e9e9;
  font-weight: 300;
  cursor: pointer
}
.sidebar .manufacturer-form label:before {
  display: none
}
.sidebar .slider-range {
  position: relative;
  margin: 10px 0px;
  height: 3px !important;
  border: none;
  background: #d7d7d7
}
.sidebar .slider-range .ui-widget-header {
  position: absolute;
  display: block;
  background: #c7a17a;
  border: none
}
.sidebar .slider-range .ui-state-default, .sidebar .slider-range .ui-widget-content .ui-state-default, .sidebar .slider-range .ui-widget-header .ui-state-default, .sidebar .slider-range .ui-button {
  outline: none !important
}
.sidebar .slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #c7a17a;
  cursor: pointer;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.sidebar .slider-range .ui-slider-handle:last-child {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%)
}
.sidebar .slider-range .ui-slider-range .ui-slider-handle:nth-child(3) {
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%)
}
.sidebar .slider-range .ui-button {
  transition: all .2s
}
.sidebar .slider-range .ui-slider-range {
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  height: 100%;
  font-size: .7em
}
.sidebar .ui-button.ui-state-disabled.ui-state-hover {
  background: #a27546
}
.sidebar .ui-button.ui-state-disabled.ui-state-hover:focus {
  background: #c49d74
}
.sidebar .price-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px
}
.sidebar .price-filter input {
  display: inline;
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  width: 29px;
  text-align: center
}
.sidebar .price-filter span {
  margin: 0 5px
}
.sidebar .sidebar-compare h4, .sidebar .sidebar-compare .h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.sidebar .sidebar-compare ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0
}
.sidebar .sidebar-compare ul li {
  margin: 0 0 10px 0;
  padding: 0
}
.sidebar .sidebar-compare ul li:before {
  display: none
}
.sidebar .sidebar-compare ul li p {
  margin: 0;
  color: #15110d;
  cursor: pointer;
  transition: all .2s
}
.sidebar .sidebar-compare ul li p i {
  margin-right: 10px;
  font-size: 18px;
  color: #888684;
  transition: all .2s
}
.sidebar .sidebar-compare ul li p:hover {
  color: #c7a17a
}
.sidebar .sidebar-compare ul li p:hover i {
  color: #c7a17a
}
.sidebar .sidebar-compare-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.sidebar .sidebar-compare-buttons .button {
  width: 50%;
  margin-top: 10px;
  padding: 13px 20px;
  text-align: center
}
.sidebar .sidebar-latest {
  position: relative;
  margin-top: 30px
}
.sidebar .sidebar-latest h4, .sidebar .sidebar-latest .h4 {
  margin-bottom: 30px
}
.sidebar .sidebar-latest .prev-slider, .sidebar .sidebar-latest .next-slider {
  position: absolute;
  top: -5px;
  width: 25px;
  height: 25px
}
.sidebar .sidebar-latest .prev-slider i, .sidebar .sidebar-latest .next-slider i {
  font-size: 20px
}
.sidebar .sidebar-latest .next-slider {
  right: 0
}
.sidebar .sidebar-latest .prev-slider {
  right: 35px
}
.sidebar .sidebar-latest .slide {
  outline: none !important
}
.sidebar .sidebar-latest .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed
}
.sidebar .sidebar-latest .card:last-child {
  margin-bottom: 0;
  border-bottom: none
}
.sidebar .sidebar-latest .card .product-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  margin-right: 35px
}
.sidebar .sidebar-latest .card .product-name {
  width: 100%
}
.sidebar .sidebar-latest .card .product-name a {
  margin-bottom: 10px
}
.sidebar .sidebar-latest .card .product-name .price {
  font-weight: 700;
  font-size: 19px;
  color: #15110d
}
@media (max-width: 991px) {
  .sidebar .sidebar-shop .accordeon {
    padding: 0 13px
  }
  .sidebar .sidebar-compare-buttons .button {
    padding-left: 0;
    padding-right: 0
  }
  .sidebar .sidebar-latest h4, .sidebar .sidebar-latest .h4 {
    padding-bottom: 50px;
    text-align: center
  }
  .sidebar .sidebar-latest .prev-slider, .sidebar .sidebar-latest .next-slider {
    top: 30px
  }
  .sidebar .sidebar-latest .prev-slider {
    right: calc(50% + 20px)
  }
  .sidebar .sidebar-latest .next-slider {
    right: calc(50% - 20px)
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin: 50px auto 0;
    max-width: 400px
  }
}
@media (max-width: 480px) {
  .sidebar .slider-range .ui-slider-handle {
    width: 15px;
    height: 15px
  }
}
.hot-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0
}
.hot-categories p {
  margin: 0;
  min-width: 110px;
  font-weight: 400;
  color: #54514e
}
.hot-categories ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0
}
.hot-categories ul li {
  margin: 0;
  padding: 0 15px
}
.hot-categories ul li:before {
  left: auto;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  border-radius: 0;
  background: #c7c7c7;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.hot-categories ul li:last-child:before {
  display: none
}
.hot-categories ul li a {
  font-weight: 400;
  color: #54514e;
  transition: all .2s
}
.hot-categories ul li a:hover {
  color: #c7a17a
}
.home-slider {
  position: relative;
  overflow: hidden;
  height: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0
}
.home-slider img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: none;
  min-width: 100%
}
.home-slider h1, .home-slider .h1, .home-slider h3, .home-slider .h3, .home-slider p, .home-slider a {
  color: #fff
}
.home-slider .slide {
  position: relative;
  overflow: hidden;
  outline: none !important
}
.home-slider .slide .slide-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
  outline: none !important
}
.home-slider .slide h1, .home-slider .slide .h1 {
  margin-bottom: 20px
}
.home-slider .slide .button {
  margin-top: 30px
}
@media (max-width: 767px) {
  .home-slider .container {
    width: 100%
  }
}
@media (max-width: 480px) {
  .home-slider {
    height: 400px
  }
  .home-slider img {
    height: 100%
  }
  .home-slider .slide .slide-desc {
    -ms-flex-align: center;
    align-items: center
  }
  .home-slider .slick-dots {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
  }
}
.category-baner {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  height: 360px;
  background-size: cover !important
}
@media (max-width: 1920px) {
  .category-baner {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .category-baner {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .category-baner {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .category-baner {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .category-baner {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .category-baner {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .category-baner {
    margin-bottom: 20px
  }
}
.category-baner.category-baner-1 {
  background: url(../img/category-baners-1.jpg) no-repeat center
}
.category-baner.category-baner-2 {
  background: url(../img/category-baners-2.jpg) no-repeat center
}
.category-baner.category-baner-3 {
  background: url(../img/category-baners-3.jpg) no-repeat center
}
.category-baner .category-baner-text {
  position: absolute;
  bottom: 50px;
  padding: 15px
}
.category-baner .category-baner-text .button {
  margin: 0
}
.category-baner h2, .category-baner .h2 {
  margin-bottom: 15px;
  color: #c7a17a
}
.category-baner h3, .category-baner .h3 {
  margin-bottom: 30px;
  color: #fff
}
.category-baner .button {
  background-color: transparent;
  color: #fff
}
@media (max-width: 480px) {
  .category-baner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px
  }
  .category-baner .category-baner-text {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center
  }
}
.featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
  position: relative
}
@media (max-width: 1920px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .featured-slider, .best-seller-slider, .latest-post-slider, .related-slider {
    padding-top: 20px
  }
}
.featured-slider h3, .featured-slider .h3, .best-seller-slider h3, .best-seller-slider .h3, .latest-post-slider h3, .latest-post-slider .h3, .related-slider h3, .related-slider .h3 {
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 1px;
  color: #c7a17a
}
@media (max-width: 1920px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .featured-slider h2, .featured-slider .h2, .best-seller-slider h2, .best-seller-slider .h2, .latest-post-slider h2, .latest-post-slider .h2, .related-slider h2, .related-slider .h2 {
    margin-bottom: 30px
  }
}
.featured-slider .slider, .best-seller-slider .slider, .latest-post-slider .slider, .related-slider .slider {
  margin-right: -15px;
  margin-left: -15px
}
.featured-slider .slider .card, .best-seller-slider .slider .card, .latest-post-slider .slider .card, .related-slider .slider .card {
  margin-right: 0;
  outline: none !important
}
.featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
  max-width: 390px;
  margin-bottom: 0;
  padding: 0 15px
}
@media (max-width: 1920px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .featured-slider .slider .card .product, .best-seller-slider .slider .card .product, .latest-post-slider .slider .card .product, .related-slider .slider .card .product {
    margin-bottom: 20px
  }
}
.featured-slider .prev-slider, .featured-slider .next-slider, .best-seller-slider .prev-slider, .best-seller-slider .next-slider, .latest-post-slider .prev-slider, .latest-post-slider .next-slider, .related-slider .prev-slider, .related-slider .next-slider {
  position: absolute;
  right: 15px;
  bottom: 35px
}
.featured-slider .prev-slider, .best-seller-slider .prev-slider, .latest-post-slider .prev-slider, .related-slider .prev-slider {
  right: 65px
}
@media (max-width: 767px) {
  .featured-slider .slider, .best-seller-slider .slider, .latest-post-slider .slider, .related-slider .slider {
    margin-right: 0px;
    margin-left: 0
  }
  .featured-slider .slider .card, .best-seller-slider .slider .card, .latest-post-slider .slider .card, .related-slider .slider .card {
    margin: 0 auto
  }
  .featured-slider .slider .card .product, .featured-slider .slider .card .post, .best-seller-slider .slider .card .product, .best-seller-slider .slider .card .post, .latest-post-slider .slider .card .product, .latest-post-slider .slider .card .post, .related-slider .slider .card .product, .related-slider .slider .card .post {
    margin-left: auto;
    margin-right: auto;
    padding: 0
  }
  .featured-slider .prev-slider, .featured-slider .next-slider, .best-seller-slider .prev-slider, .best-seller-slider .next-slider, .latest-post-slider .prev-slider, .latest-post-slider .next-slider, .related-slider .prev-slider, .related-slider .next-slider {
    bottom: -20px
  }
}
@media (max-width: 767px) {
  .related-slider h2, .related-slider .h2 {
    margin-bottom: 55px;
    text-align: center
  }
  .related-slider .slick-arrow {
    bottom: -38px;
    width: 26px;
    height: 26px
  }
  .related-slider .slick-arrow.next-slider {
    right: calc(50% - 40px)
  }
  .related-slider .slick-arrow.prev-slider {
    right: calc(50% + 10px)
  }
}
@media (max-width: 1920px) {
  .featured-slider {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .featured-slider {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .featured-slider {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .featured-slider {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .featured-slider {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .featured-slider {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .featured-slider {
    padding-bottom: 20px
  }
}
.product {
  position: relative;
  max-width: 370px
}
@media (max-width: 1920px) {
  .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .product {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .product {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .product {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .product {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .product {
    margin-bottom: 20px
  }
}
.product .product-label {
  position: absolute;
  top: 25px;
  left: 0;
  margin: 0;
  padding: 10px;
  background: #f5f5f5;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #30271c
}
.product .product-prev {
  position: relative;
  margin-bottom: 20px;
  perspective: 1000px
}
.product .product-prev:hover .hide-product-buttons {
  opacity: 1;
  transform: rotateX(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom
}
.product .product-prev a {
  display: block
}
.product .product-prev .hide-product-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  transform: rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition: all .5s
}
.product .product-prev .hide-product-buttons a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  text-align: center
}
.product .product-prev .hide-product-buttons a:nth-child(1) {
  width: 100%;
  background: #c7a17a;
  color: #fff;
  transition: all .2s
}
.product .product-prev .hide-product-buttons a:nth-child(1):hover {
  background: #a27546
}
.product .product-prev .hide-product-buttons a:nth-child(1):hover i {
  -ms-transform: rotate(15deg);
  transform: rotate(15deg)
}
.product .product-prev .hide-product-buttons a:nth-child(1):active {
  background: #c49d74
}
.product .product-prev .hide-product-buttons a:nth-child(1) i {
  margin-right: 5px;
  font-size: 18px;
  transition: all .1s;
  -ms-transform-origin: top center;
  transform-origin: top center
}
.product .product-prev .hide-product-buttons a:nth-child(2) {
  width: 65px;
  background: #f5f5f5
}
.product .product-prev .hide-product-buttons a:nth-child(2):hover {
  background: #fafafa
}
.product .product-prev .hide-product-buttons a:nth-child(2):hover i:nth-child(1) {
  color: #c7a17a
}
.product .product-prev .hide-product-buttons a:nth-child(2).active-follow i:nth-child(1) {
  display: none
}
.product .product-prev .hide-product-buttons a:nth-child(2).active-follow i:nth-child(2) {
  display: block
}
.product .product-prev .hide-product-buttons a:nth-child(2) i {
  font-weight: 400;
  font-size: 18px;
  transition: all .3s
}
.product .product-prev .hide-product-buttons a:nth-child(2) i:nth-child(2) {
  display: none;
  color: #c7a17a
}
.product .product-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedcdb
}
.product .product-name p, .product .product-name a {
  margin: 0
}
.product .product-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px
}
.product .product-desc p {
  margin: 0
}
.product .product-desc .product-rating i {
  font-size: 14px;
  color: #c7a17a
}
.baner {
  margin-bottom: 0;
  text-align: center;
  background: url(../img/baner.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover
}
@media (max-width: 1920px) {
  .baner {
    padding-top: 40px
  }
}
@media (max-width: 1600px) {
  .baner {
    padding-top: 40px
  }
}
@media (max-width: 1440px) {
  .baner {
    padding-top: 40px
  }
}
@media (max-width: 1199px) {
  .baner {
    padding-top: 40px
  }
}
@media (max-width: 991px) {
  .baner {
    padding-top: 30px
  }
}
@media (max-width: 767px) {
  .baner {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .baner {
    padding-top: 30px
  }
}
@media (max-width: 1920px) {
  .baner {
    padding-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .baner {
    padding-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .baner {
    padding-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .baner {
    padding-bottom: 40px
  }
}
@media (max-width: 991px) {
  .baner {
    padding-bottom: 30px
  }
}
@media (max-width: 767px) {
  .baner {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .baner {
    padding-bottom: 30px
  }
}
@media (max-width: 1920px) {
  .baner .baner-content {
    padding-top: 40px
  }
}
@media (max-width: 1600px) {
  .baner .baner-content {
    padding-top: 40px
  }
}
@media (max-width: 1440px) {
  .baner .baner-content {
    padding-top: 40px
  }
}
@media (max-width: 1199px) {
  .baner .baner-content {
    padding-top: 40px
  }
}
@media (max-width: 991px) {
  .baner .baner-content {
    padding-top: 30px
  }
}
@media (max-width: 767px) {
  .baner .baner-content {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .baner .baner-content {
    padding-top: 30px
  }
}
@media (max-width: 1920px) {
  .baner .baner-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .baner .baner-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .baner .baner-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .baner .baner-content {
    padding-bottom: 40px
  }
}
@media (max-width: 991px) {
  .baner .baner-content {
    padding-bottom: 30px
  }
}
@media (max-width: 767px) {
  .baner .baner-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .baner .baner-content {
    padding-bottom: 30px
  }
}
.baner h1, .baner .h1 {
  color: #fff
}
.baner h3, .baner .h3 {
  color: #fff
}
.baner h3 span, .baner .h3 span {
  font-weight: 700;
  font-size: 25px
}
.baner .button {
  margin-top: 10px
}
.post {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto
}
@media (max-width: 1920px) {
  .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .post {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .post {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .post {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .post {
    margin-bottom: 20px
  }
}
@media (max-width: 1920px) {
  .post .post-prev {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .post .post-prev {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .post .post-prev {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .post .post-prev {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .post .post-prev {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .post .post-prev {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .post .post-prev {
    margin-bottom: 20px
  }
}
.post .post-prev a {
  display: block
}
.post .post-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}
.post h4, .post .h4 {
  margin-bottom: 5px;
  line-height: 24px
}
.post .post-data {
  position: relative;
  width: 85px;
  min-width: 85px;
  margin-top: 15px;
  margin-right: 20px;
  text-align: center
}
.post .post-desc p {
  margin-bottom: 20px
}
.brand-slider {
  background: url(../img/brand-sleder-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}
@media (max-width: 1920px) {
  .brand-slider {
    padding-top: 40px
  }
}
@media (max-width: 1600px) {
  .brand-slider {
    padding-top: 40px
  }
}
@media (max-width: 1440px) {
  .brand-slider {
    padding-top: 40px
  }
}
@media (max-width: 1199px) {
  .brand-slider {
    padding-top: 40px
  }
}
@media (max-width: 991px) {
  .brand-slider {
    padding-top: 30px
  }
}
@media (max-width: 767px) {
  .brand-slider {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .brand-slider {
    padding-top: 30px
  }
}
@media (max-width: 1920px) {
  .brand-slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .brand-slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .brand-slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .brand-slider {
    padding-bottom: 40px
  }
}
@media (max-width: 991px) {
  .brand-slider {
    padding-bottom: 30px
  }
}
@media (max-width: 767px) {
  .brand-slider {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .brand-slider {
    padding-bottom: 30px
  }
}
@media (max-width: 1920px) {
  .brand-slider .slider {
    padding-top: 40px
  }
}
@media (max-width: 1600px) {
  .brand-slider .slider {
    padding-top: 40px
  }
}
@media (max-width: 1440px) {
  .brand-slider .slider {
    padding-top: 40px
  }
}
@media (max-width: 1199px) {
  .brand-slider .slider {
    padding-top: 40px
  }
}
@media (max-width: 991px) {
  .brand-slider .slider {
    padding-top: 30px
  }
}
@media (max-width: 767px) {
  .brand-slider .slider {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .brand-slider .slider {
    padding-top: 30px
  }
}
@media (max-width: 1920px) {
  .brand-slider .slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .brand-slider .slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .brand-slider .slider {
    padding-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .brand-slider .slider {
    padding-bottom: 40px
  }
}
@media (max-width: 991px) {
  .brand-slider .slider {
    padding-bottom: 30px
  }
}
@media (max-width: 767px) {
  .brand-slider .slider {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .brand-slider .slider {
    padding-bottom: 30px
  }
}
.brand-slider .slider .card {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
  overflow: hidden
}
.brand-slider .slider .card img {
  margin-left: auto;
  margin-right: auto
}
.brand-slider .slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.brand-slider .prev-slider {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.brand-slider .next-slider {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (max-width: 767px) {
  .brand-slider .prev-slider {
    left: 15px
  }
  .brand-slider .next-slider {
    right: 15px
  }
}
.shop-baner {
  position: relative;
  overflow: hidden
}
.shop-baner img {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%
}
.shop-baner .shop-baner-desc {
  position: absolute;
  left: 25px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.shop-baner .shop-baner-desc .h2 {
  margin-bottom: 10px;
  color: #fff
}
.shop-baner .shop-baner-desc .discount {
  font-weight: 400;
  font-size: 30px;
  text-transform: none
}
.shop-baner .shop-baner-desc .button {
  padding: 10px 35px
}
@media (max-width: 991px) {
  .shop-baner img {
    margin-left: -150px
  }
}
@media (max-width: 767px) {
  .shop-baner img {
    margin-left: 0px
  }
}
.sort-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background: #ebebeb
}
@media (max-width: 1920px) {
  .sort-form {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .sort-form {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .sort-form {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .sort-form {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .sort-form {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .sort-form {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .sort-form {
    margin-bottom: 20px
  }
}
.sort-form.transparent {
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  margin-bottom: 0
}
.sort-form.transparent .iner-sort-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}
.sort-form.transparent .iner-sort-form > p {
  margin-right: 15px;
  min-width: 110px
}
.sort-form.transparent .drop-down .selected {
  border: 1px solid #a6a6a6
}
.sort-form.transparent .drop-down .drop-list {
  top: 100%
}
.sort-form p {
  margin-bottom: 0;
  margin-right: 10px;
  color: #15110d
}
.sort-form i {
  color: #62605d
}
.sort-form .iner-sort-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.sort-form .drop-down {
  position: relative
}
.sort-form .drop-down .selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 7px 15px;
  background: #fff;
  cursor: pointer
}
.sort-form .drop-down .selected.active-secected i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.sort-form .drop-down .selected i {
  color: #a6a6a6;
  transition: all .3s
}
.sort-form .drop-down .drop-list {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.13)
}
.sort-form .drop-down .drop-list li {
  margin-bottom: 0px;
  padding: 10px;
  cursor: pointer;
  transition: all .3s
}
.sort-form .drop-down .drop-list li:before {
  display: none
}
.sort-form .drop-down .drop-list li:hover {
  background: #f6f6f6;
  color: #5e5e5e
}
.sort-form .sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px
}
.sort-form .sort .selected {
  min-width: 180px
}
.sort-form .form-show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.sort-form .form-show .selected {
  min-width: 90px
}
@media (max-width: 1199px) {
  .sort-form .my-pagination {
    margin: 20px auto 0
  }
}
@media (max-width: 991px) {
  .sort-form.transparent {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .sort-form.transparent .iner-sort-form {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .sort-form.transparent .iner-sort-form > p {
    margin-right: 0;
    margin-bottom: 10px
  }
  .sort-form.transparent .iner-sort-form .sort {
    margin-right: 0;
    margin-bottom: 10px
  }
}
@media (max-width: 767px) {
  .sort-form {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .sort-form .sort {
    margin-right: 0;
    margin-bottom: 10px
  }
}
.my-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0
}
.my-pagination li {
  margin: 0;
  padding: 0;
  border-radius: 0
}
.my-pagination li:before {
  display: none
}
.my-pagination li a {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 0 !important;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #15110d;
  cursor: pointer;
  transition: all .4s
}
.my-pagination li a:before, .my-pagination li a:after {
  content: '';
  position: absolute;
  transition: all .3s;
  transition-delay: .1s
}
.my-pagination li a:before {
  width: 80%;
  height: 0%;
  left: 10%;
  top: 50%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff
}
.my-pagination li a:after {
  width: 0%;
  height: 80%;
  left: 50%;
  top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff
}
.my-pagination li a:hover {
  background: #a27546;
  color: #fff
}
.my-pagination li a:hover:before, .my-pagination li a:hover:after {
  width: 80%;
  height: 80%
}
.my-pagination li a:hover:before {
  top: 10%
}
.my-pagination li a:hover:after {
  left: 10%
}
.my-pagination li a.active-pagination {
  background: #15110d;
  color: #fff
}
.my-pagination li a.active-pagination:before, .my-pagination li a.active-pagination:after {
  display: none
}
.my-pagination li span {
  display: block;
  padding: 10px;
  background: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #15110d
}
.my-pagination li span.active-pagination {
  background: #15110d;
  color: #fff
}
.my-pagination li span.active-pagination:before, .my-pagination li span.active-pagination:after {
  display: none
}
.product-slider {
  overflow: hidden;
  max-width: 500px
}
@media (max-width: 1920px) {
  .product-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .product-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .product-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .product-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .product-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .product-slider {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .product-slider {
    margin-bottom: 20px
  }
}
.product-slider .big-slider {
  margin-bottom: 20px
}
.product-slider .big-slider img {
  outline: none !important
}
.product-slider .small-slider {
  margin: 0 -10px;
  overflow: hidden
}
.product-slider .small-slider .small-slider-iner {
  padding: 0 10px;
  outline: none !important
}
.product-slider .small-slider .small-slider-iner img {
  cursor: pointer
}
@media (max-width: 991px) {
  .product-slider {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .product-slider .small-slider .small-slider-iner {
    padding: 0 5px
  }
  .product-slider .big-slider {
    margin-bottom: 10px
  }
}
@media (max-width: 1920px) {
  .product-info {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .product-info {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .product-info {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .product-info {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .product-info {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .product-info {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .product-info {
    margin-bottom: 20px
  }
}
.product-info h2, .product-info .h2 {
  margin-bottom: 20px
}
.product-info .product-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.product-info .product-rating span {
  margin-right: 3px
}
.product-info .product-rating p {
  margin-bottom: 0;
  margin-left: 15px
}
.product-info .availability {
  margin-top: 20px;
  margin-bottom: 20px
}
.product-info .price {
  font-weight: 700;
  font-size: 20px;
  color: #15110d
}
.product-info .add-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4
}
.product-info .add-buttons a {
  color: #505050;
  transition: all .3s
}
.product-info .add-buttons a:first-child {
  margin-right: 20px
}
.product-info .add-buttons a i {
  margin-right: 5px;
  transition: all .3s
}
.product-info .add-buttons a i:nth-child(2) {
  opacity: 0;
  font-size: 0;
  color: #c7a17a;
  -ms-transform: scale(0);
  transform: scale(0)
}
.product-info .add-buttons .to-wish:hover {
  color: #c7a17a
}
.product-info .add-buttons .to-wish:hover i {
  margin-right: 10px;
  margin-left: -5px
}
.product-info .add-buttons .to-wish:hover i:nth-child(1) {
  opacity: 0;
  font-size: 0;
  -ms-transform: scale(0);
  transform: scale(0)
}
.product-info .add-buttons .to-wish:hover i:nth-child(2) {
  opacity: 1;
  font-size: 16px;
  -ms-transform: scale(1);
  transform: scale(1)
}
.product-info .add-buttons .to-compare i {
  transition: all 0s
}
.product-info .add-buttons .to-compare:hover {
  color: #c7a17a
}
.product-info .secondary-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4
}
.product-info .secondary-info p {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}
.product-info .secondary-info p:last-child {
  margin-bottom: 0
}
.product-info .secondary-info p span {
  margin-left: 3px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: capitalize
}
@media (max-width: 767px) {
  .product-info {
    text-align: center
  }
  .product-info h2, .product-info .h2 {
    text-align: center
  }
  .product-info .product-rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
  .product-info .add-buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .product-info .add-buttons a {
    margin-bottom: 15px
  }
  .product-info .add-buttons a:first-child {
    margin-right: 0px
  }
  .product-info .share-product {
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (max-width: 1920px) {
  .product-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .product-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .product-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .product-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .product-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .product-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .product-content {
    padding-bottom: 20px
  }
}
.share-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.share-product p {
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}
.share-product .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0
}
.share-product .share li {
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0
}
.share-product .share li:before {
  display: none
}
.share-product .share li a {
  color: #cfcecd;
  transition: all .2s
}
.share-product .share li a:hover {
  color: #c7a17a
}
.tabs-box {
  position: relative
}
@media (max-width: 1920px) {
  .tabs-box {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  .tabs-box {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  .tabs-box {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  .tabs-box {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  .tabs-box {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  .tabs-box {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  .tabs-box {
    margin-top: 20px
  }
}
@media (max-width: 1920px) {
  .tabs-box {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .tabs-box {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .tabs-box {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .tabs-box {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .tabs-box {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .tabs-box {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .tabs-box {
    margin-bottom: 20px
  }
}
.tabs-box h3, .tabs-box .h3 {
  font-weight: 700
}
.tabs-box .tabs {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #c7a17a
}
.tabs-box .tabs li {
  margin: 0;
  padding: 15px 55px;
  cursor: pointer;
  transition: all .3s
}
.tabs-box .tabs li:before {
  display: none
}
.tabs-box .tabs li.active, .tabs-box .tabs li:hover {
  background: #c7a17a
}
.tabs-box .tabs li.active p, .tabs-box .tabs li:hover p {
  color: #fff
}
.tabs-box .tabs li p {
  margin: 0;
  transition: all .3s
}
@media (max-width: 1920px) {
  .tabs-box .tab_container {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  .tabs-box .tab_container {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  .tabs-box .tab_container {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  .tabs-box .tab_container {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  .tabs-box .tab_container {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  .tabs-box .tab_container {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  .tabs-box .tab_container {
    margin-top: 20px
  }
}
.tabs-box .tab_container .tab_accordion {
  display: none
}
.tabs-box .tab_container .tab_content p {
  font-size: 18px
}
@media (max-width: 991px) {
  .tabs-box .tabs li {
    padding: 10px 20px
  }
}
@media (max-width: 767px) {
  .tabs-box {
    margin-top: 30px;
    margin-bottom: 30px
  }
  .tabs-box .tabs {
    display: none
  }
  .tabs-box .tab_container {
    margin-top: 0px
  }
  .tabs-box .tab_container .tab_accordion {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid #c7a17a;
    text-align: center;
    cursor: pointer;
    transition: all .3s
  }
  .tabs-box .tab_container .tab_accordion i {
    position: absolute;
    right: 7px;
    top: 50%;
    line-height: 16px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .tabs-box .tab_container .tab_accordion:before {
    display: none
  }
  .tabs-box .tab_container .tab_accordion.tab_active {
    background: #c7a17a;
    color: #fff
  }
  .tabs-box .tab_container .tab_accordion.tab_active i {
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
  }
  .tabs-box .tab_container .tab_content {
    margin-top: 20px
  }
  .tabs-box .tab_container .tab_content p {
    font-size: 18px
  }
}
@media (max-width: 1920px) {
  .blog-page {
    padding-top: 70px
  }
}
@media (max-width: 1600px) {
  .blog-page {
    padding-top: 70px
  }
}
@media (max-width: 1440px) {
  .blog-page {
    padding-top: 70px
  }
}
@media (max-width: 1199px) {
  .blog-page {
    padding-top: 70px
  }
}
@media (max-width: 991px) {
  .blog-page {
    padding-top: 60px
  }
}
@media (max-width: 767px) {
  .blog-page {
    padding-top: 50px
  }
}
@media (max-width: 480px) {
  .blog-page {
    padding-top: 40px
  }
}
@media (max-width: 1920px) {
  .blog-page {
    padding-bottom: 70px
  }
}
@media (max-width: 1600px) {
  .blog-page {
    padding-bottom: 70px
  }
}
@media (max-width: 1440px) {
  .blog-page {
    padding-bottom: 70px
  }
}
@media (max-width: 1199px) {
  .blog-page {
    padding-bottom: 70px
  }
}
@media (max-width: 991px) {
  .blog-page {
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .blog-page {
    padding-bottom: 50px
  }
}
@media (max-width: 480px) {
  .blog-page {
    padding-bottom: 40px
  }
}
.blog-page .post {
  margin-bottom: 40px
}
@media (max-width: 1920px) {
  .blog-page .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .blog-page .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .blog-page .post {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .blog-page .post {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .blog-page .post {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .blog-page .post {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .blog-page .post {
    margin-bottom: 20px
  }
}
.blog-page .my-pagination {
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 1920px) {
  .blog-page .my-pagination {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  .blog-page .my-pagination {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  .blog-page .my-pagination {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  .blog-page .my-pagination {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  .blog-page .my-pagination {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  .blog-page .my-pagination {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  .blog-page .my-pagination {
    margin-top: 20px
  }
}
.sidebar-baner {
  position: relative;
  max-width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto
}
.sidebar-baner .baner-desc {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  background: #c7a17a;
  padding: 10px 20px 10px 20px
}
.sidebar-baner .baner-desc h4, .sidebar-baner .baner-desc .h4 {
  margin-bottom: 5px;
  padding: 0;
  border-bottom: none;
  color: #fff
}
.sidebar-baner .baner-desc .baner-price {
  margin: 0;
  padding: 0;
  color: #fff
}
.sidebar-baner .baner-desc .baner-price span {
  font-weight: 700;
  font-size: 30px;
  color: #15110d
}
.second-sidebar {
  max-width: 300px
}
.second-sidebar h4, .second-sidebar .h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed
}
.second-sidebar ul li a {
  transition: all .3s
}
.second-sidebar ul li a:hover {
  color: #c7a17a
}
.second-sidebar .sidebar-category, .second-sidebar .sidebar-post, .second-sidebar .sidebar-tag {
  margin-bottom: 30px
}
.second-sidebar .sidebar-category ul, .second-sidebar .sidebar-post ul, .second-sidebar .sidebar-tag ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0
}
.second-sidebar .sidebar-category ul li, .second-sidebar .sidebar-post ul li, .second-sidebar .sidebar-tag ul li {
  padding: 0;
  margin: 0 0 10px 0
}
.second-sidebar .sidebar-category ul li:before, .second-sidebar .sidebar-post ul li:before, .second-sidebar .sidebar-tag ul li:before {
  display: none
}
.second-sidebar .sidebar-category ul li:last-child, .second-sidebar .sidebar-post ul li:last-child, .second-sidebar .sidebar-tag ul li:last-child {
  margin: 0
}
.second-sidebar .sidebar-social ul {
  display: -ms-flexbox;
  display: flex
}
.second-sidebar .sidebar-social ul li {
  padding: 0;
  margin: 0 15px 0 0
}
.second-sidebar .sidebar-social ul li:before {
  display: none
}
.second-sidebar .sidebar-social ul li:last-child {
  margin: 0
}
.second-sidebar .sidebar-social ul li a {
  color: #cfcecd
}
.second-sidebar .sidebar-social ul li a i {
  font-size: 18px
}
.second-sidebar .sidebar-social ul li a:hover {
  color: #c7a17a
}
.second-sidebar .sidebar-baner {
  margin-top: 30px
}
@media (max-width: 767px) {
  .second-sidebar {
    margin: 50px auto 0;
    max-width: 400px
  }
}
.news-post-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}
.news-post-info li {
  margin: 0 30px 10px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-size: 14px;
  color: #505050
}
.news-post-info li:before {
  display: none
}
.news-post-info li:last-child {
  margin: 0 0 10px 0
}
.news-post-info li p {
  margin: 0
}
.news-post-info li a, .news-post-info li p {
  color: #505050
}
.news-post-info li a i, .news-post-info li p i {
  color: #c7a17a
}
.news-post-info li a:hover {
  text-decoration: underline
}
.news-post-info li i {
  margin-right: 7px;
  color: #c7a17a
}
.news-post-info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0
}
.news-post-info ul li {
  margin: 0 5px 0 0
}
.news-post-info ul li:last-child {
  margin: 0
}
@media (max-width: 1920px) {
  .single-news-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1600px) {
  .single-news-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1440px) {
  .single-news-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1199px) {
  .single-news-content {
    padding-bottom: 70px
  }
}
@media (max-width: 991px) {
  .single-news-content {
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .single-news-content {
    padding-bottom: 50px
  }
}
@media (max-width: 480px) {
  .single-news-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1920px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 1600px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 1440px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 1199px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 991px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 767px) {
  .single-news-content .single-post {
    margin-bottom: 15px
  }
}
@media (max-width: 480px) {
  .single-news-content .single-post {
    margin-bottom: 10px
  }
}
@media (max-width: 1920px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .single-news-content .single-post .single-post-img {
    margin-bottom: 20px
  }
}
.single-news-content .single-post .news-post-head h3, .single-news-content .single-post .news-post-head .h3 {
  margin-bottom: 20px;
  text-transform: none;
  color: #c7a17a
}
.single-news-content .single-post .news-post-head h2, .single-news-content .single-post .news-post-head .h2 {
  margin-bottom: 20px
}
.single-news-content .single-post .news-post-head h4, .single-news-content .single-post .news-post-head .h4 {
  margin-bottom: 20px
}
.single-news-content .single-post .news-post-head .news-post-info {
  margin-bottom: 10px
}
.single-news-content .single-post .single-post-desc p {
  margin-bottom: 20px
}
.single-news-content .single-post .single-post-desc h4, .single-news-content .single-post .single-post-desc .h4 {
  line-height: 28px
}
.single-news-content .single-post .single-post-desc .inner-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start
}
.single-news-content .single-post .single-post-desc .inner-desc img {
  width: calc(50% - 15px);
  margin-bottom: 20px
}
.single-news-content .single-post .single-post-desc .inner-desc img:nth-child(1) {
  margin-right: 15px
}
.single-news-content .single-post .single-post-desc .inner-desc img:nth-child(2) {
  margin-left: 15px
}
@media (max-width: 991px) {
  .single-news-content .flex-moblile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .single-news-content .second-sidebar {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
  }
  .single-news-content .add-comment {
    -ms-flex-align: center;
    align-items: center
  }
}
@media (max-width: 767px) {
  .single-news-content h2, .single-news-content .h2, .single-news-content h3, .single-news-content .h3 {
    text-align: center
  }
  .single-news-content .comments .comment-list li .coment .comment-text time {
    text-align: center
  }
  .single-news-content p {
    text-align: justify
  }
  .single-news-content .news-post-info {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .single-news-content .single-post .single-post-desc .inner-desc img {
    width: calc(50% - 5px)
  }
  .single-news-content .single-post .single-post-desc .inner-desc img:nth-child(1) {
    margin-right: 5px
  }
  .single-news-content .single-post .single-post-desc .inner-desc img:nth-child(2) {
    margin-left: 5px
  }
}
@media (max-width: 480px) {
  .single-news-content .single-post .single-post-desc .inner-desc {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .single-news-content .single-post .single-post-desc .inner-desc img {
    width: 100%;
    margin-right: 0;
    margin-left: 0
  }
  .single-news-content .single-post .single-post-desc .inner-desc img:nth-child(1) {
    -ms-flex-order: 0;
    order: 0
  }
  .single-news-content .single-post .single-post-desc .inner-desc img:nth-child(2) {
    -ms-flex-order: 2;
    order: 2
  }
  .single-news-content .single-post .single-post-desc .inner-desc p {
    -ms-flex-order: 1;
    order: 1
  }
}
.comments {
  margin-top: 0
}
@media (max-width: 1920px) {
  .comments h2, .comments .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .comments h2, .comments .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .comments h2, .comments .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .comments h2, .comments .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .comments h2, .comments .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .comments h2, .comments .h2 {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .comments h2, .comments .h2 {
    margin-bottom: 20px
  }
}
.comments .comment-list {
  margin: 0 0 50px 0;
  padding: 0
}
.comments .comment-list li {
  margin: 0;
  padding: 0
}
.comments .comment-list li:before {
  display: none
}
.comments .comment-list li .coment {
  display: -ms-flexbox;
  display: flex
}
@media (max-width: 1920px) {
  .comments .comment-list li .coment {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .comments .comment-list li .coment {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .comments .comment-list li .coment {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .comments .comment-list li .coment {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .comments .comment-list li .coment {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .comments .comment-list li .coment {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .comments .comment-list li .coment {
    margin-bottom: 20px
  }
}
.comments .comment-list li .coment .avatar {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden
}
.comments .comment-list li .coment .comment-text time {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
  color: #30271c
}
.comments .comment-list li .coment .comment-text h3, .comments .comment-list li .coment .comment-text .h3 {
  margin-bottom: 15px;
  color: #30271c
}
.comments .comment-list li .coment .comment-text p {
  margin-bottom: 0;
  color: #505050
}
@media (max-width: 480px) {
  .comments .comment-list li .coment {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .comments .comment-list li .coment .avatar {
    margin-right: 0;
    margin-bottom: 30px
  }
}
.add-comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start
}
.add-comment input {
  width: 100%
}
.add-comment input, .add-comment textarea {
  margin-bottom: 30px
}
.add-comment button {
  margin: 0
}
@media (max-width: 1920px) {
  .about-company-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .about-company-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .about-company-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .about-company-wrap {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .about-company-wrap {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .about-company-wrap {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .about-company-wrap {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .about-company-wrap {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .about-company-wrap {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .about-company-wrap {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .about-company-wrap {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .about-company-wrap {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .about-company-wrap {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .about-company-wrap {
    padding-bottom: 20px
  }
}
.about-company-wrap .about-company {
  padding-top: 40px;
  padding-bottom: 40px
}
.about-company-wrap .about-company .about-hello {
  position: relative;
  width: 275px;
  height: 275px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #c7a17a;
  background: #fff
}
.about-company-wrap .about-company .about-hello:before, .about-company-wrap .about-company .about-hello:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 150px;
  height: 130px;
  background: #eee
}
.about-company-wrap .about-company .about-hello:before {
  top: 0;
  left: 0;
  -ms-transform: translate(-25%, -40%);
  transform: translate(-25%, -40%)
}
.about-company-wrap .about-company .about-hello:after {
  bottom: 0;
  right: 0;
  -ms-transform: translate(25%, 40%);
  transform: translate(25%, 40%)
}
.about-company-wrap .about-company .about-hello h1, .about-company-wrap .about-company .about-hello .h1 {
  margin: 0;
  color: #c7a17a
}
.about-company-wrap .about-company .our-attainment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}
.about-company-wrap .about-company .our-attainment .attainment {
  width: 25%;
  padding-right: 50px
}
.about-company-wrap .about-company .our-attainment .attainment h2, .about-company-wrap .about-company .our-attainment .attainment .h2 {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0
}
@media (max-width: 1199px) {
  .about-company-wrap .about-company .our-attainment .attainment {
    padding-right: 15px
  }
}
@media (max-width: 991px) {
  .about-company-wrap .about-company .our-attainment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
  .about-company-wrap .about-company .our-attainment .attainment {
    width: 50%;
    margin-bottom: 25px
  }
}
@media (max-width: 767px) {
  .about-company-wrap .about-company .about-hello {
    margin-bottom: 70px
  }
  .about-company-wrap .about-company .our-attainment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
  .about-company-wrap .about-company .our-attainment .attainment {
    text-align: center
  }
}
@media (max-width: 480px) {
  .about-company-wrap .about-company .about-hello {
    width: 200px;
    height: 200px;
    border: 7px solid #c7a17a
  }
  .about-company-wrap .about-company .about-hello:before, .about-company-wrap .about-company .about-hello:after {
    width: 110px;
    height: 90px
  }
  .about-company-wrap .about-company .about-hello h1, .about-company-wrap .about-company .about-hello .h1 {
    margin: 0;
    color: #c7a17a
  }
  .about-company-wrap .about-company p {
    text-align: justify
  }
  .about-company-wrap .about-company .our-attainment .attainment p {
    text-align: center
  }
}
@media (max-width: 1920px) {
  .our-team {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .our-team {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .our-team {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .our-team {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .our-team {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .our-team {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .our-team {
    padding-top: 20px
  }
}
.our-team h2, .our-team .h2 {
  margin-bottom: 30px
}
.our-team h2 ~ p, .our-team .h2 ~ p {
  max-width: 720px;
  margin-bottom: 40px
}
.our-team .employe-card {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
@media (max-width: 1920px) {
  .our-team .employe-card {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .our-team .employe-card {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .our-team .employe-card {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .our-team .employe-card {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .our-team .employe-card {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .our-team .employe-card {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .our-team .employe-card {
    margin-bottom: 20px
  }
}
.our-team .employe-card img {
  margin-bottom: 20px
}
.our-team .employe-card h3, .our-team .employe-card .h3 {
  margin-bottom: 15px;
  line-height: normal
}
.our-team .employe-card p {
  margin-bottom: 0;
  line-height: 16px
}
.certificate-slider {
  position: relative;
  padding-top: 65px
}
@media (max-width: 1920px) {
  .certificate-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .certificate-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .certificate-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .certificate-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .certificate-slider {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .certificate-slider {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .certificate-slider {
    margin-bottom: 20px
  }
}
.certificate-slider .prev-slider, .certificate-slider .next-slider {
  position: absolute;
  top: 0
}
.certificate-slider .next-slider {
  right: 0
}
.certificate-slider .prev-slider {
  right: 50px
}
.certificate-slider .slider {
  margin-left: -15px;
  margin-right: -15px
}
.certificate-slider .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  outline: none !important
}
@media (max-width: 767px) {
  .certificate-slider .next-slider {
    right: auto;
    left: 50%;
    -ms-transform: translateX(10px);
    transform: translateX(10px)
  }
  .certificate-slider .prev-slider {
    right: 50%;
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
  }
  .certificate-slider .slider {
    margin-right: 0;
    margin-left: 0
  }
  .certificate-slider .card {
    padding: 0
  }
}
.adventage-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 1920px) {
  .adventage-block {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .adventage-block {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .adventage-block {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .adventage-block {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .adventage-block {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .adventage-block {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .adventage-block {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .adventage-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .adventage-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .adventage-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .adventage-block {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .adventage-block {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .adventage-block {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .adventage-block {
    padding-bottom: 20px
  }
}
.adventage-block .adventage {
  position: relative;
  width: 25%
}
.adventage-block .adventage:hover .adventage-desc {
  background: #c7a17a
}
.adventage-block .adventage:hover .adventage-desc h3, .adventage-block .adventage:hover .adventage-desc .h3 {
  margin-bottom: 20px
}
.adventage-block .adventage:hover .adventage-desc .adventage-hide {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1
}
.adventage-block .adventage:hover .adventage-desc .adventage-hide:before {
  width: 35px
}
.adventage-block .adventage:hover .adventage-desc .adventage-hide p {
  opacity: 1;
  margin-bottom: 0
}
.adventage-block .adventage-desc {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all .4s
}
.adventage-block .adventage-desc p {
  text-align: center;
  color: #fff
}
.adventage-block .adventage-desc h3, .adventage-block .adventage-desc .h3 {
  margin: 0;
  margin-bottom: 0px;
  transition: all .4s
}
.adventage-block .adventage-desc .adventage-hide {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: rotateX(90deg);
  transition: all .4s
}
.adventage-block .adventage-desc .adventage-hide:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 0px;
  height: 1px;
  background: #fff;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .4s;
  transition-delay: .5s
}
.adventage-block .adventage-desc .adventage-hide p {
  opacity: 0;
  margin-bottom: -20px;
  max-width: 130px;
  transition: all .4s;
  transition-delay: .18s
}
@media (max-width: 767px) {
  .adventage-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
  .adventage-block .adventage {
    position: relative;
    width: 50%;
    max-width: 290px
  }
}
@media (max-width: 480px) {
  .adventage-block .adventage {
    width: 100%
  }
}
@media (max-width: 1920px) {
  .contact-content {
    padding-bottom: 80px
  }
}
@media (max-width: 1600px) {
  .contact-content {
    padding-bottom: 80px
  }
}
@media (max-width: 1440px) {
  .contact-content {
    padding-bottom: 80px
  }
}
@media (max-width: 1199px) {
  .contact-content {
    padding-bottom: 80px
  }
}
@media (max-width: 991px) {
  .contact-content {
    padding-bottom: 80px
  }
}
@media (max-width: 767px) {
  .contact-content {
    padding-bottom: 70px
  }
}
@media (max-width: 480px) {
  .contact-content {
    padding-bottom: 60px
  }
}
@media (max-width: 1920px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .contact-content h2, .contact-content .h2 {
    margin-bottom: 30px
  }
}
.contact-content .map {
  width: 100%;
  height: 410px
}
@media (max-width: 1920px) {
  .contact-content .map {
    margin-bottom: 70px
  }
}
@media (max-width: 1600px) {
  .contact-content .map {
    margin-bottom: 70px
  }
}
@media (max-width: 1440px) {
  .contact-content .map {
    margin-bottom: 70px
  }
}
@media (max-width: 1199px) {
  .contact-content .map {
    margin-bottom: 70px
  }
}
@media (max-width: 991px) {
  .contact-content .map {
    margin-bottom: 60px
  }
}
@media (max-width: 767px) {
  .contact-content .map {
    margin-bottom: 50px
  }
}
@media (max-width: 480px) {
  .contact-content .map {
    margin-bottom: 40px
  }
}
@media (max-width: 767px) {
  .contact-content .map {
    height: 300px
  }
}
.contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 45px;
  border-right: 1px solid #d4d4d4
}
.contact-form h3, .contact-form .h3 {
  letter-spacing: 0px
}
.contact-form p {
  max-width: 275px;
  margin-bottom: 30px;
  color: #15110d
}
.contact-form input, .contact-form textarea {
  padding: 13px 20px;
  margin-bottom: 20px
}
.contact-form label {
  margin-bottom: 10px;
  color: #15110d;
  cursor: pointer
}
.contact-form button {
  margin: 0;
  margin-top: 10px
}
@media (max-width: 991px) {
  .contact-form {
    padding-right: 0;
    border: none
  }
}
@media (max-width: 767px) {
  .contact-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-right: 0px;
    border: none
  }
}
.our-store-wrap {
  padding-left: 30px
}
.our-store-wrap .block-our-store h3, .our-store-wrap .block-our-store .h3 {
  letter-spacing: 0px
}
.our-store-wrap .block-our-store > p {
  margin-bottom: 20px;
  font-size: 18px
}
.our-store-wrap .block-our-store .store {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none
}
.our-store-wrap .block-our-store .store:first-child {
  padding-top: 0
}
.our-store-wrap .block-our-store .store:last-child {
  padding-bottom: 0
}
.our-store-wrap .block-our-store .store:last-child::after {
  display: none
}
.our-store-wrap .block-our-store .store.active-store {
  display: -ms-flexbox;
  display: flex
}
.our-store-wrap .block-our-store .store h3, .our-store-wrap .block-our-store .store .h3 {
  font-weight: 500;
  text-transform: none
}
.our-store-wrap .block-our-store .store-contact-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0
}
.our-store-wrap .block-our-store .store-contact-list li {
  margin-bottom: 15px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.our-store-wrap .block-our-store .store-contact-list li:before {
  display: none
}
.our-store-wrap .block-our-store .store-contact-list li:last-child {
  margin-bottom: 0
}
.our-store-wrap .block-our-store .store-contact-list li i {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  background: #15110d;
  text-align: center;
  line-height: 40px;
  color: #fff
}
.our-store-wrap .block-our-store .store-contact-list li .store-contact {
  margin-left: 20px
}
.our-store-wrap .block-our-store .store-contact-list li .store-contact p {
  margin-bottom: 0px;
  color: #15110d
}
.our-store-wrap .block-our-store .store-contact-list li .store-contact a {
  color: #505050
}
.our-store-wrap .block-our-store .store-contact-list li .store-contact a:hover {
  color: #15110d
}
@media (max-width: 991px) {
  .our-store-wrap {
    padding-top: 30px
  }
  .our-store-wrap h3, .our-store-wrap .h3 {
    text-align: center
  }
  .our-store-wrap .block-our-store {
    margin-left: 0;
    margin-bottom: 0
  }
}
@media (max-width: 767px) {
  .our-store-wrap .block-our-store {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
  }
  .our-store-wrap .block-our-store .store {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center
  }
  .our-store-wrap .block-our-store .store .store-contact-list {
    margin-bottom: 30px
  }
}
.schedule > p {
  font-size: 18px
}
.schedule h5, .schedule .h5 {
  font-size: 15px;
  font-weight: 500;
  text-transform: none
}
.schedule .day-list {
  margin: 0;
  padding: 0
}
.schedule .day-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0
}
.schedule .day-list li:before {
  top: auto;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  border-radius: 0;
  background: #f0f0ef
}
.schedule .day-list li span {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 15px 0 0;
  color: #15110d
}
.schedule .day-list li span:nth-child(2) {
  font-style: italic;
  padding: 0 0 0 15px
}
.schedule .day-list li span.currently {
  color: #c7a17a
}
.cart-content {
  padding-bottom: 70px
}
.cart-content h2, .cart-content .h2 {
  margin-bottom: 30px
}
.cart-content .wrap-cart {
  overflow: auto
}
@media (max-width: 1920px) {
  .cart-content .wrap-cart {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .cart-content .wrap-cart {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .cart-content .wrap-cart {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .cart-content .wrap-cart {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .cart-content .wrap-cart {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .cart-content .wrap-cart {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .cart-content .wrap-cart {
    margin-bottom: 20px
  }
}
.cart-content .cart-control-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}
.cart-content .cart-control-buttons a {
  width: 33.33%;
  padding: 15px 0;
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s
}
.cart-content .cart-control-buttons a:hover {
  background: #e5e5e5
}
.cart-content .cart-control-buttons a:active {
  background: #d9d9d9
}
.cart-content .cart-control-buttons .continue-shopping {
  background: #fff;
  color: #c7a17a
}
.cart-content .cart-control-buttons .continue-shopping:hover {
  background: #fff
}
.cart-content .cart-control-buttons .continue-shopping:hover i {
  -ms-transform: translateX(-3px);
  transform: translateX(-3px)
}
.cart-content .cart-control-buttons .continue-shopping:active {
  background: #fff
}
.cart-content .cart-control-buttons .continue-shopping i {
  margin-right: 4px;
  transition: all .3s
}
@media (max-width: 767px) {
  .cart-content .cart-control-buttons {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cart-content .cart-control-buttons a {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
  }
}
.cart-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 600px
}
@media (max-width: 1920px) {
  .cart-card {
    margin-bottom: 40px
  }
}
@media (max-width: 1600px) {
  .cart-card {
    margin-bottom: 40px
  }
}
@media (max-width: 1440px) {
  .cart-card {
    margin-bottom: 40px
  }
}
@media (max-width: 1199px) {
  .cart-card {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .cart-card {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .cart-card {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .cart-card {
    margin-bottom: 30px
  }
}
.cart-card .cart-card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 30px
}
.cart-card .product-control-buttons {
  position: absolute;
  bottom: -30px;
  right: 0
}
.cart-card .product-control-buttons span {
  font-size: 20px;
  color: #9a9897;
  cursor: pointer
}
.cart-card .product-control-buttons span:hover {
  color: #c7a17a
}
.cart-card .product-control-buttons span:first-child {
  margin-right: 10px
}
.cart-card .cart-card-name h4, .cart-card .cart-card-name .h4 {
  margin-bottom: 10px;
  font-size: 20px
}
.cart-card .cart-card-name p {
  margin-bottom: 5px
}
.cart-card .cart-card-name p span {
  margin-right: 5px;
  font-weight: 700;
  text-transform: uppercase
}
.cart-card .cart-card-name .availability {
  margin: 0
}
.cart-card .cart-card-price .once-price {
  margin: 0
}
.cart-card .cart-card-all-prise .all-price {
  margin: 0
}
.cart-card .inner-quantity {
  margin: 0
}
.total-form {
  padding-left: 50px
}
.total-form h4, .total-form .h4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  font-size: 20px
}
.total-form h5, .total-form .h5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #c7a17a;
  cursor: pointer
}
.total-form > button {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 13px 15px
}
.total-form .cart-totals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.total-form .subtotal {
  width: 100%;
  margin-bottom: 10px
}
.total-form .subtotal p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.total-form .subtotal p span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}
.total-form .shipping {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end
}
.total-form .shipping p {
  width: 100%
}
.total-form .shipping p span {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase
}
.total-form .shipping .shipping-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(100% - 85px);
  max-width: 225px;
  margin-bottom: 35px
}
.total-form .shipping .shipping-form .shipping-head {
  margin-top: 15px;
  transition: all .3s
}
.total-form .shipping .shipping-form .shipping-head i {
  transition: all .3s
}
.total-form .shipping .shipping-form .shipping-head.active_accordeon {
  margin-bottom: 30px
}
.total-form .shipping .shipping-form .shipping-head.active_accordeon i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.total-form .shipping .shipping-form .shipping-accordeon {
  width: 100%
}
.total-form .shipping .shipping-form .shipping-accordeon .select2 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  outline: none !important
}
.total-form .shipping .shipping-form .shipping-accordeon .select2:focus {
  outline: none !important
}
.total-form .shipping .shipping-form .shipping-accordeon .select__gap {
  position: relative;
  margin-bottom: -1px;
  padding: 10px 20px;
  border-bottom: 1px solid #bcbcbc;
  cursor: pointer;
  transition: all .3s
}
.total-form .shipping .shipping-form .shipping-accordeon .select__gap:before {
  content: '\f107';
  position: absolute;
  right: 10px;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s
}
.total-form .shipping .shipping-form .shipping-accordeon .select__gap.open {
  margin-bottom: 15px
}
.total-form .shipping .shipping-form .shipping-accordeon .select__gap.open:before {
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.total-form .shipping .shipping-form .shipping-accordeon .select__list {
  padding: 0
}
.total-form .shipping .shipping-form .shipping-accordeon .select__list li {
  margin: 0;
  padding: 5px 20px;
  cursor: pointer;
  transition: all .3s
}
.total-form .shipping .shipping-form .shipping-accordeon .select__list li:before {
  display: none
}
.total-form .shipping .shipping-form .shipping-accordeon .select__list li:hover {
  background: #f6f6f6;
  color: #5e5e5e
}
.total-form .shipping .shipping-form .button {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center
}
.total-form .shipping .shipping-form input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden
}
.total-form .shipping .shipping-form input[type="radio"]:checked + label:before, .total-form .shipping .shipping-form input[type="radio"]:checked + label:after {
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1)
}
.total-form .shipping .shipping-form input[type="radio"] + label {
  position: relative;
  padding-left: 20px;
  font-weight: 300;
  text-align: left;
  width: 120px;
  cursor: pointer
}
.total-form .shipping .shipping-form input[type="radio"] + label:before, .total-form .shipping .shipping-form input[type="radio"] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0)
}
.total-form .shipping .shipping-form input[type="radio"] + label:before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #d5d5d5;
  transition: all .3s;
  transition-delay: .1s
}
.total-form .shipping .shipping-form input[type="radio"] + label:after {
  left: 3px;
  width: 8px;
  height: 8px;
  background: #c7a17a;
  transition: all .3s
}
.total-form .order-totals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end
}
.total-form .order-totals p {
  width: 100%
}
.total-form .order-totals .inner-order-totals {
  max-width: 225px;
  width: 100%
}
.total-form .order-totals .inner-order-totals .cupon-head {
  transition: all .3s;
  margin-top: 0;
  margin-bottom: 0
}
.total-form .order-totals .inner-order-totals .cupon-head i {
  transition: all .3s
}
.total-form .order-totals .inner-order-totals .cupon-head.active_accordeon {
  margin-bottom: 30px
}
.total-form .order-totals .inner-order-totals .cupon-head.active_accordeon i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.total-form .order-totals .cupon-accordeon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end
}
.total-form .order-totals .cupon-accordeon .cupon-form {
  width: 100%
}
.total-form .order-totals .cupon-accordeon .cupon-form .button {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center
}
.total-form .order-totals .cupon-accordeon .cupon-form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px
}
@media (max-width: 1199px) {
  .total-form {
    padding-left: 10px
  }
}
@media (max-width: 991px) {
  .total-form {
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0
  }
  .total-form .shipping .shipping-form, .total-form .order-totals .inner-order-totals {
    max-width: 300px
  }
}
@media (max-width: 1920px) {
  .shipping-adress-page-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1600px) {
  .shipping-adress-page-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1440px) {
  .shipping-adress-page-content {
    padding-bottom: 70px
  }
}
@media (max-width: 1199px) {
  .shipping-adress-page-content {
    padding-bottom: 70px
  }
}
@media (max-width: 991px) {
  .shipping-adress-page-content {
    padding-bottom: 60px
  }
}
@media (max-width: 767px) {
  .shipping-adress-page-content {
    padding-bottom: 50px
  }
}
@media (max-width: 480px) {
  .shipping-adress-page-content {
    padding-bottom: 40px
  }
}
@media (max-width: 1920px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .shipping-adress-page-content h2, .shipping-adress-page-content .h2 {
    margin-bottom: 20px
  }
}
.shipping-adress-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.shipping-adress-form input {
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 25px
}
.shipping-adress-form input:last-child {
  margin-bottom: 0
}
.shipping-adress-form label {
  margin-bottom: 10px
}
.shipping-adress-form .select__gap:before {
  content: '\f0d7';
  color: #808080
}
.shipping-adress-form .ship-method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px
}
.shipping-adress-form .ship-method h4, .shipping-adress-form .ship-method .h4 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4
}
.shipping-adress-form .ship-method .method-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.shipping-adress-form .ship-method .method-card .bold {
  letter-spacing: 2px;
  text-transform: uppercase
}
.shipping-adress-form .ship-method .method-card:nth-child(2) {
  width: 31%
}
.shipping-adress-form .ship-method .method-card:nth-child(3) {
  width: 15%
}
.shipping-adress-form .ship-method .method-card:nth-child(4) {
  width: 29%
}
.shipping-adress-form .ship-method .method-card:nth-child(5) {
  width: 25%
}
.shipping-adress-form .ship-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.shipping-adress-form .ship-submit button, .shipping-adress-form .ship-submit .button {
  margin-top: 10px
}
@media (max-width: 991px) {
  .shipping-adress-form .ship-method .method-card {
    margin-bottom: 10px
  }
  .shipping-adress-form .ship-method .method-card:nth-child(2) {
    width: 60%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(3) {
    width: 40%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(4) {
    width: 50%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(5) {
    width: 50%
  }
}
@media (max-width: 767px) {
  .shipping-adress-form .ship-method .method-card:nth-child(2) {
    width: 50%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(3) {
    width: 50%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(4) {
    width: 50%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(5) {
    width: 50%
  }
  .shipping-adress-form .ship-submit {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
  }
}
@media (max-width: 480px) {
  .shipping-adress-form .ship-method .method-card:nth-child(2) {
    width: 100%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(3) {
    width: 100%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(4) {
    width: 100%
  }
  .shipping-adress-form .ship-method .method-card:nth-child(5) {
    width: 100%
  }
}
.order-summary {
  padding: 40px 65px;
  background: #f7f7f7
}
.order-summary h3, .order-summary .h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 700
}
.order-summary .summury-price .bold {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 2px;
  text-transform: uppercase
}
.order-summary .summury-price .bold span {
  font-weight: 300;
  letter-spacing: 0
}
.order-summary .summury-price .bold:first-child {
  margin-bottom: 20px
}
.order-summary .summury-price .bold.summury-all-price {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd
}
.order-summary .summury-price .bold.summury-all-price span {
  font-weight: 700;
  font-size: 20px
}
.order-summary .summury-price .bold.summury-accordeon {
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  cursor: pointer
}
.order-summary .summury-price .bold.summury-accordeon.active_accordeon i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}
.order-summary .summury-price .bold.summury-accordeon i {
  transition: all .2s
}
.order-summary .summury-accordeon-body {
  padding-top: 20px
}
.order-summary .summury-accordeon-body .summury-item-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}
.order-summary .summury-accordeon-body .summury-item-card:last-child {
  margin-bottom: 0
}
.order-summary .summury-accordeon-body .summury-item-card img {
  margin-right: 15px
}
.order-summary .summury-accordeon-body .summury-item-card .card-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.order-summary .summury-accordeon-body .summury-item-card .card-desc p:nth-child(1) {
  width: calc(100% - 50px)
}
.order-summary .summury-accordeon-body .summury-item-card .card-desc p.summury-quantity {
  width: 100%
}
.order-summary .summury-accordeon-body .summury-item-card .card-desc p.summury-quantity span {
  color: #010101
}
@media (max-width: 991px) {
  .order-summary {
    padding: 20px 25px
  }
}
@media (max-width: 480px) {
  .order-summary .summury-accordeon-body .summury-item-card {
    -ms-flex-align: start;
    align-items: flex-start
  }
  .order-summary .summury-accordeon-body .summury-item-card .card-desc {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
  .order-summary .summury-accordeon-body .summury-item-card .card-desc p:nth-child(1) {
    width: 100%
  }
}
@media (max-width: 1920px) {
  .shop-payment-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .shop-payment-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .shop-payment-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .shop-payment-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .shop-payment-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .shop-payment-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .shop-payment-content {
    padding-bottom: 20px
  }
}
@media (max-width: 1920px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 991px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 30px
  }
}
@media (max-width: 767px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 25px
  }
}
@media (max-width: 480px) {
  .shop-payment-content h2, .shop-payment-content .h2 {
    margin-bottom: 20px
  }
}
.shop-payment-content h3, .shop-payment-content .h3 {
  padding-bottom: 20px;
  font-weight: 700
}
@media (max-width: 1920px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 20px
  }
}
@media (max-width: 1600px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 20px
  }
}
@media (max-width: 1440px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 20px
  }
}
@media (max-width: 1199px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 20px
  }
}
@media (max-width: 991px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 20px
  }
}
@media (max-width: 767px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 15px
  }
}
@media (max-width: 480px) {
  .shop-payment-content h3, .shop-payment-content .h3 {
    margin-bottom: 15px
  }
}
.shop-payment-content .check-form {
  position: relative
}
.shop-payment-content .check-form input[type='checkbox'] {
  position: absolute;
  opacity: 0
}
.shop-payment-content .check-form input[type='checkbox']:checked + label:before {
  border: 1px solid #c7a17a
}
.shop-payment-content .check-form input[type='checkbox']:checked + label:after {
  -ms-transform: scale(1);
  transform: scale(1)
}
.shop-payment-content .check-form input[type='checkbox'] + label {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-weight: 300;
  cursor: pointer
}
.shop-payment-content .check-form input[type='checkbox'] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 1px solid #505050;
  transition: all .3s
}
.shop-payment-content .check-form input[type='checkbox'] + label:after {
  content: '\f00c';
  position: absolute;
  left: 1px;
  top: 0px;
  font-family: FontAwesome;
  color: #c7a17a;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s
}
.shop-payment-content .check-form p {
  margin-bottom: 0px;
  padding-left: 25px;
  color: #30271c
}
.shop-payment-content .reinit-form {
  display: none
}
@media (max-width: 1920px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 30px
  }
}
@media (max-width: 1600px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 30px
  }
}
@media (max-width: 1440px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 30px
  }
}
@media (max-width: 1199px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 30px
  }
}
@media (max-width: 991px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 30px
  }
}
@media (max-width: 767px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 25px
  }
}
@media (max-width: 480px) {
  .shop-payment-content .reinit-form {
    padding-bottom: 20px
  }
}
.shop-payment-content .reinit-form .check-false {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}
.shop-payment-content .reinit-form .check-false label {
  display: block;
  margin-bottom: 10px
}
.shop-payment-content .reinit-form .check-false input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px
}
.shop-payment-content .reinit-form .check-false input:last-child {
  margin-bottom: 0
}
.shop-payment-content .reinit-form .check-false .select2 {
  display: block;
  width: 100% !important
}
.shop-payment-content .order-summary .summury-price .bold.summury-all-price {
  margin-top: 0;
  padding-bottom: 20px
}
.shop-payment-content .order-summary .summury-price .bold.summury-accordeon {
  padding-bottom: 20px
}
.shop-payment-content .ship-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media (max-width: 1920px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 40px
  }
}
@media (max-width: 1600px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 40px
  }
}
@media (max-width: 1440px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 40px
  }
}
@media (max-width: 1199px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 40px
  }
}
@media (max-width: 991px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 30px
  }
}
@media (max-width: 767px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  .shop-payment-content .ship-submit button, .shop-payment-content .ship-submit .button {
    margin-top: 30px
  }
}
.shop-payment-content .summury-accordeon-body {
  display: none
}
@media (max-width: 991px) {
  .shop-payment-content .ship-submit {
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media (max-width: 767px) {
  .shop-payment-content .ship-submit {
    margin-bottom: 30px
  }
}
.shipping-details {
  padding: 35px 65px
}
.shipping-details h3, .shipping-details .h3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 700
}
.shipping-details h3 span, .shipping-details .h3 span {
  color: #9a9897
}
.shipping-details p {
  margin: 0
}
.shipping-details .inner-shipping-details {
  margin-bottom: 20px
}
.shipping-details .inner-shipping-details p {
  margin: 0
}
@media (max-width: 991px) {
  .shipping-details {
    padding: 20px 25px
  }
}
@media (max-width: 1920px) {
  .compare-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .compare-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .compare-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .compare-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .compare-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .compare-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .compare-content {
    padding-bottom: 20px
  }
}
.compare-content .print {
  margin-bottom: 30px;
  text-align: right;
  color: #505050;
  cursor: pointer
}
.compare-content .print:hover {
  text-decoration: underline
}
.compare-content .compare-table {
  max-width: none;
  min-width: 940px;
  border: none
}
@media (max-width: 1920px) {
  .compare-content .compare-table {
    margin-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .compare-content .compare-table {
    margin-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .compare-content .compare-table {
    margin-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .compare-content .compare-table {
    margin-bottom: 35px
  }
}
@media (max-width: 991px) {
  .compare-content .compare-table {
    margin-bottom: 35px
  }
}
@media (max-width: 767px) {
  .compare-content .compare-table {
    margin-bottom: 30px
  }
}
@media (max-width: 480px) {
  .compare-content .compare-table {
    margin-bottom: 20px
  }
}
.compare-content .compare-table thead {
  border-bottom: 1px solid #d0cfcf
}
.compare-content .compare-table thead tr {
  border: none
}
.compare-content .compare-table thead tr td {
  position: relative;
  width: 285px;
  min-width: 285px;
  max-width: 350px;
  padding-top: 0;
  padding-bottom: 30px;
  border: none;
  vertical-align: top;
  text-align: left
}
.compare-content .compare-table thead tr td:first-child {
  border-right: 1px solid #d0cfcf
}
.compare-content .compare-table thead tr td .delete {
  position: absolute;
  top: -8px;
  right: 0;
  color: #9f9d9b;
  cursor: pointer;
  transition: all .2s
}
.compare-content .compare-table thead tr td .delete:hover {
  color: #c7a17a
}
.compare-content .compare-table thead tr td img {
  margin-bottom: 30px
}
.compare-content .compare-table thead tr td h4, .compare-content .compare-table thead tr td .h4 {
  margin-bottom: 15px
}
.compare-content .compare-table thead tr td .product-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}
.compare-content .compare-table thead tr td .product-rating p {
  margin-left: 5px;
  margin-bottom: 0;
  text-transform: none;
  word-spacing: 0;
  letter-spacing: 0
}
.compare-content .compare-table thead tr td .product-rating span {
  display: inline;
  margin-right: 1px
}
.compare-content .compare-table thead tr td .add-buttons a {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  word-spacing: 0;
  text-transform: none;
  text-align: left !important
}
.compare-content .compare-table thead tr td .add-buttons a:hover {
  color: #c7a17a
}
.compare-content .compare-table thead tr td .add-buttons a:hover i {
  margin-right: 10px;
  margin-left: -5px
}
.compare-content .compare-table thead tr td .add-buttons a:hover i:nth-child(1) {
  opacity: 0;
  font-size: 0;
  -ms-transform: scale(0);
  transform: scale(0)
}
.compare-content .compare-table thead tr td .add-buttons a:hover i:nth-child(2) {
  opacity: 1;
  font-size: 16px;
  -ms-transform: scale(1);
  transform: scale(1)
}
.compare-content .compare-table thead tr td .add-buttons a i {
  font-size: 16px
}
.compare-content .compare-table thead tr td .add-buttons a i:nth-child(2) {
  opacity: 0;
  font-size: 0;
  color: #c7a17a;
  -ms-transform: scale(0);
  transform: scale(0)
}
.compare-content .compare-table thead tr td .price {
  margin-bottom: 20px;
  font-weight: 700;
  color: #15110d
}
.compare-content .compare-table thead tr td .button {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 13px 15px;
  text-align: center;
  width: 100%;
  max-width: 180px
}
.compare-content .compare-table tbody tr {
  border: none
}
.compare-content .compare-table tbody tr td {
  padding-top: 30px;
  padding-bottom: 10px;
  border: none;
  vertical-align: top;
  text-align: left
}
.compare-content .compare-table tbody tr td:first-child {
  border-right: 1px solid #d0cfcf
}
.compare-content .compare-table tbody tr td:nth-child(1), .compare-content .compare-table tbody tr td:nth-child(2) {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0px;
  color: #505050
}
.compare-content .compare-table tbody tr td:nth-child(2) {
  font-weight: 300;
  font-size: 16px
}
.compare-content .compare-table tbody tr td h4, .compare-content .compare-table tbody tr td .h4 {
  margin: 0
}
@media (max-width: 767px) {
  .compare-content h2, .compare-content .h2 {
    text-align: center
  }
  .compare-content .print {
    text-align: center
  }
  .compare-content .compare-table .add-buttons {
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width: 767px) {
  .compare-content .compare-table thead tr td:nth-child(1) {
    width: 200px;
    min-width: 200px
  }
}
.about-video {
  position: relative;
  margin-bottom: 50px
}
@media (max-width: 1920px) {
  .about-video {
    margin-top: 35px
  }
}
@media (max-width: 1600px) {
  .about-video {
    margin-top: 35px
  }
}
@media (max-width: 1440px) {
  .about-video {
    margin-top: 35px
  }
}
@media (max-width: 1199px) {
  .about-video {
    margin-top: 35px
  }
}
@media (max-width: 991px) {
  .about-video {
    margin-top: 35px
  }
}
@media (max-width: 767px) {
  .about-video {
    margin-top: 30px
  }
}
@media (max-width: 480px) {
  .about-video {
    margin-top: 20px
  }
}
.about-video .play {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  min-width: 510px;
  cursor: pointer
}
.about-video .play .inner-play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  padding-top: 120px;
  color: #fff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.about-video .play .inner-play h3, .about-video .play .inner-play .h3 {
  font-weight: 700;
  color: #fff
}
.about-video .play .inner-play span {
  position: absolute;
  top: 0%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #fff;
  border-radius: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.about-video .play .inner-play span i {
  font-size: 22px
}
@media (max-width: 991px) {
  .about-video {
    margin-bottom: 30px
  }
  .about-video p {
    text-align: justify
  }
  .about-video .play {
    position: relative;
    right: 0;
    min-width: 0px;
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
  }
  .about-video .play .inner-play {
    width: 100%;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .about-video .play .inner-play h3, .about-video .play .inner-play .h3 {
    text-align: center
  }
}
@media (max-width: 480px) {
  .about-video .play .inner-play {
    padding-top: 90px
  }
  .about-video .play .inner-play span {
    width: 70px;
    height: 70px
  }
}
.services-list {
  margin-bottom: 0
}
.services-list > li {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0
}
@media (max-width: 1920px) {
  .services-list > li {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .services-list > li {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .services-list > li {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .services-list > li {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .services-list > li {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .services-list > li {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .services-list > li {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .services-list > li {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .services-list > li {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .services-list > li {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .services-list > li {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .services-list > li {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .services-list > li {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .services-list > li {
    padding-bottom: 20px
  }
}
.services-list > li:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.services-list > li:before {
  display: none
}
.services-list > li ul {
  margin: 0;
  margin-top: 20px
}
.services-list > li ul li:last-child {
  margin-bottom: 0
}
.services-list > li ul li p {
  margin: 0
}
@media (max-width: 991px) {
  .services-list > li {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
  }
  .services-list > li:nth-child(even) {
    -ms-flex-direction: column;
    flex-direction: column
  }
  .services-list > li img {
    margin-bottom: 30px
  }
}
@media (max-width: 1920px) {
  .home-content {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .home-content {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .home-content {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .home-content {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .home-content {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .home-content {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .home-content {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .home-content .category-baner-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .home-content .category-baner-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .home-content .category-baner-wrap {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .home-content .category-baner-wrap {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .home-content .category-baner-wrap {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .home-content .category-baner-wrap {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .home-content .category-baner-wrap {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .home-content .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .home-content .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .home-content .base-block {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .home-content .base-block {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .home-content .base-block {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .home-content .base-block {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .home-content .base-block {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .home-content .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .home-content .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .home-content .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .home-content .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .home-content .base-block {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .home-content .base-block {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .home-content .base-block {
    padding-bottom: 20px
  }
}
.preloader {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #15110d
}
.preloader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-delay: 1s
}
.preloader .preloader-content .preloader-item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #6D5843;
  margin: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@keyframes scale {
  0% {
    transform: scale(1)
  }
  50%, 75% {
    transform: scale(2.5)
  }
  78%, 100% {
    opacity: 0
  }
}
.preloader .preloader-content .preloader-item-1:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6D5843;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  -ms-transform: scale(1);
  transform: scale(1)
}
.preloader .preloader-content .preloader-item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #876D53;
  margin: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@keyframes scale {
  0% {
    transform: scale(1)
  }
  50%, 75% {
    transform: scale(2.5)
  }
  78%, 100% {
    opacity: 0
  }
}
.preloader .preloader-content .preloader-item-2:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #876D53;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  -ms-transform: scale(1);
  transform: scale(1)
}
.preloader .preloader-content .preloader-item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #AD8C6A;
  margin: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@keyframes scale {
  0% {
    transform: scale(1)
  }
  50%, 75% {
    transform: scale(2.5)
  }
  78%, 100% {
    opacity: 0
  }
}
.preloader .preloader-content .preloader-item-3:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #AD8C6A;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  -ms-transform: scale(1);
  transform: scale(1)
}
.preloader .preloader-content .preloader-item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #C7A17A;
  margin: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@keyframes scale {
  0% {
    transform: scale(1)
  }
  50%, 75% {
    transform: scale(2.5)
  }
  78%, 100% {
    opacity: 0
  }
}
.preloader .preloader-content .preloader-item-4:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C7A17A;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  -ms-transform: scale(1);
  transform: scale(1)
}
.preloader .preloader-content .preloader-item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #D4AB82;
  margin: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
@keyframes scale {
  0% {
    transform: scale(1)
  }
  50%, 75% {
    transform: scale(2.5)
  }
  78%, 100% {
    opacity: 0
  }
}
.preloader .preloader-content .preloader-item-5:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D4AB82;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  -ms-transform: scale(1);
  transform: scale(1)
}
.typography .page-preview {
  background: url(../img/typography.jpg) no-repeat
}
@media (max-width: 1920px) {
  .shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .shop-category-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .shop-category-content {
    padding-bottom: 20px
  }
}
@media (max-width: 1920px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .shop-category .wrap-shop-category-content {
    padding-bottom: 20px
  }
}
.shop-category .product {
  margin-left: auto;
  margin-right: auto
}
.blog-news .page-preview {
  background: url(../img/blog-prev.jpg) no-repeat
}
.about-page .page-preview {
  background: url(../img/about-prev.jpg) no-repeat
}
@media (max-width: 1920px) {
  .about-page .about-content {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .about-page .about-content {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .about-page .about-content {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .about-page .about-content {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .about-page .about-content {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .about-page .about-content {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .about-page .about-content {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .about-page .about-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .about-page .about-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .about-page .about-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .about-page .about-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .about-page .about-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .about-page .about-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .about-page .about-content {
    padding-bottom: 20px
  }
}
.services-page .page-preview {
  background: url(../img/services-prev.jpg) no-repeat;
  background-attachment: fixed !important
}
@media (max-width: 1920px) {
  .services-page .services-content {
    padding-top: 35px
  }
}
@media (max-width: 1600px) {
  .services-page .services-content {
    padding-top: 35px
  }
}
@media (max-width: 1440px) {
  .services-page .services-content {
    padding-top: 35px
  }
}
@media (max-width: 1199px) {
  .services-page .services-content {
    padding-top: 35px
  }
}
@media (max-width: 991px) {
  .services-page .services-content {
    padding-top: 35px
  }
}
@media (max-width: 767px) {
  .services-page .services-content {
    padding-top: 30px
  }
}
@media (max-width: 480px) {
  .services-page .services-content {
    padding-top: 20px
  }
}
@media (max-width: 1920px) {
  .services-page .services-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1600px) {
  .services-page .services-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1440px) {
  .services-page .services-content {
    padding-bottom: 35px
  }
}
@media (max-width: 1199px) {
  .services-page .services-content {
    padding-bottom: 35px
  }
}
@media (max-width: 991px) {
  .services-page .services-content {
    padding-bottom: 35px
  }
}
@media (max-width: 767px) {
  .services-page .services-content {
    padding-bottom: 30px
  }
}
@media (max-width: 480px) {
  .services-page .services-content {
    padding-bottom: 20px
  }
}