@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand-Regular';
  src: url('../fonts/Quicksand-Regular.eot');
  src: url('../fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Regular.woff2') format('woff2'),
    url('../fonts/Quicksand-Regular.woff') format('woff'),
    url('../fonts/Quicksand-Regular.ttf') format('truetype'),
    url('../fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand-SemiBold';
  src: url('../fonts/Quicksand-SemiBold.eot');
  src: url('../fonts/Quicksand-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-SemiBold.woff2') format('woff2'),
    url('../fonts/Quicksand-SemiBold.woff') format('woff'),
    url('../fonts/Quicksand-SemiBold.ttf') format('truetype'),
    url('../fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand-Medium';
  src: url('../fonts/Quicksand-Medium.eot');
  src: url('../fonts/Quicksand-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Medium.woff2') format('woff2'),
    url('../fonts/Quicksand-Medium.woff') format('woff'),
    url('../fonts/Quicksand-Medium.ttf') format('truetype'),
    url('../fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quicksand-Bold';
  src: url('../fonts/Quicksand-Bold.eot');
  src: url('../fonts/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Quicksand-Bold.woff2') format('woff2'),
    url('../fonts/Quicksand-Bold.woff') format('woff'),
    url('../fonts/Quicksand-Bold.ttf') format('truetype'),
    url('../fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Anton-Regular';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Anton-Regular.woff2') format('woff2'),
    url('../fonts/Anton-Regular.woff') format('woff'),
    url('../fonts/Anton-Regular.ttf') format('truetype'),
    url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* Main */
:root {
  --main-color: #60BB46;
  --hover-color: #3FBBC7;
}

body {
  font-family: Quicksand-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

strong {
  font-family: Roboto-Bold;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1290px;
  }
}

.flex-grow {
  flex-grow: 1;
}

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

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: #fff;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

#fix {
  height: auto;
}

@media screen and (max-width: 991px) {
  #fix {
    height: 50px;
  }
}

.mega-menu {
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}

.mega-menu>ul>li>a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font: 16px Quicksand-SemiBold;
  color: #3C3C3C;
  text-transform: uppercase;
  transition: all 0.3s;
}

.mega-menu>ul>li>a.active,
.mega-menu>ul>li>a:hover {
  color: var(--hover-color);
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 12px;
  height: 12px;
  background-color: #000;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  width: 220px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  text-align: left;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
  transition: all 0.3s;
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu li a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #4e7661;
}

.headerBottom_element {
  justify-content: space-between;
  align-items: center;
}

.header-cart-inner {
  margin: 0 -5px;
}

.header-cart-photo {
  flex: 0 0 48px;
  max-width: 48px;
  padding: 0 5px;
}

.header-cart-info {
  flex: 0 0 calc(100% - 48px);
  max-width: calc(100% - 48px);
  padding: 0 5px;
}

.header-cart-info a {
  font: 16px Quicksand-SemiBold;
  margin-bottom: 5px;
}

.header-cart-info p {
  font-size: 12px;
  color: #808080;
}

.header-cart-photo span {
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  top: -5px;
  right: 0;
  padding: 0 6px;
  background: #EDB211;
  border-radius: 100%;
}

/*section-criteria*/
.section-criteria {
  padding: 50px 0;
}

.criteria-slick {
  margin: 0 -60px;
}

.criteria-slick .slick-track {
  padding: 50px 0;
}

.criteria-slick_items {
  padding: 0 60px;
  transition: all 0.3s;
}

.criteria-slick_items.slick-active.active-0::before,
.criteria-slick_items.slick-active.active-1::before,
.criteria-slick_items.slick-active.active-2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  width: 10px;
  height: 125px;
  background: url(../images/pathcriteria.png) no-repeat;
}

.criteria-info {
  margin-top: 25px;
}

.criteria-info p {
  font: 14px Quicksand-Medium;
  color: #808080;
  line-height: 22px;
}

.criteria-photo img {
  margin: 0 auto;
}

.criteria-photo {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

/*section-about*/
.section-about {
  padding: 100px 0;
  background: url(../images/bgabout.png) no-repeat;
  background-size: cover;
  position: relative;
}

.section-about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 62px;
  background: url(../images/retangeabouttop.png) no-repeat;
  background-size: cover;
}

.section-about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: url(../images/retangeaboutbot.png) no-repeat;
  background-size: cover;
}

.section-about_elements {
  margin: 0 -50px;
}

.aboutRight {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 0 50px;
}

.aboutLeft {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 50px;
}

.aboutLeft-inner {
  padding-right: 55px;
  padding-bottom: 65px;
}

.aboutRight-inner {
  color: #FFFFFF;
}

.aboutRight_name {
  font: 36px Quicksand-Bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}

.aboutRight_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 173px;
  height: 12px;
  background: url(../images/pathtitle.png) no-repeat;
}

.aboutRight_slogan {
  font: 18px Quicksand-Medium;
  color: #D5FF4D;
  line-height: 26px;
  margin: 15px 0;
}

.aboutRight_desc {
  font: 16px Quicksand-Medium;
  color: rgb(255, 255, 255, 0.86);
  line-height: 26px;
  text-align: justify;
  margin-bottom: 30px;
}

.aboutHotline span {
  display: block;
  font-size: 12px;
}

.aboutHotline p {
  font: 18px Quicksand-Bold;
}

.moreabout {
  margin-right: 30px;
}

.moreabout a {
  padding: 10px 35px;
  font: 16px Quicksand-SemiBold;
  text-transform: uppercase;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
}

.aboutHotline-inner {
  padding-left: 45px;
  background: url(../images/mage_phone-call.png) left center no-repeat;
}

.block_aboutslick {
  padding: 0 13px 13px 0;
  z-index: 1;
}

.block_aboutslick::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  bottom: 0;
  right: 0;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}

.block_aboutslick2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 160px;
  z-index: 3;
}

.aboutLeft-photo {
  border-radius: 10px;
}

/*section-product*/
.title_index {
  text-align: center;
  margin-bottom: 30px;
}

.title_index h2 {
  font: 36px Quicksand-Bold;
  color: #3C3C3C;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.title_index h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 173px;
  height: 12px;
  background: url(../images/pathtitle.png) no-repeat;
}

.title_index h2 span {
  color: var(--main-color);
}

.title_index p {
  font: 16px Quicksand-Medium;
  color: #808080;
}

.section-product {
  padding: 50px 0;
}

.bannerproduct-box {
  margin: 0 -6px;
}

.bannerproduct-left {
  flex: 0 0 calc(100% - 41.3533834586%);
  max-width: calc(100% - 41.3533834586%);
  padding: 0 6px;
}

.bannerproduct-right {
  flex: 0 0 41.3533834586%;
  max-width: 41.3533834586%;
  padding: 0 6px;
}

.bannerproduct-left-items:first-child {
  margin-bottom: 12px;
}

.block_product {
  margin-top: 50px;
}

.product-cat {
  flex: 0 0 45%;
  max-width: 45%;
}

.product-list-title {
  margin-bottom: 30px;
}

.product-list-title .title_index {
  text-align: left;
  margin-bottom: 0;
}

.product-list-title .title_index h2::before {
  left: 0;
  transform: unset;
}

.product-cat-slick {
  margin: 0 -10px;
}

.product-cat-slick_items {
  padding: 0 10px;
}

.product-cat-slick_items button {
  font: 15px Quicksand-Medium;
  color: var(--main-color);
  background: transparent;
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s;
}

.product-cat-slick_items button.active {
  background: var(--main-color);
  color: #FFFFFF;
}

.product-list {
  padding-bottom: 50px;
}

.product-view-all a {
  font: 14px Quicksand-Medium;
  color: var(--main-color);
}

.product-list-bottom-item {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 28px;
}

.product-list-bottom-banner {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 28px;
}

.product-list-bottom {
  margin: 0 -28px;
  align-items: center;
}

.product-list-slick-title {
  text-align: center;
  margin-bottom: 10px;
}

.product-list-slick-title h2 {
  font: 24px Quicksand-Bold;
  color: #000000;
  -webkit-line-clamp: 1;
  margin-bottom: 10px;
}

.product-list-slick-title p {
  color: #808080;
}

.product-list-slick {
  margin: 0 -10px;
}

.product-list-slick .slick-track {
  padding: 10px 0;
}

.product-list-slick_items {
  padding: 0 10px;
}

.product-list-slick .slick-dots li {
  background: #CACACA;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: all 0.3s;
}

.product-list-slick .slick-dots li.slick-active {
  width: 26px;
  background: var(--main-color);
  border-radius: 25px;
}

/*section-accessory*/
.section-accessory {
  padding: 50px 0;
}

.accessory-list-title {
  margin-bottom: 30px;
}

.accessory-list-title .title_index {
  text-align: left;
  margin-bottom: 0;
}

.accessory-list-title .title_index h2::before {
  left: 0;
  transform: unset;
}

.accessory-cat {
  flex: 0 0 45%;
  max-width: 45%;
}

.accessory-cat-slick {
  margin: 0 -10px;
}

.accessory-cat-slick_items {
  padding: 0 10px;
}

.accessory-cat-slick_items button.active {
  background: var(--main-color);
  color: #FFFFFF;
}

.accessory-cat-slick_items button {
  font: 15px Quicksand-Medium;
  color: var(--main-color);
  background: transparent;
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  text-align: center;
  padding: 10px 0;
  transition: all 0.3s;
}

.accessory-view-all a {
  font: 14px Quicksand-Medium;
  color: var(--main-color);
}

/*section-feedback*/
.section-feedback {
  padding: 100px 0;
  background: url(../images/bgfeedback.png) no-repeat;
  background-size: cover;
  position: relative;
}

.section-feedback::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 62px;
  background: url(../images/retangeabouttop.png) no-repeat;
  background-size: cover;
}

.section-feedback::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: url(../images/retangeaboutbot.png) no-repeat;
  background-size: cover;
}

.section-feedback .title_index h2 {
  color: #FFFFFF;
}

.section-feedback .title_index p {
  color: #FFFFFF;
}

.feedback-inner {
  color: #FFFFFF;
}

.feedback_content {
  font: 14px Roboto-Regular;
  line-height: 22px;
  margin: 20px 0;
}

.feedback_name {
  font: 18px Roboto-Bold;
  margin: 15px 0 5px 0;
}

.feedback_desc {
  color: rgba(255, 255, 255, 0.6);
}

.feedback_photo img,
.feedback_photo {
  border-radius: 100%;
}

/*section-news*/
.section-news {
  padding: 50px 0;
}

.newsItem_info {
  max-width: 375px;
  margin: 0 auto;
  padding: 25px;
  position: relative;
  top: -25px;
  background: #FFFFFF;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  z-index: 2;
}

.newsItem_photo {
  border-radius: 5px;
}

.newsItem__date {
  gap: 20px;
}

.newsItem__name {
  font: 18px Quicksand-Bold;
}

.newsItem__desc {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

.newsItem__more {
  font: 16px Quicksand-SemiBold;
  color: var(--main-color);
}

/*section-album*/
.section-album {
  padding: 50px 0;
}

/*section-media*/
.section-media {
  padding: 50px 0;
  background: url(../images/bgmedia.png) no-repeat;
  background-size: cover;
}

.section-media .title_index p,
.section-media .title_index h2 {
  color: #FFFFFF;
}

.section-media_elements {
  margin: 0 -10px;
}

.media-right,
.media-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.media-items {
  padding: 0 10px;
  margin-bottom: 20px;
}

.media-left-inner {
  padding-top: 165px;
}

.media-right-inner {
  padding-left: 273px;
}

.face_box {
  overflow: hidden;
  border-radius: 10px;
}

.media-right-bg {
  position: absolute;
  left: 0;
  top: 0;
}

/*Footer*/

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerBg {
  background: url(../images/bgfooter.png) no-repeat;
  background-size: cover;
  color: #ffffff;
}

/* 
.footerPowered {
  background: var(--main-color);
} */

.footerPowered_element {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footerPowered_element span {
  font: 15px Quicksand-Bold;
  color: #C3EA45;
}

.footerPowered_element a:hover {
  color: var(--hover-color);
  transition: all 0.3s;
}

.footerArticle_element {
  justify-content: space-between;
}

.footerLogo {
  flex: 0 0 33.3233082707%;
  -ms-flex: 0 0 33.3233082707%;
  max-width: 33.3233082707%;
  text-align: center;
}

.footerLogo h2 {
  font: 26px Anton-Regular;
  margin: 10px 0;
}


.footerInfo {
  flex: 0 0 24.5413533835%;
  -ms-flex: 0 0 24.5413533835%;
  max-width: 24.5413533835%;
}

.footerInfo .mt-3 img {
  margin-right: 10px;
}

.footerInfo article.article p {
  padding: 5px 0;
}

.footerFb {
  flex: 0 0 17.2180451128%;
  -ms-flex: 0 0 17.2180451128%;
  max-width: 17.2180451128%;
  overflow: hidden;
}

.footerTerms {
  flex: 0 0 14.3609022556%;
  -ms-flex: 0 0 14.3609022556%;
  max-width: 14.3609022556%;
}

.footerTerms ul {
  list-style: url(../images/listul.png);
  padding-left: 15px;
}

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

.footerTitle {
  font: 18px Roboto-Bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.footerTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--main-color);
}

.footerArticle {
  padding: 100px 0 35px 0;
  position: relative;
}

.footerArticle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 65px;
  background: url(../images/retangeabouttop.png) no-repeat;
  background-size: cover;
}

/* Search Responsive */

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #fff;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #fff;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #fff;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

.close-form-search:hover {
  color: #f00;
}

.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: var(--main-color);
  border-radius: 100%;
}

.search-res .icon-search.active path {
  stroke: #fff;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(40, 199, 132, 0.075);
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #fff;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 5px;
}

.cart-res svg path {
  stroke: var(--main-color);
}

.cart-res span {
  background: var(--main-color);
  color: #fff;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}

/*header-mobile*/
.search-bar,
.logo-mobile {
  display: none;
}

#menu {
  display: none;
}

#hamburger {
  display: none;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.mm-wrapper_opening #hamburger::before,
.mm-wrapper_opening #hamburger::after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger::before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger::after {
  transform: rotate(-45deg);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.mm-menu_opened {
  display: flex !important;
}

.menu-m {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    position: relative;
  }
}

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-res img {
  width: auto !important;
  max-height: 40px !important;
}

/*header-mobile*/
/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}

.breadCrumbs .wrapper {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

#show_popup {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #fff;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #fff;
}

.share-box {
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  max-width: 100% !important;
}

.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

.hover-scale:hover img {
  transform: scale(1.1);
}

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 0 -5px;
  }
}

.newsItem {
  position: relative;
}

.newsItem:hover .newsItem__name a {
  color: var(--main-color);
}

.newsItem__name {
  margin: 10px 0;
  color: #000;
}

.newsItem__name a {
  color: inherit;
}

.newsItem__name.text-split {
  -webkit-line-clamp: 2;
}

.newsItem__desc.text-split {
  -webkit-line-clamp: 3;
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

/* Product */
.row-product {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-product {
    margin: 0 -5px;
  }
}

.col-product {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.productItem {
  position: relative;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.productItem:hover {
  box-shadow: 0px 0px 6px rgba(96, 187, 70, 1);
}

.productItem:hover .productItem__name a {
  color: var(--main-color);
}

.productItem_info {
  position: relative;
  padding: 18px 10px;
}

.productItem__name {
  font: 16px Quicksand-Medium;
  color: #000;
  text-align: center;
}

.productItem__name a {
  color: inherit;
}

.productItem__name.text-split {
  -webkit-line-clamp: 1;
}

.productItem__star {
  gap: 6px;
  margin: 10px 0;
}

.productItem__cart {
  margin-top: 20px;
}

.productItem__cart a svg {
  margin-top: -3px;
  fill: var(--main-color);
  transition: all 0.3s;
}

.productItem__cart a {
  font: 14px Quicksand-SemiBold;
  color: var(--main-color);
  padding: 8px 30px;
  border: 1px solid var(--main-color);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}

.productItem__cart a:hover {
  background: var(--main-color);
  color: #FFFFFF;
}

.productItem__cart a:hover svg {
  fill: white;
}

.productItem__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .productItem__price {
    text-align: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.productItem__price--new a,
.productItem__price--new strong {
  color: #cc0000;
  font: 16px Roboto-Bold;
}

.productItem__price--old del {
  color: #aaa;
  font-size: 14px;
}

.productItem__price .productItem__price--new+.productItem__price--old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new+.productItem__price--old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #fff;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 10px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .right-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li:last-child {
  padding-left: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
  .attr-pro-detail li:last-child {
    margin-bottom: 0;
  }
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail {
  margin-bottom: 0px;
}

.price-new-pro-detail {
  font-weight: bold;
  font-size: 20px;
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
/* Cart Fix */
.popup-cart .total-procart {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.popup-cart .total-procart p:last-child {
  font-size: 19px;
}

.cart-fixed i {
  font-size: 20px;
  position: relative;
  z-index: 9;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

#popup-cart .card-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent;
  right: 0;
}

#popup-cart .cart-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#popup-cart .price-new-cart {
  color: #000;
}

#popup-cart .cart-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  z-index: 1000;
  width: 480px;
  background: #fff;
  transition: transform 0.5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

#popup-cart .wrap-cart {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-color: #e7e7e7;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
  left: 0;
  top: 0;
  width: 100%;
  overscroll-behavior: none;
  padding: 5px 15px;
}

#popup-cart .wrap-cart::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  border-radius: 3px;
}

#popup-cart .wrap-cart::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

#popup-cart .wrap-cart::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

#popup-cart .wrap-cart::-webkit-resizer {
  background-color: #e7e7e7;
}

@media screen and (max-width: 991px) {
  #popup-cart .wrap-cart {
    padding: 5px 10px;
  }
}

#popup-cart .info-procart {
  padding-right: 0;
}

#popup-cart .link-to-cart {
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
}

#popup-cart .link-to-cart:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  #popup-cart .link-to-cart {
    padding: 6px 0;
  }
}

#popup-cart .buymore-cart {
  text-decoration: underline;
}

#popup-cart .procart {
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  #popup-cart .procart {
    padding: 10px 0;
  }
}

#popup-cart .quantity-counter-procart {
  border-radius: 0;
  border-color: #f9f9f9;
  margin-left: 0;
}

#popup-cart .cart-header {
  padding: 15px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-header {
    padding: 10px;
  }
}

#popup-cart .close-cart {
  width: 25px;
  height: 25px;
  background: transparent;
  outline: none;
  border: none;
  font-size: 25px;
  color: #333;
}

#popup-cart .cart-title {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
}

#popup-cart .cart-footer {
  padding: 15px;
}

#popup-cart .cart-footer .total-procart {
  padding: 6px 0;
}

#popup-cart .cart-footer .total-procart p:first-child {
  font-weight: normal;
}

#popup-cart .cart-footer .total-procart p:last-child {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  #popup-cart .cart-footer {
    padding: 10px;
  }
}

#popup-cart .cart-body {
  flex-grow: 1;
  position: relative;
}

#popup-cart .del-procart {
  color: #ec2d3f;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
}

#popup-cart.opened .cart-background {
  opacity: 1;
  visibility: visible;
}

#popup-cart.opened .card-cover {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#popup-cart.opened .cart-dialog {
  width: 480px;
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transition: transform 0.35s ease, right 0.25s ease, visibility 0s;
  right: 0;
}

@media screen and (max-width: 991px) {
  #popup-cart.opened .cart-dialog {
    width: 85%;
    max-width: 450px;
  }
}

.no-cart {
  padding: 15px 10px;
  border-top: 1px solid #f9f9f9;
}

.no-cart p {
  margin: 10px 0;
}

.no-cart a {
  display: inline-block;
  color: #1a73e8;
  text-decoration: underline;
}

.no-cart .form-search {
  width: 50%;
  margin: 30px auto 0 auto;
  position: relative;
}

.no-cart input {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 20px;
}

.no-cart button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  outline: none;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .no-cart .form-search {
    width: 100%;
  }
}

.buymore-cart {
  color: var(--main-color);
  cursor: pointer;
  margin: 0px;
}

.buymore-cart i {
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: top;
  font-size: 12px;
}

.wrap-cart {
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
  .top-cart {
    margin-top: 2rem;
  }
}

.procart {
  padding: 15px 10px;
}

.procart+.procart {
  border-top: 1px solid #f1f1f1;
}

@media screen and (max-width: 991px) {
  .procart {
    padding: 8px 0;
  }

  .procart+.procart {
    border-top: 1px solid #f1f1f1;
  }
}

.top-cart .procart {
  padding: 15px 0;
}

.number-pro-cart {
  font-size: 13px;
}

@media screen and (min-width: 991px) {
  .cart-sticky {
    position: sticky;
    top: 60px;
  }
}

.pic-procart {
  position: relative;
  flex: 0 0 85px;
  -ms-flex: 0 0 85px;
  max-width: 85px;
}

.pic-procart .del-procart {
  color: #999;
  font-size: 15px;
  display: block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  top: -7.5px;
  left: -7.5px;
}

.pic-procart .del-procart i {
  display: block;
}

.pic-procart .del-procart:hover {
  color: red;
}

.pic-procart img {
  display: block;
  border: 1px solid #ededed;
}

@media screen and (max-width: 991px) {
  .pic-procart {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }

  .pic-procart .del-procart {
    top: 0;
    left: 0;
    position: static;
    margin: 5px auto 0 auto;
  }
}

.price-info-cart strong {
  margin-right: 10px;
}

.price-info-cart del {
  font-size: 12px;
  color: #8f9bb3;
}

.name-procart a {
  font-size: 14px;
  color: #000;
  display: block;
}

.name-procart a:hover {
  color: #ec2d3f;
}

#cupponModal .modal-header,
#cupponModal .modal-body {
  padding: 10px;
}

#cupponModal button.close {
  padding: 0;
  margin: 0;
}

.properties-procart {
  display: block;
  font-size: 13px;
}

.properties-procart span {
  margin: 0 2px;
}

.properties-procart p {
  display: inline-block;
  margin-bottom: 0px;
}

.properties-procart p strong {
  font-weight: bold;
}

.quantity-counter-procart {
  border: 1px solid #f9f9f9;
  width: 90px;
  margin-top: 5px;
  height: 25px;
  line-height: normal;
  text-align: center;
  display: flex;
  align-items: stretch;
  margin-left: calc(100% - 90px);
}

.counter-procart {
  background-color: #f9f9f9;
  border: 0px;
  width: 30%;
  color: #333;
  outline: none;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}

.counter-procart:hover,
.counter-procart:focus {
  color: #ec2d3f;
}

.counter-procart:disabled,
.counter-procart:disabled:hover {
  color: #ccc;
  cursor: not-allowed;
}

.counter-procart-minus {
  line-height: 25px;
}

.counter-procart-plus {
  line-height: 25px;
}

.quantity-counter-procart .quantity-procart {
  width: 40%;
  box-sizing: border-box;
  border: 0px;
  border-right: 1px solid #f9f9f9;
  border-left: 1px solid #f9f9f9;
  outline: none;
  box-shadow: none;
  padding: 0px;
  color: #333;
  text-align: center;
  pointer-events: none;
}

.price-procart {
  flex: 0 0 95px;
  -ms-flex: 0 0 95px;
  max-width: 95px;
  text-align: right;
}

.info-procart {
  padding: 0 15px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .info-procart {
    padding: 0 10px;
  }
}

.price-new-cart {
  color: #ec2d3f;
  margin-bottom: 0px;
  font-weight: bold;
}

.price-old-cart {
  color: #999;
  text-decoration: line-through;
}

.total-procart {
  padding: 5px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.total-procart p {
  font-weight: bold;
}

.total-procart p:last-child {
  color: #ec2d3f;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .total-procart p:last-child {
    font-size: 16px;
  }
}

hr.hr-md {
  margin: 0.5rem 0;
}

.link-to-payment {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  transition: 0.4s;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  margin-top: 15px;
}

.link-to-payment:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {
  .link-to-payment {
    padding: 6px 0;
  }
}

.cover-list-pro {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  .cover-list-pro {
    border-radius: 0;
    box-shadow: none;
  }
}

.section-cart {
  background: #fff;
  border-radius: 5px;
}

.section-cart.bot {
  padding: 15px;
}

.section-cart.bot {
  border-radius: 0 0 5px 5px;
}

.section-cart h4 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #eae4e8;
  color: var(--main-color);
}

.section-cart>p {
  font-size: 14px;
  margin-bottom: 15px;
}

.section-cart .counter-cart {
  font-weight: bold;
}

.section-cart .list-procart {
  padding: 8px;
  border: 2px solid #eae4e8;
  overflow: hidden;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {

  .section-cart.bot,
  .section-cart.top {
    padding: 0;
  }

  .section-cart h4 {
    font-size: 15px;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }

  .section-cart>p {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .section-cart .list-procart {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.title-cart {
  font-size: 16px;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  margin-bottom: 15px;
}

.title-cart a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .title-cart {
    font-size: 15px;
  }
}

.procart.procart-label {
  background: var(--main-color);
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

.input-cart {
  margin-bottom: 0.5rem;
  position: relative;
}

.input-cart textarea {
  resize: none;
  height: 100px;
}

.input-cart select {
  cursor: pointer;
}

@media screen and (max-width: 991px) {

  .input-cart input,
  .input-cart select,
  .input-cart textarea {
    font-size: inherit !important;
  }
}

.payments-cart {
  text-align: left;
  margin-bottom: 5px;
  min-height: auto;
}

.payments-cart:last-child {
  margin-bottom: 0px;
}

.payments-cart input {
  top: calc(50% - 0.625rem);
}

.payments-label {
  cursor: pointer;
  background: #eee;
  display: block;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 0px;
  color: #313131 !important;
}

.payments-label::before,
.payments-label::after {
  top: calc(50% - 0.5rem);
}

.payments-label.active {
  background: #ec2d3f;
  color: #ffffff !important;
}

.payments-info {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  background: #f5efef;
  border-radius: 5px;
}

.payments-info p {
  margin-bottom: 1em;
}

.payments-info.active {
  padding: 10px 15px;
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
  height: auto;
}

.btn-cart {
  background: var(--main-color);
  color: #fff;
  font-size: inherit;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
}

.btn-cart:hover {
  color: var(--main-color);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .btn-cart {
    height: 35px;
  }
}

.empty-cart {
  padding: 25px 30px;
  display: block;
  text-align: center;
  color: #23527c !important;
  width: 100%;
}

.empty-cart i {
  color: red;
  font-size: 70px;
}

.empty-cart p {
  margin: 15px 0px;
  color: #333;
  font-size: 18px;
}

.empty-cart span {
  display: inline-block;
  border: 1px solid #2e9ef2;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  max-width: 325px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.color-pro-detail::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
}

.color-pro-detail.active::after {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.color-pro-detail:hover .color-tooltip {
  display: block;
}

.size-pro-detail,
.capacity-pro-detail,
.origin-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.size-pro-detail+.size-pro-detail,
.capacity-pro-detail+.capacity-pro-detail,
.origin-pro-detail+.origin-pro-detail {
  margin-left: 5px;
}

.size-pro-detail.active,
.capacity-pro-detail.active,
.origin-pro-detail.active {
  border-color: #000;
  color: #000;
}

.size-pro-detail.active::before,
.capacity-pro-detail.active::before,
.origin-pro-detail.active::before {
  content: "";
  padding: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: -15px;
  right: -13px;
  background: #080808;
  width: 26px;
  height: 24px;
  transform: rotate(45deg);
  border-radius: 100%;
}

.size-pro-detail.active::after,
.capacity-pro-detail.active::after,
.origin-pro-detail.active::after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
  width: 6px;
  height: 6px;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio],
.capacity-pro-detail input[type=radio],
.origin-pro-detail input[type=radio] {
  display: none;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 130px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  padding: 0px;
  width: 44px;
  height: 44px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #ced4da;
  background: #fff;
}

.quantity-pro-detail span i {
  line-height: 44px;
  font-size: 14px;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  border-radius: 0 5px 5px 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
  border-radius: 5px 0 0 5px;
}

.quantity-pro-detail span:hover i {
  color: #000;
}

.quantity-pro-detail input {
  height: 44px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  width: calc(100% - 88px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .quantity-pro-detail {
    max-width: 105px;
  }

  .quantity-pro-detail span {
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail span i {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }

  .quantity-pro-detail input {
    height: 35px;
    width: calc(100% - 70px);
  }
}

.group-quantity-pro-detail {
  width: 130px;
}

@media screen and (max-width: 991px) {
  .group-quantity-pro-detail {
    width: 105px;
  }
}

.group-cart-pro-detail {
  flex: 0 0 calc(100% - 130px);
  -ms-flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .group-cart-pro-detail {
    flex: 0 0 calc(100% - 105px);
    -ms-flex: 0 0 calc(100% - 105px);
    max-width: calc(100% - 105px);
  }
}

.cart-pro-detail a {
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #000;
  background: #fff;
  font-weight: bold;
  line-height: 42px;
}

.cart-pro-detail a.btn-pro {
  background: #000;
  color: #fff;
}

.cart-pro-detail a.btn-pro:hover {
  color: #000;
  background: #fff;
}

.cart-pro-detail a.btn-outline-pro {
  color: #000;
}

.cart-pro-detail a.btn-outline-pro:hover {
  color: #fff;
  background: #000;
}

@media screen and (max-width: 991px) {
  .cart-pro-detail a {
    font-size: 12.5px;
    line-height: 33px;
  }
}

.cart-product {
  margin-bottom: 0px;
}

.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}

.cart-add {
  margin-right: 2%;
  background-color: #ec2d3f;
}

.cart-add:hover {
  background-color: #c31829;
}

.cart-buy {
  background-color: #28a745;
}

.cart-buy:hover {
  background-color: #207d36;
}

.cuppon-row p {
  padding-left: 25px;
  background: url(../images/coupon-icon.webp) no-repeat left center;
  line-height: 22px;
}

.cuppon-row a {
  color: var(--main-color);
}

.lb-header-cuppon {
  color: #F47560;
  font-weight: bold;
}

.lb-header-cuppon svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.cuppon-payment button {
  width: 100%;
  height: 42px;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {

  .cuppon-payment input,
  .cuppon-payment button {
    height: 37px;
    font-size: inherit;
  }
}

.color-tooltip {
  background: #000;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 5px;
  line-height: 20px;
  transform: translate(-50%, calc(-100% - 10px));
  display: none;
}

.color-tooltip::after {
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #000 transparent transparent transparent;
  background: #333333;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  left: calc(50% - 4px);
  bottom: -4px;
}

.cupponBox {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.15));
  padding: 10px;
  border-radius: 5px;
  min-height: 100px;
}

.cupponBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  height: 100%;
  width: 10px;
  color: #fff;
  background-clip: padding-box;
  background: repeating-linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 0, transparent 9px, #e5e5e5 0, #e5e5e5 10px) 0/1px 100% no-repeat, radial-gradient(circle at 0 7px, transparent, transparent 2px, rgba(229, 229, 229, 0.9333333333) 0, #e5e5e5 3px, currentColor 0) 1px 0/100% 10px repeat-y;
}

.cuppon__slick--items {
  padding: 7px;
}

.cuppon__slick {
  margin: 0 -7px;
}

.cupponBox_icon {
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
}

.cupponBox_info {
  flex: 0 0 calc(100% - 90px);
  -ms-flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding-left: 10px;
}

.cupponBox_info h3 {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  transition: 0.3s;
}

.cupponBox_info p {
  margin: 4px 0;
}

.cupponBox_info button {
  padding: 2px 15px;
  display: block;
  font-size: 12px;
  background: var(--main-color);
  color: #fff;
  line-height: 24px;
  height: 24px;
  border-radius: 12px;
}

.cupponBox_info a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .cupponBox_info h3 {
    font-size: 14px;
  }
}

.orderSuccess_icon {
  text-align: center;
  margin-bottom: 15px;
}

.orderSuccess_icon h3 {
  font-size: 22px;
  color: #2aa515;
}

@media screen and (max-width: 991px) {
  .orderSuccess_icon h3 {
    font-size: 18px;
  }
}

.orderSuccess__code {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.orderSuccess__code span {
  border-radius: 3px;
  color: #ec2d3f;
  background: #eee;
  display: inline-block;
  padding: 8px 15px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .orderSuccess__code {
    font-size: 16px;
  }
}

.orderSuccess__thank {
  text-align: center;
}

.orderSuccess_text {
  margin-bottom: 30px;
}

.orderSuccess_person h3,
.orderSuccess_table h3 {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {

  .orderSuccess_person h3,
  .orderSuccess_table h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.orderSuccess_person {
  margin-bottom: 20px;
}

.orderSuccess_person p {
  margin-bottom: 5px;
}

.orderSuccess-product h4 {
  font-size: 15px;
}

.orderSuccess-product_image {
  flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  max-width: 75px;
}

@media screen and (max-width: 991px) {
  .orderSuccess-product_image {
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    max-width: 60px;
  }
}

.orderSuccess_table h5 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .orderSuccess_table h5 {
    font-size: 16px;
  }
}

.orderSuccess_btn {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderSuccess_btn a {
  display: block;
  border: 1px solid var(--main-color);
  padding: 8px 15px;
  border-radius: 5px;
}

.orderSuccess_btn a:first-child {
  background: #fff;
  color: var(--main-color);
}

.orderSuccess_btn a:last-child {
  background: var(--main-color);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .orderSuccess_btn a {
    padding: 5px 10px;
  }
}

.wrap-user {
  margin: 40px auto;
  border-radius: 5px;
  max-width: 500px;
  padding: 25px;
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
  }
}

.wrap-register {
  margin: 30px;
  padding: 25px;
}

.wrap-register label {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .wrap-register {
    margin: 30px auto;
    padding: 0;
    box-shadow: none !important;
  }
}

.title-user {
  margin-bottom: 15px;
}

.title-user.login h4 {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--main-color);
}

.login-user,
.forgot-password-user {
  width: 100%;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.login-user:hover,
.forgot-password-user:hover {
  background: #fff;
  color: var(--main-color);
}

.registration-user,
.activation-user,
.info-user {
  width: 150px;
  display: block;
  background: var(--main-color);
  color: #fff;
  border-radius: 5px;
  height: 38px;
  font-weight: bold;
  transition: 0.4s;
  border: 1px solid var(--main-color);
}

.registration-user:hover,
.activation-user:hover,
.info-user:hover {
  background: #fff;
  color: var(--main-color);
}

@media screen and (max-width: 991px) {

  .registration-user,
  .activation-user,
  .info-user {
    margin-top: 10px;
    width: 100%;
  }
}

.nav-user-res {
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-user-res::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

.nav-user-res::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.nav-user-res::-webkit-scrollbar-track {
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--hover-color);
}

.nav-user-res::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.nav-user-res::-webkit-resizer {
  background-color: #e7e7e7;
}

.nav-user-res .nav-tabs .nav-item.show .nav-link,
.nav-user-res .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: #fff;
  border-bottom: 0;
  border-top-width: 3px;
  border-top-color: var(--main-color);
}

.nav-user-res .nav-tabs .nav-link {
  font: 14px Montserrat-SemiBold;
  white-space: nowrap;
}

.nav-user-res .nav-tabs .nav-link:hover {
  color: var(--main-color);
}

.nav-user-res .nav-tabs {
  border-color: #eee;
  flex-wrap: nowrap;
}

.history-nav {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-nav a {
  display: block;
  text-align: center;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  font-family: Montserrat-SemiBold;
  padding: 12px 25px;
  white-space: nowrap;
}

.history-nav a:hover,
.history-nav a.active {
  border-color: var(--main-color);
  color: var(--main-color);
}

.form-search-order {
  position: relative;
  background: #fff;
}

.form-search-order button {
  position: absolute;
  top: 3px;
  right: 4px;
  outline: none;
  border: none;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: var(--main-color);
  color: #fff;
}

.orderItem_top h4 {
  font: 15px Montserrat-SemiBold;
  color: var(--main-color);
}

.orderItem_top p {
  font-family: Montserrat-SemiBold;
}

.orderItem+.orderItem {
  margin-top: 15px;
}

.orderItem_bottom span {
  font-family: Montserrat-SemiBold;
}

.orderBox_photo {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

@media screen and (max-width: 576px) {
  .orderBox_photo {
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
  }
}

.orderBox_price {
  flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  max-width: 100px;
}

.orderBox_price strong {
  color: #ec2d3f;
  font-family: Montserrat-SemiBold;
}

.orderBox_price del {
  font-size: 13px;
  color: #666;
}

.orderBox_info {
  flex-grow: 1;
  padding: 0 15px;
}

.orderBox_info h3 {
  font: 13px Montserrat-SemiBold;
}

.orderBox_info h3.text-split {
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 576px) {
  .orderBox_info {
    padding: 0 10px;
  }

  .orderBox_info p {
    font-size: 13px;
  }
}

.orderBox+.orderBox {
  margin-top: 10px;
}

.detailOrder-title {
  font: 13px Montserrat-SemiBold;
  color: var(--main-color);
}

.pay-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-orderDetail {
  color: var(--main-color);
  font-family: Montserrat-SemiBold;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}

.price-cart-detail strong {
  color: #ec2d3f;
  font-family: Montserrat-SemiBold;
}

.price-cart-detail del {
  color: #aaa;
}

.section-main {
  margin-top: 15px;
  margin-bottom: 25px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
}

.header-container h2 {
  font: 37px Roboto-Bold;
  color: var(--main-color);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}

.header-container p {
  font: 15px Roboto-Italic;
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 860px;
  display: table;
}

.table-of-contents .table-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
  color: var(--main-color);
  padding: 0 1px;
}

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px;
  padding: 0;
}

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0;
}

.table-of-contents ul li::marker {
  color: var(--main-color);
}

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333;
}

.table-of-contents>ul {
  padding-bottom: 10px;
}

.table-of-contents>ul ul ul {
  display: none;
}

.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
  color: var(--hover-color);
}

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial;
}

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #eeeeee;
}

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-size: 14px;
}

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
}

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px;
}

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.table-content-fixed .table-of-contents .table-title {
  display: none;
}

.table-content-fixed .table-of-contents ul {
  font-size: 13px;
}

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%);
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}

.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: var(--main-color);
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #fff !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: customzoomIn;
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

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

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

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

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

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

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

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.hover-glass {
  overflow: hidden;
  display: block;
  position: relative;
}

.hover-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -83%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hover-glass:hover::before {
  left: 120%;
  transition: all 1s;
}

@media screen and (max-width: 991px) {

  .backtop,
  .addThis_listSharing {
    right: 15px;
  }

  #fix {
    height: 50px;
  }

  .logo-mobile img {
    height: 40px;
  }

  #hamburger {
    display: block !important;
  }

  .headerBottom {
    background-color: #FFF;
  }

  .header-cart,
  .headerLogo,
  .header-top {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .headerBottom_element {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
  }

  #hamburger {
    display: block !important;
  }

  .logo-mobile {
    display: block;
  }

  .search-bar {
    display: block;
  }

  .search-bar .fa-magnifying-glass {
    font-size: 20px;
    color: var(--main-color);
  }

  .aboutLeft,
  .aboutRight {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aboutLeft {
    margin-bottom: 30px;
  }

  .mm-listitem {
    text-transform: uppercase;
  }

  .addThis_listing {
    display: block !important;
  }


  .contact-text,
  .contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .form-search-d.active {
    width: 100%;
  }

  .left-pro-detail,
  .right-pro-detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .row-product {
    margin: 0 -5px;
  }

  .col-product {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
  }

  #footer {
    overflow: hidden;
  }

  .col-news {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .row-news {
    margin: 0 -5px;
  }

  .criteria-slick {
    margin: 0 -10px;
  }

  .criteria-slick_items {
    padding: 0 10px;
  }

  .aboutRight_name {
    font-size: 32px;
  }

  .aboutRight_slogan {
    font-size: 16px;
  }

  .product-list-title,
  .accessory-list-title {
    justify-content: center !important;
    gap: 20px;
  }

  .product-cat,
  .accessory-cat {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-view-all,
  .accessory-view-all {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .title_index h2 {
    font-size: 30px;
  }

  .product-list-title .title_index h2::before,
  .accessory-list-title .title_index h2::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .productItem__cart a {
    display: block;
    padding: 10px 0;
  }

  .product-list-bottom-banner,
  .product-list-bottom-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .product-list-slick-title h2 {
    font-size: 18px;
  }

  .media-right,
  .media-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-media {
    padding: 25px 0;
    background: url(../images/bgmedia2.png) no-repeat;
    background-size: cover;
  }

  .media-left-inner {
    padding-top: 0;
  }

  .footerLogo,
  .footerInfo,
  .footerTerms {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footerFb {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerFb .footerTitle {
    display: block;
  }

  .footerFb .footerTitle::before {
    width: 167px;
  }

  .newsItem_info {
    max-width: 100%;
    top: 0;
  }

  .section-album,
  .section-news,
  .section-accessory,
  .section-product,
  .section-criteria {
    padding: 25px 0;
    overflow: hidden;
  }

  .block_product {
    margin-top: 25px;
  }

  .section-about {
    overflow: hidden;
  }

  .criteria-slick .slick-track {
    padding: 10px 0;
  }

  .mm-listitem__text {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {

  .criteria-slick_items.slick-active.active-1::before,
  .criteria-slick_items.slick-active.active-2::before {
    display: none;
  }

  .aboutRight_name {
    font-size: 24px;
  }

  .aboutRight_desc,
  .aboutRight_slogan {
    font-size: 14px;
  }

  .title_index h2 {
    font-size: 24px;
  }

  .bannerproduct-left,
  .bannerproduct-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .col-product {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-list-slick_items {
    padding: 0 5px;
  }

  .product-list-slick {
    margin: 0 -5px;
  }

  .media-items {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .row-media {
    margin: 0 -5px;
  }

  .section-about::after,
  .section-about::before,
  .section-feedback::after,
  .section-feedback::before {
    height: 20px;
  }
}

@media screen and (max-width: 568px) {
  .aboutRight_name {
    font-size: 22px;
  }

  .moreabout a {
    padding: 10px 25px;
  }

  .moreabout {
    margin-bottom: 20px;
  }

  .media-right-bg {
    max-width: 130px;
    top: 50%;
    transform: translateY(-50%);
  }

  .media-right-inner {
    padding-left: 90px;
  }

  .footerLogo h2 {
    font-size: 22px;
  }

  .col-news {
    flex: 0 0 100%;
    max-width: 100%;
  }
}