:root {
  --theme-color: #391505;
  --theme: #391505;
  --theme-opc80-color: rgba(57, 21, 5, 0.8);
  --theme2: #5F2705;
  --theme2-color: #5F2705;
  --header-top-bg: #5F2705;
  --header-bg: #391505;
  --menu-bg: #391505;
  --valak-bg: #391505;
  --menu-link-hover-color: #e9b891;
  --menu-item-hover-bg: #1e0b02;
  --footer-bg: #ededed;
  --copyright-bg: #391505;
  --title-font: Arial;
  --text-font: Arial;
  --menu-font: Arial;
}

/* ======================== FONTS ======================== */
/* ==================== BORDER RADIUS ==================== */
/* Ref: 
    http://www.w3schools.com/css/css3_borders.asp 
    http://border-radius.com/
    border-radius: tl tr br bl:
*/
/* ==================== BOX SHADOW ==================== */
/* Ref: 
    http://www.cssmatic.com/box-shadow
*/
/* ==================== Set Font ==================== */
/* ==================== HOVER A ==================== */
/* Ref: 
*/
/*
@include transition(all .3s ease);
@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
*/
/*
@include background-opacity(#000, $opacity: 0.3);
*/
@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes marquee {
  0% {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    right: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-moz-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-ms-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-o-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    -ms-transform: rotate(-288deg);
    -o-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-moz-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-ms-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-o-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@-moz-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@-ms-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@-o-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    -ms-transform: rotate(-144deg);
    -o-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }

  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-moz-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }

  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-ms-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }

  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-o-keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }

  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }

  50% {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }

  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-moz-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-ms-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-o-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-ms-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-o-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.slideshow .owl-item a img,
.product-item figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.news--col-4 .news__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center center;
}

.hover_sang1:before,
.hover_sang3:before,
.hover_sang3:after,
.fixed-shadow:after {
  content: '';
  position: absolute;
}

.reset-list,
.menu--left,
.menu .submenu,
.menu .submenu li ul,
.footer__hotro ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}

.shake_me {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -moz-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -ms-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -o-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

.hover_sang1 {
  z-index: 40;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  overflow: hidden;
  border: 1px solid #e8e4e4;
  box-shadow: 4px 6px 0 0 #f5f5f5;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang1 {
    transition: none;
  }
}

.hover_sang1:before {
  width: 100%;
  height: 100%;
}

.hover_sang1:hover::before {
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.hover_sang3 {
  overflow: hidden;
  position: relative;
}

.hover_sang3:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.hover_sang3:before {
  width: 100%;
  height: 100%;
  z-index: 41;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang3:before {
    transition: none;
  }
}

.hover_sang3:after {
  width: 100%;
  height: 100%;
  z-index: 40;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang3:after {
    transition: none;
  }
}

.xoay_hinh {
  overflow: hidden;
}

.xoay_hinh:hover img {
  transform: rotate(360deg);
}

.xoay_hinh img {
  transition: all 1s ease 0s;
}

.marquee {
  -webkit-animation: marquee 10s linear infinite;
  -moz-animation: marquee 10s linear infinite;
  -ms-animation: marquee 10s linear infinite;
  -o-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}

.text-theme {
  color: var(--theme-color) !important;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (prefers-reduced-motion: reduce) {
  .overlay {
    transition: none;
  }
}

.overlay__box {
  position: absolute;
  top: 20px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  border: 3px solid #fff;
}

.fixed {
  -webkit-animation: slideInDown 0.8s ease;
  -moz-animation: slideInDown 0.8s ease;
  -ms-animation: slideInDown 0.8s ease;
  -o-animation: slideInDown 0.8s ease;
  animation: slideInDown 0.8s ease;
}

.fixed-shadow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
  opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fixed-shadow:after {
    transition: none;
  }
}

.fixed-shadow.fixed::after {
  opacity: 1;
}

.scrollstyle-4::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.scrollstyle-4::-webkit-scrollbar-thumb {
  background: #391505;
}

.scrollstyle-4::-webkit-scrollbar-track {
  background: #9c8a82;
}

.scrollstyle-4 {
  scrollbar-face-color: #391505;
  scrollbar-track-color: #9c8a82;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--text-font);
}

.section {
  padding: 45px 0;
}

.container {
  max-width: 1230px;
  position: relative;
}

.wrap-main {
  z-index: 40;
  position: relative;
  padding: 35px 0;
}

.wrap-main.wrap-home {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 26px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eee;
  padding-top: 4px;
}

@media screen and (prefers-reduced-motion: reduce) {

  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    transition: none;
  }
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #391505;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 24px;
  color: #333;
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  color: #fff;
}

.slick-slider .slick-prev {
  left: 20px;
}

.slick-slider .slick-next {
  right: 20px;
}

.btn-frame i {
  background: var(--theme-color);
}

.btn-frame .kenit-alo-circle {
  border: 2px solid var(--theme-opc80-color);
  background: var(--theme-color);
}

.js-facebook-messenger-box {
  background: var(--theme-color);
}

.js-facebook-messenger-top-heade {
  background: var(--theme-color);
}

.menubar {
  z-index: 50;
  position: relative;
  top: 0px;
  left: 0px;
  background-color: var(--menu-bg);
  border-top: 5px solid var(--theme2);
  padding-top: 30px;
}

.menu {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 890px;
}

.menu__info {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu__item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu__item {
    transition: none;
  }
}

.menu__item:hover .menu__link {
  color: var(--menu-link-hover-color);
  background-color: var(--menu-item-hover-bg);
}

.menu__item:hover .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu__link {
  font-size: 16px;
  color: #b26b48;
  font-weight: 400;
  font-family: var(--menu-font);
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 50px;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu__link {
    transition: none;
  }
}

.menu__link.active {
  color: var(--menu-link-hover-color);
}

.menu--left {
  z-index: 50;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}

.menu .submenu {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu {
    transition: none;
  }
}

.menu .submenu li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #391505;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li {
    transition: none;
  }
}

.menu .submenu li:hover {
  background-color: #682609;
}

.menu .submenu li:hover>a {
  color: #fff;
}

.menu .submenu li:hover>ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu .submenu li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.menu .submenu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: "Arial";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 10px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li a {
    transition: none;
  }
}

.menu .submenu li ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .menu .submenu li ul {
    transition: none;
  }
}

.menu_mobi,
.menu_mobi_add {
  display: none;
}

.menu-res {
  z-index: 100;
}

.copyright {
  z-index: 41;
  background-color: var(--copyright-bg);
  position: relative;
}

.copyright-wrap {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 40px;
  width: 100%;
  position: relative;
}

.copyright__text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.copyright__text a {
  color: inherit;
}

.footer {
  z-index: 1;
  position: relative;
  border-top: 1px solid #ddd;
}

.footer-wrap {
  background-color: var(--footer-bg);
  position: relative;
}

.footer-box {
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.footer__title {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer__info {
  width: 50%;
  position: relative;
}

.footer__info-body {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.footer__info-body p {
  margin-bottom: 15px;
}

.footer__hotro {
  width: 19.1666666667%;
}

.footer__hotro ul {
  margin-bottom: 30px;
}

.footer__hotro ul li {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.footer__hotro ul li i {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
}

.footer__hotro ul li span {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.footer__hotro ul li+li {
  margin-top: 15px;
}

#footer-map,
#footer-map iframe {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.codebando,
.codebando iframe {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.main-title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.main-title__name {
  font-size: 33px;
  color: var(--theme2);
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.main-title__link {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
  position: relative;
  color: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  .main-title__link {
    transition: none;
  }
}

.main-title__link[href] {
  cursor: pointer;
}

.main-title__link[href]:hover {
  color: var(--theme2);
}

.main-title__line {
  background-image: url("../images/idx-tit.png");
  background-repeat: no-repeat;
  background-position: center 0;
  width: 70px;
  height: 13px;
  border: 0;
  margin: 0 auto;
}

.main-title--white .main-title__name {
  color: #fff;
}

.title-main span {
  font-size: 1.6em;
  color: var(--color-title-main);
  font-weight: 700;
}

.text-main img {
  max-width: 100% !important;
  height: auto !important;
}

.menu-slider {
  background-color: var(--theme2);
  padding: 20px 0;
}

.slideshow {
  z-index: 1;
  width: fit-content;
  max-width: 890px;
  margin: 0 auto;
  border: 10px solid #8f460d;
  position: relative;
}

.slideshow .owl-item a {
  position: relative;
}

.slideshow .owl-item a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}

.slideshow .owl-item a img {
  background-color: #fff;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* cart-sidebar */
.sidebar-menu {
  background: #fff;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 99995;
  position: fixed;
  overflow: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sidebar-right {
  right: -350px;
}

.sidebar-right.sidebar-open {
  right: 0;
}

#sidebar_close_icon {
  position: absolute;
  right: 30px;
  top: 31px;
}

.sidebar_overlay.sidebar_overlay_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 3030;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-menu .cart-sidebar-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.sidebar-menu .cart-widget-heading {
  padding: 20px 20px 0;
  display: block;
}

.sidebar-menu .cart-widget-heading h4 {
  font-size: 18px;
}

.sidebar-menu .cart-widget-heading h4,
.sidebar-menu .cart-widget-heading h5,
.sidebar-menu .cart-widget-heading h4,
.sidebar-menu .cart-widget-heading h3 {
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1.5px solid #000;
  padding-bottom: 15px;
}

.sidebar-menu .cart-widget-content {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow-y: overlay;
  height: calc(100vh - 250px);
}

.sidebar-menu .cart-widget-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.sidebar-menu .cart-widget-content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.sidebar-menu .cart-widget-content::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.sidebar-menu .cart-widget-content .cart-widget-product {
  position: relative;
}

.cart-widget-product .quantity-counter-procart {
  width: 100px;
  height: 30px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-empty p {
  font-size: 17px;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image {
  margin-right: 15px;
  display: table-cell;
  float: none !important;
  margin-right: 0;
  width: 30%;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image img {
  width: 100%;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content {
  border: 0 none;
  width: 70%;
  display: table-cell;
  float: none !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  text-align: center;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link {
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link:hover {
  color: #333;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral {
  color: #777;
  font-size: 12px;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .product-price-amount {
  font-weight: 600;
  color: #333;
}

.sidebar-menu .cart-widget-footer {
  display: table-row;
  vertical-align: bottom;
  height: auto;
}

.sidebar-menu .cart-widget-footer .cart-footer-inner {
  padding: 15px 20px;
  display: table-cell;
  vertical-align: bottom;
}

.sidebar-menu .cart-widget-footer .cart-total-hedding {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  font-size: 12px;
}

.sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
  /* color: #333; */
  float: right;
}

.sidebar-menu .cart-widget-footer .cart-action-buttons {
  display: block;
  text-align: center;
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn {
  width: 100%;
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn:first-child {
  margin-bottom: 15px;
}

.btn-gray {
  background-color: #000000;
  border-color: transparent;
  color: #fff;
}

.btn-md {
  padding: 0 35px !important;
  display: inline-block;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  border-radius: unset;
  border: none;
}

.btn-md:hover {
  background: #333;
  color: #fff;
}

.close-icon-white {
  background: url("../images/close-icon-white.png") center center no-repeat;
  height: 16px;
  width: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.close-icon-white:hover {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.cart-widget-product .procart {
  padding: 5px 0px;
  border: 0px;
  border-bottom: 1px solid #A0A0A0;
}

.cart-widget-product .procart:last-child {
  border-bottom: none;
}

.cart-widget-product .info-procart {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-right: 3%;
  text-align: left;
  font-weight: 700;
}

.cart-widget-product .pic-procart {
  margin-right: 0;
}

.cart-widget-product .options-procart {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.cart-widget-product .name-procart {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-weight: 700;
}

.cart-widget-product .name-procart a {
  font-size: 16px;
}

.cart-widget-product .name-procart span {
  font-size: 14px;
}

.cart-widget-product .properties-procart {
  font-size: 12px;
}

.cart-widget-product .price-old-cart {
  font-size: 12px;
}

.cart-widget-product .price-new-cart {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}

.cart-widget-product .del-procart {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.cart-widget-product .pic-procart img {
  max-height: 340px;
}

.btn-more {
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  cursor: pointer;
  color: #fff;
  padding: 0 30px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(bottom, #02b7fd 0%, #02b7fd 50%, #02c4fc 77.15%, #02a3dd 100%);
  /* gradient overlay */
  background-image: -o-linear-gradient(bottom, #02b7fd 0%, #02b7fd 50%, #02c4fc 77.15%, #02a3dd 100%);
  /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #02b7fd 0%, #02b7fd 50%, #02c4fc 77.15%, #02a3dd 100%);
  /* gradient overlay */
  background-image: linear-gradient(bottom, #02b7fd 0%, #02b7fd 50%, #02c4fc 77.15%, #02a3dd 100%);
  /* gradient overlay */
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-more {
    transition: none;
  }
}

.btn-more span {
  font-size: 14px;
  color: inherit;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.btn-more:hover {
  color: #ff0;
}

.btn-more2 {
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 38px;
  cursor: pointer;
  color: #fff;
  padding: 0 20px;
  border-radius: 20px;
  background-color: var(--theme);
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-more2 {
    transition: none;
  }
}

.btn-more2 span {
  font-size: 14px;
  color: inherit;
  font-weight: 900;
  line-height: 1;
}

.btn-more2 i {
  margin-left: 5px;
}

.btn-more2:hover {
  background-color: #fff;
  color: var(--theme);
}

.mt-section {
  margin-top: 60px;
}

.toolbar {
  background-color: #220c03;
}

.notfill-input {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 14px;
  font-weight: 700;
  color: #dc3545;
}

.was-validated .notfill-input {
  display: block;
}

/*addresshome*/
.addresshome {
  padding: 10px 0;
}

.addresshome .content-main {
  width: fit-content;
  margin: 0 auto;
  max-width: 890px;
}

/*thanh you*/
.thanks-info {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 890px;
}

.thanks-info .thanks-customer {
  width: 46%;
}

.thanks-info .thanks-order {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2%;
}

/*abouthome*/
.abouthome {
  background-color: #f6f6f6;
  padding: 10px 0;
}

.abouthome .content-main {
  width: fit-content;
  margin: 0 auto;
  max-width: 890px;
}

.info-procart .options-procart {
  font-size: 12px;
}

.quickview__name {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}

.quickview__desc {
  font-size: 16px;
  color: #6c757d;
  font-weight: 400;
}

.quickview__price {
  font-size: 18px;
  color: #ffc107;
  font-weight: 700;
}

.quickview__quantity label {
  font-size: 16px;
  color: var(--theme2);
  font-weight: 700;
}

.quickview .cart-pro-detail {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.quickview .upsales__title {
  font-size: 16px;
  color: var(--theme2);
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

/*orders cart time*/
.btn-check {
  width: 100%;
}

.btn-check a {
  background: #db1a2a;
  color: #ffffff;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: block;
  width: 100%;
}

.orders-cart-time {
  z-index: 100;
  position: relative;
}

.btn-choise-time {
  background: #fff;
  color: #191919;
  text-align: center;
  font-size: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
  line-height: 41px;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  width: 100%;
  position: relative;
}

.btn-choise-time a {
  position: absolute;
  right: 10px;
  text-transform: initial;
  font-size: 12px;
  color: #db1a2a;
  cursor: pointer;
  text-decoration: underline;
}

.btn-choise-time p {
  margin: 0 15px 0 0;
}

.btn-choise-time i {
  margin: 0 0 0 10px;
}

.sub-time {
  background: #fff9ef;
  width: 100%;
  display: none;
  border: 1px solid #fec524;
}

.sub-time .sub-choise-now {
  padding: 7px 10px;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.sub-time .sub-choise-now i {
  font-size: 18px;
  margin-right: 7px;
}

.sub-time .sub-choise-time {
  padding: 7px 10px;
  cursor: pointer;
  margin: 0;
  display: flex;
  align-items: center;
}

.sub-time .sub-choise-time i {
  margin-right: 7px;
}

.sub-time .sub-choise {
  display: none;
  padding-top: 10px;
  background: #ffffff;
  border-top: 1px solid #fec524;
}

.sub-time .sub-choise.active {
  display: block;
}

.sub-time .sub-choise .sub-time-box {
  padding: 0 10px 15px;
}

.sub-time .sub-choise .sub-time-box a {
  background: #db1a2a;
  color: #ffffff;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: block;
  margin-bottom: 15px;
}

.sub-time .sub-choise .sub-time-box label {
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
}

.sub-time .sub-choise .sub-time-box select {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 32px;
  outline: none !important;
}

.active .sub-time {
  display: block;
}

.over-time {
  opacity: 0.7;
  pointer-events: none;
}

.news-grid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.news__item {
  box-sizing: border-box;
  flex: 0 0 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news__link {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.news__link:hover .news__name {
  color: var(--theme);
}

.news__image {
  width: 36%;
  margin-bottom: 10px;
}

.news__img {
  background-color: #eee;
  width: 100%;
}

.news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1em;
}

.news__name {
  font-size: 16px;
  color: var(--color-title-main);
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .news__name {
    transition: none;
  }
}

.news__desc {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  max-height: 63px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news__date {
  font-size: 14px;
  color: #807f7f;
  font-weight: 400;
}

.news--verticle .news__item {
  box-sizing: border-box;
  flex: 0 0 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news--verticle .news__link {
  text-align: center;
}

.news--verticle .news__image {
  width: 100%;
}

.news--verticle .news__body {
  margin-left: 0;
}

.news--col-4 .news__item {
  box-sizing: border-box;
  flex: 0 0 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.news--col-4 .news__image {
  position: relative;
}

.news--col-4 .news__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

@media (max-width: 440px) {
  .news__image {
    width: 100%;
  }

  .news__body {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 850px) {
  .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }

  .news--verticle .news__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

@media (max-width: 425px) {
  .news--verticle .news__item {
    box-sizing: border-box;
    flex: 0 0 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

.product-wrap {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.product-item__link {}

@media screen and (prefers-reduced-motion: reduce) {
  .product-item__link {
    transition: none;
  }
}

.product-item__link:hover {
  text-decoration: none;
  border: 1px solid #f58220;
}

.product-item figure {
  position: relative;
  width: 70px;
  margin: 0 15px 0 0;
}

.product-item figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.product-item__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-item__name {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.product-item__desc {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.product-item__price {
  font-size: 15px;
  color: #f58220;
  font-weight: 400;
  margin-left: 15px;
}

.pdcata-name--list {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.pdcata-name--cat {
  font-size: 16px;
  color: #f58220;
  font-weight: 400;
  border-bottom: 1px solid #f58220;
  margin-bottom: 10px;
}

/*  ================================================================================
  MIXIN DEVICES
  ================================================================================ */
/*========= SLIDER ===============*/
/*========= HEADER ===============*/
/*========= FOOTER ===============*/
/*========= MENU ===============*/
/*========= PRODUCT ===============*/
/*========= NEW ===============*/
/*  ================================================================================
  LARGE DEVICES 
  Large Desktops 1200px and Up (>1200) 
  ================================================================================ */
@media screen and (min-width: 1200px) {
  .lp-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 5px;
    display: block;
  }

  .lp-title:hover {
    text-decoration: none;
    color: #000;
  }

  .lp-title+.lp-title-list-cata {
    margin-top: 15px;
  }

  .lp-title-list-cata {
    background-color: #f9b982;
    font-weight: 700;
    padding: 5px;
  }

  .lp-title.active {
    box-shadow: inset -3px 0 0 0 #f58220;
  }

  .lp-title:hover {
    box-shadow: inset -3px 0 0 0 #f58220;
  }

  .lp-title+.lp-title:not(.lp-title-list-cata) {
    border-top: 1px solid #ccc;
  }

  .product-nav {
    width: 30%;
    position: sticky;
    top: 0;
  }

  .product-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }
}

/*  ================================================================================
  MEDIUM DEVICES
  Desktops 992px and Up (>992px & <1200px)
  ================================================================================ */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .lp-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 5px 15px;
  }

  .lp-title-list-cata {
    background-color: #f9b982;
    font-weight: 700;
    padding: 5px;
  }

  .lp-title.active {
    box-shadow: inset -3px 0 0 0 #f58220;
  }
}

/*  ================================================================================
  SMALL DEVICES
  Tablets 768px and Up (>768px & <992px)
  ================================================================================ */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main-title__name {
    font-size: 27px;
  }

  .header {}

  .logo-mobile {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }

  .logo-mobile img {
    max-height: 65px;
  }

  .menu-bar-res {
    margin-right: 0;
  }

  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hero-image {
    display: none;
  }

  .menubar {
    display: none;
  }

  .menu_mobi {
    display: flex;
  }

  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background-color: #fff;
  }

  .search-res .icon-search {
    color: #fff;
  }

  .menu-res {
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #260e03;
  }

  .toolbar {
    background-color: #220c03;
  }

  .footer__info {
    width: 100%;
    margin-bottom: 1em;
  }

  .footer__hotro {
    width: 49%;
    margin-bottom: 1em;
  }

  .footer__baiviet {
    width: 49%;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .footer__hotro {
    width: 100%;
  }

  .footer__baiviet {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    height: auto;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright .thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  .copyright .thongke li:first-child {
    margin-left: 0;
  }

  .copyright .thongke li:first-child:before {
    display: none;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .slideshow {
    width: 100%;
    border: 0;
  }

  .form-cart .col-md-12 {
    margin-bottom: 15px;
  }

  .product-nav {
    z-index: 40;
    background-color: #fff;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: scroll;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  }

  .product-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .product-nav::-webkit-scrollbar-thumb {
    background: #391505;
  }

  .product-nav::-webkit-scrollbar-track {
    background: #9c8a82;
  }

  .product-nav {
    scrollbar-face-color: #391505;
    scrollbar-track-color: #9c8a82;
  }

  .product-nav a {
    cursor: pointer;
  }

  .lp-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 5px 15px;
  }

  .lp-title-list-cata {
    background-color: #f9b982;
    font-weight: 700;
    padding: 5px;
  }

  .lp-title.active {
    box-shadow: inset -3px 0 0 0 #f58220;
  }

  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%;
  }

  .product {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%;
  }
}

/*  ================================================================================
  EXTRA SMALL
  (>425px & <768px)
  ================================================================================ */
@media screen and (min-width: 425px) and (max-width: 768px) {
  .main-title__name {
    font-size: 27px;
  }

  .header {}

  .logo-mobile {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }

  .logo-mobile img {
    max-height: 65px;
  }

  .menu-bar-res {
    margin-right: 0;
  }

  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hero-image {
    display: none;
  }

  .menubar {
    display: none;
  }

  .menu_mobi {
    display: flex;
  }

  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background-color: #fff;
  }

  .search-res .icon-search {
    color: #fff;
  }

  .menu-res {
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #260e03;
  }

  .toolbar {
    background-color: #220c03;
  }

  .footer__info {
    width: 100%;
    margin-bottom: 1em;
  }

  .footer__hotro {
    width: 49%;
    margin-bottom: 1em;
  }

  .footer__baiviet {
    width: 49%;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .footer__hotro {
    width: 100%;
  }

  .footer__baiviet {
    width: 100%;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    height: auto;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright .thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  .copyright .thongke li:first-child {
    margin-left: 0;
  }

  .copyright .thongke li:first-child:before {
    display: none;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .slideshow {
    width: 100%;
    border: 0;
  }

  .form-cart .col-md-12 {
    margin-bottom: 15px;
  }

  .product-nav {
    z-index: 40;
    background-color: #fff;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: scroll;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  }

  .product-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .product-nav::-webkit-scrollbar-thumb {
    background: #391505;
  }

  .product-nav::-webkit-scrollbar-track {
    background: #9c8a82;
  }

  .product-nav {
    scrollbar-face-color: #391505;
    scrollbar-track-color: #9c8a82;
  }

  .product-nav a {
    cursor: pointer;
  }

  .lp-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 5px 15px;
  }

  .lp-title-list-cata {
    background-color: #f9b982;
    font-weight: 700;
    padding: 5px;
  }

  .lp-title.active {
    box-shadow: inset -3px 0 0 0 #f58220;
  }

  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%;
  }

  .product {
    box-sizing: border-box;
    flex: 0 0 48.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%;
  }
}

/*  ================================================================================
  MOBILE SIZE
  Phones Less than 425px
  (<425px)
  ================================================================================ */
@media screen and (max-width: 425px) {
  .main-title__name {
    font-size: 27px;
  }

  .header {}

  .logo-mobile {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
  }

  .logo-mobile img {
    max-height: 65px;
  }

  .menu-bar-res {
    margin-right: 0;
  }

  .menu-bar-res--right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .hero-image {
    display: none;
  }

  .menubar {
    display: none;
  }

  .menu_mobi {
    display: flex;
  }

  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background-color: #fff;
  }

  .search-res .icon-search {
    color: #fff;
  }

  .menu-res {
    width: 100%;
    border-bottom: 1px solid #eee;
    background-color: #260e03;
  }

  .toolbar {
    background-color: #220c03;
  }

  .footer__info {
    width: 100%;
    margin-bottom: 1em;
  }

  .footer__hotro {
    width: 49%;
    margin-bottom: 1em;
  }

  .footer__baiviet {
    width: 49%;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .footer__hotro {
    width: 100%;
  }

  .footer__baiviet {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    height: auto;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright .thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  .copyright .thongke li:first-child {
    margin-left: 0;
  }

  .copyright .thongke li:first-child:before {
    display: none;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .slideshow {
    width: 100%;
    border: 0;
  }

  .form-cart .col-md-12 {
    margin-bottom: 15px;
  }

  .product-nav {
    z-index: 40;
    background-color: #fff;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: scroll;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  }

  .product-nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .product-nav::-webkit-scrollbar-thumb {
    background: #391505;
  }

  .product-nav::-webkit-scrollbar-track {
    background: #9c8a82;
  }

  .product-nav {
    scrollbar-face-color: #391505;
    scrollbar-track-color: #9c8a82;
  }

  .product-nav a {
    cursor: pointer;
  }

  .lp-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 5px 15px;
  }

  .lp-title-list-cata {
    background-color: #f9b982;
    font-weight: 700;
    padding: 5px;
  }

  .lp-title.active {
    box-shadow: inset -3px 0 0 0 #f58220;
  }

  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.8333333333%;
    margin-right: -0.8333333333%;
  }

  .product {
    box-sizing: border-box;
    flex: 0 0 98.3333333333%;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-bottom: 1.6666666667%;
  }
}

@media screen and (max-width: 425px) and (max-width: 330px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .product {
    box-sizing: border-box;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 425px) {
  .slideshow .owl-item a {
    position: relative;
  }

  .slideshow .owl-item a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }

  .product-item__link {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-item__price {
    width: 100%;
    text-align: right;
  }

  .sidebar-menu {
    width: 100%;
    right: -100%;
  }

  .p-order .wrap-main {
    padding: 0;
  }

  .p-order .wrap-main-container.container {
    padding: 0;
  }

  .thanks-info .thanks-customer {
    width: 100%;
  }

  .thanks-info .thanks-order {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-left: 0;
  }
}